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

616 lines
No EOL
145 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-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-03/func/sub-0010_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>70222af90eaf4c3c7f4c43168b85b815</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>16:20:8.070000</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.999435, -0.030711, -0.0136914, 0.0319323, 0.994439, 0.100361]</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.0726616</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7731, -7306, 599, -63, -7, 40, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.279</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5961fbdd-b96c-4e5d-9af1-12150b95b7be||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.6814098358154297, 0.0856720432639122, -0.02843938022851944, 105.67169189453125], [0.0823952704668045, 2.66800594329834, 0.2720012664794922, -91.28759002685547], [-0.03673308715224266, -0.26926058530807495, 2.6861138343811035, -40.90227127075195], [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': ['162008.070000', '162008.530000', '162008.990000', '162009.450000', '162009.910000', '162010.370000', '162010.830000', '162011.290000', '162011.750000', '162012.210000', '162012.670000', '162013.130000', '162013.590000', '162014.050000', '162014.510000', '162014.970000', '162015.430000', '162015.890000', '162016.350000', '162016.810000', '162017.270000', '162017.730000', '162018.190000', '162018.650000', '162019.110000', '162019.570000', '162020.030000', '162020.490000', '162020.950000', '162021.410000', '162021.870000', '162022.330000', '162022.790000', '162023.250000', '162023.710000', '162024.170000', '162024.630000', '162025.090000', '162025.550000', '162026.010000', '162026.470000', '162026.930000', '162027.390000', '162027.850000', '162028.310000', '162028.770000', '162029.230000', '162029.690000', '162030.150000', '162030.610000', '162031.070000', '162031.530000', '162031.990000', '162032.450000', '162032.910000', '162033.370000', '162033.830000', '162034.290000', '162034.750000', '162035.210000', '162035.670000', '162036.130000', '162036.590000', '162037.050000', '162037.510000', '162037.970000', '162038.430000', '162038.890000', '162039.350000', '162039.810000', '162040.270000', '162040.730000', '162041.190000', '162041.650000', '162042.110000', '162042.570000', '162043.030000', '162043.490000', '162043.950000', '162044.410000', '162044.870000', '162045.330000', '162045.790000', '162046.250000', '162046.710000', '162047.170000', '162047.630000', '162048.090000', '162048.550000', '162049.010000', '162049.470000', '162049.930000', '162050.390000', '162050.850000', '162051.310000', '162051.770000', '162052.230000', '162052.690000', '162053.150000', '162053.610000', '162054.070000', '162054.530000', '162054.990000', '162055.450000', '162055.910000', '162056.370000', '162056.830000', '162057.290000', '162057.750000', '162058.210000', '162058.670000', '162059.130000', '162059.590000', '162100.050000', '162100.510000', '162100.970000', '162101.430000', '162101.890000', '162102.350000', '162102.810000', '162103.270000', '162103.730000', '162104.190000', '162104.650000', '162105.110000', '162105.570000', '162106.030000', '162106.490000', '162106.950000', '162107.410000', '162107.870000', '162108.330000', '162108.790000', '162109.250000', '162109.710000', '162110.170000', '162110.630000', '162111.090000', '162111.550000', '162112.010000', '162112.470000', '162112.930000', '162113.390000', '162113.850000', '162114.310000', '162114.770000', '162115.230000', '162115.690000', '162116.150000', '162116.610000', '162117.070000', '162117.530000', '162117.990000', '162118.450000', '162118.910000', '162119.370000', '162119.830000', '162120.290000', '162120.750000', '162121.210000', '162121.670000', '162122.130000', '162122.590000', '162123.050000', '162123.510000', '162123.970000', '162124.430000', '162124.890000', '162125.350000', '162125.810000', '162126.270000', '162126.730000', '162127.190000', '162127.650000', '162128.110000', '162128.570000', '162129.030000', '162129.490000', '162129.950000', '162130.410000', '162130.870000', '162131.330000', '162131.790000', '162132.250000', '162132.710000', '162133.170000', '162133.630000', '162134.090000', '162134.550000', '162135.010000', '162135.470000', '162135.930000', '162136.390000', '162136.850000', '162137.310000', '162137.770000', '162138.230000', '162138.690000', '162139.150000', '162139.610000', '162140.070000', '162140.530000', '162140.990000', '162141.450000', '162141.910000', '162142.370000', '162142.830000', '162143.290000', '162143.750000', '162144.210000', '162144.670000', '162145.130000', '162145.590000', '162146.050000', '162146.510000', '162146.970000', '162147.430000', '162147.890000', '162148.350000', '162148.810000', '162149.270000', '162149.730000', '162150.190000', '162150.650000', '162151.110000', '162151.570000', '162152.030000', '162152.490000', '162152.950000', '162153.410000', '162153.870000', '162154.330000', '162154.790000', '162155.250000', '162155.710000', '162156.170000', '162156.630000', '162157.090000', '162157.550000', '162158.010000', '162158.470000', '162158.930000', '162159.390000', '162159.850000', '162200.310000', '162200.770000', '162201.230000', '162201.690000', '162202.150000', '162202.610000', '162203.070000', '162203.530000', '162203.990000', '162204.450000', '162204.910000', '162205.370000', '162205.830000', '162206.290000', '162206.750000', '162207.210000', '162207.670000', '162208.130000', '162208.590000', '162209.050000', '162209.510000', '162209.970000', '162210.430000', '162210.890000', '162211.350000', '162211.810000', '162212.270000', '162212.730000', '162213.190000', '162213.650000', '162214.110000', '162214.570000', '162215.030000', '162215.490000', '162215.950000', '162216.410000', '162216.870000', '162217.330000', '162217.790000', '162218.250000', '162218.710000', '162219.170000', '162219.630000', '162220.090000', '162220.550000', '162221.010000', '162221.470000', '162221.930000', '162222.390000', '162222.850000', '162223.310000', '162223.770000', '162224.230000', '162224.690000', '162225.150000', '162225.610000', '162226.070000', '162226.530000', '162226.990000', '162227.450000', '162227.910000', '162228.370000', '162228.830000', '162229.290000', '162229.750000', '162230.210000', '162230.670000', '162231.130000', '162231.590000', '162232.050000', '162232.510000', '162232.970000', '162233.430000', '162233.890000', '162234.350000', '162234.810000', '162235.270000', '162235.730000', '162236.190000', '162236.650000', '162237.110000', '162237.570000', '162238.030000', '162238.490000', '162238.950000', '162239.410000', '162239.870000', '162240.330000', '162240.790000', '162241.250000', '162241.710000', '162242.170000', '162242.630000', '162243.090000', '162243.550000', '162244.010000', '162244.470000', '162244.930000', '162245.390000', '162245.850000', '162246.310000', '162246.770000', '162247.230000', '162247.690000', '162248.150000', '162248.610000', '162249.070000', '162249.530000', '162249.990000', '162250.450000', '162250.910000', '162251.370000', '162251.830000', '162252.290000', '162252.750000', '162253.210000', '162253.670000', '162254.130000', '162254.590000', '162255.050000', '162255.510000', '162255.970000', '162256.430000', '162256.890000', '162257.350000', '162257.810000', '162258.270000', '162258.730000', '162259.190000', '162259.650000', '162300.110000', '162300.570000', '162301.030000', '162301.490000', '162301.950000', '162302.410000', '162302.870000', '162303.330000', '162303.790000', '162304.250000', '162304.710000', '162305.170000', '162305.630000', '162306.090000', '162306.550000', '162307.010000', '162307.470000', '162307.930000', '162308.390000', '162308.850000', '162309.310000', '162309.770000', '162310.230000', '162310.690000', '162311.150000', '162311.610000', '162312.070000', '162312.530000', '162312.990000', '162313.450000', '162313.910000', '162314.370000', '162314.830000', '162315.290000', '162315.750000', '162316.210000', '162316.670000', '162317.130000', '162317.590000', '162318.050000', '162318.510000', '162318.970000', '162319.430000', '162319.890000', '162320.350000', '162320.810000', '162321.270000', '162321.730000', '162322.190000', '162322.650000', '162323.110000', '162323.570000', '162324.030000', '162324.490000', '162324.950000', '162325.410000', '162325.870000', '162326.330000', '162326.790000', '162327.250000', '162327.710000', '162328.170000', '162328.630000', '162329.090000', '162329.550000', '162330.010000', '162330.470000', '162330.930000', '162331.390000', '162331.850000', '162332.310000', '162332.770000', '162333.230000', '162333.690000', '162334.150000', '162334.610000', '162335.070000', '162335.530000', '162335.990000', '162336.450000', '162336.910000', '162337.370000', '162337.830000', '162338.290000', '162338.750000', '162339.210000', '162339.670000', '162340.130000', '162340.590000', '162341.050000', '162341.510000', '162341.970000', '162342.430000', '162342.890000', '162343.350000', '162343.810000', '162344.270000', '162344.730000', '162345.190000', '162345.650000', '162346.110000', '162346.570000', '162347.030000', '162347.490000', '162347.950000', '162348.410000', '162348.870000', '162349.330000', '162349.790000', '162350.250000', '162350.710000', '162351.170000', '162351.630000', '162352.090000', '162352.550000', '162353.010000', '162353.470000', '162353.930000', '162354.390000', '162354.850000', '162355.310000', '162355.770000', '162356.230000', '162356.690000', '162357.150000', '162357.610000', '162358.070000', '162358.530000', '162358.990000', '162359.450000', '162359.910000', '162400.370000', '162400.830000', '162401.290000', '162401.750000', '162402.210000', '162402.670000', '162403.130000', '162403.590000', '162404.050000', '162404.510000', '162404.970000', '162405.430000', '162405.890000', '162406.350000', '162406.810000', '162407.270000', '162407.730000', '162408.190000', '162408.650000', '162409.110000', '162409.570000', '162410.030000', '162410.490000', '162410.950000', '162411.410000', '162411.870000', '162412.330000', '162412.790000', '162413.250000', '162413.710000', '162414.170000', '162414.630000', '162415.090000', '162415.550000', '162416.010000', '162416.470000', '162416.930000', '162417.390000', '162417.850000', '162418.310000', '162418.770000', '162419.230000', '162419.690000', '162420.150000', '162420.610000', '162421.070000', '162421.530000', '162421.990000', '162422.450000', '162422.910000', '162423.370000', '162423.830000', '162424.290000', '162424.750000', '162425.210000', '162425.670000', '162426.130000', '162426.590000', '162427.050000', '162427.510000', '162427.970000', '162428.430000', '162428.890000', '162429.350000', '162429.810000', '162430.270000', '162430.730000', '162431.190000', '162431.650000', '162432.110000', '162432.570000', '162433.030000', '162433.490000', '162433.950000', '162434.410000', '162434.870000', '162435.330000', '162435.790000', '162436.250000', '162436.710000', '162437.170000', '162437.630000', '162438.090000', '162438.550000', '162439.010000', '162439.470000', '162439.930000', '162440.390000', '162440.850000', '162441.310000', '162441.770000', '162442.230000', '162442.690000', '162443.150000', '162443.610000', '162444.070000', '162444.530000', '162444.990000', '162445.450000', '162445.910000', '162446.370000', '162446.830000', '162447.290000', '162447.750000', '162448.210000', '162448.670000', '162449.130000', '162449.590000', '162450.050000', '162450.510000', '162450.970000', '162451.430000', '162451.890000', '162452.350000', '162452.810000', '162453.270000', '162453.730000', '162454.190000', '162454.650000', '162455.110000', '162455.570000', '162456.030000', '162456.490000', '162456.950000', '162457.410000', '162457.870000', '162458.330000', '162458.790000', '162459.250000', '162459.710000', '162500.170000', '162500.630000', '162501.090000', '162501.550000', '162502.010000', '162502.470000', '162502.930000', '162503.390000', '162503.850000', '162504.310000', '162504.770000', '162505.230000', '162505.690000', '162506.150000', '162506.610000', '162507.070000', '162507.530000', '162507.990000', '162508.450000', '162508.910000', '162509.370000', '162509.830000', '162510.290000', '162510.750000', '162511.210000', '162511.670000', '162512.130000', '162512.590000', '162513.050000', '162513.510000', '162513.970000', '162514.430000', '162514.890000', '162515.350000', '162515.810000', '162516.270000', '162516.730000', '162517.190000', '162517.650000', '162518.110000', '162518.570000', '162519.030000', '162519.490000', '162519.950000', '162520.410000', '162520.870000', '162521.330000', '162521.790000', '162522.250000', '162522.710000', '162523.170000', '162523.630000', '162524.090000', '162524.550000', '162525.010000', '162525.470000', '162525.930000', '162526.390000', '162526.850000', '162527.310000', '162527.770000', '162528.230000', '162528.690000', '162529.150000', '162529.610000', '162530.070000', '162530.530000', '162530.990000', '162531.450000', '162531.910000', '162532.370000', '162532.830000', '162533.290000', '162533.750000', '162534.210000', '162534.670000', '162535.130000', '162535.590000', '162536.050000', '162536.510000', '162536.970000', '162537.430000', '162537.890000', '162538.350000', '162538.810000', '162539.270000', '162539.730000', '162540.190000', '162540.650000', '162541.110000', '162541.570000', '162542.030000', '162542.490000', '162542.950000', '162543.410000', '162543.870000', '162544.330000', '162544.790000', '162545.250000', '162545.710000', '162546.170000', '162546.630000', '162547.090000', '162547.550000', '162548.010000', '162548.470000', '162548.930000', '162549.390000', '162549.850000', '162550.310000', '162550.770000', '162551.230000', '162551.690000', '162552.150000', '162552.610000', '162553.070000', '162553.530000', '162553.990000', '162554.450000', '162554.910000', '162555.370000', '162555.830000', '162556.290000', '162556.750000', '162557.210000', '162557.670000', '162558.130000', '162558.590000', '162559.050000', '162559.510000', '162559.970000', '162600.430000', '162600.890000', '162601.350000', '162601.810000', '162602.270000', '162602.730000', '162603.190000', '162603.650000', '162604.110000', '162604.570000', '162605.030000', '162605.490000', '162605.950000', '162606.410000', '162606.870000', '162607.330000', '162607.790000', '162608.250000', '162608.710000', '162609.170000', '162609.630000', '162610.090000', '162610.550000', '162611.010000', '162611.470000', '162611.930000', '162612.390000', '162612.850000', '162613.310000', '162613.770000', '162614.230000', '162614.690000', '162615.150000', '162615.610000', '162616.070000', '162616.530000', '162616.990000', '162617.450000', '162617.910000', '162618.370000', '162618.830000', '162619.290000', '162619.750000', '162620.210000', '162620.670000', '162621.130000', '162621.590000', '162622.050000', '162622.510000', '162622.970000', '162623.430000', '162623.890000', '162624.350000', '162624.810000', '162625.270000', '162625.730000', '162626.190000', '162626.650000', '162627.110000', '162627.570000', '162628.030000', '162628.490000', '162628.950000', '162629.410000', '162629.870000', '162630.330000', '162630.790000', '162631.250000', '162631.710000', '162632.170000', '162632.630000', '162633.090000', '162633.550000', '162634.010000', '162634.470000', '162634.930000', '162635.390000', '162635.850000', '162636.310000', '162636.770000', '162637.230000', '162637.690000', '162638.150000', '162638.610000', '162639.070000', '162639.530000', '162639.990000', '162640.450000', '162640.910000', '162641.370000', '162641.830000', '162642.290000', '162642.750000', '162643.210000', '162643.670000', '162644.130000', '162644.590000', '162645.050000', '162645.510000', '162645.970000', '162646.430000', '162646.890000', '162647.350000', '162647.810000', '162648.270000', '162648.730000', '162649.190000', '162649.650000', '162650.110000', '162650.570000', '162651.030000', '162651.490000', '162651.950000', '162652.410000', '162652.870000', '162653.330000', '162653.790000', '162654.250000', '162654.710000', '162655.170000', '162655.630000', '162656.090000', '162656.550000', '162657.010000', '162657.470000', '162657.930000', '162658.390000', '162658.850000', '162659.310000', '162659.770000', '162700.230000', '162700.690000', '162701.150000', '162701.610000', '162702.070000', '162702.530000', '162702.990000', '162703.450000', '162703.910000', '162704.370000', '162704.830000', '162705.290000', '162705.750000', '162706.210000', '162706.670000', '162707.130000', '162707.590000', '162708.050000', '162708.510000', '162708.970000', '162709.430000', '162709.890000', '162710.350000', '162710.810000', '162711.270000', '162711.730000', '162712.190000', '162712.650000', '162713.110000', '162713.570000', '162714.030000', '162714.490000', '162714.950000', '162715.410000', '162715.870000', '162716.330000', '162716.790000', '162717.250000', '162717.710000', '162718.170000', '162718.630000', '162719.090000', '162719.550000', '162720.010000', '162720.470000', '162720.930000', '162721.390000', '162721.850000', '162722.310000', '162722.770000', '162723.230000', '162723.690000', '162724.150000', '162724.610000', '162725.070000', '162725.530000', '162725.990000', '162726.450000', '162726.910000', '162727.370000', '162727.830000', '162728.290000', '162728.750000', '162729.210000', '162729.670000', '162730.130000', '162730.590000', '162731.050000', '162731.510000', '162731.970000', '162732.430000', '162732.890000', '162733.350000', '162733.810000', '162734.270000', '162734.730000', '162735.190000', '162735.650000', '162736.110000', '162736.570000', '162737.030000', '162737.490000', '162737.950000', '162738.410000', '162738.870000', '162739.330000', '162739.790000', '162740.250000', '162740.710000', '162741.170000', '162741.630000', '162742.090000', '162742.550000', '162743.010000', '162743.470000', '162743.930000', '162744.390000', '162744.850000', '162745.310000', '162745.770000', '162746.230000', '162746.690000', '162747.150000', '162747.610000', '162748.070000', '162748.530000', '162748.990000', '162749.450000', '162749.910000', '162750.370000', '162750.830000', '162751.290000', '162751.750000', '162752.210000', '162752.670000', '162753.130000', '162753.590000', '162754.050000', '162754.510000', '162754.970000', '162755.430000', '162755.890000', '162756.350000', '162756.810000', '162757.270000', '162757.730000', '162758.190000', '162758.650000', '162759.110000', '162759.570000', '162800.030000', '162800.490000', '162800.950000', '162801.410000', '162801.870000', '162802.330000', '162802.790000', '162803.250000', '162803.710000', '162804.170000', '162804.630000', '162805.090000', '162805.550000', '162806.010000', '162806.470000', '162806.930000', '162807.390000', '162807.850000', '162808.310000', '162808.770000', '162809.230000', '162809.690000', '162810.150000', '162810.610000', '162811.070000', '162811.530000', '162811.990000', '162812.450000', '162812.910000', '162813.370000', '162813.830000', '162814.290000', '162814.750000', '162815.210000', '162815.670000', '162816.130000', '162816.590000', '162817.050000', '162817.510000', '162817.970000', '162818.430000', '162818.890000', '162819.350000', '162819.810000', '162820.270000', '162820.730000', '162821.190000', '162821.650000', '162822.110000', '162822.570000', '162823.030000', '162823.490000', '162823.950000', '162824.410000', '162824.870000', '162825.330000', '162825.790000', '162826.250000', '162826.710000', '162827.170000', '162827.630000', '162828.090000', '162828.550000', '162829.010000', '162829.470000', '162829.930000', '162830.390000', '162830.850000', '162831.310000', '162831.770000', '162832.230000', '162832.690000', '162833.150000', '162833.610000', '162834.070000', '162834.530000', '162834.990000', '162835.450000', '162835.910000', '162836.370000', '162836.830000', '162837.290000', '162837.750000', '162838.210000', '162838.670000', '162839.130000', '162839.590000', '162840.050000', '162840.510000', '162840.970000', '162841.430000', '162841.890000', '162842.350000', '162842.810000', '162843.270000', '162843.730000', '162844.190000', '162844.650000', '162845.110000', '162845.570000', '162846.030000', '162846.490000', '162846.950000', '162847.410000', '162847.870000', '162848.330000', '162848.790000', '162849.250000', '162849.710000', '162850.170000', '162850.630000', '162851.090000', '162851.550000', '162852.010000', '162852.470000', '162852.930000', '162853.390000', '162853.850000', '162854.310000', '162854.770000', '162855.230000', '162855.690000', '162856.150000', '162856.610000', '162857.070000', '162857.530000', '162857.990000', '162858.450000', '162858.910000', '162859.370000', '162859.830000', '162900.290000', '162900.750000', '162901.210000', '162901.670000', '162902.130000', '162902.590000', '162903.050000', '162903.510000', '162903.970000', '162904.430000', '162904.890000', '162905.350000', '162905.810000', '162906.270000', '162906.730000', '162907.190000', '162907.650000', '162908.110000', '162908.570000', '162909.030000', '162909.490000', '162909.950000', '162910.410000', '162910.870000', '162911.330000', '162911.790000', '162912.250000', '162912.710000', '162913.170000', '162913.630000', '162914.090000', '162914.550000', '162915.010000', '162915.470000', '162915.930000', '162916.390000', '162916.850000', '162917.310000', '162917.770000', '162918.230000', '162918.690000', '162919.150000', '162919.610000', '162920.070000', '162920.530000', '162920.990000', '162921.450000', '162921.910000', '162922.370000', '162922.830000', '162923.290000', '162923.750000', '162924.210000', '162924.670000', '162925.130000', '162925.590000', '162926.050000', '162926.510000', '162926.970000', '162927.430000', '162927.890000', '162928.350000', '162928.810000', '162929.270000', '162929.730000', '162930.190000', '162930.650000', '162931.110000', '162931.570000', '162932.030000', '162932.490000', '162932.950000', '162933.410000', '162933.870000', '162934.330000', '162934.790000', '162935.250000', '162935.710000', '162936.170000', '162936.630000', '162937.090000', '162937.550000', '162938.010000', '162938.470000', '162938.930000', '162939.390000', '162939.850000', '162940.310000', '162940.770000', '162941.230000', '162941.690000', '162942.150000', '162942.610000', '162943.070000', '162943.530000', '162943.990000', '162944.450000', '162944.910000', '162945.370000', '162945.830000', '162946.290000', '162946.750000', '162947.210000', '162947.670000', '162948.130000', '162948.590000', '162949.050000', '162949.510000', '162949.970000', '162950.430000', '162950.890000', '162951.350000', '162951.810000', '162952.270000', '162952.730000', '162953.190000', '162953.650000', '162954.110000', '162954.570000', '162955.030000', '162955.490000', '162955.950000', '162956.410000', '162956.870000', '162957.330000', '162957.790000', '162958.250000', '162958.710000', '162959.170000', '162959.630000', '163000.090000', '163000.550000', '163001.010000', '163001.470000', '163001.930000', '163002.390000', '163002.850000', '163003.310000', '163003.770000', '163004.230000', '163004.690000', '163005.150000', '163005.610000', '163006.070000', '163006.530000', '163006.990000', '163007.450000', '163007.910000', '163008.370000', '163008.830000', '163009.290000', '163009.750000', '163010.210000', '163010.670000', '163011.130000', '163011.590000', '163012.050000', '163012.510000', '163012.970000', '163013.430000', '163013.890000', '163014.350000', '163014.810000', '163015.270000', '163015.730000', '163016.190000', '163016.650000', '163017.110000', '163017.570000', '163018.030000', '163018.490000', '163018.950000', '163019.410000', '163019.870000', '163020.330000', '163020.790000', '163021.250000', '163021.710000'], 'ContentTime': ['162025.350000', '162025.353000', '162025.356000', '162025.360000', '162025.362000', '162025.365000', '162025.374000', '162025.377000', '162025.379000', '162025.382000', '162025.385000', '162025.388000', '162025.391000', '162025.394000', '162025.397000', '162025.400000', '162025.403000', '162025.406000', '162025.409000', '162025.412000', '162025.415000', '162025.418000', '162025.420000', '162025.427000', '162025.430000', '162025.433000', '162025.436000', '162025.439000', '162025.442000', '162025.445000', '162025.448000', '162025.450000', '162025.453000', '162025.456000', '162025.459000', '162025.462000', '162045.310000', '162045.313000', '162045.316000', '162045.318000', '162045.321000', '162045.324000', '162045.329000', '162045.332000', '162045.335000', '162045.338000', '162045.340000', '162045.343000', '162045.346000', '162045.349000', '162045.352000', '162045.354000', '162045.357000', '162045.360000', '162045.363000', '162045.366000', '162045.369000', '162045.371000', '162045.374000', '162045.377000', '162045.380000', '162045.382000', '162045.385000', '162045.388000', '162045.391000', '162045.394000', '162045.396000', '162045.399000', '162045.402000', '162045.405000', '162045.408000', '162045.410000', '162045.413000', '162045.416000', '162045.419000', '162045.422000', '162045.424000', '162045.427000', '162045.430000', '162105.310000', '162105.313000', '162105.316000', '162105.318000', '162105.321000', '162105.324000', '162105.331000', '162105.333000', '162105.336000', '162105.339000', '162105.342000', '162105.345000', '162105.347000', '162105.350000', '162105.353000', '162105.356000', '162105.359000', '162105.361000', '162105.364000', '162105.367000', '162105.370000', '162105.373000', '162105.375000', '162105.378000', '162105.381000', '162105.384000', '162105.386000', '162105.389000', '162105.392000', '162105.395000', '162105.398000', '162105.400000', '162105.403000', '162105.406000', '162105.409000', '162105.412000', '162105.414000', '162105.417000', '162105.420000', '162105.423000', '162105.425000', '162105.428000', '162105.431000', '162105.434000', '162125.310000', '162125.313000', '162125.316000', '162125.318000', '162125.321000', '162125.324000', '162125.327000', '162125.330000', '162125.332000', '162125.336000', '162125.339000', '162125.342000', '162125.345000', '162125.348000', '162125.351000', '162125.353000', '162125.356000', '162125.359000', '162125.362000', '162125.365000', '162125.368000', '162125.370000', '162125.373000', '162125.376000', '162125.379000', '162125.382000', '162125.385000', '162125.387000', '162125.390000', '162125.393000', '162125.396000', '162125.399000', '162125.402000', '162125.404000', '162125.407000', '162125.410000', '162125.413000', '162125.416000', '162125.418000', '162125.421000', '162125.424000', '162125.427000', '162125.430000', '162145.310000', '162145.313000', '162145.316000', '162145.319000', '162145.321000', '162145.324000', '162145.327000', '162145.330000', '162145.333000', '162145.335000', '162145.338000', '162145.341000', '162145.344000', '162145.347000', '162145.350000', '162145.352000', '162145.355000', '162145.358000', '162145.361000', '162145.364000', '162145.367000', '162145.369000', '162145.372000', '162145.375000', '162145.378000', '162145.381000', '162145.384000', '162145.386000', '162145.389000', '162145.392000', '162145.395000', '162145.414000', '162145.416000', '162145.419000', '162145.422000', '162145.425000', '162145.428000', '162145.430000', '162145.433000', '162145.436000', '162145.439000', '162145.442000', '162145.444000', '162145.447000', '162205.310000', '162205.313000', '162205.316000', '162205.319000', '162205.321000', '162205.324000', '162205.327000', '162205.330000', '162205.333000', '162205.335000', '162205.338000', '162205.341000', '162205.344000', '162205.347000', '162205.350000', '162205.352000', '162205.355000', '162205.358000', '162205.361000', '162205.364000', '162205.367000', '162205.371000', '162205.376000', '162205.379000', '162205.382000', '162205.385000', '162205.387000', '162205.390000', '162205.393000', '162205.396000', '162205.399000', '162205.402000', '162205.404000', '162205.407000', '162205.410000', '162205.413000', '162205.416000', '162205.418000', '162205.421000', '162205.424000', '162205.427000', '162205.430000', '162205.433000', '162225.311000', '162225.314000', '162225.317000', '162225.320000', '162225.322000', '162225.325000', '162225.328000', '162225.331000', '162225.334000', '162225.336000', '162225.339000', '162225.342000', '162225.345000', '162225.348000', '162225.351000', '162225.353000', '162225.356000', '162225.359000', '162225.362000', '162225.365000', '162225.368000', '162225.370000', '162225.373000', '162225.376000', '162225.379000', '162225.382000', '162225.385000', '162225.387000', '162225.390000', '162225.393000', '162225.396000', '162225.399000', '162225.402000', '162225.404000', '162225.407000', '162225.410000', '162225.413000', '162225.416000', '162225.418000', '162225.421000', '162225.424000', '162225.427000', '162225.430000', '162225.432000', '162245.311000', '162245.314000', '162245.317000', '162245.320000', '162245.324000', '162245.326000', '162245.329000', '162245.332000', '162245.335000', '162245.338000', '162245.341000', '162245.343000', '162245.346000', '162245.349000', '162245.352000', '162245.355000', '162245.358000', '162245.361000', '162245.364000', '162245.366000', '162245.369000', '162245.372000', '162245.375000', '162245.378000', '162245.381000', '162245.384000', '162245.387000', '162245.389000', '162245.393000', '162245.395000', '162245.398000', '162245.401000', '162245.404000', '162245.407000', '162245.409000', '162245.412000', '162245.415000', '162245.418000', '162245.421000', '162245.423000', '162245.426000', '162245.429000', '162245.432000', '162305.310000', '162305.313000', '162305.316000', '162305.319000', '162305.321000', '162305.324000', '162305.327000', '162305.330000', '162305.333000', '162305.335000', '162305.338000', '162305.341000', '162305.344000', '162305.347000', '162305.350000', '162305.358000', '162305.361000', '162305.364000', '162305.367000', '162305.369000', '162305.372000', '162305.375000', '162305.378000', '162305.381000', '162305.383000', '162305.386000', '162305.389000', '162305.392000', '162305.395000', '162305.397000', '162305.400000', '162305.403000', '162305.406000', '162305.409000', '162305.411000', '162305.414000', '162305.417000', '162305.420000', '162305.423000', '162305.426000', '162305.428000', '162305.431000', '162305.434000', '162305.437000', '162325.310000', '162325.313000', '162325.316000', '162325.319000', '162325.321000', '162325.324000', '162325.327000', '162325.330000', '162325.333000', '162325.335000', '162325.338000', '162325.341000', '162325.344000', '162325.347000', '162325.350000', '162325.353000', '162325.355000', '162325.358000', '162325.361000', '162325.364000', '162325.367000', '162325.370000', '162325.373000', '162325.375000', '162325.378000', '162325.381000', '162325.398000', '162325.401000', '162325.404000', '162325.407000', '162325.410000', '162325.412000', '162325.415000', '162325.418000', '162325.421000', '162325.424000', '162325.427000', '162325.429000', '162325.432000', '162325.435000', '162325.438000', '162325.441000', '162325.444000', '162345.310000', '162345.313000', '162345.316000', '162345.318000', '162345.321000', '162345.324000', '162345.327000', '162345.330000', '162345.333000', '162345.336000', '162345.338000', '162345.341000', '162345.344000', '162345.347000', '162345.350000', '162345.353000', '162345.355000', '162345.358000', '162345.361000', '162345.364000', '162345.367000', '162345.370000', '162345.372000', '162345.375000', '162345.378000', '162345.381000', '162345.384000', '162345.386000', '162345.389000', '162345.392000', '162345.395000', '162345.398000', '162345.400000', '162345.403000', '162345.406000', '162345.409000', '162345.412000', '162345.415000', '162345.417000', '162345.420000', '162345.423000', '162345.426000', '162345.429000', '162345.432000', '162405.310000', '162405.313000', '162405.316000', '162405.318000', '162405.321000', '162405.324000', '162405.327000', '162405.330000', '162405.333000', '162405.336000', '162405.338000', '162405.341000', '162405.344000', '162405.347000', '162405.350000', '162405.353000', '162405.355000', '162405.360000', '162405.363000', '162405.365000', '162405.368000', '162405.371000', '162405.374000', '162405.377000', '162405.380000', '162405.382000', '162405.385000', '162405.388000', '162405.391000', '162405.394000', '162405.397000', '162405.399000', '162405.402000', '162405.405000', '162405.408000', '162405.411000', '162405.414000', '162405.417000', '162405.419000', '162405.423000', '162405.429000', '162405.432000', '162405.434000', '162425.310000', '162425.313000', '162425.316000', '162425.318000', '162425.321000', '162425.324000', '162425.327000', '162425.330000', '162425.333000', '162425.336000', '162425.339000', '162425.341000', '162425.344000', '162425.347000', '162425.350000', '162425.353000', '162425.356000', '162425.358000', '162425.361000', '162425.364000', '162425.367000', '162425.370000', '162425.373000', '162425.375000', '162425.378000', '162425.381000', '162425.384000', '162425.387000', '162425.390000', '162425.393000', '162425.395000', '162425.398000', '162425.401000', '162425.404000', '162425.407000', '162425.410000', '162425.412000', '162425.415000', '162425.418000', '162425.421000', '162425.424000', '162425.427000', '162425.430000', '162425.432000', '162445.311000', '162445.314000', '162445.317000', '162445.320000', '162445.323000', '162445.325000', '162445.328000', '162445.331000', '162445.334000', '162445.337000', '162445.340000', '162445.342000', '162445.345000', '162445.348000', '162445.351000', '162445.354000', '162445.357000', '162445.359000', '162445.362000', '162445.365000', '162445.368000', '162445.371000', '162445.374000', '162445.377000', '162445.379000', '162445.382000', '162445.385000', '162445.388000', '162445.391000', '162445.394000', '162445.396000', '162445.399000', '162445.402000', '162445.405000', '162445.408000', '162445.410000', '162445.413000', '162445.416000', '162445.419000', '162445.422000', '162445.425000', '162445.428000', '162445.430000', '162505.310000', '162505.313000', '162505.316000', '162505.319000', '162505.321000', '162505.324000', '162505.327000', '162505.330000', '162505.333000', '162505.335000', '162505.338000', '162505.341000', '162505.344000', '162505.347000', '162505.350000', '162505.352000', '162505.355000', '162505.358000', '162505.361000', '162505.364000', '162505.367000', '162505.369000', '162505.372000', '162505.375000', '162505.378000', '162505.381000', '162505.384000', '162505.387000', '162505.389000', '162505.392000', '162505.395000', '162505.398000', '162505.401000', '162505.403000', '162505.406000', '162505.409000', '162505.412000', '162505.415000', '162505.418000', '162505.420000', '162505.423000', '162505.426000', '162505.429000', '162505.432000', '162525.310000', '162525.313000', '162525.316000', '162525.319000', '162525.321000', '162525.324000', '162525.327000', '162525.330000', '162525.333000', '162525.336000', '162525.339000', '162525.341000', '162525.344000', '162525.347000', '162525.350000', '162525.353000', '162525.356000', '162525.359000', '162525.361000', '162525.364000', '162525.367000', '162525.370000', '162525.373000', '162525.376000', '162525.379000', '162525.381000', '162525.384000', '162525.387000', '162525.390000', '162525.393000', '162525.397000', '162525.400000', '162525.403000', '162525.406000', '162525.408000', '162525.411000', '162525.414000', '162525.417000', '162525.420000', '162525.423000', '162525.425000', '162525.428000', '162525.431000', '162545.310000', '162545.313000', '162545.316000', '162545.318000', '162545.321000', '162545.324000', '162545.329000', '162545.332000', '162545.335000', '162545.338000', '162545.340000', '162545.343000', '162545.346000', '162545.349000', '162545.352000', '162545.355000', '162545.357000', '162545.360000', '162545.363000', '162545.366000', '162545.369000', '162545.372000', '162545.375000', '162545.377000', '162545.380000', '162545.383000', '162545.386000', '162545.389000', '162545.392000', '162545.395000', '162545.397000', '162545.400000', '162545.403000', '162545.406000', '162545.409000', '162545.411000', '162545.414000', '162545.417000', '162545.420000', '162545.423000', '162545.425000', '162545.428000', '162545.431000', '162545.434000', '162605.310000', '162605.313000', '162605.316000', '162605.319000', '162605.321000', '162605.324000', '162605.327000', '162605.330000', '162605.333000', '162605.336000', '162605.339000', '162605.341000', '162605.344000', '162605.347000', '162605.350000', '162605.353000', '162605.356000', '162605.358000', '162605.361000', '162605.364000', '162605.367000', '162605.370000', '162605.373000', '162605.376000', '162605.378000', '162605.381000', '162605.384000', '162605.387000', '162605.390000', '162605.392000', '162605.395000', '162605.398000', '162605.401000', '162605.404000', '162605.407000', '162605.409000', '162605.412000', '162605.415000', '162605.418000', '162605.421000', '162605.424000', '162605.426000', '162605.429000', '162625.310000', '162625.313000', '162625.316000', '162625.318000', '162625.321000', '162625.334000', '162625.337000', '162625.340000', '162625.342000', '162625.345000', '162625.348000', '162625.351000', '162625.354000', '162625.357000', '162625.359000', '162625.362000', '162625.365000', '162625.368000', '162625.371000', '162625.374000', '162625.377000', '162625.379000', '162625.382000', '162625.385000', '162625.388000', '162625.391000', '162625.393000', '162625.396000', '162625.399000', '162625.402000', '162625.405000', '162625.408000', '162625.410000', '162625.413000', '162625.416000', '162625.419000', '162625.422000', '162625.425000', '162625.427000', '162625.430000', '162625.433000', '162625.436000', '162625.439000', '162625.442000', '162645.310000', '162645.313000', '162645.316000', '162645.318000', '162645.321000', '162645.324000', '162645.327000', '162645.330000', '162645.333000', '162645.335000', '162645.338000', '162645.341000', '162645.344000', '162645.347000', '162645.350000', '162645.352000', '162645.355000', '162645.358000', '162645.361000', '162645.364000', '162645.367000', '162645.370000', '162645.373000', '162645.375000', '162645.378000', '162645.381000', '162645.384000', '162645.387000', '162645.389000', '162645.393000', '162645.396000', '162645.399000', '162645.402000', '162645.404000', '162645.407000', '162645.410000', '162645.413000', '162645.416000', '162645.419000', '162645.421000', '162645.424000', '162645.427000', '162645.430000', '162705.311000', '162705.314000', '162705.317000', '162705.320000', '162705.322000', '162705.325000', '162705.328000', '162705.331000', '162705.334000', '162705.337000', '162705.340000', '162705.342000', '162705.345000', '162705.348000', '162705.351000', '162705.354000', '162705.357000', '162705.360000', '162705.362000', '162705.365000', '162705.368000', '162705.371000', '162705.374000', '162705.377000', '162705.384000', '162705.387000', '162705.390000', '162705.393000', '162705.396000', '162705.399000', '162705.401000', '162705.404000', '162705.407000', '162705.410000', '162705.413000', '162705.416000', '162705.419000', '162705.421000', '162705.424000', '162705.427000', '162705.430000', '162705.433000', '162705.436000', '162705.438000', '162725.310000', '162725.313000', '162725.316000', '162725.319000', '162725.322000', '162725.324000', '162725.327000', '162725.330000', '162725.333000', '162725.336000', '162725.339000', '162725.342000', '162725.344000', '162725.347000', '162725.350000', '162725.353000', '162725.356000', '162725.359000', '162725.362000', '162725.364000', '162725.367000', '162725.370000', '162725.373000', '162725.376000', '162725.379000', '162725.382000', '162725.385000', '162725.387000', '162725.390000', '162725.393000', '162725.396000', '162725.399000', '162725.402000', '162725.404000', '162725.407000', '162725.410000', '162725.413000', '162725.416000', '162725.418000', '162725.421000', '162725.424000', '162725.427000', '162725.430000', '162745.310000', '162745.325000', '162745.328000', '162745.331000', '162745.334000', '162745.337000', '162745.339000', '162745.342000', '162745.345000', '162745.348000', '162745.351000', '162745.354000', '162745.356000', '162745.359000', '162745.362000', '162745.365000', '162745.368000', '162745.371000', '162745.374000', '162745.376000', '162745.379000', '162745.382000', '162745.385000', '162745.388000', '162745.390000', '162745.393000', '162745.396000', '162745.399000', '162745.402000', '162745.405000', '162745.407000', '162745.410000', '162745.413000', '162745.416000', '162745.419000', '162745.422000', '162745.424000', '162745.427000', '162745.430000', '162745.433000', '162745.436000', '162745.438000', '162745.441000', '162745.444000', '162805.310000', '162805.313000', '162805.316000', '162805.319000', '162805.322000', '162805.324000', '162805.327000', '162805.330000', '162805.333000', '162805.335000', '162805.338000', '162805.341000', '162805.344000', '162805.347000', '162805.350000', '162805.353000', '162805.356000', '162805.358000', '162805.361000', '162805.364000', '162805.367000', '162805.370000', '162805.373000', '162805.376000', '162805.379000', '162805.381000', '162805.384000', '162805.387000', '162805.390000', '162805.393000', '162805.396000', '162805.398000', '162805.401000', '162805.404000', '162805.407000', '162805.410000', '162805.412000', '162805.415000', '162805.418000', '162805.421000', '162805.424000', '162805.426000', '162805.429000', '162825.310000', '162825.313000', '162825.316000', '162825.319000', '162825.322000', '162825.324000', '162825.328000', '162825.333000', '162825.336000', '162825.339000', '162825.342000', '162825.344000', '162825.347000', '162825.350000', '162825.353000', '162825.356000', '162825.359000', '162825.362000', '162825.364000', '162825.367000', '162825.370000', '162825.373000', '162825.376000', '162825.379000', '162825.381000', '162825.384000', '162825.387000', '162825.390000', '162825.393000', '162825.396000', '162825.398000', '162825.401000', '162825.404000', '162825.407000', '162825.410000', '162825.413000', '162825.415000', '162825.418000', '162825.421000', '162825.424000', '162825.427000', '162825.430000', '162825.432000', '162845.310000', '162845.313000', '162845.316000', '162845.319000', '162845.322000', '162845.324000', '162845.327000', '162845.330000', '162845.333000', '162845.336000', '162845.338000', '162845.341000', '162845.344000', '162845.347000', '162845.350000', '162845.353000', '162845.355000', '162845.358000', '162845.361000', '162845.364000', '162845.367000', '162845.370000', '162845.373000', '162845.375000', '162845.378000', '162845.381000', '162845.384000', '162845.387000', '162845.390000', '162845.392000', '162845.395000', '162845.398000', '162845.401000', '162845.404000', '162845.407000', '162845.409000', '162845.412000', '162845.415000', '162845.418000', '162845.421000', '162845.424000', '162845.426000', '162845.429000', '162845.432000', '162905.310000', '162905.313000', '162905.316000', '162905.319000', '162905.322000', '162905.325000', '162905.328000', '162905.331000', '162905.334000', '162905.336000', '162905.339000', '162905.342000', '162905.345000', '162905.348000', '162905.351000', '162905.354000', '162905.356000', '162905.359000', '162905.362000', '162905.365000', '162905.368000', '162905.371000', '162905.373000', '162905.376000', '162905.379000', '162905.382000', '162905.385000', '162905.388000', '162905.390000', '162905.393000', '162905.396000', '162905.399000', '162905.402000', '162905.405000', '162905.408000', '162905.410000', '162905.413000', '162905.416000', '162905.419000', '162905.422000', '162905.425000', '162905.427000', '162905.430000', '162925.311000', '162925.314000', '162925.317000', '162925.320000', '162925.323000', '162925.325000', '162925.328000', '162925.331000', '162925.334000', '162925.337000', '162925.340000', '162925.342000', '162925.345000', '162925.348000', '162925.351000', '162925.354000', '162925.357000', '162925.360000', '162925.362000', '162925.365000', '162925.368000', '162925.371000', '162925.374000', '162925.377000', '162925.380000', '162925.382000', '162925.385000', '162925.388000', '162925.391000', '162925.394000', '162925.397000', '162925.399000', '162925.402000', '162925.406000', '162925.408000', '162925.411000', '162925.414000', '162925.417000', '162925.420000', '162925.423000', '162925.426000', '162925.436000', '162925.439000', '162925.442000', '162945.310000', '162945.313000', '162945.316000', '162945.319000', '162945.322000', '162945.325000', '162945.327000', '162945.330000', '162945.333000', '162945.336000', '162945.339000', '162945.342000', '162945.345000', '162945.347000', '162945.350000', '162945.353000', '162945.356000', '162945.359000', '162945.362000', '162945.365000', '162945.367000', '162945.370000', '162945.373000', '162945.376000', '162945.379000', '162945.382000', '162945.385000', '162945.390000', '162945.393000', '162945.396000', '162945.399000', '162945.402000', '162945.404000', '162945.407000', '162945.410000', '162945.413000', '162945.416000', '162945.419000', '162945.422000', '162945.424000', '162945.427000', '162945.430000', '162945.433000', '163005.310000', '163005.313000', '163005.316000', '163005.319000', '163005.321000', '163005.324000', '163005.327000', '163005.330000', '163005.333000', '163005.336000', '163005.339000', '163005.342000', '163005.344000', '163005.347000', '163005.350000', '163005.353000', '163005.356000', '163005.359000', '163005.361000', '163005.364000', '163005.367000', '163005.370000', '163005.373000', '163005.376000', '163005.379000', '163005.381000', '163005.384000', '163005.387000', '163005.390000', '163005.393000', '163005.396000', '163005.398000', '163005.401000', '163005.404000', '163005.407000', '163005.410000', '163005.412000', '163005.415000', '163005.428000', '163005.431000', '163005.434000', '163005.437000', '163005.439000', '163005.442000', '163022.678000', '163022.682000', '163022.685000', '163022.688000', '163022.691000', '163022.694000', '163022.697000', '163022.700000', '163022.703000', '163022.706000', '163022.709000', '163022.712000', '163022.715000', '163022.718000', '163022.721000', '163022.724000', '163022.727000', '163022.730000', '163022.733000', '163022.736000', '163022.739000', '163022.741000', '163022.744000', '163022.748000', '163022.750000', '163022.753000', '163022.756000', '163022.759000', '163022.831000', '163022.834000', '163022.837000', '163022.840000', '163022.843000', '163022.846000', '163022.849000', '163022.852000', '163022.855000', '163022.858000'], 'InstanceCreationTime': ['162025.350000', '162025.353000', '162025.356000', '162025.360000', '162025.362000', '162025.365000', '162025.374000', '162025.377000', '162025.379000', '162025.382000', '162025.385000', '162025.388000', '162025.391000', '162025.394000', '162025.397000', '162025.400000', '162025.403000', '162025.406000', '162025.409000', '162025.412000', '162025.415000', '162025.418000', '162025.420000', '162025.427000', '162025.430000', '162025.433000', '162025.436000', '162025.439000', '162025.442000', '162025.445000', '162025.448000', '162025.450000', '162025.453000', '162025.456000', '162025.459000', '162025.462000', '162045.310000', '162045.313000', '162045.316000', '162045.318000', '162045.321000', '162045.324000', '162045.329000', '162045.332000', '162045.335000', '162045.338000', '162045.340000', '162045.343000', '162045.346000', '162045.349000', '162045.352000', '162045.354000', '162045.357000', '162045.360000', '162045.363000', '162045.366000', '162045.369000', '162045.371000', '162045.374000', '162045.377000', '162045.380000', '162045.382000', '162045.385000', '162045.388000', '162045.391000', '162045.394000', '162045.396000', '162045.399000', '162045.402000', '162045.405000', '162045.408000', '162045.410000', '162045.413000', '162045.416000', '162045.419000', '162045.422000', '162045.424000', '162045.427000', '162045.430000', '162105.310000', '162105.313000', '162105.316000', '162105.318000', '162105.321000', '162105.324000', '162105.331000', '162105.333000', '162105.336000', '162105.339000', '162105.342000', '162105.345000', '162105.347000', '162105.350000', '162105.353000', '162105.356000', '162105.359000', '162105.361000', '162105.364000', '162105.367000', '162105.370000', '162105.373000', '162105.375000', '162105.378000', '162105.381000', '162105.384000', '162105.386000', '162105.389000', '162105.392000', '162105.395000', '162105.398000', '162105.400000', '162105.403000', '162105.406000', '162105.409000', '162105.412000', '162105.414000', '162105.417000', '162105.420000', '162105.423000', '162105.425000', '162105.428000', '162105.431000', '162105.434000', '162125.310000', '162125.313000', '162125.316000', '162125.318000', '162125.321000', '162125.324000', '162125.327000', '162125.330000', '162125.332000', '162125.336000', '162125.339000', '162125.342000', '162125.345000', '162125.348000', '162125.351000', '162125.353000', '162125.356000', '162125.359000', '162125.362000', '162125.365000', '162125.368000', '162125.370000', '162125.373000', '162125.376000', '162125.379000', '162125.382000', '162125.385000', '162125.387000', '162125.390000', '162125.393000', '162125.396000', '162125.399000', '162125.402000', '162125.404000', '162125.407000', '162125.410000', '162125.413000', '162125.416000', '162125.418000', '162125.421000', '162125.424000', '162125.427000', '162125.430000', '162145.310000', '162145.313000', '162145.316000', '162145.319000', '162145.321000', '162145.324000', '162145.327000', '162145.330000', '162145.333000', '162145.335000', '162145.338000', '162145.341000', '162145.344000', '162145.347000', '162145.350000', '162145.352000', '162145.355000', '162145.358000', '162145.361000', '162145.364000', '162145.367000', '162145.369000', '162145.372000', '162145.375000', '162145.378000', '162145.381000', '162145.384000', '162145.386000', '162145.389000', '162145.392000', '162145.395000', '162145.414000', '162145.416000', '162145.419000', '162145.422000', '162145.425000', '162145.428000', '162145.430000', '162145.433000', '162145.436000', '162145.439000', '162145.442000', '162145.444000', '162145.447000', '162205.310000', '162205.313000', '162205.316000', '162205.319000', '162205.321000', '162205.324000', '162205.327000', '162205.330000', '162205.333000', '162205.335000', '162205.338000', '162205.341000', '162205.344000', '162205.347000', '162205.350000', '162205.352000', '162205.355000', '162205.358000', '162205.361000', '162205.364000', '162205.367000', '162205.371000', '162205.376000', '162205.379000', '162205.382000', '162205.385000', '162205.387000', '162205.390000', '162205.393000', '162205.396000', '162205.399000', '162205.402000', '162205.404000', '162205.407000', '162205.410000', '162205.413000', '162205.416000', '162205.418000', '162205.421000', '162205.424000', '162205.427000', '162205.430000', '162205.433000', '162225.311000', '162225.314000', '162225.317000', '162225.320000', '162225.322000', '162225.325000', '162225.328000', '162225.331000', '162225.334000', '162225.336000', '162225.339000', '162225.342000', '162225.345000', '162225.348000', '162225.351000', '162225.353000', '162225.356000', '162225.359000', '162225.362000', '162225.365000', '162225.368000', '162225.370000', '162225.373000', '162225.376000', '162225.379000', '162225.382000', '162225.385000', '162225.387000', '162225.390000', '162225.393000', '162225.396000', '162225.399000', '162225.402000', '162225.404000', '162225.407000', '162225.410000', '162225.413000', '162225.416000', '162225.418000', '162225.421000', '162225.424000', '162225.427000', '162225.430000', '162225.432000', '162245.311000', '162245.314000', '162245.317000', '162245.320000', '162245.324000', '162245.326000', '162245.329000', '162245.332000', '162245.335000', '162245.338000', '162245.341000', '162245.343000', '162245.346000', '162245.349000', '162245.352000', '162245.355000', '162245.358000', '162245.361000', '162245.364000', '162245.366000', '162245.369000', '162245.372000', '162245.375000', '162245.378000', '162245.381000', '162245.384000', '162245.387000', '162245.389000', '162245.393000', '162245.395000', '162245.398000', '162245.401000', '162245.404000', '162245.407000', '162245.409000', '162245.412000', '162245.415000', '162245.418000', '162245.421000', '162245.423000', '162245.426000', '162245.429000', '162245.432000', '162305.310000', '162305.313000', '162305.316000', '162305.319000', '162305.321000', '162305.324000', '162305.327000', '162305.330000', '162305.333000', '162305.335000', '162305.338000', '162305.341000', '162305.344000', '162305.347000', '162305.350000', '162305.358000', '162305.361000', '162305.364000', '162305.367000', '162305.369000', '162305.372000', '162305.375000', '162305.378000', '162305.381000', '162305.383000', '162305.386000', '162305.389000', '162305.392000', '162305.395000', '162305.397000', '162305.400000', '162305.403000', '162305.406000', '162305.409000', '162305.411000', '162305.414000', '162305.417000', '162305.420000', '162305.423000', '162305.426000', '162305.428000', '162305.431000', '162305.434000', '162305.437000', '162325.310000', '162325.313000', '162325.316000', '162325.319000', '162325.321000', '162325.324000', '162325.327000', '162325.330000', '162325.333000', '162325.335000', '162325.338000', '162325.341000', '162325.344000', '162325.347000', '162325.350000', '162325.353000', '162325.355000', '162325.358000', '162325.361000', '162325.364000', '162325.367000', '162325.370000', '162325.373000', '162325.375000', '162325.378000', '162325.381000', '162325.398000', '162325.401000', '162325.404000', '162325.407000', '162325.410000', '162325.412000', '162325.415000', '162325.418000', '162325.421000', '162325.424000', '162325.427000', '162325.429000', '162325.432000', '162325.435000', '162325.438000', '162325.441000', '162325.444000', '162345.310000', '162345.313000', '162345.316000', '162345.318000', '162345.321000', '162345.324000', '162345.327000', '162345.330000', '162345.333000', '162345.336000', '162345.338000', '162345.341000', '162345.344000', '162345.347000', '162345.350000', '162345.353000', '162345.355000', '162345.358000', '162345.361000', '162345.364000', '162345.367000', '162345.370000', '162345.372000', '162345.375000', '162345.378000', '162345.381000', '162345.384000', '162345.386000', '162345.389000', '162345.392000', '162345.395000', '162345.398000', '162345.400000', '162345.403000', '162345.406000', '162345.409000', '162345.412000', '162345.415000', '162345.417000', '162345.420000', '162345.423000', '162345.426000', '162345.429000', '162345.432000', '162405.310000', '162405.313000', '162405.316000', '162405.318000', '162405.321000', '162405.324000', '162405.327000', '162405.330000', '162405.333000', '162405.336000', '162405.338000', '162405.341000', '162405.344000', '162405.347000', '162405.350000', '162405.353000', '162405.355000', '162405.360000', '162405.363000', '162405.365000', '162405.368000', '162405.371000', '162405.374000', '162405.377000', '162405.380000', '162405.382000', '162405.385000', '162405.388000', '162405.391000', '162405.394000', '162405.397000', '162405.399000', '162405.402000', '162405.405000', '162405.408000', '162405.411000', '162405.414000', '162405.417000', '162405.419000', '162405.423000', '162405.429000', '162405.432000', '162405.434000', '162425.310000', '162425.313000', '162425.316000', '162425.318000', '162425.321000', '162425.324000', '162425.327000', '162425.330000', '162425.333000', '162425.336000', '162425.339000', '162425.341000', '162425.344000', '162425.347000', '162425.350000', '162425.353000', '162425.356000', '162425.358000', '162425.361000', '162425.364000', '162425.367000', '162425.370000', '162425.373000', '162425.375000', '162425.378000', '162425.381000', '162425.384000', '162425.387000', '162425.390000', '162425.393000', '162425.395000', '162425.398000', '162425.401000', '162425.404000', '162425.407000', '162425.410000', '162425.412000', '162425.415000', '162425.418000', '162425.421000', '162425.424000', '162425.427000', '162425.430000', '162425.432000', '162445.311000', '162445.314000', '162445.317000', '162445.320000', '162445.323000', '162445.325000', '162445.328000', '162445.331000', '162445.334000', '162445.337000', '162445.340000', '162445.342000', '162445.345000', '162445.348000', '162445.351000', '162445.354000', '162445.357000', '162445.359000', '162445.362000', '162445.365000', '162445.368000', '162445.371000', '162445.374000', '162445.377000', '162445.379000', '162445.382000', '162445.385000', '162445.388000', '162445.391000', '162445.394000', '162445.396000', '162445.399000', '162445.402000', '162445.405000', '162445.408000', '162445.410000', '162445.413000', '162445.416000', '162445.419000', '162445.422000', '162445.425000', '162445.428000', '162445.430000', '162505.310000', '162505.313000', '162505.316000', '162505.319000', '162505.321000', '162505.324000', '162505.327000', '162505.330000', '162505.333000', '162505.335000', '162505.338000', '162505.341000', '162505.344000', '162505.347000', '162505.350000', '162505.352000', '162505.355000', '162505.358000', '162505.361000', '162505.364000', '162505.367000', '162505.369000', '162505.372000', '162505.375000', '162505.378000', '162505.381000', '162505.384000', '162505.387000', '162505.389000', '162505.392000', '162505.395000', '162505.398000', '162505.401000', '162505.403000', '162505.406000', '162505.409000', '162505.412000', '162505.415000', '162505.418000', '162505.420000', '162505.423000', '162505.426000', '162505.429000', '162505.432000', '162525.310000', '162525.313000', '162525.316000', '162525.319000', '162525.321000', '162525.324000', '162525.327000', '162525.330000', '162525.333000', '162525.336000', '162525.339000', '162525.341000', '162525.344000', '162525.347000', '162525.350000', '162525.353000', '162525.356000', '162525.359000', '162525.361000', '162525.364000', '162525.367000', '162525.370000', '162525.373000', '162525.376000', '162525.379000', '162525.381000', '162525.384000', '162525.387000', '162525.390000', '162525.393000', '162525.397000', '162525.400000', '162525.403000', '162525.406000', '162525.408000', '162525.411000', '162525.414000', '162525.417000', '162525.420000', '162525.423000', '162525.425000', '162525.428000', '162525.431000', '162545.310000', '162545.313000', '162545.316000', '162545.318000', '162545.321000', '162545.324000', '162545.329000', '162545.332000', '162545.335000', '162545.338000', '162545.340000', '162545.343000', '162545.346000', '162545.349000', '162545.352000', '162545.355000', '162545.357000', '162545.360000', '162545.363000', '162545.366000', '162545.369000', '162545.372000', '162545.375000', '162545.377000', '162545.380000', '162545.383000', '162545.386000', '162545.389000', '162545.392000', '162545.395000', '162545.397000', '162545.400000', '162545.403000', '162545.406000', '162545.409000', '162545.411000', '162545.414000', '162545.417000', '162545.420000', '162545.423000', '162545.425000', '162545.428000', '162545.431000', '162545.434000', '162605.310000', '162605.313000', '162605.316000', '162605.319000', '162605.321000', '162605.324000', '162605.327000', '162605.330000', '162605.333000', '162605.336000', '162605.339000', '162605.341000', '162605.344000', '162605.347000', '162605.350000', '162605.353000', '162605.356000', '162605.358000', '162605.361000', '162605.364000', '162605.367000', '162605.370000', '162605.373000', '162605.376000', '162605.378000', '162605.381000', '162605.384000', '162605.387000', '162605.390000', '162605.392000', '162605.395000', '162605.398000', '162605.401000', '162605.404000', '162605.407000', '162605.409000', '162605.412000', '162605.415000', '162605.418000', '162605.421000', '162605.424000', '162605.426000', '162605.429000', '162625.310000', '162625.313000', '162625.316000', '162625.318000', '162625.321000', '162625.334000', '162625.337000', '162625.340000', '162625.342000', '162625.345000', '162625.348000', '162625.351000', '162625.354000', '162625.357000', '162625.359000', '162625.362000', '162625.365000', '162625.368000', '162625.371000', '162625.374000', '162625.377000', '162625.379000', '162625.382000', '162625.385000', '162625.388000', '162625.391000', '162625.393000', '162625.396000', '162625.399000', '162625.402000', '162625.405000', '162625.408000', '162625.410000', '162625.413000', '162625.416000', '162625.419000', '162625.422000', '162625.425000', '162625.427000', '162625.430000', '162625.433000', '162625.436000', '162625.439000', '162625.442000', '162645.310000', '162645.313000', '162645.316000', '162645.318000', '162645.321000', '162645.324000', '162645.327000', '162645.330000', '162645.333000', '162645.335000', '162645.338000', '162645.341000', '162645.344000', '162645.347000', '162645.350000', '162645.352000', '162645.355000', '162645.358000', '162645.361000', '162645.364000', '162645.367000', '162645.370000', '162645.373000', '162645.375000', '162645.378000', '162645.381000', '162645.384000', '162645.387000', '162645.389000', '162645.393000', '162645.396000', '162645.399000', '162645.402000', '162645.404000', '162645.407000', '162645.410000', '162645.413000', '162645.416000', '162645.419000', '162645.421000', '162645.424000', '162645.427000', '162645.430000', '162705.311000', '162705.314000', '162705.317000', '162705.320000', '162705.322000', '162705.325000', '162705.328000', '162705.331000', '162705.334000', '162705.337000', '162705.340000', '162705.342000', '162705.345000', '162705.348000', '162705.351000', '162705.354000', '162705.357000', '162705.360000', '162705.362000', '162705.365000', '162705.368000', '162705.371000', '162705.374000', '162705.377000', '162705.384000', '162705.387000', '162705.390000', '162705.393000', '162705.396000', '162705.399000', '162705.401000', '162705.404000', '162705.407000', '162705.410000', '162705.413000', '162705.416000', '162705.419000', '162705.421000', '162705.424000', '162705.427000', '162705.430000', '162705.433000', '162705.436000', '162705.438000', '162725.310000', '162725.313000', '162725.316000', '162725.319000', '162725.322000', '162725.324000', '162725.327000', '162725.330000', '162725.333000', '162725.336000', '162725.339000', '162725.342000', '162725.344000', '162725.347000', '162725.350000', '162725.353000', '162725.356000', '162725.359000', '162725.362000', '162725.364000', '162725.367000', '162725.370000', '162725.373000', '162725.376000', '162725.379000', '162725.382000', '162725.385000', '162725.387000', '162725.390000', '162725.393000', '162725.396000', '162725.399000', '162725.402000', '162725.404000', '162725.407000', '162725.410000', '162725.413000', '162725.416000', '162725.418000', '162725.421000', '162725.424000', '162725.427000', '162725.430000', '162745.310000', '162745.325000', '162745.328000', '162745.331000', '162745.334000', '162745.337000', '162745.339000', '162745.342000', '162745.345000', '162745.348000', '162745.351000', '162745.354000', '162745.356000', '162745.359000', '162745.362000', '162745.365000', '162745.368000', '162745.371000', '162745.374000', '162745.376000', '162745.379000', '162745.382000', '162745.385000', '162745.388000', '162745.390000', '162745.393000', '162745.396000', '162745.399000', '162745.402000', '162745.405000', '162745.407000', '162745.410000', '162745.413000', '162745.416000', '162745.419000', '162745.422000', '162745.424000', '162745.427000', '162745.430000', '162745.433000', '162745.436000', '162745.438000', '162745.441000', '162745.444000', '162805.310000', '162805.313000', '162805.316000', '162805.319000', '162805.322000', '162805.324000', '162805.327000', '162805.330000', '162805.333000', '162805.335000', '162805.338000', '162805.341000', '162805.344000', '162805.347000', '162805.350000', '162805.353000', '162805.356000', '162805.358000', '162805.361000', '162805.364000', '162805.367000', '162805.370000', '162805.373000', '162805.376000', '162805.379000', '162805.381000', '162805.384000', '162805.387000', '162805.390000', '162805.393000', '162805.396000', '162805.398000', '162805.401000', '162805.404000', '162805.407000', '162805.410000', '162805.412000', '162805.415000', '162805.418000', '162805.421000', '162805.424000', '162805.426000', '162805.429000', '162825.310000', '162825.313000', '162825.316000', '162825.319000', '162825.322000', '162825.324000', '162825.328000', '162825.333000', '162825.336000', '162825.339000', '162825.342000', '162825.344000', '162825.347000', '162825.350000', '162825.353000', '162825.356000', '162825.359000', '162825.362000', '162825.364000', '162825.367000', '162825.370000', '162825.373000', '162825.376000', '162825.379000', '162825.381000', '162825.384000', '162825.387000', '162825.390000', '162825.393000', '162825.396000', '162825.398000', '162825.401000', '162825.404000', '162825.407000', '162825.410000', '162825.413000', '162825.415000', '162825.418000', '162825.421000', '162825.424000', '162825.427000', '162825.430000', '162825.432000', '162845.310000', '162845.313000', '162845.316000', '162845.319000', '162845.322000', '162845.324000', '162845.327000', '162845.330000', '162845.333000', '162845.336000', '162845.338000', '162845.341000', '162845.344000', '162845.347000', '162845.350000', '162845.353000', '162845.355000', '162845.358000', '162845.361000', '162845.364000', '162845.367000', '162845.370000', '162845.373000', '162845.375000', '162845.378000', '162845.381000', '162845.384000', '162845.387000', '162845.390000', '162845.392000', '162845.395000', '162845.398000', '162845.401000', '162845.404000', '162845.407000', '162845.409000', '162845.412000', '162845.415000', '162845.418000', '162845.421000', '162845.424000', '162845.426000', '162845.429000', '162845.432000', '162905.310000', '162905.313000', '162905.316000', '162905.319000', '162905.322000', '162905.325000', '162905.328000', '162905.331000', '162905.334000', '162905.336000', '162905.339000', '162905.342000', '162905.345000', '162905.348000', '162905.351000', '162905.354000', '162905.356000', '162905.359000', '162905.362000', '162905.365000', '162905.368000', '162905.371000', '162905.373000', '162905.376000', '162905.379000', '162905.382000', '162905.385000', '162905.388000', '162905.390000', '162905.393000', '162905.396000', '162905.399000', '162905.402000', '162905.405000', '162905.408000', '162905.410000', '162905.413000', '162905.416000', '162905.419000', '162905.422000', '162905.425000', '162905.427000', '162905.430000', '162925.311000', '162925.314000', '162925.317000', '162925.320000', '162925.323000', '162925.325000', '162925.328000', '162925.331000', '162925.334000', '162925.337000', '162925.340000', '162925.342000', '162925.345000', '162925.348000', '162925.351000', '162925.354000', '162925.357000', '162925.360000', '162925.362000', '162925.365000', '162925.368000', '162925.371000', '162925.374000', '162925.377000', '162925.380000', '162925.382000', '162925.385000', '162925.388000', '162925.391000', '162925.394000', '162925.397000', '162925.399000', '162925.402000', '162925.406000', '162925.408000', '162925.411000', '162925.414000', '162925.417000', '162925.420000', '162925.423000', '162925.426000', '162925.436000', '162925.439000', '162925.442000', '162945.310000', '162945.313000', '162945.316000', '162945.319000', '162945.322000', '162945.325000', '162945.327000', '162945.330000', '162945.333000', '162945.336000', '162945.339000', '162945.342000', '162945.345000', '162945.347000', '162945.350000', '162945.353000', '162945.356000', '162945.359000', '162945.362000', '162945.365000', '162945.367000', '162945.370000', '162945.373000', '162945.376000', '162945.379000', '162945.382000', '162945.385000', '162945.390000', '162945.393000', '162945.396000', '162945.399000', '162945.402000', '162945.404000', '162945.407000', '162945.410000', '162945.413000', '162945.416000', '162945.419000', '162945.422000', '162945.424000', '162945.427000', '162945.430000', '162945.433000', '163005.310000', '163005.313000', '163005.316000', '163005.319000', '163005.321000', '163005.324000', '163005.327000', '163005.330000', '163005.333000', '163005.336000', '163005.339000', '163005.342000', '163005.344000', '163005.347000', '163005.350000', '163005.353000', '163005.356000', '163005.359000', '163005.361000', '163005.364000', '163005.367000', '163005.370000', '163005.373000', '163005.376000', '163005.379000', '163005.381000', '163005.384000', '163005.387000', '163005.390000', '163005.393000', '163005.396000', '163005.398000', '163005.401000', '163005.404000', '163005.407000', '163005.410000', '163005.412000', '163005.415000', '163005.428000', '163005.431000', '163005.434000', '163005.437000', '163005.439000', '163005.442000', '163022.678000', '163022.682000', '163022.685000', '163022.688000', '163022.691000', '163022.694000', '163022.697000', '163022.700000', '163022.703000', '163022.706000', '163022.709000', '163022.712000', '163022.715000', '163022.718000', '163022.721000', '163022.724000', '163022.727000', '163022.730000', '163022.733000', '163022.736000', '163022.739000', '163022.741000', '163022.744000', '163022.748000', '163022.750000', '163022.753000', '163022.756000', '163022.759000', '163022.831000', '163022.834000', '163022.837000', '163022.840000', '163022.843000', '163022.846000', '163022.849000', '163022.852000', '163022.855000', '163022.858000'], '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': [14459, 10669, 14053, 10346, 13411, 10233, 13969, 10029, 13890, 8999, 13061, 8668, 13712, 8314, 13734, 8601, 14040, 8741, 13824, 8873, 13748, 8872, 12971, 9482, 13560, 11599, 12463, 14068, 10798, 13454, 10256, 13951, 9983, 13910, 8497, 13847, 8090, 13525, 8327, 13920, 8688, 13291, 11323, 11804, 10231, 12456, 13907, 11264, 13879, 10682, 13228, 10396, 13947, 9734, 14087, 8480, 14230, 8281, 13744, 8163, 13693, 12463, 12904, 14191, 11469, 13248, 11149, 14005, 10759, 13733, 10438, 13428, 9873, 13842, 9377, 13825, 8151, 13766, 8113, 13593, 8010, 13717, 10801, 13251, 11857, 12385, 13959, 10827, 13997, 10167, 13313, 9847, 13713, 8276, 14034, 7844, 13854, 8666, 12882, 7563, 14333, 9051, 14826, 9745, 14475, 10824, 10734, 12967, 10110, 14261, 9052, 14210, 9349, 14085, 9243, 13749, 9946, 13557, 10188, 13845, 10168, 14099, 9777, 13778, 10161, 13774, 10300, 14399, 10381, 14185, 10500, 14125, 10748, 13980, 10854, 14879, 10640, 14451, 10121, 13923, 9522, 14085, 9141, 14358, 9463, 14458, 10575, 14079, 10892, 8427, 13597, 10032, 14406, 10891, 14579, 9677, 14199, 10957, 13350, 13571, 13076, 14920, 10802, 14377, 8967, 13916, 7799, 13582, 8345, 13334, 14354, 10925, 14110, 9545, 13901, 7844, 14085, 10744, 12333, 14719, 10820, 13645, 9264, 13587, 8098, 13705, 13497, 11746, 14106, 10713, 13809, 10147, 14480, 8256, 13645, 8177, 13518, 7839, 13645, 13137, 11636, 14191, 10603, 14315, 10107, 14179, 7851, 14072, 10174, 12687, 12705, 11881, 14708, 10650, 14140, 8979, 13580, 7994, 13932, 7930, 13754, 13114, 11358, 14175, 10538, 14137, 10182, 14185, 8253, 13602, 8110, 13282, 12862, 12625, 13991, 10213, 13812, 10427, 13380, 10002, 13850, 9505, 13870, 8132, 13434, 13946, 11480, 13959, 10355, 13784, 10037, 13761, 7976, 13521, 8697, 12914, 11975, 11621, 14206, 10278, 13987, 8090, 13593, 8130, 12912, 13442, 10851, 14024, 9913, 13612, 8203, 13336, 10585, 11846, 14213, 10781, 13590, 9415, 13866, 7990, 13870, 8175, 13223, 12005, 11681, 14084, 10453, 14204, 8977, 13775, 9397, 12917, 10977, 12779, 13874, 11367, 14115, 10278, 13703, 9759, 13915, 8834, 14201, 8287, 13931, 7721, 13728, 7855, 13655, 11379, 12171, 14387, 10823, 13581, 8782, 13117, 7918, 13581, 10505, 13179, 13903, 11640, 13460, 10614, 14062, 10174, 14063, 8744, 13878, 7758, 13019, 8174, 13551, 11156, 11993, 12090, 11884, 8013, 13602, 9424, 12605, 10147, 13727, 8621, 13713, 11122, 12379, 14792, 11126, 14347, 10934, 14154, 10344, 13941, 10283, 13649, 10299, 13849, 10654, 14060, 10755, 12405, 11423, 11411, 11814, 12794, 11534, 11960, 11639, 9325, 11761, 7778, 12935, 8174, 13095, 10209, 11146, 11621, 8236, 13323, 10424, 13862, 10772, 11674, 11694, 11076, 12295, 10034, 12742, 8173, 13394, 8143, 13649, 9456, 14062, 10238, 13991, 10379, 12320, 11634, 8384, 13772, 9765, 14703, 10509, 14587, 10761, 14297, 10952, 14267, 10621, 14202, 10896, 13957, 10847, 13163, 11324, 9589, 12947, 8248, 13888, 10368, 14358, 10544, 14337, 10957, 13992, 10941, 14118, 10857, 14110, 10736, 14063, 10101, 14236, 8714, 13876, 8396, 13478, 8284, 13500, 9507, 12810, 13094, 11437, 13134, 11053, 13781, 10866, 14043, 10771, 13429, 10299, 13885, 10428, 14208, 10301, 14227, 9775, 14100, 9233, 13932, 8667, 14161, 9828, 14041, 8953, 13940, 9810, 13794, 9763, 13975, 11038, 13200, 11395, 12706, 9115, 13281, 12493, 12122, 14539, 10841, 14177, 10404, 13942, 9665, 14193, 9154, 14202, 10753, 13993, 7929, 13694, 8947, 13432, 12913, 11985, 14482, 11211, 13960, 10833, 14573, 10487, 14370, 10166, 14297, 9841, 14095, 9304, 14067, 9466, 14014, 9641, 13853, 8628, 13707, 11411, 13034, 14294, 10905, 14215, 10607, 14193, 9561, 14210, 8841, 13999, 8941, 13240, 9727, 12564, 13095, 11441, 14124, 10352, 13806, 11034, 13847, 10268, 14061, 9407, 14150, 9150, 13783, 9184, 13890, 9649, 13753, 8557, 13608, 9554, 13309, 9725, 12702, 10324, 12732, 9165, 13264, 10264, 12749, 12992, 11932, 14208, 11198, 14012, 10774, 14433, 10117, 13989, 9727, 13986, 9135, 13992, 9189, 14198, 9226, 13912, 9792, 13665, 10438, 13365, 12376, 11662, 14062, 10837, 13511, 10442, 14440, 10207, 14122, 9547, 13786, 9675, 13914, 9574, 14004, 9408, 14093, 9184, 14260, 8803, 14314, 8987, 14925, 8656, 14502, 8998, 13781, 10460, 14071, 10635, 14500, 11217, 12134, 11984, 8206, 13885, 10752, 13600, 11877, 11697, 13569, 14800, 13257, 14888, 12540, 11470, 13166, 11474, 13379, 11475, 12736, 9193, 13450, 8639, 13743, 10454, 10069, 12641, 8787, 13754, 10776, 13934, 10346, 14022, 9758, 13903, 9404, 13423, 10019, 13441, 10000, 13903, 9383, 13800, 8590, 13674, 8930, 11495, 9756, 11364, 9658, 12060, 9953, 12064, 9761, 11705, 9842, 11857, 9334, 11925, 8652, 11887, 13415, 11404, 13730, 11107, 14306, 10337, 12686, 10083, 12187, 10017, 12026, 9773, 12615, 10695, 12699, 10179, 12634, 10477, 12569, 9515, 12720, 10272, 12405, 11606, 11625, 12371, 10733, 12558, 10308, 12952, 10680, 12675, 10817, 12435, 9912, 13136, 10160, 13238, 10620, 13004, 10194, 13303, 9881, 12838, 10525, 12957, 9400, 12991, 9708, 12724, 9577, 13093, 9902, 12548, 11528, 11985, 9894, 12228, 11554, 11115, 13367, 10174, 12875, 9755, 12726, 10718, 13047, 10511, 12826, 10112, 12759, 9627, 12764, 10585, 12191, 13426, 10823, 13066, 10137, 11978, 9785, 12380, 10217, 12168, 10421, 12174, 9839, 12512, 10322, 12536, 9679, 12523, 9614, 12396, 9827, 12266, 11980, 11470, 13269, 10568, 10493, 11086, 11528, 10257, 12499, 9527, 12627, 9792, 12057, 9716, 12747, 9641, 12897, 11176, 12631, 9781, 12587, 9421, 12686, 10379, 12916, 10061, 12663, 9615, 12497, 10191, 12792, 9077, 12550, 12705, 11069, 12658, 11138, 13288, 9933, 12508, 9470, 12521, 9727, 12105, 10614, 12280, 8533, 11849, 11883, 10857, 10572, 11534, 13520, 10291, 12659, 9648, 11966, 9834, 12270, 9639, 11405, 13515, 10098, 12409, 9436, 12161, 10148, 12527, 10006, 12621, 10245, 12399, 9034, 12222, 9892, 11407, 12711, 10597, 11592, 10650, 12988, 9709, 12718, 9812, 12817, 9862, 12092, 9570, 11713, 12136, 10657, 13120, 10064, 12355, 9484, 12459, 9649, 12387, 9156, 10640, 10529, 10471, 8199, 11100, 11863, 10859, 13653, 9753, 12219, 9170, 11548, 8857, 11499, 9008, 11922, 8947, 11232, 8714, 11879, 8899, 10939, 14247, 10683, 13166, 9272, 11811, 9078, 11797, 9217, 12080, 8508, 11428, 8203, 11339, 11493, 10783, 11037, 10831, 11221, 10518, 12880, 9870, 12799, 9958, 12565, 8923, 12369, 8297, 12231, 12344, 11369, 12161, 11482, 12573, 10313, 12890, 9647, 12025, 9609, 12260, 9110, 11923, 8980, 11808, 9144, 12159, 8431, 11760, 13614, 10591, 11831, 10413, 12239, 9764, 12080, 9410, 12619, 9031, 12174, 8983, 11951, 8260, 11673, 11569, 10207, 12705, 9858, 12240, 9611, 12529, 9144, 12383, 8946, 12534, 8928, 12435, 10272, 11828, 8301, 11925, 8564, 11496, 11138, 10985, 12521, 10287, 10803, 10769, 12172, 9933, 12846, 9957, 12189, 9462, 12004, 9661, 12749, 9981, 12618, 10147, 13031, 9706, 12322, 9828, 12769, 10204, 12517, 9995, 11938, 10002, 12515, 9881, 12651, 9990, 12510, 9954, 12335, 9592, 12883, 9585, 13125, 10158, 13058, 9551, 12727, 9482, 12889, 10044, 13241, 9345, 12892, 9036, 13226, 9252, 13019, 9980, 12854, 9002, 12560, 9231, 12786, 9180, 12538, 10215, 12566, 8539, 12186, 9897, 11850, 12663, 10808, 13673, 10201, 12113, 10526, 12573, 9833, 13096, 9404, 12605, 9441, 12024, 9454, 12698, 9025, 12940, 8683, 12880, 8921, 12490, 8884, 12525, 8135, 12269, 12249, 11543, 14101, 11290, 12283, 12216, 8159, 12515, 7703, 11983, 8640, 11337, 11723, 10463, 13383, 9938, 11448, 10884, 11588, 10579, 13513, 9868, 13055, 9649, 13779, 9901, 11906, 9701, 11955, 9751, 11924, 9733, 13232, 10077, 11805, 10015, 10979, 9837, 9608, 11149, 9147, 11182, 9444, 11360, 9737, 8593, 10918, 9571, 11943, 9296, 12321, 9700, 12923, 10036, 13386, 10497, 8492, 11555, 7931, 12036, 8101, 12606, 8389, 12878, 9088, 12430, 9202, 12452, 9847, 11143, 10140, 10026, 11025, 8279, 12131, 9555, 11614, 9710, 12167, 9282, 12956, 9465, 12133, 9081, 12052, 10092, 12015, 10155, 12370, 10032, 11496, 10812, 8095, 11389, 7952, 11776, 8117, 12401, 8365, 12215, 8723, 12316, 8861, 12197, 9128, 12659, 9379, 12525, 9887, 12120, 10103, 11569, 9946, 10523, 11290, 8918, 12618, 10151, 14047, 10318, 13595, 12393, 13148, 10339, 12584, 10001, 13159, 10041, 13001, 11203, 12308, 12010, 12312, 9983, 12893, 11076, 12280, 13036, 11563, 12599, 11120, 10003, 11793, 12269, 10725, 13949, 9953, 13119, 9555, 12767, 9405, 12579, 8878, 12628, 8810, 12909, 8539, 12541, 8718, 12804, 8463, 12804, 9882, 12933, 9851, 13049, 8872, 12611, 9579, 12994, 9554, 13189, 9279, 12975, 9270, 13003, 9928, 15505, 10394, 11402, 10634, 9702, 11842, 9710, 12122, 9485, 12170, 8856, 12062, 9254, 12520, 9059, 12835, 9107, 12542, 9317, 12891, 9863, 10530, 11011, 9416, 12358, 9826, 9299, 11368, 9135, 12584, 9898, 14026, 10145, 9796, 11246, 9461, 12430, 8692, 12321, 9967, 15411, 10329, 8620, 12730, 8987, 12658, 11053, 11690, 13016, 10563, 13186, 10743, 10440, 11509, 8878, 11578, 8684, 12110, 11346, 11989, 8699, 12039, 9220, 11713, 8969, 11427, 12875, 10870, 15606, 10365, 14601, 10369, 12478, 10713, 11923, 10472, 11394, 10794, 11218, 10368, 8876, 11215, 8525, 11537, 8611, 11558, 10505, 10818, 10925, 10603, 12160, 10250, 12964, 9774, 12992], 'WindowCenter': [4623.0, 4593.0, 4607.0, 4564.0, 4580.0, 4560.0, 4579.0, 4549.0, 4567.0, 4551.0, 4580.0, 4538.0, 4578.0, 4526.0, 4564.0, 4525.0, 4566.0, 4525.0, 4567.0, 4536.0, 4577.0, 4536.0, 4568.0, 4547.0, 4567.0, 4555.0, 4567.0, 4580.0, 4558.0, 4566.0, 4545.0, 4564.0, 4536.0, 4566.0, 4539.0, 4566.0, 4525.0, 4565.0, 4525.0, 4565.0, 4526.0, 4566.0, 4555.0, 4555.0, 4545.0, 4565.0, 4564.0, 4557.0, 4577.0, 4557.0, 4566.0, 4547.0, 4575.0, 4548.0, 4577.0, 4537.0, 4578.0, 4525.0, 4567.0, 4526.0, 4567.0, 4556.0, 4567.0, 4564.0, 4556.0, 4555.0, 4544.0, 4564.0, 4545.0, 4563.0, 4544.0, 4563.0, 4534.0, 4563.0, 4534.0, 4566.0, 4526.0, 4565.0, 4514.0, 4564.0, 4523.0, 4566.0, 4555.0, 4566.0, 4553.0, 4554.0, 4564.0, 4544.0, 4565.0, 4543.0, 4553.0, 4532.0, 4552.0, 4512.0, 4554.0, 4510.0, 4552.0, 4523.0, 4555.0, 4525.0, 4590.0, 4552.0, 4579.0, 4537.0, 4578.0, 4559.0, 4561.0, 4580.0, 4550.0, 4576.0, 4528.0, 4566.0, 4527.0, 4565.0, 4537.0, 4569.0, 4535.0, 4543.0, 4523.0, 4552.0, 4522.0, 4554.0, 4537.0, 4565.0, 4534.0, 4552.0, 4533.0, 4561.0, 4536.0, 4566.0, 4548.0, 4563.0, 4548.0, 4568.0, 4548.0, 4568.0, 4548.0, 4580.0, 4551.0, 4567.0, 4537.0, 4568.0, 4537.0, 4577.0, 4539.0, 4593.0, 4561.0, 4591.0, 4575.0, 4543.0, 4582.0, 4563.0, 4582.0, 4561.0, 4582.0, 4554.0, 4583.0, 4559.0, 4570.0, 4555.0, 4556.0, 4565.0, 4545.0, 4566.0, 4528.0, 4556.0, 4514.0, 4566.0, 4514.0, 4566.0, 4576.0, 4559.0, 4579.0, 4547.0, 4577.0, 4529.0, 4579.0, 4559.0, 4569.0, 4580.0, 4561.0, 4578.0, 4537.0, 4569.0, 4528.0, 4579.0, 4581.0, 4558.0, 4577.0, 4558.0, 4566.0, 4547.0, 4578.0, 4539.0, 4567.0, 4528.0, 4567.0, 4516.0, 4578.0, 4580.0, 4560.0, 4569.0, 4546.0, 4566.0, 4534.0, 4566.0, 4514.0, 4566.0, 4533.0, 4555.0, 4555.0, 4555.0, 4565.0, 4546.0, 4565.0, 4536.0, 4566.0, 4527.0, 4566.0, 4526.0, 4579.0, 4568.0, 4557.0, 4567.0, 4545.0, 4566.0, 4536.0, 4566.0, 4516.0, 4553.0, 4514.0, 4555.0, 4542.0, 4543.0, 4554.0, 4545.0, 4554.0, 4534.0, 4554.0, 4535.0, 4565.0, 4535.0, 4553.0, 4513.0, 4556.0, 4554.0, 4545.0, 4555.0, 4532.0, 4552.0, 4521.0, 4553.0, 4514.0, 4555.0, 4522.0, 4555.0, 4542.0, 4545.0, 4554.0, 4534.0, 4564.0, 4515.0, 4553.0, 4513.0, 4555.0, 4553.0, 4532.0, 4555.0, 4532.0, 4553.0, 4512.0, 4553.0, 4533.0, 4542.0, 4552.0, 4543.0, 4553.0, 4523.0, 4554.0, 4515.0, 4565.0, 4526.0, 4567.0, 4557.0, 4555.0, 4566.0, 4545.0, 4567.0, 4525.0, 4565.0, 4525.0, 4555.0, 4544.0, 4566.0, 4569.0, 4545.0, 4564.0, 4533.0, 4553.0, 4523.0, 4552.0, 4525.0, 4562.0, 4526.0, 4566.0, 4516.0, 4568.0, 4528.0, 4568.0, 4557.0, 4558.0, 4568.0, 4546.0, 4555.0, 4524.0, 4554.0, 4528.0, 4564.0, 4531.0, 4551.0, 4552.0, 4543.0, 4552.0, 4531.0, 4552.0, 4532.0, 4553.0, 4523.0, 4565.0, 4513.0, 4553.0, 4515.0, 4565.0, 4557.0, 4568.0, 4567.0, 4568.0, 4527.0, 4577.0, 4535.0, 4563.0, 4557.0, 4579.0, 4535.0, 4568.0, 4545.0, 4555.0, 4565.0, 4556.0, 4567.0, 4544.0, 4555.0, 4534.0, 4542.0, 4520.0, 4541.0, 4510.0, 4541.0, 4518.0, 4525.0, 4505.0, 4516.0, 4502.0, 4502.0, 4503.0, 4514.0, 4517.0, 4528.0, 4528.0, 4506.0, 4525.0, 4487.0, 4530.0, 4502.0, 4539.0, 4518.0, 4529.0, 4529.0, 4501.0, 4542.0, 4534.0, 4541.0, 4535.0, 4530.0, 4532.0, 4530.0, 4541.0, 4521.0, 4539.0, 4499.0, 4539.0, 4500.0, 4550.0, 4534.0, 4554.0, 4546.0, 4564.0, 4533.0, 4553.0, 4544.0, 4514.0, 4565.0, 4534.0, 4565.0, 4546.0, 4578.0, 4548.0, 4566.0, 4547.0, 4566.0, 4548.0, 4567.0, 4548.0, 4579.0, 4558.0, 4567.0, 4571.0, 4562.0, 4569.0, 4539.0, 4581.0, 4560.0, 4590.0, 4562.0, 4580.0, 4561.0, 4579.0, 4561.0, 4580.0, 4572.0, 4581.0, 4559.0, 4567.0, 4548.0, 4566.0, 4537.0, 4568.0, 4529.0, 4567.0, 4527.0, 4569.0, 4536.0, 4567.0, 4568.0, 4558.0, 4580.0, 4569.0, 4580.0, 4560.0, 4577.0, 4572.0, 4580.0, 4560.0, 4592.0, 4570.0, 4589.0, 4562.0, 4590.0, 4561.0, 4589.0, 4552.0, 4580.0, 4539.0, 4579.0, 4549.0, 4590.0, 4551.0, 4589.0, 4558.0, 4580.0, 4550.0, 4591.0, 4573.0, 4595.0, 4571.0, 4584.0, 4551.0, 4581.0, 4569.0, 4571.0, 4590.0, 4572.0, 4580.0, 4560.0, 4579.0, 4562.0, 4591.0, 4551.0, 4590.0, 4572.0, 4590.0, 4541.0, 4591.0, 4552.0, 4581.0, 4580.0, 4581.0, 4592.0, 4572.0, 4581.0, 4561.0, 4577.0, 4559.0, 4578.0, 4561.0, 4578.0, 4548.0, 4579.0, 4548.0, 4577.0, 4547.0, 4577.0, 4549.0, 4578.0, 4536.0, 4576.0, 4557.0, 4568.0, 4579.0, 4560.0, 4576.0, 4558.0, 4567.0, 4537.0, 4565.0, 4536.0, 4577.0, 4549.0, 4566.0, 4536.0, 4568.0, 4564.0, 4555.0, 4575.0, 4559.0, 4578.0, 4557.0, 4578.0, 4558.0, 4579.0, 4551.0, 4580.0, 4548.0, 4579.0, 4549.0, 4580.0, 4550.0, 4580.0, 4539.0, 4579.0, 4547.0, 4578.0, 4561.0, 4581.0, 4559.0, 4582.0, 4561.0, 4582.0, 4561.0, 4580.0, 4581.0, 4581.0, 4591.0, 4570.0, 4580.0, 4559.0, 4578.0, 4549.0, 4577.0, 4546.0, 4577.0, 4536.0, 4576.0, 4536.0, 4577.0, 4549.0, 4578.0, 4549.0, 4579.0, 4558.0, 4580.0, 4569.0, 4570.0, 4578.0, 4559.0, 4566.0, 4549.0, 4576.0, 4558.0, 4591.0, 4561.0, 4579.0, 4549.0, 4578.0, 4550.0, 4577.0, 4549.0, 4591.0, 4560.0, 4607.0, 4568.0, 4605.0, 4556.0, 4594.0, 4554.0, 4592.0, 4553.0, 4594.0, 4571.0, 4593.0, 4577.0, 4593.0, 4586.0, 4596.0, 4587.0, 4566.0, 4596.0, 4575.0, 4583.0, 4574.0, 4570.0, 4582.0, 4581.0, 4572.0, 4578.0, 4557.0, 4548.0, 4558.0, 4545.0, 4558.0, 4548.0, 4560.0, 4554.0, 4570.0, 4527.0, 4570.0, 4559.0, 4561.0, 4584.0, 4554.0, 4580.0, 4559.0, 4568.0, 4547.0, 4567.0, 4553.0, 4585.0, 4541.0, 4568.0, 4536.0, 4554.0, 4535.0, 4579.0, 4537.0, 4565.0, 4528.0, 4567.0, 4552.0, 4559.0, 4537.0, 4542.0, 4537.0, 4558.0, 4547.0, 4561.0, 4550.0, 4557.0, 4538.0, 4559.0, 4528.0, 4546.0, 4515.0, 4544.0, 4555.0, 4534.0, 4541.0, 4530.0, 4551.0, 4521.0, 4552.0, 4544.0, 4543.0, 4520.0, 4539.0, 4522.0, 4542.0, 4532.0, 4540.0, 4534.0, 4557.0, 4543.0, 4557.0, 4534.0, 4557.0, 4534.0, 4555.0, 4556.0, 4546.0, 4557.0, 4544.0, 4554.0, 4532.0, 4555.0, 4547.0, 4558.0, 4558.0, 4556.0, 4536.0, 4557.0, 4537.0, 4565.0, 4559.0, 4568.0, 4548.0, 4558.0, 4535.0, 4552.0, 4533.0, 4556.0, 4538.0, 4554.0, 4520.0, 4541.0, 4520.0, 4541.0, 4532.0, 4556.0, 4543.0, 4545.0, 4522.0, 4543.0, 4532.0, 4539.0, 4554.0, 4536.0, 4543.0, 4523.0, 4543.0, 4532.0, 4552.0, 4546.0, 4551.0, 4535.0, 4556.0, 4525.0, 4550.0, 4533.0, 4555.0, 4566.0, 4533.0, 4553.0, 4535.0, 4543.0, 4523.0, 4541.0, 4532.0, 4540.0, 4534.0, 4541.0, 4524.0, 4543.0, 4534.0, 4542.0, 4534.0, 4542.0, 4522.0, 4541.0, 4522.0, 4540.0, 4543.0, 4545.0, 4553.0, 4532.0, 4521.0, 4533.0, 4531.0, 4522.0, 4556.0, 4535.0, 4543.0, 4524.0, 4541.0, 4523.0, 4542.0, 4524.0, 4553.0, 4543.0, 4555.0, 4534.0, 4544.0, 4523.0, 4544.0, 4535.0, 4554.0, 4535.0, 4554.0, 4523.0, 4543.0, 4532.0, 4554.0, 4526.0, 4555.0, 4552.0, 4543.0, 4551.0, 4544.0, 4543.0, 4547.0, 4554.0, 4522.0, 4543.0, 4521.0, 4542.0, 4530.0, 4543.0, 4526.0, 4545.0, 4542.0, 4545.0, 4534.0, 4533.0, 4541.0, 4531.0, 4543.0, 4521.0, 4529.0, 4520.0, 4538.0, 4510.0, 4530.0, 4541.0, 4521.0, 4529.0, 4511.0, 4529.0, 4519.0, 4541.0, 4531.0, 4541.0, 4520.0, 4541.0, 4510.0, 4543.0, 4534.0, 4544.0, 4541.0, 4534.0, 4531.0, 4533.0, 4538.0, 4522.0, 4542.0, 4533.0, 4542.0, 4522.0, 4529.0, 4509.0, 4532.0, 4540.0, 4530.0, 4539.0, 4522.0, 4542.0, 4522.0, 4540.0, 4521.0, 4556.0, 4536.0, 4534.0, 4531.0, 4532.0, 4499.0, 4530.0, 4531.0, 4530.0, 4541.0, 4521.0, 4532.0, 4511.0, 4528.0, 4510.0, 4531.0, 4524.0, 4543.0, 4512.0, 4533.0, 4511.0, 4532.0, 4511.0, 4533.0, 4553.0, 4532.0, 4541.0, 4509.0, 4529.0, 4510.0, 4529.0, 4510.0, 4530.0, 4499.0, 4527.0, 4498.0, 4532.0, 4531.0, 4530.0, 4530.0, 4531.0, 4530.0, 4532.0, 4541.0, 4532.0, 4541.0, 4521.0, 4544.0, 4513.0, 4538.0, 4500.0, 4539.0, 4541.0, 4531.0, 4532.0, 4531.0, 4529.0, 4520.0, 4541.0, 4525.0, 4543.0, 4535.0, 4541.0, 4512.0, 4532.0, 4512.0, 4531.0, 4512.0, 4530.0, 4501.0, 4531.0, 4567.0, 4533.0, 4530.0, 4521.0, 4530.0, 4521.0, 4541.0, 4512.0, 4540.0, 4513.0, 4531.0, 4508.0, 4529.0, 4499.0, 4530.0, 4544.0, 4533.0, 4541.0, 4524.0, 4531.0, 4523.0, 4541.0, 4524.0, 4542.0, 4514.0, 4542.0, 4510.0, 4543.0, 4520.0, 4544.0, 4509.0, 4543.0, 4508.0, 4532.0, 4531.0, 4545.0, 4543.0, 4533.0, 4531.0, 4530.0, 4539.0, 4523.0, 4554.0, 4535.0, 4543.0, 4524.0, 4543.0, 4523.0, 4543.0, 4537.0, 4545.0, 4533.0, 4542.0, 4524.0, 4542.0, 4523.0, 4543.0, 4535.0, 4545.0, 4525.0, 4543.0, 4523.0, 4542.0, 4534.0, 4554.0, 4534.0, 4543.0, 4535.0, 4542.0, 4521.0, 4543.0, 4524.0, 4542.0, 4533.0, 4545.0, 4525.0, 4541.0, 4522.0, 4541.0, 4523.0, 4542.0, 4511.0, 4542.0, 4508.0, 4541.0, 4512.0, 4544.0, 4520.0, 4541.0, 4511.0, 4529.0, 4508.0, 4542.0, 4511.0, 4556.0, 4524.0, 4545.0, 4501.0, 4531.0, 4507.0, 4528.0, 4543.0, 4522.0, 4539.0, 4519.0, 4520.0, 4510.0, 4528.0, 4506.0, 4529.0, 4512.0, 4526.0, 4513.0, 4519.0, 4508.0, 4527.0, 4509.0, 4539.0, 4511.0, 4543.0, 4512.0, 4540.0, 4512.0, 4532.0, 4488.0, 4530.0, 4529.0, 4532.0, 4542.0, 4522.0, 4529.0, 4530.0, 4501.0, 4529.0, 4491.0, 4529.0, 4497.0, 4530.0, 4530.0, 4533.0, 4541.0, 4511.0, 4519.0, 4521.0, 4517.0, 4509.0, 4526.0, 4509.0, 4527.0, 4496.0, 4515.0, 4495.0, 4503.0, 4495.0, 4503.0, 4496.0, 4517.0, 4495.0, 4514.0, 4495.0, 4515.0, 4508.0, 4505.0, 4507.0, 4511.0, 4538.0, 4513.0, 4520.0, 4510.0, 4520.0, 4513.0, 4515.0, 4532.0, 4510.0, 4530.0, 4497.0, 4516.0, 4509.0, 4530.0, 4521.0, 4532.0, 4522.0, 4498.0, 4518.0, 4490.0, 4530.0, 4490.0, 4531.0, 4500.0, 4540.0, 4511.0, 4542.0, 4511.0, 4541.0, 4521.0, 4531.0, 4524.0, 4521.0, 4522.0, 4504.0, 4543.0, 4510.0, 4522.0, 4511.0, 4530.0, 4510.0, 4531.0, 4510.0, 4518.0, 4501.0, 4519.0, 4512.0, 4522.0, 4521.0, 4543.0, 4522.0, 4520.0, 4518.0, 4490.0, 4520.0, 4488.0, 4520.0, 4491.0, 4531.0, 4502.0, 4533.0, 4501.0, 4530.0, 4510.0, 4529.0, 4512.0, 4540.0, 4510.0, 4533.0, 4522.0, 4532.0, 4521.0, 4533.0, 4527.0, 4534.0, 4547.0, 4525.0, 4559.0, 4551.0, 4568.0, 4536.0, 4556.0, 4558.0, 4558.0, 4549.0, 4559.0, 4538.0, 4570.0, 4536.0, 4557.0, 4533.0, 4545.0, 4545.0, 4544.0, 4522.0, 4544.0, 4533.0, 4535.0, 4546.0, 4536.0, 4544.0, 4535.0, 4526.0, 4546.0, 4542.0, 4534.0, 4553.0, 4524.0, 4557.0, 4525.0, 4543.0, 4514.0, 4534.0, 4512.0, 4534.0, 4514.0, 4544.0, 4502.0, 4535.0, 4505.0, 4543.0, 4504.0, 4546.0, 4522.0, 4546.0, 4537.0, 4557.0, 4517.0, 4547.0, 4526.0, 4544.0, 4526.0, 4545.0, 4515.0, 4558.0, 4540.0, 4556.0, 4523.0, 4555.0, 4525.0, 4536.0, 4524.0, 4514.0, 4537.0, 4526.0, 4534.0, 4514.0, 4534.0, 4540.0, 4547.0, 4513.0, 4534.0, 4512.0, 4541.0, 4513.0, 4545.0, 4528.0, 4544.0, 4524.0, 4536.0, 4538.0, 4526.0, 4544.0, 4528.0, 4525.0, 4547.0, 4542.0, 4556.0, 4538.0, 4569.0, 4537.0, 4523.0, 4533.0, 4524.0, 4556.0, 4518.0, 4543.0, 4523.0, 4551.0, 4534.0, 4513.0, 4555.0, 4513.0, 4544.0, 4535.0, 4546.0, 4554.0, 4536.0, 4557.0, 4537.0, 4536.0, 4546.0, 4514.0, 4536.0, 4513.0, 4546.0, 4535.0, 4534.0, 4504.0, 4522.0, 4499.0, 4520.0, 4488.0, 4507.0, 4516.0, 4507.0, 4526.0, 4497.0, 4527.0, 4498.0, 4515.0, 4508.0, 4506.0, 4506.0, 4506.0, 4510.0, 4507.0, 4510.0, 4497.0, 4517.0, 4499.0, 4520.0, 4503.0, 4531.0, 4523.0, 4525.0, 4522.0, 4521.0, 4531.0, 4521.0, 4529.0, 4523.0, 4541.0], 'WindowWidth': [10136.0, 10091.0, 10100.0, 10035.0, 10051.0, 10022.0, 10046.0, 10005.0, 10027.0, 10013.0, 10052.0, 9988.0, 10042.0, 9968.0, 10018.0, 9967.0, 10022.0, 9966.0, 10026.0, 9983.0, 10041.0, 9985.0, 10028.0, 9999.0, 10027.0, 10010.0, 10025.0, 10049.0, 10016.0, 10024.0, 9994.0, 10020.0, 9981.0, 10022.0, 9992.0, 10025.0, 9966.0, 10020.0, 9965.0, 10019.0, 9967.0, 10022.0, 10009.0, 10006.0, 9993.0, 10020.0, 10020.0, 10014.0, 10043.0, 10015.0, 10024.0, 9999.0, 10035.0, 10000.0, 10040.0, 9988.0, 10043.0, 9968.0, 10028.0, 9969.0, 10026.0, 10012.0, 10026.0, 10022.0, 10010.0, 10008.0, 9990.0, 10018.0, 9994.0, 10018.0, 9991.0, 10015.0, 9976.0, 10015.0, 9976.0, 10023.0, 9971.0, 10021.0, 9950.0, 10018.0, 9960.0, 10023.0, 10008.0, 10022.0, 10002.0, 10003.0, 10019.0, 9991.0, 10022.0, 9989.0, 10001.0, 9971.0, 9998.0, 9943.0, 10002.0, 9940.0, 9999.0, 9960.0, 10005.0, 9970.0, 10064.0, 10013.0, 10046.0, 9983.0, 10043.0, 10019.0, 10024.0, 10047.0, 10004.0, 10039.0, 9973.0, 10023.0, 9968.0, 10019.0, 9984.0, 10030.0, 9975.0, 9985.0, 9956.0, 9993.0, 9952.0, 9999.0, 9983.0, 10018.0, 9972.0, 9994.0, 9972.0, 10008.0, 9979.0, 10021.0, 9999.0, 10015.0, 9999.0, 10024.0, 9999.0, 10025.0, 10000.0, 10045.0, 10009.0, 10025.0, 9983.0, 10024.0, 9983.0, 10038.0, 9989.0, 10067.0, 10023.0, 10065.0, 10048.0, 10002.0, 10053.0, 10027.0, 10051.0, 10022.0, 10054.0, 10019.0, 10058.0, 10018.0, 10031.0, 10006.0, 10007.0, 10021.0, 9990.0, 10023.0, 9972.0, 10006.0, 9947.0, 10020.0, 9947.0, 10021.0, 10037.0, 10016.0, 10042.0, 9998.0, 10038.0, 9975.0, 10045.0, 10016.0, 10032.0, 10049.0, 10023.0, 10043.0, 9986.0, 10032.0, 9972.0, 10042.0, 10053.0, 10017.0, 10043.0, 10016.0, 10024.0, 10003.0, 10044.0, 9991.0, 10027.0, 9973.0, 10027.0, 9957.0, 10041.0, 10050.0, 10019.0, 10030.0, 9995.0, 10023.0, 9975.0, 10022.0, 9948.0, 10021.0, 9974.0, 10004.0, 10006.0, 10004.0, 10019.0, 9996.0, 10021.0, 9980.0, 10021.0, 9969.0, 10022.0, 9969.0, 10043.0, 10027.0, 10012.0, 10025.0, 9993.0, 10021.0, 9979.0, 10024.0, 9952.0, 10001.0, 9947.0, 10001.0, 9984.0, 9986.0, 10003.0, 9993.0, 10002.0, 9975.0, 10001.0, 9976.0, 10019.0, 9978.0, 10001.0, 9945.0, 10005.0, 10003.0, 9989.0, 10005.0, 9969.0, 9995.0, 9953.0, 9999.0, 9950.0, 10002.0, 9956.0, 10002.0, 9983.0, 9989.0, 10001.0, 9974.0, 10015.0, 9950.0, 10001.0, 9946.0, 10003.0, 9999.0, 9970.0, 10004.0, 9970.0, 9999.0, 9941.0, 9997.0, 9970.0, 9983.0, 9998.0, 9987.0, 9999.0, 9959.0, 10001.0, 9950.0, 10018.0, 9968.0, 10025.0, 10011.0, 10008.0, 10023.0, 9991.0, 10023.0, 9966.0, 10020.0, 9964.0, 10003.0, 9989.0, 10021.0, 10034.0, 9992.0, 10016.0, 9973.0, 9999.0, 9958.0, 9997.0, 9963.0, 10011.0, 9966.0, 10022.0, 9956.0, 10027.0, 9974.0, 10026.0, 10011.0, 10013.0, 10030.0, 9995.0, 10007.0, 9961.0, 10004.0, 9976.0, 10015.0, 9967.0, 9994.0, 9998.0, 9985.0, 9998.0, 9968.0, 9996.0, 9970.0, 9998.0, 9962.0, 10019.0, 9945.0, 9999.0, 9949.0, 10017.0, 10013.0, 10030.0, 10028.0, 10032.0, 9975.0, 10040.0, 9980.0, 10016.0, 10016.0, 10049.0, 9981.0, 10026.0, 9994.0, 10007.0, 10021.0, 10011.0, 10025.0, 9990.0, 10006.0, 9973.0, 9984.0, 9949.0, 9979.0, 9933.0, 9983.0, 9944.0, 9950.0, 9919.0, 9933.0, 9911.0, 9910.0, 9911.0, 9926.0, 9938.0, 9959.0, 9956.0, 9923.0, 9948.0, 9898.0, 9958.0, 9924.0, 9973.0, 9943.0, 9958.0, 9959.0, 9921.0, 9978.0, 9969.0, 9978.0, 9972.0, 9963.0, 9967.0, 9964.0, 9979.0, 9950.0, 9974.0, 9919.0, 9974.0, 9922.0, 9991.0, 9976.0, 10000.0, 9999.0, 10016.0, 9975.0, 9999.0, 9987.0, 9946.0, 10016.0, 9974.0, 10016.0, 9992.0, 10042.0, 9998.0, 10020.0, 9996.0, 10020.0, 9998.0, 10023.0, 10000.0, 10045.0, 10015.0, 10025.0, 10038.0, 10028.0, 10033.0, 9991.0, 10051.0, 10021.0, 10061.0, 10027.0, 10048.0, 10024.0, 10046.0, 10023.0, 10048.0, 10043.0, 10053.0, 10018.0, 10027.0, 10001.0, 10023.0, 9986.0, 10028.0, 9975.0, 10024.0, 9971.0, 10030.0, 9983.0, 10026.0, 10027.0, 10016.0, 10047.0, 10032.0, 10050.0, 10022.0, 10043.0, 10042.0, 10049.0, 10023.0, 10068.0, 10038.0, 10060.0, 10027.0, 10063.0, 10026.0, 10063.0, 10012.0, 10049.0, 9992.0, 10047.0, 10007.0, 10064.0, 10012.0, 10063.0, 10018.0, 10049.0, 10008.0, 10065.0, 10047.0, 10082.0, 10042.0, 10062.0, 10012.0, 10051.0, 10036.0, 10037.0, 10065.0, 10042.0, 10049.0, 10023.0, 10048.0, 10026.0, 10064.0, 10011.0, 10064.0, 10042.0, 10065.0, 10000.0, 10067.0, 10015.0, 10053.0, 10053.0, 10055.0, 10071.0, 10041.0, 10051.0, 10023.0, 10043.0, 10019.0, 10045.0, 10023.0, 10044.0, 10002.0, 10045.0, 10001.0, 10041.0, 10001.0, 10042.0, 10006.0, 10044.0, 9984.0, 10039.0, 10014.0, 10027.0, 10050.0, 10023.0, 10041.0, 10016.0, 10027.0, 9985.0, 10021.0, 9982.0, 10039.0, 10006.0, 10026.0, 9984.0, 10027.0, 10022.0, 10010.0, 10038.0, 10021.0, 10043.0, 10013.0, 10044.0, 10016.0, 10046.0, 10012.0, 10051.0, 10006.0, 10048.0, 10006.0, 10049.0, 10010.0, 10049.0, 9994.0, 10047.0, 10002.0, 10045.0, 10026.0, 10052.0, 10022.0, 10056.0, 10027.0, 10055.0, 10026.0, 10053.0, 10056.0, 10055.0, 10068.0, 10038.0, 10051.0, 10020.0, 10045.0, 10005.0, 10043.0, 9999.0, 10041.0, 9985.0, 10037.0, 9983.0, 10040.0, 10006.0, 10044.0, 10004.0, 10045.0, 10016.0, 10046.0, 10036.0, 10036.0, 10046.0, 10019.0, 10026.0, 10002.0, 10038.0, 10018.0, 10068.0, 10028.0, 10048.0, 10008.0, 10045.0, 10008.0, 10043.0, 10008.0, 10071.0, 10027.0, 10100.0, 10046.0, 10096.0, 10023.0, 10074.0, 10018.0, 10070.0, 10017.0, 10072.0, 10040.0, 10070.0, 10055.0, 10074.0, 10069.0, 10083.0, 10070.0, 10041.0, 10079.0, 10047.0, 10058.0, 10043.0, 10035.0, 10052.0, 10050.0, 10040.0, 10046.0, 10012.0, 9997.0, 10011.0, 9991.0, 10010.0, 9997.0, 10015.0, 10015.0, 10032.0, 9971.0, 10031.0, 10016.0, 10025.0, 10061.0, 10019.0, 10048.0, 10016.0, 10028.0, 9996.0, 10025.0, 10016.0, 10060.0, 9994.0, 10026.0, 9979.0, 10001.0, 9978.0, 10043.0, 9982.0, 10018.0, 9972.0, 10023.0, 10015.0, 10017.0, 9984.0, 9984.0, 9984.0, 10013.0, 9999.0, 10019.0, 10005.0, 10010.0, 9986.0, 10013.0, 9970.0, 9994.0, 9949.0, 9990.0, 10004.0, 9973.0, 9980.0, 9963.0, 9995.0, 9951.0, 9999.0, 9991.0, 9984.0, 9952.0, 9975.0, 9953.0, 9978.0, 9967.0, 9976.0, 9977.0, 10011.0, 9987.0, 10008.0, 9975.0, 10008.0, 9973.0, 10005.0, 10009.0, 9995.0, 10007.0, 9988.0, 10003.0, 9971.0, 10007.0, 9999.0, 10010.0, 10016.0, 10006.0, 9977.0, 10004.0, 9979.0, 10019.0, 10019.0, 10029.0, 10001.0, 10013.0, 9978.0, 9998.0, 9972.0, 10005.0, 9986.0, 10003.0, 9951.0, 9980.0, 9948.0, 9978.0, 9970.0, 10005.0, 9985.0, 9989.0, 9954.0, 9983.0, 9968.0, 9977.0, 10003.0, 9979.0, 9983.0, 9958.0, 9982.0, 9967.0, 9994.0, 9994.0, 9997.0, 9975.0, 10007.0, 9962.0, 9993.0, 9971.0, 10004.0, 10022.0, 9973.0, 9999.0, 9974.0, 9985.0, 9957.0, 9978.0, 9970.0, 9977.0, 9974.0, 9979.0, 9958.0, 9982.0, 9973.0, 9984.0, 9974.0, 9983.0, 9955.0, 9978.0, 9952.0, 9976.0, 9984.0, 9988.0, 10000.0, 9966.0, 9951.0, 9969.0, 9965.0, 9954.0, 10008.0, 9978.0, 9983.0, 9959.0, 9979.0, 9956.0, 9979.0, 9960.0, 10000.0, 9988.0, 10003.0, 9973.0, 9986.0, 9959.0, 9986.0, 9977.0, 10003.0, 9977.0, 10001.0, 9958.0, 9984.0, 9970.0, 10000.0, 9967.0, 10006.0, 9998.0, 9986.0, 9994.0, 9986.0, 9985.0, 9999.0, 10002.0, 9956.0, 9986.0, 9951.0, 9980.0, 9963.0, 9982.0, 9968.0, 9990.0, 9983.0, 9991.0, 9972.0, 9970.0, 9981.0, 9968.0, 9989.0, 9953.0, 9963.0, 9947.0, 9972.0, 9933.0, 9963.0, 9981.0, 9950.0, 9960.0, 9936.0, 9960.0, 9947.0, 9979.0, 9967.0, 9978.0, 9950.0, 9978.0, 9936.0, 9982.0, 9975.0, 9986.0, 9981.0, 9973.0, 9966.0, 9967.0, 9972.0, 9954.0, 9984.0, 9970.0, 9981.0, 9949.0, 9958.0, 9929.0, 9963.0, 9979.0, 9962.0, 9973.0, 9955.0, 9980.0, 9954.0, 9975.0, 9951.0, 10009.0, 9981.0, 9972.0, 9963.0, 9966.0, 9918.0, 9960.0, 9963.0, 9961.0, 9980.0, 9950.0, 9966.0, 9936.0, 9957.0, 9935.0, 9962.0, 9960.0, 9984.0, 9940.0, 9968.0, 9936.0, 9965.0, 9938.0, 9970.0, 9998.0, 9966.0, 9977.0, 9930.0, 9957.0, 9933.0, 9961.0, 9931.0, 9960.0, 9914.0, 9952.0, 9913.0, 9964.0, 9964.0, 9961.0, 9962.0, 9962.0, 9960.0, 9965.0, 9977.0, 9968.0, 9980.0, 9952.0, 9986.0, 9940.0, 9972.0, 9919.0, 9972.0, 9979.0, 9963.0, 9964.0, 9962.0, 9958.0, 9946.0, 9977.0, 9962.0, 9982.0, 9976.0, 9979.0, 9941.0, 9966.0, 9939.0, 9964.0, 9938.0, 9960.0, 9923.0, 9964.0, 10022.0, 9969.0, 9961.0, 9947.0, 9961.0, 9949.0, 9978.0, 9939.0, 9976.0, 9940.0, 9963.0, 9927.0, 9957.0, 9918.0, 9960.0, 9987.0, 9969.0, 9978.0, 9958.0, 9963.0, 9953.0, 9976.0, 9957.0, 9978.0, 9942.0, 9980.0, 9936.0, 9982.0, 9947.0, 9985.0, 9932.0, 9979.0, 9930.0, 9965.0, 9966.0, 9988.0, 9985.0, 9970.0, 9964.0, 9962.0, 9973.0, 9955.0, 10001.0, 9977.0, 9985.0, 9961.0, 9983.0, 9955.0, 9982.0, 9982.0, 9988.0, 9970.0, 9981.0, 9957.0, 9980.0, 9955.0, 9981.0, 9973.0, 9986.0, 9961.0, 9983.0, 9956.0, 9979.0, 9975.0, 10002.0, 9975.0, 9983.0, 9974.0, 9979.0, 9952.0, 9981.0, 9958.0, 9982.0, 9969.0, 9985.0, 9960.0, 9975.0, 9952.0, 9975.0, 9955.0, 9980.0, 9937.0, 9979.0, 9930.0, 9974.0, 9936.0, 9984.0, 9947.0, 9978.0, 9933.0, 9957.0, 9928.0, 9978.0, 9934.0, 10004.0, 9958.0, 9982.0, 9919.0, 9959.0, 9925.0, 9951.0, 9980.0, 9949.0, 9971.0, 9942.0, 9942.0, 9929.0, 9951.0, 9922.0, 9955.0, 9937.0, 9950.0, 9936.0, 9940.0, 9925.0, 9949.0, 9930.0, 9971.0, 9937.0, 9982.0, 9939.0, 9975.0, 9938.0, 9962.0, 9899.0, 9958.0, 9958.0, 9962.0, 9979.0, 9950.0, 9955.0, 9957.0, 9920.0, 9956.0, 9908.0, 9956.0, 9911.0, 9959.0, 9960.0, 9967.0, 9977.0, 9932.0, 9942.0, 9943.0, 9935.0, 9925.0, 9946.0, 9927.0, 9949.0, 9907.0, 9929.0, 9900.0, 9910.0, 9901.0, 9909.0, 9904.0, 9934.0, 9903.0, 9928.0, 9902.0, 9928.0, 9923.0, 9915.0, 9919.0, 9932.0, 9978.0, 9936.0, 9941.0, 9930.0, 9942.0, 9936.0, 9946.0, 9962.0, 9927.0, 9955.0, 9909.0, 9931.0, 9926.0, 9955.0, 9947.0, 9960.0, 9947.0, 9909.0, 9937.0, 9901.0, 9953.0, 9901.0, 9956.0, 9916.0, 9971.0, 9934.0, 9977.0, 9934.0, 9975.0, 9948.0, 9961.0, 9954.0, 9948.0, 9948.0, 9925.0, 9978.0, 9929.0, 9944.0, 9928.0, 9957.0, 9930.0, 9959.0, 9926.0, 9937.0, 9916.0, 9938.0, 9932.0, 9945.0, 9944.0, 9979.0, 9949.0, 9942.0, 9937.0, 9900.0, 9939.0, 9895.0, 9939.0, 9904.0, 9958.0, 9919.0, 9961.0, 9918.0, 9956.0, 9930.0, 9955.0, 9935.0, 9973.0, 9931.0, 9963.0, 9947.0, 9959.0, 9946.0, 9964.0, 9960.0, 9971.0, 9994.0, 9959.0, 10014.0, 10004.0, 10028.0, 9975.0, 10005.0, 10008.0, 10011.0, 10000.0, 10011.0, 9983.0, 10031.0, 9978.0, 10003.0, 9969.0, 9984.0, 9983.0, 9982.0, 9950.0, 9981.0, 9966.0, 9971.0, 9985.0, 9974.0, 9984.0, 9971.0, 9961.0, 9988.0, 9982.0, 9970.0, 9996.0, 9958.0, 10006.0, 9958.0, 9979.0, 9942.0, 9969.0, 9938.0, 9966.0, 9941.0, 9981.0, 9922.0, 9968.0, 9928.0, 9978.0, 9927.0, 9985.0, 9951.0, 9986.0, 9979.0, 10006.0, 9946.0, 9988.0, 9958.0, 9982.0, 9959.0, 9984.0, 9943.0, 10006.0, 9988.0, 10005.0, 9956.0, 10000.0, 9958.0, 9971.0, 9953.0, 9943.0, 9974.0, 9960.0, 9968.0, 9939.0, 9970.0, 9988.0, 9992.0, 9939.0, 9968.0, 9939.0, 9974.0, 9939.0, 9985.0, 9965.0, 9982.0, 9956.0, 9975.0, 9979.0, 9959.0, 9982.0, 9963.0, 9958.0, 9992.0, 9992.0, 10007.0, 9981.0, 10025.0, 9979.0, 9952.0, 9966.0, 9953.0, 10005.0, 9951.0, 9980.0, 9952.0, 9990.0, 9970.0, 9941.0, 10001.0, 9940.0, 9985.0, 9971.0, 9989.0, 9999.0, 9976.0, 10005.0, 9979.0, 9976.0, 9989.0, 9945.0, 9974.0, 9941.0, 9986.0, 9970.0, 9970.0, 9923.0, 9949.0, 9913.0, 9941.0, 9896.0, 9921.0, 9929.0, 9917.0, 9946.0, 9906.0, 9945.0, 9906.0, 9927.0, 9919.0, 9917.0, 9916.0, 9917.0, 9926.0, 9920.0, 9925.0, 9907.0, 9935.0, 9912.0, 9942.0, 9920.0, 9960.0, 9950.0, 9953.0, 9949.0, 9948.0, 9962.0, 9946.0, 9957.0, 9951.0, 9974.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.0018888880540946656</td></tr>
<tr><td colspan=3>aqi</td><td>0.0770087815176559</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.69045053635336</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1471452660150379</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9316248075563902</td></tr>
<tr><td colspan=3>efc</td><td>0.4827</td></tr>
<tr><td colspan=3>fber</td><td>8715.0742</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11261832215624132</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.865514650638618</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.500048380707598</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3836094886248667</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7637838431971673</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.35275181030076</td></tr>
<tr><td colspan=3>gcor</td><td>0.009067</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006587844341993332</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.049549054354429245</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1331</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.378498476612269</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>18.2312</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8127</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.1803</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295930.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>904.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.5972</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3496</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.1777</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3752.6831</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3922.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80614.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1577.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4792.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.8495</td></tr>
<tr><td colspan=3>tsnr</td><td>27.61623594071716</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>