ds005256-mriqc/sub-0058_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter e2daaa3883 [DATALAD RUNCMD] Compute MRIQC for sub-0058
=== 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-0058 --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-0058",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 19:00:13 +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-0058_ses-02_task-narratives_acq-mb8_run-04_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-0058_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-04_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-0058/ses-02/func/sub-0058_ses-02_task-narratives_acq-mb8_run-04_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>ea3af266591ae1761f15ffbe26c7950a</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:37:33.280000</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.998222, 0.0585695, -0.0110455, -0.0593053, 0.994516, -0.0861404]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_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.104668</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7683, -7279, 556, -64, 57, -28, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.631</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b5ab9818-6117-4556-a401-f5b415245c2c||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.678157329559326, -0.15911169350147247, -0.016037316992878914, 121.63204193115234], [-0.15713781118392944, 2.6682145595550537, -0.23393426835536957, -78.99569702148438], [-0.029634326696395874, 0.2311083972454071, 2.6897988319396973, -92.24765014648438], [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, 1156]</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], 'AcquisitionTime': ['113733.280000', '113733.740000', '113734.200000', '113734.660000', '113735.120000', '113735.580000', '113736.040000', '113736.500000', '113736.960000', '113737.420000', '113737.880000', '113738.340000', '113738.800000', '113739.260000', '113739.720000', '113740.180000', '113740.640000', '113741.100000', '113741.560000', '113742.020000', '113742.480000', '113742.940000', '113743.400000', '113743.860000', '113744.320000', '113744.780000', '113745.240000', '113745.700000', '113746.160000', '113746.620000', '113747.080000', '113747.540000', '113748.000000', '113748.460000', '113748.920000', '113749.380000', '113749.840000', '113750.300000', '113750.760000', '113751.220000', '113751.680000', '113752.140000', '113752.600000', '113753.060000', '113753.520000', '113753.980000', '113754.440000', '113754.900000', '113755.360000', '113755.820000', '113756.280000', '113756.740000', '113757.200000', '113757.660000', '113758.120000', '113758.580000', '113759.040000', '113759.500000', '113759.960000', '113800.420000', '113800.880000', '113801.340000', '113801.800000', '113802.260000', '113802.720000', '113803.180000', '113803.640000', '113804.100000', '113804.560000', '113805.020000', '113805.480000', '113805.940000', '113806.400000', '113806.860000', '113807.320000', '113807.780000', '113808.240000', '113808.700000', '113809.160000', '113809.620000', '113810.080000', '113810.540000', '113811.000000', '113811.460000', '113811.920000', '113812.380000', '113812.840000', '113813.300000', '113813.760000', '113814.220000', '113814.680000', '113815.140000', '113815.600000', '113816.060000', '113816.520000', '113816.980000', '113817.440000', '113817.900000', '113818.360000', '113818.820000', '113819.280000', '113819.740000', '113820.200000', '113820.660000', '113821.120000', '113821.580000', '113822.040000', '113822.500000', '113822.960000', '113823.420000', '113823.880000', '113824.340000', '113824.800000', '113825.260000', '113825.720000', '113826.180000', '113826.640000', '113827.100000', '113827.560000', '113828.020000', '113828.480000', '113828.940000', '113829.400000', '113829.860000', '113830.320000', '113830.780000', '113831.240000', '113831.700000', '113832.160000', '113832.620000', '113833.080000', '113833.540000', '113834.000000', '113834.460000', '113834.920000', '113835.380000', '113835.840000', '113836.300000', '113836.760000', '113837.220000', '113837.680000', '113838.140000', '113838.600000', '113839.060000', '113839.520000', '113839.980000', '113840.440000', '113840.900000', '113841.360000', '113841.820000', '113842.280000', '113842.740000', '113843.200000', '113843.660000', '113844.120000', '113844.580000', '113845.040000', '113845.500000', '113845.960000', '113846.420000', '113846.880000', '113847.340000', '113847.800000', '113848.260000', '113848.720000', '113849.180000', '113849.640000', '113850.100000', '113850.560000', '113851.020000', '113851.480000', '113851.940000', '113852.400000', '113852.860000', '113853.320000', '113853.780000', '113854.240000', '113854.700000', '113855.160000', '113855.620000', '113856.080000', '113856.540000', '113857.000000', '113857.460000', '113857.920000', '113858.380000', '113858.840000', '113859.300000', '113859.760000', '113900.220000', '113900.680000', '113901.140000', '113901.600000', '113902.060000', '113902.520000', '113902.980000', '113903.440000', '113903.900000', '113904.360000', '113904.820000', '113905.280000', '113905.740000', '113906.200000', '113906.660000', '113907.120000', '113907.580000', '113908.040000', '113908.500000', '113908.960000', '113909.420000', '113909.880000', '113910.340000', '113910.800000', '113911.260000', '113911.720000', '113912.180000', '113912.640000', '113913.100000', '113913.560000', '113914.020000', '113914.480000', '113914.940000', '113915.400000', '113915.860000', '113916.320000', '113916.780000', '113917.240000', '113917.700000', '113918.160000', '113918.620000', '113919.080000', '113919.540000', '113920.000000', '113920.460000', '113920.920000', '113921.380000', '113921.840000', '113922.300000', '113922.760000', '113923.220000', '113923.680000', '113924.140000', '113924.600000', '113925.060000', '113925.520000', '113925.980000', '113926.440000', '113926.900000', '113927.360000', '113927.820000', '113928.280000', '113928.740000', '113929.200000', '113929.660000', '113930.120000', '113930.580000', '113931.040000', '113931.500000', '113931.960000', '113932.420000', '113932.880000', '113933.340000', '113933.800000', '113934.260000', '113934.720000', '113935.180000', '113935.640000', '113936.100000', '113936.560000', '113937.020000', '113937.480000', '113937.940000', '113938.400000', '113938.860000', '113939.320000', '113939.780000', '113940.240000', '113940.700000', '113941.160000', '113941.620000', '113942.080000', '113942.540000', '113943.000000', '113943.460000', '113943.920000', '113944.380000', '113944.840000', '113945.300000', '113945.760000', '113946.220000', '113946.680000', '113947.140000', '113947.600000', '113948.060000', '113948.520000', '113948.980000', '113949.440000', '113949.900000', '113950.360000', '113950.820000', '113951.280000', '113951.740000', '113952.200000', '113952.660000', '113953.120000', '113953.580000', '113954.040000', '113954.500000', '113954.960000', '113955.420000', '113955.880000', '113956.340000', '113956.800000', '113957.260000', '113957.720000', '113958.180000', '113958.640000', '113959.100000', '113959.560000', '114000.020000', '114000.480000', '114000.940000', '114001.400000', '114001.860000', '114002.320000', '114002.780000', '114003.240000', '114003.700000', '114004.160000', '114004.620000', '114005.080000', '114005.540000', '114006.000000', '114006.460000', '114006.920000', '114007.380000', '114007.840000', '114008.300000', '114008.760000', '114009.220000', '114009.680000', '114010.140000', '114010.600000', '114011.060000', '114011.520000', '114011.980000', '114012.440000', '114012.900000', '114013.360000', '114013.820000', '114014.280000', '114014.740000', '114015.200000', '114015.660000', '114016.120000', '114016.580000', '114017.040000', '114017.500000', '114017.960000', '114018.420000', '114018.880000', '114019.340000', '114019.800000', '114020.260000', '114020.720000', '114021.180000', '114021.640000', '114022.100000', '114022.560000', '114023.020000', '114023.480000', '114023.940000', '114024.400000', '114024.860000', '114025.320000', '114025.780000', '114026.240000', '114026.700000', '114027.160000', '114027.620000', '114028.080000', '114028.540000', '114029.000000', '114029.460000', '114029.920000', '114030.380000', '114030.840000', '114031.300000', '114031.760000', '114032.220000', '114032.680000', '114033.140000', '114033.600000', '114034.060000', '114034.520000', '114034.980000', '114035.440000', '114035.900000', '114036.360000', '114036.820000', '114037.280000', '114037.740000', '114038.200000', '114038.660000', '114039.120000', '114039.580000', '114040.040000', '114040.500000', '114040.960000', '114041.420000', '114041.880000', '114042.340000', '114042.800000', '114043.260000', '114043.720000', '114044.180000', '114044.640000', '114045.100000', '114045.560000', '114046.020000', '114046.480000', '114046.940000', '114047.400000', '114047.860000', '114048.320000', '114048.780000', '114049.240000', '114049.700000', '114050.160000', '114050.620000', '114051.080000', '114051.540000', '114052.000000', '114052.460000', '114052.920000', '114053.380000', '114053.840000', '114054.300000', '114054.760000', '114055.220000', '114055.680000', '114056.140000', '114056.600000', '114057.060000', '114057.520000', '114057.980000', '114058.440000', '114058.900000', '114059.360000', '114059.820000', '114100.280000', '114100.740000', '114101.200000', '114101.660000', '114102.120000', '114102.580000', '114103.040000', '114103.500000', '114103.960000', '114104.420000', '114104.880000', '114105.340000', '114105.800000', '114106.260000', '114106.720000', '114107.180000', '114107.640000', '114108.100000', '114108.560000', '114109.020000', '114109.480000', '114109.940000', '114110.400000', '114110.860000', '114111.320000', '114111.780000', '114112.240000', '114112.700000', '114113.160000', '114113.620000', '114114.080000', '114114.540000', '114115.000000', '114115.460000', '114115.920000', '114116.380000', '114116.840000', '114117.300000', '114117.760000', '114118.220000', '114118.680000', '114119.140000', '114119.600000', '114120.060000', '114120.520000', '114120.980000', '114121.440000', '114121.900000', '114122.360000', '114122.820000', '114123.280000', '114123.740000', '114124.200000', '114124.660000', '114125.120000', '114125.580000', '114126.040000', '114126.500000', '114126.960000', '114127.420000', '114127.880000', '114128.340000', '114128.800000', '114129.260000', '114129.720000', '114130.180000', '114130.640000', '114131.100000', '114131.560000', '114132.020000', '114132.480000', '114132.940000', '114133.400000', '114133.860000', '114134.320000', '114134.780000', '114135.240000', '114135.700000', '114136.160000', '114136.620000', '114137.080000', '114137.540000', '114138.000000', '114138.460000', '114138.920000', '114139.380000', '114139.840000', '114140.300000', '114140.760000', '114141.220000', '114141.680000', '114142.140000', '114142.600000', '114143.060000', '114143.520000', '114143.980000', '114144.440000', '114144.900000', '114145.360000', '114145.820000', '114146.280000', '114146.740000', '114147.200000', '114147.660000', '114148.120000', '114148.580000', '114149.040000', '114149.500000', '114149.960000', '114150.420000', '114150.880000', '114151.340000', '114151.800000', '114152.260000', '114152.720000', '114153.180000', '114153.640000', '114154.100000', '114154.560000', '114155.020000', '114155.480000', '114155.940000', '114156.400000', '114156.860000', '114157.320000', '114157.780000', '114158.240000', '114158.700000', '114159.160000', '114159.620000', '114200.080000', '114200.540000', '114201.000000', '114201.460000', '114201.920000', '114202.380000', '114202.840000', '114203.300000', '114203.760000', '114204.220000', '114204.680000', '114205.140000', '114205.600000', '114206.060000', '114206.520000', '114206.980000', '114207.440000', '114207.900000', '114208.360000', '114208.820000', '114209.280000', '114209.740000', '114210.200000', '114210.660000', '114211.120000', '114211.580000', '114212.040000', '114212.500000', '114212.960000', '114213.420000', '114213.880000', '114214.340000', '114214.800000', '114215.260000', '114215.720000', '114216.180000', '114216.640000', '114217.100000', '114217.560000', '114218.020000', '114218.480000', '114218.940000', '114219.400000', '114219.860000', '114220.320000', '114220.780000', '114221.240000', '114221.700000', '114222.160000', '114222.620000', '114223.080000', '114223.540000', '114224.000000', '114224.460000', '114224.920000', '114225.380000', '114225.840000', '114226.300000', '114226.760000', '114227.220000', '114227.680000', '114228.140000', '114228.600000', '114229.060000', '114229.520000', '114229.980000', '114230.440000', '114230.900000', '114231.360000', '114231.820000', '114232.280000', '114232.740000', '114233.200000', '114233.660000', '114234.120000', '114234.580000', '114235.040000', '114235.500000', '114235.960000', '114236.420000', '114236.880000', '114237.340000', '114237.800000', '114238.260000', '114238.720000', '114239.180000', '114239.640000', '114240.100000', '114240.560000', '114241.020000', '114241.480000', '114241.940000', '114242.400000', '114242.860000', '114243.320000', '114243.780000', '114244.240000', '114244.700000', '114245.160000', '114245.620000', '114246.080000', '114246.540000', '114247.000000', '114247.460000', '114247.920000', '114248.380000', '114248.840000', '114249.300000', '114249.760000', '114250.220000', '114250.680000', '114251.140000', '114251.600000', '114252.060000', '114252.520000', '114252.980000', '114253.440000', '114253.900000', '114254.360000', '114254.820000', '114255.280000', '114255.740000', '114256.200000', '114256.660000', '114257.120000', '114257.580000', '114258.040000', '114258.500000', '114258.960000', '114259.420000', '114259.880000', '114300.340000', '114300.800000', '114301.260000', '114301.720000', '114302.180000', '114302.640000', '114303.100000', '114303.560000', '114304.020000', '114304.480000', '114304.940000', '114305.400000', '114305.860000', '114306.320000', '114306.780000', '114307.240000', '114307.700000', '114308.160000', '114308.620000', '114309.080000', '114309.540000', '114310.000000', '114310.460000', '114310.920000', '114311.380000', '114311.840000', '114312.300000', '114312.760000', '114313.220000', '114313.680000', '114314.140000', '114314.600000', '114315.060000', '114315.520000', '114315.980000', '114316.440000', '114316.900000', '114317.360000', '114317.820000', '114318.280000', '114318.740000', '114319.200000', '114319.660000', '114320.120000', '114320.580000', '114321.040000', '114321.500000', '114321.960000', '114322.420000', '114322.880000', '114323.340000', '114323.800000', '114324.260000', '114324.720000', '114325.180000', '114325.640000', '114326.100000', '114326.560000', '114327.020000', '114327.480000', '114327.940000', '114328.400000', '114328.860000', '114329.320000', '114329.780000', '114330.240000', '114330.700000', '114331.160000', '114331.620000', '114332.080000', '114332.540000', '114333.000000', '114333.460000', '114333.920000', '114334.380000', '114334.840000', '114335.300000', '114335.760000', '114336.220000', '114336.680000', '114337.140000', '114337.600000', '114338.060000', '114338.520000', '114338.980000', '114339.440000', '114339.900000', '114340.360000', '114340.820000', '114341.280000', '114341.740000', '114342.200000', '114342.660000', '114343.120000', '114343.580000', '114344.040000', '114344.500000', '114344.960000', '114345.420000', '114345.880000', '114346.340000', '114346.800000', '114347.260000', '114347.720000', '114348.180000', '114348.640000', '114349.100000', '114349.560000', '114350.020000', '114350.480000', '114350.940000', '114351.400000', '114351.860000', '114352.320000', '114352.780000', '114353.240000', '114353.700000', '114354.160000', '114354.620000', '114355.080000', '114355.540000', '114356.000000', '114356.460000', '114356.920000', '114357.380000', '114357.840000', '114358.300000', '114358.760000', '114359.220000', '114359.680000', '114400.140000', '114400.600000', '114401.060000', '114401.520000', '114401.980000', '114402.440000', '114402.900000', '114403.360000', '114403.820000', '114404.280000', '114404.740000', '114405.200000', '114405.660000', '114406.120000', '114406.580000', '114407.040000', '114407.500000', '114407.960000', '114408.420000', '114408.880000', '114409.340000', '114409.800000', '114410.260000', '114410.720000', '114411.180000', '114411.640000', '114412.100000', '114412.560000', '114413.020000', '114413.480000', '114413.940000', '114414.400000', '114414.860000', '114415.320000', '114415.780000', '114416.240000', '114416.700000', '114417.160000', '114417.620000', '114418.080000', '114418.540000', '114419.000000', '114419.460000', '114419.920000', '114420.380000', '114420.840000', '114421.300000', '114421.760000', '114422.220000', '114422.680000', '114423.140000', '114423.600000', '114424.060000', '114424.520000', '114424.980000', '114425.440000', '114425.900000', '114426.360000', '114426.820000', '114427.280000', '114427.740000', '114428.200000', '114428.660000', '114429.120000', '114429.580000', '114430.040000', '114430.500000', '114430.960000', '114431.420000', '114431.880000', '114432.340000', '114432.800000', '114433.260000', '114433.720000', '114434.180000', '114434.640000', '114435.100000', '114435.560000', '114436.020000', '114436.480000', '114436.940000', '114437.400000', '114437.860000', '114438.320000', '114438.780000', '114439.240000', '114439.700000', '114440.160000', '114440.620000', '114441.080000', '114441.540000', '114442.000000', '114442.460000', '114442.920000', '114443.380000', '114443.840000', '114444.300000', '114444.760000', '114445.220000', '114445.680000', '114446.140000', '114446.600000', '114447.060000', '114447.520000', '114447.980000', '114448.440000', '114448.900000', '114449.360000', '114449.820000', '114450.280000', '114450.740000', '114451.200000', '114451.660000', '114452.120000', '114452.580000', '114453.040000', '114453.500000', '114453.960000', '114454.420000', '114454.880000', '114455.340000', '114455.800000', '114456.260000', '114456.720000', '114457.180000', '114457.640000', '114458.100000', '114458.560000', '114459.020000', '114459.480000', '114459.940000', '114500.400000', '114500.860000', '114501.320000', '114501.780000', '114502.240000', '114502.700000', '114503.160000', '114503.620000', '114504.080000', '114504.540000', '114505.000000', '114505.460000', '114505.920000', '114506.380000', '114506.840000', '114507.300000', '114507.760000', '114508.220000', '114508.680000', '114509.140000', '114509.600000', '114510.060000', '114510.520000', '114510.980000', '114511.440000', '114511.900000', '114512.360000', '114512.820000', '114513.280000', '114513.740000', '114514.200000', '114514.660000', '114515.120000', '114515.580000', '114516.040000', '114516.500000', '114516.960000', '114517.420000', '114517.880000', '114518.340000', '114518.800000', '114519.260000', '114519.720000', '114520.180000', '114520.640000', '114521.100000', '114521.560000', '114522.020000', '114522.480000', '114522.940000', '114523.400000', '114523.860000', '114524.320000', '114524.780000', '114525.240000', '114525.700000', '114526.160000', '114526.620000', '114527.080000', '114527.540000', '114528.000000', '114528.460000', '114528.920000', '114529.380000', '114529.840000', '114530.300000', '114530.760000', '114531.220000', '114531.680000', '114532.140000', '114532.600000', '114533.060000', '114533.520000', '114533.980000', '114534.440000', '114534.900000', '114535.360000', '114535.820000', '114536.280000', '114536.740000', '114537.200000', '114537.660000', '114538.120000', '114538.580000', '114539.040000', '114539.500000', '114539.960000', '114540.420000', '114540.880000', '114541.340000', '114541.800000', '114542.260000', '114542.720000', '114543.180000', '114543.640000', '114544.100000', '114544.560000', '114545.020000', '114545.480000', '114545.940000', '114546.400000', '114546.860000', '114547.320000', '114547.780000', '114548.240000', '114548.700000', '114549.160000', '114549.620000', '114550.080000', '114550.540000', '114551.000000', '114551.460000', '114551.920000', '114552.380000', '114552.840000', '114553.300000', '114553.760000', '114554.220000', '114554.680000', '114555.140000', '114555.600000', '114556.060000', '114556.520000', '114556.980000', '114557.440000', '114557.900000', '114558.360000', '114558.820000', '114559.280000', '114559.740000', '114600.200000', '114600.660000', '114601.120000', '114601.580000', '114602.040000', '114602.500000', '114602.960000', '114603.420000', '114603.880000', '114604.340000', '114604.800000', '114605.260000', '114605.720000', '114606.180000', '114606.640000', '114607.100000', '114607.560000', '114608.020000', '114608.480000', '114608.940000', '114609.400000', '114609.860000', '114610.320000', '114610.780000', '114611.240000', '114611.700000', '114612.160000', '114612.620000', '114613.080000', '114613.540000', '114614.000000', '114614.460000', '114614.920000', '114615.380000', '114615.840000', '114616.300000', '114616.760000', '114617.220000', '114617.680000', '114618.140000', '114618.600000', '114619.060000', '114619.520000', '114619.980000', '114620.440000', '114620.900000', '114621.360000', '114621.820000', '114622.280000', '114622.740000', '114623.200000', '114623.660000', '114624.120000', '114624.580000'], 'ContentTime': ['113756.804000', '113756.807000', '113756.810000', '113756.812000', '113756.815000', '113756.818000', '113756.820000', '113756.823000', '113756.825000', '113756.828000', '113756.831000', '113756.833000', '113756.836000', '113756.838000', '113756.841000', '113756.843000', '113756.846000', '113756.849000', '113756.851000', '113756.857000', '113756.860000', '113756.863000', '113756.865000', '113756.868000', '113756.870000', '113756.873000', '113756.876000', '113756.879000', '113756.881000', '113756.884000', '113756.886000', '113756.889000', '113756.892000', '113756.894000', '113756.897000', '113756.905000', '113756.907000', '113756.910000', '113756.912000', '113756.915000', '113756.918000', '113756.920000', '113756.923000', '113756.925000', '113756.928000', '113756.931000', '113756.933000', '113756.936000', '113816.777000', '113816.779000', '113816.782000', '113816.784000', '113816.788000', '113816.791000', '113816.793000', '113816.796000', '113816.799000', '113816.801000', '113816.804000', '113816.807000', '113816.809000', '113816.812000', '113816.815000', '113816.817000', '113816.820000', '113816.822000', '113816.825000', '113816.828000', '113816.831000', '113816.834000', '113816.836000', '113816.839000', '113816.841000', '113816.844000', '113816.846000', '113816.849000', '113816.852000', '113816.854000', '113816.857000', '113816.859000', '113816.862000', '113816.865000', '113816.867000', '113816.870000', '113816.872000', '113816.875000', '113816.877000', '113816.885000', '113816.888000', '113816.890000', '113816.893000', '113816.895000', '113836.776000', '113836.779000', '113836.782000', '113836.785000', '113836.787000', '113836.790000', '113836.793000', '113836.795000', '113836.798000', '113836.800000', '113836.803000', '113836.805000', '113836.809000', '113836.811000', '113836.819000', '113836.822000', '113836.825000', '113836.827000', '113836.830000', '113836.833000', '113836.836000', '113836.838000', '113836.841000', '113836.844000', '113836.846000', '113836.849000', '113836.851000', '113836.854000', '113836.857000', '113836.860000', '113836.863000', '113836.866000', '113836.868000', '113836.871000', '113836.882000', '113836.885000', '113836.887000', '113836.890000', '113836.893000', '113836.895000', '113836.899000', '113836.902000', '113836.905000', '113856.776000', '113856.779000', '113856.782000', '113856.784000', '113856.787000', '113856.790000', '113856.792000', '113856.795000', '113856.798000', '113856.800000', '113856.803000', '113856.805000', '113856.808000', '113856.811000', '113856.813000', '113856.816000', '113856.818000', '113856.821000', '113856.823000', '113856.826000', '113856.829000', '113856.831000', '113856.834000', '113856.837000', '113856.839000', '113856.842000', '113856.844000', '113856.847000', '113856.850000', '113856.852000', '113856.855000', '113856.858000', '113856.860000', '113856.863000', '113856.866000', '113856.868000', '113856.871000', '113856.873000', '113856.876000', '113856.879000', '113856.881000', '113856.884000', '113856.886000', '113856.889000', '113916.777000', '113916.780000', '113916.782000', '113916.785000', '113916.787000', '113916.790000', '113916.793000', '113916.796000', '113916.798000', '113916.801000', '113916.803000', '113916.806000', '113916.809000', '113916.811000', '113916.814000', '113916.816000', '113916.819000', '113916.822000', '113916.824000', '113916.827000', '113916.829000', '113916.832000', '113916.835000', '113916.837000', '113916.840000', '113916.843000', '113916.845000', '113916.848000', '113916.850000', '113916.853000', '113916.855000', '113916.858000', '113916.861000', '113916.863000', '113916.870000', '113916.873000', '113916.876000', '113916.878000', '113916.881000', '113916.884000', '113916.886000', '113916.889000', '113916.892000', '113936.776000', '113936.779000', '113936.782000', '113936.784000', '113936.787000', '113936.790000', '113936.792000', '113936.795000', '113936.798000', '113936.800000', '113936.803000', '113936.805000', '113936.808000', '113936.811000', '113936.813000', '113936.816000', '113936.819000', '113936.821000', '113936.824000', '113936.826000', '113936.829000', '113936.831000', '113936.834000', '113936.837000', '113936.846000', '113936.848000', '113936.851000', '113936.853000', '113936.856000', '113936.859000', '113936.861000', '113936.864000', '113936.866000', '113936.869000', '113936.872000', '113936.874000', '113936.877000', '113936.879000', '113936.882000', '113936.885000', '113936.887000', '113936.890000', '113936.893000', '113936.895000', '113956.776000', '113956.779000', '113956.782000', '113956.785000', '113956.787000', '113956.790000', '113956.793000', '113956.795000', '113956.798000', '113956.801000', '113956.803000', '113956.806000', '113956.808000', '113956.811000', '113956.813000', '113956.816000', '113956.819000', '113956.821000', '113956.824000', '113956.826000', '113956.829000', '113956.832000', '113956.834000', '113956.837000', '113956.840000', '113956.842000', '113956.845000', '113956.847000', '113956.850000', '113956.853000', '113956.855000', '113956.858000', '113956.861000', '113956.863000', '113956.866000', '113956.868000', '113956.871000', '113956.874000', '113956.876000', '113956.879000', '113956.881000', '113956.884000', '113956.886000', '114016.777000', '114016.779000', '114016.788000', '114016.790000', '114016.793000', '114016.796000', '114016.798000', '114016.801000', '114016.803000', '114016.806000', '114016.809000', '114016.811000', '114016.814000', '114016.817000', '114016.819000', '114016.822000', '114016.830000', '114016.833000', '114016.836000', '114016.838000', '114016.841000', '114016.843000', '114016.846000', '114016.849000', '114016.851000', '114016.854000', '114016.856000', '114016.859000', '114016.862000', '114016.864000', '114016.867000', '114016.870000', '114016.872000', '114016.875000', '114016.877000', '114016.880000', '114016.883000', '114016.885000', '114016.888000', '114016.890000', '114016.893000', '114016.896000', '114016.898000', '114016.901000', '114036.777000', '114036.779000', '114036.782000', '114036.785000', '114036.787000', '114036.790000', '114036.793000', '114036.795000', '114036.798000', '114036.801000', '114036.803000', '114036.806000', '114036.809000', '114036.811000', '114036.814000', '114036.817000', '114036.819000', '114036.822000', '114036.824000', '114036.827000', '114036.830000', '114036.832000', '114036.835000', '114036.837000', '114036.840000', '114036.843000', '114036.845000', '114036.848000', '114036.851000', '114036.855000', '114036.857000', '114036.860000', '114036.862000', '114036.865000', '114036.868000', '114036.870000', '114036.873000', '114036.875000', '114036.878000', '114036.881000', '114036.883000', '114036.886000', '114036.888000', '114056.776000', '114056.779000', '114056.782000', '114056.784000', '114056.787000', '114056.790000', '114056.793000', '114056.795000', '114056.798000', '114056.801000', '114056.803000', '114056.806000', '114056.809000', '114056.811000', '114056.814000', '114056.817000', '114056.819000', '114056.822000', '114056.825000', '114056.827000', '114056.830000', '114056.833000', '114056.835000', '114056.838000', '114056.840000', '114056.843000', '114056.846000', '114056.848000', '114056.851000', '114056.853000', '114056.856000', '114056.859000', '114056.861000', '114056.864000', '114056.867000', '114056.869000', '114056.872000', '114056.874000', '114056.877000', '114056.880000', '114056.882000', '114056.885000', '114056.895000', '114056.898000', '114116.776000', '114116.779000', '114116.782000', '114116.785000', '114116.787000', '114116.790000', '114116.793000', '114116.795000', '114116.798000', '114116.800000', '114116.803000', '114116.806000', '114116.808000', '114116.811000', '114116.814000', '114116.816000', '114116.819000', '114116.821000', '114116.824000', '114116.827000', '114116.829000', '114116.832000', '114116.834000', '114116.837000', '114116.840000', '114116.842000', '114116.845000', '114116.847000', '114116.850000', '114116.853000', '114116.855000', '114116.858000', '114116.861000', '114116.863000', '114116.866000', '114116.868000', '114116.871000', '114116.873000', '114116.876000', '114116.879000', '114116.881000', '114116.884000', '114116.887000', '114136.776000', '114136.779000', '114136.782000', '114136.785000', '114136.787000', '114136.790000', '114136.792000', '114136.803000', '114136.806000', '114136.809000', '114136.811000', '114136.814000', '114136.816000', '114136.819000', '114136.822000', '114136.824000', '114136.827000', '114136.830000', '114136.832000', '114136.835000', '114136.838000', '114136.840000', '114136.843000', '114136.845000', '114136.848000', '114136.851000', '114136.853000', '114136.856000', '114136.858000', '114136.861000', '114136.864000', '114136.866000', '114136.869000', '114136.871000', '114136.874000', '114136.876000', '114136.879000', '114136.882000', '114136.884000', '114136.887000', '114136.889000', '114136.892000', '114136.895000', '114136.897000', '114156.776000', '114156.779000', '114156.782000', '114156.785000', '114156.787000', '114156.790000', '114156.793000', '114156.795000', '114156.798000', '114156.800000', '114156.803000', '114156.806000', '114156.808000', '114156.811000', '114156.814000', '114156.816000', '114156.819000', '114156.821000', '114156.824000', '114156.827000', '114156.829000', '114156.832000', '114156.834000', '114156.837000', '114156.840000', '114156.842000', '114156.845000', '114156.847000', '114156.850000', '114156.853000', '114156.855000', '114156.858000', '114156.860000', '114156.863000', '114156.866000', '114156.868000', '114156.871000', '114156.873000', '114156.876000', '114156.879000', '114156.881000', '114156.884000', '114156.886000', '114216.777000', '114216.781000', '114216.784000', '114216.786000', '114216.789000', '114216.791000', '114216.794000', '114216.797000', '114216.799000', '114216.802000', '114216.805000', '114216.807000', '114216.810000', '114216.812000', '114216.815000', '114216.818000', '114216.820000', '114216.823000', '114216.825000', '114216.828000', '114216.831000', '114216.833000', '114216.836000', '114216.839000', '114216.841000', '114216.844000', '114216.847000', '114216.849000', '114216.852000', '114216.855000', '114216.857000', '114216.860000', '114216.862000', '114216.865000', '114216.868000', '114216.870000', '114216.873000', '114216.875000', '114216.878000', '114216.881000', '114216.883000', '114216.886000', '114216.889000', '114216.891000', '114236.776000', '114236.779000', '114236.782000', '114236.785000', '114236.787000', '114236.790000', '114236.793000', '114236.795000', '114236.798000', '114236.800000', '114236.803000', '114236.806000', '114236.808000', '114236.811000', '114236.813000', '114236.816000', '114236.819000', '114236.821000', '114236.824000', '114236.826000', '114236.829000', '114236.832000', '114236.834000', '114236.837000', '114236.840000', '114236.842000', '114236.845000', '114236.847000', '114236.850000', '114236.853000', '114236.855000', '114236.858000', '114236.861000', '114236.863000', '114236.866000', '114236.868000', '114236.871000', '114236.874000', '114236.876000', '114236.879000', '114236.881000', '114236.884000', '114236.887000', '114256.776000', '114256.779000', '114256.782000', '114256.785000', '114256.787000', '114256.790000', '114256.793000', '114256.795000', '114256.798000', '114256.801000', '114256.803000', '114256.806000', '114256.809000', '114256.811000', '114256.814000', '114256.817000', '114256.819000', '114256.822000', '114256.824000', '114256.827000', '114256.829000', '114256.832000', '114256.835000', '114256.837000', '114256.840000', '114256.843000', '114256.845000', '114256.848000', '114256.850000', '114256.853000', '114256.856000', '114256.858000', '114256.861000', '114256.863000', '114256.866000', '114256.869000', '114256.871000', '114256.874000', '114256.878000', '114256.881000', '114256.883000', '114256.886000', '114256.888000', '114256.891000', '114316.777000', '114316.780000', '114316.782000', '114316.785000', '114316.788000', '114316.790000', '114316.793000', '114316.796000', '114316.839000', '114316.842000', '114316.844000', '114316.847000', '114316.849000', '114316.852000', '114316.855000', '114316.857000', '114316.860000', '114316.862000', '114316.865000', '114316.868000', '114316.870000', '114316.873000', '114316.876000', '114316.878000', '114316.881000', '114316.884000', '114316.886000', '114316.889000', '114316.892000', '114316.894000', '114316.897000', '114316.899000', '114316.902000', '114316.905000', '114316.907000', '114316.910000', '114316.913000', '114316.915000', '114316.918000', '114316.920000', '114316.923000', '114316.925000', '114316.928000', '114336.777000', '114336.779000', '114336.782000', '114336.785000', '114336.787000', '114336.790000', '114336.793000', '114336.795000', '114336.798000', '114336.802000', '114336.805000', '114336.807000', '114336.810000', '114336.812000', '114336.815000', '114336.820000', '114336.823000', '114336.825000', '114336.828000', '114336.831000', '114336.833000', '114336.836000', '114336.839000', '114336.841000', '114336.844000', '114336.847000', '114336.850000', '114336.852000', '114336.855000', '114336.857000', '114336.860000', '114336.863000', '114336.865000', '114336.868000', '114336.871000', '114336.874000', '114336.876000', '114336.879000', '114336.881000', '114336.884000', '114336.887000', '114336.889000', '114336.892000', '114356.776000', '114356.779000', '114356.782000', '114356.785000', '114356.787000', '114356.790000', '114356.792000', '114356.795000', '114356.798000', '114356.800000', '114356.803000', '114356.805000', '114356.808000', '114356.811000', '114356.813000', '114356.816000', '114356.819000', '114356.821000', '114356.824000', '114356.827000', '114356.829000', '114356.832000', '114356.834000', '114356.838000', '114356.840000', '114356.843000', '114356.845000', '114356.848000', '114356.851000', '114356.853000', '114356.856000', '114356.858000', '114356.861000', '114356.863000', '114356.866000', '114356.869000', '114356.871000', '114356.874000', '114356.876000', '114356.879000', '114356.882000', '114356.884000', '114356.887000', '114356.889000', '114416.776000', '114416.779000', '114416.782000', '114416.785000', '114416.787000', '114416.790000', '114416.793000', '114416.795000', '114416.798000', '114416.801000', '114416.803000', '114416.806000', '114416.809000', '114416.811000', '114416.814000', '114416.817000', '114416.819000', '114416.822000', '114416.825000', '114416.827000', '114416.830000', '114416.833000', '114416.835000', '114416.838000', '114416.840000', '114416.843000', '114416.846000', '114416.848000', '114416.851000', '114416.853000', '114416.856000', '114416.859000', '114416.861000', '114416.864000', '114416.866000', '114416.869000', '114416.872000', '114416.874000', '114416.877000', '114416.880000', '114416.882000', '114416.885000', '114416.888000', '114436.776000', '114436.779000', '114436.782000', '114436.785000', '114436.788000', '114436.790000', '114436.793000', '114436.795000', '114436.798000', '114436.801000', '114436.803000', '114436.806000', '114436.808000', '114436.811000', '114436.814000', '114436.816000', '114436.819000', '114436.821000', '114436.824000', '114436.838000', '114436.841000', '114436.843000', '114436.846000', '114436.848000', '114436.851000', '114436.854000', '114436.856000', '114436.859000', '114436.861000', '114436.864000', '114436.867000', '114436.869000', '114436.872000', '114436.874000', '114436.877000', '114436.880000', '114436.882000', '114436.885000', '114436.887000', '114436.890000', '114436.893000', '114436.895000', '114436.898000', '114436.900000', '114456.776000', '114456.779000', '114456.782000', '114456.784000', '114456.787000', '114456.790000', '114456.792000', '114456.795000', '114456.798000', '114456.800000', '114456.803000', '114456.806000', '114456.808000', '114456.811000', '114456.814000', '114456.816000', '114456.819000', '114456.821000', '114456.824000', '114456.827000', '114456.829000', '114456.832000', '114456.835000', '114456.837000', '114456.840000', '114456.843000', '114456.845000', '114456.848000', '114456.851000', '114456.853000', '114456.857000', '114456.860000', '114456.862000', '114456.865000', '114456.868000', '114456.870000', '114456.873000', '114456.876000', '114456.878000', '114456.881000', '114456.883000', '114456.886000', '114456.889000', '114516.776000', '114516.780000', '114516.782000', '114516.785000', '114516.787000', '114516.790000', '114516.793000', '114516.795000', '114516.798000', '114516.801000', '114516.803000', '114516.806000', '114516.808000', '114516.811000', '114516.814000', '114516.816000', '114516.819000', '114516.821000', '114516.824000', '114516.827000', '114516.829000', '114516.832000', '114516.834000', '114516.837000', '114516.840000', '114516.842000', '114516.845000', '114516.847000', '114516.850000', '114516.853000', '114516.855000', '114516.858000', '114516.861000', '114516.863000', '114516.866000', '114516.868000', '114516.871000', '114516.874000', '114516.876000', '114516.879000', '114516.881000', '114516.884000', '114516.887000', '114516.889000', '114536.777000', '114536.780000', '114536.782000', '114536.785000', '114536.788000', '114536.790000', '114536.793000', '114536.796000', '114536.798000', '114536.801000', '114536.803000', '114536.806000', '114536.809000', '114536.811000', '114536.814000', '114536.817000', '114536.819000', '114536.822000', '114536.824000', '114536.827000', '114536.830000', '114536.832000', '114536.835000', '114536.838000', '114536.840000', '114536.843000', '114536.845000', '114536.848000', '114536.851000', '114536.853000', '114536.856000', '114536.859000', '114536.861000', '114536.864000', '114536.866000', '114536.869000', '114536.872000', '114536.875000', '114536.877000', '114536.880000', '114536.882000', '114536.885000', '114536.887000', '114556.776000', '114556.779000', '114556.782000', '114556.784000', '114556.787000', '114556.790000', '114556.793000', '114556.795000', '114556.798000', '114556.800000', '114556.803000', '114556.806000', '114556.808000', '114556.811000', '114556.813000', '114556.816000', '114556.832000', '114556.835000', '114556.837000', '114556.840000', '114556.843000', '114556.845000', '114556.848000', '114556.850000', '114556.853000', '114556.856000', '114556.858000', '114556.861000', '114556.864000', '114556.866000', '114556.869000', '114556.871000', '114556.874000', '114556.877000', '114556.880000', '114556.882000', '114556.885000', '114556.888000', '114556.890000', '114556.893000', '114556.896000', '114556.898000', '114556.901000', '114556.903000', '114616.777000', '114616.780000', '114616.782000', '114616.785000', '114616.788000', '114616.790000', '114616.793000', '114616.795000', '114616.798000', '114616.801000', '114616.803000', '114616.806000', '114616.809000', '114616.811000', '114616.814000', '114616.817000', '114616.819000', '114616.822000', '114616.832000', '114616.835000', '114616.837000', '114616.840000', '114616.843000', '114616.845000', '114616.848000', '114616.850000', '114616.853000', '114616.856000', '114616.858000', '114616.861000', '114616.863000', '114616.866000', '114616.869000', '114616.871000', '114616.874000', '114616.876000', '114616.879000', '114616.882000', '114616.884000', '114616.887000', '114616.889000', '114616.892000', '114616.895000', '114626.044000', '114626.047000', '114626.049000', '114626.052000', '114626.055000', '114626.057000', '114626.060000', '114626.062000', '114626.065000', '114626.068000', '114626.070000', '114626.073000', '114626.076000', '114626.078000', '114626.081000', '114626.083000', '114626.086000', '114626.089000', '114626.091000', '114626.094000', '114626.097000'], 'InstanceCreationTime': ['113756.804000', '113756.807000', '113756.810000', '113756.812000', '113756.815000', '113756.818000', '113756.820000', '113756.823000', '113756.825000', '113756.828000', '113756.831000', '113756.833000', '113756.836000', '113756.838000', '113756.841000', '113756.843000', '113756.846000', '113756.849000', '113756.851000', '113756.857000', '113756.860000', '113756.863000', '113756.865000', '113756.868000', '113756.870000', '113756.873000', '113756.876000', '113756.879000', '113756.881000', '113756.884000', '113756.886000', '113756.889000', '113756.892000', '113756.894000', '113756.897000', '113756.905000', '113756.907000', '113756.910000', '113756.912000', '113756.915000', '113756.918000', '113756.920000', '113756.923000', '113756.925000', '113756.928000', '113756.931000', '113756.933000', '113756.936000', '113816.777000', '113816.779000', '113816.782000', '113816.784000', '113816.788000', '113816.791000', '113816.793000', '113816.796000', '113816.799000', '113816.801000', '113816.804000', '113816.807000', '113816.809000', '113816.812000', '113816.815000', '113816.817000', '113816.820000', '113816.822000', '113816.825000', '113816.828000', '113816.831000', '113816.834000', '113816.836000', '113816.839000', '113816.841000', '113816.844000', '113816.846000', '113816.849000', '113816.852000', '113816.854000', '113816.857000', '113816.859000', '113816.862000', '113816.865000', '113816.867000', '113816.870000', '113816.872000', '113816.875000', '113816.877000', '113816.885000', '113816.888000', '113816.890000', '113816.893000', '113816.895000', '113836.776000', '113836.779000', '113836.782000', '113836.785000', '113836.787000', '113836.790000', '113836.793000', '113836.795000', '113836.798000', '113836.800000', '113836.803000', '113836.805000', '113836.809000', '113836.811000', '113836.819000', '113836.822000', '113836.825000', '113836.827000', '113836.830000', '113836.833000', '113836.836000', '113836.838000', '113836.841000', '113836.844000', '113836.846000', '113836.849000', '113836.851000', '113836.854000', '113836.857000', '113836.860000', '113836.863000', '113836.866000', '113836.868000', '113836.871000', '113836.882000', '113836.885000', '113836.887000', '113836.890000', '113836.893000', '113836.895000', '113836.899000', '113836.902000', '113836.905000', '113856.776000', '113856.779000', '113856.782000', '113856.784000', '113856.787000', '113856.790000', '113856.792000', '113856.795000', '113856.798000', '113856.800000', '113856.803000', '113856.805000', '113856.808000', '113856.811000', '113856.813000', '113856.816000', '113856.818000', '113856.821000', '113856.823000', '113856.826000', '113856.829000', '113856.831000', '113856.834000', '113856.837000', '113856.839000', '113856.842000', '113856.844000', '113856.847000', '113856.850000', '113856.852000', '113856.855000', '113856.858000', '113856.860000', '113856.863000', '113856.866000', '113856.868000', '113856.871000', '113856.873000', '113856.876000', '113856.879000', '113856.881000', '113856.884000', '113856.886000', '113856.889000', '113916.777000', '113916.780000', '113916.782000', '113916.785000', '113916.787000', '113916.790000', '113916.793000', '113916.796000', '113916.798000', '113916.801000', '113916.803000', '113916.806000', '113916.809000', '113916.811000', '113916.814000', '113916.816000', '113916.819000', '113916.822000', '113916.824000', '113916.827000', '113916.829000', '113916.832000', '113916.835000', '113916.837000', '113916.840000', '113916.843000', '113916.845000', '113916.848000', '113916.850000', '113916.853000', '113916.855000', '113916.858000', '113916.861000', '113916.863000', '113916.870000', '113916.873000', '113916.876000', '113916.878000', '113916.881000', '113916.884000', '113916.886000', '113916.889000', '113916.892000', '113936.776000', '113936.779000', '113936.782000', '113936.784000', '113936.787000', '113936.790000', '113936.792000', '113936.795000', '113936.798000', '113936.800000', '113936.803000', '113936.805000', '113936.808000', '113936.811000', '113936.813000', '113936.816000', '113936.819000', '113936.821000', '113936.824000', '113936.826000', '113936.829000', '113936.831000', '113936.834000', '113936.837000', '113936.846000', '113936.848000', '113936.851000', '113936.853000', '113936.856000', '113936.859000', '113936.861000', '113936.864000', '113936.866000', '113936.869000', '113936.872000', '113936.874000', '113936.877000', '113936.879000', '113936.882000', '113936.885000', '113936.887000', '113936.890000', '113936.893000', '113936.895000', '113956.776000', '113956.779000', '113956.782000', '113956.785000', '113956.787000', '113956.790000', '113956.793000', '113956.795000', '113956.798000', '113956.801000', '113956.803000', '113956.806000', '113956.808000', '113956.811000', '113956.813000', '113956.816000', '113956.819000', '113956.821000', '113956.824000', '113956.826000', '113956.829000', '113956.832000', '113956.834000', '113956.837000', '113956.840000', '113956.842000', '113956.845000', '113956.847000', '113956.850000', '113956.853000', '113956.855000', '113956.858000', '113956.861000', '113956.863000', '113956.866000', '113956.868000', '113956.871000', '113956.874000', '113956.876000', '113956.879000', '113956.881000', '113956.884000', '113956.886000', '114016.777000', '114016.779000', '114016.788000', '114016.790000', '114016.793000', '114016.796000', '114016.798000', '114016.801000', '114016.803000', '114016.806000', '114016.809000', '114016.811000', '114016.814000', '114016.817000', '114016.819000', '114016.822000', '114016.830000', '114016.833000', '114016.836000', '114016.838000', '114016.841000', '114016.843000', '114016.846000', '114016.849000', '114016.851000', '114016.854000', '114016.856000', '114016.859000', '114016.862000', '114016.864000', '114016.867000', '114016.870000', '114016.872000', '114016.875000', '114016.877000', '114016.880000', '114016.883000', '114016.885000', '114016.888000', '114016.890000', '114016.893000', '114016.896000', '114016.898000', '114016.901000', '114036.777000', '114036.779000', '114036.782000', '114036.785000', '114036.787000', '114036.790000', '114036.793000', '114036.795000', '114036.798000', '114036.801000', '114036.803000', '114036.806000', '114036.809000', '114036.811000', '114036.814000', '114036.817000', '114036.819000', '114036.822000', '114036.824000', '114036.827000', '114036.830000', '114036.832000', '114036.835000', '114036.837000', '114036.840000', '114036.843000', '114036.845000', '114036.848000', '114036.851000', '114036.855000', '114036.857000', '114036.860000', '114036.862000', '114036.865000', '114036.868000', '114036.870000', '114036.873000', '114036.875000', '114036.878000', '114036.881000', '114036.883000', '114036.886000', '114036.888000', '114056.776000', '114056.779000', '114056.782000', '114056.784000', '114056.787000', '114056.790000', '114056.793000', '114056.795000', '114056.798000', '114056.801000', '114056.803000', '114056.806000', '114056.809000', '114056.811000', '114056.814000', '114056.817000', '114056.819000', '114056.822000', '114056.825000', '114056.827000', '114056.830000', '114056.833000', '114056.835000', '114056.838000', '114056.840000', '114056.843000', '114056.846000', '114056.848000', '114056.851000', '114056.853000', '114056.856000', '114056.859000', '114056.861000', '114056.864000', '114056.867000', '114056.869000', '114056.872000', '114056.874000', '114056.877000', '114056.880000', '114056.882000', '114056.885000', '114056.895000', '114056.898000', '114116.776000', '114116.779000', '114116.782000', '114116.785000', '114116.787000', '114116.790000', '114116.793000', '114116.795000', '114116.798000', '114116.800000', '114116.803000', '114116.806000', '114116.808000', '114116.811000', '114116.814000', '114116.816000', '114116.819000', '114116.821000', '114116.824000', '114116.827000', '114116.829000', '114116.832000', '114116.834000', '114116.837000', '114116.840000', '114116.842000', '114116.845000', '114116.847000', '114116.850000', '114116.853000', '114116.855000', '114116.858000', '114116.861000', '114116.863000', '114116.866000', '114116.868000', '114116.871000', '114116.873000', '114116.876000', '114116.879000', '114116.881000', '114116.884000', '114116.887000', '114136.776000', '114136.779000', '114136.782000', '114136.785000', '114136.787000', '114136.790000', '114136.792000', '114136.803000', '114136.806000', '114136.809000', '114136.811000', '114136.814000', '114136.816000', '114136.819000', '114136.822000', '114136.824000', '114136.827000', '114136.830000', '114136.832000', '114136.835000', '114136.838000', '114136.840000', '114136.843000', '114136.845000', '114136.848000', '114136.851000', '114136.853000', '114136.856000', '114136.858000', '114136.861000', '114136.864000', '114136.866000', '114136.869000', '114136.871000', '114136.874000', '114136.876000', '114136.879000', '114136.882000', '114136.884000', '114136.887000', '114136.889000', '114136.892000', '114136.895000', '114136.897000', '114156.776000', '114156.779000', '114156.782000', '114156.785000', '114156.787000', '114156.790000', '114156.793000', '114156.795000', '114156.798000', '114156.800000', '114156.803000', '114156.806000', '114156.808000', '114156.811000', '114156.814000', '114156.816000', '114156.819000', '114156.821000', '114156.824000', '114156.827000', '114156.829000', '114156.832000', '114156.834000', '114156.837000', '114156.840000', '114156.842000', '114156.845000', '114156.847000', '114156.850000', '114156.853000', '114156.855000', '114156.858000', '114156.860000', '114156.863000', '114156.866000', '114156.868000', '114156.871000', '114156.873000', '114156.876000', '114156.879000', '114156.881000', '114156.884000', '114156.886000', '114216.777000', '114216.781000', '114216.784000', '114216.786000', '114216.789000', '114216.791000', '114216.794000', '114216.797000', '114216.799000', '114216.802000', '114216.805000', '114216.807000', '114216.810000', '114216.812000', '114216.815000', '114216.818000', '114216.820000', '114216.823000', '114216.825000', '114216.828000', '114216.831000', '114216.833000', '114216.836000', '114216.839000', '114216.841000', '114216.844000', '114216.847000', '114216.849000', '114216.852000', '114216.855000', '114216.857000', '114216.860000', '114216.862000', '114216.865000', '114216.868000', '114216.870000', '114216.873000', '114216.875000', '114216.878000', '114216.881000', '114216.883000', '114216.886000', '114216.889000', '114216.891000', '114236.776000', '114236.779000', '114236.782000', '114236.785000', '114236.787000', '114236.790000', '114236.793000', '114236.795000', '114236.798000', '114236.800000', '114236.803000', '114236.806000', '114236.808000', '114236.811000', '114236.813000', '114236.816000', '114236.819000', '114236.821000', '114236.824000', '114236.826000', '114236.829000', '114236.832000', '114236.834000', '114236.837000', '114236.840000', '114236.842000', '114236.845000', '114236.847000', '114236.850000', '114236.853000', '114236.855000', '114236.858000', '114236.861000', '114236.863000', '114236.866000', '114236.868000', '114236.871000', '114236.874000', '114236.876000', '114236.879000', '114236.881000', '114236.884000', '114236.887000', '114256.776000', '114256.779000', '114256.782000', '114256.785000', '114256.787000', '114256.790000', '114256.793000', '114256.795000', '114256.798000', '114256.801000', '114256.803000', '114256.806000', '114256.809000', '114256.811000', '114256.814000', '114256.817000', '114256.819000', '114256.822000', '114256.824000', '114256.827000', '114256.829000', '114256.832000', '114256.835000', '114256.837000', '114256.840000', '114256.843000', '114256.845000', '114256.848000', '114256.850000', '114256.853000', '114256.856000', '114256.858000', '114256.861000', '114256.863000', '114256.866000', '114256.869000', '114256.871000', '114256.874000', '114256.878000', '114256.881000', '114256.883000', '114256.886000', '114256.888000', '114256.891000', '114316.777000', '114316.780000', '114316.782000', '114316.785000', '114316.788000', '114316.790000', '114316.793000', '114316.796000', '114316.839000', '114316.842000', '114316.844000', '114316.847000', '114316.849000', '114316.852000', '114316.855000', '114316.857000', '114316.860000', '114316.862000', '114316.865000', '114316.868000', '114316.870000', '114316.873000', '114316.876000', '114316.878000', '114316.881000', '114316.884000', '114316.886000', '114316.889000', '114316.892000', '114316.894000', '114316.897000', '114316.899000', '114316.902000', '114316.905000', '114316.907000', '114316.910000', '114316.913000', '114316.915000', '114316.918000', '114316.920000', '114316.923000', '114316.925000', '114316.928000', '114336.777000', '114336.779000', '114336.782000', '114336.785000', '114336.787000', '114336.790000', '114336.793000', '114336.795000', '114336.798000', '114336.802000', '114336.805000', '114336.807000', '114336.810000', '114336.812000', '114336.815000', '114336.820000', '114336.823000', '114336.825000', '114336.828000', '114336.831000', '114336.833000', '114336.836000', '114336.839000', '114336.841000', '114336.844000', '114336.847000', '114336.850000', '114336.852000', '114336.855000', '114336.857000', '114336.860000', '114336.863000', '114336.865000', '114336.868000', '114336.871000', '114336.874000', '114336.876000', '114336.879000', '114336.881000', '114336.884000', '114336.887000', '114336.889000', '114336.892000', '114356.776000', '114356.779000', '114356.782000', '114356.785000', '114356.787000', '114356.790000', '114356.792000', '114356.795000', '114356.798000', '114356.800000', '114356.803000', '114356.805000', '114356.808000', '114356.811000', '114356.813000', '114356.816000', '114356.819000', '114356.821000', '114356.824000', '114356.827000', '114356.829000', '114356.832000', '114356.834000', '114356.838000', '114356.840000', '114356.843000', '114356.845000', '114356.848000', '114356.851000', '114356.853000', '114356.856000', '114356.858000', '114356.861000', '114356.863000', '114356.866000', '114356.869000', '114356.871000', '114356.874000', '114356.876000', '114356.879000', '114356.882000', '114356.884000', '114356.887000', '114356.889000', '114416.776000', '114416.779000', '114416.782000', '114416.785000', '114416.787000', '114416.790000', '114416.793000', '114416.795000', '114416.798000', '114416.801000', '114416.803000', '114416.806000', '114416.809000', '114416.811000', '114416.814000', '114416.817000', '114416.819000', '114416.822000', '114416.825000', '114416.827000', '114416.830000', '114416.833000', '114416.835000', '114416.838000', '114416.840000', '114416.843000', '114416.846000', '114416.848000', '114416.851000', '114416.853000', '114416.856000', '114416.859000', '114416.861000', '114416.864000', '114416.866000', '114416.869000', '114416.872000', '114416.874000', '114416.877000', '114416.880000', '114416.882000', '114416.885000', '114416.888000', '114436.776000', '114436.779000', '114436.782000', '114436.785000', '114436.788000', '114436.790000', '114436.793000', '114436.795000', '114436.798000', '114436.801000', '114436.803000', '114436.806000', '114436.808000', '114436.811000', '114436.814000', '114436.816000', '114436.819000', '114436.821000', '114436.824000', '114436.838000', '114436.841000', '114436.843000', '114436.846000', '114436.848000', '114436.851000', '114436.854000', '114436.856000', '114436.859000', '114436.861000', '114436.864000', '114436.867000', '114436.869000', '114436.872000', '114436.874000', '114436.877000', '114436.880000', '114436.882000', '114436.885000', '114436.887000', '114436.890000', '114436.893000', '114436.895000', '114436.898000', '114436.900000', '114456.776000', '114456.779000', '114456.782000', '114456.784000', '114456.787000', '114456.790000', '114456.792000', '114456.795000', '114456.798000', '114456.800000', '114456.803000', '114456.806000', '114456.808000', '114456.811000', '114456.814000', '114456.816000', '114456.819000', '114456.821000', '114456.824000', '114456.827000', '114456.829000', '114456.832000', '114456.835000', '114456.837000', '114456.840000', '114456.843000', '114456.845000', '114456.848000', '114456.851000', '114456.853000', '114456.857000', '114456.860000', '114456.862000', '114456.865000', '114456.868000', '114456.870000', '114456.873000', '114456.876000', '114456.878000', '114456.881000', '114456.883000', '114456.886000', '114456.889000', '114516.776000', '114516.780000', '114516.782000', '114516.785000', '114516.787000', '114516.790000', '114516.793000', '114516.795000', '114516.798000', '114516.801000', '114516.803000', '114516.806000', '114516.808000', '114516.811000', '114516.814000', '114516.816000', '114516.819000', '114516.821000', '114516.824000', '114516.827000', '114516.829000', '114516.832000', '114516.834000', '114516.837000', '114516.840000', '114516.842000', '114516.845000', '114516.847000', '114516.850000', '114516.853000', '114516.855000', '114516.858000', '114516.861000', '114516.863000', '114516.866000', '114516.868000', '114516.871000', '114516.874000', '114516.876000', '114516.879000', '114516.881000', '114516.884000', '114516.887000', '114516.889000', '114536.777000', '114536.780000', '114536.782000', '114536.785000', '114536.788000', '114536.790000', '114536.793000', '114536.796000', '114536.798000', '114536.801000', '114536.803000', '114536.806000', '114536.809000', '114536.811000', '114536.814000', '114536.817000', '114536.819000', '114536.822000', '114536.824000', '114536.827000', '114536.830000', '114536.832000', '114536.835000', '114536.838000', '114536.840000', '114536.843000', '114536.845000', '114536.848000', '114536.851000', '114536.853000', '114536.856000', '114536.859000', '114536.861000', '114536.864000', '114536.866000', '114536.869000', '114536.872000', '114536.875000', '114536.877000', '114536.880000', '114536.882000', '114536.885000', '114536.887000', '114556.776000', '114556.779000', '114556.782000', '114556.784000', '114556.787000', '114556.790000', '114556.793000', '114556.795000', '114556.798000', '114556.800000', '114556.803000', '114556.806000', '114556.808000', '114556.811000', '114556.813000', '114556.816000', '114556.832000', '114556.835000', '114556.837000', '114556.840000', '114556.843000', '114556.845000', '114556.848000', '114556.850000', '114556.853000', '114556.856000', '114556.858000', '114556.861000', '114556.864000', '114556.866000', '114556.869000', '114556.871000', '114556.874000', '114556.877000', '114556.880000', '114556.882000', '114556.885000', '114556.888000', '114556.890000', '114556.893000', '114556.896000', '114556.898000', '114556.901000', '114556.903000', '114616.777000', '114616.780000', '114616.782000', '114616.785000', '114616.788000', '114616.790000', '114616.793000', '114616.795000', '114616.798000', '114616.801000', '114616.803000', '114616.806000', '114616.809000', '114616.811000', '114616.814000', '114616.817000', '114616.819000', '114616.822000', '114616.832000', '114616.835000', '114616.837000', '114616.840000', '114616.843000', '114616.845000', '114616.848000', '114616.850000', '114616.853000', '114616.856000', '114616.858000', '114616.861000', '114616.863000', '114616.866000', '114616.869000', '114616.871000', '114616.874000', '114616.876000', '114616.879000', '114616.882000', '114616.884000', '114616.887000', '114616.889000', '114616.892000', '114616.895000', '114626.044000', '114626.047000', '114626.049000', '114626.052000', '114626.055000', '114626.057000', '114626.060000', '114626.062000', '114626.065000', '114626.068000', '114626.070000', '114626.073000', '114626.076000', '114626.078000', '114626.081000', '114626.083000', '114626.086000', '114626.089000', '114626.091000', '114626.094000', '114626.097000'], '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], 'LargestImagePixelValue': [11016, 8298, 10809, 8171, 9449, 8338, 7260, 8933, 8589, 8730, 7819, 8530, 7789, 8477, 8185, 13104, 8646, 14730, 10573, 14727, 10536, 14926, 10815, 11961, 8534, 8071, 9159, 11169, 8321, 11842, 7903, 7645, 8096, 7909, 8047, 8237, 7460, 9826, 7854, 12930, 7711, 9223, 8353, 8158, 12906, 8157, 14082, 8261, 12548, 8418, 10249, 8114, 10555, 7883, 10034, 7246, 8246, 7290, 8420, 7780, 8202, 7935, 9555, 8036, 14295, 10970, 14303, 10456, 12861, 9364, 12729, 9641, 13372, 9472, 12521, 7897, 13410, 7981, 11146, 8353, 7958, 8004, 8056, 7955, 8215, 8002, 8310, 8692, 9399, 8813, 7571, 8457, 7232, 8519, 11799, 9498, 12256, 11990, 11562, 13712, 7708, 10924, 7932, 8560, 7872, 8286, 7035, 8434, 10701, 8496, 13840, 8862, 13630, 10232, 13256, 10056, 14055, 10208, 12682, 9339, 8455, 7644, 8381, 7931, 8612, 14217, 8769, 11499, 7855, 8465, 7584, 8538, 11427, 8548, 15131, 8824, 12121, 7599, 8457, 8842, 8614, 8874, 8600, 10968, 8353, 12903, 7844, 8678, 7745, 8601, 6736, 8359, 8676, 8029, 10725, 7837, 10019, 7482, 8712, 7504, 8406, 9896, 8479, 12154, 7662, 10222, 8854, 11661, 7585, 9487, 7226, 8163, 10336, 7641, 8673, 7483, 8571, 7552, 8533, 14037, 9219, 13491, 9603, 10431, 8521, 10876, 7825, 9878, 8417, 8672, 6413, 8414, 6431, 8234, 7031, 7787, 7180, 7896, 7217, 8277, 9726, 7764, 11049, 7805, 11788, 14401, 11428, 14953, 11270, 11818, 9147, 11775, 8740, 10704, 13427, 8766, 15226, 11936, 13095, 8908, 12862, 8307, 8482, 7869, 8702, 6684, 8160, 8482, 7464, 8740, 6698, 8353, 7695, 7860, 8181, 8071, 8543, 7815, 8189, 7661, 8331, 7602, 12137, 9157, 13540, 7772, 11129, 8161, 10662, 7701, 9365, 7761, 12679, 8125, 11652, 8683, 8467, 12319, 8518, 14758, 8107, 11772, 9224, 10317, 8683, 9511, 7866, 8427, 8067, 8133, 8516, 8153, 9166, 7912, 8670, 7265, 8464, 7498, 9869, 7393, 8358, 7006, 8649, 12693, 9320, 14672, 8476, 11777, 8970, 9486, 7333, 12422, 8284, 12945, 8484, 9485, 7429, 7424, 8374, 6359, 8327, 7518, 8430, 7939, 12490, 9775, 14764, 12026, 14871, 12523, 14841, 12973, 13742, 15122, 11230, 15951, 10741, 12663, 8532, 10598, 9295, 8800, 7918, 8063, 7984, 8384, 8207, 8388, 9082, 8124, 8480, 8887, 8112, 8225, 8015, 8756, 7493, 8654, 11650, 8489, 10574, 8320, 9507, 8143, 9235, 8148, 12309, 8149, 12370, 8090, 8437, 7974, 8612, 8022, 8524, 7813, 8355, 9382, 8335, 9595, 8350, 7244, 8599, 7171, 8197, 8547, 8291, 14230, 11807, 14057, 9890, 9169, 8491, 7298, 8528, 9226, 8406, 12813, 8983, 13540, 10144, 13774, 9938, 11850, 7779, 10018, 7835, 9025, 7770, 8769, 8163, 8589, 8180, 11873, 7879, 10168, 7873, 8629, 8935, 8490, 9989, 10555, 8096, 8546, 9112, 8438, 8045, 8995, 8383, 8393, 7653, 8600, 8310, 8512, 8382, 9361, 7724, 8404, 8922, 8485, 13142, 9773, 7962, 8260, 6804, 8195, 8507, 8169, 15131, 12332, 14363, 10799, 12420, 8038, 11887, 7892, 8466, 7563, 8376, 9103, 8420, 7014, 8305, 6706, 8556, 13831, 8012, 13496, 8230, 11173, 7994, 9839, 7665, 10796, 9109, 11883, 7857, 8658, 7766, 8449, 7731, 11423, 7966, 9611, 7937, 8042, 7845, 9331, 7770, 13328, 10286, 13153, 7884, 11006, 7796, 9396, 8313, 13627, 9037, 12093, 8477, 8684, 10669, 8517, 14400, 10678, 15836, 8712, 12841, 7769, 11824, 7672, 9937, 7765, 8591, 7624, 8711, 7729, 8513, 8146, 9950, 7469, 8772, 8359, 8682, 9970, 8403, 12688, 8471, 13417, 8227, 11822, 8802, 11315, 9559, 12738, 8342, 10543, 7723, 8650, 8827, 12056, 8644, 12275, 8643, 12712, 9150, 8350, 9418, 8465, 7736, 8282, 10764, 8798, 8403, 8479, 10729, 8091, 9090, 7979, 9548, 7871, 8711, 7818, 8402, 8053, 9305, 7822, 11129, 8335, 8936, 8721, 7577, 8469, 10727, 8058, 13206, 8805, 9619, 8433, 7487, 8313, 8745, 8521, 14016, 10979, 13265, 8593, 8854, 8386, 7520, 8490, 7712, 8432, 7782, 10382, 7607, 8304, 7586, 8200, 7905, 13150, 8551, 8451, 9306, 8226, 11108, 7884, 14572, 8480, 12602, 8818, 9994, 6952, 7178, 7528, 8380, 11019, 9198, 11613, 8791, 12136, 8137, 14080, 10517, 14192, 11996, 14391, 8645, 7813, 7657, 7371, 7968, 9139, 7978, 9504, 12098, 8283, 10054, 8431, 8356, 8616, 9034, 13404, 8081, 11867, 8814, 13227, 8507, 9431, 8310, 6840, 8821, 8505, 12268, 8332, 11686, 14388, 10619, 16160, 12157, 16672, 13141, 15668, 13693, 14495, 11772, 13585, 10877, 11743, 9759, 9651, 9176, 8534, 9234, 9450, 9311, 8611, 9962, 8637, 9634, 8728, 13901, 9575, 15636, 9554, 10384, 7942, 8702, 8440, 8717, 8240, 7484, 8030, 9160, 8094, 7894, 8174, 8505, 8020, 10252, 8128, 11686, 9130, 9210, 8623, 9436, 8393, 8083, 9969, 8816, 12525, 12303, 9434, 14884, 8202, 14247, 9022, 12824, 9195, 10935, 8457, 9789, 9794, 8419, 8116, 7749, 6714, 8739, 9320, 8426, 7552, 10861, 10436, 13891, 10376, 13815, 10167, 13351, 10768, 14183, 11249, 14477, 7987, 11095, 7877, 8649, 7756, 7936, 7446, 8197, 7528, 8234, 7985, 9357, 7829, 7228, 7641, 7332, 10085, 7487, 12867, 11010, 10808, 14509, 11323, 15064, 12413, 14951, 10153, 12788, 8489, 10766, 8217, 9525, 7305, 8853, 8660, 8414, 7559, 8344, 6100, 8008, 8166, 7429, 7553, 7202, 7441, 6998, 8422, 7059, 8021, 7011, 8300, 7381, 8125, 10940, 7987, 14747, 11096, 14232, 10826, 11159, 8083, 8444, 10285, 7929, 11498, 7762, 12474, 7982, 11647, 7130, 9293, 6868, 8067, 7274, 7778, 9961, 9144, 7904, 7932, 7139, 8107, 6486, 8035, 11636, 7957, 14404, 11188, 14236, 8407, 11424, 7805, 10037, 9288, 11914, 7864, 10291, 8181, 8273, 9214, 7932, 11168, 9283, 8183, 8218, 7287, 8372, 7541, 8226, 11541, 8337, 12540, 8764, 11294, 7678, 9516, 14398, 9076, 14536, 10102, 11120, 7494, 8439, 8234, 8458, 10796, 8163, 9962, 8051, 5954, 7957, 5831, 7921, 6026, 8220, 8945, 8056, 11470, 8131, 7395, 8141, 7724, 8260, 13012, 8545, 15459, 12812, 13852, 9373, 11259, 8957, 10164, 9865, 12025, 9484, 14189, 9010, 10708, 7101, 8451, 7244, 8488, 8336, 8469, 6619, 8330, 7344, 8371, 11657, 7729, 8827, 7340, 8712, 7322, 8616, 6778, 8506, 7296, 8274, 9766, 7986, 8754, 7470, 8521, 6684, 7428, 6691, 8846, 6899, 9530, 6866, 8379, 6704, 8169, 6612, 9862, 7961, 12519, 7118, 10225, 7775, 11333, 9124, 14920, 12806, 9192, 8267, 7420, 10842, 7333, 10719, 8040, 14113, 11334, 16176, 12952, 15560, 12953, 15509, 12978, 14730, 11476, 10468, 7886, 7789, 11068, 7861, 12884, 7845, 10449, 8119, 7948, 8536, 8036, 8168, 8145, 7747, 7866, 8592, 8388, 7975, 12822, 8278, 10628, 7863, 10920, 8017, 8977, 12553, 7975, 13918, 9766, 12818, 8290, 9994, 8371, 7811, 7506, 8030, 11984, 7959, 9076, 8558, 7978, 13370, 8224, 8195, 8029, 8173, 7448, 7753, 6901, 7859, 7079, 8000, 8445, 7872, 6627, 8273, 9211, 8273, 8162, 8543, 8237, 8257, 7874, 13490, 10774, 13646, 10593, 8268, 9179, 8063, 11598, 8251, 10090, 7906, 8950, 8915, 11942, 12539, 12468, 8005, 8273, 8352, 8239, 8115, 8821, 12023, 11434, 8576, 8326, 8404, 8161, 8615, 7898, 7509, 12319, 7637, 10090, 7344, 8994, 7614, 7854, 7351, 8728, 8559, 8315, 8752, 8380, 8012, 9404, 10844, 8089, 13830, 8589, 14803, 11435, 15006, 12258, 14676, 11188, 14140, 10653, 8708, 8649, 8345, 9306, 8094, 7700, 8192, 7759, 8393, 7408, 8262, 7588, 7496, 8359, 9995, 8130, 12015, 8353, 10008, 8118, 9612, 8683, 8382, 11638, 7765, 11322, 8655, 13443, 9011, 12126, 8879, 7938, 7197, 8034, 8374, 12369, 7787, 10889, 7952, 9985, 8408, 8056, 8158, 8060, 11029, 8110, 12747, 8758, 12577, 8003, 14478, 9664, 12137, 8001, 9311, 8440, 8141, 10952, 8437, 15221, 8019, 12364, 8109, 9559, 8154, 8032, 11329, 8102, 9120, 7712, 7742, 7638, 7690, 7502, 7462, 6700, 8557, 7012, 8452, 6692, 8453, 9639, 7894, 11522, 7785, 10178, 8195, 10690, 8104, 12010], 'WindowCenter': [3675.0, 3636.0, 3655.0, 3622.0, 3643.0, 3647.0, 3623.0, 3646.0, 3632.0, 3632.0, 3620.0, 3619.0, 3608.0, 3619.0, 3619.0, 3650.0, 3619.0, 3660.0, 3628.0, 3648.0, 3627.0, 3646.0, 3625.0, 3623.0, 3602.0, 3592.0, 3617.0, 3623.0, 3591.0, 3622.0, 3592.0, 3591.0, 3606.0, 3606.0, 3618.0, 3618.0, 3608.0, 3629.0, 3620.0, 3661.0, 3608.0, 3628.0, 3618.0, 3619.0, 3662.0, 3606.0, 3649.0, 3616.0, 3649.0, 3619.0, 3639.0, 3606.0, 3628.0, 3617.0, 3627.0, 3607.0, 3632.0, 3607.0, 3620.0, 3620.0, 3631.0, 3620.0, 3631.0, 3621.0, 3676.0, 3642.0, 3660.0, 3640.0, 3650.0, 3628.0, 3649.0, 3627.0, 3649.0, 3615.0, 3638.0, 3606.0, 3649.0, 3633.0, 3625.0, 3604.0, 3602.0, 3605.0, 3605.0, 3618.0, 3617.0, 3631.0, 3643.0, 3631.0, 3642.0, 3631.0, 3619.0, 3619.0, 3607.0, 3629.0, 3652.0, 3631.0, 3651.0, 3653.0, 3654.0, 3664.0, 3622.0, 3651.0, 3631.0, 3630.0, 3617.0, 3618.0, 3607.0, 3619.0, 3640.0, 3630.0, 3661.0, 3629.0, 3649.0, 3626.0, 3635.0, 3616.0, 3647.0, 3613.0, 3634.0, 3601.0, 3590.0, 3590.0, 3602.0, 3590.0, 3600.0, 3632.0, 3601.0, 3621.0, 3589.0, 3590.0, 3590.0, 3602.0, 3624.0, 3601.0, 3645.0, 3603.0, 3633.0, 3591.0, 3602.0, 3602.0, 3602.0, 3612.0, 3613.0, 3624.0, 3603.0, 3634.0, 3602.0, 3613.0, 3603.0, 3614.0, 3594.0, 3616.0, 3618.0, 3619.0, 3638.0, 3619.0, 3640.0, 3609.0, 3618.0, 3606.0, 3618.0, 3627.0, 3618.0, 3649.0, 3618.0, 3639.0, 3629.0, 3651.0, 3607.0, 3628.0, 3606.0, 3617.0, 3638.0, 3619.0, 3628.0, 3607.0, 3628.0, 3619.0, 3629.0, 3662.0, 3642.0, 3663.0, 3640.0, 3640.0, 3631.0, 3639.0, 3619.0, 3641.0, 3618.0, 3632.0, 3610.0, 3628.0, 3597.0, 3629.0, 3609.0, 3633.0, 3636.0, 3633.0, 3633.0, 3645.0, 3643.0, 3633.0, 3655.0, 3622.0, 3665.0, 3674.0, 3654.0, 3673.0, 3640.0, 3639.0, 3616.0, 3637.0, 3604.0, 3626.0, 3646.0, 3603.0, 3646.0, 3636.0, 3635.0, 3603.0, 3634.0, 3589.0, 3600.0, 3590.0, 3602.0, 3580.0, 3604.0, 3602.0, 3592.0, 3614.0, 3581.0, 3616.0, 3604.0, 3618.0, 3615.0, 3616.0, 3616.0, 3606.0, 3615.0, 3605.0, 3617.0, 3619.0, 3650.0, 3630.0, 3660.0, 3619.0, 3638.0, 3618.0, 3637.0, 3606.0, 3627.0, 3605.0, 3648.0, 3605.0, 3639.0, 3629.0, 3617.0, 3649.0, 3616.0, 3646.0, 3604.0, 3635.0, 3626.0, 3627.0, 3616.0, 3626.0, 3604.0, 3616.0, 3605.0, 3615.0, 3615.0, 3616.0, 3626.0, 3618.0, 3628.0, 3619.0, 3619.0, 3619.0, 3640.0, 3607.0, 3618.0, 3619.0, 3632.0, 3661.0, 3642.0, 3673.0, 3631.0, 3663.0, 3631.0, 3642.0, 3622.0, 3678.0, 3632.0, 3662.0, 3633.0, 3655.0, 3634.0, 3621.0, 3643.0, 3611.0, 3645.0, 3634.0, 3643.0, 3634.0, 3676.0, 3655.0, 3677.0, 3651.0, 3662.0, 3639.0, 3649.0, 3636.0, 3637.0, 3634.0, 3610.0, 3630.0, 3598.0, 3606.0, 3575.0, 3594.0, 3584.0, 3584.0, 3575.0, 3576.0, 3587.0, 3588.0, 3588.0, 3601.0, 3613.0, 3601.0, 3602.0, 3601.0, 3590.0, 3590.0, 3590.0, 3601.0, 3590.0, 3602.0, 3622.0, 3601.0, 3622.0, 3601.0, 3611.0, 3592.0, 3613.0, 3603.0, 3634.0, 3591.0, 3634.0, 3601.0, 3603.0, 3603.0, 3613.0, 3614.0, 3616.0, 3605.0, 3617.0, 3627.0, 3617.0, 3626.0, 3618.0, 3606.0, 3628.0, 3594.0, 3617.0, 3617.0, 3619.0, 3661.0, 3651.0, 3660.0, 3628.0, 3628.0, 3628.0, 3604.0, 3617.0, 3615.0, 3617.0, 3649.0, 3618.0, 3648.0, 3627.0, 3647.0, 3626.0, 3636.0, 3605.0, 3626.0, 3618.0, 3627.0, 3617.0, 3617.0, 3617.0, 3628.0, 3619.0, 3651.0, 3619.0, 3639.0, 3618.0, 3616.0, 3616.0, 3616.0, 3627.0, 3627.0, 3606.0, 3616.0, 3616.0, 3616.0, 3617.0, 3628.0, 3617.0, 3617.0, 3607.0, 3627.0, 3619.0, 3631.0, 3631.0, 3631.0, 3619.0, 3630.0, 3631.0, 3630.0, 3663.0, 3640.0, 3617.0, 3618.0, 3596.0, 3619.0, 3629.0, 3632.0, 3672.0, 3652.0, 3663.0, 3639.0, 3650.0, 3619.0, 3650.0, 3618.0, 3617.0, 3607.0, 3618.0, 3629.0, 3618.0, 3608.0, 3618.0, 3595.0, 3629.0, 3659.0, 3619.0, 3661.0, 3618.0, 3639.0, 3617.0, 3639.0, 3619.0, 3639.0, 3629.0, 3649.0, 3618.0, 3616.0, 3618.0, 3618.0, 3619.0, 3652.0, 3619.0, 3629.0, 3619.0, 3619.0, 3632.0, 3641.0, 3621.0, 3663.0, 3640.0, 3662.0, 3621.0, 3640.0, 3619.0, 3628.0, 3619.0, 3663.0, 3618.0, 3650.0, 3618.0, 3617.0, 3638.0, 3617.0, 3659.0, 3640.0, 3659.0, 3616.0, 3636.0, 3604.0, 3635.0, 3604.0, 3625.0, 3605.0, 3616.0, 3605.0, 3616.0, 3606.0, 3617.0, 3617.0, 3628.0, 3607.0, 3630.0, 3618.0, 3618.0, 3640.0, 3619.0, 3649.0, 3617.0, 3649.0, 3617.0, 3649.0, 3629.0, 3638.0, 3628.0, 3649.0, 3616.0, 3627.0, 3605.0, 3617.0, 3615.0, 3639.0, 3616.0, 3638.0, 3615.0, 3638.0, 3614.0, 3603.0, 3615.0, 3603.0, 3604.0, 3604.0, 3625.0, 3615.0, 3603.0, 3615.0, 3624.0, 3603.0, 3602.0, 3602.0, 3612.0, 3603.0, 3602.0, 3603.0, 3602.0, 3604.0, 3614.0, 3605.0, 3636.0, 3617.0, 3627.0, 3629.0, 3617.0, 3618.0, 3638.0, 3618.0, 3649.0, 3628.0, 3628.0, 3618.0, 3606.0, 3617.0, 3617.0, 3630.0, 3662.0, 3639.0, 3650.0, 3618.0, 3628.0, 3617.0, 3618.0, 3627.0, 3619.0, 3630.0, 3622.0, 3643.0, 3618.0, 3618.0, 3620.0, 3633.0, 3632.0, 3663.0, 3618.0, 3617.0, 3627.0, 3618.0, 3639.0, 3620.0, 3673.0, 3628.0, 3649.0, 3631.0, 3640.0, 3609.0, 3609.0, 3621.0, 3632.0, 3654.0, 3643.0, 3652.0, 3633.0, 3652.0, 3621.0, 3663.0, 3641.0, 3662.0, 3652.0, 3660.0, 3618.0, 3618.0, 3607.0, 3608.0, 3631.0, 3641.0, 3620.0, 3630.0, 3665.0, 3633.0, 3641.0, 3630.0, 3619.0, 3618.0, 3630.0, 3649.0, 3632.0, 3653.0, 3631.0, 3650.0, 3618.0, 3614.0, 3603.0, 3595.0, 3629.0, 3644.0, 3666.0, 3620.0, 3653.0, 3650.0, 3626.0, 3656.0, 3626.0, 3645.0, 3635.0, 3633.0, 3621.0, 3619.0, 3609.0, 3607.0, 3597.0, 3594.0, 3585.0, 3584.0, 3583.0, 3573.0, 3584.0, 3584.0, 3572.0, 3571.0, 3582.0, 3571.0, 3583.0, 3573.0, 3606.0, 3585.0, 3617.0, 3586.0, 3597.0, 3576.0, 3588.0, 3589.0, 3599.0, 3591.0, 3578.0, 3591.0, 3600.0, 3592.0, 3602.0, 3603.0, 3602.0, 3606.0, 3656.0, 3661.0, 3665.0, 3618.0, 3627.0, 3613.0, 3615.0, 3604.0, 3606.0, 3628.0, 3615.0, 3638.0, 3637.0, 3602.0, 3632.0, 3600.0, 3645.0, 3602.0, 3619.0, 3615.0, 3622.0, 3587.0, 3610.0, 3611.0, 3615.0, 3604.0, 3605.0, 3594.0, 3617.0, 3627.0, 3617.0, 3620.0, 3638.0, 3640.0, 3662.0, 3640.0, 3661.0, 3640.0, 3661.0, 3641.0, 3661.0, 3641.0, 3661.0, 3618.0, 3638.0, 3617.0, 3616.0, 3606.0, 3605.0, 3607.0, 3617.0, 3619.0, 3617.0, 3618.0, 3641.0, 3619.0, 3619.0, 3619.0, 3620.0, 3640.0, 3622.0, 3663.0, 3640.0, 3640.0, 3649.0, 3627.0, 3649.0, 3637.0, 3645.0, 3624.0, 3634.0, 3615.0, 3623.0, 3604.0, 3614.0, 3592.0, 3614.0, 3604.0, 3603.0, 3602.0, 3604.0, 3580.0, 3603.0, 3602.0, 3604.0, 3604.0, 3606.0, 3605.0, 3608.0, 3619.0, 3620.0, 3630.0, 3621.0, 3630.0, 3620.0, 3619.0, 3639.0, 3619.0, 3661.0, 3640.0, 3661.0, 3638.0, 3639.0, 3605.0, 3615.0, 3624.0, 3604.0, 3634.0, 3605.0, 3648.0, 3616.0, 3639.0, 3606.0, 3625.0, 3595.0, 3615.0, 3607.0, 3617.0, 3641.0, 3629.0, 3617.0, 3619.0, 3608.0, 3619.0, 3608.0, 3631.0, 3652.0, 3632.0, 3661.0, 3651.0, 3662.0, 3630.0, 3650.0, 3618.0, 3626.0, 3627.0, 3649.0, 3616.0, 3628.0, 3614.0, 3618.0, 3615.0, 3604.0, 3624.0, 3615.0, 3615.0, 3604.0, 3605.0, 3615.0, 3606.0, 3618.0, 3637.0, 3617.0, 3648.0, 3618.0, 3637.0, 3605.0, 3615.0, 3646.0, 3602.0, 3645.0, 3612.0, 3622.0, 3591.0, 3603.0, 3603.0, 3604.0, 3624.0, 3603.0, 3612.0, 3603.0, 3581.0, 3604.0, 3582.0, 3617.0, 3597.0, 3629.0, 3629.0, 3618.0, 3650.0, 3618.0, 3607.0, 3617.0, 3606.0, 3618.0, 3660.0, 3629.0, 3660.0, 3650.0, 3659.0, 3627.0, 3636.0, 3616.0, 3625.0, 3626.0, 3637.0, 3626.0, 3648.0, 3614.0, 3624.0, 3592.0, 3602.0, 3592.0, 3614.0, 3603.0, 3614.0, 3592.0, 3615.0, 3604.0, 3615.0, 3636.0, 3606.0, 3614.0, 3606.0, 3615.0, 3605.0, 3615.0, 3596.0, 3616.0, 3605.0, 3617.0, 3638.0, 3617.0, 3616.0, 3618.0, 3627.0, 3609.0, 3620.0, 3608.0, 3629.0, 3620.0, 3652.0, 3622.0, 3631.0, 3621.0, 3643.0, 3623.0, 3655.0, 3646.0, 3676.0, 3636.0, 3667.0, 3647.0, 3678.0, 3669.0, 3688.0, 3679.0, 3656.0, 3645.0, 3633.0, 3665.0, 3634.0, 3654.0, 3632.0, 3675.0, 3655.0, 3674.0, 3652.0, 3662.0, 3650.0, 3660.0, 3649.0, 3659.0, 3624.0, 3625.0, 3601.0, 3591.0, 3623.0, 3604.0, 3646.0, 3603.0, 3626.0, 3590.0, 3589.0, 3600.0, 3589.0, 3589.0, 3589.0, 3589.0, 3589.0, 3600.0, 3600.0, 3590.0, 3633.0, 3602.0, 3623.0, 3604.0, 3625.0, 3603.0, 3613.0, 3622.0, 3592.0, 3634.0, 3611.0, 3622.0, 3589.0, 3611.0, 3587.0, 3590.0, 3577.0, 3590.0, 3620.0, 3589.0, 3601.0, 3590.0, 3589.0, 3630.0, 3590.0, 3589.0, 3590.0, 3603.0, 3604.0, 3603.0, 3594.0, 3605.0, 3593.0, 3617.0, 3617.0, 3619.0, 3597.0, 3630.0, 3629.0, 3620.0, 3618.0, 3629.0, 3619.0, 3618.0, 3618.0, 3651.0, 3639.0, 3660.0, 3638.0, 3616.0, 3626.0, 3616.0, 3649.0, 3618.0, 3639.0, 3619.0, 3630.0, 3628.0, 3638.0, 3648.0, 3648.0, 3606.0, 3603.0, 3604.0, 3602.0, 3602.0, 3613.0, 3637.0, 3635.0, 3604.0, 3602.0, 3602.0, 3602.0, 3616.0, 3603.0, 3593.0, 3635.0, 3606.0, 3625.0, 3604.0, 3628.0, 3621.0, 3633.0, 3620.0, 3629.0, 3628.0, 3619.0, 3617.0, 3619.0, 3620.0, 3630.0, 3639.0, 3617.0, 3648.0, 3617.0, 3647.0, 3626.0, 3647.0, 3624.0, 3635.0, 3610.0, 3633.0, 3599.0, 3586.0, 3586.0, 3588.0, 3597.0, 3587.0, 3576.0, 3589.0, 3587.0, 3600.0, 3589.0, 3603.0, 3603.0, 3603.0, 3615.0, 3625.0, 3604.0, 3636.0, 3616.0, 3626.0, 3604.0, 3626.0, 3615.0, 3616.0, 3649.0, 3605.0, 3636.0, 3615.0, 3647.0, 3617.0, 3648.0, 3616.0, 3618.0, 3607.0, 3619.0, 3629.0, 3651.0, 3618.0, 3638.0, 3617.0, 3626.0, 3606.0, 3605.0, 3604.0, 3605.0, 3625.0, 3603.0, 3634.0, 3602.0, 3634.0, 3601.0, 3646.0, 3612.0, 3623.0, 3590.0, 3600.0, 3588.0, 3588.0, 3610.0, 3588.0, 3642.0, 3589.0, 3620.0, 3588.0, 3600.0, 3588.0, 3588.0, 3611.0, 3589.0, 3612.0, 3604.0, 3605.0, 3603.0, 3602.0, 3604.0, 3634.0, 3634.0, 3628.0, 3606.0, 3629.0, 3607.0, 3631.0, 3643.0, 3632.0, 3652.0, 3619.0, 3640.0, 3630.0, 3640.0, 3631.0, 3663.0], 'WindowWidth': [8305.0, 8238.0, 8256.0, 8207.0, 8234.0, 8250.0, 8208.0, 8241.0, 8218.0, 8217.0, 8197.0, 8194.0, 8178.0, 8193.0, 8193.0, 8237.0, 8193.0, 8250.0, 8202.0, 8229.0, 8199.0, 8228.0, 8192.0, 8189.0, 8159.0, 8147.0, 8186.0, 8189.0, 8141.0, 8184.0, 8146.0, 8146.0, 8171.0, 8173.0, 8191.0, 8190.0, 8180.0, 8208.0, 8199.0, 8253.0, 8178.0, 8204.0, 8190.0, 8193.0, 8255.0, 8172.0, 8233.0, 8185.0, 8234.0, 8194.0, 8222.0, 8174.0, 8203.0, 8190.0, 8203.0, 8177.0, 8215.0, 8178.0, 8198.0, 8197.0, 8213.0, 8198.0, 8213.0, 8199.0, 8281.0, 8228.0, 8253.0, 8222.0, 8235.0, 8203.0, 8232.0, 8200.0, 8235.0, 8182.0, 8217.0, 8172.0, 8232.0, 8222.0, 8198.0, 8164.0, 8160.0, 8170.0, 8171.0, 8193.0, 8191.0, 8219.0, 8236.0, 8217.0, 8231.0, 8213.0, 8195.0, 8192.0, 8175.0, 8209.0, 8244.0, 8213.0, 8242.0, 8249.0, 8250.0, 8264.0, 8205.0, 8241.0, 8214.0, 8209.0, 8189.0, 8192.0, 8176.0, 8194.0, 8223.0, 8210.0, 8254.0, 8209.0, 8234.0, 8199.0, 8210.0, 8184.0, 8230.0, 8177.0, 8206.0, 8157.0, 8141.0, 8140.0, 8158.0, 8140.0, 8154.0, 8201.0, 8155.0, 8183.0, 8137.0, 8139.0, 8140.0, 8159.0, 8191.0, 8157.0, 8224.0, 8162.0, 8203.0, 8145.0, 8158.0, 8159.0, 8161.0, 8175.0, 8177.0, 8194.0, 8164.0, 8206.0, 8163.0, 8177.0, 8165.0, 8181.0, 8154.0, 8187.0, 8192.0, 8196.0, 8220.0, 8195.0, 8223.0, 8183.0, 8192.0, 8175.0, 8191.0, 8202.0, 8192.0, 8234.0, 8192.0, 8221.0, 8209.0, 8240.0, 8176.0, 8204.0, 8172.0, 8190.0, 8218.0, 8195.0, 8207.0, 8178.0, 8206.0, 8197.0, 8209.0, 8257.0, 8232.0, 8261.0, 8225.0, 8225.0, 8215.0, 8222.0, 8195.0, 8227.0, 8192.0, 8218.0, 8185.0, 8208.0, 8164.0, 8209.0, 8185.0, 8224.0, 8232.0, 8224.0, 8224.0, 8240.0, 8234.0, 8221.0, 8252.0, 8206.0, 8267.0, 8278.0, 8248.0, 8275.0, 8223.0, 8221.0, 8186.0, 8217.0, 8167.0, 8198.0, 8225.0, 8163.0, 8229.0, 8210.0, 8211.0, 8161.0, 8207.0, 8139.0, 8155.0, 8142.0, 8159.0, 8128.0, 8165.0, 8161.0, 8150.0, 8180.0, 8131.0, 8186.0, 8169.0, 8192.0, 8182.0, 8188.0, 8186.0, 8173.0, 8183.0, 8172.0, 8189.0, 8196.0, 8239.0, 8211.0, 8251.0, 8195.0, 8221.0, 8194.0, 8217.0, 8174.0, 8202.0, 8171.0, 8231.0, 8171.0, 8220.0, 8209.0, 8190.0, 8235.0, 8187.0, 8227.0, 8166.0, 8211.0, 8201.0, 8201.0, 8187.0, 8199.0, 8168.0, 8186.0, 8169.0, 8185.0, 8185.0, 8188.0, 8201.0, 8193.0, 8206.0, 8197.0, 8196.0, 8198.0, 8224.0, 8179.0, 8193.0, 8199.0, 8216.0, 8256.0, 8230.0, 8275.0, 8215.0, 8261.0, 8216.0, 8234.0, 8208.0, 8291.0, 8218.0, 8259.0, 8222.0, 8255.0, 8224.0, 8204.0, 8235.0, 8192.0, 8242.0, 8225.0, 8237.0, 8224.0, 8283.0, 8253.0, 8288.0, 8243.0, 8263.0, 8221.0, 8240.0, 8212.0, 8216.0, 8206.0, 8168.0, 8195.0, 8146.0, 8155.0, 8111.0, 8134.0, 8123.0, 8124.0, 8113.0, 8116.0, 8133.0, 8136.0, 8138.0, 8158.0, 8176.0, 8160.0, 8163.0, 8156.0, 8140.0, 8140.0, 8140.0, 8157.0, 8140.0, 8160.0, 8188.0, 8159.0, 8186.0, 8159.0, 8170.0, 8146.0, 8176.0, 8161.0, 8208.0, 8146.0, 8207.0, 8159.0, 8162.0, 8166.0, 8178.0, 8182.0, 8184.0, 8172.0, 8189.0, 8204.0, 8191.0, 8200.0, 8194.0, 8175.0, 8206.0, 8156.0, 8188.0, 8190.0, 8197.0, 8257.0, 8240.0, 8251.0, 8206.0, 8206.0, 8206.0, 8170.0, 8189.0, 8184.0, 8188.0, 8234.0, 8191.0, 8234.0, 8202.0, 8230.0, 8199.0, 8212.0, 8170.0, 8198.0, 8192.0, 8202.0, 8190.0, 8188.0, 8191.0, 8206.0, 8196.0, 8240.0, 8195.0, 8221.0, 8191.0, 8187.0, 8186.0, 8187.0, 8203.0, 8202.0, 8172.0, 8186.0, 8186.0, 8186.0, 8190.0, 8206.0, 8190.0, 8190.0, 8176.0, 8204.0, 8196.0, 8213.0, 8214.0, 8213.0, 8198.0, 8211.0, 8216.0, 8210.0, 8260.0, 8223.0, 8190.0, 8194.0, 8162.0, 8196.0, 8209.0, 8218.0, 8275.0, 8245.0, 8260.0, 8222.0, 8239.0, 8197.0, 8239.0, 8192.0, 8191.0, 8176.0, 8193.0, 8207.0, 8192.0, 8180.0, 8193.0, 8160.0, 8208.0, 8249.0, 8196.0, 8254.0, 8191.0, 8222.0, 8191.0, 8221.0, 8196.0, 8223.0, 8210.0, 8235.0, 8193.0, 8187.0, 8191.0, 8192.0, 8195.0, 8244.0, 8196.0, 8208.0, 8197.0, 8195.0, 8218.0, 8228.0, 8201.0, 8260.0, 8226.0, 8256.0, 8201.0, 8224.0, 8195.0, 8207.0, 8197.0, 8262.0, 8193.0, 8239.0, 8191.0, 8190.0, 8218.0, 8188.0, 8249.0, 8224.0, 8249.0, 8184.0, 8212.0, 8167.0, 8209.0, 8168.0, 8196.0, 8171.0, 8185.0, 8172.0, 8186.0, 8174.0, 8190.0, 8189.0, 8204.0, 8179.0, 8211.0, 8192.0, 8191.0, 8225.0, 8196.0, 8234.0, 8189.0, 8234.0, 8189.0, 8236.0, 8208.0, 8220.0, 8206.0, 8235.0, 8186.0, 8202.0, 8172.0, 8188.0, 8184.0, 8221.0, 8185.0, 8220.0, 8183.0, 8219.0, 8180.0, 8165.0, 8180.0, 8163.0, 8167.0, 8166.0, 8196.0, 8184.0, 8164.0, 8184.0, 8193.0, 8163.0, 8160.0, 8162.0, 8174.0, 8163.0, 8161.0, 8165.0, 8163.0, 8167.0, 8180.0, 8171.0, 8213.0, 8189.0, 8203.0, 8209.0, 8189.0, 8192.0, 8218.0, 8193.0, 8236.0, 8205.0, 8207.0, 8193.0, 8174.0, 8189.0, 8191.0, 8212.0, 8257.0, 8223.0, 8238.0, 8191.0, 8205.0, 8190.0, 8192.0, 8204.0, 8198.0, 8213.0, 8204.0, 8232.0, 8195.0, 8194.0, 8202.0, 8220.0, 8220.0, 8262.0, 8192.0, 8190.0, 8202.0, 8191.0, 8221.0, 8199.0, 8273.0, 8206.0, 8235.0, 8214.0, 8226.0, 8183.0, 8185.0, 8202.0, 8219.0, 8250.0, 8234.0, 8245.0, 8220.0, 8243.0, 8201.0, 8261.0, 8228.0, 8258.0, 8244.0, 8250.0, 8193.0, 8192.0, 8176.0, 8180.0, 8214.0, 8230.0, 8199.0, 8212.0, 8266.0, 8219.0, 8230.0, 8212.0, 8195.0, 8192.0, 8212.0, 8235.0, 8218.0, 8248.0, 8212.0, 8237.0, 8193.0, 8180.0, 8162.0, 8158.0, 8211.0, 8239.0, 8271.0, 8199.0, 8245.0, 8237.0, 8199.0, 8240.0, 8196.0, 8225.0, 8208.0, 8204.0, 8183.0, 8177.0, 8162.0, 8157.0, 8144.0, 8136.0, 8125.0, 8121.0, 8119.0, 8105.0, 8119.0, 8119.0, 8101.0, 8099.0, 8113.0, 8099.0, 8117.0, 8104.0, 8153.0, 8124.0, 8170.0, 8125.0, 8142.0, 8114.0, 8132.0, 8136.0, 8149.0, 8141.0, 8122.0, 8143.0, 8153.0, 8145.0, 8160.0, 8164.0, 8158.0, 8170.0, 8258.0, 8276.0, 8267.0, 8192.0, 8202.0, 8177.0, 8180.0, 8163.0, 8172.0, 8202.0, 8181.0, 8215.0, 8211.0, 8158.0, 8197.0, 8152.0, 8223.0, 8160.0, 8180.0, 8180.0, 8184.0, 8129.0, 8169.0, 8172.0, 8183.0, 8167.0, 8170.0, 8154.0, 8188.0, 8202.0, 8189.0, 8197.0, 8222.0, 8223.0, 8259.0, 8226.0, 8255.0, 8226.0, 8255.0, 8229.0, 8257.0, 8228.0, 8255.0, 8193.0, 8219.0, 8189.0, 8185.0, 8173.0, 8170.0, 8175.0, 8191.0, 8194.0, 8190.0, 8193.0, 8227.0, 8196.0, 8198.0, 8195.0, 8199.0, 8226.0, 8203.0, 8260.0, 8223.0, 8223.0, 8236.0, 8202.0, 8235.0, 8215.0, 8225.0, 8193.0, 8206.0, 8183.0, 8192.0, 8166.0, 8178.0, 8148.0, 8179.0, 8165.0, 8164.0, 8162.0, 8164.0, 8130.0, 8164.0, 8161.0, 8167.0, 8166.0, 8173.0, 8172.0, 8181.0, 8194.0, 8199.0, 8214.0, 8202.0, 8213.0, 8198.0, 8197.0, 8223.0, 8193.0, 8254.0, 8226.0, 8256.0, 8218.0, 8221.0, 8171.0, 8182.0, 8191.0, 8167.0, 8208.0, 8172.0, 8231.0, 8187.0, 8221.0, 8175.0, 8199.0, 8159.0, 8185.0, 8177.0, 8190.0, 8229.0, 8211.0, 8193.0, 8196.0, 8182.0, 8196.0, 8181.0, 8217.0, 8244.0, 8216.0, 8258.0, 8241.0, 8257.0, 8212.0, 8239.0, 8192.0, 8200.0, 8204.0, 8237.0, 8186.0, 8204.0, 8182.0, 8191.0, 8182.0, 8165.0, 8195.0, 8184.0, 8183.0, 8166.0, 8170.0, 8185.0, 8173.0, 8191.0, 8216.0, 8188.0, 8231.0, 8190.0, 8217.0, 8170.0, 8184.0, 8224.0, 8161.0, 8224.0, 8175.0, 8190.0, 8145.0, 8164.0, 8165.0, 8167.0, 8195.0, 8164.0, 8177.0, 8164.0, 8133.0, 8169.0, 8141.0, 8191.0, 8165.0, 8211.0, 8211.0, 8195.0, 8239.0, 8195.0, 8178.0, 8191.0, 8174.0, 8192.0, 8251.0, 8210.0, 8256.0, 8240.0, 8251.0, 8204.0, 8213.0, 8187.0, 8197.0, 8201.0, 8217.0, 8200.0, 8234.0, 8181.0, 8194.0, 8150.0, 8162.0, 8151.0, 8180.0, 8164.0, 8180.0, 8149.0, 8184.0, 8168.0, 8186.0, 8214.0, 8173.0, 8181.0, 8173.0, 8183.0, 8173.0, 8184.0, 8161.0, 8187.0, 8173.0, 8191.0, 8220.0, 8191.0, 8189.0, 8195.0, 8205.0, 8184.0, 8202.0, 8185.0, 8211.0, 8203.0, 8247.0, 8206.0, 8216.0, 8204.0, 8235.0, 8211.0, 8257.0, 8248.0, 8286.0, 8232.0, 8274.0, 8248.0, 8294.0, 8283.0, 8305.0, 8295.0, 8257.0, 8244.0, 8226.0, 8267.0, 8228.0, 8252.0, 8221.0, 8281.0, 8255.0, 8282.0, 8247.0, 8262.0, 8241.0, 8256.0, 8236.0, 8251.0, 8194.0, 8198.0, 8161.0, 8144.0, 8190.0, 8167.0, 8227.0, 8165.0, 8198.0, 8143.0, 8139.0, 8153.0, 8138.0, 8138.0, 8137.0, 8138.0, 8138.0, 8154.0, 8156.0, 8141.0, 8202.0, 8161.0, 8191.0, 8166.0, 8196.0, 8164.0, 8177.0, 8187.0, 8144.0, 8205.0, 8170.0, 8188.0, 8138.0, 8170.0, 8134.0, 8139.0, 8119.0, 8140.0, 8181.0, 8138.0, 8156.0, 8138.0, 8139.0, 8194.0, 8140.0, 8138.0, 8141.0, 8161.0, 8169.0, 8165.0, 8154.0, 8169.0, 8152.0, 8189.0, 8191.0, 8197.0, 8163.0, 8212.0, 8208.0, 8197.0, 8194.0, 8209.0, 8195.0, 8192.0, 8193.0, 8240.0, 8223.0, 8251.0, 8218.0, 8187.0, 8200.0, 8188.0, 8234.0, 8193.0, 8223.0, 8195.0, 8211.0, 8206.0, 8221.0, 8232.0, 8232.0, 8171.0, 8164.0, 8165.0, 8162.0, 8162.0, 8177.0, 8214.0, 8209.0, 8166.0, 8161.0, 8161.0, 8159.0, 8187.0, 8167.0, 8153.0, 8210.0, 8172.0, 8198.0, 8171.0, 8205.0, 8201.0, 8224.0, 8201.0, 8208.0, 8206.0, 8195.0, 8190.0, 8196.0, 8197.0, 8211.0, 8220.0, 8190.0, 8233.0, 8187.0, 8230.0, 8198.0, 8232.0, 8192.0, 8213.0, 8169.0, 8203.0, 8150.0, 8131.0, 8128.0, 8134.0, 8144.0, 8133.0, 8115.0, 8137.0, 8134.0, 8154.0, 8140.0, 8163.0, 8163.0, 8165.0, 8183.0, 8197.0, 8168.0, 8212.0, 8184.0, 8199.0, 8170.0, 8201.0, 8184.0, 8185.0, 8235.0, 8171.0, 8213.0, 8185.0, 8228.0, 8190.0, 8233.0, 8187.0, 8193.0, 8177.0, 8196.0, 8211.0, 8242.0, 8194.0, 8220.0, 8190.0, 8200.0, 8171.0, 8168.0, 8167.0, 8168.0, 8195.0, 8164.0, 8208.0, 8161.0, 8206.0, 8158.0, 8227.0, 8174.0, 8190.0, 8141.0, 8155.0, 8137.0, 8137.0, 8167.0, 8135.0, 8216.0, 8138.0, 8183.0, 8135.0, 8154.0, 8135.0, 8137.0, 8169.0, 8139.0, 8173.0, 8170.0, 8171.0, 8167.0, 8164.0, 8170.0, 8227.0, 8230.0, 8208.0, 8176.0, 8208.0, 8178.0, 8216.0, 8234.0, 8217.0, 8243.0, 8198.0, 8225.0, 8211.0, 8224.0, 8217.0, 8263.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.000617965367965368</td></tr>
<tr><td colspan=3>aqi</td><td>0.0199076516017316</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.57060923991335</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1890931181629123</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0060586034922023</td></tr>
<tr><td colspan=3>efc</td><td>0.4991</td></tr>
<tr><td colspan=3>fber</td><td>4243.1914</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07805657751698812</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>46</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.982683982683983</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3944476143329774</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.265205218720572</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.610637665030275</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3074999592480845</td></tr>
<tr><td colspan=3>gcor</td><td>0.0303871</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020701078698039055</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02807128056883812</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</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.9738208723560398</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.229</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.1124</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.8801</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296191.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>867.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.0727</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7219</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>426.5171</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2821.0362</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>990.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3686.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>748.1418</td></tr>
<tr><td colspan=3>tsnr</td><td>40.43407326936722</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>