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

616 lines
No EOL
129 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-0095_ses-03_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0095/ses-03/func/sub-0095_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1a171f7c396777c99efd65584788f4b3</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:41:4.097500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999914, -0.00339855, -0.0126836, 0.00244319, 0.997211, -0.0745917]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0866345</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7783, -7263, 171, -93, -279, -210, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.199</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>af298da6-337a-41cf-802d-84969f1ee6f5||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826956272125244, 0.006554902996867895, -0.034834638237953186, 109.3394546508789], [0.00911805685609579, 2.6754446029663086, -0.20129641890525818, -92.29963684082031], [-0.03402913734316826, 0.20012395083904266, 2.692260503768921, -115.79230499267578], [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, 1157]</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], 'AcquisitionTime': ['114104.097500', '114104.557500', '114105.017500', '114105.477500', '114105.937500', '114106.397500', '114106.857500', '114107.317500', '114107.777500', '114108.237500', '114108.697500', '114109.157500', '114109.617500', '114110.077500', '114110.537500', '114110.997500', '114111.457500', '114111.917500', '114112.377500', '114112.837500', '114113.297500', '114113.757500', '114114.217500', '114114.677500', '114115.137500', '114115.597500', '114116.057500', '114116.517500', '114116.977500', '114117.437500', '114117.897500', '114118.357500', '114118.817500', '114119.277500', '114119.737500', '114120.197500', '114120.657500', '114121.117500', '114121.577500', '114122.037500', '114122.497500', '114122.957500', '114123.417500', '114123.877500', '114124.337500', '114124.797500', '114125.257500', '114125.717500', '114126.177500', '114126.637500', '114127.097500', '114127.557500', '114128.017500', '114128.477500', '114128.937500', '114129.397500', '114129.857500', '114130.317500', '114130.777500', '114131.237500', '114131.697500', '114132.157500', '114132.617500', '114133.077500', '114133.537500', '114133.997500', '114134.457500', '114134.917500', '114135.377500', '114135.837500', '114136.297500', '114136.757500', '114137.217500', '114137.677500', '114138.137500', '114138.597500', '114139.057500', '114139.517500', '114139.977500', '114140.437500', '114140.897500', '114141.357500', '114141.817500', '114142.277500', '114142.737500', '114143.197500', '114143.657500', '114144.117500', '114144.577500', '114145.037500', '114145.497500', '114145.957500', '114146.417500', '114146.877500', '114147.337500', '114147.797500', '114148.257500', '114148.717500', '114149.177500', '114149.637500', '114150.097500', '114150.557500', '114151.017500', '114151.477500', '114151.937500', '114152.397500', '114152.857500', '114153.317500', '114153.777500', '114154.237500', '114154.697500', '114155.157500', '114155.617500', '114156.077500', '114156.537500', '114156.997500', '114157.457500', '114157.917500', '114158.377500', '114158.837500', '114159.297500', '114159.757500', '114200.217500', '114200.677500', '114201.137500', '114201.597500', '114202.057500', '114202.517500', '114202.977500', '114203.437500', '114203.897500', '114204.357500', '114204.817500', '114205.277500', '114205.737500', '114206.197500', '114206.657500', '114207.117500', '114207.577500', '114208.037500', '114208.497500', '114208.957500', '114209.417500', '114209.877500', '114210.337500', '114210.797500', '114211.257500', '114211.717500', '114212.177500', '114212.637500', '114213.097500', '114213.557500', '114214.017500', '114214.477500', '114214.937500', '114215.397500', '114215.857500', '114216.317500', '114216.777500', '114217.237500', '114217.697500', '114218.157500', '114218.617500', '114219.077500', '114219.537500', '114219.997500', '114220.457500', '114220.917500', '114221.377500', '114221.837500', '114222.297500', '114222.757500', '114223.217500', '114223.677500', '114224.137500', '114224.597500', '114225.057500', '114225.517500', '114225.977500', '114226.437500', '114226.897500', '114227.357500', '114227.817500', '114228.277500', '114228.737500', '114229.197500', '114229.657500', '114230.117500', '114230.577500', '114231.037500', '114231.497500', '114231.957500', '114232.417500', '114232.877500', '114233.337500', '114233.797500', '114234.257500', '114234.717500', '114235.177500', '114235.637500', '114236.097500', '114236.557500', '114237.017500', '114237.477500', '114237.937500', '114238.397500', '114238.857500', '114239.317500', '114239.777500', '114240.237500', '114240.697500', '114241.157500', '114241.617500', '114242.077500', '114242.537500', '114242.997500', '114243.457500', '114243.917500', '114244.377500', '114244.837500', '114245.297500', '114245.757500', '114246.217500', '114246.677500', '114247.137500', '114247.597500', '114248.057500', '114248.517500', '114248.977500', '114249.437500', '114249.897500', '114250.357500', '114250.817500', '114251.277500', '114251.737500', '114252.197500', '114252.657500', '114253.117500', '114253.577500', '114254.037500', '114254.497500', '114254.957500', '114255.417500', '114255.877500', '114256.337500', '114256.797500', '114257.257500', '114257.717500', '114258.177500', '114258.637500', '114259.097500', '114259.557500', '114300.017500', '114300.477500', '114300.937500', '114301.397500', '114301.857500', '114302.317500', '114302.777500', '114303.237500', '114303.697500', '114304.157500', '114304.617500', '114305.077500', '114305.537500', '114305.997500', '114306.457500', '114306.917500', '114307.377500', '114307.837500', '114308.297500', '114308.757500', '114309.217500', '114309.677500', '114310.137500', '114310.597500', '114311.057500', '114311.517500', '114311.977500', '114312.437500', '114312.897500', '114313.357500', '114313.817500', '114314.277500', '114314.737500', '114315.197500', '114315.657500', '114316.117500', '114316.577500', '114317.037500', '114317.497500', '114317.957500', '114318.417500', '114318.877500', '114319.337500', '114319.797500', '114320.257500', '114320.717500', '114321.177500', '114321.637500', '114322.097500', '114322.557500', '114323.017500', '114323.477500', '114323.937500', '114324.397500', '114324.857500', '114325.317500', '114325.777500', '114326.237500', '114326.697500', '114327.157500', '114327.617500', '114328.077500', '114328.537500', '114328.997500', '114329.457500', '114329.917500', '114330.377500', '114330.837500', '114331.297500', '114331.757500', '114332.217500', '114332.677500', '114333.137500', '114333.597500', '114334.057500', '114334.517500', '114334.977500', '114335.437500', '114335.897500', '114336.357500', '114336.817500', '114337.277500', '114337.737500', '114338.197500', '114338.657500', '114339.117500', '114339.577500', '114340.037500', '114340.497500', '114340.957500', '114341.417500', '114341.877500', '114342.337500', '114342.797500', '114343.257500', '114343.717500', '114344.177500', '114344.637500', '114345.097500', '114345.557500', '114346.017500', '114346.477500', '114346.937500', '114347.397500', '114347.857500', '114348.317500', '114348.777500', '114349.237500', '114349.697500', '114350.157500', '114350.617500', '114351.077500', '114351.537500', '114351.997500', '114352.457500', '114352.917500', '114353.377500', '114353.837500', '114354.297500', '114354.757500', '114355.217500', '114355.677500', '114356.137500', '114356.597500', '114357.057500', '114357.517500', '114357.977500', '114358.437500', '114358.897500', '114359.357500', '114359.817500', '114400.277500', '114400.737500', '114401.197500', '114401.657500', '114402.117500', '114402.577500', '114403.037500', '114403.497500', '114403.957500', '114404.417500', '114404.877500', '114405.337500', '114405.797500', '114406.257500', '114406.717500', '114407.177500', '114407.637500', '114408.097500', '114408.557500', '114409.017500', '114409.477500', '114409.937500', '114410.397500', '114410.857500', '114411.317500', '114411.777500', '114412.237500', '114412.697500', '114413.157500', '114413.617500', '114414.077500', '114414.537500', '114414.997500', '114415.457500', '114415.917500', '114416.377500', '114416.837500', '114417.297500', '114417.757500', '114418.217500', '114418.677500', '114419.137500', '114419.597500', '114420.057500', '114420.517500', '114420.977500', '114421.437500', '114421.897500', '114422.357500', '114422.817500', '114423.277500', '114423.737500', '114424.197500', '114424.657500', '114425.117500', '114425.577500', '114426.037500', '114426.497500', '114426.957500', '114427.417500', '114427.877500', '114428.337500', '114428.797500', '114429.257500', '114429.717500', '114430.177500', '114430.637500', '114431.097500', '114431.557500', '114432.017500', '114432.477500', '114432.937500', '114433.397500', '114433.857500', '114434.317500', '114434.777500', '114435.237500', '114435.697500', '114436.157500', '114436.617500', '114437.077500', '114437.537500', '114437.997500', '114438.457500', '114438.917500', '114439.377500', '114439.837500', '114440.297500', '114440.757500', '114441.217500', '114441.677500', '114442.137500', '114442.597500', '114443.057500', '114443.517500', '114443.977500', '114444.437500', '114444.897500', '114445.357500', '114445.817500', '114446.277500', '114446.737500', '114447.197500', '114447.657500', '114448.117500', '114448.577500', '114449.037500', '114449.497500', '114449.957500', '114450.417500', '114450.877500', '114451.337500', '114451.797500', '114452.257500', '114452.717500', '114453.177500', '114453.637500', '114454.097500', '114454.557500', '114455.017500', '114455.477500', '114455.937500', '114456.397500', '114456.857500', '114457.317500', '114457.777500', '114458.237500', '114458.697500', '114459.157500', '114459.617500', '114500.077500', '114500.537500', '114500.997500', '114501.457500', '114501.917500', '114502.377500', '114502.837500', '114503.297500', '114503.757500', '114504.217500', '114504.677500', '114505.137500', '114505.597500', '114506.057500', '114506.517500', '114506.977500', '114507.437500', '114507.897500', '114508.357500', '114508.817500', '114509.277500', '114509.737500', '114510.197500', '114510.657500', '114511.117500', '114511.577500', '114512.037500', '114512.497500', '114512.957500', '114513.417500', '114513.877500', '114514.337500', '114514.797500', '114515.257500', '114515.717500', '114516.177500', '114516.637500', '114517.097500', '114517.557500', '114518.017500', '114518.477500', '114518.937500', '114519.397500', '114519.857500', '114520.317500', '114520.777500', '114521.237500', '114521.697500', '114522.157500', '114522.617500', '114523.077500', '114523.537500', '114523.997500', '114524.457500', '114524.917500', '114525.377500', '114525.837500', '114526.297500', '114526.757500', '114527.217500', '114527.677500', '114528.137500', '114528.597500', '114529.057500', '114529.517500', '114529.977500', '114530.437500', '114530.897500', '114531.357500', '114531.817500', '114532.277500', '114532.737500', '114533.197500', '114533.657500', '114534.117500', '114534.577500', '114535.037500', '114535.497500', '114535.957500', '114536.417500', '114536.877500', '114537.337500', '114537.797500', '114538.257500', '114538.717500', '114539.177500', '114539.637500', '114540.097500', '114540.557500', '114541.017500', '114541.477500', '114541.937500', '114542.397500', '114542.857500', '114543.317500', '114543.777500', '114544.237500', '114544.697500', '114545.157500', '114545.617500', '114546.077500', '114546.537500', '114546.997500', '114547.457500', '114547.917500', '114548.377500', '114548.837500', '114549.297500', '114549.757500', '114550.217500', '114550.677500', '114551.137500', '114551.597500', '114552.057500', '114552.517500', '114552.977500', '114553.437500', '114553.897500', '114554.357500', '114554.817500', '114555.277500', '114555.737500', '114556.197500', '114556.657500', '114557.117500', '114557.577500', '114558.037500', '114558.497500', '114558.957500', '114559.417500', '114559.877500', '114600.337500', '114600.797500', '114601.257500', '114601.717500', '114602.177500', '114602.637500', '114603.097500', '114603.557500', '114604.017500', '114604.477500', '114604.937500', '114605.397500', '114605.857500', '114606.317500', '114606.777500', '114607.237500', '114607.697500', '114608.157500', '114608.617500', '114609.077500', '114609.537500', '114609.997500', '114610.457500', '114610.917500', '114611.377500', '114611.837500', '114612.297500', '114612.757500', '114613.217500', '114613.677500', '114614.137500', '114614.597500', '114615.057500', '114615.517500', '114615.977500', '114616.437500', '114616.897500', '114617.357500', '114617.817500', '114618.277500', '114618.737500', '114619.197500', '114619.657500', '114620.117500', '114620.577500', '114621.037500', '114621.497500', '114621.957500', '114622.417500', '114622.877500', '114623.337500', '114623.797500', '114624.257500', '114624.717500', '114625.177500', '114625.637500', '114626.097500', '114626.557500', '114627.017500', '114627.477500', '114627.937500', '114628.397500', '114628.857500', '114629.317500', '114629.777500', '114630.237500', '114630.697500', '114631.157500', '114631.617500', '114632.077500', '114632.537500', '114632.997500', '114633.457500', '114633.917500', '114634.377500', '114634.837500', '114635.297500', '114635.757500', '114636.217500', '114636.677500', '114637.137500', '114637.597500', '114638.057500', '114638.517500', '114638.977500', '114639.437500', '114639.897500', '114640.357500', '114640.817500', '114641.277500', '114641.737500', '114642.197500', '114642.657500', '114643.117500', '114643.577500', '114644.037500', '114644.497500', '114644.957500', '114645.417500', '114645.877500', '114646.337500', '114646.797500', '114647.257500', '114647.717500', '114648.177500', '114648.637500', '114649.097500', '114649.557500', '114650.017500', '114650.477500', '114650.937500', '114651.397500', '114651.857500', '114652.317500', '114652.777500', '114653.237500', '114653.697500', '114654.157500', '114654.617500', '114655.077500', '114655.537500', '114655.997500', '114656.457500', '114656.917500', '114657.377500', '114657.837500', '114658.297500', '114658.757500', '114659.217500', '114659.677500', '114700.137500', '114700.597500', '114701.057500', '114701.517500', '114701.977500', '114702.437500', '114702.897500', '114703.357500', '114703.817500', '114704.277500', '114704.737500', '114705.197500', '114705.657500', '114706.117500', '114706.577500', '114707.037500', '114707.497500', '114707.957500', '114708.417500', '114708.877500', '114709.337500', '114709.797500', '114710.257500', '114710.717500', '114711.177500', '114711.637500', '114712.097500', '114712.557500', '114713.017500', '114713.477500', '114713.937500', '114714.397500', '114714.857500', '114715.317500', '114715.777500', '114716.237500', '114716.697500', '114717.157500', '114717.617500', '114718.077500', '114718.537500', '114718.997500', '114719.457500', '114719.917500', '114720.377500', '114720.837500', '114721.297500', '114721.757500', '114722.217500', '114722.677500', '114723.137500', '114723.597500', '114724.057500', '114724.517500', '114724.977500', '114725.437500', '114725.897500', '114726.357500', '114726.817500', '114727.277500', '114727.737500', '114728.197500', '114728.657500', '114729.117500', '114729.577500', '114730.037500', '114730.497500', '114730.957500', '114731.417500', '114731.877500', '114732.337500', '114732.797500', '114733.257500', '114733.717500', '114734.177500', '114734.637500', '114735.097500', '114735.557500', '114736.017500', '114736.477500', '114736.937500', '114737.397500', '114737.857500', '114738.317500', '114738.777500', '114739.237500', '114739.697500', '114740.157500', '114740.617500', '114741.077500', '114741.537500', '114741.997500', '114742.457500', '114742.917500', '114743.377500', '114743.837500', '114744.297500', '114744.757500', '114745.217500', '114745.677500', '114746.137500', '114746.597500', '114747.057500', '114747.517500', '114747.977500', '114748.437500', '114748.897500', '114749.357500', '114749.817500', '114750.277500', '114750.737500', '114751.197500', '114751.657500', '114752.117500', '114752.577500', '114753.037500', '114753.497500', '114753.957500', '114754.417500', '114754.877500', '114755.337500', '114755.797500', '114756.257500', '114756.717500', '114757.177500', '114757.637500', '114758.097500', '114758.557500', '114759.017500', '114759.477500', '114759.937500', '114800.397500', '114800.857500', '114801.317500', '114801.777500', '114802.237500', '114802.697500', '114803.157500', '114803.617500', '114804.077500', '114804.537500', '114804.997500', '114805.457500', '114805.917500', '114806.377500', '114806.837500', '114807.297500', '114807.757500', '114808.217500', '114808.677500', '114809.137500', '114809.597500', '114810.057500', '114810.517500', '114810.977500', '114811.437500', '114811.897500', '114812.357500', '114812.817500', '114813.277500', '114813.737500', '114814.197500', '114814.657500', '114815.117500', '114815.577500', '114816.037500', '114816.497500', '114816.957500', '114817.417500', '114817.877500', '114818.337500', '114818.797500', '114819.257500', '114819.717500', '114820.177500', '114820.637500', '114821.097500', '114821.557500', '114822.017500', '114822.477500', '114822.937500', '114823.397500', '114823.857500', '114824.317500', '114824.777500', '114825.237500', '114825.697500', '114826.157500', '114826.617500', '114827.077500', '114827.537500', '114827.997500', '114828.457500', '114828.917500', '114829.377500', '114829.837500', '114830.297500', '114830.757500', '114831.217500', '114831.677500', '114832.137500', '114832.597500', '114833.057500', '114833.517500', '114833.977500', '114834.437500', '114834.897500', '114835.357500', '114835.817500', '114836.277500', '114836.737500', '114837.197500', '114837.657500', '114838.117500', '114838.577500', '114839.037500', '114839.497500', '114839.957500', '114840.417500', '114840.877500', '114841.337500', '114841.797500', '114842.257500', '114842.717500', '114843.177500', '114843.637500', '114844.097500', '114844.557500', '114845.017500', '114845.477500', '114845.937500', '114846.397500', '114846.857500', '114847.317500', '114847.777500', '114848.237500', '114848.697500', '114849.157500', '114849.617500', '114850.077500', '114850.537500', '114850.997500', '114851.457500', '114851.917500', '114852.377500', '114852.837500', '114853.297500', '114853.757500', '114854.217500', '114854.677500', '114855.137500', '114855.597500', '114856.057500', '114856.517500', '114856.977500', '114857.437500', '114857.897500', '114858.357500', '114858.817500', '114859.277500', '114859.737500', '114900.197500', '114900.657500', '114901.117500', '114901.577500', '114902.037500', '114902.497500', '114902.957500', '114903.417500', '114903.877500', '114904.337500', '114904.797500', '114905.257500', '114905.717500', '114906.177500', '114906.637500', '114907.097500', '114907.557500', '114908.017500', '114908.477500', '114908.937500', '114909.397500', '114909.857500', '114910.317500', '114910.777500', '114911.237500', '114911.697500', '114912.157500', '114912.617500', '114913.077500', '114913.537500', '114913.997500', '114914.457500', '114914.917500', '114915.377500', '114915.837500', '114916.297500', '114916.757500', '114917.217500', '114917.677500', '114918.137500', '114918.597500', '114919.057500', '114919.517500', '114919.977500', '114920.437500', '114920.897500', '114921.357500', '114921.817500', '114922.277500', '114922.737500', '114923.197500', '114923.657500', '114924.117500', '114924.577500', '114925.037500', '114925.497500', '114925.957500', '114926.417500', '114926.877500', '114927.337500', '114927.797500', '114928.257500', '114928.717500', '114929.177500', '114929.637500', '114930.097500', '114930.557500', '114931.017500', '114931.477500', '114931.937500', '114932.397500', '114932.857500', '114933.317500', '114933.777500', '114934.237500', '114934.697500', '114935.157500', '114935.617500', '114936.077500', '114936.537500', '114936.997500', '114937.457500', '114937.917500', '114938.377500', '114938.837500', '114939.297500', '114939.757500', '114940.217500', '114940.677500', '114941.137500', '114941.597500', '114942.057500', '114942.517500', '114942.977500', '114943.437500', '114943.897500', '114944.357500', '114944.817500', '114945.277500', '114945.737500', '114946.197500', '114946.657500', '114947.117500', '114947.577500', '114948.037500', '114948.497500', '114948.957500', '114949.417500', '114949.877500', '114950.337500', '114950.797500', '114951.257500', '114951.717500', '114952.177500', '114952.637500', '114953.097500', '114953.557500', '114954.017500', '114954.477500', '114954.937500', '114955.397500', '114955.857500'], 'ContentTime': ['114118.158000', '114118.161000', '114118.164000', '114118.169000', '114118.172000', '114118.179000', '114118.182000', '114118.184000', '114118.187000', '114118.190000', '114118.192000', '114118.195000', '114118.197000', '114118.200000', '114118.203000', '114118.205000', '114118.208000', '114118.211000', '114118.213000', '114118.216000', '114118.218000', '114118.221000', '114118.223000', '114118.226000', '114118.228000', '114118.231000', '114118.237000', '114118.240000', '114118.242000', '114138.125000', '114138.128000', '114138.130000', '114138.133000', '114138.135000', '114138.138000', '114138.140000', '114138.143000', '114138.145000', '114138.148000', '114138.150000', '114138.153000', '114138.156000', '114138.158000', '114138.161000', '114138.163000', '114138.170000', '114138.173000', '114138.176000', '114138.178000', '114138.181000', '114138.183000', '114138.186000', '114138.188000', '114138.191000', '114138.193000', '114138.196000', '114138.198000', '114138.201000', '114138.203000', '114138.206000', '114138.208000', '114138.211000', '114138.214000', '114138.216000', '114138.219000', '114138.221000', '114138.224000', '114138.226000', '114138.229000', '114138.231000', '114138.234000', '114138.237000', '114158.124000', '114158.127000', '114158.130000', '114158.132000', '114158.135000', '114158.137000', '114158.140000', '114158.142000', '114158.154000', '114158.156000', '114158.159000', '114158.174000', '114158.176000', '114158.179000', '114158.181000', '114158.184000', '114158.186000', '114158.189000', '114158.192000', '114158.194000', '114158.197000', '114158.199000', '114158.202000', '114158.204000', '114158.207000', '114158.209000', '114158.212000', '114158.215000', '114158.217000', '114158.220000', '114158.222000', '114158.225000', '114158.227000', '114158.230000', '114158.232000', '114158.235000', '114158.238000', '114158.240000', '114158.243000', '114158.245000', '114158.248000', '114158.250000', '114158.253000', '114158.256000', '114218.123000', '114218.126000', '114218.129000', '114218.132000', '114218.134000', '114218.137000', '114218.139000', '114218.142000', '114218.145000', '114218.147000', '114218.150000', '114218.152000', '114218.155000', '114218.158000', '114218.160000', '114218.163000', '114218.166000', '114218.168000', '114218.171000', '114218.173000', '114218.176000', '114218.178000', '114218.181000', '114218.184000', '114218.186000', '114218.189000', '114218.191000', '114218.194000', '114218.196000', '114218.199000', '114218.202000', '114218.205000', '114218.208000', '114218.211000', '114218.213000', '114218.216000', '114218.219000', '114218.221000', '114218.224000', '114218.226000', '114218.229000', '114218.231000', '114218.234000', '114238.124000', '114238.127000', '114238.130000', '114238.132000', '114238.135000', '114238.137000', '114238.140000', '114238.142000', '114238.145000', '114238.148000', '114238.150000', '114238.153000', '114238.155000', '114238.158000', '114238.161000', '114238.163000', '114238.166000', '114238.168000', '114238.171000', '114238.173000', '114238.176000', '114238.179000', '114238.181000', '114238.184000', '114238.187000', '114238.189000', '114238.192000', '114238.194000', '114238.197000', '114238.200000', '114238.202000', '114238.205000', '114238.207000', '114238.210000', '114238.212000', '114238.215000', '114238.218000', '114238.220000', '114238.223000', '114238.225000', '114238.228000', '114238.231000', '114238.233000', '114238.236000', '114258.125000', '114258.127000', '114258.130000', '114258.133000', '114258.135000', '114258.138000', '114258.140000', '114258.143000', '114258.145000', '114258.148000', '114258.151000', '114258.153000', '114258.156000', '114258.158000', '114258.161000', '114258.163000', '114258.166000', '114258.169000', '114258.171000', '114258.174000', '114258.176000', '114258.179000', '114258.181000', '114258.184000', '114258.187000', '114258.189000', '114258.192000', '114258.194000', '114258.197000', '114258.200000', '114258.202000', '114258.205000', '114258.207000', '114258.210000', '114258.213000', '114258.215000', '114258.218000', '114258.220000', '114258.223000', '114258.226000', '114258.228000', '114258.231000', '114258.233000', '114318.125000', '114318.127000', '114318.130000', '114318.132000', '114318.135000', '114318.138000', '114318.140000', '114318.143000', '114318.146000', '114318.148000', '114318.151000', '114318.153000', '114318.156000', '114318.159000', '114318.161000', '114318.164000', '114318.166000', '114318.169000', '114318.171000', '114318.174000', '114318.177000', '114318.179000', '114318.182000', '114318.184000', '114318.187000', '114318.189000', '114318.192000', '114318.195000', '114318.197000', '114318.200000', '114318.202000', '114318.205000', '114318.208000', '114318.210000', '114318.213000', '114318.215000', '114318.218000', '114318.221000', '114318.223000', '114318.226000', '114318.228000', '114318.231000', '114318.233000', '114318.236000', '114338.124000', '114338.127000', '114338.130000', '114338.132000', '114338.135000', '114338.137000', '114338.140000', '114338.156000', '114338.159000', '114338.161000', '114338.164000', '114338.167000', '114338.169000', '114338.172000', '114338.174000', '114338.177000', '114338.179000', '114338.182000', '114338.185000', '114338.187000', '114338.190000', '114338.193000', '114338.195000', '114338.198000', '114338.200000', '114338.203000', '114338.205000', '114338.208000', '114338.211000', '114338.213000', '114338.216000', '114338.219000', '114338.221000', '114338.224000', '114338.226000', '114338.229000', '114338.232000', '114338.234000', '114338.237000', '114338.240000', '114338.243000', '114338.246000', '114338.248000', '114358.124000', '114358.127000', '114358.130000', '114358.132000', '114358.135000', '114358.138000', '114358.140000', '114358.143000', '114358.145000', '114358.148000', '114358.150000', '114358.153000', '114358.155000', '114358.158000', '114358.161000', '114358.163000', '114358.166000', '114358.168000', '114358.171000', '114358.174000', '114358.176000', '114358.179000', '114358.181000', '114358.184000', '114358.187000', '114358.189000', '114358.192000', '114358.194000', '114358.197000', '114358.200000', '114358.202000', '114358.205000', '114358.208000', '114358.211000', '114358.213000', '114358.216000', '114358.218000', '114358.221000', '114358.224000', '114358.226000', '114358.229000', '114358.231000', '114358.234000', '114358.237000', '114418.124000', '114418.127000', '114418.130000', '114418.133000', '114418.135000', '114418.138000', '114418.140000', '114418.143000', '114418.146000', '114418.148000', '114418.151000', '114418.154000', '114418.156000', '114418.159000', '114418.161000', '114418.164000', '114418.167000', '114418.169000', '114418.172000', '114418.174000', '114418.177000', '114418.180000', '114418.182000', '114418.185000', '114418.187000', '114418.190000', '114418.193000', '114418.195000', '114418.198000', '114418.200000', '114418.203000', '114418.206000', '114418.208000', '114418.211000', '114418.213000', '114418.216000', '114418.219000', '114418.221000', '114418.224000', '114418.226000', '114418.229000', '114418.231000', '114418.234000', '114438.124000', '114438.126000', '114438.129000', '114438.132000', '114438.134000', '114438.137000', '114438.139000', '114438.142000', '114438.145000', '114438.147000', '114438.150000', '114438.152000', '114438.155000', '114438.157000', '114438.160000', '114438.163000', '114438.165000', '114438.168000', '114438.170000', '114438.173000', '114438.176000', '114438.178000', '114438.181000', '114438.185000', '114438.187000', '114438.190000', '114438.193000', '114438.195000', '114438.198000', '114438.201000', '114438.203000', '114438.206000', '114438.208000', '114438.211000', '114438.214000', '114438.216000', '114438.219000', '114438.221000', '114438.224000', '114438.227000', '114438.229000', '114438.232000', '114438.234000', '114458.124000', '114458.127000', '114458.130000', '114458.133000', '114458.135000', '114458.138000', '114458.140000', '114458.143000', '114458.145000', '114458.148000', '114458.151000', '114458.153000', '114458.156000', '114458.158000', '114458.161000', '114458.163000', '114458.166000', '114458.168000', '114458.171000', '114458.174000', '114458.176000', '114458.179000', '114458.181000', '114458.184000', '114458.187000', '114458.189000', '114458.192000', '114458.194000', '114458.197000', '114458.199000', '114458.202000', '114458.205000', '114458.207000', '114458.210000', '114458.213000', '114458.215000', '114458.218000', '114458.220000', '114458.223000', '114458.225000', '114458.228000', '114458.231000', '114458.233000', '114458.236000', '114518.124000', '114518.127000', '114518.130000', '114518.133000', '114518.135000', '114518.138000', '114518.140000', '114518.143000', '114518.146000', '114518.148000', '114518.151000', '114518.153000', '114518.156000', '114518.158000', '114518.161000', '114518.164000', '114518.166000', '114518.169000', '114518.172000', '114518.174000', '114518.177000', '114518.180000', '114518.182000', '114518.185000', '114518.187000', '114518.190000', '114518.193000', '114518.195000', '114518.198000', '114518.201000', '114518.203000', '114518.206000', '114518.209000', '114518.211000', '114518.214000', '114518.216000', '114518.219000', '114518.222000', '114518.224000', '114518.227000', '114518.230000', '114518.232000', '114518.235000', '114518.237000', '114538.124000', '114538.127000', '114538.130000', '114538.133000', '114538.135000', '114538.138000', '114538.140000', '114538.143000', '114538.145000', '114538.148000', '114538.151000', '114538.153000', '114538.156000', '114538.158000', '114538.161000', '114538.163000', '114538.166000', '114538.169000', '114538.171000', '114538.174000', '114538.176000', '114538.179000', '114538.182000', '114538.184000', '114538.187000', '114538.189000', '114538.192000', '114538.194000', '114538.197000', '114538.200000', '114538.202000', '114538.205000', '114538.207000', '114538.210000', '114538.213000', '114538.215000', '114538.218000', '114538.220000', '114538.223000', '114538.225000', '114538.228000', '114538.231000', '114538.233000', '114558.125000', '114558.127000', '114558.130000', '114558.133000', '114558.135000', '114558.138000', '114558.141000', '114558.144000', '114558.147000', '114558.149000', '114558.152000', '114558.155000', '114558.157000', '114558.160000', '114558.163000', '114558.165000', '114558.168000', '114558.170000', '114558.173000', '114558.176000', '114558.178000', '114558.181000', '114558.183000', '114558.186000', '114558.188000', '114558.191000', '114558.194000', '114558.196000', '114558.199000', '114558.202000', '114558.204000', '114558.207000', '114558.209000', '114558.212000', '114558.215000', '114558.217000', '114558.220000', '114558.222000', '114558.225000', '114558.228000', '114558.230000', '114558.233000', '114558.236000', '114558.238000', '114618.125000', '114618.127000', '114618.130000', '114618.133000', '114618.135000', '114618.138000', '114618.141000', '114618.143000', '114618.146000', '114618.148000', '114618.151000', '114618.154000', '114618.156000', '114618.159000', '114618.161000', '114618.164000', '114618.167000', '114618.169000', '114618.172000', '114618.174000', '114618.177000', '114618.179000', '114618.182000', '114618.185000', '114618.187000', '114618.190000', '114618.192000', '114618.195000', '114618.200000', '114618.202000', '114618.205000', '114618.208000', '114618.210000', '114618.213000', '114618.215000', '114618.218000', '114618.221000', '114618.223000', '114618.226000', '114618.228000', '114618.231000', '114618.233000', '114618.236000', '114638.124000', '114638.127000', '114638.130000', '114638.133000', '114638.135000', '114638.138000', '114638.140000', '114638.143000', '114638.146000', '114638.148000', '114638.151000', '114638.153000', '114638.156000', '114638.172000', '114638.175000', '114638.177000', '114638.180000', '114638.182000', '114638.185000', '114638.187000', '114638.190000', '114638.193000', '114638.195000', '114638.198000', '114638.200000', '114638.203000', '114638.206000', '114638.208000', '114638.211000', '114638.214000', '114638.217000', '114638.219000', '114638.223000', '114638.226000', '114638.229000', '114638.231000', '114638.234000', '114638.237000', '114638.239000', '114638.242000', '114638.245000', '114638.247000', '114638.250000', '114638.260000', '114658.124000', '114658.126000', '114658.129000', '114658.132000', '114658.135000', '114658.137000', '114658.140000', '114658.143000', '114658.145000', '114658.148000', '114658.150000', '114658.153000', '114658.156000', '114658.159000', '114658.161000', '114658.164000', '114658.167000', '114658.169000', '114658.172000', '114658.174000', '114658.177000', '114658.180000', '114658.182000', '114658.185000', '114658.187000', '114658.190000', '114658.193000', '114658.195000', '114658.198000', '114658.200000', '114658.203000', '114658.205000', '114658.208000', '114658.211000', '114658.213000', '114658.216000', '114658.218000', '114658.221000', '114658.223000', '114658.226000', '114658.229000', '114658.231000', '114658.234000', '114718.125000', '114718.128000', '114718.130000', '114718.133000', '114718.135000', '114718.138000', '114718.140000', '114718.143000', '114718.146000', '114718.148000', '114718.151000', '114718.153000', '114718.156000', '114718.159000', '114718.162000', '114718.165000', '114718.168000', '114718.170000', '114718.173000', '114718.175000', '114718.178000', '114718.180000', '114718.184000', '114718.187000', '114718.189000', '114718.192000', '114718.195000', '114718.197000', '114718.200000', '114718.203000', '114718.205000', '114718.208000', '114718.210000', '114718.213000', '114718.216000', '114718.218000', '114718.221000', '114718.223000', '114718.226000', '114718.228000', '114718.231000', '114718.234000', '114718.242000', '114738.125000', '114738.127000', '114738.130000', '114738.133000', '114738.136000', '114738.138000', '114738.141000', '114738.143000', '114738.146000', '114738.149000', '114738.152000', '114738.155000', '114738.158000', '114738.160000', '114738.163000', '114738.165000', '114738.168000', '114738.171000', '114738.173000', '114738.181000', '114738.184000', '114738.186000', '114738.189000', '114738.192000', '114738.194000', '114738.197000', '114738.200000', '114738.202000', '114738.205000', '114738.208000', '114738.210000', '114738.213000', '114738.215000', '114738.218000', '114738.221000', '114738.223000', '114738.226000', '114738.228000', '114738.231000', '114738.233000', '114738.236000', '114738.239000', '114738.241000', '114738.244000', '114758.125000', '114758.127000', '114758.130000', '114758.133000', '114758.135000', '114758.138000', '114758.140000', '114758.143000', '114758.146000', '114758.148000', '114758.151000', '114758.154000', '114758.156000', '114758.159000', '114758.161000', '114758.164000', '114758.167000', '114758.169000', '114758.172000', '114758.175000', '114758.177000', '114758.180000', '114758.182000', '114758.185000', '114758.199000', '114758.202000', '114758.205000', '114758.207000', '114758.210000', '114758.213000', '114758.215000', '114758.218000', '114758.220000', '114758.223000', '114758.226000', '114758.228000', '114758.231000', '114758.233000', '114758.236000', '114758.239000', '114758.241000', '114758.244000', '114758.246000', '114818.125000', '114818.127000', '114818.130000', '114818.133000', '114818.135000', '114818.138000', '114818.140000', '114818.143000', '114818.145000', '114818.148000', '114818.151000', '114818.153000', '114818.156000', '114818.158000', '114818.161000', '114818.164000', '114818.166000', '114818.169000', '114818.172000', '114818.174000', '114818.177000', '114818.180000', '114818.182000', '114818.185000', '114818.188000', '114818.190000', '114818.193000', '114818.196000', '114818.198000', '114818.201000', '114818.203000', '114818.206000', '114818.209000', '114818.211000', '114818.214000', '114818.216000', '114818.219000', '114818.221000', '114818.224000', '114818.227000', '114818.229000', '114818.232000', '114818.234000', '114818.237000', '114838.125000', '114838.127000', '114838.130000', '114838.133000', '114838.136000', '114838.138000', '114838.141000', '114838.144000', '114838.146000', '114838.149000', '114838.152000', '114838.154000', '114838.157000', '114838.160000', '114838.162000', '114838.165000', '114838.168000', '114838.171000', '114838.174000', '114838.177000', '114838.180000', '114838.182000', '114838.185000', '114838.188000', '114838.190000', '114838.193000', '114838.196000', '114838.198000', '114838.201000', '114838.204000', '114838.206000', '114838.209000', '114838.212000', '114838.214000', '114838.217000', '114838.220000', '114838.223000', '114838.226000', '114838.229000', '114838.231000', '114838.234000', '114838.237000', '114838.239000', '114858.125000', '114858.128000', '114858.131000', '114858.134000', '114858.136000', '114858.139000', '114858.142000', '114858.144000', '114858.147000', '114858.150000', '114858.152000', '114858.155000', '114858.157000', '114858.160000', '114858.163000', '114858.165000', '114858.168000', '114858.170000', '114858.173000', '114858.176000', '114858.178000', '114858.181000', '114858.184000', '114858.186000', '114858.189000', '114858.201000', '114858.203000', '114858.206000', '114858.209000', '114858.211000', '114858.214000', '114858.216000', '114858.219000', '114858.222000', '114858.224000', '114858.227000', '114858.230000', '114858.232000', '114858.235000', '114858.237000', '114858.240000', '114858.243000', '114858.245000', '114858.248000', '114918.124000', '114918.126000', '114918.129000', '114918.132000', '114918.134000', '114918.137000', '114918.139000', '114918.142000', '114918.145000', '114918.148000', '114918.150000', '114918.153000', '114918.155000', '114918.158000', '114918.161000', '114918.163000', '114918.166000', '114918.169000', '114918.171000', '114918.174000', '114918.177000', '114918.210000', '114918.213000', '114918.215000', '114918.218000', '114918.220000', '114918.223000', '114918.225000', '114918.228000', '114918.231000', '114918.233000', '114918.236000', '114918.238000', '114918.241000', '114918.243000', '114918.246000', '114918.249000', '114918.251000', '114918.254000', '114918.257000', '114918.259000', '114918.262000', '114918.264000', '114938.125000', '114938.128000', '114938.130000', '114938.133000', '114938.135000', '114938.138000', '114938.141000', '114938.143000', '114938.146000', '114938.149000', '114938.151000', '114938.154000', '114938.156000', '114938.159000', '114938.162000', '114938.164000', '114938.167000', '114938.169000', '114938.172000', '114938.175000', '114938.177000', '114938.180000', '114938.182000', '114938.185000', '114938.187000', '114938.190000', '114938.193000', '114938.195000', '114938.198000', '114938.200000', '114938.203000', '114938.205000', '114938.208000', '114938.211000', '114938.213000', '114938.216000', '114938.219000', '114938.221000', '114938.224000', '114938.226000', '114938.229000', '114938.231000', '114938.234000', '114938.236000', '114956.827000', '114956.873000', '114956.876000', '114956.878000', '114956.881000', '114956.884000', '114956.886000', '114956.889000', '114956.892000', '114956.895000', '114956.898000', '114956.901000', '114956.904000', '114956.907000', '114956.910000', '114956.913000', '114956.915000', '114956.919000', '114956.921000', '114956.924000', '114956.929000', '114956.936000', '114956.939000', '114956.943000', '114956.947000', '114956.951000', '114956.956000', '114956.959000', '114956.962000', '114956.965000', '114956.968000', '114956.971000', '114956.974000', '114956.977000', '114956.980000', '114956.982000', '114956.985000', '114956.988000', '114957.005000', '114957.008000', '114957.011000'], 'InstanceCreationTime': ['114118.158000', '114118.161000', '114118.164000', '114118.169000', '114118.172000', '114118.179000', '114118.182000', '114118.184000', '114118.187000', '114118.190000', '114118.192000', '114118.195000', '114118.197000', '114118.200000', '114118.203000', '114118.205000', '114118.208000', '114118.211000', '114118.213000', '114118.216000', '114118.218000', '114118.221000', '114118.223000', '114118.226000', '114118.228000', '114118.231000', '114118.237000', '114118.240000', '114118.242000', '114138.125000', '114138.128000', '114138.130000', '114138.133000', '114138.135000', '114138.138000', '114138.140000', '114138.143000', '114138.145000', '114138.148000', '114138.150000', '114138.153000', '114138.156000', '114138.158000', '114138.161000', '114138.163000', '114138.170000', '114138.173000', '114138.176000', '114138.178000', '114138.181000', '114138.183000', '114138.186000', '114138.188000', '114138.191000', '114138.193000', '114138.196000', '114138.198000', '114138.201000', '114138.203000', '114138.206000', '114138.208000', '114138.211000', '114138.214000', '114138.216000', '114138.219000', '114138.221000', '114138.224000', '114138.226000', '114138.229000', '114138.231000', '114138.234000', '114138.237000', '114158.124000', '114158.127000', '114158.130000', '114158.132000', '114158.135000', '114158.137000', '114158.140000', '114158.142000', '114158.154000', '114158.156000', '114158.159000', '114158.174000', '114158.176000', '114158.179000', '114158.181000', '114158.184000', '114158.186000', '114158.189000', '114158.192000', '114158.194000', '114158.197000', '114158.199000', '114158.202000', '114158.204000', '114158.207000', '114158.209000', '114158.212000', '114158.215000', '114158.217000', '114158.220000', '114158.222000', '114158.225000', '114158.227000', '114158.230000', '114158.232000', '114158.235000', '114158.238000', '114158.240000', '114158.243000', '114158.245000', '114158.248000', '114158.250000', '114158.253000', '114158.256000', '114218.123000', '114218.126000', '114218.129000', '114218.132000', '114218.134000', '114218.137000', '114218.139000', '114218.142000', '114218.145000', '114218.147000', '114218.150000', '114218.152000', '114218.155000', '114218.158000', '114218.160000', '114218.163000', '114218.166000', '114218.168000', '114218.171000', '114218.173000', '114218.176000', '114218.178000', '114218.181000', '114218.184000', '114218.186000', '114218.189000', '114218.191000', '114218.194000', '114218.196000', '114218.199000', '114218.202000', '114218.205000', '114218.208000', '114218.211000', '114218.213000', '114218.216000', '114218.219000', '114218.221000', '114218.224000', '114218.226000', '114218.229000', '114218.231000', '114218.234000', '114238.124000', '114238.127000', '114238.130000', '114238.132000', '114238.135000', '114238.137000', '114238.140000', '114238.142000', '114238.145000', '114238.148000', '114238.150000', '114238.153000', '114238.155000', '114238.158000', '114238.161000', '114238.163000', '114238.166000', '114238.168000', '114238.171000', '114238.173000', '114238.176000', '114238.179000', '114238.181000', '114238.184000', '114238.187000', '114238.189000', '114238.192000', '114238.194000', '114238.197000', '114238.200000', '114238.202000', '114238.205000', '114238.207000', '114238.210000', '114238.212000', '114238.215000', '114238.218000', '114238.220000', '114238.223000', '114238.225000', '114238.228000', '114238.231000', '114238.233000', '114238.236000', '114258.125000', '114258.127000', '114258.130000', '114258.133000', '114258.135000', '114258.138000', '114258.140000', '114258.143000', '114258.145000', '114258.148000', '114258.151000', '114258.153000', '114258.156000', '114258.158000', '114258.161000', '114258.163000', '114258.166000', '114258.169000', '114258.171000', '114258.174000', '114258.176000', '114258.179000', '114258.181000', '114258.184000', '114258.187000', '114258.189000', '114258.192000', '114258.194000', '114258.197000', '114258.200000', '114258.202000', '114258.205000', '114258.207000', '114258.210000', '114258.213000', '114258.215000', '114258.218000', '114258.220000', '114258.223000', '114258.226000', '114258.228000', '114258.231000', '114258.233000', '114318.125000', '114318.127000', '114318.130000', '114318.132000', '114318.135000', '114318.138000', '114318.140000', '114318.143000', '114318.146000', '114318.148000', '114318.151000', '114318.153000', '114318.156000', '114318.159000', '114318.161000', '114318.164000', '114318.166000', '114318.169000', '114318.171000', '114318.174000', '114318.177000', '114318.179000', '114318.182000', '114318.184000', '114318.187000', '114318.189000', '114318.192000', '114318.195000', '114318.197000', '114318.200000', '114318.202000', '114318.205000', '114318.208000', '114318.210000', '114318.213000', '114318.215000', '114318.218000', '114318.221000', '114318.223000', '114318.226000', '114318.228000', '114318.231000', '114318.233000', '114318.236000', '114338.124000', '114338.127000', '114338.130000', '114338.132000', '114338.135000', '114338.137000', '114338.140000', '114338.156000', '114338.159000', '114338.161000', '114338.164000', '114338.167000', '114338.169000', '114338.172000', '114338.174000', '114338.177000', '114338.179000', '114338.182000', '114338.185000', '114338.187000', '114338.190000', '114338.193000', '114338.195000', '114338.198000', '114338.200000', '114338.203000', '114338.205000', '114338.208000', '114338.211000', '114338.213000', '114338.216000', '114338.219000', '114338.221000', '114338.224000', '114338.226000', '114338.229000', '114338.232000', '114338.234000', '114338.237000', '114338.240000', '114338.243000', '114338.246000', '114338.248000', '114358.124000', '114358.127000', '114358.130000', '114358.132000', '114358.135000', '114358.138000', '114358.140000', '114358.143000', '114358.145000', '114358.148000', '114358.150000', '114358.153000', '114358.155000', '114358.158000', '114358.161000', '114358.163000', '114358.166000', '114358.168000', '114358.171000', '114358.174000', '114358.176000', '114358.179000', '114358.181000', '114358.184000', '114358.187000', '114358.189000', '114358.192000', '114358.194000', '114358.197000', '114358.200000', '114358.202000', '114358.205000', '114358.208000', '114358.211000', '114358.213000', '114358.216000', '114358.218000', '114358.221000', '114358.224000', '114358.226000', '114358.229000', '114358.231000', '114358.234000', '114358.237000', '114418.124000', '114418.127000', '114418.130000', '114418.133000', '114418.135000', '114418.138000', '114418.140000', '114418.143000', '114418.146000', '114418.148000', '114418.151000', '114418.154000', '114418.156000', '114418.159000', '114418.161000', '114418.164000', '114418.167000', '114418.169000', '114418.172000', '114418.174000', '114418.177000', '114418.180000', '114418.182000', '114418.185000', '114418.187000', '114418.190000', '114418.193000', '114418.195000', '114418.198000', '114418.200000', '114418.203000', '114418.206000', '114418.208000', '114418.211000', '114418.213000', '114418.216000', '114418.219000', '114418.221000', '114418.224000', '114418.226000', '114418.229000', '114418.231000', '114418.234000', '114438.124000', '114438.126000', '114438.129000', '114438.132000', '114438.134000', '114438.137000', '114438.139000', '114438.142000', '114438.145000', '114438.147000', '114438.150000', '114438.152000', '114438.155000', '114438.157000', '114438.160000', '114438.163000', '114438.165000', '114438.168000', '114438.170000', '114438.173000', '114438.176000', '114438.178000', '114438.181000', '114438.185000', '114438.187000', '114438.190000', '114438.193000', '114438.195000', '114438.198000', '114438.201000', '114438.203000', '114438.206000', '114438.208000', '114438.211000', '114438.214000', '114438.216000', '114438.219000', '114438.221000', '114438.224000', '114438.227000', '114438.229000', '114438.232000', '114438.234000', '114458.124000', '114458.127000', '114458.130000', '114458.133000', '114458.135000', '114458.138000', '114458.140000', '114458.143000', '114458.145000', '114458.148000', '114458.151000', '114458.153000', '114458.156000', '114458.158000', '114458.161000', '114458.163000', '114458.166000', '114458.168000', '114458.171000', '114458.174000', '114458.176000', '114458.179000', '114458.181000', '114458.184000', '114458.187000', '114458.189000', '114458.192000', '114458.194000', '114458.197000', '114458.199000', '114458.202000', '114458.205000', '114458.207000', '114458.210000', '114458.213000', '114458.215000', '114458.218000', '114458.220000', '114458.223000', '114458.225000', '114458.228000', '114458.231000', '114458.233000', '114458.236000', '114518.124000', '114518.127000', '114518.130000', '114518.133000', '114518.135000', '114518.138000', '114518.140000', '114518.143000', '114518.146000', '114518.148000', '114518.151000', '114518.153000', '114518.156000', '114518.158000', '114518.161000', '114518.164000', '114518.166000', '114518.169000', '114518.172000', '114518.174000', '114518.177000', '114518.180000', '114518.182000', '114518.185000', '114518.187000', '114518.190000', '114518.193000', '114518.195000', '114518.198000', '114518.201000', '114518.203000', '114518.206000', '114518.209000', '114518.211000', '114518.214000', '114518.216000', '114518.219000', '114518.222000', '114518.224000', '114518.227000', '114518.230000', '114518.232000', '114518.235000', '114518.237000', '114538.124000', '114538.127000', '114538.130000', '114538.133000', '114538.135000', '114538.138000', '114538.140000', '114538.143000', '114538.145000', '114538.148000', '114538.151000', '114538.153000', '114538.156000', '114538.158000', '114538.161000', '114538.163000', '114538.166000', '114538.169000', '114538.171000', '114538.174000', '114538.176000', '114538.179000', '114538.182000', '114538.184000', '114538.187000', '114538.189000', '114538.192000', '114538.194000', '114538.197000', '114538.200000', '114538.202000', '114538.205000', '114538.207000', '114538.210000', '114538.213000', '114538.215000', '114538.218000', '114538.220000', '114538.223000', '114538.225000', '114538.228000', '114538.231000', '114538.233000', '114558.125000', '114558.127000', '114558.130000', '114558.133000', '114558.135000', '114558.138000', '114558.141000', '114558.144000', '114558.147000', '114558.149000', '114558.152000', '114558.155000', '114558.157000', '114558.160000', '114558.163000', '114558.165000', '114558.168000', '114558.170000', '114558.173000', '114558.176000', '114558.178000', '114558.181000', '114558.183000', '114558.186000', '114558.188000', '114558.191000', '114558.194000', '114558.196000', '114558.199000', '114558.202000', '114558.204000', '114558.207000', '114558.209000', '114558.212000', '114558.215000', '114558.217000', '114558.220000', '114558.222000', '114558.225000', '114558.228000', '114558.230000', '114558.233000', '114558.236000', '114558.238000', '114618.125000', '114618.127000', '114618.130000', '114618.133000', '114618.135000', '114618.138000', '114618.141000', '114618.143000', '114618.146000', '114618.148000', '114618.151000', '114618.154000', '114618.156000', '114618.159000', '114618.161000', '114618.164000', '114618.167000', '114618.169000', '114618.172000', '114618.174000', '114618.177000', '114618.179000', '114618.182000', '114618.185000', '114618.187000', '114618.190000', '114618.192000', '114618.195000', '114618.200000', '114618.202000', '114618.205000', '114618.208000', '114618.210000', '114618.213000', '114618.215000', '114618.218000', '114618.221000', '114618.223000', '114618.226000', '114618.228000', '114618.231000', '114618.233000', '114618.236000', '114638.124000', '114638.127000', '114638.130000', '114638.133000', '114638.135000', '114638.138000', '114638.140000', '114638.143000', '114638.146000', '114638.148000', '114638.151000', '114638.153000', '114638.156000', '114638.172000', '114638.175000', '114638.177000', '114638.180000', '114638.182000', '114638.185000', '114638.187000', '114638.190000', '114638.193000', '114638.195000', '114638.198000', '114638.200000', '114638.203000', '114638.206000', '114638.208000', '114638.211000', '114638.214000', '114638.217000', '114638.219000', '114638.223000', '114638.226000', '114638.229000', '114638.231000', '114638.234000', '114638.237000', '114638.239000', '114638.242000', '114638.245000', '114638.247000', '114638.250000', '114638.260000', '114658.124000', '114658.126000', '114658.129000', '114658.132000', '114658.135000', '114658.137000', '114658.140000', '114658.143000', '114658.145000', '114658.148000', '114658.150000', '114658.153000', '114658.156000', '114658.159000', '114658.161000', '114658.164000', '114658.167000', '114658.169000', '114658.172000', '114658.174000', '114658.177000', '114658.180000', '114658.182000', '114658.185000', '114658.187000', '114658.190000', '114658.193000', '114658.195000', '114658.198000', '114658.200000', '114658.203000', '114658.205000', '114658.208000', '114658.211000', '114658.213000', '114658.216000', '114658.218000', '114658.221000', '114658.223000', '114658.226000', '114658.229000', '114658.231000', '114658.234000', '114718.125000', '114718.128000', '114718.130000', '114718.133000', '114718.135000', '114718.138000', '114718.140000', '114718.143000', '114718.146000', '114718.148000', '114718.151000', '114718.153000', '114718.156000', '114718.159000', '114718.162000', '114718.165000', '114718.168000', '114718.170000', '114718.173000', '114718.175000', '114718.178000', '114718.180000', '114718.184000', '114718.187000', '114718.189000', '114718.192000', '114718.195000', '114718.197000', '114718.200000', '114718.203000', '114718.205000', '114718.208000', '114718.210000', '114718.213000', '114718.216000', '114718.218000', '114718.221000', '114718.223000', '114718.226000', '114718.228000', '114718.231000', '114718.234000', '114718.242000', '114738.125000', '114738.127000', '114738.130000', '114738.133000', '114738.136000', '114738.138000', '114738.141000', '114738.143000', '114738.146000', '114738.149000', '114738.152000', '114738.155000', '114738.158000', '114738.160000', '114738.163000', '114738.165000', '114738.168000', '114738.171000', '114738.173000', '114738.181000', '114738.184000', '114738.186000', '114738.189000', '114738.192000', '114738.194000', '114738.197000', '114738.200000', '114738.202000', '114738.205000', '114738.208000', '114738.210000', '114738.213000', '114738.215000', '114738.218000', '114738.221000', '114738.223000', '114738.226000', '114738.228000', '114738.231000', '114738.233000', '114738.236000', '114738.239000', '114738.241000', '114738.244000', '114758.125000', '114758.127000', '114758.130000', '114758.133000', '114758.135000', '114758.138000', '114758.140000', '114758.143000', '114758.146000', '114758.148000', '114758.151000', '114758.154000', '114758.156000', '114758.159000', '114758.161000', '114758.164000', '114758.167000', '114758.169000', '114758.172000', '114758.175000', '114758.177000', '114758.180000', '114758.182000', '114758.185000', '114758.199000', '114758.202000', '114758.205000', '114758.207000', '114758.210000', '114758.213000', '114758.215000', '114758.218000', '114758.220000', '114758.223000', '114758.226000', '114758.228000', '114758.231000', '114758.233000', '114758.236000', '114758.239000', '114758.241000', '114758.244000', '114758.246000', '114818.125000', '114818.127000', '114818.130000', '114818.133000', '114818.135000', '114818.138000', '114818.140000', '114818.143000', '114818.145000', '114818.148000', '114818.151000', '114818.153000', '114818.156000', '114818.158000', '114818.161000', '114818.164000', '114818.166000', '114818.169000', '114818.172000', '114818.174000', '114818.177000', '114818.180000', '114818.182000', '114818.185000', '114818.188000', '114818.190000', '114818.193000', '114818.196000', '114818.198000', '114818.201000', '114818.203000', '114818.206000', '114818.209000', '114818.211000', '114818.214000', '114818.216000', '114818.219000', '114818.221000', '114818.224000', '114818.227000', '114818.229000', '114818.232000', '114818.234000', '114818.237000', '114838.125000', '114838.127000', '114838.130000', '114838.133000', '114838.136000', '114838.138000', '114838.141000', '114838.144000', '114838.146000', '114838.149000', '114838.152000', '114838.154000', '114838.157000', '114838.160000', '114838.162000', '114838.165000', '114838.168000', '114838.171000', '114838.174000', '114838.177000', '114838.180000', '114838.182000', '114838.185000', '114838.188000', '114838.190000', '114838.193000', '114838.196000', '114838.198000', '114838.201000', '114838.204000', '114838.206000', '114838.209000', '114838.212000', '114838.214000', '114838.217000', '114838.220000', '114838.223000', '114838.226000', '114838.229000', '114838.231000', '114838.234000', '114838.237000', '114838.239000', '114858.125000', '114858.128000', '114858.131000', '114858.134000', '114858.136000', '114858.139000', '114858.142000', '114858.144000', '114858.147000', '114858.150000', '114858.152000', '114858.155000', '114858.157000', '114858.160000', '114858.163000', '114858.165000', '114858.168000', '114858.170000', '114858.173000', '114858.176000', '114858.178000', '114858.181000', '114858.184000', '114858.186000', '114858.189000', '114858.201000', '114858.203000', '114858.206000', '114858.209000', '114858.211000', '114858.214000', '114858.216000', '114858.219000', '114858.222000', '114858.224000', '114858.227000', '114858.230000', '114858.232000', '114858.235000', '114858.237000', '114858.240000', '114858.243000', '114858.245000', '114858.248000', '114918.124000', '114918.126000', '114918.129000', '114918.132000', '114918.134000', '114918.137000', '114918.139000', '114918.142000', '114918.145000', '114918.148000', '114918.150000', '114918.153000', '114918.155000', '114918.158000', '114918.161000', '114918.163000', '114918.166000', '114918.169000', '114918.171000', '114918.174000', '114918.177000', '114918.210000', '114918.213000', '114918.215000', '114918.218000', '114918.220000', '114918.223000', '114918.225000', '114918.228000', '114918.231000', '114918.233000', '114918.236000', '114918.238000', '114918.241000', '114918.243000', '114918.246000', '114918.249000', '114918.251000', '114918.254000', '114918.257000', '114918.259000', '114918.262000', '114918.264000', '114938.125000', '114938.128000', '114938.130000', '114938.133000', '114938.135000', '114938.138000', '114938.141000', '114938.143000', '114938.146000', '114938.149000', '114938.151000', '114938.154000', '114938.156000', '114938.159000', '114938.162000', '114938.164000', '114938.167000', '114938.169000', '114938.172000', '114938.175000', '114938.177000', '114938.180000', '114938.182000', '114938.185000', '114938.187000', '114938.190000', '114938.193000', '114938.195000', '114938.198000', '114938.200000', '114938.203000', '114938.205000', '114938.208000', '114938.211000', '114938.213000', '114938.216000', '114938.219000', '114938.221000', '114938.224000', '114938.226000', '114938.229000', '114938.231000', '114938.234000', '114938.236000', '114956.827000', '114956.873000', '114956.876000', '114956.878000', '114956.881000', '114956.884000', '114956.886000', '114956.889000', '114956.892000', '114956.895000', '114956.898000', '114956.901000', '114956.904000', '114956.907000', '114956.910000', '114956.913000', '114956.915000', '114956.919000', '114956.921000', '114956.924000', '114956.929000', '114956.936000', '114956.939000', '114956.943000', '114956.947000', '114956.951000', '114956.956000', '114956.959000', '114956.962000', '114956.965000', '114956.968000', '114956.971000', '114956.974000', '114956.977000', '114956.980000', '114956.982000', '114956.985000', '114956.988000', '114957.005000', '114957.008000', '114957.011000'], '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], 'LargestImagePixelValue': [7780, 6131, 9080, 6445, 11308, 9124, 7631, 9951, 7101, 12505, 8236, 13799, 9799, 6903, 9237, 6562, 11329, 8535, 6844, 8579, 6013, 9953, 7733, 7342, 9186, 6482, 10799, 7960, 9216, 9377, 7100, 10500, 7957, 6773, 9096, 8055, 13136, 8779, 6758, 9467, 6553, 12468, 9079, 6454, 9004, 6382, 11110, 8623, 7701, 9492, 6213, 8979, 7605, 6895, 10713, 7489, 6000, 8669, 6098, 11696, 8969, 9888, 8631, 5805, 9473, 6524, 11938, 8761, 5773, 9061, 6009, 10207, 9013, 6038, 9544, 7334, 6142, 9383, 8458, 12942, 8757, 6874, 9317, 6947, 11934, 8476, 9101, 8033, 5880, 9583, 7143, 11425, 8842, 6023, 9185, 6272, 9683, 7580, 10162, 6697, 7159, 7965, 6364, 9301, 7138, 10102, 6898, 6240, 8157, 6442, 9191, 8519, 10527, 7061, 9935, 7473, 11937, 9121, 6707, 8830, 6007, 9447, 6956, 11486, 9886, 6618, 9286, 6206, 9276, 7206, 12332, 9389, 5901, 9056, 6382, 10362, 7695, 11317, 8123, 5806, 9252, 6097, 10252, 7503, 11465, 7439, 7162, 7730, 7042, 8824, 7393, 9476, 6568, 5926, 8350, 6311, 9274, 7078, 11566, 7498, 5831, 8793, 6561, 11936, 9471, 8010, 9390, 6372, 9775, 6994, 11895, 8561, 6701, 8469, 5814, 9981, 7791, 8007, 9265, 6198, 9629, 7834, 7413, 9237, 7472, 7020, 8593, 6187, 11028, 8582, 6771, 8892, 6849, 5985, 9266, 6866, 11503, 8441, 6805, 8273, 8996, 9143, 8378, 10297, 6652, 9890, 6733, 12366, 8674, 6295, 8872, 6419, 11194, 8238, 6254, 9204, 6395, 5734, 8771, 6836, 8634, 8111, 5710, 9660, 6718, 10931, 8074, 7104, 8106, 5823, 9373, 7418, 10413, 8530, 5805, 9851, 7536, 12966, 10409, 7791, 9343, 6928, 10741, 8768, 7015, 8375, 5889, 9549, 7259, 10071, 8858, 5903, 10205, 7608, 7995, 9556, 6960, 8700, 7654, 6227, 9374, 8231, 10796, 7759, 6381, 8860, 7450, 12220, 8230, 5645, 9604, 7038, 6461, 9019, 7081, 5839, 8763, 6255, 9034, 8438, 7242, 8842, 8119, 6430, 10138, 8026, 8420, 9322, 6710, 5727, 9612, 7718, 6734, 8815, 6938, 6680, 8441, 8329, 11783, 7796, 6260, 8676, 6910, 12663, 9091, 5694, 9060, 6458, 9816, 8668, 7167, 9086, 7641, 5827, 10207, 8015, 12882, 8228, 6445, 8814, 7071, 9228, 6876, 10314, 6889, 10116, 7415, 7879, 9056, 6059, 9183, 7284, 6692, 8630, 6798, 9607, 7231, 10054, 7952, 7941, 9129, 6751, 7139, 7928, 5870, 11332, 9085, 7304, 9069, 6435, 10927, 7748, 12517, 8974, 7369, 7684, 5832, 8402, 5616, 9829, 6854, 5694, 8426, 5574, 10143, 7310, 12575, 8248, 6782, 8849, 6355, 9142, 7930, 12650, 8026, 6820, 8689, 6427, 9047, 7176, 11501, 7704, 5918, 8922, 6292, 11456, 9490, 7288, 9251, 6478, 11096, 7439, 10701, 9073, 6223, 9684, 7107, 6195, 8408, 6573, 11504, 7702, 5714, 9016, 6734, 6272, 8265, 6638, 5622, 8382, 5809, 10376, 7309, 10058, 7057, 10970, 7110, 7284, 8135, 5824, 9321, 6050, 10221, 7501, 8530, 8776, 6604, 6756, 7457, 5623, 10412, 8508, 7330, 9029, 6342, 10603, 7287, 12091, 9051, 8322, 8862, 6183, 10160, 6698, 11681, 8780, 6923, 8563, 6523, 5739, 8491, 7036, 9782, 7548, 8866, 7853, 6224, 9030, 7096, 11996, 9491, 6032, 9564, 7011, 10243, 8602, 7668, 8566, 7975, 6119, 10042, 7698, 11412, 8773, 5624, 9873, 6807, 12331, 9487, 7403, 9171, 6808, 6100, 8703, 7092, 10631, 8888, 6119, 7044, 8082, 6762, 11890, 9307, 6786, 9397, 6688, 10377, 7822, 10607, 8628, 6112, 8447, 7404, 5986, 9746, 7380, 5677, 8336, 6175, 10158, 7274, 12268, 8925, 8741, 8099, 6918, 8685, 6923, 10376, 7383, 5647, 8383, 7497, 6519, 11073, 9402, 6134, 11007, 7589, 10051, 8858, 7995, 11436, 8021, 6876, 9038, 7637, 12623, 8827, 5603, 9220, 7022, 6380, 9483, 7555, 5745, 6069, 7845, 6048, 6088, 10656, 7880, 5775, 10282, 7608, 8343, 9407, 7614, 7192, 8618, 6265, 10829, 8044, 6383, 7850, 6842, 5722, 9854, 7295, 6799, 11178, 7526, 5804, 10001, 7458, 9423, 9187, 7733, 11936, 7986, 10900, 9313, 7687, 9557, 6375, 9801, 7481, 7999, 7538, 5706, 9461, 6993, 9974, 9361, 5949, 9755, 7249, 5853, 8838, 7807, 9784, 8647, 5889, 10684, 7653, 12486, 9346, 9707, 8558, 6036, 9669, 6249, 11435, 8370, 6638, 7808, 5630, 10190, 8126, 7443, 10096, 7767, 6626, 9331, 7580, 11497, 10006, 6478, 10201, 7857, 6958, 10690, 8217, 5797, 9483, 7566, 6330, 11524, 9873, 6425, 9825, 7556, 6186, 11117, 9098, 7389, 8853, 8020, 5922, 10949, 8623, 7103, 9573, 7340, 5888, 9603, 7282, 7297, 10281, 7170, 6041, 9681, 7587, 6879, 12303, 8485, 6373, 11284, 8333, 7469, 11783, 8375, 6304, 9575, 6956, 9331, 8639, 7359, 5814, 8305, 6194, 6826, 8201, 6810, 8429, 8572, 6046, 6065, 8747, 6470, 12241, 9750, 7867, 9188, 7243, 6119, 9660, 8019, 10346, 9621, 6640, 7272, 8231, 6787, 11556, 8617, 6124, 9495, 6894, 12372, 9518, 7261, 11059, 7662, 5798, 8937, 7150, 6239, 10509, 7422, 5637, 9486, 6568, 12335, 10105, 7913, 9323, 7413, 6163, 9380, 7641, 9888, 9377, 6313, 5906, 8545, 6496, 8289, 8142, 6063, 8816, 7884, 7221, 12273, 8567, 7427, 9142, 6622, 12673, 10068, 7596, 8841, 8007, 6075, 10302, 8954, 7277, 7228, 8620, 6037, 11840, 9119, 7350, 9507, 7238, 5695, 8420, 8064, 7297, 7685, 8281, 6173, 10500, 8609, 7285, 12128, 9173, 6222, 11358, 8408, 8582, 9846, 7381, 6487, 8215, 6170, 10067, 9148, 7559, 6226, 7616, 5838, 9951, 8560, 7198, 8961, 7556, 6179, 9811, 7941, 11339, 9436, 6229, 6970, 8616, 6986, 9350, 10285, 7286, 6273, 9892, 7836, 12890, 10653, 6760, 9737, 7800, 6673, 11202, 8065, 5649, 6081, 7528, 6352, 5653, 8152, 8340, 7225, 11568, 6447, 8257, 11421, 9149, 8693, 7145, 11283, 8357, 7832, 12862, 11226, 9431, 12058, 8095, 6114, 7759, 8306, 7002, 6883, 9259, 6910, 6016, 7527, 8124, 7536, 11104, 7698, 13143, 8631, 11650, 10022, 7301, 8981, 6873, 9223, 7145, 10429, 6931, 10566, 7021, 10846, 7775, 8386, 7536, 5690, 9568, 5755, 10070, 7780, 12078, 8163, 10726, 8361, 10963, 9231, 10142, 9782, 6042, 9783, 6902, 11258, 8473, 13491, 8309, 6901, 8005, 6112, 8908, 7028, 10072, 6439, 10369, 7090, 11119, 7693, 12621, 8421, 8630, 7236, 6047, 9178, 7513, 10777, 7170, 10102, 7819, 7700, 8505, 7506, 10417, 7256, 11102, 8059, 8391, 8233, 7479, 9909, 6766, 10353, 7422, 10579, 8597, 8166, 9437, 6036, 10311, 7375, 11975, 9366, 7671, 9464, 5895, 9718, 5982, 9732, 6395, 10180, 6733, 9119, 6864, 8431, 9027, 6557, 10022, 7365, 11462, 8863, 11295, 10401, 6549, 9387, 6506, 10507, 8040, 10148, 8233, 5797, 9428, 6021, 10758, 8209, 12083, 8825, 6435, 9013, 5941, 10615, 8550, 11559, 8655, 6586, 9591, 6151, 11706, 8873, 7664, 8110, 6085, 9049, 5905, 9961, 7402, 9298, 7642, 6574, 8331, 6774, 10015, 7539, 8890, 7679, 6121, 8870, 7216, 12187, 8612, 6265, 8750, 6053, 10595, 7997, 8554, 8127, 5878, 9843, 7376, 11310, 7608, 7596, 7781, 6741, 10382, 7481, 6568, 8413, 5915, 11102, 9222, 6882, 9208, 6433, 10372, 7745, 12272, 10116, 6592, 8713, 5888, 9670, 8049, 11739, 7774, 6669, 7986, 6989, 11145, 7867, 7398, 8537, 6352, 9130, 7677, 10438, 8361, 5816, 9843, 7891, 6816, 9325, 7107, 7978, 7422, 5848, 9494, 8440, 12707, 8651, 6457, 9223, 6242, 9979, 8371, 11936, 8048, 5770, 9481, 6487, 11541, 9038, 6073, 9168, 6320, 7974, 7924, 7074, 11738, 8959, 5867, 9848, 7808, 7032, 10882, 8347, 6727, 8620, 6245, 10634, 8337, 13582, 8673, 6236, 9302, 6525, 10310, 9158, 6517, 6918, 7677, 5751, 11340, 9309, 7505, 9503, 7076, 7841, 8425, 7225, 13105, 9098, 5975, 10180, 8010, 6790, 11175, 8684, 6159, 9190, 6814, 6756, 10058, 8160, 6306, 9412, 7647, 6010, 11481, 9220, 6789, 9298, 7312, 5797, 10043, 8476, 7253, 10669, 7809, 5977, 10310, 8283, 7018, 8916, 8048, 6249, 7209, 8770, 8449, 9474, 10354], 'WindowCenter': [3593.0, 3556.0, 3599.0, 3557.0, 3609.0, 3599.0, 3576.0, 3598.0, 3566.0, 3607.0, 3573.0, 3605.0, 3584.0, 3552.0, 3584.0, 3553.0, 3593.0, 3585.0, 3551.0, 3573.0, 3542.0, 3595.0, 3575.0, 3564.0, 3584.0, 3553.0, 3596.0, 3576.0, 3584.0, 3585.0, 3552.0, 3595.0, 3574.0, 3552.0, 3573.0, 3562.0, 3606.0, 3574.0, 3551.0, 3583.0, 3540.0, 3592.0, 3573.0, 3541.0, 3571.0, 3541.0, 3593.0, 3572.0, 3563.0, 3583.0, 3540.0, 3572.0, 3561.0, 3551.0, 3595.0, 3564.0, 3541.0, 3573.0, 3542.0, 3594.0, 3584.0, 3583.0, 3571.0, 3530.0, 3583.0, 3540.0, 3592.0, 3573.0, 3531.0, 3583.0, 3542.0, 3594.0, 3584.0, 3543.0, 3596.0, 3575.0, 3543.0, 3586.0, 3574.0, 3606.0, 3586.0, 3554.0, 3584.0, 3549.0, 3595.0, 3572.0, 3572.0, 3562.0, 3530.0, 3582.0, 3552.0, 3593.0, 3583.0, 3542.0, 3583.0, 3540.0, 3583.0, 3560.0, 3582.0, 3550.0, 3549.0, 3561.0, 3539.0, 3571.0, 3551.0, 3583.0, 3552.0, 3552.0, 3572.0, 3552.0, 3584.0, 3573.0, 3593.0, 3552.0, 3582.0, 3561.0, 3591.0, 3581.0, 3552.0, 3573.0, 3541.0, 3584.0, 3553.0, 3593.0, 3595.0, 3551.0, 3585.0, 3542.0, 3584.0, 3561.0, 3593.0, 3583.0, 3530.0, 3573.0, 3542.0, 3582.0, 3563.0, 3594.0, 3573.0, 3531.0, 3584.0, 3540.0, 3594.0, 3564.0, 3596.0, 3564.0, 3563.0, 3563.0, 3551.0, 3573.0, 3562.0, 3585.0, 3553.0, 3542.0, 3574.0, 3553.0, 3584.0, 3563.0, 3606.0, 3564.0, 3545.0, 3587.0, 3564.0, 3607.0, 3587.0, 3575.0, 3585.0, 3541.0, 3583.0, 3552.0, 3593.0, 3573.0, 3551.0, 3570.0, 3531.0, 3582.0, 3562.0, 3573.0, 3582.0, 3543.0, 3583.0, 3564.0, 3563.0, 3583.0, 3564.0, 3564.0, 3574.0, 3542.0, 3592.0, 3574.0, 3551.0, 3584.0, 3551.0, 3541.0, 3584.0, 3554.0, 3595.0, 3576.0, 3551.0, 3575.0, 3573.0, 3584.0, 3573.0, 3583.0, 3550.0, 3581.0, 3539.0, 3592.0, 3561.0, 3539.0, 3570.0, 3538.0, 3581.0, 3561.0, 3538.0, 3583.0, 3551.0, 3530.0, 3583.0, 3553.0, 3585.0, 3574.0, 3541.0, 3584.0, 3551.0, 3594.0, 3562.0, 3551.0, 3572.0, 3543.0, 3585.0, 3564.0, 3595.0, 3574.0, 3530.0, 3594.0, 3574.0, 3605.0, 3594.0, 3563.0, 3584.0, 3552.0, 3594.0, 3574.0, 3550.0, 3572.0, 3530.0, 3582.0, 3561.0, 3584.0, 3584.0, 3540.0, 3594.0, 3563.0, 3573.0, 3582.0, 3563.0, 3572.0, 3561.0, 3540.0, 3583.0, 3573.0, 3593.0, 3563.0, 3540.0, 3571.0, 3562.0, 3595.0, 3572.0, 3531.0, 3582.0, 3561.0, 3541.0, 3585.0, 3563.0, 3539.0, 3584.0, 3554.0, 3582.0, 3585.0, 3563.0, 3585.0, 3574.0, 3552.0, 3584.0, 3570.0, 3575.0, 3584.0, 3552.0, 3541.0, 3584.0, 3564.0, 3553.0, 3585.0, 3563.0, 3552.0, 3574.0, 3571.0, 3606.0, 3563.0, 3551.0, 3573.0, 3551.0, 3603.0, 3573.0, 3530.0, 3571.0, 3540.0, 3582.0, 3571.0, 3551.0, 3572.0, 3560.0, 3527.0, 3582.0, 3561.0, 3593.0, 3561.0, 3538.0, 3571.0, 3547.0, 3570.0, 3538.0, 3581.0, 3548.0, 3580.0, 3549.0, 3561.0, 3572.0, 3541.0, 3583.0, 3561.0, 3550.0, 3574.0, 3552.0, 3582.0, 3562.0, 3583.0, 3561.0, 3561.0, 3582.0, 3548.0, 3549.0, 3562.0, 3531.0, 3593.0, 3584.0, 3563.0, 3581.0, 3552.0, 3591.0, 3563.0, 3592.0, 3569.0, 3548.0, 3561.0, 3528.0, 3572.0, 3528.0, 3583.0, 3551.0, 3542.0, 3584.0, 3530.0, 3595.0, 3565.0, 3606.0, 3574.0, 3552.0, 3574.0, 3541.0, 3574.0, 3561.0, 3594.0, 3562.0, 3551.0, 3571.0, 3538.0, 3572.0, 3549.0, 3592.0, 3561.0, 3528.0, 3584.0, 3542.0, 3594.0, 3584.0, 3562.0, 3584.0, 3540.0, 3591.0, 3551.0, 3581.0, 3572.0, 3529.0, 3581.0, 3550.0, 3539.0, 3571.0, 3550.0, 3593.0, 3561.0, 3530.0, 3582.0, 3552.0, 3550.0, 3574.0, 3552.0, 3543.0, 3573.0, 3543.0, 3595.0, 3564.0, 3585.0, 3553.0, 3594.0, 3551.0, 3562.0, 3573.0, 3531.0, 3583.0, 3542.0, 3595.0, 3565.0, 3574.0, 3586.0, 3553.0, 3552.0, 3565.0, 3543.0, 3593.0, 3586.0, 3564.0, 3585.0, 3552.0, 3593.0, 3561.0, 3594.0, 3572.0, 3570.0, 3569.0, 3542.0, 3582.0, 3552.0, 3591.0, 3572.0, 3552.0, 3574.0, 3554.0, 3543.0, 3585.0, 3563.0, 3595.0, 3565.0, 3584.0, 3573.0, 3542.0, 3585.0, 3552.0, 3596.0, 3586.0, 3542.0, 3583.0, 3552.0, 3583.0, 3573.0, 3562.0, 3572.0, 3563.0, 3541.0, 3583.0, 3562.0, 3594.0, 3572.0, 3531.0, 3583.0, 3552.0, 3594.0, 3583.0, 3551.0, 3571.0, 3551.0, 3530.0, 3571.0, 3550.0, 3583.0, 3572.0, 3542.0, 3551.0, 3573.0, 3553.0, 3606.0, 3585.0, 3551.0, 3583.0, 3550.0, 3581.0, 3561.0, 3582.0, 3572.0, 3529.0, 3572.0, 3562.0, 3541.0, 3584.0, 3564.0, 3532.0, 3574.0, 3542.0, 3596.0, 3563.0, 3594.0, 3572.0, 3572.0, 3562.0, 3549.0, 3561.0, 3551.0, 3584.0, 3561.0, 3531.0, 3574.0, 3563.0, 3554.0, 3595.0, 3584.0, 3543.0, 3595.0, 3564.0, 3584.0, 3573.0, 3562.0, 3594.0, 3561.0, 3540.0, 3572.0, 3550.0, 3593.0, 3570.0, 3529.0, 3570.0, 3550.0, 3541.0, 3597.0, 3573.0, 3543.0, 3542.0, 3573.0, 3540.0, 3541.0, 3595.0, 3575.0, 3542.0, 3596.0, 3574.0, 3574.0, 3585.0, 3563.0, 3550.0, 3571.0, 3539.0, 3580.0, 3560.0, 3539.0, 3573.0, 3551.0, 3542.0, 3592.0, 3562.0, 3561.0, 3606.0, 3575.0, 3541.0, 3594.0, 3564.0, 3584.0, 3584.0, 3573.0, 3604.0, 3573.0, 3594.0, 3583.0, 3561.0, 3581.0, 3538.0, 3581.0, 3561.0, 3572.0, 3560.0, 3530.0, 3582.0, 3563.0, 3583.0, 3585.0, 3541.0, 3583.0, 3563.0, 3531.0, 3584.0, 3574.0, 3596.0, 3584.0, 3530.0, 3593.0, 3562.0, 3593.0, 3572.0, 3570.0, 3570.0, 3528.0, 3582.0, 3537.0, 3590.0, 3559.0, 3539.0, 3560.0, 3528.0, 3582.0, 3573.0, 3561.0, 3594.0, 3573.0, 3553.0, 3583.0, 3562.0, 3593.0, 3582.0, 3541.0, 3583.0, 3562.0, 3551.0, 3583.0, 3573.0, 3530.0, 3582.0, 3561.0, 3540.0, 3594.0, 3584.0, 3551.0, 3583.0, 3562.0, 3540.0, 3594.0, 3582.0, 3562.0, 3572.0, 3560.0, 3540.0, 3582.0, 3571.0, 3550.0, 3583.0, 3562.0, 3529.0, 3582.0, 3562.0, 3563.0, 3593.0, 3563.0, 3541.0, 3596.0, 3573.0, 3552.0, 3604.0, 3572.0, 3540.0, 3591.0, 3572.0, 3560.0, 3594.0, 3572.0, 3539.0, 3570.0, 3550.0, 3570.0, 3570.0, 3561.0, 3527.0, 3570.0, 3539.0, 3551.0, 3573.0, 3552.0, 3572.0, 3584.0, 3541.0, 3543.0, 3574.0, 3553.0, 3604.0, 3584.0, 3572.0, 3584.0, 3564.0, 3542.0, 3583.0, 3573.0, 3593.0, 3585.0, 3552.0, 3563.0, 3574.0, 3552.0, 3594.0, 3574.0, 3542.0, 3584.0, 3563.0, 3605.0, 3584.0, 3563.0, 3595.0, 3562.0, 3529.0, 3572.0, 3552.0, 3541.0, 3595.0, 3563.0, 3543.0, 3583.0, 3554.0, 3603.0, 3596.0, 3573.0, 3584.0, 3563.0, 3541.0, 3583.0, 3562.0, 3583.0, 3581.0, 3541.0, 3530.0, 3572.0, 3553.0, 3575.0, 3574.0, 3553.0, 3586.0, 3575.0, 3564.0, 3607.0, 3587.0, 3564.0, 3585.0, 3552.0, 3605.0, 3585.0, 3561.0, 3573.0, 3572.0, 3539.0, 3583.0, 3584.0, 3561.0, 3563.0, 3572.0, 3541.0, 3594.0, 3573.0, 3558.0, 3582.0, 3562.0, 3529.0, 3573.0, 3573.0, 3562.0, 3563.0, 3573.0, 3541.0, 3595.0, 3573.0, 3563.0, 3604.0, 3583.0, 3541.0, 3593.0, 3572.0, 3572.0, 3582.0, 3561.0, 3539.0, 3571.0, 3541.0, 3583.0, 3583.0, 3562.0, 3540.0, 3561.0, 3542.0, 3584.0, 3585.0, 3564.0, 3584.0, 3574.0, 3555.0, 3597.0, 3576.0, 3594.0, 3584.0, 3540.0, 3551.0, 3573.0, 3563.0, 3596.0, 3596.0, 3564.0, 3552.0, 3583.0, 3562.0, 3606.0, 3582.0, 3549.0, 3570.0, 3561.0, 3538.0, 3593.0, 3561.0, 3529.0, 3541.0, 3563.0, 3553.0, 3544.0, 3574.0, 3588.0, 3576.0, 3608.0, 3555.0, 3587.0, 3609.0, 3588.0, 3587.0, 3564.0, 3595.0, 3574.0, 3564.0, 3594.0, 3581.0, 3574.0, 3594.0, 3562.0, 3531.0, 3560.0, 3571.0, 3552.0, 3563.0, 3585.0, 3565.0, 3543.0, 3576.0, 3578.0, 3575.0, 3610.0, 3578.0, 3620.0, 3586.0, 3595.0, 3587.0, 3562.0, 3586.0, 3553.0, 3585.0, 3549.0, 3583.0, 3552.0, 3581.0, 3550.0, 3582.0, 3561.0, 3572.0, 3562.0, 3531.0, 3586.0, 3532.0, 3586.0, 3564.0, 3603.0, 3576.0, 3596.0, 3575.0, 3584.0, 3574.0, 3584.0, 3583.0, 3528.0, 3583.0, 3551.0, 3593.0, 3574.0, 3605.0, 3571.0, 3550.0, 3560.0, 3539.0, 3572.0, 3552.0, 3585.0, 3554.0, 3594.0, 3565.0, 3596.0, 3563.0, 3606.0, 3574.0, 3573.0, 3564.0, 3543.0, 3585.0, 3565.0, 3596.0, 3566.0, 3597.0, 3576.0, 3563.0, 3576.0, 3565.0, 3597.0, 3566.0, 3595.0, 3574.0, 3574.0, 3575.0, 3564.0, 3586.0, 3553.0, 3594.0, 3565.0, 3595.0, 3574.0, 3574.0, 3584.0, 3544.0, 3596.0, 3566.0, 3605.0, 3586.0, 3563.0, 3586.0, 3530.0, 3585.0, 3541.0, 3584.0, 3554.0, 3596.0, 3554.0, 3585.0, 3563.0, 3574.0, 3587.0, 3556.0, 3598.0, 3575.0, 3607.0, 3588.0, 3597.0, 3598.0, 3554.0, 3584.0, 3554.0, 3595.0, 3576.0, 3596.0, 3587.0, 3544.0, 3597.0, 3555.0, 3608.0, 3587.0, 3607.0, 3587.0, 3555.0, 3587.0, 3544.0, 3597.0, 3576.0, 3597.0, 3587.0, 3554.0, 3585.0, 3542.0, 3595.0, 3585.0, 3564.0, 3574.0, 3542.0, 3585.0, 3531.0, 3584.0, 3563.0, 3586.0, 3576.0, 3554.0, 3574.0, 3554.0, 3596.0, 3577.0, 3584.0, 3576.0, 3544.0, 3584.0, 3564.0, 3607.0, 3586.0, 3555.0, 3587.0, 3544.0, 3597.0, 3577.0, 3587.0, 3577.0, 3545.0, 3598.0, 3564.0, 3608.0, 3576.0, 3576.0, 3576.0, 3555.0, 3596.0, 3567.0, 3555.0, 3576.0, 3545.0, 3609.0, 3599.0, 3567.0, 3599.0, 3556.0, 3599.0, 3577.0, 3607.0, 3599.0, 3553.0, 3585.0, 3543.0, 3585.0, 3575.0, 3595.0, 3564.0, 3551.0, 3573.0, 3553.0, 3597.0, 3575.0, 3565.0, 3586.0, 3553.0, 3586.0, 3575.0, 3597.0, 3575.0, 3541.0, 3596.0, 3575.0, 3554.0, 3586.0, 3566.0, 3572.0, 3564.0, 3544.0, 3586.0, 3576.0, 3608.0, 3575.0, 3553.0, 3586.0, 3542.0, 3584.0, 3573.0, 3595.0, 3563.0, 3531.0, 3584.0, 3542.0, 3594.0, 3585.0, 3544.0, 3587.0, 3556.0, 3577.0, 3574.0, 3567.0, 3608.0, 3586.0, 3545.0, 3598.0, 3578.0, 3566.0, 3597.0, 3576.0, 3554.0, 3575.0, 3544.0, 3595.0, 3574.0, 3606.0, 3573.0, 3541.0, 3584.0, 3540.0, 3584.0, 3586.0, 3554.0, 3565.0, 3575.0, 3544.0, 3606.0, 3588.0, 3566.0, 3598.0, 3565.0, 3575.0, 3574.0, 3564.0, 3606.0, 3584.0, 3543.0, 3585.0, 3575.0, 3553.0, 3597.0, 3573.0, 3543.0, 3585.0, 3555.0, 3556.0, 3585.0, 3575.0, 3543.0, 3585.0, 3562.0, 3541.0, 3596.0, 3584.0, 3552.0, 3585.0, 3563.0, 3531.0, 3584.0, 3574.0, 3563.0, 3596.0, 3575.0, 3542.0, 3584.0, 3573.0, 3552.0, 3584.0, 3572.0, 3553.0, 3563.0, 3572.0, 3573.0, 3584.0, 3585.0], 'WindowWidth': [8140.0, 8082.0, 8138.0, 8080.0, 8149.0, 8135.0, 8102.0, 8134.0, 8090.0, 8142.0, 8093.0, 8138.0, 8109.0, 8063.0, 8108.0, 8066.0, 8119.0, 8111.0, 8063.0, 8094.0, 8053.0, 8126.0, 8099.0, 8084.0, 8112.0, 8070.0, 8127.0, 8101.0, 8107.0, 8111.0, 8063.0, 8123.0, 8093.0, 8063.0, 8092.0, 8077.0, 8138.0, 8093.0, 8059.0, 8104.0, 8045.0, 8116.0, 8090.0, 8046.0, 8087.0, 8047.0, 8118.0, 8089.0, 8078.0, 8105.0, 8046.0, 8089.0, 8075.0, 8061.0, 8124.0, 8082.0, 8051.0, 8094.0, 8051.0, 8122.0, 8109.0, 8106.0, 8088.0, 8031.0, 8104.0, 8044.0, 8118.0, 8093.0, 8034.0, 8106.0, 8051.0, 8121.0, 8110.0, 8055.0, 8127.0, 8101.0, 8055.0, 8115.0, 8098.0, 8142.0, 8115.0, 8068.0, 8107.0, 8056.0, 8123.0, 8091.0, 8089.0, 8075.0, 8032.0, 8104.0, 8065.0, 8121.0, 8106.0, 8051.0, 8106.0, 8045.0, 8104.0, 8069.0, 8101.0, 8058.0, 8055.0, 8074.0, 8042.0, 8087.0, 8060.0, 8106.0, 8063.0, 8064.0, 8091.0, 8063.0, 8109.0, 8091.0, 8120.0, 8064.0, 8103.0, 8074.0, 8113.0, 8102.0, 8062.0, 8091.0, 8049.0, 8106.0, 8066.0, 8120.0, 8125.0, 8063.0, 8110.0, 8051.0, 8106.0, 8074.0, 8119.0, 8105.0, 8033.0, 8093.0, 8051.0, 8105.0, 8079.0, 8120.0, 8092.0, 8036.0, 8109.0, 8047.0, 8122.0, 8081.0, 8128.0, 8083.0, 8079.0, 8081.0, 8060.0, 8092.0, 8077.0, 8111.0, 8068.0, 8052.0, 8097.0, 8067.0, 8110.0, 8081.0, 8143.0, 8084.0, 8061.0, 8118.0, 8085.0, 8144.0, 8117.0, 8098.0, 8111.0, 8049.0, 8105.0, 8062.0, 8119.0, 8092.0, 8061.0, 8083.0, 8035.0, 8102.0, 8078.0, 8092.0, 8104.0, 8053.0, 8107.0, 8082.0, 8079.0, 8109.0, 8082.0, 8082.0, 8095.0, 8050.0, 8119.0, 8095.0, 8064.0, 8109.0, 8063.0, 8050.0, 8110.0, 8071.0, 8126.0, 8100.0, 8063.0, 8098.0, 8093.0, 8110.0, 8092.0, 8104.0, 8057.0, 8099.0, 8040.0, 8114.0, 8071.0, 8041.0, 8081.0, 8039.0, 8098.0, 8072.0, 8042.0, 8105.0, 8061.0, 8034.0, 8108.0, 8067.0, 8111.0, 8095.0, 8051.0, 8109.0, 8062.0, 8121.0, 8077.0, 8062.0, 8090.0, 8054.0, 8112.0, 8082.0, 8125.0, 8096.0, 8035.0, 8122.0, 8097.0, 8139.0, 8123.0, 8079.0, 8107.0, 8063.0, 8119.0, 8094.0, 8058.0, 8090.0, 8032.0, 8104.0, 8075.0, 8110.0, 8109.0, 8049.0, 8121.0, 8080.0, 8092.0, 8106.0, 8079.0, 8090.0, 8075.0, 8045.0, 8106.0, 8093.0, 8118.0, 8077.0, 8045.0, 8088.0, 8076.0, 8124.0, 8089.0, 8034.0, 8104.0, 8075.0, 8049.0, 8111.0, 8081.0, 8047.0, 8109.0, 8070.0, 8105.0, 8114.0, 8083.0, 8111.0, 8098.0, 8065.0, 8109.0, 8088.0, 8099.0, 8108.0, 8064.0, 8050.0, 8109.0, 8083.0, 8068.0, 8112.0, 8082.0, 8065.0, 8098.0, 8088.0, 8141.0, 8080.0, 8062.0, 8091.0, 8062.0, 8133.0, 8093.0, 8033.0, 8087.0, 8046.0, 8102.0, 8088.0, 8061.0, 8090.0, 8073.0, 8026.0, 8104.0, 8074.0, 8119.0, 8072.0, 8039.0, 8084.0, 8049.0, 8083.0, 8039.0, 8098.0, 8054.0, 8098.0, 8055.0, 8074.0, 8089.0, 8048.0, 8105.0, 8075.0, 8058.0, 8094.0, 8064.0, 8103.0, 8077.0, 8105.0, 8075.0, 8074.0, 8103.0, 8053.0, 8057.0, 8075.0, 8034.0, 8120.0, 8108.0, 8080.0, 8103.0, 8065.0, 8114.0, 8079.0, 8115.0, 8082.0, 8053.0, 8072.0, 8025.0, 8087.0, 8027.0, 8105.0, 8062.0, 8053.0, 8110.0, 8036.0, 8125.0, 8085.0, 8141.0, 8097.0, 8066.0, 8094.0, 8047.0, 8093.0, 8074.0, 8121.0, 8075.0, 8059.0, 8087.0, 8040.0, 8087.0, 8055.0, 8116.0, 8072.0, 8028.0, 8107.0, 8051.0, 8121.0, 8107.0, 8076.0, 8106.0, 8046.0, 8114.0, 8059.0, 8098.0, 8087.0, 8027.0, 8100.0, 8057.0, 8043.0, 8085.0, 8059.0, 8120.0, 8075.0, 8034.0, 8105.0, 8065.0, 8060.0, 8097.0, 8067.0, 8054.0, 8095.0, 8056.0, 8126.0, 8083.0, 8110.0, 8066.0, 8120.0, 8062.0, 8076.0, 8092.0, 8036.0, 8108.0, 8053.0, 8124.0, 8085.0, 8096.0, 8116.0, 8068.0, 8067.0, 8087.0, 8054.0, 8121.0, 8114.0, 8083.0, 8112.0, 8065.0, 8120.0, 8075.0, 8121.0, 8090.0, 8084.0, 8082.0, 8051.0, 8102.0, 8062.0, 8114.0, 8091.0, 8062.0, 8095.0, 8070.0, 8055.0, 8113.0, 8080.0, 8126.0, 8083.0, 8108.0, 8093.0, 8052.0, 8111.0, 8063.0, 8127.0, 8112.0, 8049.0, 8103.0, 8062.0, 8103.0, 8092.0, 8077.0, 8090.0, 8077.0, 8047.0, 8105.0, 8076.0, 8121.0, 8088.0, 8033.0, 8105.0, 8063.0, 8119.0, 8104.0, 8060.0, 8088.0, 8060.0, 8029.0, 8086.0, 8058.0, 8105.0, 8090.0, 8050.0, 8062.0, 8092.0, 8066.0, 8141.0, 8110.0, 8062.0, 8105.0, 8058.0, 8099.0, 8072.0, 8100.0, 8087.0, 8029.0, 8088.0, 8075.0, 8047.0, 8108.0, 8081.0, 8037.0, 8094.0, 8051.0, 8126.0, 8078.0, 8122.0, 8091.0, 8088.0, 8074.0, 8054.0, 8070.0, 8058.0, 8107.0, 8073.0, 8035.0, 8094.0, 8080.0, 8069.0, 8126.0, 8110.0, 8054.0, 8125.0, 8081.0, 8107.0, 8093.0, 8076.0, 8120.0, 8074.0, 8043.0, 8087.0, 8055.0, 8116.0, 8083.0, 8026.0, 8083.0, 8057.0, 8049.0, 8131.0, 8097.0, 8059.0, 8052.0, 8096.0, 8049.0, 8050.0, 8129.0, 8099.0, 8053.0, 8130.0, 8097.0, 8096.0, 8112.0, 8080.0, 8060.0, 8088.0, 8044.0, 8098.0, 8073.0, 8045.0, 8093.0, 8064.0, 8053.0, 8118.0, 8079.0, 8078.0, 8143.0, 8099.0, 8052.0, 8125.0, 8083.0, 8111.0, 8110.0, 8096.0, 8137.0, 8095.0, 8122.0, 8107.0, 8074.0, 8101.0, 8041.0, 8100.0, 8074.0, 8091.0, 8074.0, 8035.0, 8105.0, 8080.0, 8107.0, 8112.0, 8050.0, 8107.0, 8081.0, 8036.0, 8109.0, 8097.0, 8128.0, 8109.0, 8036.0, 8120.0, 8077.0, 8119.0, 8090.0, 8083.0, 8083.0, 8028.0, 8101.0, 8036.0, 8110.0, 8069.0, 8041.0, 8071.0, 8028.0, 8102.0, 8093.0, 8077.0, 8124.0, 8093.0, 8067.0, 8107.0, 8078.0, 8121.0, 8105.0, 8048.0, 8106.0, 8076.0, 8061.0, 8105.0, 8092.0, 8033.0, 8103.0, 8074.0, 8045.0, 8123.0, 8110.0, 8062.0, 8107.0, 8077.0, 8045.0, 8121.0, 8104.0, 8077.0, 8090.0, 8072.0, 8045.0, 8103.0, 8087.0, 8058.0, 8104.0, 8076.0, 8030.0, 8103.0, 8076.0, 8078.0, 8119.0, 8081.0, 8051.0, 8130.0, 8095.0, 8064.0, 8135.0, 8089.0, 8046.0, 8116.0, 8090.0, 8072.0, 8121.0, 8089.0, 8042.0, 8084.0, 8057.0, 8083.0, 8085.0, 8072.0, 8025.0, 8085.0, 8044.0, 8061.0, 8092.0, 8064.0, 8093.0, 8109.0, 8051.0, 8054.0, 8095.0, 8067.0, 8137.0, 8110.0, 8092.0, 8109.0, 8082.0, 8051.0, 8106.0, 8093.0, 8121.0, 8111.0, 8066.0, 8081.0, 8095.0, 8064.0, 8123.0, 8097.0, 8052.0, 8108.0, 8080.0, 8138.0, 8108.0, 8080.0, 8124.0, 8077.0, 8031.0, 8090.0, 8063.0, 8049.0, 8124.0, 8081.0, 8056.0, 8108.0, 8070.0, 8133.0, 8126.0, 8092.0, 8108.0, 8079.0, 8047.0, 8104.0, 8077.0, 8105.0, 8102.0, 8048.0, 8034.0, 8091.0, 8068.0, 8098.0, 8097.0, 8071.0, 8116.0, 8101.0, 8085.0, 8146.0, 8116.0, 8083.0, 8110.0, 8064.0, 8138.0, 8110.0, 8075.0, 8092.0, 8090.0, 8044.0, 8105.0, 8108.0, 8076.0, 8078.0, 8090.0, 8049.0, 8122.0, 8093.0, 8069.0, 8104.0, 8078.0, 8031.0, 8092.0, 8092.0, 8079.0, 8080.0, 8094.0, 8050.0, 8125.0, 8095.0, 8082.0, 8137.0, 8105.0, 8050.0, 8119.0, 8088.0, 8088.0, 8103.0, 8073.0, 8042.0, 8085.0, 8046.0, 8103.0, 8104.0, 8076.0, 8046.0, 8075.0, 8053.0, 8110.0, 8112.0, 8085.0, 8111.0, 8097.0, 8078.0, 8135.0, 8102.0, 8123.0, 8109.0, 8049.0, 8061.0, 8093.0, 8083.0, 8130.0, 8128.0, 8083.0, 8065.0, 8107.0, 8079.0, 8141.0, 8102.0, 8056.0, 8084.0, 8071.0, 8040.0, 8119.0, 8076.0, 8032.0, 8048.0, 8079.0, 8069.0, 8058.0, 8099.0, 8121.0, 8103.0, 8148.0, 8073.0, 8117.0, 8148.0, 8118.0, 8117.0, 8084.0, 8127.0, 8097.0, 8079.0, 8120.0, 8101.0, 8091.0, 8118.0, 8074.0, 8033.0, 8071.0, 8086.0, 8065.0, 8081.0, 8113.0, 8086.0, 8057.0, 8103.0, 8108.0, 8102.0, 8153.0, 8109.0, 8165.0, 8115.0, 8126.0, 8116.0, 8077.0, 8113.0, 8064.0, 8107.0, 8054.0, 8104.0, 8059.0, 8099.0, 8057.0, 8101.0, 8074.0, 8089.0, 8078.0, 8036.0, 8113.0, 8038.0, 8114.0, 8083.0, 8134.0, 8101.0, 8126.0, 8097.0, 8106.0, 8094.0, 8106.0, 8104.0, 8027.0, 8104.0, 8061.0, 8117.0, 8092.0, 8135.0, 8088.0, 8058.0, 8072.0, 8043.0, 8089.0, 8062.0, 8111.0, 8069.0, 8122.0, 8085.0, 8125.0, 8080.0, 8140.0, 8095.0, 8092.0, 8081.0, 8053.0, 8112.0, 8084.0, 8129.0, 8088.0, 8130.0, 8100.0, 8079.0, 8099.0, 8084.0, 8131.0, 8087.0, 8125.0, 8095.0, 8096.0, 8097.0, 8082.0, 8113.0, 8067.0, 8122.0, 8084.0, 8123.0, 8096.0, 8097.0, 8110.0, 8057.0, 8127.0, 8087.0, 8138.0, 8114.0, 8081.0, 8112.0, 8033.0, 8111.0, 8048.0, 8108.0, 8068.0, 8127.0, 8072.0, 8114.0, 8084.0, 8097.0, 8119.0, 8077.0, 8134.0, 8101.0, 8145.0, 8121.0, 8130.0, 8132.0, 8069.0, 8110.0, 8071.0, 8125.0, 8101.0, 8127.0, 8118.0, 8058.0, 8131.0, 8074.0, 8145.0, 8119.0, 8146.0, 8119.0, 8072.0, 8117.0, 8057.0, 8130.0, 8102.0, 8129.0, 8115.0, 8069.0, 8111.0, 8050.0, 8125.0, 8113.0, 8083.0, 8096.0, 8050.0, 8111.0, 8037.0, 8111.0, 8083.0, 8114.0, 8102.0, 8070.0, 8097.0, 8069.0, 8129.0, 8103.0, 8111.0, 8102.0, 8057.0, 8111.0, 8083.0, 8145.0, 8116.0, 8073.0, 8115.0, 8058.0, 8131.0, 8104.0, 8116.0, 8104.0, 8059.0, 8133.0, 8084.0, 8147.0, 8102.0, 8099.0, 8101.0, 8072.0, 8130.0, 8090.0, 8074.0, 8101.0, 8062.0, 8149.0, 8137.0, 8092.0, 8137.0, 8078.0, 8135.0, 8105.0, 8145.0, 8136.0, 8067.0, 8112.0, 8054.0, 8113.0, 8096.0, 8126.0, 8082.0, 8062.0, 8094.0, 8066.0, 8130.0, 8100.0, 8086.0, 8114.0, 8068.0, 8115.0, 8099.0, 8130.0, 8097.0, 8051.0, 8128.0, 8099.0, 8069.0, 8115.0, 8088.0, 8093.0, 8084.0, 8058.0, 8116.0, 8102.0, 8147.0, 8100.0, 8067.0, 8112.0, 8050.0, 8107.0, 8093.0, 8124.0, 8078.0, 8034.0, 8108.0, 8052.0, 8123.0, 8112.0, 8058.0, 8116.0, 8077.0, 8104.0, 8098.0, 8091.0, 8149.0, 8116.0, 8063.0, 8134.0, 8107.0, 8087.0, 8131.0, 8100.0, 8070.0, 8098.0, 8055.0, 8125.0, 8094.0, 8140.0, 8091.0, 8048.0, 8107.0, 8047.0, 8108.0, 8114.0, 8071.0, 8087.0, 8099.0, 8059.0, 8142.0, 8119.0, 8089.0, 8132.0, 8085.0, 8096.0, 8095.0, 8082.0, 8143.0, 8111.0, 8054.0, 8112.0, 8097.0, 8066.0, 8130.0, 8094.0, 8053.0, 8110.0, 8074.0, 8076.0, 8111.0, 8100.0, 8055.0, 8111.0, 8078.0, 8047.0, 8127.0, 8109.0, 8065.0, 8110.0, 8079.0, 8036.0, 8110.0, 8097.0, 8081.0, 8128.0, 8099.0, 8052.0, 8108.0, 8093.0, 8066.0, 8109.0, 8091.0, 8066.0, 8078.0, 8090.0, 8093.0, 8109.0, 8110.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.00020186851211072667</td></tr>
<tr><td colspan=3>aqi</td><td>0.021025642128027683</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.839052307584424</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1592041219999993</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9922816536709951</td></tr>
<tr><td colspan=3>efc</td><td>0.4618</td></tr>
<tr><td colspan=3>fber</td><td>6136.7236</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08952148642762481</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5570934256055364</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5590765397548982</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.556677939044048</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7868183881025264</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3337332921181204</td></tr>
<tr><td colspan=3>gcor</td><td>0.00382232</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008206087164580822</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021704453974962234</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.853326366268197</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>26.7183</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.0795</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>126.8665</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302584.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>554.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>245.2848</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3644</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>444.4705</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2784.9156</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2968.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73960.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3632.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>770.2384</td></tr>
<tr><td colspan=3>tsnr</td><td>40.34351426089415</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>