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

616 lines
No EOL
129 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-02/func/sub-0002_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>c1210435e9dddeb16b5de17f84d55dcc</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:19:41.025000</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.99987, 0.0124882, 0.0101578, -0.0134381, 0.99494, 0.0995647]</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.0942583</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>[4114, -7807, -7210, 458, -117, -201, 38, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.587</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f484f5c8-a1f3-4e7d-8ed1-cd455ed051da||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.682579278945923, -0.03605342656373978, 0.02393023855984211, 112.63350677490234], [-0.03350486978888512, 2.6693522930145264, 0.26915839314460754, -95.83737182617188], [0.027252711355686188, -0.2671247720718384, 2.68644380569458, -12.366846084594727], [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': ['101941.025000', '101941.485000', '101941.945000', '101942.405000', '101942.865000', '101943.325000', '101943.785000', '101944.245000', '101944.705000', '101945.165000', '101945.625000', '101946.085000', '101946.545000', '101947.005000', '101947.465000', '101947.925000', '101948.385000', '101948.845000', '101949.305000', '101949.765000', '101950.225000', '101950.685000', '101951.145000', '101951.605000', '101952.065000', '101952.525000', '101952.985000', '101953.445000', '101953.905000', '101954.365000', '101954.825000', '101955.285000', '101955.745000', '101956.205000', '101956.665000', '101957.125000', '101957.585000', '101958.045000', '101958.505000', '101958.965000', '101959.425000', '101959.885000', '102000.345000', '102000.805000', '102001.265000', '102001.725000', '102002.185000', '102002.645000', '102003.105000', '102003.565000', '102004.025000', '102004.485000', '102004.945000', '102005.405000', '102005.865000', '102006.325000', '102006.785000', '102007.245000', '102007.705000', '102008.165000', '102008.625000', '102009.085000', '102009.545000', '102010.005000', '102010.465000', '102010.925000', '102011.385000', '102011.845000', '102012.305000', '102012.765000', '102013.225000', '102013.685000', '102014.145000', '102014.605000', '102015.065000', '102015.525000', '102015.985000', '102016.445000', '102016.905000', '102017.365000', '102017.825000', '102018.285000', '102018.745000', '102019.205000', '102019.665000', '102020.125000', '102020.585000', '102021.045000', '102021.505000', '102021.965000', '102022.425000', '102022.885000', '102023.345000', '102023.805000', '102024.265000', '102024.725000', '102025.185000', '102025.645000', '102026.105000', '102026.565000', '102027.025000', '102027.485000', '102027.945000', '102028.405000', '102028.865000', '102029.325000', '102029.785000', '102030.245000', '102030.705000', '102031.165000', '102031.625000', '102032.085000', '102032.545000', '102033.005000', '102033.465000', '102033.925000', '102034.385000', '102034.845000', '102035.305000', '102035.765000', '102036.225000', '102036.685000', '102037.145000', '102037.605000', '102038.065000', '102038.525000', '102038.985000', '102039.445000', '102039.905000', '102040.365000', '102040.825000', '102041.285000', '102041.745000', '102042.205000', '102042.665000', '102043.125000', '102043.585000', '102044.045000', '102044.505000', '102044.965000', '102045.425000', '102045.885000', '102046.345000', '102046.805000', '102047.265000', '102047.725000', '102048.185000', '102048.645000', '102049.105000', '102049.565000', '102050.025000', '102050.485000', '102050.945000', '102051.405000', '102051.865000', '102052.325000', '102052.785000', '102053.245000', '102053.705000', '102054.165000', '102054.625000', '102055.085000', '102055.545000', '102056.005000', '102056.465000', '102056.925000', '102057.385000', '102057.845000', '102058.305000', '102058.765000', '102059.225000', '102059.685000', '102100.145000', '102100.605000', '102101.065000', '102101.525000', '102101.985000', '102102.445000', '102102.905000', '102103.365000', '102103.825000', '102104.285000', '102104.745000', '102105.205000', '102105.665000', '102106.125000', '102106.585000', '102107.045000', '102107.505000', '102107.965000', '102108.425000', '102108.885000', '102109.345000', '102109.805000', '102110.265000', '102110.725000', '102111.185000', '102111.645000', '102112.105000', '102112.565000', '102113.025000', '102113.485000', '102113.945000', '102114.405000', '102114.865000', '102115.325000', '102115.785000', '102116.245000', '102116.705000', '102117.165000', '102117.625000', '102118.085000', '102118.545000', '102119.005000', '102119.465000', '102119.925000', '102120.385000', '102120.845000', '102121.305000', '102121.765000', '102122.225000', '102122.685000', '102123.145000', '102123.605000', '102124.065000', '102124.525000', '102124.985000', '102125.445000', '102125.905000', '102126.365000', '102126.825000', '102127.285000', '102127.745000', '102128.205000', '102128.665000', '102129.125000', '102129.585000', '102130.045000', '102130.505000', '102130.965000', '102131.425000', '102131.885000', '102132.345000', '102132.805000', '102133.265000', '102133.725000', '102134.185000', '102134.645000', '102135.105000', '102135.565000', '102136.025000', '102136.485000', '102136.945000', '102137.405000', '102137.865000', '102138.325000', '102138.785000', '102139.245000', '102139.705000', '102140.165000', '102140.625000', '102141.085000', '102141.545000', '102142.005000', '102142.465000', '102142.925000', '102143.385000', '102143.845000', '102144.305000', '102144.765000', '102145.225000', '102145.685000', '102146.145000', '102146.605000', '102147.065000', '102147.525000', '102147.985000', '102148.445000', '102148.905000', '102149.365000', '102149.825000', '102150.285000', '102150.745000', '102151.205000', '102151.665000', '102152.125000', '102152.585000', '102153.045000', '102153.505000', '102153.965000', '102154.425000', '102154.885000', '102155.345000', '102155.805000', '102156.265000', '102156.725000', '102157.185000', '102157.645000', '102158.105000', '102158.565000', '102159.025000', '102159.485000', '102159.945000', '102200.405000', '102200.865000', '102201.325000', '102201.785000', '102202.245000', '102202.705000', '102203.165000', '102203.625000', '102204.085000', '102204.545000', '102205.005000', '102205.465000', '102205.925000', '102206.385000', '102206.845000', '102207.305000', '102207.765000', '102208.225000', '102208.685000', '102209.145000', '102209.605000', '102210.065000', '102210.525000', '102210.985000', '102211.445000', '102211.905000', '102212.365000', '102212.825000', '102213.285000', '102213.745000', '102214.205000', '102214.665000', '102215.125000', '102215.585000', '102216.045000', '102216.505000', '102216.965000', '102217.425000', '102217.885000', '102218.345000', '102218.805000', '102219.265000', '102219.725000', '102220.185000', '102220.645000', '102221.105000', '102221.565000', '102222.025000', '102222.485000', '102222.945000', '102223.405000', '102223.865000', '102224.325000', '102224.785000', '102225.245000', '102225.705000', '102226.165000', '102226.625000', '102227.085000', '102227.545000', '102228.005000', '102228.465000', '102228.925000', '102229.385000', '102229.845000', '102230.305000', '102230.765000', '102231.225000', '102231.685000', '102232.145000', '102232.605000', '102233.065000', '102233.525000', '102233.985000', '102234.445000', '102234.905000', '102235.365000', '102235.825000', '102236.285000', '102236.745000', '102237.205000', '102237.665000', '102238.125000', '102238.585000', '102239.045000', '102239.505000', '102239.965000', '102240.425000', '102240.885000', '102241.345000', '102241.805000', '102242.265000', '102242.725000', '102243.185000', '102243.645000', '102244.105000', '102244.565000', '102245.025000', '102245.485000', '102245.945000', '102246.405000', '102246.865000', '102247.325000', '102247.785000', '102248.245000', '102248.705000', '102249.165000', '102249.625000', '102250.085000', '102250.545000', '102251.005000', '102251.465000', '102251.925000', '102252.385000', '102252.845000', '102253.305000', '102253.765000', '102254.225000', '102254.685000', '102255.145000', '102255.605000', '102256.065000', '102256.525000', '102256.985000', '102257.445000', '102257.905000', '102258.365000', '102258.825000', '102259.285000', '102259.745000', '102300.205000', '102300.665000', '102301.125000', '102301.585000', '102302.045000', '102302.505000', '102302.965000', '102303.425000', '102303.885000', '102304.345000', '102304.805000', '102305.265000', '102305.725000', '102306.185000', '102306.645000', '102307.105000', '102307.565000', '102308.025000', '102308.485000', '102308.945000', '102309.405000', '102309.865000', '102310.325000', '102310.785000', '102311.245000', '102311.705000', '102312.165000', '102312.625000', '102313.085000', '102313.545000', '102314.005000', '102314.465000', '102314.925000', '102315.385000', '102315.845000', '102316.305000', '102316.765000', '102317.225000', '102317.685000', '102318.145000', '102318.605000', '102319.065000', '102319.525000', '102319.985000', '102320.445000', '102320.905000', '102321.365000', '102321.825000', '102322.285000', '102322.745000', '102323.205000', '102323.665000', '102324.125000', '102324.585000', '102325.045000', '102325.505000', '102325.965000', '102326.425000', '102326.885000', '102327.345000', '102327.805000', '102328.265000', '102328.725000', '102329.185000', '102329.645000', '102330.105000', '102330.565000', '102331.025000', '102331.485000', '102331.945000', '102332.405000', '102332.865000', '102333.325000', '102333.785000', '102334.245000', '102334.705000', '102335.165000', '102335.625000', '102336.085000', '102336.545000', '102337.005000', '102337.465000', '102337.925000', '102338.385000', '102338.845000', '102339.305000', '102339.765000', '102340.225000', '102340.685000', '102341.145000', '102341.605000', '102342.065000', '102342.525000', '102342.985000', '102343.445000', '102343.905000', '102344.365000', '102344.825000', '102345.285000', '102345.745000', '102346.205000', '102346.665000', '102347.125000', '102347.585000', '102348.045000', '102348.505000', '102348.965000', '102349.425000', '102349.885000', '102350.345000', '102350.805000', '102351.265000', '102351.725000', '102352.185000', '102352.645000', '102353.105000', '102353.565000', '102354.025000', '102354.485000', '102354.945000', '102355.405000', '102355.865000', '102356.325000', '102356.785000', '102357.245000', '102357.705000', '102358.165000', '102358.625000', '102359.085000', '102359.545000', '102400.005000', '102400.465000', '102400.925000', '102401.385000', '102401.845000', '102402.305000', '102402.765000', '102403.225000', '102403.685000', '102404.145000', '102404.605000', '102405.065000', '102405.525000', '102405.985000', '102406.445000', '102406.905000', '102407.365000', '102407.825000', '102408.285000', '102408.745000', '102409.205000', '102409.665000', '102410.125000', '102410.585000', '102411.045000', '102411.505000', '102411.965000', '102412.425000', '102412.885000', '102413.345000', '102413.805000', '102414.265000', '102414.725000', '102415.185000', '102415.645000', '102416.105000', '102416.565000', '102417.025000', '102417.485000', '102417.945000', '102418.405000', '102418.865000', '102419.325000', '102419.785000', '102420.245000', '102420.705000', '102421.165000', '102421.625000', '102422.085000', '102422.545000', '102423.005000', '102423.465000', '102423.925000', '102424.385000', '102424.845000', '102425.305000', '102425.765000', '102426.225000', '102426.685000', '102427.145000', '102427.605000', '102428.065000', '102428.525000', '102428.985000', '102429.445000', '102429.905000', '102430.365000', '102430.825000', '102431.285000', '102431.745000', '102432.205000', '102432.665000', '102433.125000', '102433.585000', '102434.045000', '102434.505000', '102434.965000', '102435.425000', '102435.885000', '102436.345000', '102436.805000', '102437.265000', '102437.725000', '102438.185000', '102438.645000', '102439.105000', '102439.565000', '102440.025000', '102440.485000', '102440.945000', '102441.405000', '102441.865000', '102442.325000', '102442.785000', '102443.245000', '102443.705000', '102444.165000', '102444.625000', '102445.085000', '102445.545000', '102446.005000', '102446.465000', '102446.925000', '102447.385000', '102447.845000', '102448.305000', '102448.765000', '102449.225000', '102449.685000', '102450.145000', '102450.605000', '102451.065000', '102451.525000', '102451.985000', '102452.445000', '102452.905000', '102453.365000', '102453.825000', '102454.285000', '102454.745000', '102455.205000', '102455.665000', '102456.125000', '102456.585000', '102457.045000', '102457.505000', '102457.965000', '102458.425000', '102458.885000', '102459.345000', '102459.805000', '102500.265000', '102500.725000', '102501.185000', '102501.645000', '102502.105000', '102502.565000', '102503.025000', '102503.485000', '102503.945000', '102504.405000', '102504.865000', '102505.325000', '102505.785000', '102506.245000', '102506.705000', '102507.165000', '102507.625000', '102508.085000', '102508.545000', '102509.005000', '102509.465000', '102509.925000', '102510.385000', '102510.845000', '102511.305000', '102511.765000', '102512.225000', '102512.685000', '102513.145000', '102513.605000', '102514.065000', '102514.525000', '102514.985000', '102515.445000', '102515.905000', '102516.365000', '102516.825000', '102517.285000', '102517.745000', '102518.205000', '102518.665000', '102519.125000', '102519.585000', '102520.045000', '102520.505000', '102520.965000', '102521.425000', '102521.885000', '102522.345000', '102522.805000', '102523.265000', '102523.725000', '102524.185000', '102524.645000', '102525.105000', '102525.565000', '102526.025000', '102526.485000', '102526.945000', '102527.405000', '102527.865000', '102528.325000', '102528.785000', '102529.245000', '102529.705000', '102530.165000', '102530.625000', '102531.085000', '102531.545000', '102532.005000', '102532.465000', '102532.925000', '102533.385000', '102533.845000', '102534.305000', '102534.765000', '102535.225000', '102535.685000', '102536.145000', '102536.605000', '102537.065000', '102537.525000', '102537.985000', '102538.445000', '102538.905000', '102539.365000', '102539.825000', '102540.285000', '102540.745000', '102541.205000', '102541.665000', '102542.125000', '102542.585000', '102543.045000', '102543.505000', '102543.965000', '102544.425000', '102544.885000', '102545.345000', '102545.805000', '102546.265000', '102546.725000', '102547.185000', '102547.645000', '102548.105000', '102548.565000', '102549.025000', '102549.485000', '102549.945000', '102550.405000', '102550.865000', '102551.325000', '102551.785000', '102552.245000', '102552.705000', '102553.165000', '102553.625000', '102554.085000', '102554.545000', '102555.005000', '102555.465000', '102555.925000', '102556.385000', '102556.845000', '102557.305000', '102557.765000', '102558.225000', '102558.685000', '102559.145000', '102559.605000', '102600.065000', '102600.525000', '102600.985000', '102601.445000', '102601.905000', '102602.365000', '102602.825000', '102603.285000', '102603.745000', '102604.205000', '102604.665000', '102605.125000', '102605.585000', '102606.045000', '102606.505000', '102606.965000', '102607.425000', '102607.885000', '102608.345000', '102608.805000', '102609.265000', '102609.725000', '102610.185000', '102610.645000', '102611.105000', '102611.565000', '102612.025000', '102612.485000', '102612.945000', '102613.405000', '102613.865000', '102614.325000', '102614.785000', '102615.245000', '102615.705000', '102616.165000', '102616.625000', '102617.085000', '102617.545000', '102618.005000', '102618.465000', '102618.925000', '102619.385000', '102619.845000', '102620.305000', '102620.765000', '102621.225000', '102621.685000', '102622.145000', '102622.605000', '102623.065000', '102623.525000', '102623.985000', '102624.445000', '102624.905000', '102625.365000', '102625.825000', '102626.285000', '102626.745000', '102627.205000', '102627.665000', '102628.125000', '102628.585000', '102629.045000', '102629.505000', '102629.965000', '102630.425000', '102630.885000', '102631.345000', '102631.805000', '102632.265000', '102632.725000', '102633.185000', '102633.645000', '102634.105000', '102634.565000', '102635.025000', '102635.485000', '102635.945000', '102636.405000', '102636.865000', '102637.325000', '102637.785000', '102638.245000', '102638.705000', '102639.165000', '102639.625000', '102640.085000', '102640.545000', '102641.005000', '102641.465000', '102641.925000', '102642.385000', '102642.845000', '102643.305000', '102643.765000', '102644.225000', '102644.685000', '102645.145000', '102645.605000', '102646.065000', '102646.525000', '102646.985000', '102647.445000', '102647.905000', '102648.365000', '102648.825000', '102649.285000', '102649.745000', '102650.205000', '102650.665000', '102651.125000', '102651.585000', '102652.045000', '102652.505000', '102652.965000', '102653.425000', '102653.885000', '102654.345000', '102654.805000', '102655.265000', '102655.725000', '102656.185000', '102656.645000', '102657.105000', '102657.565000', '102658.025000', '102658.485000', '102658.945000', '102659.405000', '102659.865000', '102700.325000', '102700.785000', '102701.245000', '102701.705000', '102702.165000', '102702.625000', '102703.085000', '102703.545000', '102704.005000', '102704.465000', '102704.925000', '102705.385000', '102705.845000', '102706.305000', '102706.765000', '102707.225000', '102707.685000', '102708.145000', '102708.605000', '102709.065000', '102709.525000', '102709.985000', '102710.445000', '102710.905000', '102711.365000', '102711.825000', '102712.285000', '102712.745000', '102713.205000', '102713.665000', '102714.125000', '102714.585000', '102715.045000', '102715.505000', '102715.965000', '102716.425000', '102716.885000', '102717.345000', '102717.805000', '102718.265000', '102718.725000', '102719.185000', '102719.645000', '102720.105000', '102720.565000', '102721.025000', '102721.485000', '102721.945000', '102722.405000', '102722.865000', '102723.325000', '102723.785000', '102724.245000', '102724.705000', '102725.165000', '102725.625000', '102726.085000', '102726.545000', '102727.005000', '102727.465000', '102727.925000', '102728.385000', '102728.845000', '102729.305000', '102729.765000', '102730.225000', '102730.685000', '102731.145000', '102731.605000', '102732.065000', '102732.525000', '102732.985000', '102733.445000', '102733.905000', '102734.365000', '102734.825000', '102735.285000', '102735.745000', '102736.205000', '102736.665000', '102737.125000', '102737.585000', '102738.045000', '102738.505000', '102738.965000', '102739.425000', '102739.885000', '102740.345000', '102740.805000', '102741.265000', '102741.725000', '102742.185000', '102742.645000', '102743.105000', '102743.565000', '102744.025000', '102744.485000', '102744.945000', '102745.405000', '102745.865000', '102746.325000', '102746.785000', '102747.245000', '102747.705000', '102748.165000', '102748.625000', '102749.085000', '102749.545000', '102750.005000', '102750.465000', '102750.925000', '102751.385000', '102751.845000', '102752.305000', '102752.765000', '102753.225000', '102753.685000', '102754.145000', '102754.605000', '102755.065000', '102755.525000', '102755.985000', '102756.445000', '102756.905000', '102757.365000', '102757.825000', '102758.285000', '102758.745000', '102759.205000', '102759.665000', '102800.125000', '102800.585000', '102801.045000', '102801.505000', '102801.965000', '102802.425000', '102802.885000', '102803.345000', '102803.805000', '102804.265000', '102804.725000', '102805.185000', '102805.645000', '102806.105000', '102806.565000', '102807.025000', '102807.485000', '102807.945000', '102808.405000', '102808.865000', '102809.325000', '102809.785000', '102810.245000', '102810.705000', '102811.165000', '102811.625000', '102812.085000', '102812.545000', '102813.005000', '102813.465000', '102813.925000', '102814.385000', '102814.845000', '102815.305000', '102815.765000', '102816.225000', '102816.685000', '102817.145000', '102817.605000', '102818.065000', '102818.525000', '102818.985000', '102819.445000', '102819.905000', '102820.365000', '102820.825000', '102821.285000', '102821.745000', '102822.205000', '102822.665000', '102823.125000', '102823.585000', '102824.045000', '102824.505000', '102824.965000', '102825.425000', '102825.885000', '102826.345000', '102826.805000', '102827.265000', '102827.725000', '102828.185000', '102828.645000', '102829.105000', '102829.565000', '102830.025000', '102830.485000', '102830.945000', '102831.405000', '102831.865000', '102832.325000'], 'ContentTime': ['101954.278000', '101954.282000', '101954.287000', '101954.290000', '101954.292000', '101954.295000', '101954.298000', '101954.301000', '101954.304000', '101954.307000', '101954.310000', '101954.313000', '101954.316000', '101954.320000', '101954.322000', '101954.326000', '101954.329000', '101954.332000', '101954.335000', '101954.338000', '101954.340000', '101954.343000', '101954.346000', '101954.349000', '101954.352000', '101954.355000', '101954.358000', '102014.230000', '102014.241000', '102014.244000', '102014.247000', '102014.250000', '102014.264000', '102014.279000', '102014.281000', '102014.284000', '102014.287000', '102014.290000', '102014.293000', '102014.296000', '102014.299000', '102014.302000', '102014.305000', '102014.308000', '102014.310000', '102014.313000', '102014.316000', '102014.319000', '102014.322000', '102014.325000', '102014.328000', '102014.331000', '102014.334000', '102014.337000', '102014.340000', '102014.356000', '102014.384000', '102014.387000', '102014.390000', '102014.393000', '102014.396000', '102014.399000', '102014.430000', '102014.433000', '102014.436000', '102014.439000', '102014.442000', '102014.445000', '102014.448000', '102014.451000', '102034.231000', '102034.234000', '102034.237000', '102034.240000', '102034.242000', '102034.245000', '102034.248000', '102034.251000', '102034.254000', '102034.257000', '102034.260000', '102034.262000', '102034.265000', '102034.268000', '102034.271000', '102034.274000', '102034.277000', '102034.279000', '102034.282000', '102034.285000', '102034.288000', '102034.291000', '102034.294000', '102034.296000', '102034.299000', '102034.302000', '102034.305000', '102034.308000', '102034.310000', '102034.313000', '102034.316000', '102034.319000', '102034.322000', '102034.325000', '102034.327000', '102034.330000', '102034.333000', '102034.336000', '102034.339000', '102034.341000', '102034.344000', '102034.347000', '102034.350000', '102034.353000', '102054.231000', '102054.234000', '102054.237000', '102054.239000', '102054.242000', '102054.245000', '102054.248000', '102054.251000', '102054.254000', '102054.257000', '102054.259000', '102054.262000', '102054.265000', '102054.268000', '102054.271000', '102054.274000', '102054.277000', '102054.282000', '102054.286000', '102054.288000', '102054.291000', '102054.294000', '102054.297000', '102054.300000', '102054.303000', '102054.305000', '102054.308000', '102054.311000', '102054.314000', '102054.317000', '102054.320000', '102054.323000', '102054.325000', '102054.328000', '102054.331000', '102054.334000', '102054.337000', '102054.340000', '102054.343000', '102054.345000', '102054.348000', '102054.351000', '102054.354000', '102114.231000', '102114.234000', '102114.237000', '102114.240000', '102114.243000', '102114.246000', '102114.248000', '102114.251000', '102114.254000', '102114.257000', '102114.260000', '102114.263000', '102114.265000', '102114.268000', '102114.271000', '102114.274000', '102114.277000', '102114.280000', '102114.283000', '102114.285000', '102114.288000', '102114.291000', '102114.294000', '102114.297000', '102114.300000', '102114.303000', '102114.306000', '102114.308000', '102114.311000', '102114.314000', '102114.317000', '102114.320000', '102114.323000', '102114.326000', '102114.328000', '102114.331000', '102114.334000', '102114.337000', '102114.340000', '102114.342000', '102114.345000', '102114.348000', '102114.351000', '102114.354000', '102134.231000', '102134.235000', '102134.238000', '102134.241000', '102134.244000', '102134.246000', '102134.249000', '102134.252000', '102134.255000', '102134.258000', '102134.261000', '102134.264000', '102134.267000', '102134.269000', '102134.272000', '102134.275000', '102134.278000', '102134.281000', '102134.283000', '102134.286000', '102134.289000', '102134.292000', '102134.295000', '102134.298000', '102134.301000', '102134.304000', '102134.307000', '102134.310000', '102134.313000', '102134.316000', '102134.319000', '102134.321000', '102134.324000', '102134.327000', '102134.330000', '102134.333000', '102134.336000', '102134.338000', '102134.341000', '102134.344000', '102134.347000', '102134.350000', '102134.353000', '102154.230000', '102154.235000', '102154.238000', '102154.241000', '102154.244000', '102154.247000', '102154.249000', '102154.252000', '102154.255000', '102154.258000', '102154.261000', '102154.264000', '102154.267000', '102154.269000', '102154.272000', '102154.275000', '102154.278000', '102154.281000', '102154.284000', '102154.286000', '102154.289000', '102154.292000', '102154.295000', '102154.298000', '102154.312000', '102154.315000', '102154.318000', '102154.321000', '102154.332000', '102154.335000', '102154.338000', '102154.340000', '102154.343000', '102154.346000', '102154.349000', '102154.352000', '102154.355000', '102154.358000', '102154.360000', '102154.363000', '102154.366000', '102154.369000', '102154.372000', '102154.375000', '102214.230000', '102214.233000', '102214.236000', '102214.239000', '102214.242000', '102214.244000', '102214.247000', '102214.250000', '102214.253000', '102214.256000', '102214.259000', '102214.262000', '102214.264000', '102214.267000', '102214.270000', '102214.273000', '102214.276000', '102214.279000', '102214.282000', '102214.284000', '102214.287000', '102214.290000', '102214.293000', '102214.296000', '102214.299000', '102214.301000', '102214.304000', '102214.307000', '102214.310000', '102214.313000', '102214.316000', '102214.319000', '102214.321000', '102214.324000', '102214.330000', '102214.334000', '102214.337000', '102214.340000', '102214.343000', '102214.346000', '102214.348000', '102214.351000', '102214.354000', '102234.230000', '102234.233000', '102234.236000', '102234.239000', '102234.242000', '102234.244000', '102234.247000', '102234.250000', '102234.253000', '102234.256000', '102234.259000', '102234.262000', '102234.265000', '102234.267000', '102234.270000', '102234.273000', '102234.276000', '102234.279000', '102234.282000', '102234.285000', '102234.287000', '102234.290000', '102234.293000', '102234.296000', '102234.299000', '102234.302000', '102234.305000', '102234.308000', '102234.310000', '102234.313000', '102234.316000', '102234.319000', '102234.322000', '102234.325000', '102234.327000', '102234.330000', '102234.333000', '102234.336000', '102234.339000', '102234.342000', '102234.345000', '102234.347000', '102234.350000', '102234.353000', '102254.231000', '102254.234000', '102254.237000', '102254.240000', '102254.243000', '102254.246000', '102254.248000', '102254.251000', '102254.254000', '102254.257000', '102254.260000', '102254.263000', '102254.266000', '102254.269000', '102254.273000', '102254.276000', '102254.279000', '102254.282000', '102254.284000', '102254.287000', '102254.290000', '102254.293000', '102254.296000', '102254.299000', '102254.302000', '102254.305000', '102254.307000', '102254.310000', '102254.313000', '102254.316000', '102254.319000', '102254.322000', '102254.325000', '102254.328000', '102254.331000', '102254.334000', '102254.336000', '102254.340000', '102254.343000', '102254.345000', '102254.349000', '102254.351000', '102254.354000', '102314.231000', '102314.234000', '102314.237000', '102314.240000', '102314.243000', '102314.245000', '102314.249000', '102314.251000', '102314.254000', '102314.257000', '102314.260000', '102314.263000', '102314.266000', '102314.268000', '102314.271000', '102314.274000', '102314.277000', '102314.280000', '102314.283000', '102314.286000', '102314.288000', '102314.291000', '102314.294000', '102314.297000', '102314.300000', '102314.303000', '102314.306000', '102314.308000', '102314.311000', '102314.314000', '102314.317000', '102314.320000', '102314.323000', '102314.325000', '102314.328000', '102314.331000', '102314.334000', '102314.337000', '102314.340000', '102314.343000', '102314.346000', '102314.348000', '102314.351000', '102314.354000', '102334.231000', '102334.234000', '102334.237000', '102334.240000', '102334.243000', '102334.257000', '102334.260000', '102334.263000', '102334.266000', '102334.269000', '102334.271000', '102334.274000', '102334.277000', '102334.280000', '102334.283000', '102334.286000', '102334.289000', '102334.291000', '102334.294000', '102334.297000', '102334.300000', '102334.303000', '102334.306000', '102334.309000', '102334.312000', '102334.315000', '102334.317000', '102334.320000', '102334.323000', '102334.326000', '102334.329000', '102334.332000', '102334.335000', '102334.337000', '102334.340000', '102334.343000', '102334.346000', '102334.349000', '102334.352000', '102334.355000', '102334.358000', '102334.361000', '102334.364000', '102354.231000', '102354.234000', '102354.237000', '102354.240000', '102354.243000', '102354.246000', '102354.249000', '102354.251000', '102354.254000', '102354.257000', '102354.260000', '102354.263000', '102354.266000', '102354.269000', '102354.272000', '102354.274000', '102354.277000', '102354.280000', '102354.283000', '102354.286000', '102354.289000', '102354.292000', '102354.295000', '102354.298000', '102354.300000', '102354.303000', '102354.306000', '102354.309000', '102354.312000', '102354.315000', '102354.318000', '102354.324000', '102354.327000', '102354.330000', '102354.333000', '102354.336000', '102354.338000', '102354.341000', '102354.344000', '102354.347000', '102354.350000', '102354.353000', '102354.356000', '102354.358000', '102414.230000', '102414.233000', '102414.236000', '102414.239000', '102414.242000', '102414.245000', '102414.248000', '102414.251000', '102414.253000', '102414.256000', '102414.259000', '102414.262000', '102414.265000', '102414.268000', '102414.270000', '102414.273000', '102414.276000', '102414.279000', '102414.282000', '102414.285000', '102414.288000', '102414.291000', '102414.293000', '102414.296000', '102414.299000', '102414.302000', '102414.305000', '102414.308000', '102414.312000', '102414.315000', '102414.318000', '102414.321000', '102414.324000', '102414.326000', '102414.329000', '102414.332000', '102414.335000', '102414.338000', '102414.341000', '102414.344000', '102414.346000', '102414.349000', '102414.352000', '102434.230000', '102434.233000', '102434.236000', '102434.239000', '102434.251000', '102434.253000', '102434.256000', '102434.259000', '102434.262000', '102434.265000', '102434.268000', '102434.271000', '102434.274000', '102434.276000', '102434.279000', '102434.282000', '102434.285000', '102434.288000', '102434.291000', '102434.294000', '102434.297000', '102434.300000', '102434.302000', '102434.305000', '102434.308000', '102434.311000', '102434.314000', '102434.317000', '102434.320000', '102434.322000', '102434.325000', '102434.328000', '102434.331000', '102434.334000', '102434.337000', '102434.340000', '102434.343000', '102434.345000', '102434.348000', '102434.351000', '102434.354000', '102434.357000', '102434.360000', '102434.363000', '102454.230000', '102454.233000', '102454.245000', '102454.248000', '102454.251000', '102454.253000', '102454.256000', '102454.259000', '102454.262000', '102454.265000', '102454.268000', '102454.271000', '102454.273000', '102454.276000', '102454.279000', '102454.282000', '102454.285000', '102454.288000', '102454.291000', '102454.294000', '102454.296000', '102454.299000', '102454.302000', '102454.305000', '102454.308000', '102454.311000', '102454.314000', '102454.316000', '102454.319000', '102454.322000', '102454.345000', '102454.348000', '102454.351000', '102454.353000', '102454.356000', '102454.359000', '102454.362000', '102454.365000', '102454.368000', '102454.371000', '102454.374000', '102454.376000', '102454.379000', '102514.231000', '102514.234000', '102514.237000', '102514.240000', '102514.243000', '102514.246000', '102514.248000', '102514.251000', '102514.254000', '102514.257000', '102514.260000', '102514.263000', '102514.266000', '102514.268000', '102514.271000', '102514.274000', '102514.277000', '102514.280000', '102514.283000', '102514.286000', '102514.289000', '102514.292000', '102514.294000', '102514.297000', '102514.300000', '102514.303000', '102514.306000', '102514.309000', '102514.312000', '102514.315000', '102514.317000', '102514.320000', '102514.323000', '102514.326000', '102514.329000', '102514.332000', '102514.335000', '102514.338000', '102514.340000', '102514.343000', '102514.346000', '102514.349000', '102514.352000', '102514.355000', '102534.231000', '102534.234000', '102534.237000', '102534.240000', '102534.243000', '102534.246000', '102534.249000', '102534.251000', '102534.254000', '102534.257000', '102534.260000', '102534.263000', '102534.266000', '102534.269000', '102534.272000', '102534.274000', '102534.277000', '102534.280000', '102534.283000', '102534.286000', '102534.289000', '102534.292000', '102534.294000', '102534.297000', '102534.300000', '102534.303000', '102534.306000', '102534.309000', '102534.312000', '102534.315000', '102534.317000', '102534.320000', '102534.323000', '102534.326000', '102534.329000', '102534.332000', '102534.336000', '102534.339000', '102534.342000', '102534.345000', '102534.349000', '102534.352000', '102534.355000', '102554.231000', '102554.234000', '102554.237000', '102554.240000', '102554.243000', '102554.246000', '102554.249000', '102554.252000', '102554.255000', '102554.257000', '102554.260000', '102554.263000', '102554.266000', '102554.269000', '102554.272000', '102554.275000', '102554.278000', '102554.280000', '102554.283000', '102554.286000', '102554.289000', '102554.292000', '102554.295000', '102554.298000', '102554.300000', '102554.303000', '102554.306000', '102554.309000', '102554.312000', '102554.315000', '102554.317000', '102554.320000', '102554.323000', '102554.326000', '102554.329000', '102554.332000', '102554.334000', '102554.337000', '102554.340000', '102554.343000', '102554.346000', '102554.348000', '102554.351000', '102614.231000', '102614.234000', '102614.237000', '102614.240000', '102614.243000', '102614.246000', '102614.249000', '102614.251000', '102614.254000', '102614.257000', '102614.260000', '102614.263000', '102614.266000', '102614.269000', '102614.271000', '102614.274000', '102614.277000', '102614.280000', '102614.283000', '102614.286000', '102614.288000', '102614.291000', '102614.294000', '102614.297000', '102614.300000', '102614.303000', '102614.306000', '102614.308000', '102614.311000', '102614.314000', '102614.317000', '102614.320000', '102614.323000', '102614.326000', '102614.329000', '102614.331000', '102614.334000', '102614.337000', '102614.340000', '102614.343000', '102614.345000', '102614.348000', '102614.371000', '102614.374000', '102634.230000', '102634.234000', '102634.236000', '102634.239000', '102634.242000', '102634.245000', '102634.248000', '102634.251000', '102634.254000', '102634.257000', '102634.259000', '102634.262000', '102634.265000', '102634.268000', '102634.271000', '102634.274000', '102634.277000', '102634.280000', '102634.282000', '102634.285000', '102634.288000', '102634.291000', '102634.294000', '102634.297000', '102634.299000', '102634.302000', '102634.305000', '102634.308000', '102634.311000', '102634.314000', '102634.317000', '102634.320000', '102634.322000', '102634.325000', '102634.328000', '102634.331000', '102634.334000', '102634.337000', '102634.340000', '102634.342000', '102634.345000', '102634.348000', '102634.351000', '102654.230000', '102654.233000', '102654.236000', '102654.239000', '102654.242000', '102654.245000', '102654.247000', '102654.250000', '102654.253000', '102654.256000', '102654.259000', '102654.262000', '102654.265000', '102654.268000', '102654.270000', '102654.273000', '102654.276000', '102654.279000', '102654.282000', '102654.285000', '102654.288000', '102654.290000', '102654.293000', '102654.296000', '102654.299000', '102654.302000', '102654.305000', '102654.307000', '102654.310000', '102654.313000', '102654.316000', '102654.319000', '102654.322000', '102654.325000', '102654.328000', '102654.330000', '102654.333000', '102654.336000', '102654.339000', '102654.342000', '102654.345000', '102654.348000', '102654.350000', '102654.353000', '102714.230000', '102714.233000', '102714.236000', '102714.239000', '102714.242000', '102714.245000', '102714.248000', '102714.251000', '102714.255000', '102714.258000', '102714.261000', '102714.264000', '102714.267000', '102714.270000', '102714.273000', '102714.276000', '102714.279000', '102714.281000', '102714.284000', '102714.287000', '102714.290000', '102714.293000', '102714.296000', '102714.298000', '102714.302000', '102714.305000', '102714.308000', '102714.311000', '102714.313000', '102714.316000', '102714.319000', '102714.322000', '102714.325000', '102714.328000', '102714.331000', '102714.333000', '102714.336000', '102714.339000', '102714.342000', '102714.345000', '102714.348000', '102714.352000', '102714.354000', '102734.231000', '102734.234000', '102734.237000', '102734.240000', '102734.243000', '102734.246000', '102734.248000', '102734.251000', '102734.254000', '102734.257000', '102734.260000', '102734.263000', '102734.266000', '102734.269000', '102734.271000', '102734.274000', '102734.277000', '102734.280000', '102734.283000', '102734.286000', '102734.289000', '102734.292000', '102734.294000', '102734.297000', '102734.300000', '102734.303000', '102734.306000', '102734.309000', '102734.312000', '102734.314000', '102734.317000', '102734.320000', '102734.323000', '102734.326000', '102734.329000', '102734.332000', '102734.334000', '102734.337000', '102734.340000', '102734.343000', '102734.346000', '102734.349000', '102734.351000', '102734.354000', '102754.231000', '102754.234000', '102754.237000', '102754.240000', '102754.243000', '102754.246000', '102754.249000', '102754.252000', '102754.255000', '102754.258000', '102754.261000', '102754.264000', '102754.267000', '102754.269000', '102754.272000', '102754.275000', '102754.278000', '102754.281000', '102754.284000', '102754.287000', '102754.290000', '102754.292000', '102754.295000', '102754.298000', '102754.301000', '102754.304000', '102754.307000', '102754.310000', '102754.312000', '102754.315000', '102754.318000', '102754.321000', '102754.324000', '102754.327000', '102754.330000', '102754.332000', '102754.335000', '102754.338000', '102754.341000', '102754.344000', '102754.347000', '102754.350000', '102754.352000', '102814.231000', '102814.234000', '102814.237000', '102814.240000', '102814.243000', '102814.246000', '102814.249000', '102814.252000', '102814.254000', '102814.257000', '102814.260000', '102814.263000', '102814.266000', '102814.269000', '102814.272000', '102814.275000', '102814.277000', '102814.280000', '102814.283000', '102814.286000', '102814.289000', '102814.292000', '102814.295000', '102814.298000', '102814.300000', '102814.303000', '102814.306000', '102814.309000', '102814.312000', '102814.315000', '102814.318000', '102814.321000', '102814.323000', '102814.326000', '102814.329000', '102814.332000', '102814.335000', '102814.338000', '102814.341000', '102814.343000', '102814.346000', '102814.349000', '102814.352000', '102814.355000', '102833.410000', '102833.413000', '102833.417000', '102833.420000', '102833.423000', '102833.426000', '102833.429000', '102833.432000', '102833.435000', '102833.438000', '102833.441000', '102833.444000', '102833.447000', '102833.450000', '102833.453000', '102833.456000', '102833.459000', '102833.462000', '102833.464000', '102833.467000', '102833.470000', '102833.473000', '102833.476000', '102833.480000', '102833.483000', '102833.485000', '102833.488000', '102833.491000', '102833.494000', '102833.497000', '102833.500000', '102833.503000', '102833.505000', '102833.508000', '102833.511000', '102833.514000', '102833.517000', '102833.520000', '102833.523000', '102833.526000', '102833.528000', '102833.531000'], 'InstanceCreationTime': ['101954.278000', '101954.282000', '101954.287000', '101954.290000', '101954.292000', '101954.295000', '101954.298000', '101954.301000', '101954.304000', '101954.307000', '101954.310000', '101954.313000', '101954.316000', '101954.320000', '101954.322000', '101954.326000', '101954.329000', '101954.332000', '101954.335000', '101954.338000', '101954.340000', '101954.343000', '101954.346000', '101954.349000', '101954.352000', '101954.355000', '101954.358000', '102014.230000', '102014.241000', '102014.244000', '102014.247000', '102014.250000', '102014.264000', '102014.279000', '102014.281000', '102014.284000', '102014.287000', '102014.290000', '102014.293000', '102014.296000', '102014.299000', '102014.302000', '102014.305000', '102014.308000', '102014.310000', '102014.313000', '102014.316000', '102014.319000', '102014.322000', '102014.325000', '102014.328000', '102014.331000', '102014.334000', '102014.337000', '102014.340000', '102014.356000', '102014.384000', '102014.387000', '102014.390000', '102014.393000', '102014.396000', '102014.399000', '102014.430000', '102014.433000', '102014.436000', '102014.439000', '102014.442000', '102014.445000', '102014.448000', '102014.451000', '102034.231000', '102034.234000', '102034.237000', '102034.240000', '102034.242000', '102034.245000', '102034.248000', '102034.251000', '102034.254000', '102034.257000', '102034.260000', '102034.262000', '102034.265000', '102034.268000', '102034.271000', '102034.274000', '102034.277000', '102034.279000', '102034.282000', '102034.285000', '102034.288000', '102034.291000', '102034.294000', '102034.296000', '102034.299000', '102034.302000', '102034.305000', '102034.308000', '102034.310000', '102034.313000', '102034.316000', '102034.319000', '102034.322000', '102034.325000', '102034.327000', '102034.330000', '102034.333000', '102034.336000', '102034.339000', '102034.341000', '102034.344000', '102034.347000', '102034.350000', '102034.353000', '102054.231000', '102054.234000', '102054.237000', '102054.239000', '102054.242000', '102054.245000', '102054.248000', '102054.251000', '102054.254000', '102054.257000', '102054.259000', '102054.262000', '102054.265000', '102054.268000', '102054.271000', '102054.274000', '102054.277000', '102054.282000', '102054.286000', '102054.288000', '102054.291000', '102054.294000', '102054.297000', '102054.300000', '102054.303000', '102054.305000', '102054.308000', '102054.311000', '102054.314000', '102054.317000', '102054.320000', '102054.323000', '102054.325000', '102054.328000', '102054.331000', '102054.334000', '102054.337000', '102054.340000', '102054.343000', '102054.345000', '102054.348000', '102054.351000', '102054.354000', '102114.231000', '102114.234000', '102114.237000', '102114.240000', '102114.243000', '102114.246000', '102114.248000', '102114.251000', '102114.254000', '102114.257000', '102114.260000', '102114.263000', '102114.265000', '102114.268000', '102114.271000', '102114.274000', '102114.277000', '102114.280000', '102114.283000', '102114.285000', '102114.288000', '102114.291000', '102114.294000', '102114.297000', '102114.300000', '102114.303000', '102114.306000', '102114.308000', '102114.311000', '102114.314000', '102114.317000', '102114.320000', '102114.323000', '102114.326000', '102114.328000', '102114.331000', '102114.334000', '102114.337000', '102114.340000', '102114.342000', '102114.345000', '102114.348000', '102114.351000', '102114.354000', '102134.231000', '102134.235000', '102134.238000', '102134.241000', '102134.244000', '102134.246000', '102134.249000', '102134.252000', '102134.255000', '102134.258000', '102134.261000', '102134.264000', '102134.267000', '102134.269000', '102134.272000', '102134.275000', '102134.278000', '102134.281000', '102134.283000', '102134.286000', '102134.289000', '102134.292000', '102134.295000', '102134.298000', '102134.301000', '102134.304000', '102134.307000', '102134.310000', '102134.313000', '102134.316000', '102134.319000', '102134.321000', '102134.324000', '102134.327000', '102134.330000', '102134.333000', '102134.336000', '102134.338000', '102134.341000', '102134.344000', '102134.347000', '102134.350000', '102134.353000', '102154.230000', '102154.235000', '102154.238000', '102154.241000', '102154.244000', '102154.247000', '102154.249000', '102154.252000', '102154.255000', '102154.258000', '102154.261000', '102154.264000', '102154.267000', '102154.269000', '102154.272000', '102154.275000', '102154.278000', '102154.281000', '102154.284000', '102154.286000', '102154.289000', '102154.292000', '102154.295000', '102154.298000', '102154.312000', '102154.315000', '102154.318000', '102154.321000', '102154.332000', '102154.335000', '102154.338000', '102154.340000', '102154.343000', '102154.346000', '102154.349000', '102154.352000', '102154.355000', '102154.358000', '102154.360000', '102154.363000', '102154.366000', '102154.369000', '102154.372000', '102154.375000', '102214.230000', '102214.233000', '102214.236000', '102214.239000', '102214.242000', '102214.244000', '102214.247000', '102214.250000', '102214.253000', '102214.256000', '102214.259000', '102214.262000', '102214.264000', '102214.267000', '102214.270000', '102214.273000', '102214.276000', '102214.279000', '102214.282000', '102214.284000', '102214.287000', '102214.290000', '102214.293000', '102214.296000', '102214.299000', '102214.301000', '102214.304000', '102214.307000', '102214.310000', '102214.313000', '102214.316000', '102214.319000', '102214.321000', '102214.324000', '102214.330000', '102214.334000', '102214.337000', '102214.340000', '102214.343000', '102214.346000', '102214.348000', '102214.351000', '102214.354000', '102234.230000', '102234.233000', '102234.236000', '102234.239000', '102234.242000', '102234.244000', '102234.247000', '102234.250000', '102234.253000', '102234.256000', '102234.259000', '102234.262000', '102234.265000', '102234.267000', '102234.270000', '102234.273000', '102234.276000', '102234.279000', '102234.282000', '102234.285000', '102234.287000', '102234.290000', '102234.293000', '102234.296000', '102234.299000', '102234.302000', '102234.305000', '102234.308000', '102234.310000', '102234.313000', '102234.316000', '102234.319000', '102234.322000', '102234.325000', '102234.327000', '102234.330000', '102234.333000', '102234.336000', '102234.339000', '102234.342000', '102234.345000', '102234.347000', '102234.350000', '102234.353000', '102254.231000', '102254.234000', '102254.237000', '102254.240000', '102254.243000', '102254.246000', '102254.248000', '102254.251000', '102254.254000', '102254.257000', '102254.260000', '102254.263000', '102254.266000', '102254.269000', '102254.273000', '102254.276000', '102254.279000', '102254.282000', '102254.284000', '102254.287000', '102254.290000', '102254.293000', '102254.296000', '102254.299000', '102254.302000', '102254.305000', '102254.307000', '102254.310000', '102254.313000', '102254.316000', '102254.319000', '102254.322000', '102254.325000', '102254.328000', '102254.331000', '102254.334000', '102254.336000', '102254.340000', '102254.343000', '102254.345000', '102254.349000', '102254.351000', '102254.354000', '102314.231000', '102314.234000', '102314.237000', '102314.240000', '102314.243000', '102314.245000', '102314.249000', '102314.251000', '102314.254000', '102314.257000', '102314.260000', '102314.263000', '102314.266000', '102314.268000', '102314.271000', '102314.274000', '102314.277000', '102314.280000', '102314.283000', '102314.286000', '102314.288000', '102314.291000', '102314.294000', '102314.297000', '102314.300000', '102314.303000', '102314.306000', '102314.308000', '102314.311000', '102314.314000', '102314.317000', '102314.320000', '102314.323000', '102314.325000', '102314.328000', '102314.331000', '102314.334000', '102314.337000', '102314.340000', '102314.343000', '102314.346000', '102314.348000', '102314.351000', '102314.354000', '102334.231000', '102334.234000', '102334.237000', '102334.240000', '102334.243000', '102334.257000', '102334.260000', '102334.263000', '102334.266000', '102334.269000', '102334.271000', '102334.274000', '102334.277000', '102334.280000', '102334.283000', '102334.286000', '102334.289000', '102334.291000', '102334.294000', '102334.297000', '102334.300000', '102334.303000', '102334.306000', '102334.309000', '102334.312000', '102334.315000', '102334.317000', '102334.320000', '102334.323000', '102334.326000', '102334.329000', '102334.332000', '102334.335000', '102334.337000', '102334.340000', '102334.343000', '102334.346000', '102334.349000', '102334.352000', '102334.355000', '102334.358000', '102334.361000', '102334.364000', '102354.231000', '102354.234000', '102354.237000', '102354.240000', '102354.243000', '102354.246000', '102354.249000', '102354.251000', '102354.254000', '102354.257000', '102354.260000', '102354.263000', '102354.266000', '102354.269000', '102354.272000', '102354.274000', '102354.277000', '102354.280000', '102354.283000', '102354.286000', '102354.289000', '102354.292000', '102354.295000', '102354.298000', '102354.300000', '102354.303000', '102354.306000', '102354.309000', '102354.312000', '102354.315000', '102354.318000', '102354.324000', '102354.327000', '102354.330000', '102354.333000', '102354.336000', '102354.338000', '102354.341000', '102354.344000', '102354.347000', '102354.350000', '102354.353000', '102354.356000', '102354.358000', '102414.230000', '102414.233000', '102414.236000', '102414.239000', '102414.242000', '102414.245000', '102414.248000', '102414.251000', '102414.253000', '102414.256000', '102414.259000', '102414.262000', '102414.265000', '102414.268000', '102414.270000', '102414.273000', '102414.276000', '102414.279000', '102414.282000', '102414.285000', '102414.288000', '102414.291000', '102414.293000', '102414.296000', '102414.299000', '102414.302000', '102414.305000', '102414.308000', '102414.312000', '102414.315000', '102414.318000', '102414.321000', '102414.324000', '102414.326000', '102414.329000', '102414.332000', '102414.335000', '102414.338000', '102414.341000', '102414.344000', '102414.346000', '102414.349000', '102414.352000', '102434.230000', '102434.233000', '102434.236000', '102434.239000', '102434.251000', '102434.253000', '102434.256000', '102434.259000', '102434.262000', '102434.265000', '102434.268000', '102434.271000', '102434.274000', '102434.276000', '102434.279000', '102434.282000', '102434.285000', '102434.288000', '102434.291000', '102434.294000', '102434.297000', '102434.300000', '102434.302000', '102434.305000', '102434.308000', '102434.311000', '102434.314000', '102434.317000', '102434.320000', '102434.322000', '102434.325000', '102434.328000', '102434.331000', '102434.334000', '102434.337000', '102434.340000', '102434.343000', '102434.345000', '102434.348000', '102434.351000', '102434.354000', '102434.357000', '102434.360000', '102434.363000', '102454.230000', '102454.233000', '102454.245000', '102454.248000', '102454.251000', '102454.253000', '102454.256000', '102454.259000', '102454.262000', '102454.265000', '102454.268000', '102454.271000', '102454.273000', '102454.276000', '102454.279000', '102454.282000', '102454.285000', '102454.288000', '102454.291000', '102454.294000', '102454.296000', '102454.299000', '102454.302000', '102454.305000', '102454.308000', '102454.311000', '102454.314000', '102454.316000', '102454.319000', '102454.322000', '102454.345000', '102454.348000', '102454.351000', '102454.353000', '102454.356000', '102454.359000', '102454.362000', '102454.365000', '102454.368000', '102454.371000', '102454.374000', '102454.376000', '102454.379000', '102514.231000', '102514.234000', '102514.237000', '102514.240000', '102514.243000', '102514.246000', '102514.248000', '102514.251000', '102514.254000', '102514.257000', '102514.260000', '102514.263000', '102514.266000', '102514.268000', '102514.271000', '102514.274000', '102514.277000', '102514.280000', '102514.283000', '102514.286000', '102514.289000', '102514.292000', '102514.294000', '102514.297000', '102514.300000', '102514.303000', '102514.306000', '102514.309000', '102514.312000', '102514.315000', '102514.317000', '102514.320000', '102514.323000', '102514.326000', '102514.329000', '102514.332000', '102514.335000', '102514.338000', '102514.340000', '102514.343000', '102514.346000', '102514.349000', '102514.352000', '102514.355000', '102534.231000', '102534.234000', '102534.237000', '102534.240000', '102534.243000', '102534.246000', '102534.249000', '102534.251000', '102534.254000', '102534.257000', '102534.260000', '102534.263000', '102534.266000', '102534.269000', '102534.272000', '102534.274000', '102534.277000', '102534.280000', '102534.283000', '102534.286000', '102534.289000', '102534.292000', '102534.294000', '102534.297000', '102534.300000', '102534.303000', '102534.306000', '102534.309000', '102534.312000', '102534.315000', '102534.317000', '102534.320000', '102534.323000', '102534.326000', '102534.329000', '102534.332000', '102534.336000', '102534.339000', '102534.342000', '102534.345000', '102534.349000', '102534.352000', '102534.355000', '102554.231000', '102554.234000', '102554.237000', '102554.240000', '102554.243000', '102554.246000', '102554.249000', '102554.252000', '102554.255000', '102554.257000', '102554.260000', '102554.263000', '102554.266000', '102554.269000', '102554.272000', '102554.275000', '102554.278000', '102554.280000', '102554.283000', '102554.286000', '102554.289000', '102554.292000', '102554.295000', '102554.298000', '102554.300000', '102554.303000', '102554.306000', '102554.309000', '102554.312000', '102554.315000', '102554.317000', '102554.320000', '102554.323000', '102554.326000', '102554.329000', '102554.332000', '102554.334000', '102554.337000', '102554.340000', '102554.343000', '102554.346000', '102554.348000', '102554.351000', '102614.231000', '102614.234000', '102614.237000', '102614.240000', '102614.243000', '102614.246000', '102614.249000', '102614.251000', '102614.254000', '102614.257000', '102614.260000', '102614.263000', '102614.266000', '102614.269000', '102614.271000', '102614.274000', '102614.277000', '102614.280000', '102614.283000', '102614.286000', '102614.288000', '102614.291000', '102614.294000', '102614.297000', '102614.300000', '102614.303000', '102614.306000', '102614.308000', '102614.311000', '102614.314000', '102614.317000', '102614.320000', '102614.323000', '102614.326000', '102614.329000', '102614.331000', '102614.334000', '102614.337000', '102614.340000', '102614.343000', '102614.345000', '102614.348000', '102614.371000', '102614.374000', '102634.230000', '102634.234000', '102634.236000', '102634.239000', '102634.242000', '102634.245000', '102634.248000', '102634.251000', '102634.254000', '102634.257000', '102634.259000', '102634.262000', '102634.265000', '102634.268000', '102634.271000', '102634.274000', '102634.277000', '102634.280000', '102634.282000', '102634.285000', '102634.288000', '102634.291000', '102634.294000', '102634.297000', '102634.299000', '102634.302000', '102634.305000', '102634.308000', '102634.311000', '102634.314000', '102634.317000', '102634.320000', '102634.322000', '102634.325000', '102634.328000', '102634.331000', '102634.334000', '102634.337000', '102634.340000', '102634.342000', '102634.345000', '102634.348000', '102634.351000', '102654.230000', '102654.233000', '102654.236000', '102654.239000', '102654.242000', '102654.245000', '102654.247000', '102654.250000', '102654.253000', '102654.256000', '102654.259000', '102654.262000', '102654.265000', '102654.268000', '102654.270000', '102654.273000', '102654.276000', '102654.279000', '102654.282000', '102654.285000', '102654.288000', '102654.290000', '102654.293000', '102654.296000', '102654.299000', '102654.302000', '102654.305000', '102654.307000', '102654.310000', '102654.313000', '102654.316000', '102654.319000', '102654.322000', '102654.325000', '102654.328000', '102654.330000', '102654.333000', '102654.336000', '102654.339000', '102654.342000', '102654.345000', '102654.348000', '102654.350000', '102654.353000', '102714.230000', '102714.233000', '102714.236000', '102714.239000', '102714.242000', '102714.245000', '102714.248000', '102714.251000', '102714.255000', '102714.258000', '102714.261000', '102714.264000', '102714.267000', '102714.270000', '102714.273000', '102714.276000', '102714.279000', '102714.281000', '102714.284000', '102714.287000', '102714.290000', '102714.293000', '102714.296000', '102714.298000', '102714.302000', '102714.305000', '102714.308000', '102714.311000', '102714.313000', '102714.316000', '102714.319000', '102714.322000', '102714.325000', '102714.328000', '102714.331000', '102714.333000', '102714.336000', '102714.339000', '102714.342000', '102714.345000', '102714.348000', '102714.352000', '102714.354000', '102734.231000', '102734.234000', '102734.237000', '102734.240000', '102734.243000', '102734.246000', '102734.248000', '102734.251000', '102734.254000', '102734.257000', '102734.260000', '102734.263000', '102734.266000', '102734.269000', '102734.271000', '102734.274000', '102734.277000', '102734.280000', '102734.283000', '102734.286000', '102734.289000', '102734.292000', '102734.294000', '102734.297000', '102734.300000', '102734.303000', '102734.306000', '102734.309000', '102734.312000', '102734.314000', '102734.317000', '102734.320000', '102734.323000', '102734.326000', '102734.329000', '102734.332000', '102734.334000', '102734.337000', '102734.340000', '102734.343000', '102734.346000', '102734.349000', '102734.351000', '102734.354000', '102754.231000', '102754.234000', '102754.237000', '102754.240000', '102754.243000', '102754.246000', '102754.249000', '102754.252000', '102754.255000', '102754.258000', '102754.261000', '102754.264000', '102754.267000', '102754.269000', '102754.272000', '102754.275000', '102754.278000', '102754.281000', '102754.284000', '102754.287000', '102754.290000', '102754.292000', '102754.295000', '102754.298000', '102754.301000', '102754.304000', '102754.307000', '102754.310000', '102754.312000', '102754.315000', '102754.318000', '102754.321000', '102754.324000', '102754.327000', '102754.330000', '102754.332000', '102754.335000', '102754.338000', '102754.341000', '102754.344000', '102754.347000', '102754.350000', '102754.352000', '102814.231000', '102814.234000', '102814.237000', '102814.240000', '102814.243000', '102814.246000', '102814.249000', '102814.252000', '102814.254000', '102814.257000', '102814.260000', '102814.263000', '102814.266000', '102814.269000', '102814.272000', '102814.275000', '102814.277000', '102814.280000', '102814.283000', '102814.286000', '102814.289000', '102814.292000', '102814.295000', '102814.298000', '102814.300000', '102814.303000', '102814.306000', '102814.309000', '102814.312000', '102814.315000', '102814.318000', '102814.321000', '102814.323000', '102814.326000', '102814.329000', '102814.332000', '102814.335000', '102814.338000', '102814.341000', '102814.343000', '102814.346000', '102814.349000', '102814.352000', '102814.355000', '102833.410000', '102833.413000', '102833.417000', '102833.420000', '102833.423000', '102833.426000', '102833.429000', '102833.432000', '102833.435000', '102833.438000', '102833.441000', '102833.444000', '102833.447000', '102833.450000', '102833.453000', '102833.456000', '102833.459000', '102833.462000', '102833.464000', '102833.467000', '102833.470000', '102833.473000', '102833.476000', '102833.480000', '102833.483000', '102833.485000', '102833.488000', '102833.491000', '102833.494000', '102833.497000', '102833.500000', '102833.503000', '102833.505000', '102833.508000', '102833.511000', '102833.514000', '102833.517000', '102833.520000', '102833.523000', '102833.526000', '102833.528000', '102833.531000'], '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': [15046, 11624, 7207, 11673, 8138, 10625, 8636, 6975, 12347, 7883, 15600, 12368, 10569, 11716, 8057, 8941, 8450, 6966, 11449, 8127, 14760, 11133, 7416, 13844, 8752, 6738, 8940, 8302, 11747, 8545, 11121, 11179, 8462, 14259, 8584, 7300, 8937, 7980, 9508, 8625, 7029, 13424, 10583, 10968, 9977, 8241, 9960, 8452, 10839, 8626, 7078, 13928, 8714, 13971, 10355, 7154, 8696, 7278, 10087, 7473, 11455, 8585, 7097, 12864, 7884, 9400, 8470, 10509, 8592, 7872, 11527, 7472, 14474, 11114, 7123, 8546, 7840, 8703, 8151, 7056, 9709, 7801, 13426, 10399, 6987, 9693, 7975, 10964, 8252, 6948, 13957, 9154, 14461, 9514, 7167, 8932, 7637, 11286, 9133, 7175, 13983, 9195, 6756, 8528, 7770, 9532, 8194, 7221, 14458, 11753, 7922, 13571, 7974, 11445, 8426, 6987, 12811, 8113, 15401, 12150, 8247, 10592, 8200, 7467, 8781, 7831, 12371, 9925, 12088, 11992, 8430, 11149, 8783, 7922, 8881, 7805, 13911, 10274, 14712, 11178, 8594, 8581, 8528, 8607, 8849, 7937, 9200, 7671, 12746, 7934, 14361, 9132, 7718, 8626, 7777, 9715, 8371, 12415, 9757, 8672, 10707, 8768, 8734, 8544, 8759, 8985, 7622, 12911, 8545, 15432, 11041, 7549, 9156, 8368, 9442, 8464, 7475, 11570, 8313, 13778, 10788, 8468, 8208, 8788, 7982, 10232, 8989, 9168, 11843, 8334, 15220, 9977, 7384, 10162, 8243, 12725, 8757, 13639, 9557, 7870, 11932, 8954, 7912, 9223, 8494, 10210, 8723, 7761, 13000, 8870, 7710, 9785, 8033, 13985, 8593, 15007, 11423, 10435, 15320, 10231, 10351, 8799, 8218, 10507, 8704, 12508, 9411, 8184, 13309, 8907, 7927, 10122, 8493, 10275, 8645, 8360, 13347, 9246, 7961, 9375, 8797, 8356, 9302, 8180, 13886, 10741, 8077, 13201, 8863, 7768, 10477, 8332, 13402, 9503, 12304, 8547, 7332, 13717, 9513, 8323, 8937, 8414, 9272, 8414, 7473, 10199, 8249, 13985, 12016, 8716, 10823, 8934, 8125, 10769, 8562, 12372, 9670, 10205, 15305, 9263, 8448, 8937, 8190, 10324, 8710, 10767, 8828, 14434, 10181, 8118, 9382, 8711, 9072, 8691, 7576, 9883, 8848, 13226, 9295, 8082, 9016, 8586, 8962, 8881, 7521, 9909, 7607, 14003, 9687, 13116, 9728, 8093, 9233, 8575, 9520, 9369, 9170, 15992, 11128, 13622, 10896, 7979, 9900, 8480, 11520, 8707, 7960, 14247, 9541, 12477, 8820, 8212, 10307, 8621, 9790, 8958, 7904, 9374, 7659, 9601, 8732, 7312, 9137, 8583, 9507, 8665, 10275, 9068, 8204, 12359, 8327, 11225, 7948, 11072, 8224, 10972, 8486, 12788, 10158, 7491, 10993, 8068, 6983, 8618, 6912, 10713, 7951, 14666, 10271, 10601, 8277, 7264, 9354, 7047, 10766, 7684, 12942, 9143, 6974, 8378, 7895, 8880, 8068, 8744, 8332, 6961, 12460, 8947, 6805, 9423, 7932, 11208, 8878, 10633, 12966, 8503, 15786, 11736, 7337, 10242, 8510, 12752, 8856, 7785, 14532, 10202, 11824, 8476, 7628, 9298, 8512, 7543, 9367, 8101, 11121, 8780, 7531, 9853, 8256, 10782, 8798, 9287, 15760, 10787, 13668, 11749, 7556, 9911, 8198, 9744, 8638, 11111, 9776, 7446, 12302, 8281, 7684, 8550, 7125, 9299, 7420, 9177, 7788, 10399, 8114, 7494, 8704, 8434, 7236, 8444, 6956, 9230, 8296, 10412, 8355, 6967, 9378, 7949, 12707, 9638, 14523, 11475, 13361, 10265, 8257, 9026, 8098, 10595, 8190, 12953, 9222, 11715, 8333, 7859, 8869, 7981, 7955, 7455, 8114, 7377, 8026, 7199, 6424, 7705, 6427, 10663, 7656, 6618, 7989, 6754, 10490, 7157, 13498, 9927, 13451, 10113, 9331, 8163, 7836, 8153, 8075, 6851, 9151, 6550, 13008, 7666, 12633, 9106, 7453, 7753, 6323, 11058, 8045, 10739, 7743, 11962, 8067, 7133, 7630, 7042, 8062, 7470, 8695, 8751, 7172, 13903, 10446, 10559, 12766, 7664, 6883, 9776, 9748, 18131, 11239, 7752, 7142, 7520, 7997, 8683, 10918, 12691, 12453, 11718, 12731, 13004, 10377, 12475, 10851, 12387, 16634, 13650, 11055, 12551, 10609, 9160, 9328, 8373, 9144, 8024, 8977, 9276, 9383, 8805, 7249, 9504, 9469, 9105, 7801, 9083, 8296, 7174, 9586, 8431, 7536, 6559, 7385, 8428, 7813, 7515, 9348, 8630, 8176, 12435, 9284, 12699, 11150, 7843, 14789, 9853, 7488, 13575, 9152, 11794, 9630, 8095, 11545, 11946, 7948, 7478, 8630, 8108, 7095, 10538, 8000, 15352, 11213, 9600, 13553, 8082, 13014, 8339, 12671, 9494, 7078, 14191, 9028, 10075, 11983, 7434, 7996, 7864, 6681, 9996, 7314, 7149, 7812, 7272, 8035, 7434, 6966, 7725, 7829, 12062, 9723, 7556, 12251, 7558, 7136, 9447, 8002, 8020, 10363, 7653, 15953, 11735, 9152, 9493, 6547, 13284, 6966, 13443, 7664, 12371, 8935, 7616, 7366, 7421, 7677, 7458, 9335, 7482, 9831, 7358, 6306, 8915, 6766, 7443, 7253, 6724, 7349, 6432, 9899, 7332, 13579, 10664, 9168, 8229, 6712, 11303, 6794, 13090, 9160, 13438, 9965, 9856, 11785, 7591, 6746, 7606, 7214, 9397, 7365, 11507, 9115, 8584, 8355, 7258, 9290, 7756, 11757, 8917, 14297, 10377, 11322, 14039, 9547, 6593, 7827, 7012, 7061, 7294, 7059, 10087, 6736, 13457, 10235, 13487, 8855, 11144, 8146, 11781, 8642, 9720, 8307, 7026, 10726, 7490, 7650, 7289, 7210, 7917, 7131, 8112, 7194, 8982, 7263, 9806, 7789, 7081, 9854, 7385, 8008, 7506, 7114, 8562, 7106, 12241, 7958, 13631, 10368, 7006, 9032, 7509, 10783, 8403, 9499, 11842, 9244, 14175, 8378, 11065, 7921, 10070, 7602, 9275, 7963, 8845, 8206, 7467, 8395, 7846, 7464, 7522, 6453, 8069, 7472, 9214, 7798, 7589, 11456, 7617, 11047, 7703, 11993, 8658, 13220, 9211, 12244, 8842, 9036, 12096, 7445, 8898, 6921, 8913, 7279, 9637, 7226, 9853, 7213, 9491, 7636, 6607, 10301, 6736, 8292, 7398, 7298, 8088, 9697, 12657, 8312, 14984, 10738, 10422, 7914, 7268, 9564, 7546, 11671, 8015, 12713, 8762, 7080, 9097, 7076, 8181, 7566, 6843, 7445, 6251, 10022, 6719, 12243, 7832, 6448, 7867, 6609, 9666, 7499, 9998, 7505, 9853, 7475, 6672, 8910, 6842, 6858, 7305, 6701, 9024, 6349, 11600, 10420, 11919, 9088, 7860, 10060, 6462, 14130, 11261, 13429, 10853, 7686, 10138, 7605, 8282, 10302, 6817, 14659, 10700, 7322, 11733, 7926, 6483, 9805, 8267, 9130, 11438, 8273, 15383, 8765, 15708, 11823, 13016, 8909, 9801, 8033, 8133, 8211, 6768, 8375, 6627, 10174, 7165, 8745, 7189, 6719, 7198, 6591, 8450, 7081, 8690, 7537, 7657, 9508, 7005, 9698, 7137, 10345, 7452, 8912, 8170, 6933, 13781, 7883, 12929, 7579, 8822, 7879, 8114, 8038, 7812, 9968, 7204, 13864, 9444, 9023, 7757, 7399, 8522, 7200, 9927, 8087, 12385, 11041, 7106, 13245, 7470, 11452, 8056, 12104, 8863, 12787, 8549, 10351, 8122, 8552, 8159, 7470, 7607, 7467, 7037, 7476, 6714, 9407, 8274, 10453, 8717, 6531, 9542, 6653, 12461, 6718, 12650, 8892, 11202, 9679, 10248, 8289, 10452, 6663, 8606, 6878, 8583, 7066, 8629, 7130, 8715, 7017, 8370, 7063, 10008, 7459, 7334, 7283, 8132, 7822, 7844, 8192, 7425, 9333, 7595, 10208, 8484, 7747, 8126, 10254, 8095, 12700, 9107, 11602, 8290, 10579, 8114, 11609, 8071, 6949, 8165, 7308, 8229, 7278, 8423, 6350, 10718, 7825, 9079, 7360, 7957, 7287, 8736, 7275, 12026, 10776, 13374, 10270, 7713, 10023, 9660, 11327, 11661, 9411, 12120, 9377, 11592, 9101, 7778, 7940, 8207, 7701, 9952, 8054, 8916, 7945, 8645, 7766, 7007, 8475, 6871, 8348, 7246, 8312, 7653, 8145, 8913, 7216, 9715, 7621, 9937, 8244, 10932, 11688, 10174, 14809, 8409, 12735, 7770, 11137, 7802, 10449, 8522, 9222, 10679, 8200, 11746, 9057, 6934, 7272, 7508, 6488, 8337, 6998, 6598, 5905, 8426, 8641, 7036, 9137, 10533, 8090, 10645, 12360, 9018, 7842, 12209, 9095, 7246, 10752, 8620, 8008, 11064, 9139, 8611, 7677, 9193, 8162, 7031, 8345, 9193, 7941, 7465, 9004, 8297, 7337, 9853, 8001, 7572, 9726, 10244, 8595, 6955, 9885, 9309, 6840, 9224, 9665, 8571, 8373, 12223, 11563, 9374, 10461, 10212, 9239, 8046, 7751, 9136, 6487, 7777, 9892, 10413, 14208, 18454, 12584, 9639, 7942, 13619, 10079, 8476, 6889, 8622, 9504, 9352, 11491, 10327], 'WindowCenter': [3846.0, 3809.0, 3765.0, 3805.0, 3772.0, 3781.0, 3771.0, 3738.0, 3791.0, 3759.0, 3802.0, 3790.0, 3778.0, 3778.0, 3746.0, 3755.0, 3746.0, 3735.0, 3778.0, 3746.0, 3798.0, 3780.0, 3737.0, 3790.0, 3758.0, 3724.0, 3756.0, 3746.0, 3777.0, 3758.0, 3779.0, 3779.0, 3758.0, 3800.0, 3758.0, 3735.0, 3756.0, 3747.0, 3767.0, 3769.0, 3749.0, 3801.0, 3781.0, 3781.0, 3781.0, 3759.0, 3769.0, 3757.0, 3778.0, 3757.0, 3735.0, 3789.0, 3758.0, 3790.0, 3769.0, 3749.0, 3758.0, 3748.0, 3778.0, 3762.0, 3802.0, 3769.0, 3738.0, 3791.0, 3759.0, 3768.0, 3758.0, 3767.0, 3771.0, 3746.0, 3778.0, 3736.0, 3801.0, 3780.0, 3736.0, 3760.0, 3746.0, 3756.0, 3759.0, 3736.0, 3769.0, 3748.0, 3802.0, 3783.0, 3739.0, 3781.0, 3760.0, 3780.0, 3760.0, 3738.0, 3801.0, 3768.0, 3802.0, 3781.0, 3737.0, 3758.0, 3748.0, 3780.0, 3770.0, 3736.0, 3800.0, 3769.0, 3736.0, 3758.0, 3749.0, 3768.0, 3759.0, 3749.0, 3803.0, 3793.0, 3758.0, 3792.0, 3758.0, 3777.0, 3745.0, 3723.0, 3778.0, 3747.0, 3790.0, 3779.0, 3746.0, 3767.0, 3746.0, 3735.0, 3757.0, 3746.0, 3791.0, 3779.0, 3789.0, 3779.0, 3758.0, 3779.0, 3758.0, 3745.0, 3758.0, 3735.0, 3790.0, 3779.0, 3790.0, 3779.0, 3756.0, 3757.0, 3756.0, 3756.0, 3757.0, 3746.0, 3768.0, 3747.0, 3789.0, 3748.0, 3801.0, 3758.0, 3735.0, 3757.0, 3746.0, 3766.0, 3757.0, 3790.0, 3770.0, 3758.0, 3780.0, 3759.0, 3756.0, 3760.0, 3771.0, 3770.0, 3760.0, 3791.0, 3758.0, 3802.0, 3780.0, 3748.0, 3769.0, 3759.0, 3769.0, 3772.0, 3750.0, 3792.0, 3760.0, 3802.0, 3781.0, 3760.0, 3760.0, 3772.0, 3758.0, 3780.0, 3772.0, 3771.0, 3794.0, 3760.0, 3815.0, 3782.0, 3749.0, 3780.0, 3747.0, 3790.0, 3771.0, 3802.0, 3771.0, 3760.0, 3804.0, 3772.0, 3760.0, 3770.0, 3783.0, 3793.0, 3773.0, 3760.0, 3804.0, 3785.0, 3761.0, 3783.0, 3762.0, 3803.0, 3760.0, 3802.0, 3794.0, 3781.0, 3815.0, 3782.0, 3767.0, 3748.0, 3758.0, 3767.0, 3757.0, 3778.0, 3757.0, 3746.0, 3790.0, 3757.0, 3746.0, 3766.0, 3758.0, 3768.0, 3759.0, 3757.0, 3791.0, 3771.0, 3748.0, 3769.0, 3759.0, 3758.0, 3770.0, 3759.0, 3803.0, 3794.0, 3761.0, 3804.0, 3772.0, 3762.0, 3783.0, 3773.0, 3802.0, 3769.0, 3778.0, 3759.0, 3748.0, 3802.0, 3781.0, 3759.0, 3770.0, 3758.0, 3767.0, 3760.0, 3749.0, 3794.0, 3761.0, 3802.0, 3792.0, 3759.0, 3779.0, 3770.0, 3748.0, 3768.0, 3758.0, 3779.0, 3770.0, 3769.0, 3801.0, 3759.0, 3758.0, 3759.0, 3746.0, 3767.0, 3746.0, 3767.0, 3758.0, 3791.0, 3770.0, 3747.0, 3757.0, 3756.0, 3757.0, 3759.0, 3747.0, 3769.0, 3758.0, 3790.0, 3769.0, 3748.0, 3769.0, 3759.0, 3770.0, 3770.0, 3747.0, 3781.0, 3750.0, 3804.0, 3783.0, 3791.0, 3770.0, 3760.0, 3769.0, 3760.0, 3769.0, 3770.0, 3757.0, 3802.0, 3781.0, 3788.0, 3767.0, 3748.0, 3767.0, 3745.0, 3766.0, 3746.0, 3745.0, 3789.0, 3768.0, 3777.0, 3745.0, 3744.0, 3754.0, 3745.0, 3754.0, 3756.0, 3746.0, 3757.0, 3748.0, 3767.0, 3759.0, 3737.0, 3769.0, 3759.0, 3769.0, 3771.0, 3782.0, 3773.0, 3762.0, 3795.0, 3762.0, 3793.0, 3759.0, 3780.0, 3758.0, 3779.0, 3758.0, 3790.0, 3769.0, 3738.0, 3780.0, 3749.0, 3738.0, 3773.0, 3749.0, 3793.0, 3762.0, 3805.0, 3783.0, 3783.0, 3761.0, 3738.0, 3771.0, 3739.0, 3780.0, 3750.0, 3791.0, 3769.0, 3738.0, 3760.0, 3759.0, 3769.0, 3760.0, 3770.0, 3761.0, 3752.0, 3805.0, 3774.0, 3740.0, 3772.0, 3761.0, 3791.0, 3771.0, 3781.0, 3793.0, 3760.0, 3803.0, 3781.0, 3739.0, 3782.0, 3760.0, 3789.0, 3771.0, 3748.0, 3791.0, 3769.0, 3778.0, 3747.0, 3745.0, 3757.0, 3756.0, 3745.0, 3758.0, 3747.0, 3781.0, 3760.0, 3749.0, 3770.0, 3758.0, 3780.0, 3759.0, 3759.0, 3802.0, 3770.0, 3789.0, 3779.0, 3746.0, 3756.0, 3746.0, 3756.0, 3758.0, 3778.0, 3768.0, 3736.0, 3778.0, 3745.0, 3733.0, 3758.0, 3726.0, 3768.0, 3737.0, 3770.0, 3760.0, 3767.0, 3745.0, 3746.0, 3768.0, 3770.0, 3747.0, 3771.0, 3751.0, 3783.0, 3773.0, 3793.0, 3774.0, 3752.0, 3784.0, 3764.0, 3792.0, 3771.0, 3805.0, 3783.0, 3793.0, 3784.0, 3760.0, 3757.0, 3761.0, 3769.0, 3747.0, 3789.0, 3758.0, 3777.0, 3745.0, 3746.0, 3757.0, 3745.0, 3745.0, 3734.0, 3732.0, 3733.0, 3744.0, 3735.0, 3724.0, 3748.0, 3727.0, 3781.0, 3761.0, 3739.0, 3758.0, 3739.0, 3793.0, 3739.0, 3803.0, 3770.0, 3791.0, 3770.0, 3770.0, 3759.0, 3747.0, 3745.0, 3746.0, 3726.0, 3769.0, 3725.0, 3790.0, 3760.0, 3779.0, 3757.0, 3734.0, 3746.0, 3725.0, 3779.0, 3732.0, 3766.0, 3744.0, 3777.0, 3745.0, 3735.0, 3734.0, 3737.0, 3745.0, 3748.0, 3759.0, 3771.0, 3750.0, 3804.0, 3795.0, 3738.0, 3760.0, 3787.0, 3763.0, 3795.0, 3783.0, 3843.0, 3780.0, 3756.0, 3745.0, 3756.0, 3770.0, 3793.0, 3817.0, 3814.0, 3813.0, 3793.0, 3793.0, 3787.0, 3765.0, 3774.0, 3761.0, 3701.0, 3774.0, 3749.0, 3727.0, 3748.0, 3725.0, 3714.0, 3713.0, 3703.0, 3714.0, 3703.0, 3716.0, 3727.0, 3728.0, 3729.0, 3708.0, 3740.0, 3740.0, 3729.0, 3707.0, 3744.0, 3745.0, 3724.0, 3756.0, 3746.0, 3735.0, 3717.0, 3750.0, 3762.0, 3764.0, 3764.0, 3784.0, 3776.0, 3774.0, 3808.0, 3786.0, 3807.0, 3799.0, 3764.0, 3807.0, 3773.0, 3752.0, 3806.0, 3786.0, 3793.0, 3770.0, 3748.0, 3780.0, 3791.0, 3750.0, 3750.0, 3769.0, 3760.0, 3739.0, 3781.0, 3761.0, 3803.0, 3783.0, 3771.0, 3803.0, 3749.0, 3790.0, 3748.0, 3778.0, 3769.0, 3724.0, 3789.0, 3758.0, 3768.0, 3779.0, 3736.0, 3746.0, 3760.0, 3727.0, 3768.0, 3737.0, 3736.0, 3749.0, 3748.0, 3747.0, 3748.0, 3753.0, 3776.0, 3772.0, 3804.0, 3783.0, 3775.0, 3805.0, 3763.0, 3750.0, 3769.0, 3761.0, 3760.0, 3782.0, 3763.0, 3816.0, 3793.0, 3771.0, 3771.0, 3727.0, 3790.0, 3736.0, 3789.0, 3748.0, 3789.0, 3759.0, 3747.0, 3735.0, 3734.0, 3734.0, 3746.0, 3769.0, 3749.0, 3779.0, 3749.0, 3739.0, 3771.0, 3739.0, 3748.0, 3748.0, 3738.0, 3762.0, 3740.0, 3794.0, 3762.0, 3804.0, 3793.0, 3770.0, 3760.0, 3738.0, 3792.0, 3727.0, 3789.0, 3783.0, 3803.0, 3769.0, 3767.0, 3777.0, 3734.0, 3722.0, 3748.0, 3748.0, 3769.0, 3749.0, 3791.0, 3770.0, 3757.0, 3757.0, 3734.0, 3754.0, 3734.0, 3792.0, 3770.0, 3802.0, 3781.0, 3791.0, 3788.0, 3755.0, 3722.0, 3732.0, 3734.0, 3734.0, 3750.0, 3748.0, 3782.0, 3739.0, 3803.0, 3781.0, 3790.0, 3770.0, 3777.0, 3745.0, 3777.0, 3758.0, 3754.0, 3759.0, 3725.0, 3766.0, 3734.0, 3734.0, 3748.0, 3735.0, 3746.0, 3735.0, 3746.0, 3736.0, 3768.0, 3748.0, 3780.0, 3762.0, 3749.0, 3780.0, 3749.0, 3759.0, 3749.0, 3737.0, 3769.0, 3738.0, 3792.0, 3774.0, 3804.0, 3781.0, 3751.0, 3772.0, 3750.0, 3779.0, 3758.0, 3756.0, 3778.0, 3755.0, 3788.0, 3746.0, 3766.0, 3734.0, 3754.0, 3734.0, 3755.0, 3733.0, 3743.0, 3745.0, 3735.0, 3745.0, 3746.0, 3746.0, 3760.0, 3742.0, 3761.0, 3750.0, 3781.0, 3762.0, 3761.0, 3794.0, 3762.0, 3793.0, 3764.0, 3793.0, 3761.0, 3791.0, 3772.0, 3794.0, 3772.0, 3771.0, 3780.0, 3736.0, 3756.0, 3737.0, 3756.0, 3734.0, 3754.0, 3734.0, 3766.0, 3734.0, 3756.0, 3746.0, 3726.0, 3768.0, 3726.0, 3757.0, 3737.0, 3735.0, 3747.0, 3768.0, 3790.0, 3748.0, 3802.0, 3782.0, 3769.0, 3748.0, 3735.0, 3754.0, 3735.0, 3777.0, 3746.0, 3790.0, 3757.0, 3723.0, 3755.0, 3724.0, 3744.0, 3749.0, 3738.0, 3748.0, 3726.0, 3781.0, 3739.0, 3790.0, 3748.0, 3727.0, 3748.0, 3738.0, 3769.0, 3749.0, 3768.0, 3737.0, 3779.0, 3750.0, 3740.0, 3771.0, 3740.0, 3740.0, 3761.0, 3752.0, 3783.0, 3742.0, 3795.0, 3796.0, 3808.0, 3787.0, 3764.0, 3782.0, 3727.0, 3790.0, 3780.0, 3791.0, 3770.0, 3749.0, 3783.0, 3750.0, 3731.0, 3795.0, 3726.0, 3787.0, 3754.0, 3722.0, 3765.0, 3735.0, 3717.0, 3770.0, 3773.0, 3771.0, 3782.0, 3748.0, 3791.0, 3746.0, 3789.0, 3766.0, 3763.0, 3746.0, 3756.0, 3734.0, 3721.0, 3735.0, 3712.0, 3733.0, 3710.0, 3753.0, 3711.0, 3742.0, 3723.0, 3724.0, 3736.0, 3741.0, 3761.0, 3751.0, 3760.0, 3764.0, 3762.0, 3783.0, 3752.0, 3770.0, 3739.0, 3769.0, 3751.0, 3770.0, 3762.0, 3752.0, 3806.0, 3750.0, 3793.0, 3750.0, 3771.0, 3761.0, 3749.0, 3762.0, 3749.0, 3770.0, 3739.0, 3792.0, 3770.0, 3760.0, 3749.0, 3749.0, 3760.0, 3750.0, 3769.0, 3761.0, 3792.0, 3784.0, 3755.0, 3794.0, 3739.0, 3768.0, 3748.0, 3778.0, 3758.0, 3777.0, 3746.0, 3756.0, 3734.0, 3743.0, 3746.0, 3736.0, 3747.0, 3737.0, 3736.0, 3747.0, 3739.0, 3770.0, 3762.0, 3793.0, 3774.0, 3743.0, 3785.0, 3730.0, 3793.0, 3727.0, 3781.0, 3746.0, 3770.0, 3757.0, 3757.0, 3734.0, 3755.0, 3712.0, 3744.0, 3712.0, 3733.0, 3712.0, 3746.0, 3724.0, 3746.0, 3725.0, 3747.0, 3725.0, 3768.0, 3738.0, 3750.0, 3751.0, 3761.0, 3751.0, 3762.0, 3775.0, 3765.0, 3785.0, 3764.0, 3784.0, 3774.0, 3752.0, 3763.0, 3771.0, 3761.0, 3806.0, 3775.0, 3782.0, 3761.0, 3769.0, 3751.0, 3793.0, 3749.0, 3727.0, 3749.0, 3737.0, 3760.0, 3739.0, 3775.0, 3742.0, 3783.0, 3763.0, 3774.0, 3751.0, 3760.0, 3750.0, 3761.0, 3752.0, 3794.0, 3795.0, 3794.0, 3797.0, 3763.0, 3786.0, 3772.0, 3782.0, 3780.0, 3760.0, 3779.0, 3747.0, 3766.0, 3734.0, 3721.0, 3733.0, 3731.0, 3736.0, 3756.0, 3735.0, 3745.0, 3735.0, 3744.0, 3734.0, 3724.0, 3747.0, 3726.0, 3745.0, 3736.0, 3759.0, 3750.0, 3761.0, 3772.0, 3752.0, 3783.0, 3751.0, 3771.0, 3761.0, 3770.0, 3782.0, 3769.0, 3792.0, 3737.0, 3779.0, 3736.0, 3765.0, 3724.0, 3753.0, 3733.0, 3742.0, 3755.0, 3721.0, 3738.0, 3719.0, 3711.0, 3709.0, 3696.0, 3686.0, 3719.0, 3712.0, 3700.0, 3692.0, 3720.0, 3746.0, 3724.0, 3732.0, 3741.0, 3722.0, 3744.0, 3754.0, 3733.0, 3723.0, 3754.0, 3734.0, 3700.0, 3741.0, 3718.0, 3697.0, 3728.0, 3731.0, 3721.0, 3710.0, 3731.0, 3719.0, 3700.0, 3720.0, 3731.0, 3735.0, 3726.0, 3747.0, 3736.0, 3725.0, 3759.0, 3738.0, 3738.0, 3760.0, 3770.0, 3748.0, 3728.0, 3759.0, 3735.0, 3716.0, 3760.0, 3772.0, 3722.0, 3748.0, 3821.0, 3798.0, 3774.0, 3770.0, 3768.0, 3760.0, 3737.0, 3739.0, 3772.0, 3716.0, 3777.0, 3786.0, 3799.0, 3821.0, 3847.0, 3819.0, 3787.0, 3765.0, 3831.0, 3787.0, 3765.0, 3767.0, 3800.0, 3799.0, 3769.0, 3724.0, 3769.0], 'WindowWidth': [8608.0, 8544.0, 8475.0, 8527.0, 8480.0, 8488.0, 8473.0, 8425.0, 8500.0, 8453.0, 8518.0, 8500.0, 8477.0, 8476.0, 8431.0, 8440.0, 8429.0, 8416.0, 8477.0, 8433.0, 8506.0, 8482.0, 8419.0, 8496.0, 8448.0, 8398.0, 8442.0, 8428.0, 8472.0, 8451.0, 8478.0, 8480.0, 8449.0, 8512.0, 8452.0, 8418.0, 8445.0, 8435.0, 8461.0, 8468.0, 8441.0, 8515.0, 8488.0, 8487.0, 8487.0, 8454.0, 8466.0, 8449.0, 8476.0, 8448.0, 8416.0, 8495.0, 8449.0, 8500.0, 8468.0, 8443.0, 8453.0, 8441.0, 8477.0, 8464.0, 8518.0, 8469.0, 8424.0, 8500.0, 8455.0, 8464.0, 8450.0, 8459.0, 8473.0, 8433.0, 8478.0, 8419.0, 8513.0, 8483.0, 8420.0, 8456.0, 8432.0, 8447.0, 8454.0, 8421.0, 8467.0, 8438.0, 8516.0, 8492.0, 8428.0, 8486.0, 8457.0, 8481.0, 8456.0, 8425.0, 8514.0, 8466.0, 8518.0, 8486.0, 8420.0, 8451.0, 8437.0, 8482.0, 8468.0, 8420.0, 8511.0, 8467.0, 8421.0, 8450.0, 8440.0, 8464.0, 8453.0, 8441.0, 8519.0, 8505.0, 8452.0, 8502.0, 8452.0, 8474.0, 8429.0, 8395.0, 8477.0, 8432.0, 8496.0, 8480.0, 8430.0, 8461.0, 8432.0, 8415.0, 8446.0, 8430.0, 8499.0, 8482.0, 8492.0, 8480.0, 8451.0, 8481.0, 8450.0, 8427.0, 8450.0, 8415.0, 8495.0, 8481.0, 8496.0, 8480.0, 8445.0, 8445.0, 8444.0, 8443.0, 8449.0, 8432.0, 8464.0, 8433.0, 8495.0, 8437.0, 8512.0, 8450.0, 8414.0, 8448.0, 8430.0, 8457.0, 8448.0, 8496.0, 8469.0, 8451.0, 8484.0, 8453.0, 8445.0, 8455.0, 8471.0, 8469.0, 8459.0, 8499.0, 8452.0, 8517.0, 8484.0, 8436.0, 8466.0, 8454.0, 8467.0, 8476.0, 8444.0, 8504.0, 8458.0, 8516.0, 8486.0, 8458.0, 8459.0, 8477.0, 8452.0, 8485.0, 8476.0, 8471.0, 8507.0, 8457.0, 8538.0, 8488.0, 8439.0, 8481.0, 8433.0, 8496.0, 8472.0, 8515.0, 8471.0, 8454.0, 8521.0, 8476.0, 8458.0, 8469.0, 8496.0, 8506.0, 8481.0, 8457.0, 8524.0, 8502.0, 8462.0, 8492.0, 8463.0, 8519.0, 8457.0, 8517.0, 8509.0, 8484.0, 8544.0, 8489.0, 8460.0, 8434.0, 8449.0, 8458.0, 8446.0, 8474.0, 8446.0, 8430.0, 8496.0, 8446.0, 8431.0, 8456.0, 8447.0, 8464.0, 8452.0, 8448.0, 8498.0, 8471.0, 8437.0, 8464.0, 8451.0, 8450.0, 8467.0, 8453.0, 8516.0, 8508.0, 8458.0, 8523.0, 8473.0, 8461.0, 8490.0, 8480.0, 8515.0, 8467.0, 8477.0, 8452.0, 8438.0, 8517.0, 8487.0, 8454.0, 8468.0, 8450.0, 8458.0, 8457.0, 8439.0, 8510.0, 8461.0, 8515.0, 8503.0, 8453.0, 8481.0, 8469.0, 8435.0, 8463.0, 8447.0, 8479.0, 8469.0, 8465.0, 8514.0, 8452.0, 8451.0, 8452.0, 8431.0, 8458.0, 8429.0, 8458.0, 8448.0, 8496.0, 8468.0, 8431.0, 8444.0, 8444.0, 8446.0, 8453.0, 8433.0, 8464.0, 8450.0, 8495.0, 8467.0, 8434.0, 8466.0, 8454.0, 8471.0, 8469.0, 8435.0, 8485.0, 8442.0, 8523.0, 8491.0, 8499.0, 8468.0, 8456.0, 8468.0, 8455.0, 8464.0, 8468.0, 8446.0, 8517.0, 8483.0, 8489.0, 8460.0, 8434.0, 8458.0, 8428.0, 8457.0, 8430.0, 8427.0, 8492.0, 8462.0, 8470.0, 8425.0, 8423.0, 8437.0, 8425.0, 8438.0, 8441.0, 8430.0, 8446.0, 8438.0, 8459.0, 8453.0, 8421.0, 8465.0, 8452.0, 8465.0, 8472.0, 8489.0, 8478.0, 8461.0, 8509.0, 8461.0, 8505.0, 8453.0, 8481.0, 8448.0, 8479.0, 8452.0, 8495.0, 8466.0, 8422.0, 8481.0, 8440.0, 8422.0, 8477.0, 8441.0, 8507.0, 8461.0, 8524.0, 8492.0, 8490.0, 8459.0, 8422.0, 8474.0, 8426.0, 8483.0, 8443.0, 8498.0, 8466.0, 8422.0, 8457.0, 8454.0, 8466.0, 8457.0, 8469.0, 8460.0, 8447.0, 8523.0, 8481.0, 8432.0, 8474.0, 8460.0, 8498.0, 8473.0, 8485.0, 8504.0, 8454.0, 8519.0, 8484.0, 8425.0, 8488.0, 8454.0, 8490.0, 8473.0, 8435.0, 8497.0, 8463.0, 8473.0, 8430.0, 8428.0, 8446.0, 8443.0, 8428.0, 8449.0, 8435.0, 8484.0, 8457.0, 8439.0, 8466.0, 8451.0, 8481.0, 8452.0, 8451.0, 8517.0, 8467.0, 8494.0, 8480.0, 8431.0, 8443.0, 8427.0, 8442.0, 8448.0, 8475.0, 8462.0, 8416.0, 8473.0, 8426.0, 8407.0, 8450.0, 8401.0, 8464.0, 8419.0, 8469.0, 8457.0, 8460.0, 8429.0, 8434.0, 8465.0, 8470.0, 8436.0, 8474.0, 8447.0, 8492.0, 8480.0, 8507.0, 8482.0, 8450.0, 8492.0, 8467.0, 8501.0, 8471.0, 8524.0, 8490.0, 8505.0, 8493.0, 8453.0, 8446.0, 8459.0, 8464.0, 8432.0, 8492.0, 8448.0, 8473.0, 8427.0, 8429.0, 8446.0, 8425.0, 8426.0, 8412.0, 8405.0, 8409.0, 8426.0, 8417.0, 8401.0, 8437.0, 8410.0, 8485.0, 8462.0, 8429.0, 8451.0, 8428.0, 8505.0, 8426.0, 8522.0, 8469.0, 8498.0, 8467.0, 8468.0, 8452.0, 8433.0, 8426.0, 8430.0, 8404.0, 8465.0, 8402.0, 8496.0, 8457.0, 8479.0, 8443.0, 8409.0, 8431.0, 8399.0, 8479.0, 8405.0, 8456.0, 8425.0, 8473.0, 8430.0, 8415.0, 8412.0, 8418.0, 8429.0, 8438.0, 8451.0, 8473.0, 8444.0, 8522.0, 8515.0, 8402.0, 8445.0, 8517.0, 8475.0, 8518.0, 8497.0, 8609.0, 8485.0, 8448.0, 8435.0, 8450.0, 8478.0, 8516.0, 8557.0, 8547.0, 8545.0, 8513.0, 8514.0, 8496.0, 8456.0, 8468.0, 8445.0, 8323.0, 8477.0, 8420.0, 8385.0, 8416.0, 8381.0, 8361.0, 8360.0, 8346.0, 8362.0, 8348.0, 8368.0, 8386.0, 8389.0, 8392.0, 8364.0, 8407.0, 8410.0, 8393.0, 8360.0, 8422.0, 8427.0, 8398.0, 8441.0, 8428.0, 8414.0, 8391.0, 8440.0, 8461.0, 8467.0, 8469.0, 8494.0, 8487.0, 8482.0, 8532.0, 8501.0, 8528.0, 8521.0, 8467.0, 8531.0, 8476.0, 8447.0, 8527.0, 8500.0, 8506.0, 8468.0, 8436.0, 8480.0, 8498.0, 8441.0, 8441.0, 8467.0, 8457.0, 8424.0, 8486.0, 8458.0, 8519.0, 8490.0, 8470.0, 8519.0, 8439.0, 8495.0, 8435.0, 8474.0, 8463.0, 8398.0, 8491.0, 8446.0, 8459.0, 8477.0, 8415.0, 8428.0, 8457.0, 8406.0, 8460.0, 8421.0, 8419.0, 8440.0, 8439.0, 8435.0, 8439.0, 8455.0, 8493.0, 8480.0, 8522.0, 8489.0, 8488.0, 8527.0, 8465.0, 8442.0, 8468.0, 8460.0, 8455.0, 8487.0, 8465.0, 8544.0, 8506.0, 8473.0, 8472.0, 8406.0, 8497.0, 8417.0, 8491.0, 8437.0, 8492.0, 8453.0, 8435.0, 8417.0, 8410.0, 8412.0, 8432.0, 8469.0, 8440.0, 8482.0, 8442.0, 8429.0, 8474.0, 8430.0, 8439.0, 8440.0, 8426.0, 8463.0, 8433.0, 8510.0, 8464.0, 8523.0, 8506.0, 8472.0, 8455.0, 8423.0, 8502.0, 8409.0, 8495.0, 8492.0, 8520.0, 8466.0, 8458.0, 8476.0, 8412.0, 8392.0, 8439.0, 8436.0, 8467.0, 8443.0, 8499.0, 8470.0, 8448.0, 8447.0, 8411.0, 8437.0, 8411.0, 8501.0, 8469.0, 8518.0, 8488.0, 8500.0, 8491.0, 8441.0, 8392.0, 8407.0, 8413.0, 8412.0, 8447.0, 8439.0, 8490.0, 8430.0, 8521.0, 8487.0, 8497.0, 8469.0, 8473.0, 8426.0, 8475.0, 8450.0, 8437.0, 8453.0, 8399.0, 8455.0, 8410.0, 8411.0, 8439.0, 8415.0, 8431.0, 8414.0, 8433.0, 8420.0, 8466.0, 8439.0, 8483.0, 8464.0, 8443.0, 8485.0, 8442.0, 8455.0, 8441.0, 8422.0, 8468.0, 8424.0, 8504.0, 8482.0, 8525.0, 8488.0, 8448.0, 8477.0, 8444.0, 8476.0, 8449.0, 8441.0, 8477.0, 8438.0, 8492.0, 8428.0, 8457.0, 8409.0, 8434.0, 8408.0, 8438.0, 8408.0, 8419.0, 8428.0, 8414.0, 8427.0, 8432.0, 8433.0, 8459.0, 8439.0, 8461.0, 8444.0, 8486.0, 8464.0, 8460.0, 8510.0, 8464.0, 8506.0, 8467.0, 8504.0, 8460.0, 8498.0, 8474.0, 8509.0, 8475.0, 8469.0, 8482.0, 8414.0, 8439.0, 8418.0, 8441.0, 8408.0, 8436.0, 8412.0, 8454.0, 8412.0, 8441.0, 8432.0, 8402.0, 8462.0, 8405.0, 8445.0, 8419.0, 8415.0, 8434.0, 8459.0, 8494.0, 8433.0, 8517.0, 8487.0, 8463.0, 8437.0, 8410.0, 8436.0, 8410.0, 8471.0, 8430.0, 8497.0, 8446.0, 8395.0, 8438.0, 8397.0, 8423.0, 8441.0, 8423.0, 8435.0, 8405.0, 8485.0, 8427.0, 8493.0, 8437.0, 8408.0, 8434.0, 8424.0, 8465.0, 8437.0, 8461.0, 8420.0, 8479.0, 8444.0, 8430.0, 8473.0, 8430.0, 8431.0, 8459.0, 8449.0, 8491.0, 8435.0, 8511.0, 8513.0, 8533.0, 8504.0, 8466.0, 8485.0, 8405.0, 8495.0, 8478.0, 8496.0, 8467.0, 8438.0, 8489.0, 8443.0, 8401.0, 8517.0, 8405.0, 8485.0, 8436.0, 8387.0, 8449.0, 8411.0, 8391.0, 8466.0, 8477.0, 8471.0, 8487.0, 8435.0, 8498.0, 8428.0, 8493.0, 8453.0, 8445.0, 8427.0, 8439.0, 8409.0, 8384.0, 8409.0, 8376.0, 8404.0, 8368.0, 8429.0, 8373.0, 8415.0, 8394.0, 8397.0, 8417.0, 8432.0, 8458.0, 8443.0, 8454.0, 8468.0, 8462.0, 8489.0, 8447.0, 8467.0, 8425.0, 8464.0, 8445.0, 8467.0, 8457.0, 8450.0, 8525.0, 8439.0, 8504.0, 8443.0, 8470.0, 8458.0, 8438.0, 8460.0, 8435.0, 8467.0, 8424.0, 8503.0, 8468.0, 8454.0, 8435.0, 8437.0, 8455.0, 8440.0, 8464.0, 8458.0, 8498.0, 8492.0, 8458.0, 8506.0, 8423.0, 8459.0, 8434.0, 8470.0, 8447.0, 8467.0, 8428.0, 8439.0, 8408.0, 8418.0, 8427.0, 8417.0, 8432.0, 8420.0, 8417.0, 8434.0, 8424.0, 8469.0, 8462.0, 8502.0, 8479.0, 8438.0, 8495.0, 8415.0, 8500.0, 8402.0, 8482.0, 8425.0, 8465.0, 8443.0, 8441.0, 8405.0, 8436.0, 8374.0, 8420.0, 8373.0, 8403.0, 8372.0, 8425.0, 8394.0, 8425.0, 8395.0, 8429.0, 8400.0, 8459.0, 8422.0, 8441.0, 8441.0, 8458.0, 8442.0, 8461.0, 8484.0, 8468.0, 8496.0, 8465.0, 8493.0, 8479.0, 8445.0, 8461.0, 8468.0, 8457.0, 8525.0, 8480.0, 8484.0, 8455.0, 8462.0, 8441.0, 8503.0, 8436.0, 8403.0, 8434.0, 8416.0, 8451.0, 8423.0, 8482.0, 8433.0, 8488.0, 8462.0, 8479.0, 8446.0, 8456.0, 8442.0, 8456.0, 8448.0, 8503.0, 8507.0, 8508.0, 8516.0, 8463.0, 8497.0, 8472.0, 8486.0, 8479.0, 8453.0, 8475.0, 8427.0, 8451.0, 8405.0, 8383.0, 8403.0, 8397.0, 8413.0, 8438.0, 8410.0, 8421.0, 8410.0, 8418.0, 8408.0, 8397.0, 8432.0, 8402.0, 8426.0, 8418.0, 8449.0, 8443.0, 8456.0, 8473.0, 8446.0, 8488.0, 8443.0, 8469.0, 8455.0, 8465.0, 8484.0, 8462.0, 8502.0, 8416.0, 8476.0, 8414.0, 8449.0, 8392.0, 8428.0, 8403.0, 8413.0, 8439.0, 8382.0, 8398.0, 8375.0, 8369.0, 8361.0, 8337.0, 8326.0, 8375.0, 8375.0, 8353.0, 8349.0, 8380.0, 8425.0, 8393.0, 8398.0, 8407.0, 8385.0, 8414.0, 8428.0, 8400.0, 8386.0, 8426.0, 8401.0, 8349.0, 8406.0, 8369.0, 8337.0, 8381.0, 8391.0, 8379.0, 8363.0, 8390.0, 8374.0, 8353.0, 8376.0, 8392.0, 8408.0, 8398.0, 8426.0, 8408.0, 8393.0, 8443.0, 8415.0, 8417.0, 8448.0, 8460.0, 8428.0, 8400.0, 8444.0, 8403.0, 8383.0, 8448.0, 8467.0, 8381.0, 8429.0, 8555.0, 8517.0, 8474.0, 8464.0, 8456.0, 8450.0, 8415.0, 8420.0, 8471.0, 8395.0, 8495.0, 8498.0, 8521.0, 8557.0, 8608.0, 8553.0, 8503.0, 8472.0, 8569.0, 8503.0, 8470.0, 8479.0, 8528.0, 8527.0, 8466.0, 8377.0, 8465.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.015480737847222223</td></tr>
<tr><td colspan=3>aqi</td><td>0.10757788055555555</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.787384023292844</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2285877756646397</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1409104822415281</td></tr>
<tr><td colspan=3>efc</td><td>0.4437</td></tr>
<tr><td colspan=3>fber</td><td>7047.8389</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.32548760332749893</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>408</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>35.416666666666664</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.761024722840995</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6354240280756858</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.085290926440932</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.562359214006367</td></tr>
<tr><td colspan=3>gcor</td><td>0.00761572</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014360344968736172</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024756522849202156</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.007220842028445</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>25.7607</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.7331</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.4145</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310398.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>595.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.5378</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1567</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.4268</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3019.1769</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3209.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3916.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>800.9231</td></tr>
<tr><td colspan=3>tsnr</td><td>19.889866834273562</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>