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

616 lines
No EOL
146 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-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-03/func/sub-0021_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>d2909a8238c37e361af916eae9a0e6c0</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>14:46:41.220000</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.999758, -0.0217241, -0.00337291, 0.0214656, 0.997742, -0.0636376]</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.101036</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7761, -7249, 544, -34, -26, -38, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.969</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1686bc73-0c0d-40f6-997e-b43295fd52f0||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.6822783946990967, 0.05759061127901077, -0.012818966060876846, 111.61222839355469], [0.05828415974974632, 2.6768693923950195, -0.17158454656600952, -102.08257293701172], [-0.00904927309602499, 0.17073507606983185, 2.694511890411377, -66.4161605834961], [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': ['144641.220000', '144641.680000', '144642.140000', '144642.600000', '144643.060000', '144643.520000', '144643.980000', '144644.440000', '144644.900000', '144645.360000', '144645.820000', '144646.280000', '144646.740000', '144647.200000', '144647.660000', '144648.120000', '144648.580000', '144649.040000', '144649.500000', '144649.960000', '144650.420000', '144650.880000', '144651.340000', '144651.800000', '144652.260000', '144652.720000', '144653.180000', '144653.640000', '144654.100000', '144654.560000', '144655.020000', '144655.480000', '144655.940000', '144656.400000', '144656.860000', '144657.320000', '144657.780000', '144658.240000', '144658.700000', '144659.160000', '144659.620000', '144700.080000', '144700.540000', '144701.000000', '144701.460000', '144701.920000', '144702.380000', '144702.840000', '144703.300000', '144703.760000', '144704.220000', '144704.680000', '144705.140000', '144705.600000', '144706.060000', '144706.520000', '144706.980000', '144707.440000', '144707.900000', '144708.360000', '144708.820000', '144709.280000', '144709.740000', '144710.200000', '144710.660000', '144711.120000', '144711.580000', '144712.040000', '144712.500000', '144712.960000', '144713.420000', '144713.880000', '144714.340000', '144714.800000', '144715.260000', '144715.720000', '144716.180000', '144716.640000', '144717.100000', '144717.560000', '144718.020000', '144718.480000', '144718.940000', '144719.400000', '144719.860000', '144720.320000', '144720.780000', '144721.240000', '144721.700000', '144722.160000', '144722.620000', '144723.080000', '144723.540000', '144724.000000', '144724.460000', '144724.920000', '144725.380000', '144725.840000', '144726.300000', '144726.760000', '144727.220000', '144727.680000', '144728.140000', '144728.600000', '144729.060000', '144729.520000', '144729.980000', '144730.440000', '144730.900000', '144731.360000', '144731.820000', '144732.280000', '144732.740000', '144733.200000', '144733.660000', '144734.120000', '144734.580000', '144735.040000', '144735.500000', '144735.960000', '144736.420000', '144736.880000', '144737.340000', '144737.800000', '144738.260000', '144738.720000', '144739.180000', '144739.640000', '144740.100000', '144740.560000', '144741.020000', '144741.480000', '144741.940000', '144742.400000', '144742.860000', '144743.320000', '144743.780000', '144744.240000', '144744.700000', '144745.160000', '144745.620000', '144746.080000', '144746.540000', '144747.000000', '144747.460000', '144747.920000', '144748.380000', '144748.840000', '144749.300000', '144749.760000', '144750.220000', '144750.680000', '144751.140000', '144751.600000', '144752.060000', '144752.520000', '144752.980000', '144753.440000', '144753.900000', '144754.360000', '144754.820000', '144755.280000', '144755.740000', '144756.200000', '144756.660000', '144757.120000', '144757.580000', '144758.040000', '144758.500000', '144758.960000', '144759.420000', '144759.880000', '144800.340000', '144800.800000', '144801.260000', '144801.720000', '144802.180000', '144802.640000', '144803.100000', '144803.560000', '144804.020000', '144804.480000', '144804.940000', '144805.400000', '144805.860000', '144806.320000', '144806.780000', '144807.240000', '144807.700000', '144808.160000', '144808.620000', '144809.080000', '144809.540000', '144810.000000', '144810.460000', '144810.920000', '144811.380000', '144811.840000', '144812.300000', '144812.760000', '144813.220000', '144813.680000', '144814.140000', '144814.600000', '144815.060000', '144815.520000', '144815.980000', '144816.440000', '144816.900000', '144817.360000', '144817.820000', '144818.280000', '144818.740000', '144819.200000', '144819.660000', '144820.120000', '144820.580000', '144821.040000', '144821.500000', '144821.960000', '144822.420000', '144822.880000', '144823.340000', '144823.800000', '144824.260000', '144824.720000', '144825.180000', '144825.640000', '144826.100000', '144826.560000', '144827.020000', '144827.480000', '144827.940000', '144828.400000', '144828.860000', '144829.320000', '144829.780000', '144830.240000', '144830.700000', '144831.160000', '144831.620000', '144832.080000', '144832.540000', '144833.000000', '144833.460000', '144833.920000', '144834.380000', '144834.840000', '144835.300000', '144835.760000', '144836.220000', '144836.680000', '144837.140000', '144837.600000', '144838.060000', '144838.520000', '144838.980000', '144839.440000', '144839.900000', '144840.360000', '144840.820000', '144841.280000', '144841.740000', '144842.200000', '144842.660000', '144843.120000', '144843.580000', '144844.040000', '144844.500000', '144844.960000', '144845.420000', '144845.880000', '144846.340000', '144846.800000', '144847.260000', '144847.720000', '144848.180000', '144848.640000', '144849.100000', '144849.560000', '144850.020000', '144850.480000', '144850.940000', '144851.400000', '144851.860000', '144852.320000', '144852.780000', '144853.240000', '144853.700000', '144854.160000', '144854.620000', '144855.080000', '144855.540000', '144856.000000', '144856.460000', '144856.920000', '144857.380000', '144857.840000', '144858.300000', '144858.760000', '144859.220000', '144859.680000', '144900.140000', '144900.600000', '144901.060000', '144901.520000', '144901.980000', '144902.440000', '144902.900000', '144903.360000', '144903.820000', '144904.280000', '144904.740000', '144905.200000', '144905.660000', '144906.120000', '144906.580000', '144907.040000', '144907.500000', '144907.960000', '144908.420000', '144908.880000', '144909.340000', '144909.800000', '144910.260000', '144910.720000', '144911.180000', '144911.640000', '144912.100000', '144912.560000', '144913.020000', '144913.480000', '144913.940000', '144914.400000', '144914.860000', '144915.320000', '144915.780000', '144916.240000', '144916.700000', '144917.160000', '144917.620000', '144918.080000', '144918.540000', '144919.000000', '144919.460000', '144919.920000', '144920.380000', '144920.840000', '144921.300000', '144921.760000', '144922.220000', '144922.680000', '144923.140000', '144923.600000', '144924.060000', '144924.520000', '144924.980000', '144925.440000', '144925.900000', '144926.360000', '144926.820000', '144927.280000', '144927.740000', '144928.200000', '144928.660000', '144929.120000', '144929.580000', '144930.040000', '144930.500000', '144930.960000', '144931.420000', '144931.880000', '144932.340000', '144932.800000', '144933.260000', '144933.720000', '144934.180000', '144934.640000', '144935.100000', '144935.560000', '144936.020000', '144936.480000', '144936.940000', '144937.400000', '144937.860000', '144938.320000', '144938.780000', '144939.240000', '144939.700000', '144940.160000', '144940.620000', '144941.080000', '144941.540000', '144942.000000', '144942.460000', '144942.920000', '144943.380000', '144943.840000', '144944.300000', '144944.760000', '144945.220000', '144945.680000', '144946.140000', '144946.600000', '144947.060000', '144947.520000', '144947.980000', '144948.440000', '144948.900000', '144949.360000', '144949.820000', '144950.280000', '144950.740000', '144951.200000', '144951.660000', '144952.120000', '144952.580000', '144953.040000', '144953.500000', '144953.960000', '144954.420000', '144954.880000', '144955.340000', '144955.800000', '144956.260000', '144956.720000', '144957.180000', '144957.640000', '144958.100000', '144958.560000', '144959.020000', '144959.480000', '144959.940000', '145000.400000', '145000.860000', '145001.320000', '145001.780000', '145002.240000', '145002.700000', '145003.160000', '145003.620000', '145004.080000', '145004.540000', '145005.000000', '145005.460000', '145005.920000', '145006.380000', '145006.840000', '145007.300000', '145007.760000', '145008.220000', '145008.680000', '145009.140000', '145009.600000', '145010.060000', '145010.520000', '145010.980000', '145011.440000', '145011.900000', '145012.360000', '145012.820000', '145013.280000', '145013.740000', '145014.200000', '145014.660000', '145015.120000', '145015.580000', '145016.040000', '145016.500000', '145016.960000', '145017.420000', '145017.880000', '145018.340000', '145018.800000', '145019.260000', '145019.720000', '145020.180000', '145020.640000', '145021.100000', '145021.560000', '145022.020000', '145022.480000', '145022.940000', '145023.400000', '145023.860000', '145024.320000', '145024.780000', '145025.240000', '145025.700000', '145026.160000', '145026.620000', '145027.080000', '145027.540000', '145028.000000', '145028.460000', '145028.920000', '145029.380000', '145029.840000', '145030.300000', '145030.760000', '145031.220000', '145031.680000', '145032.140000', '145032.600000', '145033.060000', '145033.520000', '145033.980000', '145034.440000', '145034.900000', '145035.360000', '145035.820000', '145036.280000', '145036.740000', '145037.200000', '145037.660000', '145038.120000', '145038.580000', '145039.040000', '145039.500000', '145039.960000', '145040.420000', '145040.880000', '145041.340000', '145041.800000', '145042.260000', '145042.720000', '145043.180000', '145043.640000', '145044.100000', '145044.560000', '145045.020000', '145045.480000', '145045.940000', '145046.400000', '145046.860000', '145047.320000', '145047.780000', '145048.240000', '145048.700000', '145049.160000', '145049.620000', '145050.080000', '145050.540000', '145051.000000', '145051.460000', '145051.920000', '145052.380000', '145052.840000', '145053.300000', '145053.760000', '145054.220000', '145054.680000', '145055.140000', '145055.600000', '145056.060000', '145056.520000', '145056.980000', '145057.440000', '145057.900000', '145058.360000', '145058.820000', '145059.280000', '145059.740000', '145100.200000', '145100.660000', '145101.120000', '145101.580000', '145102.040000', '145102.500000', '145102.960000', '145103.420000', '145103.880000', '145104.340000', '145104.800000', '145105.260000', '145105.720000', '145106.180000', '145106.640000', '145107.100000', '145107.560000', '145108.020000', '145108.480000', '145108.940000', '145109.400000', '145109.860000', '145110.320000', '145110.780000', '145111.240000', '145111.700000', '145112.160000', '145112.620000', '145113.080000', '145113.540000', '145114.000000', '145114.460000', '145114.920000', '145115.380000', '145115.840000', '145116.300000', '145116.760000', '145117.220000', '145117.680000', '145118.140000', '145118.600000', '145119.060000', '145119.520000', '145119.980000', '145120.440000', '145120.900000', '145121.360000', '145121.820000', '145122.280000', '145122.740000', '145123.200000', '145123.660000', '145124.120000', '145124.580000', '145125.040000', '145125.500000', '145125.960000', '145126.420000', '145126.880000', '145127.340000', '145127.800000', '145128.260000', '145128.720000', '145129.180000', '145129.640000', '145130.100000', '145130.560000', '145131.020000', '145131.480000', '145131.940000', '145132.400000', '145132.860000', '145133.320000', '145133.780000', '145134.240000', '145134.700000', '145135.160000', '145135.620000', '145136.080000', '145136.540000', '145137.000000', '145137.460000', '145137.920000', '145138.380000', '145138.840000', '145139.300000', '145139.760000', '145140.220000', '145140.680000', '145141.140000', '145141.600000', '145142.060000', '145142.520000', '145142.980000', '145143.440000', '145143.900000', '145144.360000', '145144.820000', '145145.280000', '145145.740000', '145146.200000', '145146.660000', '145147.120000', '145147.580000', '145148.040000', '145148.500000', '145148.960000', '145149.420000', '145149.880000', '145150.340000', '145150.800000', '145151.260000', '145151.720000', '145152.180000', '145152.640000', '145153.100000', '145153.560000', '145154.020000', '145154.480000', '145154.940000', '145155.400000', '145155.860000', '145156.320000', '145156.780000', '145157.240000', '145157.700000', '145158.160000', '145158.620000', '145159.080000', '145159.540000', '145200.000000', '145200.460000', '145200.920000', '145201.380000', '145201.840000', '145202.300000', '145202.760000', '145203.220000', '145203.680000', '145204.140000', '145204.600000', '145205.060000', '145205.520000', '145205.980000', '145206.440000', '145206.900000', '145207.360000', '145207.820000', '145208.280000', '145208.740000', '145209.200000', '145209.660000', '145210.120000', '145210.580000', '145211.040000', '145211.500000', '145211.960000', '145212.420000', '145212.880000', '145213.340000', '145213.800000', '145214.260000', '145214.720000', '145215.180000', '145215.640000', '145216.100000', '145216.560000', '145217.020000', '145217.480000', '145217.940000', '145218.400000', '145218.860000', '145219.320000', '145219.780000', '145220.240000', '145220.700000', '145221.160000', '145221.620000', '145222.080000', '145222.540000', '145223.000000', '145223.460000', '145223.920000', '145224.380000', '145224.840000', '145225.300000', '145225.760000', '145226.220000', '145226.680000', '145227.140000', '145227.600000', '145228.060000', '145228.520000', '145228.980000', '145229.440000', '145229.900000', '145230.360000', '145230.820000', '145231.280000', '145231.740000', '145232.200000', '145232.660000', '145233.120000', '145233.580000', '145234.040000', '145234.500000', '145234.960000', '145235.420000', '145235.880000', '145236.340000', '145236.800000', '145237.260000', '145237.720000', '145238.180000', '145238.640000', '145239.100000', '145239.560000', '145240.020000', '145240.480000', '145240.940000', '145241.400000', '145241.860000', '145242.320000', '145242.780000', '145243.240000', '145243.700000', '145244.160000', '145244.620000', '145245.080000', '145245.540000', '145246.000000', '145246.460000', '145246.920000', '145247.380000', '145247.840000', '145248.300000', '145248.760000', '145249.220000', '145249.680000', '145250.140000', '145250.600000', '145251.060000', '145251.520000', '145251.980000', '145252.440000', '145252.900000', '145253.360000', '145253.820000', '145254.280000', '145254.740000', '145255.200000', '145255.660000', '145256.120000', '145256.580000', '145257.040000', '145257.500000', '145257.960000', '145258.420000', '145258.880000', '145259.340000', '145259.800000', '145300.260000', '145300.720000', '145301.180000', '145301.640000', '145302.100000', '145302.560000', '145303.020000', '145303.480000', '145303.940000', '145304.400000', '145304.860000', '145305.320000', '145305.780000', '145306.240000', '145306.700000', '145307.160000', '145307.620000', '145308.080000', '145308.540000', '145309.000000', '145309.460000', '145309.920000', '145310.380000', '145310.840000', '145311.300000', '145311.760000', '145312.220000', '145312.680000', '145313.140000', '145313.600000', '145314.060000', '145314.520000', '145314.980000', '145315.440000', '145315.900000', '145316.360000', '145316.820000', '145317.280000', '145317.740000', '145318.200000', '145318.660000', '145319.120000', '145319.580000', '145320.040000', '145320.500000', '145320.960000', '145321.420000', '145321.880000', '145322.340000', '145322.800000', '145323.260000', '145323.720000', '145324.180000', '145324.640000', '145325.100000', '145325.560000', '145326.020000', '145326.480000', '145326.940000', '145327.400000', '145327.860000', '145328.320000', '145328.780000', '145329.240000', '145329.700000', '145330.160000', '145330.620000', '145331.080000', '145331.540000', '145332.000000', '145332.460000', '145332.920000', '145333.380000', '145333.840000', '145334.300000', '145334.760000', '145335.220000', '145335.680000', '145336.140000', '145336.600000', '145337.060000', '145337.520000', '145337.980000', '145338.440000', '145338.900000', '145339.360000', '145339.820000', '145340.280000', '145340.740000', '145341.200000', '145341.660000', '145342.120000', '145342.580000', '145343.040000', '145343.500000', '145343.960000', '145344.420000', '145344.880000', '145345.340000', '145345.800000', '145346.260000', '145346.720000', '145347.180000', '145347.640000', '145348.100000', '145348.560000', '145349.020000', '145349.480000', '145349.940000', '145350.400000', '145350.860000', '145351.320000', '145351.780000', '145352.240000', '145352.700000', '145353.160000', '145353.620000', '145354.080000', '145354.540000', '145355.000000', '145355.460000', '145355.920000', '145356.380000', '145356.840000', '145357.300000', '145357.760000', '145358.220000', '145358.680000', '145359.140000', '145359.600000', '145400.060000', '145400.520000', '145400.980000', '145401.440000', '145401.900000', '145402.360000', '145402.820000', '145403.280000', '145403.740000', '145404.200000', '145404.660000', '145405.120000', '145405.580000', '145406.040000', '145406.500000', '145406.960000', '145407.420000', '145407.880000', '145408.340000', '145408.800000', '145409.260000', '145409.720000', '145410.180000', '145410.640000', '145411.100000', '145411.560000', '145412.020000', '145412.480000', '145412.940000', '145413.400000', '145413.860000', '145414.320000', '145414.780000', '145415.240000', '145415.700000', '145416.160000', '145416.620000', '145417.080000', '145417.540000', '145418.000000', '145418.460000', '145418.920000', '145419.380000', '145419.840000', '145420.300000', '145420.760000', '145421.220000', '145421.680000', '145422.140000', '145422.600000', '145423.060000', '145423.520000', '145423.980000', '145424.440000', '145424.900000', '145425.360000', '145425.820000', '145426.280000', '145426.740000', '145427.200000', '145427.660000', '145428.120000', '145428.580000', '145429.040000', '145429.500000', '145429.960000', '145430.420000', '145430.880000', '145431.340000', '145431.800000', '145432.260000', '145432.720000', '145433.180000', '145433.640000', '145434.100000', '145434.560000', '145435.020000', '145435.480000', '145435.940000', '145436.400000', '145436.860000', '145437.320000', '145437.780000', '145438.240000', '145438.700000', '145439.160000', '145439.620000', '145440.080000', '145440.540000', '145441.000000', '145441.460000', '145441.920000', '145442.380000', '145442.840000', '145443.300000', '145443.760000', '145444.220000', '145444.680000', '145445.140000', '145445.600000', '145446.060000', '145446.520000', '145446.980000', '145447.440000', '145447.900000', '145448.360000', '145448.820000', '145449.280000', '145449.740000', '145450.200000', '145450.660000', '145451.120000', '145451.580000', '145452.040000', '145452.500000', '145452.960000', '145453.420000', '145453.880000', '145454.340000', '145454.800000', '145455.260000', '145455.720000', '145456.180000', '145456.640000', '145457.100000', '145457.560000', '145458.020000', '145458.480000', '145458.940000', '145459.400000', '145459.860000', '145500.320000', '145500.780000', '145501.240000', '145501.700000', '145502.160000', '145502.620000', '145503.080000', '145503.540000', '145504.000000', '145504.460000', '145504.920000', '145505.380000', '145505.840000', '145506.300000', '145506.760000', '145507.220000', '145507.680000', '145508.140000', '145508.600000', '145509.060000', '145509.520000', '145509.980000', '145510.440000', '145510.900000', '145511.360000', '145511.820000', '145512.280000', '145512.740000', '145513.200000', '145513.660000', '145514.120000', '145514.580000', '145515.040000', '145515.500000', '145515.960000', '145516.420000', '145516.880000', '145517.340000', '145517.800000', '145518.260000', '145518.720000', '145519.180000', '145519.640000', '145520.100000', '145520.560000', '145521.020000', '145521.480000', '145521.940000', '145522.400000', '145522.860000', '145523.320000', '145523.780000', '145524.240000', '145524.700000', '145525.160000', '145525.620000', '145526.080000', '145526.540000', '145527.000000', '145527.460000', '145527.920000', '145528.380000', '145528.840000', '145529.300000', '145529.760000', '145530.220000', '145530.680000', '145531.140000', '145531.600000', '145532.060000', '145532.520000', '145532.980000', '145533.440000', '145533.900000', '145534.360000', '145534.820000', '145535.280000', '145535.740000', '145536.200000', '145536.660000', '145537.120000', '145537.580000', '145538.040000', '145538.500000', '145538.960000', '145539.420000', '145539.880000', '145540.340000', '145540.800000', '145541.260000', '145541.720000', '145542.180000', '145542.640000', '145543.100000', '145543.560000', '145544.020000', '145544.480000', '145544.940000', '145545.400000', '145545.860000', '145546.320000', '145546.780000', '145547.240000', '145547.700000', '145548.160000', '145548.620000', '145549.080000', '145549.540000', '145550.000000', '145550.460000', '145550.920000', '145551.380000', '145551.840000', '145552.300000', '145552.760000', '145553.220000', '145553.680000', '145554.140000', '145554.600000', '145555.060000', '145555.520000', '145555.980000', '145556.440000', '145556.900000', '145557.360000', '145557.820000', '145558.280000', '145558.740000', '145559.200000', '145559.660000', '145600.120000', '145600.580000', '145601.040000', '145601.500000', '145601.960000', '145602.420000', '145602.880000', '145603.340000', '145603.800000', '145604.260000', '145604.720000', '145605.180000', '145605.640000', '145606.100000', '145606.560000', '145607.020000', '145607.480000', '145607.940000', '145608.400000', '145608.860000', '145609.320000', '145609.780000', '145610.240000', '145610.700000', '145611.160000', '145611.620000', '145612.080000', '145612.540000', '145613.000000', '145613.460000', '145613.920000', '145614.380000', '145614.840000', '145615.300000', '145615.760000', '145616.220000', '145616.680000', '145617.140000', '145617.600000', '145618.060000', '145618.520000', '145618.980000', '145619.440000', '145619.900000', '145620.360000', '145620.820000', '145621.280000', '145621.740000', '145622.200000', '145622.660000', '145623.120000', '145623.580000', '145624.040000', '145624.500000', '145624.960000', '145625.420000', '145625.880000', '145626.340000', '145626.800000', '145627.260000', '145627.720000', '145628.180000', '145628.640000', '145629.100000', '145629.560000', '145630.020000', '145630.480000', '145630.940000', '145631.400000', '145631.860000', '145632.320000', '145632.780000', '145633.240000', '145633.700000', '145634.160000', '145634.620000', '145635.080000', '145635.540000', '145636.000000', '145636.460000', '145636.920000', '145637.380000', '145637.840000', '145638.300000', '145638.760000', '145639.220000', '145639.680000', '145640.140000', '145640.600000', '145641.060000', '145641.520000', '145641.980000', '145642.440000', '145642.900000', '145643.360000', '145643.820000', '145644.280000', '145644.740000', '145645.200000', '145645.660000', '145646.120000', '145646.580000', '145647.040000', '145647.500000', '145647.960000', '145648.420000', '145648.880000', '145649.340000', '145649.800000', '145650.260000', '145650.720000', '145651.180000', '145651.640000', '145652.100000', '145652.560000', '145653.020000', '145653.480000', '145653.940000', '145654.400000', '145654.860000'], 'ContentTime': ['144704.018000', '144704.022000', '144704.025000', '144704.028000', '144704.031000', '144704.034000', '144704.036000', '144704.039000', '144704.042000', '144704.045000', '144704.048000', '144704.051000', '144704.054000', '144704.076000', '144704.079000', '144704.082000', '144704.085000', '144704.088000', '144704.091000', '144704.093000', '144704.096000', '144704.099000', '144704.102000', '144704.105000', '144704.108000', '144704.110000', '144704.113000', '144704.117000', '144704.120000', '144704.123000', '144704.126000', '144704.128000', '144704.131000', '144704.134000', '144704.137000', '144704.140000', '144704.143000', '144704.146000', '144704.148000', '144704.151000', '144704.154000', '144704.157000', '144704.160000', '144704.163000', '144704.166000', '144704.169000', '144704.171000', '144704.174000', '144723.984000', '144723.987000', '144723.990000', '144723.992000', '144723.995000', '144723.998000', '144724.002000', '144724.005000', '144724.008000', '144724.011000', '144724.013000', '144724.016000', '144724.019000', '144724.022000', '144724.025000', '144724.028000', '144724.030000', '144724.033000', '144724.036000', '144724.039000', '144724.042000', '144724.044000', '144724.047000', '144724.050000', '144724.053000', '144724.061000', '144724.064000', '144724.067000', '144724.070000', '144724.073000', '144724.076000', '144724.078000', '144724.081000', '144724.084000', '144724.087000', '144724.090000', '144724.093000', '144724.095000', '144724.098000', '144724.101000', '144724.104000', '144724.107000', '144724.110000', '144724.112000', '144743.985000', '144743.988000', '144743.991000', '144743.994000', '144743.996000', '144744.000000', '144744.003000', '144744.006000', '144744.009000', '144744.012000', '144744.015000', '144744.018000', '144744.020000', '144744.023000', '144744.026000', '144744.029000', '144744.032000', '144744.035000', '144744.037000', '144744.040000', '144744.043000', '144744.046000', '144744.049000', '144744.052000', '144744.054000', '144744.057000', '144744.070000', '144744.073000', '144744.076000', '144744.079000', '144744.082000', '144744.084000', '144744.087000', '144744.090000', '144744.093000', '144744.096000', '144744.099000', '144744.102000', '144744.105000', '144744.107000', '144744.110000', '144744.113000', '144744.116000', '144803.984000', '144803.987000', '144803.992000', '144803.996000', '144804.000000', '144804.003000', '144804.006000', '144804.009000', '144804.012000', '144804.015000', '144804.018000', '144804.021000', '144804.023000', '144804.026000', '144804.029000', '144804.032000', '144804.035000', '144804.038000', '144804.040000', '144804.043000', '144804.046000', '144804.049000', '144804.052000', '144804.055000', '144804.058000', '144804.060000', '144804.063000', '144804.066000', '144804.069000', '144804.072000', '144804.075000', '144804.078000', '144804.080000', '144804.083000', '144804.086000', '144804.089000', '144804.092000', '144804.095000', '144804.098000', '144804.101000', '144804.104000', '144804.106000', '144804.109000', '144823.984000', '144823.987000', '144823.990000', '144823.993000', '144823.996000', '144823.998000', '144824.002000', '144824.005000', '144824.008000', '144824.011000', '144824.014000', '144824.017000', '144824.019000', '144824.022000', '144824.025000', '144824.028000', '144824.031000', '144824.034000', '144824.037000', '144824.039000', '144824.042000', '144824.045000', '144824.048000', '144824.051000', '144824.054000', '144824.057000', '144824.059000', '144824.062000', '144824.065000', '144824.068000', '144824.071000', '144824.074000', '144824.077000', '144824.079000', '144824.082000', '144824.085000', '144824.088000', '144824.091000', '144824.094000', '144824.096000', '144824.099000', '144824.102000', '144824.105000', '144824.108000', '144843.984000', '144843.987000', '144843.990000', '144843.993000', '144844.009000', '144844.012000', '144844.015000', '144844.018000', '144844.021000', '144844.024000', '144844.026000', '144844.029000', '144844.032000', '144844.035000', '144844.038000', '144844.041000', '144844.043000', '144844.046000', '144844.049000', '144844.052000', '144844.055000', '144844.058000', '144844.061000', '144844.063000', '144844.066000', '144844.069000', '144844.072000', '144844.075000', '144844.078000', '144844.081000', '144844.083000', '144844.086000', '144844.089000', '144844.092000', '144844.095000', '144844.098000', '144844.101000', '144844.104000', '144844.114000', '144844.117000', '144844.120000', '144844.123000', '144844.126000', '144903.984000', '144903.987000', '144903.990000', '144903.993000', '144903.996000', '144904.000000', '144904.002000', '144904.005000', '144904.008000', '144904.011000', '144904.014000', '144904.017000', '144904.020000', '144904.023000', '144904.025000', '144904.028000', '144904.031000', '144904.034000', '144904.037000', '144904.040000', '144904.043000', '144904.046000', '144904.048000', '144904.051000', '144904.054000', '144904.057000', '144904.060000', '144904.063000', '144904.066000', '144904.069000', '144904.071000', '144904.074000', '144904.077000', '144904.080000', '144904.083000', '144904.086000', '144904.089000', '144904.091000', '144904.094000', '144904.097000', '144904.100000', '144904.103000', '144904.106000', '144904.109000', '144923.984000', '144923.987000', '144923.990000', '144923.993000', '144923.996000', '144924.000000', '144924.002000', '144924.005000', '144924.008000', '144924.011000', '144924.014000', '144924.017000', '144924.020000', '144924.023000', '144924.027000', '144924.030000', '144924.033000', '144924.036000', '144924.038000', '144924.041000', '144924.044000', '144924.047000', '144924.050000', '144924.053000', '144924.055000', '144924.058000', '144924.061000', '144924.064000', '144924.067000', '144924.070000', '144924.073000', '144924.076000', '144924.079000', '144924.081000', '144924.084000', '144924.087000', '144924.090000', '144924.093000', '144924.096000', '144924.098000', '144924.101000', '144924.104000', '144924.113000', '144943.984000', '144943.987000', '144943.990000', '144943.993000', '144943.996000', '144944.000000', '144944.002000', '144944.005000', '144944.008000', '144944.011000', '144944.014000', '144944.017000', '144944.019000', '144944.022000', '144944.025000', '144944.028000', '144944.031000', '144944.034000', '144944.037000', '144944.040000', '144944.042000', '144944.045000', '144944.048000', '144944.051000', '144944.054000', '144944.057000', '144944.060000', '144944.062000', '144944.065000', '144944.068000', '144944.071000', '144944.074000', '144944.077000', '144944.080000', '144944.082000', '144944.085000', '144944.088000', '144944.091000', '144944.094000', '144944.097000', '144944.100000', '144944.102000', '144944.105000', '144944.108000', '145003.985000', '145003.988000', '145003.991000', '145003.994000', '145003.997000', '145004.001000', '145004.003000', '145004.006000', '145004.009000', '145004.012000', '145004.015000', '145004.018000', '145004.020000', '145004.023000', '145004.026000', '145004.029000', '145004.032000', '145004.035000', '145004.038000', '145004.041000', '145004.043000', '145004.046000', '145004.049000', '145004.052000', '145004.055000', '145004.058000', '145004.061000', '145004.064000', '145004.067000', '145004.070000', '145004.073000', '145004.075000', '145004.078000', '145004.081000', '145004.084000', '145004.087000', '145004.090000', '145004.093000', '145004.095000', '145004.098000', '145004.101000', '145004.104000', '145004.107000', '145023.998000', '145024.002000', '145024.005000', '145024.008000', '145024.011000', '145024.014000', '145024.017000', '145024.019000', '145024.022000', '145024.025000', '145024.028000', '145024.031000', '145024.034000', '145024.036000', '145024.039000', '145024.042000', '145024.045000', '145024.048000', '145024.051000', '145024.054000', '145024.057000', '145024.059000', '145024.062000', '145024.065000', '145024.068000', '145024.071000', '145024.074000', '145024.077000', '145024.079000', '145024.082000', '145024.085000', '145024.088000', '145024.091000', '145024.094000', '145024.097000', '145024.099000', '145024.102000', '145024.105000', '145024.108000', '145024.111000', '145024.114000', '145024.116000', '145024.119000', '145024.122000', '145043.984000', '145043.987000', '145043.990000', '145043.993000', '145043.996000', '145044.000000', '145044.003000', '145044.006000', '145044.009000', '145044.012000', '145044.014000', '145044.017000', '145044.020000', '145044.023000', '145044.026000', '145044.029000', '145044.032000', '145044.035000', '145044.037000', '145044.040000', '145044.043000', '145044.046000', '145044.049000', '145044.052000', '145044.055000', '145044.058000', '145044.061000', '145044.063000', '145044.066000', '145044.070000', '145044.073000', '145044.076000', '145044.079000', '145044.099000', '145044.102000', '145044.105000', '145044.108000', '145044.111000', '145044.114000', '145044.116000', '145044.119000', '145044.122000', '145044.125000', '145103.984000', '145103.987000', '145103.990000', '145103.993000', '145103.996000', '145104.000000', '145104.002000', '145104.005000', '145104.008000', '145104.011000', '145104.014000', '145104.017000', '145104.020000', '145104.023000', '145104.025000', '145104.028000', '145104.031000', '145104.034000', '145104.037000', '145104.040000', '145104.043000', '145104.046000', '145104.048000', '145104.051000', '145104.054000', '145104.057000', '145104.060000', '145104.063000', '145104.066000', '145104.068000', '145104.071000', '145104.074000', '145104.077000', '145104.080000', '145104.083000', '145104.086000', '145104.088000', '145104.091000', '145104.094000', '145104.097000', '145104.100000', '145104.103000', '145104.106000', '145104.109000', '145123.984000', '145123.987000', '145123.990000', '145123.993000', '145123.996000', '145124.000000', '145124.003000', '145124.005000', '145124.008000', '145124.011000', '145124.014000', '145124.017000', '145124.020000', '145124.023000', '145124.026000', '145124.028000', '145124.031000', '145124.034000', '145124.037000', '145124.040000', '145124.043000', '145124.046000', '145124.048000', '145124.051000', '145124.054000', '145124.057000', '145124.060000', '145124.063000', '145124.066000', '145124.069000', '145124.072000', '145124.075000', '145124.078000', '145124.081000', '145124.083000', '145124.086000', '145124.089000', '145124.092000', '145124.095000', '145124.098000', '145124.101000', '145124.104000', '145124.106000', '145143.984000', '145143.987000', '145143.990000', '145143.993000', '145143.996000', '145143.998000', '145144.002000', '145144.005000', '145144.008000', '145144.011000', '145144.014000', '145144.017000', '145144.019000', '145144.022000', '145144.025000', '145144.028000', '145144.031000', '145144.034000', '145144.037000', '145144.039000', '145144.042000', '145144.045000', '145144.048000', '145144.051000', '145144.054000', '145144.070000', '145144.072000', '145144.075000', '145144.078000', '145144.081000', '145144.084000', '145144.087000', '145144.090000', '145144.092000', '145144.095000', '145144.098000', '145144.101000', '145144.104000', '145144.107000', '145144.110000', '145144.113000', '145144.115000', '145144.118000', '145144.121000', '145203.984000', '145203.987000', '145203.990000', '145203.993000', '145203.996000', '145204.000000', '145204.003000', '145204.005000', '145204.008000', '145204.011000', '145204.014000', '145204.017000', '145204.020000', '145204.023000', '145204.026000', '145204.029000', '145204.032000', '145204.035000', '145204.038000', '145204.041000', '145204.044000', '145204.047000', '145204.050000', '145204.053000', '145204.056000', '145204.059000', '145204.061000', '145204.064000', '145204.067000', '145204.070000', '145204.073000', '145204.076000', '145204.079000', '145204.082000', '145204.086000', '145204.089000', '145204.092000', '145204.095000', '145204.098000', '145204.100000', '145204.103000', '145204.106000', '145204.109000', '145223.985000', '145223.988000', '145223.991000', '145223.994000', '145223.997000', '145224.001000', '145224.003000', '145224.006000', '145224.009000', '145224.012000', '145224.015000', '145224.018000', '145224.021000', '145224.024000', '145224.026000', '145224.029000', '145224.032000', '145224.035000', '145224.038000', '145224.041000', '145224.044000', '145224.046000', '145224.049000', '145224.052000', '145224.055000', '145224.058000', '145224.061000', '145224.064000', '145224.066000', '145224.069000', '145224.072000', '145224.075000', '145224.078000', '145224.081000', '145224.084000', '145224.086000', '145224.089000', '145224.092000', '145224.095000', '145224.098000', '145224.101000', '145224.104000', '145224.106000', '145224.109000', '145243.984000', '145243.987000', '145243.990000', '145243.993000', '145243.996000', '145244.000000', '145244.002000', '145244.005000', '145244.008000', '145244.011000', '145244.014000', '145244.017000', '145244.020000', '145244.022000', '145244.025000', '145244.028000', '145244.031000', '145244.034000', '145244.037000', '145244.039000', '145244.042000', '145244.045000', '145244.048000', '145244.051000', '145244.054000', '145244.057000', '145244.059000', '145244.062000', '145244.065000', '145244.068000', '145244.071000', '145244.074000', '145244.076000', '145244.079000', '145244.082000', '145244.085000', '145244.088000', '145244.091000', '145244.094000', '145244.097000', '145244.099000', '145244.102000', '145244.105000', '145303.984000', '145303.987000', '145303.990000', '145303.993000', '145303.996000', '145304.000000', '145304.002000', '145304.005000', '145304.008000', '145304.011000', '145304.014000', '145304.017000', '145304.020000', '145304.022000', '145304.025000', '145304.028000', '145304.031000', '145304.034000', '145304.037000', '145304.040000', '145304.042000', '145304.045000', '145304.048000', '145304.051000', '145304.054000', '145304.057000', '145304.060000', '145304.063000', '145304.065000', '145304.068000', '145304.071000', '145304.074000', '145304.077000', '145304.080000', '145304.082000', '145304.100000', '145304.102000', '145304.105000', '145304.108000', '145304.111000', '145304.114000', '145304.117000', '145304.120000', '145304.122000', '145323.984000', '145323.987000', '145323.990000', '145323.993000', '145323.996000', '145323.998000', '145324.002000', '145324.005000', '145324.008000', '145324.011000', '145324.014000', '145324.017000', '145324.020000', '145324.022000', '145324.025000', '145324.028000', '145324.031000', '145324.034000', '145324.037000', '145324.040000', '145324.042000', '145324.045000', '145324.048000', '145324.051000', '145324.054000', '145324.057000', '145324.060000', '145324.063000', '145324.065000', '145324.070000', '145324.073000', '145324.076000', '145324.079000', '145324.082000', '145324.085000', '145324.088000', '145324.090000', '145324.093000', '145324.096000', '145324.099000', '145324.102000', '145324.105000', '145324.107000', '145343.984000', '145343.998000', '145344.002000', '145344.005000', '145344.007000', '145344.010000', '145344.013000', '145344.016000', '145344.019000', '145344.022000', '145344.025000', '145344.028000', '145344.031000', '145344.035000', '145344.038000', '145344.041000', '145344.044000', '145344.047000', '145344.050000', '145344.053000', '145344.055000', '145344.058000', '145344.068000', '145344.071000', '145344.073000', '145344.076000', '145344.079000', '145344.082000', '145344.085000', '145344.088000', '145344.090000', '145344.093000', '145344.096000', '145344.099000', '145344.102000', '145344.105000', '145344.108000', '145344.110000', '145344.113000', '145344.116000', '145344.119000', '145344.122000', '145344.125000', '145403.984000', '145403.987000', '145403.990000', '145403.993000', '145403.996000', '145404.000000', '145404.003000', '145404.005000', '145404.008000', '145404.011000', '145404.014000', '145404.017000', '145404.020000', '145404.023000', '145404.026000', '145404.028000', '145404.031000', '145404.034000', '145404.037000', '145404.040000', '145404.043000', '145404.046000', '145404.049000', '145404.052000', '145404.054000', '145404.057000', '145404.060000', '145404.063000', '145404.066000', '145404.069000', '145404.072000', '145404.074000', '145404.077000', '145404.080000', '145404.083000', '145404.086000', '145404.089000', '145404.092000', '145404.095000', '145404.097000', '145404.100000', '145404.103000', '145404.106000', '145404.109000', '145423.984000', '145423.987000', '145423.990000', '145423.993000', '145423.996000', '145424.000000', '145424.002000', '145424.005000', '145424.008000', '145424.011000', '145424.014000', '145424.017000', '145424.019000', '145424.022000', '145424.025000', '145424.028000', '145424.031000', '145424.034000', '145424.037000', '145424.039000', '145424.042000', '145424.045000', '145424.048000', '145424.051000', '145424.054000', '145424.057000', '145424.060000', '145424.062000', '145424.065000', '145424.068000', '145424.071000', '145424.074000', '145424.085000', '145424.087000', '145424.090000', '145424.093000', '145424.096000', '145424.099000', '145424.102000', '145424.105000', '145424.108000', '145424.110000', '145424.113000', '145424.116000', '145443.985000', '145443.988000', '145443.991000', '145443.994000', '145443.997000', '145444.001000', '145444.003000', '145444.006000', '145444.009000', '145444.012000', '145444.015000', '145444.018000', '145444.021000', '145444.023000', '145444.026000', '145444.029000', '145444.032000', '145444.035000', '145444.038000', '145444.041000', '145444.044000', '145444.046000', '145444.049000', '145444.052000', '145444.055000', '145444.058000', '145444.067000', '145444.070000', '145444.072000', '145444.075000', '145444.078000', '145444.081000', '145444.084000', '145444.087000', '145444.090000', '145444.093000', '145444.095000', '145444.098000', '145444.101000', '145444.104000', '145444.108000', '145444.112000', '145444.114000', '145503.984000', '145503.987000', '145503.990000', '145503.993000', '145503.996000', '145504.000000', '145504.003000', '145504.005000', '145504.008000', '145504.011000', '145504.014000', '145504.017000', '145504.020000', '145504.022000', '145504.025000', '145504.028000', '145504.031000', '145504.034000', '145504.037000', '145504.040000', '145504.043000', '145504.046000', '145504.048000', '145504.051000', '145504.054000', '145504.057000', '145504.060000', '145504.063000', '145504.066000', '145504.069000', '145504.072000', '145504.075000', '145504.077000', '145504.080000', '145504.083000', '145504.086000', '145504.089000', '145504.092000', '145504.095000', '145504.098000', '145504.101000', '145504.103000', '145504.106000', '145504.109000', '145523.984000', '145523.987000', '145523.990000', '145523.993000', '145523.996000', '145524.000000', '145524.002000', '145524.005000', '145524.008000', '145524.011000', '145524.014000', '145524.017000', '145524.020000', '145524.022000', '145524.025000', '145524.028000', '145524.031000', '145524.034000', '145524.037000', '145524.040000', '145524.043000', '145524.045000', '145524.048000', '145524.051000', '145524.054000', '145524.057000', '145524.060000', '145524.063000', '145524.066000', '145524.069000', '145524.071000', '145524.074000', '145524.077000', '145524.080000', '145524.083000', '145524.086000', '145524.089000', '145524.091000', '145524.094000', '145524.097000', '145524.100000', '145524.103000', '145524.106000', '145543.984000', '145543.987000', '145543.990000', '145543.993000', '145543.996000', '145544.000000', '145544.002000', '145544.011000', '145544.014000', '145544.017000', '145544.019000', '145544.022000', '145544.025000', '145544.028000', '145544.031000', '145544.034000', '145544.037000', '145544.040000', '145544.043000', '145544.046000', '145544.048000', '145544.051000', '145544.054000', '145544.057000', '145544.060000', '145544.063000', '145544.065000', '145544.068000', '145544.082000', '145544.084000', '145544.087000', '145544.090000', '145544.093000', '145544.096000', '145544.099000', '145544.102000', '145544.105000', '145544.108000', '145544.110000', '145544.113000', '145544.116000', '145544.119000', '145544.122000', '145544.125000', '145603.984000', '145603.987000', '145603.990000', '145603.993000', '145603.996000', '145604.000000', '145604.002000', '145604.005000', '145604.008000', '145604.011000', '145604.014000', '145604.017000', '145604.019000', '145604.022000', '145604.025000', '145604.028000', '145604.031000', '145604.034000', '145604.037000', '145604.040000', '145604.043000', '145604.045000', '145604.048000', '145604.051000', '145604.054000', '145604.057000', '145604.060000', '145604.063000', '145604.066000', '145604.069000', '145604.071000', '145604.074000', '145604.077000', '145604.080000', '145604.083000', '145604.086000', '145604.088000', '145604.091000', '145604.094000', '145604.097000', '145604.100000', '145604.103000', '145604.106000', '145623.984000', '145623.987000', '145623.990000', '145623.993000', '145623.996000', '145624.000000', '145624.003000', '145624.006000', '145624.009000', '145624.012000', '145624.014000', '145624.017000', '145624.020000', '145624.023000', '145624.026000', '145624.029000', '145624.032000', '145624.034000', '145624.037000', '145624.040000', '145624.043000', '145624.046000', '145624.049000', '145624.052000', '145624.055000', '145624.058000', '145624.061000', '145624.064000', '145624.066000', '145624.069000', '145624.072000', '145624.075000', '145624.078000', '145624.081000', '145624.084000', '145624.086000', '145624.089000', '145624.092000', '145624.095000', '145624.098000', '145624.101000', '145624.104000', '145624.107000', '145643.984000', '145643.987000', '145643.990000', '145643.993000', '145643.996000', '145644.000000', '145644.002000', '145644.005000', '145644.008000', '145644.011000', '145644.014000', '145644.017000', '145644.020000', '145644.023000', '145644.026000', '145644.028000', '145644.031000', '145644.034000', '145644.037000', '145644.040000', '145644.043000', '145644.046000', '145644.048000', '145644.051000', '145644.054000', '145644.057000', '145644.060000', '145644.063000', '145644.066000', '145644.068000', '145644.071000', '145644.074000', '145644.077000', '145644.080000', '145644.083000', '145644.085000', '145644.088000', '145644.091000', '145644.094000', '145644.097000', '145644.100000', '145644.103000', '145644.106000', '145644.108000', '145655.798000', '145655.802000', '145655.805000', '145655.808000', '145655.811000', '145655.814000', '145655.817000', '145655.820000', '145655.824000', '145655.827000', '145655.831000', '145655.834000', '145655.837000', '145655.840000', '145655.843000', '145655.846000', '145655.849000', '145655.852000', '145655.855000', '145655.858000', '145655.861000', '145655.863000', '145655.866000', '145655.869000', '145655.872000', '145655.885000'], 'InstanceCreationTime': ['144704.018000', '144704.022000', '144704.025000', '144704.028000', '144704.031000', '144704.034000', '144704.036000', '144704.039000', '144704.042000', '144704.045000', '144704.048000', '144704.051000', '144704.054000', '144704.076000', '144704.079000', '144704.082000', '144704.085000', '144704.088000', '144704.091000', '144704.093000', '144704.096000', '144704.099000', '144704.102000', '144704.105000', '144704.108000', '144704.110000', '144704.113000', '144704.117000', '144704.120000', '144704.123000', '144704.126000', '144704.128000', '144704.131000', '144704.134000', '144704.137000', '144704.140000', '144704.143000', '144704.146000', '144704.148000', '144704.151000', '144704.154000', '144704.157000', '144704.160000', '144704.163000', '144704.166000', '144704.169000', '144704.171000', '144704.174000', '144723.984000', '144723.987000', '144723.990000', '144723.992000', '144723.995000', '144723.998000', '144724.002000', '144724.005000', '144724.008000', '144724.011000', '144724.013000', '144724.016000', '144724.019000', '144724.022000', '144724.025000', '144724.028000', '144724.030000', '144724.033000', '144724.036000', '144724.039000', '144724.042000', '144724.044000', '144724.047000', '144724.050000', '144724.053000', '144724.061000', '144724.064000', '144724.067000', '144724.070000', '144724.073000', '144724.076000', '144724.078000', '144724.081000', '144724.084000', '144724.087000', '144724.090000', '144724.093000', '144724.095000', '144724.098000', '144724.101000', '144724.104000', '144724.107000', '144724.110000', '144724.112000', '144743.985000', '144743.988000', '144743.991000', '144743.994000', '144743.996000', '144744.000000', '144744.003000', '144744.006000', '144744.009000', '144744.012000', '144744.015000', '144744.018000', '144744.020000', '144744.023000', '144744.026000', '144744.029000', '144744.032000', '144744.035000', '144744.037000', '144744.040000', '144744.043000', '144744.046000', '144744.049000', '144744.052000', '144744.054000', '144744.057000', '144744.070000', '144744.073000', '144744.076000', '144744.079000', '144744.082000', '144744.084000', '144744.087000', '144744.090000', '144744.093000', '144744.096000', '144744.099000', '144744.102000', '144744.105000', '144744.107000', '144744.110000', '144744.113000', '144744.116000', '144803.984000', '144803.987000', '144803.992000', '144803.996000', '144804.000000', '144804.003000', '144804.006000', '144804.009000', '144804.012000', '144804.015000', '144804.018000', '144804.021000', '144804.023000', '144804.026000', '144804.029000', '144804.032000', '144804.035000', '144804.038000', '144804.040000', '144804.043000', '144804.046000', '144804.049000', '144804.052000', '144804.055000', '144804.058000', '144804.060000', '144804.063000', '144804.066000', '144804.069000', '144804.072000', '144804.075000', '144804.078000', '144804.080000', '144804.083000', '144804.086000', '144804.089000', '144804.092000', '144804.095000', '144804.098000', '144804.101000', '144804.104000', '144804.106000', '144804.109000', '144823.984000', '144823.987000', '144823.990000', '144823.993000', '144823.996000', '144823.998000', '144824.002000', '144824.005000', '144824.008000', '144824.011000', '144824.014000', '144824.017000', '144824.019000', '144824.022000', '144824.025000', '144824.028000', '144824.031000', '144824.034000', '144824.037000', '144824.039000', '144824.042000', '144824.045000', '144824.048000', '144824.051000', '144824.054000', '144824.057000', '144824.059000', '144824.062000', '144824.065000', '144824.068000', '144824.071000', '144824.074000', '144824.077000', '144824.079000', '144824.082000', '144824.085000', '144824.088000', '144824.091000', '144824.094000', '144824.096000', '144824.099000', '144824.102000', '144824.105000', '144824.108000', '144843.984000', '144843.987000', '144843.990000', '144843.993000', '144844.009000', '144844.012000', '144844.015000', '144844.018000', '144844.021000', '144844.024000', '144844.026000', '144844.029000', '144844.032000', '144844.035000', '144844.038000', '144844.041000', '144844.043000', '144844.046000', '144844.049000', '144844.052000', '144844.055000', '144844.058000', '144844.061000', '144844.063000', '144844.066000', '144844.069000', '144844.072000', '144844.075000', '144844.078000', '144844.081000', '144844.083000', '144844.086000', '144844.089000', '144844.092000', '144844.095000', '144844.098000', '144844.101000', '144844.104000', '144844.114000', '144844.117000', '144844.120000', '144844.123000', '144844.126000', '144903.984000', '144903.987000', '144903.990000', '144903.993000', '144903.996000', '144904.000000', '144904.002000', '144904.005000', '144904.008000', '144904.011000', '144904.014000', '144904.017000', '144904.020000', '144904.023000', '144904.025000', '144904.028000', '144904.031000', '144904.034000', '144904.037000', '144904.040000', '144904.043000', '144904.046000', '144904.048000', '144904.051000', '144904.054000', '144904.057000', '144904.060000', '144904.063000', '144904.066000', '144904.069000', '144904.071000', '144904.074000', '144904.077000', '144904.080000', '144904.083000', '144904.086000', '144904.089000', '144904.091000', '144904.094000', '144904.097000', '144904.100000', '144904.103000', '144904.106000', '144904.109000', '144923.984000', '144923.987000', '144923.990000', '144923.993000', '144923.996000', '144924.000000', '144924.002000', '144924.005000', '144924.008000', '144924.011000', '144924.014000', '144924.017000', '144924.020000', '144924.023000', '144924.027000', '144924.030000', '144924.033000', '144924.036000', '144924.038000', '144924.041000', '144924.044000', '144924.047000', '144924.050000', '144924.053000', '144924.055000', '144924.058000', '144924.061000', '144924.064000', '144924.067000', '144924.070000', '144924.073000', '144924.076000', '144924.079000', '144924.081000', '144924.084000', '144924.087000', '144924.090000', '144924.093000', '144924.096000', '144924.098000', '144924.101000', '144924.104000', '144924.113000', '144943.984000', '144943.987000', '144943.990000', '144943.993000', '144943.996000', '144944.000000', '144944.002000', '144944.005000', '144944.008000', '144944.011000', '144944.014000', '144944.017000', '144944.019000', '144944.022000', '144944.025000', '144944.028000', '144944.031000', '144944.034000', '144944.037000', '144944.040000', '144944.042000', '144944.045000', '144944.048000', '144944.051000', '144944.054000', '144944.057000', '144944.060000', '144944.062000', '144944.065000', '144944.068000', '144944.071000', '144944.074000', '144944.077000', '144944.080000', '144944.082000', '144944.085000', '144944.088000', '144944.091000', '144944.094000', '144944.097000', '144944.100000', '144944.102000', '144944.105000', '144944.108000', '145003.985000', '145003.988000', '145003.991000', '145003.994000', '145003.997000', '145004.001000', '145004.003000', '145004.006000', '145004.009000', '145004.012000', '145004.015000', '145004.018000', '145004.020000', '145004.023000', '145004.026000', '145004.029000', '145004.032000', '145004.035000', '145004.038000', '145004.041000', '145004.043000', '145004.046000', '145004.049000', '145004.052000', '145004.055000', '145004.058000', '145004.061000', '145004.064000', '145004.067000', '145004.070000', '145004.073000', '145004.075000', '145004.078000', '145004.081000', '145004.084000', '145004.087000', '145004.090000', '145004.093000', '145004.095000', '145004.098000', '145004.101000', '145004.104000', '145004.107000', '145023.998000', '145024.002000', '145024.005000', '145024.008000', '145024.011000', '145024.014000', '145024.017000', '145024.019000', '145024.022000', '145024.025000', '145024.028000', '145024.031000', '145024.034000', '145024.036000', '145024.039000', '145024.042000', '145024.045000', '145024.048000', '145024.051000', '145024.054000', '145024.057000', '145024.059000', '145024.062000', '145024.065000', '145024.068000', '145024.071000', '145024.074000', '145024.077000', '145024.079000', '145024.082000', '145024.085000', '145024.088000', '145024.091000', '145024.094000', '145024.097000', '145024.099000', '145024.102000', '145024.105000', '145024.108000', '145024.111000', '145024.114000', '145024.116000', '145024.119000', '145024.122000', '145043.984000', '145043.987000', '145043.990000', '145043.993000', '145043.996000', '145044.000000', '145044.003000', '145044.006000', '145044.009000', '145044.012000', '145044.014000', '145044.017000', '145044.020000', '145044.023000', '145044.026000', '145044.029000', '145044.032000', '145044.035000', '145044.037000', '145044.040000', '145044.043000', '145044.046000', '145044.049000', '145044.052000', '145044.055000', '145044.058000', '145044.061000', '145044.063000', '145044.066000', '145044.070000', '145044.073000', '145044.076000', '145044.079000', '145044.099000', '145044.102000', '145044.105000', '145044.108000', '145044.111000', '145044.114000', '145044.116000', '145044.119000', '145044.122000', '145044.125000', '145103.984000', '145103.987000', '145103.990000', '145103.993000', '145103.996000', '145104.000000', '145104.002000', '145104.005000', '145104.008000', '145104.011000', '145104.014000', '145104.017000', '145104.020000', '145104.023000', '145104.025000', '145104.028000', '145104.031000', '145104.034000', '145104.037000', '145104.040000', '145104.043000', '145104.046000', '145104.048000', '145104.051000', '145104.054000', '145104.057000', '145104.060000', '145104.063000', '145104.066000', '145104.068000', '145104.071000', '145104.074000', '145104.077000', '145104.080000', '145104.083000', '145104.086000', '145104.088000', '145104.091000', '145104.094000', '145104.097000', '145104.100000', '145104.103000', '145104.106000', '145104.109000', '145123.984000', '145123.987000', '145123.990000', '145123.993000', '145123.996000', '145124.000000', '145124.003000', '145124.005000', '145124.008000', '145124.011000', '145124.014000', '145124.017000', '145124.020000', '145124.023000', '145124.026000', '145124.028000', '145124.031000', '145124.034000', '145124.037000', '145124.040000', '145124.043000', '145124.046000', '145124.048000', '145124.051000', '145124.054000', '145124.057000', '145124.060000', '145124.063000', '145124.066000', '145124.069000', '145124.072000', '145124.075000', '145124.078000', '145124.081000', '145124.083000', '145124.086000', '145124.089000', '145124.092000', '145124.095000', '145124.098000', '145124.101000', '145124.104000', '145124.106000', '145143.984000', '145143.987000', '145143.990000', '145143.993000', '145143.996000', '145143.998000', '145144.002000', '145144.005000', '145144.008000', '145144.011000', '145144.014000', '145144.017000', '145144.019000', '145144.022000', '145144.025000', '145144.028000', '145144.031000', '145144.034000', '145144.037000', '145144.039000', '145144.042000', '145144.045000', '145144.048000', '145144.051000', '145144.054000', '145144.070000', '145144.072000', '145144.075000', '145144.078000', '145144.081000', '145144.084000', '145144.087000', '145144.090000', '145144.092000', '145144.095000', '145144.098000', '145144.101000', '145144.104000', '145144.107000', '145144.110000', '145144.113000', '145144.115000', '145144.118000', '145144.121000', '145203.984000', '145203.987000', '145203.990000', '145203.993000', '145203.996000', '145204.000000', '145204.003000', '145204.005000', '145204.008000', '145204.011000', '145204.014000', '145204.017000', '145204.020000', '145204.023000', '145204.026000', '145204.029000', '145204.032000', '145204.035000', '145204.038000', '145204.041000', '145204.044000', '145204.047000', '145204.050000', '145204.053000', '145204.056000', '145204.059000', '145204.061000', '145204.064000', '145204.067000', '145204.070000', '145204.073000', '145204.076000', '145204.079000', '145204.082000', '145204.086000', '145204.089000', '145204.092000', '145204.095000', '145204.098000', '145204.100000', '145204.103000', '145204.106000', '145204.109000', '145223.985000', '145223.988000', '145223.991000', '145223.994000', '145223.997000', '145224.001000', '145224.003000', '145224.006000', '145224.009000', '145224.012000', '145224.015000', '145224.018000', '145224.021000', '145224.024000', '145224.026000', '145224.029000', '145224.032000', '145224.035000', '145224.038000', '145224.041000', '145224.044000', '145224.046000', '145224.049000', '145224.052000', '145224.055000', '145224.058000', '145224.061000', '145224.064000', '145224.066000', '145224.069000', '145224.072000', '145224.075000', '145224.078000', '145224.081000', '145224.084000', '145224.086000', '145224.089000', '145224.092000', '145224.095000', '145224.098000', '145224.101000', '145224.104000', '145224.106000', '145224.109000', '145243.984000', '145243.987000', '145243.990000', '145243.993000', '145243.996000', '145244.000000', '145244.002000', '145244.005000', '145244.008000', '145244.011000', '145244.014000', '145244.017000', '145244.020000', '145244.022000', '145244.025000', '145244.028000', '145244.031000', '145244.034000', '145244.037000', '145244.039000', '145244.042000', '145244.045000', '145244.048000', '145244.051000', '145244.054000', '145244.057000', '145244.059000', '145244.062000', '145244.065000', '145244.068000', '145244.071000', '145244.074000', '145244.076000', '145244.079000', '145244.082000', '145244.085000', '145244.088000', '145244.091000', '145244.094000', '145244.097000', '145244.099000', '145244.102000', '145244.105000', '145303.984000', '145303.987000', '145303.990000', '145303.993000', '145303.996000', '145304.000000', '145304.002000', '145304.005000', '145304.008000', '145304.011000', '145304.014000', '145304.017000', '145304.020000', '145304.022000', '145304.025000', '145304.028000', '145304.031000', '145304.034000', '145304.037000', '145304.040000', '145304.042000', '145304.045000', '145304.048000', '145304.051000', '145304.054000', '145304.057000', '145304.060000', '145304.063000', '145304.065000', '145304.068000', '145304.071000', '145304.074000', '145304.077000', '145304.080000', '145304.082000', '145304.100000', '145304.102000', '145304.105000', '145304.108000', '145304.111000', '145304.114000', '145304.117000', '145304.120000', '145304.122000', '145323.984000', '145323.987000', '145323.990000', '145323.993000', '145323.996000', '145323.998000', '145324.002000', '145324.005000', '145324.008000', '145324.011000', '145324.014000', '145324.017000', '145324.020000', '145324.022000', '145324.025000', '145324.028000', '145324.031000', '145324.034000', '145324.037000', '145324.040000', '145324.042000', '145324.045000', '145324.048000', '145324.051000', '145324.054000', '145324.057000', '145324.060000', '145324.063000', '145324.065000', '145324.070000', '145324.073000', '145324.076000', '145324.079000', '145324.082000', '145324.085000', '145324.088000', '145324.090000', '145324.093000', '145324.096000', '145324.099000', '145324.102000', '145324.105000', '145324.107000', '145343.984000', '145343.998000', '145344.002000', '145344.005000', '145344.007000', '145344.010000', '145344.013000', '145344.016000', '145344.019000', '145344.022000', '145344.025000', '145344.028000', '145344.031000', '145344.035000', '145344.038000', '145344.041000', '145344.044000', '145344.047000', '145344.050000', '145344.053000', '145344.055000', '145344.058000', '145344.068000', '145344.071000', '145344.073000', '145344.076000', '145344.079000', '145344.082000', '145344.085000', '145344.088000', '145344.090000', '145344.093000', '145344.096000', '145344.099000', '145344.102000', '145344.105000', '145344.108000', '145344.110000', '145344.113000', '145344.116000', '145344.119000', '145344.122000', '145344.125000', '145403.984000', '145403.987000', '145403.990000', '145403.993000', '145403.996000', '145404.000000', '145404.003000', '145404.005000', '145404.008000', '145404.011000', '145404.014000', '145404.017000', '145404.020000', '145404.023000', '145404.026000', '145404.028000', '145404.031000', '145404.034000', '145404.037000', '145404.040000', '145404.043000', '145404.046000', '145404.049000', '145404.052000', '145404.054000', '145404.057000', '145404.060000', '145404.063000', '145404.066000', '145404.069000', '145404.072000', '145404.074000', '145404.077000', '145404.080000', '145404.083000', '145404.086000', '145404.089000', '145404.092000', '145404.095000', '145404.097000', '145404.100000', '145404.103000', '145404.106000', '145404.109000', '145423.984000', '145423.987000', '145423.990000', '145423.993000', '145423.996000', '145424.000000', '145424.002000', '145424.005000', '145424.008000', '145424.011000', '145424.014000', '145424.017000', '145424.019000', '145424.022000', '145424.025000', '145424.028000', '145424.031000', '145424.034000', '145424.037000', '145424.039000', '145424.042000', '145424.045000', '145424.048000', '145424.051000', '145424.054000', '145424.057000', '145424.060000', '145424.062000', '145424.065000', '145424.068000', '145424.071000', '145424.074000', '145424.085000', '145424.087000', '145424.090000', '145424.093000', '145424.096000', '145424.099000', '145424.102000', '145424.105000', '145424.108000', '145424.110000', '145424.113000', '145424.116000', '145443.985000', '145443.988000', '145443.991000', '145443.994000', '145443.997000', '145444.001000', '145444.003000', '145444.006000', '145444.009000', '145444.012000', '145444.015000', '145444.018000', '145444.021000', '145444.023000', '145444.026000', '145444.029000', '145444.032000', '145444.035000', '145444.038000', '145444.041000', '145444.044000', '145444.046000', '145444.049000', '145444.052000', '145444.055000', '145444.058000', '145444.067000', '145444.070000', '145444.072000', '145444.075000', '145444.078000', '145444.081000', '145444.084000', '145444.087000', '145444.090000', '145444.093000', '145444.095000', '145444.098000', '145444.101000', '145444.104000', '145444.108000', '145444.112000', '145444.114000', '145503.984000', '145503.987000', '145503.990000', '145503.993000', '145503.996000', '145504.000000', '145504.003000', '145504.005000', '145504.008000', '145504.011000', '145504.014000', '145504.017000', '145504.020000', '145504.022000', '145504.025000', '145504.028000', '145504.031000', '145504.034000', '145504.037000', '145504.040000', '145504.043000', '145504.046000', '145504.048000', '145504.051000', '145504.054000', '145504.057000', '145504.060000', '145504.063000', '145504.066000', '145504.069000', '145504.072000', '145504.075000', '145504.077000', '145504.080000', '145504.083000', '145504.086000', '145504.089000', '145504.092000', '145504.095000', '145504.098000', '145504.101000', '145504.103000', '145504.106000', '145504.109000', '145523.984000', '145523.987000', '145523.990000', '145523.993000', '145523.996000', '145524.000000', '145524.002000', '145524.005000', '145524.008000', '145524.011000', '145524.014000', '145524.017000', '145524.020000', '145524.022000', '145524.025000', '145524.028000', '145524.031000', '145524.034000', '145524.037000', '145524.040000', '145524.043000', '145524.045000', '145524.048000', '145524.051000', '145524.054000', '145524.057000', '145524.060000', '145524.063000', '145524.066000', '145524.069000', '145524.071000', '145524.074000', '145524.077000', '145524.080000', '145524.083000', '145524.086000', '145524.089000', '145524.091000', '145524.094000', '145524.097000', '145524.100000', '145524.103000', '145524.106000', '145543.984000', '145543.987000', '145543.990000', '145543.993000', '145543.996000', '145544.000000', '145544.002000', '145544.011000', '145544.014000', '145544.017000', '145544.019000', '145544.022000', '145544.025000', '145544.028000', '145544.031000', '145544.034000', '145544.037000', '145544.040000', '145544.043000', '145544.046000', '145544.048000', '145544.051000', '145544.054000', '145544.057000', '145544.060000', '145544.063000', '145544.065000', '145544.068000', '145544.082000', '145544.084000', '145544.087000', '145544.090000', '145544.093000', '145544.096000', '145544.099000', '145544.102000', '145544.105000', '145544.108000', '145544.110000', '145544.113000', '145544.116000', '145544.119000', '145544.122000', '145544.125000', '145603.984000', '145603.987000', '145603.990000', '145603.993000', '145603.996000', '145604.000000', '145604.002000', '145604.005000', '145604.008000', '145604.011000', '145604.014000', '145604.017000', '145604.019000', '145604.022000', '145604.025000', '145604.028000', '145604.031000', '145604.034000', '145604.037000', '145604.040000', '145604.043000', '145604.045000', '145604.048000', '145604.051000', '145604.054000', '145604.057000', '145604.060000', '145604.063000', '145604.066000', '145604.069000', '145604.071000', '145604.074000', '145604.077000', '145604.080000', '145604.083000', '145604.086000', '145604.088000', '145604.091000', '145604.094000', '145604.097000', '145604.100000', '145604.103000', '145604.106000', '145623.984000', '145623.987000', '145623.990000', '145623.993000', '145623.996000', '145624.000000', '145624.003000', '145624.006000', '145624.009000', '145624.012000', '145624.014000', '145624.017000', '145624.020000', '145624.023000', '145624.026000', '145624.029000', '145624.032000', '145624.034000', '145624.037000', '145624.040000', '145624.043000', '145624.046000', '145624.049000', '145624.052000', '145624.055000', '145624.058000', '145624.061000', '145624.064000', '145624.066000', '145624.069000', '145624.072000', '145624.075000', '145624.078000', '145624.081000', '145624.084000', '145624.086000', '145624.089000', '145624.092000', '145624.095000', '145624.098000', '145624.101000', '145624.104000', '145624.107000', '145643.984000', '145643.987000', '145643.990000', '145643.993000', '145643.996000', '145644.000000', '145644.002000', '145644.005000', '145644.008000', '145644.011000', '145644.014000', '145644.017000', '145644.020000', '145644.023000', '145644.026000', '145644.028000', '145644.031000', '145644.034000', '145644.037000', '145644.040000', '145644.043000', '145644.046000', '145644.048000', '145644.051000', '145644.054000', '145644.057000', '145644.060000', '145644.063000', '145644.066000', '145644.068000', '145644.071000', '145644.074000', '145644.077000', '145644.080000', '145644.083000', '145644.085000', '145644.088000', '145644.091000', '145644.094000', '145644.097000', '145644.100000', '145644.103000', '145644.106000', '145644.108000', '145655.798000', '145655.802000', '145655.805000', '145655.808000', '145655.811000', '145655.814000', '145655.817000', '145655.820000', '145655.824000', '145655.827000', '145655.831000', '145655.834000', '145655.837000', '145655.840000', '145655.843000', '145655.846000', '145655.849000', '145655.852000', '145655.855000', '145655.858000', '145655.861000', '145655.863000', '145655.866000', '145655.869000', '145655.872000', '145655.885000'], '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': [14150, 16126, 14708, 13532, 15120, 13134, 14449, 13195, 14182, 11770, 13902, 11985, 13608, 11476, 13590, 10805, 12925, 11395, 14262, 11281, 13337, 11283, 13204, 11595, 12950, 11072, 13192, 10963, 12532, 10975, 12605, 10063, 12170, 9853, 12313, 9964, 12145, 9554, 11777, 9631, 12542, 9723, 12043, 9439, 12392, 10143, 12833, 10215, 13036, 10286, 13833, 11175, 13029, 10567, 13440, 10697, 13927, 11159, 13927, 11209, 15436, 11675, 14182, 11044, 14869, 10714, 14226, 11239, 15326, 10819, 14583, 10816, 14065, 10681, 13596, 10004, 13046, 10155, 12676, 11407, 13340, 10964, 12219, 12707, 11399, 14727, 11214, 13457, 10289, 12892, 10117, 13395, 9536, 11783, 10244, 13016, 11154, 14066, 10058, 13603, 10338, 13369, 10841, 13639, 11365, 12498, 12965, 12164, 17278, 11944, 14148, 11535, 13845, 11898, 13472, 10646, 13289, 11220, 12631, 12919, 12040, 14863, 11066, 13811, 11104, 12844, 10926, 12765, 9439, 11755, 11319, 11225, 12513, 10884, 13898, 10546, 12658, 10244, 11986, 10110, 11266, 11385, 10447, 14661, 11034, 12670, 9904, 12088, 9301, 11891, 10527, 12117, 11143, 11169, 13778, 10519, 14473, 11120, 14231, 9768, 12696, 10744, 11760, 15007, 10594, 14391, 10246, 12588, 10771, 12264, 14264, 10962, 13705, 10494, 13009, 10540, 11534, 13849, 11315, 14534, 10773, 14029, 10728, 13467, 10957, 13365, 10339, 12490, 9944, 12403, 10022, 12902, 9882, 12573, 9740, 12474, 10902, 13033, 10419, 12542, 11469, 11801, 12857, 12069, 12827, 11780, 13967, 11231, 16262, 11914, 14602, 11317, 13510, 10990, 13221, 10331, 13219, 10459, 12014, 11978, 12072, 14619, 11119, 15475, 11223, 14279, 10754, 13474, 10085, 11924, 10834, 13508, 11054, 12463, 11409, 12530, 12997, 11930, 16183, 11526, 13707, 11409, 13199, 10645, 12835, 10649, 12557, 12014, 12315, 13364, 11278, 14014, 11155, 12935, 11256, 12584, 9840, 12107, 10226, 11570, 11253, 11330, 13408, 10737, 13960, 11068, 12899, 10820, 12796, 9954, 11870, 9698, 13378, 9703, 11540, 10035, 12714, 10977, 12707, 11195, 12210, 13689, 11044, 13676, 11306, 13521, 10688, 12933, 10614, 13121, 10091, 12062, 11763, 11845, 13969, 11339, 14313, 11182, 12949, 10454, 12809, 10563, 11874, 13730, 11220, 14451, 10861, 13328, 10773, 13026, 10822, 12771, 9687, 12232, 11353, 11404, 14603, 11356, 13314, 10793, 12780, 10198, 12697, 10871, 11930, 12891, 10966, 14240, 11521, 12420, 10251, 11210, 11105, 11451, 12065, 9766, 13347, 9833, 12333, 9783, 9552, 12326, 10049, 12776, 10591, 10513, 13330, 10309, 14509, 10791, 14476, 11468, 16563, 12881, 16639, 12931, 16489, 11895, 14530, 10819, 12436, 10775, 12716, 10265, 12331, 10723, 12036, 14313, 10812, 14184, 10635, 12852, 10101, 13001, 10069, 12181, 13197, 10090, 13143, 10239, 12077, 9588, 11977, 9108, 11345, 9293, 10683, 11455, 10123, 12799, 10099, 12055, 9719, 11328, 9504, 11565, 9567, 11770, 11237, 10805, 14186, 10481, 13015, 10555, 13041, 10142, 13001, 10655, 13086, 10635, 13183, 10410, 13671, 11706, 15434, 11321, 15833, 11325, 14933, 10819, 13438, 10783, 13257, 12675, 12242, 16314, 11267, 14483, 11598, 13689, 11085, 13268, 10977, 11891, 12642, 11367, 15492, 11875, 14241, 11059, 13536, 10304, 13055, 10779, 11721, 11495, 11120, 14674, 11280, 16123, 11117, 13190, 10483, 12418, 10364, 11761, 11720, 10672, 14914, 11524, 13366, 10560, 12426, 9781, 12149, 10129, 11499, 11518, 10691, 14633, 10802, 14062, 10414, 13079, 9752, 13038, 10376, 11763, 13196, 10408, 13903, 10911, 13079, 9443, 11223, 10878, 10653, 14265, 10101, 13631, 9368, 11948, 10141, 11348, 13338, 10101, 13792, 9745, 12464, 10407, 11400, 15436, 10566, 13262, 9505, 12438, 10244, 11648, 15353, 10561, 13340, 10205, 12648, 9773, 11804, 14697, 10940, 14648, 10634, 13225, 10022, 12020, 10816, 12178, 14379, 10554, 14194, 10276, 13043, 10012, 12521, 10587, 12343, 14551, 11065, 14554, 10647, 13829, 9948, 12440, 10959, 12243, 14097, 11825, 15212, 10522, 14226, 10277, 13065, 9938, 12121, 10650, 11796, 15057, 11606, 15057, 10753, 14126, 10024, 13255, 10664, 13307, 10829, 13332, 11966, 12737, 16655, 11426, 14954, 11525, 14315, 10566, 13825, 11363, 12856, 12502, 11818, 16778, 11203, 15438, 11417, 14307, 10263, 12120, 10824, 12297, 15300, 11528, 15840, 10731, 14295, 10483, 12871, 10121, 12579, 9711, 12091, 9276, 11655, 9189, 11960, 8568, 9313, 12478, 9809, 9933, 13680, 9516, 15338, 9899, 14241, 13531, 12969, 18906, 12800, 17828, 13225, 18903, 13578, 18126, 13713, 20362, 13302, 18972, 12301, 14863, 11902, 14164, 11009, 13537, 11138, 12461, 14097, 12495, 15070, 11101, 12875, 10966, 12552, 10376, 11793, 9448, 11342, 9506, 10864, 11405, 10790, 11849, 10295, 12588, 9628, 14231, 9616, 13187, 9762, 14486, 9818, 13893, 9729, 14552, 9958, 12259, 10528, 9861, 12793, 10112, 13202, 10107, 12859, 10153, 12449, 10273, 13180, 10290, 13947, 10664, 14359, 10982, 15051, 11013, 16915, 11421, 15900, 12020, 15487, 12013, 14957, 11401, 14264, 11566, 13904, 11516, 13759, 11679, 12871, 12965, 12013, 16123, 12234, 14360, 11205, 13522, 10804, 13629, 10984, 12244, 11180, 11678, 12281, 11444, 14272, 11476, 14812, 10881, 12887, 10350, 12882, 10345, 12645, 9311, 11634, 9738, 12036, 10185, 11611, 12418, 10202, 13964, 10458, 13267, 10348, 13143, 9882, 11969, 10504, 12241, 13908, 10971, 14997, 10802, 14225, 10272, 13812, 10211, 13394, 10816, 12088, 12055, 10978, 14936, 11477, 15092, 11070, 14102, 10538, 13991, 10301, 12802, 9918, 12114, 10737, 11935, 13874, 11066, 14595, 11040, 13896, 10396, 12527, 10535, 12384, 10537, 11417, 16094, 11042, 14711, 10939, 14124, 9588, 12406, 10280, 12574, 10841, 11821, 14719, 10587, 14721, 11258, 14651, 10597, 13833, 10006, 13405, 10804, 13490, 10508, 12926, 12275, 11703, 15296, 12006, 14670, 10893, 14509, 10612, 13427, 10795, 12459, 16934, 11439, 15247, 10885, 13605, 10649, 12197, 15272, 11047, 15053, 10782, 12782, 9562, 11891, 12054, 11640, 14655, 10983, 13756, 9942, 13068, 9557, 12526, 9483, 12084, 12613, 11052, 14415, 10938, 14039, 10130, 13585, 9744, 13046, 9969, 13232, 10203, 12536, 10977, 12646, 11632, 12317, 13413, 11636, 15667, 12018, 14455, 11387, 15155, 11516, 15147, 11744, 15302, 11035, 14249, 11628, 14363, 11241, 13100, 11244, 12634, 14124, 12380, 17243, 11605, 14473, 11564, 14448, 11590, 14287, 11515, 13291, 11540, 12547, 13751, 12117, 14171, 10991, 13760, 11223, 13070, 10859, 13110, 10087, 12813, 10919, 12049, 12736, 10561, 13900, 10946, 13319, 9459, 12803, 10434, 11965, 11989, 11086, 13319, 10838, 12873, 9943, 12356, 9734, 12446, 9719, 12167, 12463, 10581, 13799, 10840, 13337, 9479, 13479, 10357, 12059, 13891, 10928, 14161, 9973, 12941, 10137, 13068, 10417, 11088, 11092, 11107, 13467, 11006, 13220, 10383, 9981, 12222, 10178, 14668, 11201, 11625, 13461, 10424, 16055, 12041, 15109, 11887, 14826, 11131, 13900, 10506, 13043, 17483, 12265, 16286, 11534, 14063, 11537, 14752, 11604, 13398, 9495, 12792, 9333, 13104, 9567, 12701, 8947, 11522, 9349, 11285, 14627, 10449, 13174, 9867, 12061, 9482, 12540, 9771, 11147, 14294, 10349, 13245, 9302, 12930, 9104, 12071, 11208, 10695, 14531, 10439, 14093, 9472, 12710, 9684, 12092, 12265, 11174, 15878, 11187, 14437, 9688, 13058, 8990, 12609, 12642, 13269, 17370, 11548, 14287, 10192, 13023, 9486, 13510, 9728, 13254, 9452, 14112, 9594, 13937, 9300, 12543, 9855, 12677, 12267, 12366, 14863, 11504, 15064, 10935, 14405, 11203, 13991, 10503, 14270, 9887, 14876, 10806, 14342, 10173, 13987, 11006, 13682, 12404, 12892, 11384, 13372, 12007, 12479, 14851, 11817, 16824, 11832, 14317, 11381, 13633, 10599, 13788, 11361, 13228, 12443, 11134, 14214, 11124, 12990, 11077, 13336, 10149, 12939, 9851, 12720, 9806, 12215, 11076, 12691, 10600, 11880, 10024, 12243, 10498, 12980, 11195, 12499, 9872, 12747, 10285, 12307, 11799, 11965, 10355, 12337, 10721, 11776, 12173, 12016, 9678, 10900, 12824, 11783, 11427, 12445, 9746, 14382, 11165, 9294, 13399, 11352, 9805, 13603, 10887, 14391, 11279, 14184, 10916, 13852, 10305, 14087, 11131, 14483, 15938, 12426, 15366, 11943, 14336, 10059, 13926, 10313, 13418, 15480, 11994, 13307, 9978, 13057, 8796, 13110, 10047, 11398, 14146, 10677, 12609, 9525, 11598, 10058, 11830, 15163, 12535, 14557, 9798, 11588, 9353, 10177, 10274, 9290, 13425, 10166, 12860, 11009, 13280, 12194, 10102, 15389, 11456, 14371, 14479, 11753, 14941, 11459, 14744, 10724, 14690, 11539, 14186, 10428, 14205, 9884, 15398, 12013, 15380, 11406, 15033, 10530, 14160, 10773, 13194, 15845, 11489, 14937, 11431, 14046, 10632, 13418, 15607, 12028, 15838, 11650, 15412, 11456, 15379, 12010, 10662, 13404, 9276, 14578, 10599, 12845, 15068, 10801, 16487, 11305, 14519, 9889, 15010, 11676, 14011, 10420, 13725, 11879, 12007, 12444, 12101, 11819, 13645, 12803, 12216, 14774, 11026, 13981, 10064, 13137, 10568, 11236, 15267, 10883, 13144, 9850, 13081, 9147, 11921, 12959, 11147, 13558, 10834, 13647, 10387, 13339, 9087, 12303, 12285, 10526, 15039, 11259, 12463, 9390, 12299, 9237, 13179, 9901, 12873, 9561, 11881, 12024, 11237, 13424, 10205, 12992, 10201, 12872, 9533, 13080, 9248, 12956, 9592, 12086, 14694, 11223, 14999, 11547, 14678, 10658, 14149, 9553, 14589, 10027, 14750, 14915, 11947, 15729, 11948, 15357, 11435, 15211, 9936, 14734, 11307, 13471, 14961, 11591, 14547, 10899, 13764, 11378, 13933, 10769, 10374, 14124, 10406, 9034, 9131, 9087, 10163, 12250, 10375, 14231, 11649, 14336, 11579, 13414, 11139, 14420, 10058, 15267, 11553, 14370, 16308, 12682, 16082, 12093, 15414, 11242, 14505, 12597], 'WindowCenter': [5281.0, 5256.0, 5233.0, 5198.0, 5202.0, 5169.0, 5179.0, 5165.0, 5165.0, 5141.0, 5152.0, 5143.0, 5150.0, 5130.0, 5139.0, 5121.0, 5140.0, 5131.0, 5150.0, 5130.0, 5150.0, 5132.0, 5138.0, 5131.0, 5137.0, 5120.0, 5136.0, 5129.0, 5130.0, 5120.0, 5127.0, 5108.0, 5131.0, 5124.0, 5131.0, 5112.0, 5129.0, 5112.0, 5141.0, 5113.0, 5139.0, 5113.0, 5145.0, 5125.0, 5154.0, 5132.0, 5153.0, 5135.0, 5166.0, 5147.0, 5164.0, 5145.0, 5152.0, 5134.0, 5163.0, 5147.0, 5162.0, 5146.0, 5162.0, 5149.0, 5175.0, 5148.0, 5163.0, 5144.0, 5173.0, 5147.0, 5164.0, 5134.0, 5172.0, 5135.0, 5164.0, 5134.0, 5165.0, 5135.0, 5163.0, 5123.0, 5155.0, 5134.0, 5166.0, 5143.0, 5163.0, 5131.0, 5156.0, 5150.0, 5143.0, 5170.0, 5143.0, 5163.0, 5146.0, 5164.0, 5135.0, 5165.0, 5123.0, 5142.0, 5135.0, 5167.0, 5147.0, 5162.0, 5126.0, 5164.0, 5138.0, 5162.0, 5137.0, 5166.0, 5128.0, 5146.0, 5153.0, 5141.0, 5169.0, 5130.0, 5139.0, 5131.0, 5140.0, 5120.0, 5129.0, 5107.0, 5124.0, 5120.0, 5131.0, 5125.0, 5117.0, 5132.0, 5108.0, 5135.0, 5118.0, 5129.0, 5111.0, 5127.0, 5086.0, 5128.0, 5120.0, 5130.0, 5129.0, 5119.0, 5141.0, 5123.0, 5142.0, 5111.0, 5132.0, 5108.0, 5120.0, 5130.0, 5124.0, 5149.0, 5122.0, 5141.0, 5114.0, 5133.0, 5114.0, 5143.0, 5121.0, 5141.0, 5129.0, 5133.0, 5149.0, 5132.0, 5160.0, 5134.0, 5165.0, 5126.0, 5154.0, 5121.0, 5144.0, 5159.0, 5123.0, 5161.0, 5121.0, 5141.0, 5116.0, 5143.0, 5148.0, 5120.0, 5149.0, 5120.0, 5138.0, 5119.0, 5142.0, 5150.0, 5132.0, 5150.0, 5121.0, 5146.0, 5131.0, 5152.0, 5130.0, 5151.0, 5124.0, 5142.0, 5133.0, 5155.0, 5123.0, 5153.0, 5123.0, 5151.0, 5138.0, 5165.0, 5134.0, 5167.0, 5134.0, 5156.0, 5157.0, 5157.0, 5150.0, 5154.0, 5149.0, 5144.0, 5160.0, 5143.0, 5168.0, 5146.0, 5162.0, 5133.0, 5155.0, 5135.0, 5150.0, 5123.0, 5140.0, 5122.0, 5141.0, 5130.0, 5143.0, 5150.0, 5129.0, 5161.0, 5130.0, 5159.0, 5121.0, 5139.0, 5108.0, 5130.0, 5130.0, 5151.0, 5121.0, 5141.0, 5121.0, 5142.0, 5138.0, 5128.0, 5155.0, 5118.0, 5150.0, 5130.0, 5130.0, 5107.0, 5126.0, 5108.0, 5129.0, 5117.0, 5118.0, 5125.0, 5107.0, 5136.0, 5120.0, 5125.0, 5107.0, 5125.0, 5096.0, 5128.0, 5120.0, 5133.0, 5118.0, 5122.0, 5137.0, 5121.0, 5160.0, 5132.0, 5140.0, 5119.0, 5140.0, 5112.0, 5141.0, 5113.0, 5152.0, 5111.0, 5132.0, 5136.0, 5154.0, 5129.0, 5153.0, 5132.0, 5154.0, 5163.0, 5144.0, 5154.0, 5135.0, 5155.0, 5134.0, 5152.0, 5123.0, 5143.0, 5110.0, 5143.0, 5141.0, 5142.0, 5151.0, 5121.0, 5149.0, 5120.0, 5132.0, 5110.0, 5130.0, 5110.0, 5132.0, 5140.0, 5123.0, 5137.0, 5115.0, 5137.0, 5133.0, 5142.0, 5118.0, 5132.0, 5098.0, 5132.0, 5130.0, 5134.0, 5148.0, 5118.0, 5128.0, 5108.0, 5128.0, 5111.0, 5130.0, 5106.0, 5120.0, 5127.0, 5121.0, 5138.0, 5119.0, 5146.0, 5192.0, 5186.0, 5132.0, 5155.0, 5164.0, 5149.0, 5172.0, 5146.0, 5163.0, 5134.0, 5131.0, 5160.0, 5145.0, 5189.0, 5175.0, 5157.0, 5187.0, 5159.0, 5197.0, 5170.0, 5185.0, 5155.0, 5183.0, 5149.0, 5169.0, 5142.0, 5157.0, 5118.0, 5136.0, 5120.0, 5125.0, 5105.0, 5121.0, 5095.0, 5124.0, 5102.0, 5124.0, 5143.0, 5116.0, 5134.0, 5121.0, 5137.0, 5109.0, 5138.0, 5106.0, 5126.0, 5135.0, 5117.0, 5147.0, 5133.0, 5151.0, 5122.0, 5138.0, 5110.0, 5142.0, 5111.0, 5133.0, 5139.0, 5132.0, 5163.0, 5135.0, 5154.0, 5148.0, 5156.0, 5136.0, 5156.0, 5132.0, 5154.0, 5140.0, 5154.0, 5186.0, 5146.0, 5163.0, 5147.0, 5162.0, 5134.0, 5181.0, 5146.0, 5164.0, 5144.0, 5177.0, 5157.0, 5183.0, 5168.0, 5182.0, 5158.0, 5198.0, 5167.0, 5191.0, 5146.0, 5166.0, 5144.0, 5166.0, 5165.0, 5156.0, 5171.0, 5134.0, 5162.0, 5143.0, 5152.0, 5132.0, 5140.0, 5119.0, 5130.0, 5140.0, 5132.0, 5159.0, 5131.0, 5149.0, 5118.0, 5148.0, 5119.0, 5139.0, 5110.0, 5131.0, 5129.0, 5131.0, 5148.0, 5120.0, 5156.0, 5120.0, 5140.0, 5120.0, 5142.0, 5110.0, 5131.0, 5129.0, 5123.0, 5148.0, 5131.0, 5139.0, 5118.0, 5142.0, 5112.0, 5132.0, 5111.0, 5132.0, 5131.0, 5136.0, 5161.0, 5123.0, 5151.0, 5123.0, 5150.0, 5113.0, 5144.0, 5107.0, 5129.0, 5141.0, 5133.0, 5149.0, 5121.0, 5143.0, 5111.0, 5130.0, 5133.0, 5132.0, 5157.0, 5123.0, 5162.0, 5124.0, 5145.0, 5121.0, 5142.0, 5150.0, 5132.0, 5166.0, 5123.0, 5142.0, 5118.0, 5142.0, 5169.0, 5135.0, 5153.0, 5113.0, 5144.0, 5120.0, 5146.0, 5172.0, 5132.0, 5150.0, 5122.0, 5152.0, 5125.0, 5154.0, 5159.0, 5133.0, 5161.0, 5130.0, 5155.0, 5125.0, 5159.0, 5143.0, 5157.0, 5163.0, 5132.0, 5162.0, 5148.0, 5166.0, 5136.0, 5157.0, 5130.0, 5156.0, 5173.0, 5159.0, 5175.0, 5138.0, 5173.0, 5133.0, 5168.0, 5158.0, 5166.0, 5176.0, 5155.0, 5181.0, 5146.0, 5176.0, 5147.0, 5166.0, 5134.0, 5166.0, 5148.0, 5180.0, 5186.0, 5157.0, 5185.0, 5148.0, 5176.0, 5147.0, 5167.0, 5145.0, 5166.0, 5132.0, 5165.0, 5155.0, 5168.0, 5184.0, 5144.0, 5162.0, 5142.0, 5164.0, 5145.0, 5166.0, 5131.0, 5154.0, 5138.0, 5142.0, 5181.0, 5147.0, 5169.0, 5141.0, 5160.0, 5121.0, 5143.0, 5145.0, 5157.0, 5170.0, 5142.0, 5170.0, 5130.0, 5173.0, 5146.0, 5163.0, 5136.0, 5194.0, 5190.0, 5191.0, 5163.0, 5192.0, 5159.0, 5185.0, 5146.0, 5155.0, 5192.0, 5191.0, 5189.0, 5219.0, 5182.0, 5229.0, 5176.0, 5218.0, 5210.0, 5224.0, 5237.0, 5176.0, 5193.0, 5159.0, 5187.0, 5158.0, 5176.0, 5148.0, 5170.0, 5121.0, 5148.0, 5097.0, 5114.0, 5086.0, 5103.0, 5075.0, 5093.0, 5073.0, 5094.0, 5101.0, 5092.0, 5102.0, 5082.0, 5091.0, 5085.0, 5103.0, 5077.0, 5097.0, 5076.0, 5100.0, 5091.0, 5115.0, 5123.0, 5114.0, 5121.0, 5115.0, 5145.0, 5117.0, 5157.0, 5121.0, 5159.0, 5142.0, 5182.0, 5134.0, 5158.0, 5123.0, 5185.0, 5176.0, 5174.0, 5155.0, 5146.0, 5176.0, 5160.0, 5174.0, 5144.0, 5174.0, 5157.0, 5175.0, 5146.0, 5186.0, 5159.0, 5184.0, 5157.0, 5197.0, 5158.0, 5187.0, 5160.0, 5194.0, 5156.0, 5197.0, 5169.0, 5183.0, 5153.0, 5170.0, 5141.0, 5172.0, 5148.0, 5162.0, 5141.0, 5149.0, 5129.0, 5149.0, 5137.0, 5138.0, 5156.0, 5137.0, 5144.0, 5117.0, 5135.0, 5131.0, 5148.0, 5114.0, 5129.0, 5115.0, 5127.0, 5128.0, 5129.0, 5145.0, 5125.0, 5154.0, 5118.0, 5150.0, 5134.0, 5149.0, 5128.0, 5149.0, 5111.0, 5141.0, 5136.0, 5163.0, 5129.0, 5153.0, 5152.0, 5134.0, 5170.0, 5158.0, 5163.0, 5132.0, 5164.0, 5132.0, 5153.0, 5140.0, 5165.0, 5176.0, 5145.0, 5180.0, 5142.0, 5170.0, 5136.0, 5176.0, 5144.0, 5175.0, 5142.0, 5165.0, 5155.0, 5157.0, 5183.0, 5154.0, 5183.0, 5144.0, 5175.0, 5155.0, 5177.0, 5134.0, 5163.0, 5132.0, 5169.0, 5155.0, 5165.0, 5176.0, 5153.0, 5174.0, 5143.0, 5172.0, 5150.0, 5165.0, 5143.0, 5165.0, 5144.0, 5156.0, 5193.0, 5157.0, 5186.0, 5144.0, 5175.0, 5135.0, 5165.0, 5146.0, 5169.0, 5145.0, 5155.0, 5186.0, 5158.0, 5184.0, 5158.0, 5182.0, 5142.0, 5175.0, 5147.0, 5178.0, 5145.0, 5177.0, 5134.0, 5163.0, 5166.0, 5166.0, 5186.0, 5153.0, 5171.0, 5143.0, 5169.0, 5157.0, 5176.0, 5143.0, 5166.0, 5180.0, 5143.0, 5187.0, 5145.0, 5165.0, 5129.0, 5155.0, 5170.0, 5156.0, 5174.0, 5143.0, 5153.0, 5119.0, 5150.0, 5162.0, 5156.0, 5174.0, 5144.0, 5164.0, 5134.0, 5173.0, 5147.0, 5166.0, 5136.0, 5168.0, 5171.0, 5166.0, 5183.0, 5157.0, 5186.0, 5143.0, 5175.0, 5152.0, 5178.0, 5137.0, 5178.0, 5142.0, 5179.0, 5158.0, 5177.0, 5152.0, 5165.0, 5174.0, 5169.0, 5196.0, 5169.0, 5184.0, 5156.0, 5186.0, 5169.0, 5185.0, 5166.0, 5184.0, 5144.0, 5184.0, 5155.0, 5172.0, 5142.0, 5162.0, 5141.0, 5167.0, 5173.0, 5154.0, 5179.0, 5140.0, 5162.0, 5143.0, 5159.0, 5141.0, 5162.0, 5130.0, 5148.0, 5142.0, 5154.0, 5149.0, 5148.0, 5157.0, 5131.0, 5160.0, 5144.0, 5160.0, 5142.0, 5160.0, 5120.0, 5150.0, 5129.0, 5150.0, 5153.0, 5145.0, 5162.0, 5131.0, 5160.0, 5120.0, 5153.0, 5144.0, 5157.0, 5140.0, 5142.0, 5161.0, 5139.0, 5153.0, 5138.0, 5153.0, 5121.0, 5153.0, 5118.0, 5154.0, 5165.0, 5147.0, 5165.0, 5145.0, 5163.0, 5123.0, 5176.0, 5136.0, 5156.0, 5159.0, 5145.0, 5173.0, 5173.0, 5252.0, 5237.0, 5216.0, 5154.0, 5193.0, 5161.0, 5121.0, 5120.0, 5107.0, 5138.0, 5111.0, 5136.0, 5195.0, 5105.0, 5061.0, 5058.0, 5083.0, 5118.0, 5108.0, 5158.0, 5128.0, 5148.0, 5116.0, 5136.0, 5162.0, 5255.0, 5165.0, 5170.0, 5158.0, 5120.0, 5152.0, 5117.0, 5142.0, 5165.0, 5191.0, 5149.0, 5142.0, 5100.0, 5127.0, 5104.0, 5127.0, 5098.0, 5128.0, 5087.0, 5116.0, 5097.0, 5134.0, 5149.0, 5119.0, 5139.0, 5109.0, 5131.0, 5114.0, 5142.0, 5110.0, 5122.0, 5141.0, 5111.0, 5130.0, 5115.0, 5144.0, 5100.0, 5131.0, 5121.0, 5111.0, 5150.0, 5124.0, 5149.0, 5101.0, 5139.0, 5100.0, 5128.0, 5129.0, 5132.0, 5159.0, 5118.0, 5142.0, 5099.0, 5141.0, 5090.0, 5132.0, 5141.0, 5153.0, 5165.0, 5135.0, 5155.0, 5149.0, 5168.0, 5135.0, 5165.0, 5110.0, 5137.0, 5120.0, 5162.0, 5110.0, 5161.0, 5109.0, 5155.0, 5135.0, 5168.0, 5152.0, 5156.0, 5166.0, 5146.0, 5175.0, 5136.0, 5162.0, 5134.0, 5150.0, 5123.0, 5162.0, 5125.0, 5163.0, 5120.0, 5149.0, 5110.0, 5140.0, 5120.0, 5152.0, 5130.0, 5127.0, 5115.0, 5129.0, 5116.0, 5118.0, 5139.0, 5118.0, 5146.0, 5116.0, 5123.0, 5105.0, 5122.0, 5108.0, 5125.0, 5103.0, 5124.0, 5102.0, 5103.0, 5126.0, 5110.0, 5127.0, 5108.0, 5125.0, 5096.0, 5112.0, 5096.0, 5125.0, 5096.0, 5130.0, 5119.0, 5129.0, 5108.0, 5117.0, 5097.0, 5126.0, 5108.0, 5140.0, 5117.0, 5140.0, 5095.0, 5131.0, 5111.0, 5144.0, 5129.0, 5131.0, 5107.0, 5130.0, 5117.0, 5133.0, 5129.0, 5144.0, 5087.0, 5059.0, 5088.0, 5064.0, 5091.0, 5128.0, 5098.0, 5144.0, 5131.0, 5114.0, 5190.0, 5175.0, 5165.0, 5203.0, 5175.0, 5190.0, 5173.0, 5180.0, 5139.0, 5156.0, 5139.0, 5181.0, 5126.0, 5158.0, 5151.0, 5120.0, 5123.0, 5095.0, 5112.0, 5061.0, 5099.0, 5070.0, 5100.0, 5107.0, 5081.0, 5086.0, 5058.0, 5099.0, 5051.0, 5103.0, 5070.0, 5092.0, 5109.0, 5085.0, 5105.0, 5089.0, 5133.0, 5102.0, 5125.0, 5127.0, 5124.0, 5145.0, 5142.0, 5175.0, 5159.0, 5165.0, 5164.0, 5157.0, 5194.0, 5152.0, 5168.0, 5160.0, 5180.0, 5198.0, 5167.0, 5216.0, 5184.0, 5218.0, 5203.0, 5174.0, 5194.0, 5175.0, 5193.0, 5153.0, 5192.0, 5158.0, 5192.0, 5151.0, 5195.0, 5155.0, 5214.0, 5169.0, 5188.0, 5162.0, 5191.0, 5149.0, 5182.0, 5148.0, 5171.0, 5189.0, 5148.0, 5175.0, 5136.0, 5165.0, 5128.0, 5156.0, 5175.0, 5146.0, 5177.0, 5163.0, 5203.0, 5172.0, 5186.0, 5160.0, 5139.0, 5170.0, 5133.0, 5203.0, 5151.0, 5184.0, 5191.0, 5153.0, 5201.0, 5164.0, 5194.0, 5155.0, 5195.0, 5152.0, 5184.0, 5142.0, 5171.0, 5150.0, 5162.0, 5148.0, 5145.0, 5137.0, 5155.0, 5144.0, 5136.0, 5155.0, 5128.0, 5142.0, 5102.0, 5132.0, 5111.0, 5125.0, 5151.0, 5110.0, 5129.0, 5102.0, 5127.0, 5092.0, 5122.0, 5129.0, 5121.0, 5144.0, 5125.0, 5142.0, 5103.0, 5141.0, 5091.0, 5132.0, 5172.0, 5169.0, 5176.0, 5159.0, 5155.0, 5115.0, 5143.0, 5101.0, 5165.0, 5129.0, 5170.0, 5156.0, 5172.0, 5172.0, 5164.0, 5181.0, 5166.0, 5183.0, 5165.0, 5185.0, 5154.0, 5195.0, 5145.0, 5194.0, 5149.0, 5183.0, 5205.0, 5174.0, 5203.0, 5173.0, 5193.0, 5163.0, 5194.0, 5156.0, 5202.0, 5152.0, 5193.0, 5192.0, 5170.0, 5201.0, 5170.0, 5192.0, 5161.0, 5189.0, 5139.0, 5190.0, 5152.0, 5180.0, 5191.0, 5163.0, 5193.0, 5163.0, 5179.0, 5163.0, 5207.0, 5216.0, 5204.0, 5228.0, 5192.0, 5168.0, 5138.0, 5087.0, 5106.0, 5148.0, 5158.0, 5266.0, 5237.0, 5239.0, 5209.0, 5215.0, 5198.0, 5225.0, 5162.0, 5199.0, 5140.0, 5148.0, 5157.0, 5139.0, 5161.0, 5131.0, 5160.0, 5116.0, 5145.0, 5115.0], 'WindowWidth': [11393.0, 11328.0, 11285.0, 11220.0, 11220.0, 11165.0, 11178.0, 11152.0, 11153.0, 11113.0, 11130.0, 11118.0, 11123.0, 11094.0, 11103.0, 11082.0, 11108.0, 11098.0, 11121.0, 11093.0, 11120.0, 11100.0, 11103.0, 11094.0, 11099.0, 11077.0, 11098.0, 11094.0, 11091.0, 11079.0, 11084.0, 11061.0, 11094.0, 11088.0, 11093.0, 11069.0, 11090.0, 11071.0, 11110.0, 11076.0, 11106.0, 11074.0, 11117.0, 11096.0, 11132.0, 11103.0, 11130.0, 11108.0, 11152.0, 11132.0, 11149.0, 11124.0, 11129.0, 11107.0, 11149.0, 11129.0, 11143.0, 11123.0, 11143.0, 11133.0, 11164.0, 11128.0, 11143.0, 11117.0, 11158.0, 11128.0, 11147.0, 11106.0, 11153.0, 11106.0, 11144.0, 11106.0, 11149.0, 11107.0, 11145.0, 11089.0, 11134.0, 11108.0, 11153.0, 11117.0, 11147.0, 11098.0, 11136.0, 11125.0, 11119.0, 11154.0, 11116.0, 11147.0, 11130.0, 11150.0, 11108.0, 11146.0, 11088.0, 11118.0, 11113.0, 11156.0, 11125.0, 11145.0, 11094.0, 11145.0, 11115.0, 11146.0, 11109.0, 11151.0, 11091.0, 11121.0, 11129.0, 11112.0, 11147.0, 11091.0, 11105.0, 11095.0, 11104.0, 11075.0, 11088.0, 11054.0, 11077.0, 11077.0, 11093.0, 11076.0, 11067.0, 11086.0, 11056.0, 11091.0, 11075.0, 11087.0, 11062.0, 11082.0, 11025.0, 11086.0, 11078.0, 11091.0, 11087.0, 11074.0, 11106.0, 11084.0, 11111.0, 11065.0, 11093.0, 11056.0, 11077.0, 11093.0, 11087.0, 11118.0, 11081.0, 11107.0, 11071.0, 11096.0, 11074.0, 11115.0, 11081.0, 11110.0, 11091.0, 11101.0, 11120.0, 11103.0, 11139.0, 11105.0, 11147.0, 11091.0, 11131.0, 11082.0, 11117.0, 11132.0, 11086.0, 11137.0, 11081.0, 11111.0, 11071.0, 11113.0, 11114.0, 11078.0, 11118.0, 11077.0, 11102.0, 11078.0, 11114.0, 11121.0, 11098.0, 11119.0, 11078.0, 11109.0, 11096.0, 11126.0, 11096.0, 11124.0, 11089.0, 11113.0, 11106.0, 11135.0, 11092.0, 11130.0, 11090.0, 11128.0, 11119.0, 11152.0, 11106.0, 11155.0, 11104.0, 11139.0, 11142.0, 11144.0, 11126.0, 11135.0, 11120.0, 11119.0, 11140.0, 11120.0, 11150.0, 11122.0, 11142.0, 11101.0, 11134.0, 11109.0, 11125.0, 11086.0, 11108.0, 11083.0, 11112.0, 11090.0, 11112.0, 11118.0, 11089.0, 11139.0, 11097.0, 11133.0, 11080.0, 11103.0, 11060.0, 11094.0, 11093.0, 11123.0, 11078.0, 11108.0, 11078.0, 11109.0, 11099.0, 11088.0, 11123.0, 11072.0, 11121.0, 11091.0, 11090.0, 11053.0, 11081.0, 11055.0, 11091.0, 11067.0, 11071.0, 11074.0, 11052.0, 11094.0, 11076.0, 11079.0, 11055.0, 11079.0, 11039.0, 11084.0, 11079.0, 11097.0, 11070.0, 11080.0, 11095.0, 11079.0, 11136.0, 11098.0, 11107.0, 11077.0, 11105.0, 11071.0, 11111.0, 11072.0, 11127.0, 11067.0, 11099.0, 11111.0, 11134.0, 11094.0, 11131.0, 11099.0, 11137.0, 11145.0, 11120.0, 11133.0, 11106.0, 11134.0, 11106.0, 11128.0, 11087.0, 11114.0, 11064.0, 11113.0, 11110.0, 11111.0, 11119.0, 11078.0, 11117.0, 11078.0, 11094.0, 11060.0, 11089.0, 11058.0, 11095.0, 11105.0, 11082.0, 11098.0, 11067.0, 11098.0, 11099.0, 11108.0, 11073.0, 11094.0, 11044.0, 11094.0, 11093.0, 11101.0, 11113.0, 11071.0, 11085.0, 11057.0, 11088.0, 11065.0, 11089.0, 11050.0, 11075.0, 11083.0, 11079.0, 11100.0, 11073.0, 11119.0, 11221.0, 11202.0, 11100.0, 11140.0, 11154.0, 11140.0, 11164.0, 11134.0, 11149.0, 11110.0, 11105.0, 11146.0, 11129.0, 11197.0, 11182.0, 11148.0, 11193.0, 11154.0, 11204.0, 11172.0, 11188.0, 11143.0, 11173.0, 11125.0, 11148.0, 11114.0, 11131.0, 11076.0, 11102.0, 11081.0, 11086.0, 11051.0, 11073.0, 11038.0, 11078.0, 11044.0, 11078.0, 11104.0, 11069.0, 11093.0, 11083.0, 11103.0, 11062.0, 11103.0, 11055.0, 11085.0, 11097.0, 11075.0, 11117.0, 11108.0, 11130.0, 11087.0, 11109.0, 11070.0, 11117.0, 11072.0, 11107.0, 11111.0, 11105.0, 11149.0, 11113.0, 11139.0, 11138.0, 11147.0, 11115.0, 11145.0, 11106.0, 11140.0, 11117.0, 11142.0, 11187.0, 11131.0, 11149.0, 11133.0, 11147.0, 11110.0, 11184.0, 11132.0, 11150.0, 11124.0, 11173.0, 11148.0, 11180.0, 11163.0, 11176.0, 11147.0, 11205.0, 11162.0, 11197.0, 11129.0, 11155.0, 11121.0, 11156.0, 11152.0, 11140.0, 11154.0, 11103.0, 11141.0, 11118.0, 11129.0, 11097.0, 11108.0, 11073.0, 11093.0, 11106.0, 11098.0, 11133.0, 11092.0, 11116.0, 11073.0, 11118.0, 11077.0, 11104.0, 11061.0, 11092.0, 11089.0, 11097.0, 11115.0, 11077.0, 11124.0, 11076.0, 11108.0, 11082.0, 11111.0, 11062.0, 11094.0, 11091.0, 11087.0, 11116.0, 11093.0, 11104.0, 11073.0, 11111.0, 11069.0, 11096.0, 11064.0, 11097.0, 11097.0, 11108.0, 11136.0, 11084.0, 11122.0, 11087.0, 11124.0, 11073.0, 11115.0, 11058.0, 11093.0, 11108.0, 11102.0, 11118.0, 11082.0, 11111.0, 11066.0, 11098.0, 11101.0, 11100.0, 11131.0, 11086.0, 11141.0, 11096.0, 11120.0, 11082.0, 11115.0, 11124.0, 11103.0, 11151.0, 11089.0, 11115.0, 11075.0, 11112.0, 11150.0, 11108.0, 11128.0, 11072.0, 11116.0, 11081.0, 11125.0, 11155.0, 11101.0, 11123.0, 11085.0, 11127.0, 11096.0, 11139.0, 11136.0, 11104.0, 11139.0, 11097.0, 11135.0, 11093.0, 11148.0, 11121.0, 11143.0, 11146.0, 11104.0, 11146.0, 11134.0, 11157.0, 11113.0, 11143.0, 11098.0, 11140.0, 11161.0, 11150.0, 11169.0, 11118.0, 11163.0, 11107.0, 11162.0, 11149.0, 11159.0, 11167.0, 11139.0, 11173.0, 11133.0, 11172.0, 11131.0, 11158.0, 11110.0, 11157.0, 11131.0, 11185.0, 11185.0, 11146.0, 11181.0, 11131.0, 11171.0, 11137.0, 11160.0, 11126.0, 11156.0, 11104.0, 11154.0, 11141.0, 11162.0, 11177.0, 11122.0, 11145.0, 11116.0, 11147.0, 11127.0, 11153.0, 11098.0, 11134.0, 11105.0, 11114.0, 11172.0, 11128.0, 11153.0, 11113.0, 11138.0, 11083.0, 11118.0, 11126.0, 11143.0, 11152.0, 11115.0, 11152.0, 11099.0, 11164.0, 11129.0, 11148.0, 11113.0, 11211.0, 11219.0, 11203.0, 11172.0, 11210.0, 11163.0, 11197.0, 11145.0, 11157.0, 11202.0, 11219.0, 11213.0, 11255.0, 11202.0, 11267.0, 11189.0, 11250.0, 11239.0, 11270.0, 11276.0, 11182.0, 11201.0, 11146.0, 11184.0, 11144.0, 11161.0, 11124.0, 11151.0, 11074.0, 11111.0, 11034.0, 11056.0, 11015.0, 11038.0, 10998.0, 11023.0, 10991.0, 11026.0, 11032.0, 11018.0, 11032.0, 11004.0, 11018.0, 11014.0, 11040.0, 11007.0, 11033.0, 11006.0, 11042.0, 11030.0, 11073.0, 11082.0, 11072.0, 11078.0, 11074.0, 11115.0, 11081.0, 11134.0, 11092.0, 11142.0, 11127.0, 11176.0, 11110.0, 11134.0, 11092.0, 11181.0, 11190.0, 11171.0, 11146.0, 11132.0, 11176.0, 11157.0, 11168.0, 11128.0, 11170.0, 11150.0, 11173.0, 11133.0, 11192.0, 11156.0, 11186.0, 11152.0, 11207.0, 11153.0, 11190.0, 11154.0, 11197.0, 11147.0, 11205.0, 11164.0, 11181.0, 11136.0, 11157.0, 11119.0, 11161.0, 11131.0, 11145.0, 11113.0, 11125.0, 11092.0, 11124.0, 11101.0, 11107.0, 11130.0, 11102.0, 11113.0, 11074.0, 11101.0, 11100.0, 11119.0, 11065.0, 11091.0, 11067.0, 11087.0, 11091.0, 11096.0, 11112.0, 11084.0, 11125.0, 11078.0, 11125.0, 11111.0, 11126.0, 11096.0, 11124.0, 11075.0, 11116.0, 11116.0, 11154.0, 11099.0, 11137.0, 11132.0, 11110.0, 11161.0, 11151.0, 11152.0, 11107.0, 11151.0, 11106.0, 11137.0, 11115.0, 11156.0, 11175.0, 11129.0, 11173.0, 11120.0, 11157.0, 11114.0, 11173.0, 11129.0, 11170.0, 11118.0, 11154.0, 11140.0, 11149.0, 11177.0, 11138.0, 11177.0, 11125.0, 11171.0, 11145.0, 11173.0, 11111.0, 11150.0, 11105.0, 11164.0, 11144.0, 11159.0, 11169.0, 11138.0, 11166.0, 11124.0, 11163.0, 11141.0, 11158.0, 11122.0, 11157.0, 11124.0, 11144.0, 11198.0, 11149.0, 11185.0, 11126.0, 11167.0, 11112.0, 11157.0, 11134.0, 11165.0, 11126.0, 11142.0, 11186.0, 11153.0, 11182.0, 11148.0, 11177.0, 11122.0, 11168.0, 11137.0, 11179.0, 11126.0, 11174.0, 11108.0, 11152.0, 11161.0, 11163.0, 11186.0, 11138.0, 11161.0, 11122.0, 11157.0, 11149.0, 11174.0, 11121.0, 11156.0, 11171.0, 11121.0, 11187.0, 11128.0, 11154.0, 11095.0, 11137.0, 11157.0, 11143.0, 11165.0, 11121.0, 11135.0, 11084.0, 11129.0, 11149.0, 11146.0, 11165.0, 11125.0, 11150.0, 11111.0, 11166.0, 11137.0, 11159.0, 11114.0, 11162.0, 11165.0, 11163.0, 11181.0, 11148.0, 11185.0, 11126.0, 11171.0, 11149.0, 11179.0, 11119.0, 11176.0, 11122.0, 11185.0, 11153.0, 11177.0, 11138.0, 11158.0, 11171.0, 11170.0, 11202.0, 11168.0, 11183.0, 11145.0, 11188.0, 11171.0, 11186.0, 11159.0, 11182.0, 11125.0, 11185.0, 11143.0, 11166.0, 11117.0, 11148.0, 11115.0, 11160.0, 11162.0, 11137.0, 11166.0, 11112.0, 11143.0, 11118.0, 11142.0, 11113.0, 11144.0, 11094.0, 11121.0, 11115.0, 11135.0, 11121.0, 11122.0, 11131.0, 11098.0, 11140.0, 11124.0, 11141.0, 11117.0, 11142.0, 11085.0, 11127.0, 11096.0, 11128.0, 11134.0, 11128.0, 11146.0, 11101.0, 11140.0, 11085.0, 11132.0, 11124.0, 11144.0, 11115.0, 11118.0, 11143.0, 11112.0, 11134.0, 11122.0, 11136.0, 11090.0, 11135.0, 11083.0, 11136.0, 11157.0, 11133.0, 11153.0, 11127.0, 11150.0, 11093.0, 11171.0, 11115.0, 11142.0, 11142.0, 11125.0, 11162.0, 11183.0, 11323.0, 11308.0, 11253.0, 11143.0, 11214.0, 11150.0, 11074.0, 11060.0, 11052.0, 11098.0, 11063.0, 11112.0, 11214.0, 11047.0, 10947.0, 10955.0, 10998.0, 11059.0, 11053.0, 11130.0, 11085.0, 11114.0, 11066.0, 11094.0, 11159.0, 11329.0, 11170.0, 11165.0, 11132.0, 11074.0, 11122.0, 11066.0, 11110.0, 11163.0, 11198.0, 11132.0, 11111.0, 11046.0, 11077.0, 11056.0, 11082.0, 11040.0, 11081.0, 11024.0, 11067.0, 11041.0, 11099.0, 11114.0, 11073.0, 11099.0, 11059.0, 11089.0, 11071.0, 11111.0, 11061.0, 11081.0, 11103.0, 11064.0, 11088.0, 11076.0, 11112.0, 11047.0, 11092.0, 11074.0, 11063.0, 11117.0, 11086.0, 11116.0, 11049.0, 11100.0, 11046.0, 11088.0, 11090.0, 11098.0, 11130.0, 11073.0, 11106.0, 11044.0, 11105.0, 11033.0, 11095.0, 11108.0, 11127.0, 11140.0, 11101.0, 11131.0, 11134.0, 11160.0, 11111.0, 11147.0, 11066.0, 11099.0, 11082.0, 11142.0, 11068.0, 11140.0, 11063.0, 11134.0, 11109.0, 11159.0, 11131.0, 11137.0, 11148.0, 11126.0, 11166.0, 11110.0, 11144.0, 11104.0, 11122.0, 11085.0, 11143.0, 11092.0, 11144.0, 11077.0, 11117.0, 11061.0, 11106.0, 11073.0, 11126.0, 11090.0, 11084.0, 11060.0, 11084.0, 11060.0, 11068.0, 11100.0, 11069.0, 11104.0, 11061.0, 11071.0, 11044.0, 11069.0, 11053.0, 11076.0, 11038.0, 11070.0, 11036.0, 11038.0, 11075.0, 11055.0, 11077.0, 11052.0, 11070.0, 11034.0, 11054.0, 11034.0, 11074.0, 11036.0, 11089.0, 11070.0, 11085.0, 11052.0, 11066.0, 11038.0, 11078.0, 11058.0, 11106.0, 11068.0, 11104.0, 11037.0, 11089.0, 11066.0, 11114.0, 11087.0, 11093.0, 11055.0, 11088.0, 11066.0, 11097.0, 11089.0, 11115.0, 11020.0, 10955.0, 11006.0, 10962.0, 11016.0, 11081.0, 11041.0, 11104.0, 11092.0, 11079.0, 11198.0, 11181.0, 11168.0, 11222.0, 11181.0, 11200.0, 11175.0, 11180.0, 11118.0, 11138.0, 11119.0, 11186.0, 11093.0, 11141.0, 11121.0, 11073.0, 11074.0, 11032.0, 11053.0, 10976.0, 11030.0, 10989.0, 11030.0, 11038.0, 11004.0, 11008.0, 10970.0, 11028.0, 10963.0, 11037.0, 10990.0, 11023.0, 11045.0, 11017.0, 11046.0, 11030.0, 11101.0, 11052.0, 11086.0, 11074.0, 11080.0, 11115.0, 11125.0, 11179.0, 11166.0, 11168.0, 11163.0, 11158.0, 11205.0, 11143.0, 11160.0, 11156.0, 11185.0, 11220.0, 11174.0, 11244.0, 11197.0, 11247.0, 11220.0, 11178.0, 11205.0, 11179.0, 11204.0, 11145.0, 11199.0, 11150.0, 11201.0, 11141.0, 11208.0, 11150.0, 11236.0, 11166.0, 11191.0, 11156.0, 11196.0, 11136.0, 11184.0, 11132.0, 11166.0, 11189.0, 11130.0, 11166.0, 11110.0, 11152.0, 11098.0, 11137.0, 11163.0, 11125.0, 11170.0, 11158.0, 11220.0, 11175.0, 11187.0, 11150.0, 11118.0, 11163.0, 11115.0, 11218.0, 11140.0, 11188.0, 11196.0, 11145.0, 11212.0, 11162.0, 11205.0, 11151.0, 11204.0, 11140.0, 11191.0, 11128.0, 11166.0, 11132.0, 11154.0, 11130.0, 11124.0, 11108.0, 11135.0, 11116.0, 11107.0, 11132.0, 11098.0, 11113.0, 11055.0, 11099.0, 11065.0, 11090.0, 11122.0, 11065.0, 11089.0, 11052.0, 11086.0, 11038.0, 11082.0, 11088.0, 11079.0, 11113.0, 11089.0, 11109.0, 11056.0, 11106.0, 11037.0, 11096.0, 11176.0, 11179.0, 11167.0, 11150.0, 11140.0, 11083.0, 11117.0, 11054.0, 11150.0, 11105.0, 11165.0, 11159.0, 11174.0, 11172.0, 11163.0, 11184.0, 11167.0, 11187.0, 11166.0, 11195.0, 11154.0, 11209.0, 11138.0, 11207.0, 11141.0, 11191.0, 11221.0, 11183.0, 11219.0, 11178.0, 11202.0, 11162.0, 11206.0, 11155.0, 11218.0, 11145.0, 11202.0, 11199.0, 11169.0, 11212.0, 11171.0, 11201.0, 11155.0, 11194.0, 11122.0, 11195.0, 11141.0, 11182.0, 11197.0, 11161.0, 11206.0, 11158.0, 11176.0, 11160.0, 11227.0, 11265.0, 11243.0, 11270.0, 11218.0, 11182.0, 11122.0, 11026.0, 11055.0, 11122.0, 11152.0, 11341.0, 11297.0, 11289.0, 11244.0, 11252.0, 11229.0, 11263.0, 11167.0, 11214.0, 11114.0, 11123.0, 11133.0, 11109.0, 11143.0, 11097.0, 11143.0, 11071.0, 11115.0, 11066.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.019367135338345862</td></tr>
<tr><td colspan=3>aqi</td><td>0.07019685345864662</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.936253776598925</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.357055651354403</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1621966115349887</td></tr>
<tr><td colspan=3>efc</td><td>0.5204</td></tr>
<tr><td colspan=3>fber</td><td>3792.8691</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10386508736940535</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>119</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.947368421052632</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.680170169559585</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.645551027834239</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.664466936474158</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.730492544370359</td></tr>
<tr><td colspan=3>gcor</td><td>0.0207395</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.016018232330679893</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020309925079345703</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1330</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.533549313423711</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>23.0796</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.928</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>279.9821</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>72.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288346.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1359.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>562.556</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5167</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>672.6466</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4277.3709</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4421.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88198.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2132.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>975.1686</td></tr>
<tr><td colspan=3>tsnr</td><td>24.94262066623196</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>