ds005256-mriqc/sub-0026_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 694ceec84a [DATALAD RUNCMD] Compute MRIQC for sub-0026
=== 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-0026 --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-0026",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:53:34 +02:00

616 lines
No EOL
130 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-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-02/func/sub-0026_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>b1803e76005d76943fd47ad5c2bbede6</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>10:04:47.600000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999467, 0.00376026, 0.0324222, -0.00523321, 0.998952, 0.0454657]</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.134418</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>[4178, -7733, -7184, 557, -9, -35, 16, 31]</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>300.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5cd60776-623c-49f7-aea0-54cdb23d1c4e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68149733543396, -0.014040317386388779, 0.08698663860559464, 111.34471130371094], [-0.010088506154716015, 2.6801156997680664, 0.12315021455287933, -94.51126098632812], [0.08698641508817673, -0.12198126316070557, 2.695786952972412, -19.513805389404297], [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': ['100447.600000', '100448.060000', '100448.520000', '100448.980000', '100449.440000', '100449.900000', '100450.360000', '100450.820000', '100451.280000', '100451.740000', '100452.200000', '100452.660000', '100453.120000', '100453.580000', '100454.040000', '100454.500000', '100454.960000', '100455.420000', '100455.880000', '100456.340000', '100456.800000', '100457.260000', '100457.720000', '100458.180000', '100458.640000', '100459.100000', '100459.560000', '100500.020000', '100500.480000', '100500.940000', '100501.400000', '100501.860000', '100502.320000', '100502.780000', '100503.240000', '100503.700000', '100504.160000', '100504.620000', '100505.080000', '100505.540000', '100506.000000', '100506.460000', '100506.920000', '100507.380000', '100507.840000', '100508.300000', '100508.760000', '100509.220000', '100509.680000', '100510.140000', '100510.600000', '100511.060000', '100511.520000', '100511.980000', '100512.440000', '100512.900000', '100513.360000', '100513.820000', '100514.280000', '100514.740000', '100515.200000', '100515.660000', '100516.120000', '100516.580000', '100517.040000', '100517.500000', '100517.960000', '100518.420000', '100518.880000', '100519.340000', '100519.800000', '100520.260000', '100520.720000', '100521.180000', '100521.640000', '100522.100000', '100522.560000', '100523.020000', '100523.480000', '100523.940000', '100524.400000', '100524.860000', '100525.320000', '100525.780000', '100526.240000', '100526.700000', '100527.160000', '100527.620000', '100528.080000', '100528.540000', '100529.000000', '100529.460000', '100529.920000', '100530.380000', '100530.840000', '100531.300000', '100531.760000', '100532.220000', '100532.680000', '100533.140000', '100533.600000', '100534.060000', '100534.520000', '100534.980000', '100535.440000', '100535.900000', '100536.360000', '100536.820000', '100537.280000', '100537.740000', '100538.200000', '100538.660000', '100539.120000', '100539.580000', '100540.040000', '100540.500000', '100540.960000', '100541.420000', '100541.880000', '100542.340000', '100542.800000', '100543.260000', '100543.720000', '100544.180000', '100544.640000', '100545.100000', '100545.560000', '100546.020000', '100546.480000', '100546.940000', '100547.400000', '100547.860000', '100548.320000', '100548.780000', '100549.240000', '100549.700000', '100550.160000', '100550.620000', '100551.080000', '100551.540000', '100552.000000', '100552.460000', '100552.920000', '100553.380000', '100553.840000', '100554.300000', '100554.760000', '100555.220000', '100555.680000', '100556.140000', '100556.600000', '100557.060000', '100557.520000', '100557.980000', '100558.440000', '100558.900000', '100559.360000', '100559.820000', '100600.280000', '100600.740000', '100601.200000', '100601.660000', '100602.120000', '100602.580000', '100603.040000', '100603.500000', '100603.960000', '100604.420000', '100604.880000', '100605.340000', '100605.800000', '100606.260000', '100606.720000', '100607.180000', '100607.640000', '100608.100000', '100608.560000', '100609.020000', '100609.480000', '100609.940000', '100610.400000', '100610.860000', '100611.320000', '100611.780000', '100612.240000', '100612.700000', '100613.160000', '100613.620000', '100614.080000', '100614.540000', '100615.000000', '100615.460000', '100615.920000', '100616.380000', '100616.840000', '100617.300000', '100617.760000', '100618.220000', '100618.680000', '100619.140000', '100619.600000', '100620.060000', '100620.520000', '100620.980000', '100621.440000', '100621.900000', '100622.360000', '100622.820000', '100623.280000', '100623.740000', '100624.200000', '100624.660000', '100625.120000', '100625.580000', '100626.040000', '100626.500000', '100626.960000', '100627.420000', '100627.880000', '100628.340000', '100628.800000', '100629.260000', '100629.720000', '100630.180000', '100630.640000', '100631.100000', '100631.560000', '100632.020000', '100632.480000', '100632.940000', '100633.400000', '100633.860000', '100634.320000', '100634.780000', '100635.240000', '100635.700000', '100636.160000', '100636.620000', '100637.080000', '100637.540000', '100638.000000', '100638.460000', '100638.920000', '100639.380000', '100639.840000', '100640.300000', '100640.760000', '100641.220000', '100641.680000', '100642.140000', '100642.600000', '100643.060000', '100643.520000', '100643.980000', '100644.440000', '100644.900000', '100645.360000', '100645.820000', '100646.280000', '100646.740000', '100647.200000', '100647.660000', '100648.120000', '100648.580000', '100649.040000', '100649.500000', '100649.960000', '100650.420000', '100650.880000', '100651.340000', '100651.800000', '100652.260000', '100652.720000', '100653.180000', '100653.640000', '100654.100000', '100654.560000', '100655.020000', '100655.480000', '100655.940000', '100656.400000', '100656.860000', '100657.320000', '100657.780000', '100658.240000', '100658.700000', '100659.160000', '100659.620000', '100700.080000', '100700.540000', '100701.000000', '100701.460000', '100701.920000', '100702.380000', '100702.840000', '100703.300000', '100703.760000', '100704.220000', '100704.680000', '100705.140000', '100705.600000', '100706.060000', '100706.520000', '100706.980000', '100707.440000', '100707.900000', '100708.360000', '100708.820000', '100709.280000', '100709.740000', '100710.200000', '100710.660000', '100711.120000', '100711.580000', '100712.040000', '100712.500000', '100712.960000', '100713.420000', '100713.880000', '100714.340000', '100714.800000', '100715.260000', '100715.720000', '100716.180000', '100716.640000', '100717.100000', '100717.560000', '100718.020000', '100718.480000', '100718.940000', '100719.400000', '100719.860000', '100720.320000', '100720.780000', '100721.240000', '100721.700000', '100722.160000', '100722.620000', '100723.080000', '100723.540000', '100724.000000', '100724.460000', '100724.920000', '100725.380000', '100725.840000', '100726.300000', '100726.760000', '100727.220000', '100727.680000', '100728.140000', '100728.600000', '100729.060000', '100729.520000', '100729.980000', '100730.440000', '100730.900000', '100731.360000', '100731.820000', '100732.280000', '100732.740000', '100733.200000', '100733.660000', '100734.120000', '100734.580000', '100735.040000', '100735.500000', '100735.960000', '100736.420000', '100736.880000', '100737.340000', '100737.800000', '100738.260000', '100738.720000', '100739.180000', '100739.640000', '100740.100000', '100740.560000', '100741.020000', '100741.480000', '100741.940000', '100742.400000', '100742.860000', '100743.320000', '100743.780000', '100744.240000', '100744.700000', '100745.160000', '100745.620000', '100746.080000', '100746.540000', '100747.000000', '100747.460000', '100747.920000', '100748.380000', '100748.840000', '100749.300000', '100749.760000', '100750.220000', '100750.680000', '100751.140000', '100751.600000', '100752.060000', '100752.520000', '100752.980000', '100753.440000', '100753.900000', '100754.360000', '100754.820000', '100755.280000', '100755.740000', '100756.200000', '100756.660000', '100757.120000', '100757.580000', '100758.040000', '100758.500000', '100758.960000', '100759.420000', '100759.880000', '100800.340000', '100800.800000', '100801.260000', '100801.720000', '100802.180000', '100802.640000', '100803.100000', '100803.560000', '100804.020000', '100804.480000', '100804.940000', '100805.400000', '100805.860000', '100806.320000', '100806.780000', '100807.240000', '100807.700000', '100808.160000', '100808.620000', '100809.080000', '100809.540000', '100810.000000', '100810.460000', '100810.920000', '100811.380000', '100811.840000', '100812.300000', '100812.760000', '100813.220000', '100813.680000', '100814.140000', '100814.600000', '100815.060000', '100815.520000', '100815.980000', '100816.440000', '100816.900000', '100817.360000', '100817.820000', '100818.280000', '100818.740000', '100819.200000', '100819.660000', '100820.120000', '100820.580000', '100821.040000', '100821.500000', '100821.960000', '100822.420000', '100822.880000', '100823.340000', '100823.800000', '100824.260000', '100824.720000', '100825.180000', '100825.640000', '100826.100000', '100826.560000', '100827.020000', '100827.480000', '100827.940000', '100828.400000', '100828.860000', '100829.320000', '100829.780000', '100830.240000', '100830.700000', '100831.160000', '100831.620000', '100832.080000', '100832.540000', '100833.000000', '100833.460000', '100833.920000', '100834.380000', '100834.840000', '100835.300000', '100835.760000', '100836.220000', '100836.680000', '100837.140000', '100837.600000', '100838.060000', '100838.520000', '100838.980000', '100839.440000', '100839.900000', '100840.360000', '100840.820000', '100841.280000', '100841.740000', '100842.200000', '100842.660000', '100843.120000', '100843.580000', '100844.040000', '100844.500000', '100844.960000', '100845.420000', '100845.880000', '100846.340000', '100846.800000', '100847.260000', '100847.720000', '100848.180000', '100848.640000', '100849.100000', '100849.560000', '100850.020000', '100850.480000', '100850.940000', '100851.400000', '100851.860000', '100852.320000', '100852.780000', '100853.240000', '100853.700000', '100854.160000', '100854.620000', '100855.080000', '100855.540000', '100856.000000', '100856.460000', '100856.920000', '100857.380000', '100857.840000', '100858.300000', '100858.760000', '100859.220000', '100859.680000', '100900.140000', '100900.600000', '100901.060000', '100901.520000', '100901.980000', '100902.440000', '100902.900000', '100903.360000', '100903.820000', '100904.280000', '100904.740000', '100905.200000', '100905.660000', '100906.120000', '100906.580000', '100907.040000', '100907.500000', '100907.960000', '100908.420000', '100908.880000', '100909.340000', '100909.800000', '100910.260000', '100910.720000', '100911.180000', '100911.640000', '100912.100000', '100912.560000', '100913.020000', '100913.480000', '100913.940000', '100914.400000', '100914.860000', '100915.320000', '100915.780000', '100916.240000', '100916.700000', '100917.160000', '100917.620000', '100918.080000', '100918.540000', '100919.000000', '100919.460000', '100919.920000', '100920.380000', '100920.840000', '100921.300000', '100921.760000', '100922.220000', '100922.680000', '100923.140000', '100923.600000', '100924.060000', '100924.520000', '100924.980000', '100925.440000', '100925.900000', '100926.360000', '100926.820000', '100927.280000', '100927.740000', '100928.200000', '100928.660000', '100929.120000', '100929.580000', '100930.040000', '100930.500000', '100930.960000', '100931.420000', '100931.880000', '100932.340000', '100932.800000', '100933.260000', '100933.720000', '100934.180000', '100934.640000', '100935.100000', '100935.560000', '100936.020000', '100936.480000', '100936.940000', '100937.400000', '100937.860000', '100938.320000', '100938.780000', '100939.240000', '100939.700000', '100940.160000', '100940.620000', '100941.080000', '100941.540000', '100942.000000', '100942.460000', '100942.920000', '100943.380000', '100943.840000', '100944.300000', '100944.760000', '100945.220000', '100945.680000', '100946.140000', '100946.600000', '100947.060000', '100947.520000', '100947.980000', '100948.440000', '100948.900000', '100949.360000', '100949.820000', '100950.280000', '100950.740000', '100951.200000', '100951.660000', '100952.120000', '100952.580000', '100953.040000', '100953.500000', '100953.960000', '100954.420000', '100954.880000', '100955.340000', '100955.800000', '100956.260000', '100956.720000', '100957.180000', '100957.640000', '100958.100000', '100958.560000', '100959.020000', '100959.480000', '100959.940000', '101000.400000', '101000.860000', '101001.320000', '101001.780000', '101002.240000', '101002.700000', '101003.160000', '101003.620000', '101004.080000', '101004.540000', '101005.000000', '101005.460000', '101005.920000', '101006.380000', '101006.840000', '101007.300000', '101007.760000', '101008.220000', '101008.680000', '101009.140000', '101009.600000', '101010.060000', '101010.520000', '101010.980000', '101011.440000', '101011.900000', '101012.360000', '101012.820000', '101013.280000', '101013.740000', '101014.200000', '101014.660000', '101015.120000', '101015.580000', '101016.040000', '101016.500000', '101016.960000', '101017.420000', '101017.880000', '101018.340000', '101018.800000', '101019.260000', '101019.720000', '101020.180000', '101020.640000', '101021.100000', '101021.560000', '101022.020000', '101022.480000', '101022.940000', '101023.400000', '101023.860000', '101024.320000', '101024.780000', '101025.240000', '101025.700000', '101026.160000', '101026.620000', '101027.080000', '101027.540000', '101028.000000', '101028.460000', '101028.920000', '101029.380000', '101029.840000', '101030.300000', '101030.760000', '101031.220000', '101031.680000', '101032.140000', '101032.600000', '101033.060000', '101033.520000', '101033.980000', '101034.440000', '101034.900000', '101035.360000', '101035.820000', '101036.280000', '101036.740000', '101037.200000', '101037.660000', '101038.120000', '101038.580000', '101039.040000', '101039.500000', '101039.960000', '101040.420000', '101040.880000', '101041.340000', '101041.800000', '101042.260000', '101042.720000', '101043.180000', '101043.640000', '101044.100000', '101044.560000', '101045.020000', '101045.480000', '101045.940000', '101046.400000', '101046.860000', '101047.320000', '101047.780000', '101048.240000', '101048.700000', '101049.160000', '101049.620000', '101050.080000', '101050.540000', '101051.000000', '101051.460000', '101051.920000', '101052.380000', '101052.840000', '101053.300000', '101053.760000', '101054.220000', '101054.680000', '101055.140000', '101055.600000', '101056.060000', '101056.520000', '101056.980000', '101057.440000', '101057.900000', '101058.360000', '101058.820000', '101059.280000', '101059.740000', '101100.200000', '101100.660000', '101101.120000', '101101.580000', '101102.040000', '101102.500000', '101102.960000', '101103.420000', '101103.880000', '101104.340000', '101104.800000', '101105.260000', '101105.720000', '101106.180000', '101106.640000', '101107.100000', '101107.560000', '101108.020000', '101108.480000', '101108.940000', '101109.400000', '101109.860000', '101110.320000', '101110.780000', '101111.240000', '101111.700000', '101112.160000', '101112.620000', '101113.080000', '101113.540000', '101114.000000', '101114.460000', '101114.920000', '101115.380000', '101115.840000', '101116.300000', '101116.760000', '101117.220000', '101117.680000', '101118.140000', '101118.600000', '101119.060000', '101119.520000', '101119.980000', '101120.440000', '101120.900000', '101121.360000', '101121.820000', '101122.280000', '101122.740000', '101123.200000', '101123.660000', '101124.120000', '101124.580000', '101125.040000', '101125.500000', '101125.960000', '101126.420000', '101126.880000', '101127.340000', '101127.800000', '101128.260000', '101128.720000', '101129.180000', '101129.640000', '101130.100000', '101130.560000', '101131.020000', '101131.480000', '101131.940000', '101132.400000', '101132.860000', '101133.320000', '101133.780000', '101134.240000', '101134.700000', '101135.160000', '101135.620000', '101136.080000', '101136.540000', '101137.000000', '101137.460000', '101137.920000', '101138.380000', '101138.840000', '101139.300000', '101139.760000', '101140.220000', '101140.680000', '101141.140000', '101141.600000', '101142.060000', '101142.520000', '101142.980000', '101143.440000', '101143.900000', '101144.360000', '101144.820000', '101145.280000', '101145.740000', '101146.200000', '101146.660000', '101147.120000', '101147.580000', '101148.040000', '101148.500000', '101148.960000', '101149.420000', '101149.880000', '101150.340000', '101150.800000', '101151.260000', '101151.720000', '101152.180000', '101152.640000', '101153.100000', '101153.560000', '101154.020000', '101154.480000', '101154.940000', '101155.400000', '101155.860000', '101156.320000', '101156.780000', '101157.240000', '101157.700000', '101158.160000', '101158.620000', '101159.080000', '101159.540000', '101200.000000', '101200.460000', '101200.920000', '101201.380000', '101201.840000', '101202.300000', '101202.760000', '101203.220000', '101203.680000', '101204.140000', '101204.600000', '101205.060000', '101205.520000', '101205.980000', '101206.440000', '101206.900000', '101207.360000', '101207.820000', '101208.280000', '101208.740000', '101209.200000', '101209.660000', '101210.120000', '101210.580000', '101211.040000', '101211.500000', '101211.960000', '101212.420000', '101212.880000', '101213.340000', '101213.800000', '101214.260000', '101214.720000', '101215.180000', '101215.640000', '101216.100000', '101216.560000', '101217.020000', '101217.480000', '101217.940000', '101218.400000', '101218.860000', '101219.320000', '101219.780000', '101220.240000', '101220.700000', '101221.160000', '101221.620000', '101222.080000', '101222.540000', '101223.000000', '101223.460000', '101223.920000', '101224.380000', '101224.840000', '101225.300000', '101225.760000', '101226.220000', '101226.680000', '101227.140000', '101227.600000', '101228.060000', '101228.520000', '101228.980000', '101229.440000', '101229.900000', '101230.360000', '101230.820000', '101231.280000', '101231.740000', '101232.200000', '101232.660000', '101233.120000', '101233.580000', '101234.040000', '101234.500000', '101234.960000', '101235.420000', '101235.880000', '101236.340000', '101236.800000', '101237.260000', '101237.720000', '101238.180000', '101238.640000', '101239.100000', '101239.560000', '101240.020000', '101240.480000', '101240.940000', '101241.400000', '101241.860000', '101242.320000', '101242.780000', '101243.240000', '101243.700000', '101244.160000', '101244.620000', '101245.080000', '101245.540000', '101246.000000', '101246.460000', '101246.920000', '101247.380000', '101247.840000', '101248.300000', '101248.760000', '101249.220000', '101249.680000', '101250.140000', '101250.600000', '101251.060000', '101251.520000', '101251.980000', '101252.440000', '101252.900000', '101253.360000', '101253.820000', '101254.280000', '101254.740000', '101255.200000', '101255.660000', '101256.120000', '101256.580000', '101257.040000', '101257.500000', '101257.960000', '101258.420000', '101258.880000', '101259.340000', '101259.800000', '101300.260000', '101300.720000', '101301.180000', '101301.640000', '101302.100000', '101302.560000', '101303.020000', '101303.480000', '101303.940000', '101304.400000', '101304.860000', '101305.320000', '101305.780000', '101306.240000', '101306.700000', '101307.160000', '101307.620000', '101308.080000', '101308.540000', '101309.000000', '101309.460000', '101309.920000', '101310.380000', '101310.840000', '101311.300000', '101311.760000', '101312.220000', '101312.680000', '101313.140000', '101313.600000', '101314.060000', '101314.520000', '101314.980000', '101315.440000', '101315.900000', '101316.360000', '101316.820000', '101317.280000', '101317.740000', '101318.200000', '101318.660000', '101319.120000', '101319.580000', '101320.040000', '101320.500000', '101320.960000', '101321.420000', '101321.880000', '101322.340000', '101322.800000', '101323.260000', '101323.720000', '101324.180000', '101324.640000', '101325.100000', '101325.560000', '101326.020000', '101326.480000', '101326.940000', '101327.400000', '101327.860000', '101328.320000', '101328.780000', '101329.240000', '101329.700000', '101330.160000', '101330.620000', '101331.080000', '101331.540000', '101332.000000', '101332.460000', '101332.920000', '101333.380000', '101333.840000', '101334.300000', '101334.760000', '101335.220000', '101335.680000', '101336.140000', '101336.600000', '101337.060000', '101337.520000', '101337.980000', '101338.440000', '101338.900000'], 'ContentTime': ['100458.621000', '100458.626000', '100458.629000', '100458.632000', '100458.634000', '100458.637000', '100458.641000', '100458.644000', '100458.647000', '100458.650000', '100458.657000', '100458.660000', '100458.663000', '100458.666000', '100458.669000', '100458.672000', '100458.675000', '100458.684000', '100458.695000', '100458.698000', '100458.701000', '100518.576000', '100518.579000', '100518.582000', '100518.585000', '100518.587000', '100518.590000', '100518.593000', '100518.596000', '100518.599000', '100518.602000', '100518.605000', '100518.607000', '100518.610000', '100518.613000', '100518.616000', '100518.619000', '100518.621000', '100518.624000', '100518.627000', '100518.637000', '100518.640000', '100518.643000', '100518.645000', '100518.648000', '100518.651000', '100518.654000', '100518.657000', '100518.660000', '100518.662000', '100518.665000', '100518.668000', '100518.671000', '100518.674000', '100518.677000', '100518.680000', '100518.683000', '100518.685000', '100518.688000', '100518.691000', '100518.694000', '100518.697000', '100518.699000', '100518.702000', '100518.705000', '100538.576000', '100538.579000', '100538.582000', '100538.585000', '100538.588000', '100538.591000', '100538.593000', '100538.596000', '100538.599000', '100538.602000', '100538.605000', '100538.607000', '100538.610000', '100538.613000', '100538.616000', '100538.619000', '100538.622000', '100538.625000', '100538.627000', '100538.630000', '100538.633000', '100538.636000', '100538.639000', '100538.642000', '100538.644000', '100538.652000', '100538.655000', '100538.658000', '100538.661000', '100538.664000', '100538.667000', '100538.669000', '100538.672000', '100538.675000', '100538.678000', '100538.682000', '100538.685000', '100538.688000', '100538.691000', '100538.694000', '100538.696000', '100538.699000', '100538.702000', '100558.575000', '100558.578000', '100558.581000', '100558.583000', '100558.586000', '100558.589000', '100558.592000', '100558.595000', '100558.598000', '100558.601000', '100558.604000', '100558.606000', '100558.609000', '100558.612000', '100558.615000', '100558.618000', '100558.621000', '100558.624000', '100558.627000', '100558.629000', '100558.632000', '100558.635000', '100558.638000', '100558.641000', '100558.644000', '100558.647000', '100558.649000', '100558.652000', '100558.655000', '100558.658000', '100558.661000', '100558.664000', '100558.667000', '100558.669000', '100558.672000', '100558.675000', '100558.678000', '100558.681000', '100558.684000', '100558.686000', '100558.689000', '100558.692000', '100558.695000', '100558.698000', '100618.576000', '100618.579000', '100618.582000', '100618.585000', '100618.587000', '100618.590000', '100618.593000', '100618.596000', '100618.599000', '100618.602000', '100618.605000', '100618.608000', '100618.610000', '100618.613000', '100618.616000', '100618.619000', '100618.622000', '100618.625000', '100618.628000', '100618.631000', '100618.634000', '100618.637000', '100618.640000', '100618.643000', '100618.645000', '100618.648000', '100618.651000', '100618.654000', '100618.657000', '100618.660000', '100618.663000', '100618.666000', '100618.669000', '100618.671000', '100618.674000', '100618.677000', '100618.680000', '100618.683000', '100618.686000', '100618.689000', '100618.691000', '100618.694000', '100618.697000', '100638.576000', '100638.579000', '100638.582000', '100638.585000', '100638.588000', '100638.590000', '100638.593000', '100638.596000', '100638.599000', '100638.602000', '100638.605000', '100638.608000', '100638.610000', '100638.613000', '100638.616000', '100638.619000', '100638.627000', '100638.630000', '100638.633000', '100638.636000', '100638.639000', '100638.641000', '100638.644000', '100638.647000', '100638.650000', '100638.653000', '100638.656000', '100638.659000', '100638.661000', '100638.664000', '100638.667000', '100638.670000', '100638.673000', '100638.676000', '100638.679000', '100638.681000', '100638.684000', '100638.687000', '100638.690000', '100638.693000', '100638.696000', '100638.699000', '100638.701000', '100638.704000', '100658.576000', '100658.579000', '100658.582000', '100658.585000', '100658.587000', '100658.590000', '100658.593000', '100658.596000', '100658.599000', '100658.602000', '100658.605000', '100658.608000', '100658.611000', '100658.613000', '100658.616000', '100658.619000', '100658.622000', '100658.625000', '100658.628000', '100658.631000', '100658.634000', '100658.636000', '100658.639000', '100658.642000', '100658.645000', '100658.648000', '100658.651000', '100658.654000', '100658.656000', '100658.659000', '100658.662000', '100658.665000', '100658.668000', '100658.671000', '100658.674000', '100658.676000', '100658.679000', '100658.682000', '100658.685000', '100658.688000', '100658.691000', '100658.693000', '100658.696000', '100718.576000', '100718.579000', '100718.582000', '100718.585000', '100718.588000', '100718.591000', '100718.594000', '100718.597000', '100718.599000', '100718.602000', '100718.605000', '100718.608000', '100718.611000', '100718.614000', '100718.617000', '100718.619000', '100718.622000', '100718.625000', '100718.628000', '100718.631000', '100718.634000', '100718.637000', '100718.639000', '100718.642000', '100718.645000', '100718.648000', '100718.651000', '100718.654000', '100718.657000', '100718.660000', '100718.663000', '100718.665000', '100718.668000', '100718.671000', '100718.674000', '100718.677000', '100718.680000', '100718.683000', '100718.685000', '100718.688000', '100718.691000', '100718.694000', '100718.697000', '100738.576000', '100738.579000', '100738.582000', '100738.585000', '100738.588000', '100738.590000', '100738.593000', '100738.596000', '100738.599000', '100738.602000', '100738.605000', '100738.608000', '100738.611000', '100738.614000', '100738.617000', '100738.619000', '100738.622000', '100738.625000', '100738.628000', '100738.631000', '100738.634000', '100738.637000', '100738.640000', '100738.642000', '100738.645000', '100738.648000', '100738.651000', '100738.654000', '100738.657000', '100738.660000', '100738.663000', '100738.665000', '100738.668000', '100738.671000', '100738.674000', '100738.677000', '100738.680000', '100738.683000', '100738.685000', '100738.688000', '100738.691000', '100738.694000', '100738.697000', '100738.700000', '100758.576000', '100758.579000', '100758.582000', '100758.585000', '100758.588000', '100758.591000', '100758.594000', '100758.597000', '100758.599000', '100758.602000', '100758.605000', '100758.608000', '100758.611000', '100758.614000', '100758.617000', '100758.620000', '100758.622000', '100758.625000', '100758.628000', '100758.631000', '100758.634000', '100758.637000', '100758.640000', '100758.643000', '100758.646000', '100758.649000', '100758.652000', '100758.655000', '100758.658000', '100758.661000', '100758.664000', '100758.667000', '100758.669000', '100758.672000', '100758.675000', '100758.678000', '100758.681000', '100758.684000', '100758.687000', '100758.690000', '100758.692000', '100758.709000', '100758.712000', '100818.575000', '100818.578000', '100818.581000', '100818.584000', '100818.587000', '100818.589000', '100818.592000', '100818.595000', '100818.598000', '100818.601000', '100818.604000', '100818.607000', '100818.610000', '100818.613000', '100818.616000', '100818.618000', '100818.621000', '100818.624000', '100818.627000', '100818.630000', '100818.633000', '100818.636000', '100818.639000', '100818.641000', '100818.644000', '100818.647000', '100818.650000', '100818.653000', '100818.656000', '100818.659000', '100818.661000', '100818.664000', '100818.667000', '100818.670000', '100818.673000', '100818.676000', '100818.678000', '100818.681000', '100818.684000', '100818.687000', '100818.690000', '100818.693000', '100818.696000', '100818.698000', '100838.576000', '100838.579000', '100838.582000', '100838.585000', '100838.588000', '100838.591000', '100838.595000', '100838.600000', '100838.603000', '100838.606000', '100838.609000', '100838.612000', '100838.615000', '100838.618000', '100838.620000', '100838.623000', '100838.626000', '100838.629000', '100838.632000', '100838.635000', '100838.638000', '100838.640000', '100838.643000', '100838.646000', '100838.649000', '100838.652000', '100838.655000', '100838.658000', '100838.661000', '100838.664000', '100838.666000', '100838.669000', '100838.672000', '100838.675000', '100838.678000', '100838.681000', '100838.684000', '100838.686000', '100838.689000', '100838.692000', '100838.695000', '100838.698000', '100838.701000', '100858.576000', '100858.579000', '100858.582000', '100858.585000', '100858.588000', '100858.591000', '100858.593000', '100858.596000', '100858.599000', '100858.602000', '100858.605000', '100858.608000', '100858.611000', '100858.614000', '100858.617000', '100858.619000', '100858.622000', '100858.625000', '100858.628000', '100858.631000', '100858.634000', '100858.637000', '100858.640000', '100858.642000', '100858.645000', '100858.648000', '100858.651000', '100858.654000', '100858.657000', '100858.660000', '100858.663000', '100858.666000', '100858.669000', '100858.671000', '100858.674000', '100858.677000', '100858.680000', '100858.683000', '100858.686000', '100858.689000', '100858.692000', '100858.695000', '100858.697000', '100858.700000', '100918.576000', '100918.579000', '100918.582000', '100918.585000', '100918.588000', '100918.591000', '100918.593000', '100918.596000', '100918.599000', '100918.602000', '100918.605000', '100918.608000', '100918.611000', '100918.614000', '100918.619000', '100918.623000', '100918.626000', '100918.629000', '100918.632000', '100918.635000', '100918.638000', '100918.641000', '100918.644000', '100918.646000', '100918.649000', '100918.652000', '100918.655000', '100918.658000', '100918.661000', '100918.664000', '100918.666000', '100918.669000', '100918.672000', '100918.675000', '100918.678000', '100918.681000', '100918.684000', '100918.687000', '100918.690000', '100918.692000', '100918.695000', '100918.698000', '100918.701000', '100938.576000', '100938.579000', '100938.582000', '100938.585000', '100938.588000', '100938.590000', '100938.593000', '100938.596000', '100938.599000', '100938.602000', '100938.605000', '100938.608000', '100938.611000', '100938.613000', '100938.616000', '100938.619000', '100938.622000', '100938.625000', '100938.628000', '100938.630000', '100938.633000', '100938.636000', '100938.639000', '100938.654000', '100938.657000', '100938.660000', '100938.663000', '100938.666000', '100938.669000', '100938.671000', '100938.674000', '100938.677000', '100938.680000', '100938.683000', '100938.686000', '100938.688000', '100938.691000', '100938.694000', '100938.697000', '100938.700000', '100938.703000', '100938.706000', '100938.709000', '100938.712000', '100958.576000', '100958.579000', '100958.582000', '100958.585000', '100958.588000', '100958.591000', '100958.594000', '100958.597000', '100958.599000', '100958.602000', '100958.605000', '100958.608000', '100958.611000', '100958.614000', '100958.617000', '100958.620000', '100958.622000', '100958.625000', '100958.628000', '100958.631000', '100958.634000', '100958.637000', '100958.640000', '100958.643000', '100958.646000', '100958.649000', '100958.652000', '100958.655000', '100958.657000', '100958.660000', '100958.663000', '100958.666000', '100958.669000', '100958.672000', '100958.675000', '100958.677000', '100958.680000', '100958.683000', '100958.686000', '100958.689000', '100958.692000', '100958.695000', '100958.698000', '101018.576000', '101018.579000', '101018.582000', '101018.585000', '101018.587000', '101018.590000', '101018.593000', '101018.596000', '101018.599000', '101018.602000', '101018.605000', '101018.608000', '101018.611000', '101018.613000', '101018.616000', '101018.619000', '101018.622000', '101018.625000', '101018.628000', '101018.631000', '101018.641000', '101018.644000', '101018.647000', '101018.650000', '101018.653000', '101018.656000', '101018.658000', '101018.661000', '101018.664000', '101018.667000', '101018.670000', '101018.673000', '101018.676000', '101018.678000', '101018.681000', '101018.684000', '101018.687000', '101018.690000', '101018.693000', '101018.696000', '101018.699000', '101018.701000', '101018.704000', '101018.707000', '101038.575000', '101038.578000', '101038.581000', '101038.584000', '101038.587000', '101038.590000', '101038.594000', '101038.597000', '101038.600000', '101038.603000', '101038.606000', '101038.609000', '101038.612000', '101038.615000', '101038.618000', '101038.620000', '101038.623000', '101038.626000', '101038.629000', '101038.632000', '101038.635000', '101038.638000', '101038.641000', '101038.644000', '101038.646000', '101038.649000', '101038.652000', '101038.655000', '101038.658000', '101038.661000', '101038.664000', '101038.667000', '101038.670000', '101038.673000', '101038.676000', '101038.679000', '101038.681000', '101038.684000', '101038.687000', '101038.690000', '101038.693000', '101038.696000', '101038.700000', '101058.576000', '101058.579000', '101058.582000', '101058.585000', '101058.588000', '101058.591000', '101058.594000', '101058.597000', '101058.599000', '101058.602000', '101058.605000', '101058.608000', '101058.611000', '101058.614000', '101058.617000', '101058.619000', '101058.622000', '101058.625000', '101058.628000', '101058.631000', '101058.634000', '101058.636000', '101058.639000', '101058.642000', '101058.645000', '101058.648000', '101058.651000', '101058.654000', '101058.657000', '101058.659000', '101058.662000', '101058.665000', '101058.668000', '101058.671000', '101058.686000', '101058.689000', '101058.691000', '101058.694000', '101058.697000', '101058.700000', '101058.703000', '101058.706000', '101058.709000', '101058.711000', '101118.576000', '101118.579000', '101118.582000', '101118.585000', '101118.588000', '101118.591000', '101118.594000', '101118.597000', '101118.599000', '101118.602000', '101118.605000', '101118.608000', '101118.611000', '101118.614000', '101118.617000', '101118.619000', '101118.622000', '101118.625000', '101118.628000', '101118.631000', '101118.634000', '101118.637000', '101118.639000', '101118.642000', '101118.645000', '101118.648000', '101118.651000', '101118.654000', '101118.657000', '101118.660000', '101118.663000', '101118.665000', '101118.670000', '101118.674000', '101118.677000', '101118.680000', '101118.683000', '101118.686000', '101118.689000', '101118.692000', '101118.695000', '101118.697000', '101118.700000', '101138.576000', '101138.579000', '101138.582000', '101138.585000', '101138.588000', '101138.590000', '101138.593000', '101138.596000', '101138.599000', '101138.602000', '101138.605000', '101138.607000', '101138.610000', '101138.613000', '101138.616000', '101138.619000', '101138.622000', '101138.625000', '101138.628000', '101138.631000', '101138.634000', '101138.636000', '101138.639000', '101138.642000', '101138.645000', '101138.648000', '101138.651000', '101138.654000', '101138.657000', '101138.659000', '101138.662000', '101138.665000', '101138.668000', '101138.671000', '101138.674000', '101138.677000', '101138.679000', '101138.682000', '101138.685000', '101138.688000', '101138.691000', '101138.694000', '101138.697000', '101138.699000', '101158.576000', '101158.579000', '101158.582000', '101158.585000', '101158.588000', '101158.591000', '101158.594000', '101158.597000', '101158.599000', '101158.602000', '101158.605000', '101158.608000', '101158.611000', '101158.614000', '101158.617000', '101158.619000', '101158.622000', '101158.625000', '101158.628000', '101158.632000', '101158.635000', '101158.638000', '101158.641000', '101158.644000', '101158.647000', '101158.649000', '101158.652000', '101158.655000', '101158.658000', '101158.661000', '101158.664000', '101158.667000', '101158.670000', '101158.672000', '101158.675000', '101158.678000', '101158.681000', '101158.684000', '101158.687000', '101158.690000', '101158.693000', '101158.695000', '101158.698000', '101218.576000', '101218.579000', '101218.582000', '101218.585000', '101218.588000', '101218.590000', '101218.593000', '101218.596000', '101218.599000', '101218.602000', '101218.605000', '101218.608000', '101218.610000', '101218.613000', '101218.616000', '101218.619000', '101218.622000', '101218.625000', '101218.628000', '101218.631000', '101218.634000', '101218.637000', '101218.640000', '101218.643000', '101218.646000', '101218.649000', '101218.651000', '101218.654000', '101218.657000', '101218.660000', '101218.663000', '101218.666000', '101218.669000', '101218.672000', '101218.674000', '101218.677000', '101218.680000', '101218.683000', '101218.686000', '101218.689000', '101218.692000', '101218.694000', '101218.697000', '101218.700000', '101238.576000', '101238.579000', '101238.582000', '101238.585000', '101238.588000', '101238.590000', '101238.593000', '101238.596000', '101238.599000', '101238.602000', '101238.605000', '101238.608000', '101238.611000', '101238.614000', '101238.616000', '101238.619000', '101238.622000', '101238.625000', '101238.628000', '101238.631000', '101238.634000', '101238.637000', '101238.639000', '101238.642000', '101238.645000', '101238.648000', '101238.651000', '101238.654000', '101238.657000', '101238.660000', '101238.663000', '101238.665000', '101238.668000', '101238.671000', '101238.674000', '101238.677000', '101238.680000', '101238.683000', '101238.685000', '101238.688000', '101238.691000', '101238.694000', '101238.697000', '101258.575000', '101258.578000', '101258.581000', '101258.584000', '101258.587000', '101258.590000', '101258.592000', '101258.595000', '101258.598000', '101258.601000', '101258.604000', '101258.607000', '101258.610000', '101258.612000', '101258.615000', '101258.618000', '101258.621000', '101258.624000', '101258.627000', '101258.630000', '101258.633000', '101258.635000', '101258.638000', '101258.641000', '101258.644000', '101258.647000', '101258.650000', '101258.653000', '101258.656000', '101258.659000', '101258.661000', '101258.664000', '101258.667000', '101258.670000', '101258.673000', '101258.676000', '101258.678000', '101258.681000', '101258.684000', '101258.687000', '101258.690000', '101258.693000', '101258.696000', '101258.699000', '101318.576000', '101318.579000', '101318.582000', '101318.585000', '101318.588000', '101318.591000', '101318.593000', '101318.596000', '101318.599000', '101318.602000', '101318.605000', '101318.608000', '101318.611000', '101318.613000', '101318.616000', '101318.619000', '101318.622000', '101318.625000', '101318.628000', '101318.631000', '101318.634000', '101318.636000', '101318.639000', '101318.642000', '101318.645000', '101318.648000', '101318.651000', '101318.654000', '101318.657000', '101318.660000', '101318.662000', '101318.665000', '101318.668000', '101318.672000', '101318.675000', '101318.678000', '101318.681000', '101318.684000', '101318.687000', '101318.690000', '101318.693000', '101318.696000', '101318.698000', '101338.576000', '101338.579000', '101338.582000', '101338.585000', '101338.588000', '101338.591000', '101338.594000', '101338.596000', '101338.599000', '101338.602000', '101338.605000', '101338.608000', '101338.611000', '101338.614000', '101338.617000', '101338.619000', '101338.622000', '101338.625000', '101338.628000', '101338.631000', '101338.634000', '101338.637000', '101338.639000', '101338.642000', '101338.645000', '101338.648000', '101338.651000', '101338.654000', '101338.657000', '101338.660000', '101338.663000', '101338.666000', '101338.668000', '101338.671000', '101338.674000', '101338.677000', '101338.680000', '101338.683000', '101338.686000', '101338.689000', '101338.691000', '101338.713000', '101338.716000', '101338.719000', '101340.409000', '101340.412000', '101340.416000', '101340.420000'], 'InstanceCreationTime': ['100458.621000', '100458.626000', '100458.629000', '100458.632000', '100458.634000', '100458.637000', '100458.641000', '100458.644000', '100458.647000', '100458.650000', '100458.657000', '100458.660000', '100458.663000', '100458.666000', '100458.669000', '100458.672000', '100458.675000', '100458.684000', '100458.695000', '100458.698000', '100458.701000', '100518.576000', '100518.579000', '100518.582000', '100518.585000', '100518.587000', '100518.590000', '100518.593000', '100518.596000', '100518.599000', '100518.602000', '100518.605000', '100518.607000', '100518.610000', '100518.613000', '100518.616000', '100518.619000', '100518.621000', '100518.624000', '100518.627000', '100518.637000', '100518.640000', '100518.643000', '100518.645000', '100518.648000', '100518.651000', '100518.654000', '100518.657000', '100518.660000', '100518.662000', '100518.665000', '100518.668000', '100518.671000', '100518.674000', '100518.677000', '100518.680000', '100518.683000', '100518.685000', '100518.688000', '100518.691000', '100518.694000', '100518.697000', '100518.699000', '100518.702000', '100518.705000', '100538.576000', '100538.579000', '100538.582000', '100538.585000', '100538.588000', '100538.591000', '100538.593000', '100538.596000', '100538.599000', '100538.602000', '100538.605000', '100538.607000', '100538.610000', '100538.613000', '100538.616000', '100538.619000', '100538.622000', '100538.625000', '100538.627000', '100538.630000', '100538.633000', '100538.636000', '100538.639000', '100538.642000', '100538.644000', '100538.652000', '100538.655000', '100538.658000', '100538.661000', '100538.664000', '100538.667000', '100538.669000', '100538.672000', '100538.675000', '100538.678000', '100538.682000', '100538.685000', '100538.688000', '100538.691000', '100538.694000', '100538.696000', '100538.699000', '100538.702000', '100558.575000', '100558.578000', '100558.581000', '100558.583000', '100558.586000', '100558.589000', '100558.592000', '100558.595000', '100558.598000', '100558.601000', '100558.604000', '100558.606000', '100558.609000', '100558.612000', '100558.615000', '100558.618000', '100558.621000', '100558.624000', '100558.627000', '100558.629000', '100558.632000', '100558.635000', '100558.638000', '100558.641000', '100558.644000', '100558.647000', '100558.649000', '100558.652000', '100558.655000', '100558.658000', '100558.661000', '100558.664000', '100558.667000', '100558.669000', '100558.672000', '100558.675000', '100558.678000', '100558.681000', '100558.684000', '100558.686000', '100558.689000', '100558.692000', '100558.695000', '100558.698000', '100618.576000', '100618.579000', '100618.582000', '100618.585000', '100618.587000', '100618.590000', '100618.593000', '100618.596000', '100618.599000', '100618.602000', '100618.605000', '100618.608000', '100618.610000', '100618.613000', '100618.616000', '100618.619000', '100618.622000', '100618.625000', '100618.628000', '100618.631000', '100618.634000', '100618.637000', '100618.640000', '100618.643000', '100618.645000', '100618.648000', '100618.651000', '100618.654000', '100618.657000', '100618.660000', '100618.663000', '100618.666000', '100618.669000', '100618.671000', '100618.674000', '100618.677000', '100618.680000', '100618.683000', '100618.686000', '100618.689000', '100618.691000', '100618.694000', '100618.697000', '100638.576000', '100638.579000', '100638.582000', '100638.585000', '100638.588000', '100638.590000', '100638.593000', '100638.596000', '100638.599000', '100638.602000', '100638.605000', '100638.608000', '100638.610000', '100638.613000', '100638.616000', '100638.619000', '100638.627000', '100638.630000', '100638.633000', '100638.636000', '100638.639000', '100638.641000', '100638.644000', '100638.647000', '100638.650000', '100638.653000', '100638.656000', '100638.659000', '100638.661000', '100638.664000', '100638.667000', '100638.670000', '100638.673000', '100638.676000', '100638.679000', '100638.681000', '100638.684000', '100638.687000', '100638.690000', '100638.693000', '100638.696000', '100638.699000', '100638.701000', '100638.704000', '100658.576000', '100658.579000', '100658.582000', '100658.585000', '100658.587000', '100658.590000', '100658.593000', '100658.596000', '100658.599000', '100658.602000', '100658.605000', '100658.608000', '100658.611000', '100658.613000', '100658.616000', '100658.619000', '100658.622000', '100658.625000', '100658.628000', '100658.631000', '100658.634000', '100658.636000', '100658.639000', '100658.642000', '100658.645000', '100658.648000', '100658.651000', '100658.654000', '100658.656000', '100658.659000', '100658.662000', '100658.665000', '100658.668000', '100658.671000', '100658.674000', '100658.676000', '100658.679000', '100658.682000', '100658.685000', '100658.688000', '100658.691000', '100658.693000', '100658.696000', '100718.576000', '100718.579000', '100718.582000', '100718.585000', '100718.588000', '100718.591000', '100718.594000', '100718.597000', '100718.599000', '100718.602000', '100718.605000', '100718.608000', '100718.611000', '100718.614000', '100718.617000', '100718.619000', '100718.622000', '100718.625000', '100718.628000', '100718.631000', '100718.634000', '100718.637000', '100718.639000', '100718.642000', '100718.645000', '100718.648000', '100718.651000', '100718.654000', '100718.657000', '100718.660000', '100718.663000', '100718.665000', '100718.668000', '100718.671000', '100718.674000', '100718.677000', '100718.680000', '100718.683000', '100718.685000', '100718.688000', '100718.691000', '100718.694000', '100718.697000', '100738.576000', '100738.579000', '100738.582000', '100738.585000', '100738.588000', '100738.590000', '100738.593000', '100738.596000', '100738.599000', '100738.602000', '100738.605000', '100738.608000', '100738.611000', '100738.614000', '100738.617000', '100738.619000', '100738.622000', '100738.625000', '100738.628000', '100738.631000', '100738.634000', '100738.637000', '100738.640000', '100738.642000', '100738.645000', '100738.648000', '100738.651000', '100738.654000', '100738.657000', '100738.660000', '100738.663000', '100738.665000', '100738.668000', '100738.671000', '100738.674000', '100738.677000', '100738.680000', '100738.683000', '100738.685000', '100738.688000', '100738.691000', '100738.694000', '100738.697000', '100738.700000', '100758.576000', '100758.579000', '100758.582000', '100758.585000', '100758.588000', '100758.591000', '100758.594000', '100758.597000', '100758.599000', '100758.602000', '100758.605000', '100758.608000', '100758.611000', '100758.614000', '100758.617000', '100758.620000', '100758.622000', '100758.625000', '100758.628000', '100758.631000', '100758.634000', '100758.637000', '100758.640000', '100758.643000', '100758.646000', '100758.649000', '100758.652000', '100758.655000', '100758.658000', '100758.661000', '100758.664000', '100758.667000', '100758.669000', '100758.672000', '100758.675000', '100758.678000', '100758.681000', '100758.684000', '100758.687000', '100758.690000', '100758.692000', '100758.709000', '100758.712000', '100818.575000', '100818.578000', '100818.581000', '100818.584000', '100818.587000', '100818.589000', '100818.592000', '100818.595000', '100818.598000', '100818.601000', '100818.604000', '100818.607000', '100818.610000', '100818.613000', '100818.616000', '100818.618000', '100818.621000', '100818.624000', '100818.627000', '100818.630000', '100818.633000', '100818.636000', '100818.639000', '100818.641000', '100818.644000', '100818.647000', '100818.650000', '100818.653000', '100818.656000', '100818.659000', '100818.661000', '100818.664000', '100818.667000', '100818.670000', '100818.673000', '100818.676000', '100818.678000', '100818.681000', '100818.684000', '100818.687000', '100818.690000', '100818.693000', '100818.696000', '100818.698000', '100838.576000', '100838.579000', '100838.582000', '100838.585000', '100838.588000', '100838.591000', '100838.595000', '100838.600000', '100838.603000', '100838.606000', '100838.609000', '100838.612000', '100838.615000', '100838.618000', '100838.620000', '100838.623000', '100838.626000', '100838.629000', '100838.632000', '100838.635000', '100838.638000', '100838.640000', '100838.643000', '100838.646000', '100838.649000', '100838.652000', '100838.655000', '100838.658000', '100838.661000', '100838.664000', '100838.666000', '100838.669000', '100838.672000', '100838.675000', '100838.678000', '100838.681000', '100838.684000', '100838.686000', '100838.689000', '100838.692000', '100838.695000', '100838.698000', '100838.701000', '100858.576000', '100858.579000', '100858.582000', '100858.585000', '100858.588000', '100858.591000', '100858.593000', '100858.596000', '100858.599000', '100858.602000', '100858.605000', '100858.608000', '100858.611000', '100858.614000', '100858.617000', '100858.619000', '100858.622000', '100858.625000', '100858.628000', '100858.631000', '100858.634000', '100858.637000', '100858.640000', '100858.642000', '100858.645000', '100858.648000', '100858.651000', '100858.654000', '100858.657000', '100858.660000', '100858.663000', '100858.666000', '100858.669000', '100858.671000', '100858.674000', '100858.677000', '100858.680000', '100858.683000', '100858.686000', '100858.689000', '100858.692000', '100858.695000', '100858.697000', '100858.700000', '100918.576000', '100918.579000', '100918.582000', '100918.585000', '100918.588000', '100918.591000', '100918.593000', '100918.596000', '100918.599000', '100918.602000', '100918.605000', '100918.608000', '100918.611000', '100918.614000', '100918.619000', '100918.623000', '100918.626000', '100918.629000', '100918.632000', '100918.635000', '100918.638000', '100918.641000', '100918.644000', '100918.646000', '100918.649000', '100918.652000', '100918.655000', '100918.658000', '100918.661000', '100918.664000', '100918.666000', '100918.669000', '100918.672000', '100918.675000', '100918.678000', '100918.681000', '100918.684000', '100918.687000', '100918.690000', '100918.692000', '100918.695000', '100918.698000', '100918.701000', '100938.576000', '100938.579000', '100938.582000', '100938.585000', '100938.588000', '100938.590000', '100938.593000', '100938.596000', '100938.599000', '100938.602000', '100938.605000', '100938.608000', '100938.611000', '100938.613000', '100938.616000', '100938.619000', '100938.622000', '100938.625000', '100938.628000', '100938.630000', '100938.633000', '100938.636000', '100938.639000', '100938.654000', '100938.657000', '100938.660000', '100938.663000', '100938.666000', '100938.669000', '100938.671000', '100938.674000', '100938.677000', '100938.680000', '100938.683000', '100938.686000', '100938.688000', '100938.691000', '100938.694000', '100938.697000', '100938.700000', '100938.703000', '100938.706000', '100938.709000', '100938.712000', '100958.576000', '100958.579000', '100958.582000', '100958.585000', '100958.588000', '100958.591000', '100958.594000', '100958.597000', '100958.599000', '100958.602000', '100958.605000', '100958.608000', '100958.611000', '100958.614000', '100958.617000', '100958.620000', '100958.622000', '100958.625000', '100958.628000', '100958.631000', '100958.634000', '100958.637000', '100958.640000', '100958.643000', '100958.646000', '100958.649000', '100958.652000', '100958.655000', '100958.657000', '100958.660000', '100958.663000', '100958.666000', '100958.669000', '100958.672000', '100958.675000', '100958.677000', '100958.680000', '100958.683000', '100958.686000', '100958.689000', '100958.692000', '100958.695000', '100958.698000', '101018.576000', '101018.579000', '101018.582000', '101018.585000', '101018.587000', '101018.590000', '101018.593000', '101018.596000', '101018.599000', '101018.602000', '101018.605000', '101018.608000', '101018.611000', '101018.613000', '101018.616000', '101018.619000', '101018.622000', '101018.625000', '101018.628000', '101018.631000', '101018.641000', '101018.644000', '101018.647000', '101018.650000', '101018.653000', '101018.656000', '101018.658000', '101018.661000', '101018.664000', '101018.667000', '101018.670000', '101018.673000', '101018.676000', '101018.678000', '101018.681000', '101018.684000', '101018.687000', '101018.690000', '101018.693000', '101018.696000', '101018.699000', '101018.701000', '101018.704000', '101018.707000', '101038.575000', '101038.578000', '101038.581000', '101038.584000', '101038.587000', '101038.590000', '101038.594000', '101038.597000', '101038.600000', '101038.603000', '101038.606000', '101038.609000', '101038.612000', '101038.615000', '101038.618000', '101038.620000', '101038.623000', '101038.626000', '101038.629000', '101038.632000', '101038.635000', '101038.638000', '101038.641000', '101038.644000', '101038.646000', '101038.649000', '101038.652000', '101038.655000', '101038.658000', '101038.661000', '101038.664000', '101038.667000', '101038.670000', '101038.673000', '101038.676000', '101038.679000', '101038.681000', '101038.684000', '101038.687000', '101038.690000', '101038.693000', '101038.696000', '101038.700000', '101058.576000', '101058.579000', '101058.582000', '101058.585000', '101058.588000', '101058.591000', '101058.594000', '101058.597000', '101058.599000', '101058.602000', '101058.605000', '101058.608000', '101058.611000', '101058.614000', '101058.617000', '101058.619000', '101058.622000', '101058.625000', '101058.628000', '101058.631000', '101058.634000', '101058.636000', '101058.639000', '101058.642000', '101058.645000', '101058.648000', '101058.651000', '101058.654000', '101058.657000', '101058.659000', '101058.662000', '101058.665000', '101058.668000', '101058.671000', '101058.686000', '101058.689000', '101058.691000', '101058.694000', '101058.697000', '101058.700000', '101058.703000', '101058.706000', '101058.709000', '101058.711000', '101118.576000', '101118.579000', '101118.582000', '101118.585000', '101118.588000', '101118.591000', '101118.594000', '101118.597000', '101118.599000', '101118.602000', '101118.605000', '101118.608000', '101118.611000', '101118.614000', '101118.617000', '101118.619000', '101118.622000', '101118.625000', '101118.628000', '101118.631000', '101118.634000', '101118.637000', '101118.639000', '101118.642000', '101118.645000', '101118.648000', '101118.651000', '101118.654000', '101118.657000', '101118.660000', '101118.663000', '101118.665000', '101118.670000', '101118.674000', '101118.677000', '101118.680000', '101118.683000', '101118.686000', '101118.689000', '101118.692000', '101118.695000', '101118.697000', '101118.700000', '101138.576000', '101138.579000', '101138.582000', '101138.585000', '101138.588000', '101138.590000', '101138.593000', '101138.596000', '101138.599000', '101138.602000', '101138.605000', '101138.607000', '101138.610000', '101138.613000', '101138.616000', '101138.619000', '101138.622000', '101138.625000', '101138.628000', '101138.631000', '101138.634000', '101138.636000', '101138.639000', '101138.642000', '101138.645000', '101138.648000', '101138.651000', '101138.654000', '101138.657000', '101138.659000', '101138.662000', '101138.665000', '101138.668000', '101138.671000', '101138.674000', '101138.677000', '101138.679000', '101138.682000', '101138.685000', '101138.688000', '101138.691000', '101138.694000', '101138.697000', '101138.699000', '101158.576000', '101158.579000', '101158.582000', '101158.585000', '101158.588000', '101158.591000', '101158.594000', '101158.597000', '101158.599000', '101158.602000', '101158.605000', '101158.608000', '101158.611000', '101158.614000', '101158.617000', '101158.619000', '101158.622000', '101158.625000', '101158.628000', '101158.632000', '101158.635000', '101158.638000', '101158.641000', '101158.644000', '101158.647000', '101158.649000', '101158.652000', '101158.655000', '101158.658000', '101158.661000', '101158.664000', '101158.667000', '101158.670000', '101158.672000', '101158.675000', '101158.678000', '101158.681000', '101158.684000', '101158.687000', '101158.690000', '101158.693000', '101158.695000', '101158.698000', '101218.576000', '101218.579000', '101218.582000', '101218.585000', '101218.588000', '101218.590000', '101218.593000', '101218.596000', '101218.599000', '101218.602000', '101218.605000', '101218.608000', '101218.610000', '101218.613000', '101218.616000', '101218.619000', '101218.622000', '101218.625000', '101218.628000', '101218.631000', '101218.634000', '101218.637000', '101218.640000', '101218.643000', '101218.646000', '101218.649000', '101218.651000', '101218.654000', '101218.657000', '101218.660000', '101218.663000', '101218.666000', '101218.669000', '101218.672000', '101218.674000', '101218.677000', '101218.680000', '101218.683000', '101218.686000', '101218.689000', '101218.692000', '101218.694000', '101218.697000', '101218.700000', '101238.576000', '101238.579000', '101238.582000', '101238.585000', '101238.588000', '101238.590000', '101238.593000', '101238.596000', '101238.599000', '101238.602000', '101238.605000', '101238.608000', '101238.611000', '101238.614000', '101238.616000', '101238.619000', '101238.622000', '101238.625000', '101238.628000', '101238.631000', '101238.634000', '101238.637000', '101238.639000', '101238.642000', '101238.645000', '101238.648000', '101238.651000', '101238.654000', '101238.657000', '101238.660000', '101238.663000', '101238.665000', '101238.668000', '101238.671000', '101238.674000', '101238.677000', '101238.680000', '101238.683000', '101238.685000', '101238.688000', '101238.691000', '101238.694000', '101238.697000', '101258.575000', '101258.578000', '101258.581000', '101258.584000', '101258.587000', '101258.590000', '101258.592000', '101258.595000', '101258.598000', '101258.601000', '101258.604000', '101258.607000', '101258.610000', '101258.612000', '101258.615000', '101258.618000', '101258.621000', '101258.624000', '101258.627000', '101258.630000', '101258.633000', '101258.635000', '101258.638000', '101258.641000', '101258.644000', '101258.647000', '101258.650000', '101258.653000', '101258.656000', '101258.659000', '101258.661000', '101258.664000', '101258.667000', '101258.670000', '101258.673000', '101258.676000', '101258.678000', '101258.681000', '101258.684000', '101258.687000', '101258.690000', '101258.693000', '101258.696000', '101258.699000', '101318.576000', '101318.579000', '101318.582000', '101318.585000', '101318.588000', '101318.591000', '101318.593000', '101318.596000', '101318.599000', '101318.602000', '101318.605000', '101318.608000', '101318.611000', '101318.613000', '101318.616000', '101318.619000', '101318.622000', '101318.625000', '101318.628000', '101318.631000', '101318.634000', '101318.636000', '101318.639000', '101318.642000', '101318.645000', '101318.648000', '101318.651000', '101318.654000', '101318.657000', '101318.660000', '101318.662000', '101318.665000', '101318.668000', '101318.672000', '101318.675000', '101318.678000', '101318.681000', '101318.684000', '101318.687000', '101318.690000', '101318.693000', '101318.696000', '101318.698000', '101338.576000', '101338.579000', '101338.582000', '101338.585000', '101338.588000', '101338.591000', '101338.594000', '101338.596000', '101338.599000', '101338.602000', '101338.605000', '101338.608000', '101338.611000', '101338.614000', '101338.617000', '101338.619000', '101338.622000', '101338.625000', '101338.628000', '101338.631000', '101338.634000', '101338.637000', '101338.639000', '101338.642000', '101338.645000', '101338.648000', '101338.651000', '101338.654000', '101338.657000', '101338.660000', '101338.663000', '101338.666000', '101338.668000', '101338.671000', '101338.674000', '101338.677000', '101338.680000', '101338.683000', '101338.686000', '101338.689000', '101338.691000', '101338.713000', '101338.716000', '101338.719000', '101340.409000', '101340.412000', '101340.416000', '101340.420000'], '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': [10874, 10868, 10710, 10700, 10360, 10518, 10220, 10494, 10098, 10392, 9881, 10259, 10423, 9857, 10675, 8777, 10569, 10716, 10444, 9844, 9938, 9814, 9798, 9426, 9102, 10134, 11408, 9937, 9833, 13211, 10343, 10083, 14956, 10419, 14312, 9383, 10085, 12843, 9689, 17317, 12855, 18050, 13334, 16366, 19522, 15064, 19450, 15239, 17887, 19412, 13839, 19535, 16571, 14802, 13761, 9522, 11761, 10036, 10096, 18309, 9497, 9908, 9342, 9695, 11600, 9388, 10088, 9814, 9821, 10683, 9803, 10169, 9389, 9244, 11169, 9605, 10009, 9535, 10139, 10037, 9355, 11307, 9292, 10265, 13916, 9467, 10767, 9259, 10014, 14529, 8973, 9716, 9487, 10056, 11984, 9827, 10190, 9410, 10762, 9589, 9888, 9533, 10088, 15865, 16556, 18329, 11839, 9784, 18273, 9344, 10194, 18085, 12755, 14449, 9296, 10256, 17246, 9908, 17519, 14681, 11726, 9508, 9813, 11652, 10027, 10286, 14512, 9745, 11426, 12140, 10263, 16145, 11915, 10340, 9301, 9996, 11547, 8820, 9879, 9347, 9630, 11742, 9578, 10126, 13924, 9489, 10065, 15004, 9897, 10048, 17674, 9435, 10641, 14240, 9590, 10346, 8996, 10286, 9557, 9686, 9766, 8904, 9912, 9782, 9761, 10383, 9068, 10201, 12707, 9543, 10284, 15714, 12455, 12096, 16732, 9786, 13439, 17304, 10785, 15024, 9229, 10283, 9022, 10366, 10739, 9343, 10966, 9206, 10155, 9598, 9548, 12084, 9572, 10044, 9408, 10486, 8664, 10393, 10406, 10173, 11593, 10473, 15830, 12169, 17162, 20591, 20361, 20673, 15414, 12768, 9622, 10338, 10916, 10363, 10811, 16358, 11643, 14790, 9824, 10403, 10383, 9958, 10247, 9802, 10249, 10478, 9864, 9987, 9982, 9969, 10922, 9752, 9951, 10970, 9760, 10702, 9874, 10512, 12859, 9708, 14147, 11721, 11707, 19509, 15460, 17141, 15871, 11674, 12050, 10949, 11144, 9657, 11145, 12655, 9299, 9958, 9785, 9695, 10484, 9990, 10765, 12866, 9571, 10192, 9407, 9996, 11255, 10316, 10585, 13727, 10081, 10600, 10423, 10605, 17384, 10055, 10097, 14465, 10375, 17529, 13539, 10413, 18143, 10047, 10442, 12057, 10284, 11420, 9435, 9997, 9464, 9703, 9549, 9723, 10540, 9432, 10140, 9230, 9303, 11325, 9375, 10253, 15543, 11975, 17103, 17026, 19128, 10169, 9824, 9211, 9292, 11697, 9534, 10105, 19595, 17547, 19707, 20466, 16052, 18682, 11434, 12505, 19899, 13938, 12682, 9561, 10362, 11855, 10112, 12016, 9944, 10278, 18369, 9666, 10582, 10109, 10760, 12573, 10596, 11075, 17758, 10812, 13035, 10598, 10102, 15827, 13668, 10521, 13433, 9705, 10273, 9479, 10072, 10288, 9906, 10403, 10405, 10607, 9435, 9493, 10353, 10108, 10607, 10337, 10702, 14085, 10892, 12528, 17699, 17616, 19116, 14846, 12047, 9349, 9911, 9424, 10107, 12349, 10169, 10620, 16120, 12206, 10232, 12148, 9147, 11018, 9323, 9978, 8822, 9552, 11816, 8814, 9928, 9606, 9833, 8916, 9735, 13206, 9423, 12399, 18229, 18488, 20376, 15754, 13527, 9255, 10368, 14284, 9684, 10217, 19058, 15248, 13205, 17417, 11240, 14433, 11206, 10253, 12641, 9477, 9937, 9434, 9971, 9820, 9158, 9926, 9307, 9922, 12536, 10090, 10105, 14388, 14484, 10595, 14786, 9528, 9904, 15587, 10931, 10319, 20010, 14775, 11750, 9188, 9651, 10915, 9461, 9973, 9190, 9611, 10730, 9928, 10208, 9684, 9610, 11470, 9359, 10286, 10465, 9541, 10306, 9794, 10301, 13405, 10555, 14377, 15191, 18426, 15359, 10117, 9952, 9894, 9575, 8849, 9681, 10923, 9239, 10084, 13187, 9470, 9999, 15157, 11085, 10660, 10059, 9985, 16002, 10953, 14892, 17953, 11543, 16893, 11704, 10664, 18931, 10410, 11050, 13490, 9956, 11286, 9509, 10172, 10275, 9606, 10133, 10027, 10326, 10289, 9271, 10011, 9359, 9809, 9893, 8890, 9840, 9611, 9564, 11362, 8977, 10088, 11854, 9622, 9971, 9425, 10474, 14095, 10424, 18118, 12773, 10193, 8909, 9475, 8831, 9912, 10499, 13578, 10730, 14098, 18223, 10457, 15359, 20308, 14791, 14240, 15279, 9966, 17153, 17190, 14318, 17952, 10176, 12523, 10291, 10649, 19104, 13973, 13460, 10000, 10023, 12855, 9421, 10170, 18087, 11085, 10242, 9477, 9917, 10782, 9305, 10174, 10277, 10034, 10241, 9854, 9935, 9497, 10059, 9988, 11028, 9850, 9651, 10290, 9915, 10125, 13464, 10052, 12165, 17777, 15597, 19974, 14746, 11553, 9446, 9818, 10009, 10043, 10085, 9883, 9749, 10951, 9752, 10021, 10105, 9655, 10763, 9557, 9900, 14378, 9529, 10328, 12890, 9771, 13518, 11999, 11257, 12604, 9431, 11618, 12698, 9947, 18942, 11435, 10330, 19880, 14400, 11963, 9578, 10050, 10063, 9753, 10300, 9518, 10235, 9774, 9992, 12331, 9408, 15143, 10349, 9911, 9771, 9972, 12137, 9569, 9805, 15253, 17027, 13639, 21128, 17688, 12685, 11072, 9486, 9962, 9300, 9562, 10605, 9229, 10049, 9924, 8939, 9851, 9272, 9626, 10740, 9364, 10076, 13574, 10017, 15160, 10114, 10005, 16474, 9631, 11046, 10073, 10129, 9698, 9326, 11595, 9946, 9984, 8871, 10049, 10438, 10371, 11432, 14173, 16168, 8780, 9387, 12356, 13165, 9822, 15091, 20057, 15224, 18024, 19172, 11556, 13116, 8989, 10300, 11882, 9122, 9850, 8980, 9578, 11162, 9461, 10461, 12211, 9598, 10227, 9856, 10224, 15789, 12724, 15069, 18719, 12707, 12535, 9912, 9926, 12112, 9733, 9955, 17144, 9858, 10501, 9987, 10314, 11710, 9340, 9682, 9807, 10349, 10676, 9855, 10377, 9477, 10856, 9975, 10307, 9204, 10778, 13965, 14841, 18677, 20773, 20714, 21281, 17222, 12883, 8728, 9525, 8924, 9484, 11323, 9818, 9572, 12071, 11117, 10164, 13398, 9469, 10350, 9877, 9827, 10017, 9670, 11114, 9198, 10725, 9730, 10315, 13597, 13887, 15737, 17012, 11592, 16026, 11125, 10792, 19284, 14858, 13602, 10424, 10545, 13751, 10409, 10484, 10728, 10461, 11625, 10155, 10372, 10502, 10655, 9871, 9889, 10463, 9643, 10721, 10490, 9971, 10329, 9492, 11489, 9667, 11211, 11072, 10913, 14285, 17354, 13705, 9453, 9965, 9703, 10208, 10171, 13754, 10180, 10374, 15290, 11199, 10598, 16150, 10228, 11004, 9287, 10395, 12080, 10237, 10997, 14512, 11579, 19284, 14971, 13083, 17753, 12847, 19597, 13594, 12398, 20104, 15585, 12951, 18118, 10735, 11654, 9443, 10578, 9868, 10355, 9935, 10085, 10387, 9981, 11058, 10012, 10740, 11564, 11877, 11291, 10915, 12119, 11529, 10434, 9665, 9650, 11463, 9330, 10341, 14786, 9940, 10792, 17395, 13734, 10617, 14355, 9616, 10207, 10077, 10365, 12847, 9734, 9985, 9537, 10381, 12228, 10056, 10434, 10635, 9752, 12095, 12925, 10449, 17152, 16066, 14662, 17852, 10415, 10499, 11914, 10144, 11553, 10565, 10925, 10365, 10329, 10470, 9701, 10714, 10207, 10891, 14840, 19187, 14603, 20057, 17147, 11018, 15635, 9679, 10220, 9702, 9987, 9861, 9785, 10512, 9632, 10089, 9621, 9961, 9964, 9427, 10117, 10113, 11998, 10052, 12975, 18462, 17184, 19371, 17597, 11683, 18977, 18039, 12149, 20491, 13469, 11134, 18312, 9863, 10112, 9457, 10102, 9196, 9847, 10205, 9807, 9890, 9947, 9744, 9971, 10219, 9913, 11143, 9713, 10315, 12433, 9665, 9976, 15733, 11183, 10358, 9596, 10082, 16675, 13663, 9859, 9733, 9220, 11382, 9744, 10158, 15047, 9036, 9385, 9124, 10014, 9987, 9703, 10427, 9365, 10021, 12850, 9059, 11005, 13082, 9919, 13965, 9062, 10546, 9341, 10467, 12418, 12717, 21717, 17463, 19268, 16099, 11798, 9266, 10547, 9558, 10017, 14805, 10475, 11675, 18568, 15631, 17186, 21345, 15267, 16232, 9407, 10651, 11644, 10000, 12776, 14917, 16578, 15345, 11050, 15628, 9875, 10861, 15950, 10156, 11047, 9269, 10657, 9313, 10158, 12859, 10276, 10700, 9405, 10188, 11606, 10070, 10092, 12031, 9283, 10038, 12712, 9584, 10861, 8596, 10502, 11109, 10621, 11050, 10464, 10357, 14480, 11973, 17890, 10948, 9566, 8356, 9553, 10841, 8551, 9384, 13130, 12384, 9380, 10444, 13525, 9598, 10266, 9671, 9414, 11138, 8743, 10119, 9948, 10048, 10901, 9807, 14043, 11928, 15158, 19589, 15985, 16020, 19583, 14244, 19950, 16496, 13921, 14728, 9537, 9737, 9521, 9913, 11132, 9463, 9958, 10940, 9077, 10104, 12221, 8970, 9678, 9000, 9162, 10146, 9118, 9903, 11745, 8970, 9923, 9416, 9906, 13161, 9640, 10186, 16281, 12919, 12314, 9702, 9776, 12792, 9195, 10082, 14125, 9229, 10524, 9928, 10385, 11192, 9242, 9975, 9064, 9969, 10148, 9858, 11465, 9595, 9971, 9247, 9934, 12203], 'WindowCenter': [4702.0, 4687.0, 4673.0, 4672.0, 4659.0, 4657.0, 4658.0, 4659.0, 4658.0, 4657.0, 4659.0, 4660.0, 4670.0, 4671.0, 4694.0, 4668.0, 4695.0, 4695.0, 4694.0, 4687.0, 4687.0, 4674.0, 4686.0, 4676.0, 4677.0, 4698.0, 4709.0, 4698.0, 4700.0, 4726.0, 4699.0, 4698.0, 4749.0, 4698.0, 4736.0, 4678.0, 4698.0, 4725.0, 4685.0, 4756.0, 4714.0, 4756.0, 4714.0, 4743.0, 4761.0, 4719.0, 4748.0, 4719.0, 4738.0, 4748.0, 4697.0, 4749.0, 4729.0, 4705.0, 4696.0, 4648.0, 4675.0, 4658.0, 4657.0, 4726.0, 4649.0, 4658.0, 4649.0, 4659.0, 4677.0, 4647.0, 4670.0, 4659.0, 4671.0, 4681.0, 4672.0, 4683.0, 4664.0, 4662.0, 4692.0, 4677.0, 4683.0, 4673.0, 4685.0, 4685.0, 4675.0, 4695.0, 4677.0, 4684.0, 4725.0, 4675.0, 4697.0, 4676.0, 4686.0, 4736.0, 4666.0, 4676.0, 4676.0, 4686.0, 4718.0, 4689.0, 4700.0, 4680.0, 4697.0, 4686.0, 4686.0, 4687.0, 4698.0, 4755.0, 4756.0, 4765.0, 4705.0, 4686.0, 4752.0, 4665.0, 4683.0, 4751.0, 4713.0, 4722.0, 4663.0, 4683.0, 4753.0, 4672.0, 4752.0, 4723.0, 4690.0, 4661.0, 4672.0, 4691.0, 4672.0, 4673.0, 4723.0, 4675.0, 4692.0, 4691.0, 4673.0, 4731.0, 4691.0, 4668.0, 4650.0, 4661.0, 4679.0, 4651.0, 4671.0, 4659.0, 4671.0, 4690.0, 4663.0, 4672.0, 4710.0, 4661.0, 4671.0, 4719.0, 4659.0, 4661.0, 4739.0, 4649.0, 4670.0, 4709.0, 4660.0, 4669.0, 4650.0, 4670.0, 4658.0, 4660.0, 4673.0, 4664.0, 4687.0, 4685.0, 4687.0, 4687.0, 4676.0, 4699.0, 4716.0, 4677.0, 4688.0, 4746.0, 4714.0, 4706.0, 4745.0, 4676.0, 4714.0, 4753.0, 4684.0, 4732.0, 4674.0, 4683.0, 4666.0, 4685.0, 4694.0, 4676.0, 4697.0, 4673.0, 4685.0, 4687.0, 4689.0, 4717.0, 4676.0, 4687.0, 4678.0, 4696.0, 4663.0, 4697.0, 4697.0, 4699.0, 4717.0, 4697.0, 4757.0, 4719.0, 4765.0, 4774.0, 4773.0, 4762.0, 4732.0, 4702.0, 4661.0, 4671.0, 4679.0, 4670.0, 4680.0, 4732.0, 4683.0, 4721.0, 4663.0, 4669.0, 4659.0, 4660.0, 4659.0, 4662.0, 4671.0, 4670.0, 4671.0, 4672.0, 4674.0, 4675.0, 4682.0, 4663.0, 4673.0, 4683.0, 4674.0, 4683.0, 4674.0, 4683.0, 4702.0, 4663.0, 4713.0, 4691.0, 4692.0, 4761.0, 4732.0, 4738.0, 4720.0, 4681.0, 4690.0, 4680.0, 4678.0, 4658.0, 4681.0, 4700.0, 4660.0, 4671.0, 4672.0, 4664.0, 4681.0, 4673.0, 4693.0, 4701.0, 4674.0, 4671.0, 4662.0, 4670.0, 4682.0, 4671.0, 4685.0, 4711.0, 4673.0, 4683.0, 4683.0, 4684.0, 4743.0, 4673.0, 4672.0, 4722.0, 4671.0, 4752.0, 4710.0, 4682.0, 4752.0, 4671.0, 4679.0, 4692.0, 4673.0, 4693.0, 4674.0, 4673.0, 4673.0, 4674.0, 4674.0, 4689.0, 4706.0, 4680.0, 4698.0, 4687.0, 4688.0, 4705.0, 4677.0, 4698.0, 4756.0, 4716.0, 4756.0, 4757.0, 4775.0, 4685.0, 4675.0, 4664.0, 4675.0, 4702.0, 4674.0, 4685.0, 4764.0, 4752.0, 4774.0, 4774.0, 4732.0, 4749.0, 4679.0, 4688.0, 4747.0, 4707.0, 4687.0, 4648.0, 4669.0, 4680.0, 4659.0, 4680.0, 4658.0, 4658.0, 4723.0, 4646.0, 4656.0, 4647.0, 4667.0, 4676.0, 4657.0, 4668.0, 4725.0, 4656.0, 4684.0, 4644.0, 4645.0, 4704.0, 4685.0, 4656.0, 4684.0, 4633.0, 4646.0, 4643.0, 4656.0, 4656.0, 4658.0, 4678.0, 4668.0, 4679.0, 4661.0, 4673.0, 4684.0, 4684.0, 4685.0, 4686.0, 4696.0, 4725.0, 4694.0, 4713.0, 4751.0, 4743.0, 4753.0, 4721.0, 4691.0, 4660.0, 4660.0, 4650.0, 4671.0, 4700.0, 4672.0, 4683.0, 4732.0, 4693.0, 4671.0, 4690.0, 4649.0, 4667.0, 4649.0, 4670.0, 4651.0, 4662.0, 4691.0, 4663.0, 4673.0, 4673.0, 4672.0, 4664.0, 4673.0, 4711.0, 4663.0, 4701.0, 4752.0, 4749.0, 4761.0, 4721.0, 4700.0, 4650.0, 4668.0, 4708.0, 4648.0, 4658.0, 4737.0, 4717.0, 4699.0, 4727.0, 4667.0, 4696.0, 4666.0, 4657.0, 4688.0, 4646.0, 4647.0, 4637.0, 4658.0, 4658.0, 4649.0, 4659.0, 4662.0, 4673.0, 4702.0, 4672.0, 4671.0, 4710.0, 4710.0, 4670.0, 4708.0, 4648.0, 4658.0, 4715.0, 4667.0, 4657.0, 4748.0, 4708.0, 4678.0, 4649.0, 4648.0, 4667.0, 4657.0, 4659.0, 4650.0, 4659.0, 4681.0, 4670.0, 4672.0, 4673.0, 4662.0, 4692.0, 4664.0, 4672.0, 4681.0, 4662.0, 4672.0, 4672.0, 4674.0, 4721.0, 4683.0, 4721.0, 4722.0, 4752.0, 4721.0, 4671.0, 4662.0, 4672.0, 4661.0, 4651.0, 4673.0, 4683.0, 4666.0, 4685.0, 4716.0, 4675.0, 4674.0, 4732.0, 4691.0, 4681.0, 4672.0, 4672.0, 4730.0, 4681.0, 4720.0, 4740.0, 4691.0, 4728.0, 4678.0, 4669.0, 4737.0, 4670.0, 4668.0, 4696.0, 4649.0, 4667.0, 4648.0, 4658.0, 4659.0, 4648.0, 4659.0, 4659.0, 4671.0, 4658.0, 4649.0, 4661.0, 4661.0, 4673.0, 4671.0, 4663.0, 4672.0, 4672.0, 4673.0, 4694.0, 4666.0, 4685.0, 4705.0, 4674.0, 4684.0, 4675.0, 4697.0, 4726.0, 4696.0, 4766.0, 4716.0, 4686.0, 4668.0, 4687.0, 4667.0, 4688.0, 4698.0, 4727.0, 4697.0, 4736.0, 4765.0, 4686.0, 4746.0, 4763.0, 4723.0, 4723.0, 4720.0, 4673.0, 4742.0, 4741.0, 4721.0, 4739.0, 4671.0, 4690.0, 4661.0, 4671.0, 4739.0, 4698.0, 4698.0, 4659.0, 4660.0, 4688.0, 4650.0, 4658.0, 4737.0, 4669.0, 4660.0, 4647.0, 4659.0, 4668.0, 4649.0, 4670.0, 4658.0, 4659.0, 4671.0, 4671.0, 4673.0, 4665.0, 4673.0, 4672.0, 4681.0, 4672.0, 4674.0, 4685.0, 4686.0, 4687.0, 4726.0, 4676.0, 4706.0, 4752.0, 4733.0, 4761.0, 4723.0, 4693.0, 4662.0, 4674.0, 4662.0, 4674.0, 4685.0, 4674.0, 4674.0, 4695.0, 4677.0, 4675.0, 4674.0, 4674.0, 4685.0, 4663.0, 4673.0, 4722.0, 4676.0, 4673.0, 4702.0, 4674.0, 4713.0, 4694.0, 4682.0, 4701.0, 4663.0, 4692.0, 4700.0, 4673.0, 4751.0, 4692.0, 4673.0, 4760.0, 4721.0, 4692.0, 4661.0, 4661.0, 4672.0, 4673.0, 4685.0, 4674.0, 4685.0, 4675.0, 4685.0, 4703.0, 4663.0, 4724.0, 4674.0, 4663.0, 4672.0, 4675.0, 4703.0, 4663.0, 4674.0, 4734.0, 4743.0, 4712.0, 4773.0, 4741.0, 4703.0, 4682.0, 4661.0, 4658.0, 4648.0, 4661.0, 4672.0, 4662.0, 4675.0, 4672.0, 4655.0, 4673.0, 4664.0, 4663.0, 4681.0, 4662.0, 4672.0, 4709.0, 4672.0, 4721.0, 4673.0, 4672.0, 4731.0, 4662.0, 4681.0, 4672.0, 4673.0, 4663.0, 4664.0, 4694.0, 4672.0, 4684.0, 4665.0, 4682.0, 4693.0, 4683.0, 4692.0, 4723.0, 4743.0, 4654.0, 4665.0, 4701.0, 4701.0, 4671.0, 4720.0, 4759.0, 4721.0, 4740.0, 4748.0, 4680.0, 4688.0, 4649.0, 4671.0, 4687.0, 4651.0, 4660.0, 4651.0, 4661.0, 4679.0, 4660.0, 4673.0, 4689.0, 4661.0, 4670.0, 4661.0, 4669.0, 4720.0, 4691.0, 4720.0, 4736.0, 4687.0, 4686.0, 4647.0, 4658.0, 4676.0, 4646.0, 4659.0, 4725.0, 4659.0, 4668.0, 4647.0, 4658.0, 4676.0, 4648.0, 4661.0, 4660.0, 4671.0, 4667.0, 4663.0, 4673.0, 4674.0, 4683.0, 4676.0, 4683.0, 4667.0, 4693.0, 4722.0, 4735.0, 4765.0, 4772.0, 4762.0, 4762.0, 4742.0, 4691.0, 4641.0, 4659.0, 4651.0, 4662.0, 4683.0, 4671.0, 4664.0, 4691.0, 4684.0, 4673.0, 4700.0, 4653.0, 4657.0, 4647.0, 4660.0, 4659.0, 4663.0, 4682.0, 4654.0, 4683.0, 4662.0, 4662.0, 4699.0, 4699.0, 4708.0, 4718.0, 4668.0, 4706.0, 4658.0, 4657.0, 4734.0, 4707.0, 4688.0, 4657.0, 4656.0, 4686.0, 4656.0, 4658.0, 4658.0, 4658.0, 4667.0, 4659.0, 4657.0, 4659.0, 4672.0, 4659.0, 4662.0, 4672.0, 4663.0, 4684.0, 4673.0, 4674.0, 4673.0, 4663.0, 4704.0, 4674.0, 4704.0, 4706.0, 4696.0, 4735.0, 4756.0, 4726.0, 4677.0, 4677.0, 4667.0, 4686.0, 4688.0, 4724.0, 4685.0, 4687.0, 4732.0, 4694.0, 4687.0, 4743.0, 4673.0, 4683.0, 4663.0, 4674.0, 4691.0, 4673.0, 4683.0, 4725.0, 4697.0, 4751.0, 4722.0, 4701.0, 4740.0, 4692.0, 4749.0, 4697.0, 4679.0, 4737.0, 4708.0, 4688.0, 4726.0, 4659.0, 4668.0, 4647.0, 4668.0, 4660.0, 4658.0, 4659.0, 4671.0, 4669.0, 4672.0, 4682.0, 4673.0, 4682.0, 4704.0, 4704.0, 4695.0, 4684.0, 4703.0, 4694.0, 4673.0, 4662.0, 4664.0, 4692.0, 4664.0, 4687.0, 4735.0, 4673.0, 4686.0, 4744.0, 4715.0, 4684.0, 4711.0, 4662.0, 4670.0, 4662.0, 4674.0, 4703.0, 4665.0, 4675.0, 4664.0, 4674.0, 4692.0, 4672.0, 4684.0, 4673.0, 4666.0, 4694.0, 4703.0, 4675.0, 4730.0, 4720.0, 4710.0, 4739.0, 4672.0, 4671.0, 4679.0, 4661.0, 4679.0, 4672.0, 4672.0, 4672.0, 4672.0, 4670.0, 4665.0, 4685.0, 4672.0, 4683.0, 4726.0, 4752.0, 4724.0, 4761.0, 4740.0, 4684.0, 4730.0, 4659.0, 4672.0, 4663.0, 4674.0, 4673.0, 4676.0, 4685.0, 4676.0, 4684.0, 4665.0, 4675.0, 4675.0, 4666.0, 4686.0, 4686.0, 4706.0, 4687.0, 4715.0, 4755.0, 4745.0, 4753.0, 4742.0, 4682.0, 4740.0, 4727.0, 4681.0, 4748.0, 4699.0, 4670.0, 4729.0, 4652.0, 4658.0, 4650.0, 4661.0, 4649.0, 4662.0, 4671.0, 4662.0, 4672.0, 4664.0, 4664.0, 4674.0, 4673.0, 4674.0, 4684.0, 4666.0, 4676.0, 4703.0, 4664.0, 4676.0, 4734.0, 4693.0, 4673.0, 4662.0, 4674.0, 4742.0, 4714.0, 4673.0, 4664.0, 4662.0, 4692.0, 4663.0, 4672.0, 4720.0, 4655.0, 4663.0, 4664.0, 4675.0, 4673.0, 4678.0, 4685.0, 4676.0, 4688.0, 4717.0, 4666.0, 4696.0, 4716.0, 4687.0, 4724.0, 4665.0, 4684.0, 4675.0, 4695.0, 4728.0, 4727.0, 4797.0, 4753.0, 4765.0, 4744.0, 4692.0, 4664.0, 4682.0, 4674.0, 4686.0, 4734.0, 4684.0, 4695.0, 4751.0, 4733.0, 4740.0, 4760.0, 4709.0, 4717.0, 4637.0, 4659.0, 4667.0, 4647.0, 4685.0, 4707.0, 4719.0, 4707.0, 4656.0, 4703.0, 4635.0, 4654.0, 4703.0, 4645.0, 4654.0, 4633.0, 4657.0, 4635.0, 4658.0, 4675.0, 4645.0, 4656.0, 4634.0, 4646.0, 4664.0, 4635.0, 4646.0, 4674.0, 4636.0, 4646.0, 4685.0, 4647.0, 4667.0, 4627.0, 4669.0, 4667.0, 4666.0, 4681.0, 4669.0, 4657.0, 4696.0, 4678.0, 4727.0, 4668.0, 4649.0, 4630.0, 4663.0, 4669.0, 4653.0, 4663.0, 4713.0, 4692.0, 4660.0, 4670.0, 4701.0, 4661.0, 4669.0, 4659.0, 4651.0, 4679.0, 4653.0, 4672.0, 4661.0, 4674.0, 4684.0, 4674.0, 4714.0, 4681.0, 4721.0, 4742.0, 4720.0, 4718.0, 4738.0, 4699.0, 4737.0, 4718.0, 4698.0, 4695.0, 4638.0, 4647.0, 4637.0, 4649.0, 4669.0, 4650.0, 4659.0, 4668.0, 4641.0, 4673.0, 4691.0, 4652.0, 4660.0, 4651.0, 4663.0, 4673.0, 4652.0, 4674.0, 4694.0, 4667.0, 4674.0, 4665.0, 4675.0, 4715.0, 4664.0, 4678.0, 4745.0, 4704.0, 4706.0, 4664.0, 4674.0, 4703.0, 4664.0, 4675.0, 4724.0, 4666.0, 4685.0, 4675.0, 4685.0, 4696.0, 4677.0, 4676.0, 4667.0, 4686.0, 4686.0, 4675.0, 4693.0, 4677.0, 4687.0, 4679.0, 4689.0, 4707.0], 'WindowWidth': [10310.0, 10278.0, 10251.0, 10246.0, 10224.0, 10216.0, 10218.0, 10219.0, 10218.0, 10214.0, 10219.0, 10223.0, 10236.0, 10240.0, 10278.0, 10251.0, 10285.0, 10284.0, 10280.0, 10278.0, 10274.0, 10252.0, 10269.0, 10258.0, 10261.0, 10292.0, 10307.0, 10291.0, 10297.0, 10330.0, 10293.0, 10292.0, 10362.0, 10290.0, 10341.0, 10263.0, 10291.0, 10323.0, 10268.0, 10365.0, 10306.0, 10365.0, 10303.0, 10345.0, 10368.0, 10306.0, 10347.0, 10301.0, 10328.0, 10339.0, 10268.0, 10345.0, 10315.0, 10279.0, 10268.0, 10203.0, 10240.0, 10218.0, 10216.0, 10309.0, 10207.0, 10221.0, 10207.0, 10221.0, 10245.0, 10206.0, 10240.0, 10224.0, 10243.0, 10258.0, 10247.0, 10262.0, 10237.0, 10234.0, 10275.0, 10260.0, 10267.0, 10253.0, 10270.0, 10270.0, 10257.0, 10285.0, 10260.0, 10268.0, 10325.0, 10255.0, 10286.0, 10259.0, 10273.0, 10339.0, 10244.0, 10257.0, 10255.0, 10271.0, 10317.0, 10280.0, 10297.0, 10269.0, 10288.0, 10273.0, 10274.0, 10274.0, 10292.0, 10371.0, 10368.0, 10380.0, 10295.0, 10271.0, 10357.0, 10239.0, 10263.0, 10353.0, 10302.0, 10314.0, 10237.0, 10263.0, 10360.0, 10247.0, 10355.0, 10314.0, 10268.0, 10230.0, 10246.0, 10270.0, 10244.0, 10249.0, 10317.0, 10252.0, 10274.0, 10269.0, 10248.0, 10325.0, 10268.0, 10235.0, 10211.0, 10227.0, 10250.0, 10217.0, 10243.0, 10225.0, 10244.0, 10269.0, 10234.0, 10245.0, 10293.0, 10228.0, 10242.0, 10305.0, 10222.0, 10228.0, 10331.0, 10211.0, 10240.0, 10290.0, 10229.0, 10238.0, 10212.0, 10239.0, 10222.0, 10227.0, 10247.0, 10239.0, 10275.0, 10269.0, 10275.0, 10276.0, 10259.0, 10291.0, 10312.0, 10260.0, 10277.0, 10353.0, 10306.0, 10297.0, 10346.0, 10255.0, 10306.0, 10356.0, 10265.0, 10326.0, 10252.0, 10264.0, 10246.0, 10270.0, 10280.0, 10259.0, 10284.0, 10251.0, 10269.0, 10275.0, 10280.0, 10316.0, 10259.0, 10272.0, 10262.0, 10283.0, 10237.0, 10288.0, 10287.0, 10292.0, 10318.0, 10291.0, 10374.0, 10321.0, 10381.0, 10399.0, 10387.0, 10370.0, 10326.0, 10283.0, 10231.0, 10242.0, 10250.0, 10238.0, 10254.0, 10325.0, 10258.0, 10307.0, 10231.0, 10236.0, 10223.0, 10223.0, 10222.0, 10228.0, 10243.0, 10241.0, 10242.0, 10246.0, 10250.0, 10253.0, 10259.0, 10234.0, 10248.0, 10261.0, 10249.0, 10260.0, 10248.0, 10261.0, 10284.0, 10232.0, 10300.0, 10268.0, 10270.0, 10370.0, 10325.0, 10329.0, 10305.0, 10254.0, 10266.0, 10252.0, 10246.0, 10222.0, 10254.0, 10278.0, 10226.0, 10242.0, 10244.0, 10235.0, 10256.0, 10249.0, 10276.0, 10283.0, 10250.0, 10243.0, 10229.0, 10239.0, 10257.0, 10242.0, 10264.0, 10298.0, 10249.0, 10263.0, 10263.0, 10265.0, 10343.0, 10246.0, 10245.0, 10312.0, 10243.0, 10355.0, 10294.0, 10259.0, 10353.0, 10243.0, 10253.0, 10272.0, 10248.0, 10276.0, 10254.0, 10250.0, 10250.0, 10254.0, 10255.0, 10281.0, 10302.0, 10270.0, 10293.0, 10276.0, 10277.0, 10297.0, 10261.0, 10294.0, 10372.0, 10314.0, 10369.0, 10372.0, 10395.0, 10269.0, 10256.0, 10240.0, 10257.0, 10290.0, 10252.0, 10269.0, 10381.0, 10356.0, 10391.0, 10394.0, 10329.0, 10348.0, 10248.0, 10262.0, 10341.0, 10284.0, 10256.0, 10207.0, 10237.0, 10251.0, 10223.0, 10251.0, 10219.0, 10219.0, 10303.0, 10199.0, 10211.0, 10201.0, 10229.0, 10240.0, 10216.0, 10234.0, 10307.0, 10213.0, 10248.0, 10193.0, 10195.0, 10275.0, 10250.0, 10212.0, 10245.0, 10178.0, 10198.0, 10192.0, 10214.0, 10213.0, 10219.0, 10248.0, 10232.0, 10250.0, 10229.0, 10250.0, 10267.0, 10269.0, 10269.0, 10270.0, 10283.0, 10323.0, 10280.0, 10305.0, 10356.0, 10343.0, 10359.0, 10310.0, 10269.0, 10228.0, 10227.0, 10212.0, 10243.0, 10283.0, 10246.0, 10262.0, 10329.0, 10274.0, 10244.0, 10266.0, 10209.0, 10230.0, 10209.0, 10239.0, 10217.0, 10233.0, 10270.0, 10235.0, 10251.0, 10251.0, 10250.0, 10237.0, 10248.0, 10298.0, 10237.0, 10285.0, 10355.0, 10348.0, 10369.0, 10309.0, 10280.0, 10214.0, 10234.0, 10286.0, 10204.0, 10220.0, 10326.0, 10296.0, 10274.0, 10311.0, 10229.0, 10266.0, 10225.0, 10214.0, 10256.0, 10200.0, 10202.0, 10188.0, 10220.0, 10219.0, 10209.0, 10224.0, 10231.0, 10248.0, 10287.0, 10244.0, 10242.0, 10295.0, 10291.0, 10239.0, 10286.0, 10206.0, 10218.0, 10291.0, 10230.0, 10216.0, 10341.0, 10286.0, 10246.0, 10206.0, 10206.0, 10231.0, 10219.0, 10221.0, 10212.0, 10226.0, 10254.0, 10242.0, 10247.0, 10249.0, 10232.0, 10272.0, 10235.0, 10245.0, 10256.0, 10232.0, 10246.0, 10245.0, 10249.0, 10315.0, 10261.0, 10310.0, 10313.0, 10355.0, 10310.0, 10244.0, 10231.0, 10244.0, 10230.0, 10217.0, 10250.0, 10264.0, 10243.0, 10268.0, 10310.0, 10253.0, 10252.0, 10328.0, 10272.0, 10257.0, 10244.0, 10246.0, 10323.0, 10256.0, 10309.0, 10335.0, 10269.0, 10316.0, 10248.0, 10235.0, 10326.0, 10236.0, 10232.0, 10268.0, 10206.0, 10230.0, 10205.0, 10219.0, 10221.0, 10207.0, 10221.0, 10221.0, 10239.0, 10219.0, 10210.0, 10228.0, 10230.0, 10247.0, 10242.0, 10234.0, 10246.0, 10247.0, 10248.0, 10280.0, 10242.0, 10267.0, 10295.0, 10251.0, 10266.0, 10256.0, 10288.0, 10327.0, 10288.0, 10382.0, 10312.0, 10271.0, 10250.0, 10275.0, 10248.0, 10276.0, 10292.0, 10330.0, 10286.0, 10340.0, 10376.0, 10272.0, 10352.0, 10372.0, 10313.0, 10312.0, 10307.0, 10246.0, 10339.0, 10337.0, 10310.0, 10333.0, 10241.0, 10265.0, 10226.0, 10238.0, 10330.0, 10273.0, 10273.0, 10222.0, 10227.0, 10262.0, 10210.0, 10219.0, 10325.0, 10234.0, 10223.0, 10204.0, 10222.0, 10232.0, 10210.0, 10239.0, 10220.0, 10225.0, 10243.0, 10245.0, 10249.0, 10239.0, 10251.0, 10246.0, 10253.0, 10245.0, 10251.0, 10267.0, 10270.0, 10275.0, 10326.0, 10258.0, 10298.0, 10357.0, 10330.0, 10369.0, 10315.0, 10273.0, 10233.0, 10248.0, 10230.0, 10251.0, 10268.0, 10252.0, 10252.0, 10284.0, 10260.0, 10255.0, 10253.0, 10251.0, 10266.0, 10235.0, 10250.0, 10315.0, 10256.0, 10252.0, 10286.0, 10251.0, 10302.0, 10278.0, 10261.0, 10284.0, 10233.0, 10271.0, 10281.0, 10248.0, 10352.0, 10271.0, 10246.0, 10364.0, 10307.0, 10270.0, 10228.0, 10228.0, 10244.0, 10249.0, 10269.0, 10250.0, 10266.0, 10254.0, 10269.0, 10291.0, 10236.0, 10317.0, 10250.0, 10233.0, 10246.0, 10255.0, 10289.0, 10235.0, 10251.0, 10336.0, 10342.0, 10299.0, 10390.0, 10338.0, 10287.0, 10257.0, 10226.0, 10221.0, 10207.0, 10228.0, 10246.0, 10232.0, 10251.0, 10247.0, 10225.0, 10250.0, 10236.0, 10234.0, 10255.0, 10232.0, 10245.0, 10292.0, 10245.0, 10312.0, 10248.0, 10245.0, 10323.0, 10231.0, 10256.0, 10244.0, 10248.0, 10233.0, 10237.0, 10276.0, 10245.0, 10266.0, 10242.0, 10263.0, 10278.0, 10264.0, 10276.0, 10318.0, 10344.0, 10224.0, 10241.0, 10284.0, 10282.0, 10242.0, 10309.0, 10360.0, 10307.0, 10335.0, 10342.0, 10251.0, 10261.0, 10210.0, 10239.0, 10258.0, 10214.0, 10226.0, 10214.0, 10230.0, 10252.0, 10226.0, 10247.0, 10265.0, 10228.0, 10240.0, 10228.0, 10237.0, 10307.0, 10266.0, 10306.0, 10324.0, 10257.0, 10256.0, 10203.0, 10216.0, 10239.0, 10200.0, 10221.0, 10308.0, 10221.0, 10232.0, 10201.0, 10219.0, 10241.0, 10207.0, 10224.0, 10224.0, 10240.0, 10229.0, 10231.0, 10247.0, 10252.0, 10263.0, 10256.0, 10264.0, 10243.0, 10274.0, 10317.0, 10336.0, 10381.0, 10386.0, 10367.0, 10370.0, 10335.0, 10265.0, 10200.0, 10223.0, 10212.0, 10229.0, 10261.0, 10242.0, 10234.0, 10268.0, 10261.0, 10246.0, 10277.0, 10214.0, 10216.0, 10201.0, 10223.0, 10223.0, 10234.0, 10257.0, 10220.0, 10259.0, 10230.0, 10229.0, 10276.0, 10273.0, 10283.0, 10296.0, 10227.0, 10277.0, 10213.0, 10214.0, 10318.0, 10280.0, 10256.0, 10212.0, 10211.0, 10251.0, 10209.0, 10215.0, 10215.0, 10216.0, 10227.0, 10219.0, 10214.0, 10219.0, 10240.0, 10220.0, 10228.0, 10242.0, 10231.0, 10262.0, 10246.0, 10250.0, 10247.0, 10233.0, 10293.0, 10253.0, 10296.0, 10303.0, 10287.0, 10339.0, 10365.0, 10324.0, 10261.0, 10258.0, 10244.0, 10269.0, 10275.0, 10319.0, 10266.0, 10272.0, 10330.0, 10280.0, 10272.0, 10344.0, 10248.0, 10261.0, 10233.0, 10247.0, 10269.0, 10246.0, 10262.0, 10319.0, 10284.0, 10355.0, 10311.0, 10283.0, 10331.0, 10267.0, 10345.0, 10268.0, 10246.0, 10326.0, 10283.0, 10260.0, 10307.0, 10219.0, 10228.0, 10199.0, 10232.0, 10221.0, 10220.0, 10220.0, 10240.0, 10236.0, 10244.0, 10257.0, 10246.0, 10260.0, 10293.0, 10294.0, 10280.0, 10262.0, 10289.0, 10278.0, 10246.0, 10230.0, 10235.0, 10272.0, 10238.0, 10272.0, 10337.0, 10250.0, 10269.0, 10348.0, 10306.0, 10264.0, 10295.0, 10230.0, 10239.0, 10230.0, 10248.0, 10286.0, 10238.0, 10252.0, 10236.0, 10252.0, 10273.0, 10246.0, 10264.0, 10248.0, 10240.0, 10277.0, 10284.0, 10249.0, 10322.0, 10306.0, 10292.0, 10332.0, 10241.0, 10240.0, 10248.0, 10227.0, 10248.0, 10242.0, 10243.0, 10244.0, 10245.0, 10242.0, 10238.0, 10264.0, 10244.0, 10262.0, 10326.0, 10355.0, 10316.0, 10368.0, 10333.0, 10264.0, 10321.0, 10224.0, 10246.0, 10232.0, 10249.0, 10248.0, 10257.0, 10268.0, 10255.0, 10265.0, 10239.0, 10253.0, 10253.0, 10241.0, 10270.0, 10272.0, 10299.0, 10272.0, 10311.0, 10367.0, 10347.0, 10357.0, 10336.0, 10256.0, 10334.0, 10310.0, 10249.0, 10341.0, 10272.0, 10236.0, 10316.0, 10211.0, 10217.0, 10208.0, 10224.0, 10209.0, 10227.0, 10240.0, 10230.0, 10244.0, 10235.0, 10238.0, 10251.0, 10247.0, 10249.0, 10265.0, 10239.0, 10255.0, 10289.0, 10236.0, 10256.0, 10332.0, 10275.0, 10249.0, 10233.0, 10251.0, 10342.0, 10302.0, 10248.0, 10236.0, 10233.0, 10272.0, 10233.0, 10244.0, 10309.0, 10227.0, 10235.0, 10237.0, 10253.0, 10249.0, 10259.0, 10269.0, 10259.0, 10277.0, 10316.0, 10246.0, 10286.0, 10311.0, 10275.0, 10319.0, 10241.0, 10264.0, 10255.0, 10286.0, 10335.0, 10332.0, 10429.0, 10360.0, 10378.0, 10346.0, 10273.0, 10237.0, 10259.0, 10251.0, 10272.0, 10335.0, 10267.0, 10281.0, 10355.0, 10328.0, 10335.0, 10360.0, 10288.0, 10295.0, 10188.0, 10219.0, 10228.0, 10202.0, 10252.0, 10284.0, 10301.0, 10281.0, 10212.0, 10273.0, 10180.0, 10206.0, 10270.0, 10193.0, 10205.0, 10178.0, 10212.0, 10183.0, 10217.0, 10237.0, 10197.0, 10210.0, 10180.0, 10196.0, 10219.0, 10178.0, 10197.0, 10234.0, 10183.0, 10199.0, 10250.0, 10202.0, 10229.0, 10175.0, 10232.0, 10229.0, 10226.0, 10254.0, 10238.0, 10216.0, 10269.0, 10243.0, 10311.0, 10231.0, 10205.0, 10184.0, 10232.0, 10236.0, 10219.0, 10234.0, 10302.0, 10269.0, 10225.0, 10240.0, 10281.0, 10226.0, 10235.0, 10221.0, 10213.0, 10248.0, 10219.0, 10243.0, 10227.0, 10249.0, 10263.0, 10249.0, 10304.0, 10254.0, 10308.0, 10341.0, 10303.0, 10301.0, 10328.0, 10272.0, 10323.0, 10295.0, 10269.0, 10263.0, 10188.0, 10201.0, 10186.0, 10206.0, 10234.0, 10208.0, 10222.0, 10232.0, 10199.0, 10244.0, 10267.0, 10216.0, 10225.0, 10215.0, 10233.0, 10246.0, 10219.0, 10251.0, 10278.0, 10246.0, 10252.0, 10240.0, 10255.0, 10306.0, 10237.0, 10259.0, 10348.0, 10290.0, 10296.0, 10235.0, 10249.0, 10287.0, 10236.0, 10252.0, 10317.0, 10242.0, 10265.0, 10254.0, 10269.0, 10284.0, 10259.0, 10257.0, 10245.0, 10270.0, 10270.0, 10254.0, 10277.0, 10259.0, 10274.0, 10264.0, 10277.0, 10300.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.0003394636678200692</td></tr>
<tr><td colspan=3>aqi</td><td>0.013850557560553632</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.20439885136793</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.215053473619048</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9990355258095236</td></tr>
<tr><td colspan=3>efc</td><td>0.4931</td></tr>
<tr><td colspan=3>fber</td><td>5249.1587</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07133842326732732</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6920415224913494</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.41572636908819</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3018293996655648</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6711201181337154</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2742295894652895</td></tr>
<tr><td colspan=3>gcor</td><td>0.0137463</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015265478752553463</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032990433275699615</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6740471800123675</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>17.0354</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.4127</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.2407</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298011.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1195.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>466.9537</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7457</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>716.1609</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3859.3841</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78533.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1099.87</td></tr>
<tr><td colspan=3>tsnr</td><td>41.254319549072534</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>