ds005256-mriqc/sub-0033_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter a76d168855 [DATALAD RUNCMD] Compute MRIQC for sub-0033
=== 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-0033 --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-0033",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:07:04 +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-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-02/func/sub-0033_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>363754ed9a78a5a15a41b3ae8cf1c642</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:45:25.637500</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.999347, 0.0347726, 0.00980601, -0.0340248, 0.997091, -0.0682087]</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.102961</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>[4149, -7738, -7262, 431, -65, -89, 26, 63]</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>289.689</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>328f995e-ce01-41b2-99a8-f86a43e01982||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.6811752319335938, -0.0912860855460167, 0.032803039997816086, 116.06156158447266], [-0.09329239279031754, 2.675121545791626, -0.18314231932163239, -87.956787109375], [0.026308802887797356, 0.1829988658428192, 2.6935818195343018, -92.93982696533203], [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': ['114525.637500', '114526.097500', '114526.557500', '114527.017500', '114527.477500', '114527.937500', '114528.397500', '114528.857500', '114529.317500', '114529.777500', '114530.237500', '114530.697500', '114531.157500', '114531.617500', '114532.077500', '114532.537500', '114532.997500', '114533.457500', '114533.917500', '114534.377500', '114534.837500', '114535.297500', '114535.757500', '114536.217500', '114536.677500', '114537.137500', '114537.597500', '114538.057500', '114538.517500', '114538.977500', '114539.437500', '114539.897500', '114540.357500', '114540.817500', '114541.277500', '114541.737500', '114542.197500', '114542.657500', '114543.117500', '114543.577500', '114544.037500', '114544.497500', '114544.957500', '114545.417500', '114545.877500', '114546.337500', '114546.797500', '114547.257500', '114547.717500', '114548.177500', '114548.637500', '114549.097500', '114549.557500', '114550.017500', '114550.477500', '114550.937500', '114551.397500', '114551.857500', '114552.317500', '114552.777500', '114553.237500', '114553.697500', '114554.157500', '114554.617500', '114555.077500', '114555.537500', '114555.997500', '114556.457500', '114556.917500', '114557.377500', '114557.837500', '114558.297500', '114558.757500', '114559.217500', '114559.677500', '114600.137500', '114600.597500', '114601.057500', '114601.517500', '114601.977500', '114602.437500', '114602.897500', '114603.357500', '114603.817500', '114604.277500', '114604.737500', '114605.197500', '114605.657500', '114606.117500', '114606.577500', '114607.037500', '114607.497500', '114607.957500', '114608.417500', '114608.877500', '114609.337500', '114609.797500', '114610.257500', '114610.717500', '114611.177500', '114611.637500', '114612.097500', '114612.557500', '114613.017500', '114613.477500', '114613.937500', '114614.397500', '114614.857500', '114615.317500', '114615.777500', '114616.237500', '114616.697500', '114617.157500', '114617.617500', '114618.077500', '114618.537500', '114618.997500', '114619.457500', '114619.917500', '114620.377500', '114620.837500', '114621.297500', '114621.757500', '114622.217500', '114622.677500', '114623.137500', '114623.597500', '114624.057500', '114624.517500', '114624.977500', '114625.437500', '114625.897500', '114626.357500', '114626.817500', '114627.277500', '114627.737500', '114628.197500', '114628.657500', '114629.117500', '114629.577500', '114630.037500', '114630.497500', '114630.957500', '114631.417500', '114631.877500', '114632.337500', '114632.797500', '114633.257500', '114633.717500', '114634.177500', '114634.637500', '114635.097500', '114635.557500', '114636.017500', '114636.477500', '114636.937500', '114637.397500', '114637.857500', '114638.317500', '114638.777500', '114639.237500', '114639.697500', '114640.157500', '114640.617500', '114641.077500', '114641.537500', '114641.997500', '114642.457500', '114642.917500', '114643.377500', '114643.837500', '114644.297500', '114644.757500', '114645.217500', '114645.677500', '114646.137500', '114646.597500', '114647.057500', '114647.517500', '114647.977500', '114648.437500', '114648.897500', '114649.357500', '114649.817500', '114650.277500', '114650.737500', '114651.197500', '114651.657500', '114652.117500', '114652.577500', '114653.037500', '114653.497500', '114653.957500', '114654.417500', '114654.877500', '114655.337500', '114655.797500', '114656.257500', '114656.717500', '114657.177500', '114657.637500', '114658.097500', '114658.557500', '114659.017500', '114659.477500', '114659.937500', '114700.397500', '114700.857500', '114701.317500', '114701.777500', '114702.237500', '114702.697500', '114703.157500', '114703.617500', '114704.077500', '114704.537500', '114704.997500', '114705.457500', '114705.917500', '114706.377500', '114706.837500', '114707.297500', '114707.757500', '114708.217500', '114708.677500', '114709.137500', '114709.597500', '114710.057500', '114710.517500', '114710.977500', '114711.437500', '114711.897500', '114712.357500', '114712.817500', '114713.277500', '114713.737500', '114714.197500', '114714.657500', '114715.117500', '114715.577500', '114716.037500', '114716.497500', '114716.957500', '114717.417500', '114717.877500', '114718.337500', '114718.797500', '114719.257500', '114719.717500', '114720.177500', '114720.637500', '114721.097500', '114721.557500', '114722.017500', '114722.477500', '114722.937500', '114723.397500', '114723.857500', '114724.317500', '114724.777500', '114725.237500', '114725.697500', '114726.157500', '114726.617500', '114727.077500', '114727.537500', '114727.997500', '114728.457500', '114728.917500', '114729.377500', '114729.837500', '114730.297500', '114730.757500', '114731.217500', '114731.677500', '114732.137500', '114732.597500', '114733.057500', '114733.517500', '114733.977500', '114734.437500', '114734.897500', '114735.357500', '114735.817500', '114736.277500', '114736.737500', '114737.197500', '114737.657500', '114738.117500', '114738.577500', '114739.037500', '114739.497500', '114739.957500', '114740.417500', '114740.877500', '114741.337500', '114741.797500', '114742.257500', '114742.717500', '114743.177500', '114743.637500', '114744.097500', '114744.557500', '114745.017500', '114745.477500', '114745.937500', '114746.397500', '114746.857500', '114747.317500', '114747.777500', '114748.237500', '114748.697500', '114749.157500', '114749.617500', '114750.077500', '114750.537500', '114750.997500', '114751.457500', '114751.917500', '114752.377500', '114752.837500', '114753.297500', '114753.757500', '114754.217500', '114754.677500', '114755.137500', '114755.597500', '114756.057500', '114756.517500', '114756.977500', '114757.437500', '114757.897500', '114758.357500', '114758.817500', '114759.277500', '114759.737500', '114800.197500', '114800.657500', '114801.117500', '114801.577500', '114802.037500', '114802.497500', '114802.957500', '114803.417500', '114803.877500', '114804.337500', '114804.797500', '114805.257500', '114805.717500', '114806.177500', '114806.637500', '114807.097500', '114807.557500', '114808.017500', '114808.477500', '114808.937500', '114809.397500', '114809.857500', '114810.317500', '114810.777500', '114811.237500', '114811.697500', '114812.157500', '114812.617500', '114813.077500', '114813.537500', '114813.997500', '114814.457500', '114814.917500', '114815.377500', '114815.837500', '114816.297500', '114816.757500', '114817.217500', '114817.677500', '114818.137500', '114818.597500', '114819.057500', '114819.517500', '114819.977500', '114820.437500', '114820.897500', '114821.357500', '114821.817500', '114822.277500', '114822.737500', '114823.197500', '114823.657500', '114824.117500', '114824.577500', '114825.037500', '114825.497500', '114825.957500', '114826.417500', '114826.877500', '114827.337500', '114827.797500', '114828.257500', '114828.717500', '114829.177500', '114829.637500', '114830.097500', '114830.557500', '114831.017500', '114831.477500', '114831.937500', '114832.397500', '114832.857500', '114833.317500', '114833.777500', '114834.237500', '114834.697500', '114835.157500', '114835.617500', '114836.077500', '114836.537500', '114836.997500', '114837.457500', '114837.917500', '114838.377500', '114838.837500', '114839.297500', '114839.757500', '114840.217500', '114840.677500', '114841.137500', '114841.597500', '114842.057500', '114842.517500', '114842.977500', '114843.437500', '114843.897500', '114844.357500', '114844.817500', '114845.277500', '114845.737500', '114846.197500', '114846.657500', '114847.117500', '114847.577500', '114848.037500', '114848.497500', '114848.957500', '114849.417500', '114849.877500', '114850.337500', '114850.797500', '114851.257500', '114851.717500', '114852.177500', '114852.637500', '114853.097500', '114853.557500', '114854.017500', '114854.477500', '114854.937500', '114855.397500', '114855.857500', '114856.317500', '114856.777500', '114857.237500', '114857.697500', '114858.157500', '114858.617500', '114859.077500', '114859.537500', '114859.997500', '114900.457500', '114900.917500', '114901.377500', '114901.837500', '114902.297500', '114902.757500', '114903.217500', '114903.677500', '114904.137500', '114904.597500', '114905.057500', '114905.517500', '114905.977500', '114906.437500', '114906.897500', '114907.357500', '114907.817500', '114908.277500', '114908.737500', '114909.197500', '114909.657500', '114910.117500', '114910.577500', '114911.037500', '114911.497500', '114911.957500', '114912.417500', '114912.877500', '114913.337500', '114913.797500', '114914.257500', '114914.717500', '114915.177500', '114915.637500', '114916.097500', '114916.557500', '114917.017500', '114917.477500', '114917.937500', '114918.397500', '114918.857500', '114919.317500', '114919.777500', '114920.237500', '114920.697500', '114921.157500', '114921.617500', '114922.077500', '114922.537500', '114922.997500', '114923.457500', '114923.917500', '114924.377500', '114924.837500', '114925.297500', '114925.757500', '114926.217500', '114926.677500', '114927.137500', '114927.597500', '114928.057500', '114928.517500', '114928.977500', '114929.437500', '114929.897500', '114930.357500', '114930.817500', '114931.277500', '114931.737500', '114932.197500', '114932.657500', '114933.117500', '114933.577500', '114934.037500', '114934.497500', '114934.957500', '114935.417500', '114935.877500', '114936.337500', '114936.797500', '114937.257500', '114937.717500', '114938.177500', '114938.637500', '114939.097500', '114939.557500', '114940.017500', '114940.477500', '114940.937500', '114941.397500', '114941.857500', '114942.317500', '114942.777500', '114943.237500', '114943.697500', '114944.157500', '114944.617500', '114945.077500', '114945.537500', '114945.997500', '114946.457500', '114946.917500', '114947.377500', '114947.837500', '114948.297500', '114948.757500', '114949.217500', '114949.677500', '114950.137500', '114950.597500', '114951.057500', '114951.517500', '114951.977500', '114952.437500', '114952.897500', '114953.357500', '114953.817500', '114954.277500', '114954.737500', '114955.197500', '114955.657500', '114956.117500', '114956.577500', '114957.037500', '114957.497500', '114957.957500', '114958.417500', '114958.877500', '114959.337500', '114959.797500', '115000.257500', '115000.717500', '115001.177500', '115001.637500', '115002.097500', '115002.557500', '115003.017500', '115003.477500', '115003.937500', '115004.397500', '115004.857500', '115005.317500', '115005.777500', '115006.237500', '115006.697500', '115007.157500', '115007.617500', '115008.077500', '115008.537500', '115008.997500', '115009.457500', '115009.917500', '115010.377500', '115010.837500', '115011.297500', '115011.757500', '115012.217500', '115012.677500', '115013.137500', '115013.597500', '115014.057500', '115014.517500', '115014.977500', '115015.437500', '115015.897500', '115016.357500', '115016.817500', '115017.277500', '115017.737500', '115018.197500', '115018.657500', '115019.117500', '115019.577500', '115020.037500', '115020.497500', '115020.957500', '115021.417500', '115021.877500', '115022.337500', '115022.797500', '115023.257500', '115023.717500', '115024.177500', '115024.637500', '115025.097500', '115025.557500', '115026.017500', '115026.477500', '115026.937500', '115027.397500', '115027.857500', '115028.317500', '115028.777500', '115029.237500', '115029.697500', '115030.157500', '115030.617500', '115031.077500', '115031.537500', '115031.997500', '115032.457500', '115032.917500', '115033.377500', '115033.837500', '115034.297500', '115034.757500', '115035.217500', '115035.677500', '115036.137500', '115036.597500', '115037.057500', '115037.517500', '115037.977500', '115038.437500', '115038.897500', '115039.357500', '115039.817500', '115040.277500', '115040.737500', '115041.197500', '115041.657500', '115042.117500', '115042.577500', '115043.037500', '115043.497500', '115043.957500', '115044.417500', '115044.877500', '115045.337500', '115045.797500', '115046.257500', '115046.717500', '115047.177500', '115047.637500', '115048.097500', '115048.557500', '115049.017500', '115049.477500', '115049.937500', '115050.397500', '115050.857500', '115051.317500', '115051.777500', '115052.237500', '115052.697500', '115053.157500', '115053.617500', '115054.077500', '115054.537500', '115054.997500', '115055.457500', '115055.917500', '115056.377500', '115056.837500', '115057.297500', '115057.757500', '115058.217500', '115058.677500', '115059.137500', '115059.597500', '115100.057500', '115100.517500', '115100.977500', '115101.437500', '115101.897500', '115102.357500', '115102.817500', '115103.277500', '115103.737500', '115104.197500', '115104.657500', '115105.117500', '115105.577500', '115106.037500', '115106.497500', '115106.957500', '115107.417500', '115107.877500', '115108.337500', '115108.797500', '115109.257500', '115109.717500', '115110.177500', '115110.637500', '115111.097500', '115111.557500', '115112.017500', '115112.477500', '115112.937500', '115113.397500', '115113.857500', '115114.317500', '115114.777500', '115115.237500', '115115.697500', '115116.157500', '115116.617500', '115117.077500', '115117.537500', '115117.997500', '115118.457500', '115118.917500', '115119.377500', '115119.837500', '115120.297500', '115120.757500', '115121.217500', '115121.677500', '115122.137500', '115122.597500', '115123.057500', '115123.517500', '115123.977500', '115124.437500', '115124.897500', '115125.357500', '115125.817500', '115126.277500', '115126.737500', '115127.197500', '115127.657500', '115128.117500', '115128.577500', '115129.037500', '115129.497500', '115129.957500', '115130.417500', '115130.877500', '115131.337500', '115131.797500', '115132.257500', '115132.717500', '115133.177500', '115133.637500', '115134.097500', '115134.557500', '115135.017500', '115135.477500', '115135.937500', '115136.397500', '115136.857500', '115137.317500', '115137.777500', '115138.237500', '115138.697500', '115139.157500', '115139.617500', '115140.077500', '115140.537500', '115140.997500', '115141.457500', '115141.917500', '115142.377500', '115142.837500', '115143.297500', '115143.757500', '115144.217500', '115144.677500', '115145.137500', '115145.597500', '115146.057500', '115146.517500', '115146.977500', '115147.437500', '115147.897500', '115148.357500', '115148.817500', '115149.277500', '115149.737500', '115150.197500', '115150.657500', '115151.117500', '115151.577500', '115152.037500', '115152.497500', '115152.957500', '115153.417500', '115153.877500', '115154.337500', '115154.797500', '115155.257500', '115155.717500', '115156.177500', '115156.637500', '115157.097500', '115157.557500', '115158.017500', '115158.477500', '115158.937500', '115159.397500', '115159.857500', '115200.317500', '115200.777500', '115201.237500', '115201.697500', '115202.157500', '115202.617500', '115203.077500', '115203.537500', '115203.997500', '115204.457500', '115204.917500', '115205.377500', '115205.837500', '115206.297500', '115206.757500', '115207.217500', '115207.677500', '115208.137500', '115208.597500', '115209.057500', '115209.517500', '115209.977500', '115210.437500', '115210.897500', '115211.357500', '115211.817500', '115212.277500', '115212.737500', '115213.197500', '115213.657500', '115214.117500', '115214.577500', '115215.037500', '115215.497500', '115215.957500', '115216.417500', '115216.877500', '115217.337500', '115217.797500', '115218.257500', '115218.717500', '115219.177500', '115219.637500', '115220.097500', '115220.557500', '115221.017500', '115221.477500', '115221.937500', '115222.397500', '115222.857500', '115223.317500', '115223.777500', '115224.237500', '115224.697500', '115225.157500', '115225.617500', '115226.077500', '115226.537500', '115226.997500', '115227.457500', '115227.917500', '115228.377500', '115228.837500', '115229.297500', '115229.757500', '115230.217500', '115230.677500', '115231.137500', '115231.597500', '115232.057500', '115232.517500', '115232.977500', '115233.437500', '115233.897500', '115234.357500', '115234.817500', '115235.277500', '115235.737500', '115236.197500', '115236.657500', '115237.117500', '115237.577500', '115238.037500', '115238.497500', '115238.957500', '115239.417500', '115239.877500', '115240.337500', '115240.797500', '115241.257500', '115241.717500', '115242.177500', '115242.637500', '115243.097500', '115243.557500', '115244.017500', '115244.477500', '115244.937500', '115245.397500', '115245.857500', '115246.317500', '115246.777500', '115247.237500', '115247.697500', '115248.157500', '115248.617500', '115249.077500', '115249.537500', '115249.997500', '115250.457500', '115250.917500', '115251.377500', '115251.837500', '115252.297500', '115252.757500', '115253.217500', '115253.677500', '115254.137500', '115254.597500', '115255.057500', '115255.517500', '115255.977500', '115256.437500', '115256.897500', '115257.357500', '115257.817500', '115258.277500', '115258.737500', '115259.197500', '115259.657500', '115300.117500', '115300.577500', '115301.037500', '115301.497500', '115301.957500', '115302.417500', '115302.877500', '115303.337500', '115303.797500', '115304.257500', '115304.717500', '115305.177500', '115305.637500', '115306.097500', '115306.557500', '115307.017500', '115307.477500', '115307.937500', '115308.397500', '115308.857500', '115309.317500', '115309.777500', '115310.237500', '115310.697500', '115311.157500', '115311.617500', '115312.077500', '115312.537500', '115312.997500', '115313.457500', '115313.917500', '115314.377500', '115314.837500', '115315.297500', '115315.757500', '115316.217500', '115316.677500', '115317.137500', '115317.597500', '115318.057500', '115318.517500', '115318.977500', '115319.437500', '115319.897500', '115320.357500', '115320.817500', '115321.277500', '115321.737500', '115322.197500', '115322.657500', '115323.117500', '115323.577500', '115324.037500', '115324.497500', '115324.957500', '115325.417500', '115325.877500', '115326.337500', '115326.797500', '115327.257500', '115327.717500', '115328.177500', '115328.637500', '115329.097500', '115329.557500', '115330.017500', '115330.477500', '115330.937500', '115331.397500', '115331.857500', '115332.317500', '115332.777500', '115333.237500', '115333.697500', '115334.157500', '115334.617500', '115335.077500', '115335.537500', '115335.997500', '115336.457500', '115336.917500', '115337.377500', '115337.837500', '115338.297500', '115338.757500', '115339.217500', '115339.677500', '115340.137500', '115340.597500', '115341.057500', '115341.517500', '115341.977500', '115342.437500', '115342.897500', '115343.357500', '115343.817500', '115344.277500', '115344.737500', '115345.197500', '115345.657500', '115346.117500', '115346.577500', '115347.037500', '115347.497500', '115347.957500', '115348.417500', '115348.877500', '115349.337500', '115349.797500', '115350.257500', '115350.717500', '115351.177500', '115351.637500', '115352.097500', '115352.557500', '115353.017500', '115353.477500', '115353.937500', '115354.397500', '115354.857500', '115355.317500', '115355.777500', '115356.237500', '115356.697500', '115357.157500', '115357.617500', '115358.077500', '115358.537500', '115358.997500', '115359.457500', '115359.917500', '115400.377500', '115400.837500', '115401.297500', '115401.757500', '115402.217500', '115402.677500', '115403.137500', '115403.597500', '115404.057500', '115404.517500', '115404.977500', '115405.437500', '115405.897500', '115406.357500', '115406.817500', '115407.277500', '115407.737500', '115408.197500', '115408.657500', '115409.117500', '115409.577500', '115410.037500', '115410.497500', '115410.957500', '115411.417500', '115411.877500', '115412.337500', '115412.797500', '115413.257500', '115413.717500', '115414.177500', '115414.637500', '115415.097500', '115415.557500', '115416.017500', '115416.477500', '115416.937500'], 'ContentTime': ['114541.358000', '114541.361000', '114541.373000', '114541.383000', '114541.386000', '114541.388000', '114541.391000', '114541.394000', '114541.397000', '114541.400000', '114541.403000', '114541.406000', '114541.416000', '114541.418000', '114541.421000', '114541.424000', '114541.427000', '114541.430000', '114541.434000', '114541.436000', '114541.439000', '114541.442000', '114541.446000', '114541.449000', '114541.451000', '114541.454000', '114541.458000', '114541.461000', '114541.463000', '114541.466000', '114541.469000', '114541.472000', '114601.327000', '114601.331000', '114601.333000', '114601.343000', '114601.346000', '114601.349000', '114601.352000', '114601.355000', '114601.358000', '114601.361000', '114601.364000', '114601.367000', '114601.370000', '114601.373000', '114601.376000', '114601.379000', '114601.382000', '114601.385000', '114601.388000', '114601.391000', '114601.394000', '114601.397000', '114601.400000', '114601.424000', '114601.428000', '114601.431000', '114601.434000', '114601.486000', '114601.489000', '114601.492000', '114601.495000', '114601.497000', '114601.500000', '114601.503000', '114601.506000', '114601.509000', '114601.512000', '114601.515000', '114601.518000', '114601.521000', '114601.523000', '114601.526000', '114601.529000', '114621.327000', '114621.330000', '114621.333000', '114621.335000', '114621.339000', '114621.341000', '114621.344000', '114621.347000', '114621.350000', '114621.353000', '114621.356000', '114621.359000', '114621.362000', '114621.365000', '114621.367000', '114621.370000', '114621.373000', '114621.376000', '114621.379000', '114621.382000', '114621.385000', '114621.388000', '114621.390000', '114621.393000', '114621.396000', '114621.405000', '114621.408000', '114621.411000', '114621.414000', '114621.417000', '114621.420000', '114621.423000', '114621.426000', '114621.428000', '114621.431000', '114621.434000', '114621.437000', '114621.440000', '114621.443000', '114621.446000', '114621.449000', '114621.451000', '114621.454000', '114621.457000', '114641.327000', '114641.330000', '114641.333000', '114641.336000', '114641.339000', '114641.342000', '114641.345000', '114641.348000', '114641.350000', '114641.353000', '114641.356000', '114641.359000', '114641.362000', '114641.365000', '114641.368000', '114641.372000', '114641.375000', '114641.378000', '114641.381000', '114641.384000', '114641.386000', '114641.389000', '114641.392000', '114641.395000', '114641.398000', '114641.401000', '114641.404000', '114641.407000', '114641.410000', '114641.412000', '114641.415000', '114641.418000', '114641.421000', '114641.424000', '114641.427000', '114641.430000', '114641.433000', '114641.436000', '114641.439000', '114641.442000', '114641.447000', '114641.450000', '114641.453000', '114701.327000', '114701.330000', '114701.333000', '114701.336000', '114701.339000', '114701.342000', '114701.345000', '114701.355000', '114701.358000', '114701.361000', '114701.363000', '114701.366000', '114701.369000', '114701.372000', '114701.375000', '114701.378000', '114701.381000', '114701.384000', '114701.387000', '114701.390000', '114701.393000', '114701.395000', '114701.398000', '114701.401000', '114701.404000', '114701.407000', '114701.410000', '114701.413000', '114701.416000', '114701.419000', '114701.422000', '114701.425000', '114701.427000', '114701.430000', '114701.433000', '114701.436000', '114701.439000', '114701.442000', '114701.445000', '114701.448000', '114701.451000', '114701.453000', '114701.456000', '114701.459000', '114721.328000', '114721.331000', '114721.334000', '114721.337000', '114721.340000', '114721.343000', '114721.346000', '114721.349000', '114721.351000', '114721.354000', '114721.357000', '114721.360000', '114721.363000', '114721.366000', '114721.369000', '114721.372000', '114721.375000', '114721.378000', '114721.381000', '114721.383000', '114721.386000', '114721.389000', '114721.392000', '114721.395000', '114721.398000', '114721.401000', '114721.404000', '114721.407000', '114721.410000', '114721.413000', '114721.416000', '114721.418000', '114721.421000', '114721.424000', '114721.427000', '114721.430000', '114721.433000', '114721.436000', '114721.439000', '114721.442000', '114721.445000', '114721.448000', '114721.451000', '114741.328000', '114741.331000', '114741.334000', '114741.337000', '114741.340000', '114741.343000', '114741.346000', '114741.349000', '114741.351000', '114741.354000', '114741.357000', '114741.360000', '114741.363000', '114741.366000', '114741.369000', '114741.372000', '114741.375000', '114741.377000', '114741.380000', '114741.383000', '114741.386000', '114741.389000', '114741.392000', '114741.395000', '114741.398000', '114741.401000', '114741.404000', '114741.407000', '114741.410000', '114741.413000', '114741.416000', '114741.419000', '114741.421000', '114741.432000', '114741.435000', '114741.438000', '114741.441000', '114741.444000', '114741.447000', '114741.449000', '114741.452000', '114741.455000', '114741.458000', '114741.461000', '114801.328000', '114801.331000', '114801.334000', '114801.337000', '114801.340000', '114801.343000', '114801.346000', '114801.348000', '114801.351000', '114801.354000', '114801.357000', '114801.360000', '114801.363000', '114801.366000', '114801.369000', '114801.372000', '114801.375000', '114801.378000', '114801.381000', '114801.384000', '114801.387000', '114801.389000', '114801.392000', '114801.395000', '114801.398000', '114801.401000', '114801.404000', '114801.407000', '114801.411000', '114801.414000', '114801.417000', '114801.420000', '114801.423000', '114801.426000', '114801.429000', '114801.432000', '114801.435000', '114801.438000', '114801.441000', '114801.443000', '114801.450000', '114801.453000', '114801.456000', '114821.327000', '114821.330000', '114821.333000', '114821.336000', '114821.339000', '114821.342000', '114821.345000', '114821.347000', '114821.350000', '114821.359000', '114821.362000', '114821.365000', '114821.368000', '114821.371000', '114821.374000', '114821.377000', '114821.380000', '114821.383000', '114821.386000', '114821.388000', '114821.391000', '114821.394000', '114821.397000', '114821.400000', '114821.403000', '114821.406000', '114821.409000', '114821.412000', '114821.415000', '114821.418000', '114821.421000', '114821.423000', '114821.426000', '114821.429000', '114821.432000', '114821.435000', '114821.438000', '114821.441000', '114821.444000', '114821.447000', '114821.450000', '114821.453000', '114821.455000', '114821.458000', '114841.327000', '114841.330000', '114841.333000', '114841.336000', '114841.339000', '114841.342000', '114841.345000', '114841.348000', '114841.351000', '114841.353000', '114841.356000', '114841.359000', '114841.362000', '114841.365000', '114841.368000', '114841.371000', '114841.374000', '114841.377000', '114841.380000', '114841.383000', '114841.386000', '114841.389000', '114841.391000', '114841.394000', '114841.397000', '114841.400000', '114841.403000', '114841.406000', '114841.409000', '114841.412000', '114841.415000', '114841.418000', '114841.421000', '114841.424000', '114841.426000', '114841.429000', '114841.432000', '114841.435000', '114841.438000', '114841.441000', '114841.444000', '114841.447000', '114841.450000', '114901.327000', '114901.330000', '114901.333000', '114901.336000', '114901.347000', '114901.350000', '114901.353000', '114901.356000', '114901.359000', '114901.362000', '114901.364000', '114901.367000', '114901.370000', '114901.373000', '114901.376000', '114901.379000', '114901.382000', '114901.385000', '114901.388000', '114901.391000', '114901.394000', '114901.397000', '114901.399000', '114901.402000', '114901.405000', '114901.408000', '114901.411000', '114901.414000', '114901.417000', '114901.420000', '114901.423000', '114901.426000', '114901.429000', '114901.432000', '114901.435000', '114901.437000', '114901.440000', '114901.443000', '114901.446000', '114901.449000', '114901.452000', '114901.455000', '114901.458000', '114901.461000', '114921.327000', '114921.330000', '114921.333000', '114921.336000', '114921.339000', '114921.342000', '114921.345000', '114921.348000', '114921.351000', '114921.353000', '114921.356000', '114921.359000', '114921.362000', '114921.365000', '114921.376000', '114921.379000', '114921.382000', '114921.384000', '114921.387000', '114921.390000', '114921.393000', '114921.396000', '114921.399000', '114921.402000', '114921.405000', '114921.408000', '114921.411000', '114921.414000', '114921.417000', '114921.420000', '114921.423000', '114921.426000', '114921.428000', '114921.431000', '114921.434000', '114921.437000', '114921.440000', '114921.443000', '114921.447000', '114921.450000', '114921.453000', '114921.456000', '114921.459000', '114941.328000', '114941.331000', '114941.334000', '114941.337000', '114941.340000', '114941.343000', '114941.346000', '114941.349000', '114941.352000', '114941.355000', '114941.357000', '114941.360000', '114941.363000', '114941.366000', '114941.369000', '114941.372000', '114941.375000', '114941.378000', '114941.381000', '114941.384000', '114941.387000', '114941.390000', '114941.393000', '114941.396000', '114941.398000', '114941.401000', '114941.404000', '114941.407000', '114941.410000', '114941.413000', '114941.416000', '114941.419000', '114941.422000', '114941.425000', '114941.428000', '114941.431000', '114941.434000', '114941.437000', '114941.440000', '114941.443000', '114941.446000', '114941.448000', '114941.451000', '114941.454000', '115001.328000', '115001.331000', '115001.334000', '115001.337000', '115001.340000', '115001.343000', '115001.346000', '115001.349000', '115001.352000', '115001.355000', '115001.358000', '115001.360000', '115001.363000', '115001.366000', '115001.369000', '115001.372000', '115001.375000', '115001.378000', '115001.381000', '115001.384000', '115001.387000', '115001.390000', '115001.393000', '115001.395000', '115001.398000', '115001.401000', '115001.404000', '115001.407000', '115001.410000', '115001.413000', '115001.416000', '115001.419000', '115001.422000', '115001.425000', '115001.427000', '115001.430000', '115001.433000', '115001.436000', '115001.439000', '115001.442000', '115001.445000', '115001.448000', '115001.451000', '115021.328000', '115021.331000', '115021.334000', '115021.337000', '115021.340000', '115021.343000', '115021.346000', '115021.349000', '115021.352000', '115021.355000', '115021.357000', '115021.360000', '115021.363000', '115021.366000', '115021.369000', '115021.372000', '115021.375000', '115021.378000', '115021.381000', '115021.384000', '115021.387000', '115021.390000', '115021.393000', '115021.396000', '115021.398000', '115021.401000', '115021.404000', '115021.407000', '115021.410000', '115021.413000', '115021.416000', '115021.419000', '115021.422000', '115021.425000', '115021.428000', '115021.431000', '115021.433000', '115021.436000', '115021.439000', '115021.442000', '115021.445000', '115021.448000', '115021.451000', '115021.454000', '115041.327000', '115041.330000', '115041.333000', '115041.336000', '115041.339000', '115041.342000', '115041.345000', '115041.348000', '115041.351000', '115041.353000', '115041.356000', '115041.359000', '115041.362000', '115041.365000', '115041.368000', '115041.371000', '115041.374000', '115041.377000', '115041.380000', '115041.383000', '115041.386000', '115041.389000', '115041.392000', '115041.394000', '115041.397000', '115041.413000', '115041.416000', '115041.419000', '115041.422000', '115041.425000', '115041.428000', '115041.430000', '115041.434000', '115041.436000', '115041.439000', '115041.442000', '115041.445000', '115041.448000', '115041.451000', '115041.454000', '115041.457000', '115041.460000', '115041.462000', '115101.327000', '115101.330000', '115101.334000', '115101.337000', '115101.340000', '115101.343000', '115101.346000', '115101.349000', '115101.352000', '115101.355000', '115101.358000', '115101.361000', '115101.364000', '115101.367000', '115101.370000', '115101.373000', '115101.375000', '115101.378000', '115101.381000', '115101.384000', '115101.387000', '115101.390000', '115101.393000', '115101.396000', '115101.399000', '115101.402000', '115101.405000', '115101.408000', '115101.410000', '115101.413000', '115101.416000', '115101.419000', '115101.422000', '115101.425000', '115101.428000', '115101.431000', '115101.434000', '115101.437000', '115101.440000', '115101.443000', '115101.445000', '115101.448000', '115101.451000', '115121.327000', '115121.330000', '115121.333000', '115121.336000', '115121.339000', '115121.342000', '115121.345000', '115121.348000', '115121.351000', '115121.353000', '115121.356000', '115121.359000', '115121.362000', '115121.365000', '115121.368000', '115121.371000', '115121.374000', '115121.377000', '115121.380000', '115121.383000', '115121.386000', '115121.389000', '115121.391000', '115121.394000', '115121.397000', '115121.400000', '115121.403000', '115121.406000', '115121.409000', '115121.414000', '115121.416000', '115121.419000', '115121.422000', '115121.425000', '115121.428000', '115121.431000', '115121.434000', '115121.437000', '115121.440000', '115121.443000', '115121.446000', '115121.449000', '115121.452000', '115121.455000', '115141.327000', '115141.330000', '115141.333000', '115141.336000', '115141.339000', '115141.342000', '115141.345000', '115141.348000', '115141.351000', '115141.354000', '115141.357000', '115141.360000', '115141.363000', '115141.366000', '115141.369000', '115141.372000', '115141.375000', '115141.378000', '115141.381000', '115141.383000', '115141.386000', '115141.389000', '115141.392000', '115141.395000', '115141.398000', '115141.401000', '115141.404000', '115141.407000', '115141.410000', '115141.413000', '115141.415000', '115141.418000', '115141.421000', '115141.424000', '115141.427000', '115141.431000', '115141.434000', '115141.437000', '115141.440000', '115141.443000', '115141.446000', '115141.449000', '115141.452000', '115201.328000', '115201.331000', '115201.334000', '115201.337000', '115201.340000', '115201.343000', '115201.346000', '115201.349000', '115201.352000', '115201.355000', '115201.358000', '115201.361000', '115201.363000', '115201.366000', '115201.369000', '115201.372000', '115201.375000', '115201.378000', '115201.381000', '115201.384000', '115201.387000', '115201.390000', '115201.393000', '115201.396000', '115201.399000', '115201.402000', '115201.405000', '115201.408000', '115201.411000', '115201.414000', '115201.416000', '115201.419000', '115201.422000', '115201.425000', '115201.428000', '115201.431000', '115201.434000', '115201.450000', '115201.453000', '115201.456000', '115201.459000', '115201.462000', '115201.465000', '115201.468000', '115221.328000', '115221.331000', '115221.334000', '115221.337000', '115221.340000', '115221.343000', '115221.346000', '115221.349000', '115221.352000', '115221.355000', '115221.358000', '115221.360000', '115221.363000', '115221.366000', '115221.369000', '115221.372000', '115221.375000', '115221.378000', '115221.381000', '115221.384000', '115221.387000', '115221.390000', '115221.393000', '115221.396000', '115221.399000', '115221.402000', '115221.405000', '115221.408000', '115221.411000', '115221.414000', '115221.417000', '115221.420000', '115221.422000', '115221.425000', '115221.428000', '115221.431000', '115221.434000', '115221.437000', '115221.440000', '115221.443000', '115221.446000', '115221.449000', '115221.451000', '115241.328000', '115241.331000', '115241.334000', '115241.337000', '115241.340000', '115241.343000', '115241.346000', '115241.349000', '115241.352000', '115241.355000', '115241.358000', '115241.360000', '115241.363000', '115241.366000', '115241.369000', '115241.372000', '115241.375000', '115241.378000', '115241.381000', '115241.384000', '115241.387000', '115241.390000', '115241.393000', '115241.395000', '115241.398000', '115241.401000', '115241.404000', '115241.407000', '115241.410000', '115241.413000', '115241.416000', '115241.419000', '115241.422000', '115241.425000', '115241.428000', '115241.430000', '115241.433000', '115241.436000', '115241.439000', '115241.442000', '115241.445000', '115241.448000', '115241.451000', '115241.454000', '115301.327000', '115301.330000', '115301.333000', '115301.336000', '115301.340000', '115301.343000', '115301.346000', '115301.349000', '115301.352000', '115301.355000', '115301.358000', '115301.361000', '115301.364000', '115301.367000', '115301.370000', '115301.372000', '115301.376000', '115301.379000', '115301.382000', '115301.385000', '115301.388000', '115301.391000', '115301.394000', '115301.397000', '115301.400000', '115301.404000', '115301.408000', '115301.411000', '115301.414000', '115301.417000', '115301.420000', '115301.423000', '115301.426000', '115301.429000', '115301.433000', '115301.436000', '115301.439000', '115301.442000', '115301.445000', '115301.448000', '115301.451000', '115301.454000', '115301.457000', '115321.327000', '115321.330000', '115321.333000', '115321.336000', '115321.339000', '115321.342000', '115321.345000', '115321.348000', '115321.351000', '115321.354000', '115321.357000', '115321.360000', '115321.362000', '115321.365000', '115321.368000', '115321.371000', '115321.374000', '115321.377000', '115321.380000', '115321.383000', '115321.386000', '115321.389000', '115321.392000', '115321.394000', '115321.397000', '115321.400000', '115321.403000', '115321.406000', '115321.409000', '115321.412000', '115321.415000', '115321.418000', '115321.421000', '115321.424000', '115321.427000', '115321.429000', '115321.432000', '115321.435000', '115321.438000', '115321.441000', '115321.444000', '115321.447000', '115321.450000', '115321.453000', '115341.327000', '115341.330000', '115341.333000', '115341.336000', '115341.339000', '115341.342000', '115341.345000', '115341.348000', '115341.351000', '115341.354000', '115341.356000', '115341.359000', '115341.362000', '115341.365000', '115341.368000', '115341.371000', '115341.374000', '115341.377000', '115341.380000', '115341.383000', '115341.386000', '115341.389000', '115341.392000', '115341.395000', '115341.398000', '115341.401000', '115341.403000', '115341.407000', '115341.409000', '115341.414000', '115341.419000', '115341.422000', '115341.425000', '115341.428000', '115341.431000', '115341.434000', '115341.437000', '115341.440000', '115341.442000', '115341.445000', '115341.448000', '115341.451000', '115341.454000', '115401.328000', '115401.331000', '115401.334000', '115401.337000', '115401.340000', '115401.343000', '115401.346000', '115401.349000', '115401.352000', '115401.355000', '115401.358000', '115401.360000', '115401.363000', '115401.366000', '115401.369000', '115401.372000', '115401.375000', '115401.378000', '115401.381000', '115401.384000', '115401.387000', '115401.390000', '115401.393000', '115401.395000', '115401.398000', '115401.401000', '115401.404000', '115401.407000', '115401.410000', '115401.413000', '115401.416000', '115401.419000', '115401.422000', '115401.425000', '115401.428000', '115401.430000', '115401.433000', '115401.436000', '115401.439000', '115401.442000', '115401.445000', '115401.448000', '115401.451000', '115401.454000', '115418.265000', '115418.269000', '115418.272000', '115418.275000', '115418.279000', '115418.282000', '115418.287000', '115418.290000', '115418.293000', '115418.297000', '115418.301000', '115418.304000', '115418.307000', '115418.310000', '115418.313000', '115418.316000', '115418.319000', '115418.322000', '115418.325000', '115418.328000', '115418.331000', '115418.334000', '115418.345000', '115418.349000', '115418.352000', '115418.355000', '115418.358000', '115418.361000', '115418.364000', '115418.367000', '115418.370000', '115418.373000', '115418.375000', '115418.378000', '115418.381000', '115418.384000', '115418.387000'], 'InstanceCreationTime': ['114541.358000', '114541.361000', '114541.373000', '114541.383000', '114541.386000', '114541.388000', '114541.391000', '114541.394000', '114541.397000', '114541.400000', '114541.403000', '114541.406000', '114541.416000', '114541.418000', '114541.421000', '114541.424000', '114541.427000', '114541.430000', '114541.434000', '114541.436000', '114541.439000', '114541.442000', '114541.446000', '114541.449000', '114541.451000', '114541.454000', '114541.458000', '114541.461000', '114541.463000', '114541.466000', '114541.469000', '114541.472000', '114601.327000', '114601.331000', '114601.333000', '114601.343000', '114601.346000', '114601.349000', '114601.352000', '114601.355000', '114601.358000', '114601.361000', '114601.364000', '114601.367000', '114601.370000', '114601.373000', '114601.376000', '114601.379000', '114601.382000', '114601.385000', '114601.388000', '114601.391000', '114601.394000', '114601.397000', '114601.400000', '114601.424000', '114601.428000', '114601.431000', '114601.434000', '114601.486000', '114601.489000', '114601.492000', '114601.495000', '114601.497000', '114601.500000', '114601.503000', '114601.506000', '114601.509000', '114601.512000', '114601.515000', '114601.518000', '114601.521000', '114601.523000', '114601.526000', '114601.529000', '114621.327000', '114621.330000', '114621.333000', '114621.335000', '114621.339000', '114621.341000', '114621.344000', '114621.347000', '114621.350000', '114621.353000', '114621.356000', '114621.359000', '114621.362000', '114621.365000', '114621.367000', '114621.370000', '114621.373000', '114621.376000', '114621.379000', '114621.382000', '114621.385000', '114621.388000', '114621.390000', '114621.393000', '114621.396000', '114621.405000', '114621.408000', '114621.411000', '114621.414000', '114621.417000', '114621.420000', '114621.423000', '114621.426000', '114621.428000', '114621.431000', '114621.434000', '114621.437000', '114621.440000', '114621.443000', '114621.446000', '114621.449000', '114621.451000', '114621.454000', '114621.457000', '114641.327000', '114641.330000', '114641.333000', '114641.336000', '114641.339000', '114641.342000', '114641.345000', '114641.348000', '114641.350000', '114641.353000', '114641.356000', '114641.359000', '114641.362000', '114641.365000', '114641.368000', '114641.372000', '114641.375000', '114641.378000', '114641.381000', '114641.384000', '114641.386000', '114641.389000', '114641.392000', '114641.395000', '114641.398000', '114641.401000', '114641.404000', '114641.407000', '114641.410000', '114641.412000', '114641.415000', '114641.418000', '114641.421000', '114641.424000', '114641.427000', '114641.430000', '114641.433000', '114641.436000', '114641.439000', '114641.442000', '114641.447000', '114641.450000', '114641.453000', '114701.327000', '114701.330000', '114701.333000', '114701.336000', '114701.339000', '114701.342000', '114701.345000', '114701.355000', '114701.358000', '114701.361000', '114701.363000', '114701.366000', '114701.369000', '114701.372000', '114701.375000', '114701.378000', '114701.381000', '114701.384000', '114701.387000', '114701.390000', '114701.393000', '114701.395000', '114701.398000', '114701.401000', '114701.404000', '114701.407000', '114701.410000', '114701.413000', '114701.416000', '114701.419000', '114701.422000', '114701.425000', '114701.427000', '114701.430000', '114701.433000', '114701.436000', '114701.439000', '114701.442000', '114701.445000', '114701.448000', '114701.451000', '114701.453000', '114701.456000', '114701.459000', '114721.328000', '114721.331000', '114721.334000', '114721.337000', '114721.340000', '114721.343000', '114721.346000', '114721.349000', '114721.351000', '114721.354000', '114721.357000', '114721.360000', '114721.363000', '114721.366000', '114721.369000', '114721.372000', '114721.375000', '114721.378000', '114721.381000', '114721.383000', '114721.386000', '114721.389000', '114721.392000', '114721.395000', '114721.398000', '114721.401000', '114721.404000', '114721.407000', '114721.410000', '114721.413000', '114721.416000', '114721.418000', '114721.421000', '114721.424000', '114721.427000', '114721.430000', '114721.433000', '114721.436000', '114721.439000', '114721.442000', '114721.445000', '114721.448000', '114721.451000', '114741.328000', '114741.331000', '114741.334000', '114741.337000', '114741.340000', '114741.343000', '114741.346000', '114741.349000', '114741.351000', '114741.354000', '114741.357000', '114741.360000', '114741.363000', '114741.366000', '114741.369000', '114741.372000', '114741.375000', '114741.377000', '114741.380000', '114741.383000', '114741.386000', '114741.389000', '114741.392000', '114741.395000', '114741.398000', '114741.401000', '114741.404000', '114741.407000', '114741.410000', '114741.413000', '114741.416000', '114741.419000', '114741.421000', '114741.432000', '114741.435000', '114741.438000', '114741.441000', '114741.444000', '114741.447000', '114741.449000', '114741.452000', '114741.455000', '114741.458000', '114741.461000', '114801.328000', '114801.331000', '114801.334000', '114801.337000', '114801.340000', '114801.343000', '114801.346000', '114801.348000', '114801.351000', '114801.354000', '114801.357000', '114801.360000', '114801.363000', '114801.366000', '114801.369000', '114801.372000', '114801.375000', '114801.378000', '114801.381000', '114801.384000', '114801.387000', '114801.389000', '114801.392000', '114801.395000', '114801.398000', '114801.401000', '114801.404000', '114801.407000', '114801.411000', '114801.414000', '114801.417000', '114801.420000', '114801.423000', '114801.426000', '114801.429000', '114801.432000', '114801.435000', '114801.438000', '114801.441000', '114801.443000', '114801.450000', '114801.453000', '114801.456000', '114821.327000', '114821.330000', '114821.333000', '114821.336000', '114821.339000', '114821.342000', '114821.345000', '114821.347000', '114821.350000', '114821.359000', '114821.362000', '114821.365000', '114821.368000', '114821.371000', '114821.374000', '114821.377000', '114821.380000', '114821.383000', '114821.386000', '114821.388000', '114821.391000', '114821.394000', '114821.397000', '114821.400000', '114821.403000', '114821.406000', '114821.409000', '114821.412000', '114821.415000', '114821.418000', '114821.421000', '114821.423000', '114821.426000', '114821.429000', '114821.432000', '114821.435000', '114821.438000', '114821.441000', '114821.444000', '114821.447000', '114821.450000', '114821.453000', '114821.455000', '114821.458000', '114841.327000', '114841.330000', '114841.333000', '114841.336000', '114841.339000', '114841.342000', '114841.345000', '114841.348000', '114841.351000', '114841.353000', '114841.356000', '114841.359000', '114841.362000', '114841.365000', '114841.368000', '114841.371000', '114841.374000', '114841.377000', '114841.380000', '114841.383000', '114841.386000', '114841.389000', '114841.391000', '114841.394000', '114841.397000', '114841.400000', '114841.403000', '114841.406000', '114841.409000', '114841.412000', '114841.415000', '114841.418000', '114841.421000', '114841.424000', '114841.426000', '114841.429000', '114841.432000', '114841.435000', '114841.438000', '114841.441000', '114841.444000', '114841.447000', '114841.450000', '114901.327000', '114901.330000', '114901.333000', '114901.336000', '114901.347000', '114901.350000', '114901.353000', '114901.356000', '114901.359000', '114901.362000', '114901.364000', '114901.367000', '114901.370000', '114901.373000', '114901.376000', '114901.379000', '114901.382000', '114901.385000', '114901.388000', '114901.391000', '114901.394000', '114901.397000', '114901.399000', '114901.402000', '114901.405000', '114901.408000', '114901.411000', '114901.414000', '114901.417000', '114901.420000', '114901.423000', '114901.426000', '114901.429000', '114901.432000', '114901.435000', '114901.437000', '114901.440000', '114901.443000', '114901.446000', '114901.449000', '114901.452000', '114901.455000', '114901.458000', '114901.461000', '114921.327000', '114921.330000', '114921.333000', '114921.336000', '114921.339000', '114921.342000', '114921.345000', '114921.348000', '114921.351000', '114921.353000', '114921.356000', '114921.359000', '114921.362000', '114921.365000', '114921.376000', '114921.379000', '114921.382000', '114921.384000', '114921.387000', '114921.390000', '114921.393000', '114921.396000', '114921.399000', '114921.402000', '114921.405000', '114921.408000', '114921.411000', '114921.414000', '114921.417000', '114921.420000', '114921.423000', '114921.426000', '114921.428000', '114921.431000', '114921.434000', '114921.437000', '114921.440000', '114921.443000', '114921.447000', '114921.450000', '114921.453000', '114921.456000', '114921.459000', '114941.328000', '114941.331000', '114941.334000', '114941.337000', '114941.340000', '114941.343000', '114941.346000', '114941.349000', '114941.352000', '114941.355000', '114941.357000', '114941.360000', '114941.363000', '114941.366000', '114941.369000', '114941.372000', '114941.375000', '114941.378000', '114941.381000', '114941.384000', '114941.387000', '114941.390000', '114941.393000', '114941.396000', '114941.398000', '114941.401000', '114941.404000', '114941.407000', '114941.410000', '114941.413000', '114941.416000', '114941.419000', '114941.422000', '114941.425000', '114941.428000', '114941.431000', '114941.434000', '114941.437000', '114941.440000', '114941.443000', '114941.446000', '114941.448000', '114941.451000', '114941.454000', '115001.328000', '115001.331000', '115001.334000', '115001.337000', '115001.340000', '115001.343000', '115001.346000', '115001.349000', '115001.352000', '115001.355000', '115001.358000', '115001.360000', '115001.363000', '115001.366000', '115001.369000', '115001.372000', '115001.375000', '115001.378000', '115001.381000', '115001.384000', '115001.387000', '115001.390000', '115001.393000', '115001.395000', '115001.398000', '115001.401000', '115001.404000', '115001.407000', '115001.410000', '115001.413000', '115001.416000', '115001.419000', '115001.422000', '115001.425000', '115001.427000', '115001.430000', '115001.433000', '115001.436000', '115001.439000', '115001.442000', '115001.445000', '115001.448000', '115001.451000', '115021.328000', '115021.331000', '115021.334000', '115021.337000', '115021.340000', '115021.343000', '115021.346000', '115021.349000', '115021.352000', '115021.355000', '115021.357000', '115021.360000', '115021.363000', '115021.366000', '115021.369000', '115021.372000', '115021.375000', '115021.378000', '115021.381000', '115021.384000', '115021.387000', '115021.390000', '115021.393000', '115021.396000', '115021.398000', '115021.401000', '115021.404000', '115021.407000', '115021.410000', '115021.413000', '115021.416000', '115021.419000', '115021.422000', '115021.425000', '115021.428000', '115021.431000', '115021.433000', '115021.436000', '115021.439000', '115021.442000', '115021.445000', '115021.448000', '115021.451000', '115021.454000', '115041.327000', '115041.330000', '115041.333000', '115041.336000', '115041.339000', '115041.342000', '115041.345000', '115041.348000', '115041.351000', '115041.353000', '115041.356000', '115041.359000', '115041.362000', '115041.365000', '115041.368000', '115041.371000', '115041.374000', '115041.377000', '115041.380000', '115041.383000', '115041.386000', '115041.389000', '115041.392000', '115041.394000', '115041.397000', '115041.413000', '115041.416000', '115041.419000', '115041.422000', '115041.425000', '115041.428000', '115041.430000', '115041.434000', '115041.436000', '115041.439000', '115041.442000', '115041.445000', '115041.448000', '115041.451000', '115041.454000', '115041.457000', '115041.460000', '115041.462000', '115101.327000', '115101.330000', '115101.334000', '115101.337000', '115101.340000', '115101.343000', '115101.346000', '115101.349000', '115101.352000', '115101.355000', '115101.358000', '115101.361000', '115101.364000', '115101.367000', '115101.370000', '115101.373000', '115101.375000', '115101.378000', '115101.381000', '115101.384000', '115101.387000', '115101.390000', '115101.393000', '115101.396000', '115101.399000', '115101.402000', '115101.405000', '115101.408000', '115101.410000', '115101.413000', '115101.416000', '115101.419000', '115101.422000', '115101.425000', '115101.428000', '115101.431000', '115101.434000', '115101.437000', '115101.440000', '115101.443000', '115101.445000', '115101.448000', '115101.451000', '115121.327000', '115121.330000', '115121.333000', '115121.336000', '115121.339000', '115121.342000', '115121.345000', '115121.348000', '115121.351000', '115121.353000', '115121.356000', '115121.359000', '115121.362000', '115121.365000', '115121.368000', '115121.371000', '115121.374000', '115121.377000', '115121.380000', '115121.383000', '115121.386000', '115121.389000', '115121.391000', '115121.394000', '115121.397000', '115121.400000', '115121.403000', '115121.406000', '115121.409000', '115121.414000', '115121.416000', '115121.419000', '115121.422000', '115121.425000', '115121.428000', '115121.431000', '115121.434000', '115121.437000', '115121.440000', '115121.443000', '115121.446000', '115121.449000', '115121.452000', '115121.455000', '115141.327000', '115141.330000', '115141.333000', '115141.336000', '115141.339000', '115141.342000', '115141.345000', '115141.348000', '115141.351000', '115141.354000', '115141.357000', '115141.360000', '115141.363000', '115141.366000', '115141.369000', '115141.372000', '115141.375000', '115141.378000', '115141.381000', '115141.383000', '115141.386000', '115141.389000', '115141.392000', '115141.395000', '115141.398000', '115141.401000', '115141.404000', '115141.407000', '115141.410000', '115141.413000', '115141.415000', '115141.418000', '115141.421000', '115141.424000', '115141.427000', '115141.431000', '115141.434000', '115141.437000', '115141.440000', '115141.443000', '115141.446000', '115141.449000', '115141.452000', '115201.328000', '115201.331000', '115201.334000', '115201.337000', '115201.340000', '115201.343000', '115201.346000', '115201.349000', '115201.352000', '115201.355000', '115201.358000', '115201.361000', '115201.363000', '115201.366000', '115201.369000', '115201.372000', '115201.375000', '115201.378000', '115201.381000', '115201.384000', '115201.387000', '115201.390000', '115201.393000', '115201.396000', '115201.399000', '115201.402000', '115201.405000', '115201.408000', '115201.411000', '115201.414000', '115201.416000', '115201.419000', '115201.422000', '115201.425000', '115201.428000', '115201.431000', '115201.434000', '115201.450000', '115201.453000', '115201.456000', '115201.459000', '115201.462000', '115201.465000', '115201.468000', '115221.328000', '115221.331000', '115221.334000', '115221.337000', '115221.340000', '115221.343000', '115221.346000', '115221.349000', '115221.352000', '115221.355000', '115221.358000', '115221.360000', '115221.363000', '115221.366000', '115221.369000', '115221.372000', '115221.375000', '115221.378000', '115221.381000', '115221.384000', '115221.387000', '115221.390000', '115221.393000', '115221.396000', '115221.399000', '115221.402000', '115221.405000', '115221.408000', '115221.411000', '115221.414000', '115221.417000', '115221.420000', '115221.422000', '115221.425000', '115221.428000', '115221.431000', '115221.434000', '115221.437000', '115221.440000', '115221.443000', '115221.446000', '115221.449000', '115221.451000', '115241.328000', '115241.331000', '115241.334000', '115241.337000', '115241.340000', '115241.343000', '115241.346000', '115241.349000', '115241.352000', '115241.355000', '115241.358000', '115241.360000', '115241.363000', '115241.366000', '115241.369000', '115241.372000', '115241.375000', '115241.378000', '115241.381000', '115241.384000', '115241.387000', '115241.390000', '115241.393000', '115241.395000', '115241.398000', '115241.401000', '115241.404000', '115241.407000', '115241.410000', '115241.413000', '115241.416000', '115241.419000', '115241.422000', '115241.425000', '115241.428000', '115241.430000', '115241.433000', '115241.436000', '115241.439000', '115241.442000', '115241.445000', '115241.448000', '115241.451000', '115241.454000', '115301.327000', '115301.330000', '115301.333000', '115301.336000', '115301.340000', '115301.343000', '115301.346000', '115301.349000', '115301.352000', '115301.355000', '115301.358000', '115301.361000', '115301.364000', '115301.367000', '115301.370000', '115301.372000', '115301.376000', '115301.379000', '115301.382000', '115301.385000', '115301.388000', '115301.391000', '115301.394000', '115301.397000', '115301.400000', '115301.404000', '115301.408000', '115301.411000', '115301.414000', '115301.417000', '115301.420000', '115301.423000', '115301.426000', '115301.429000', '115301.433000', '115301.436000', '115301.439000', '115301.442000', '115301.445000', '115301.448000', '115301.451000', '115301.454000', '115301.457000', '115321.327000', '115321.330000', '115321.333000', '115321.336000', '115321.339000', '115321.342000', '115321.345000', '115321.348000', '115321.351000', '115321.354000', '115321.357000', '115321.360000', '115321.362000', '115321.365000', '115321.368000', '115321.371000', '115321.374000', '115321.377000', '115321.380000', '115321.383000', '115321.386000', '115321.389000', '115321.392000', '115321.394000', '115321.397000', '115321.400000', '115321.403000', '115321.406000', '115321.409000', '115321.412000', '115321.415000', '115321.418000', '115321.421000', '115321.424000', '115321.427000', '115321.429000', '115321.432000', '115321.435000', '115321.438000', '115321.441000', '115321.444000', '115321.447000', '115321.450000', '115321.453000', '115341.327000', '115341.330000', '115341.333000', '115341.336000', '115341.339000', '115341.342000', '115341.345000', '115341.348000', '115341.351000', '115341.354000', '115341.356000', '115341.359000', '115341.362000', '115341.365000', '115341.368000', '115341.371000', '115341.374000', '115341.377000', '115341.380000', '115341.383000', '115341.386000', '115341.389000', '115341.392000', '115341.395000', '115341.398000', '115341.401000', '115341.403000', '115341.407000', '115341.409000', '115341.414000', '115341.419000', '115341.422000', '115341.425000', '115341.428000', '115341.431000', '115341.434000', '115341.437000', '115341.440000', '115341.442000', '115341.445000', '115341.448000', '115341.451000', '115341.454000', '115401.328000', '115401.331000', '115401.334000', '115401.337000', '115401.340000', '115401.343000', '115401.346000', '115401.349000', '115401.352000', '115401.355000', '115401.358000', '115401.360000', '115401.363000', '115401.366000', '115401.369000', '115401.372000', '115401.375000', '115401.378000', '115401.381000', '115401.384000', '115401.387000', '115401.390000', '115401.393000', '115401.395000', '115401.398000', '115401.401000', '115401.404000', '115401.407000', '115401.410000', '115401.413000', '115401.416000', '115401.419000', '115401.422000', '115401.425000', '115401.428000', '115401.430000', '115401.433000', '115401.436000', '115401.439000', '115401.442000', '115401.445000', '115401.448000', '115401.451000', '115401.454000', '115418.265000', '115418.269000', '115418.272000', '115418.275000', '115418.279000', '115418.282000', '115418.287000', '115418.290000', '115418.293000', '115418.297000', '115418.301000', '115418.304000', '115418.307000', '115418.310000', '115418.313000', '115418.316000', '115418.319000', '115418.322000', '115418.325000', '115418.328000', '115418.331000', '115418.334000', '115418.345000', '115418.349000', '115418.352000', '115418.355000', '115418.358000', '115418.361000', '115418.364000', '115418.367000', '115418.370000', '115418.373000', '115418.375000', '115418.378000', '115418.381000', '115418.384000', '115418.387000'], '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': [10728, 11130, 10548, 7747, 11169, 9665, 11553, 10243, 12346, 10021, 11521, 10394, 9471, 10069, 10671, 9693, 10583, 10902, 9873, 10342, 9813, 9696, 9935, 8804, 10066, 8140, 9922, 11543, 9368, 10173, 8825, 9683, 9333, 9694, 9699, 9129, 8505, 9056, 10135, 8177, 8764, 9771, 8484, 10869, 7546, 9870, 7830, 8979, 6685, 8952, 6720, 8320, 10381, 8048, 11656, 8004, 9163, 7385, 9213, 9965, 9308, 10683, 8519, 10938, 8070, 9668, 7651, 9466, 8426, 8857, 11416, 9120, 10247, 8609, 9785, 7333, 8737, 7009, 9061, 9547, 8811, 9517, 8993, 11219, 7609, 9237, 7006, 9428, 10185, 9044, 11507, 9344, 10606, 8485, 9750, 8871, 9433, 8028, 9293, 9241, 9358, 9330, 8832, 10265, 8242, 9228, 8219, 9160, 7582, 9027, 6848, 8762, 10818, 8901, 10192, 8157, 9283, 7319, 9331, 10776, 9682, 10542, 8754, 9841, 8648, 9254, 7856, 9375, 8794, 9237, 10049, 8965, 11002, 8145, 9675, 8004, 9212, 6976, 9869, 9175, 8829, 11625, 8509, 11134, 9028, 9771, 8365, 9205, 7225, 9149, 6881, 8885, 10583, 9166, 11006, 9079, 10641, 8138, 9305, 8145, 9849, 7184, 9928, 9261, 9290, 11841, 8769, 11068, 9383, 9888, 8381, 9385, 6996, 9156, 9341, 8645, 11364, 8827, 10260, 7974, 9685, 7005, 8457, 8000, 7838, 11526, 8332, 9582, 6711, 8771, 10965, 8660, 10659, 8576, 9911, 9829, 8824, 11790, 7721, 9423, 9525, 8900, 11619, 10050, 10555, 8368, 9242, 6962, 9220, 11906, 8965, 11013, 8943, 9625, 7770, 9408, 9860, 9681, 11851, 9238, 11117, 8828, 9833, 8507, 9245, 6707, 9387, 7490, 8795, 8493, 8519, 10436, 8755, 9895, 7608, 8896, 7444, 8704, 9482, 8787, 11029, 7848, 9881, 6735, 8161, 9977, 7832, 11123, 7824, 10015, 6751, 9122, 7919, 8406, 7775, 7969, 10931, 8219, 10782, 7759, 10152, 8143, 9019, 8401, 8370, 11892, 8549, 10758, 8766, 9848, 7344, 8871, 6749, 8393, 11726, 8666, 11882, 9163, 9833, 7829, 9256, 8392, 9147, 7058, 8638, 8046, 9425, 6907, 8984, 10395, 9205, 10984, 9237, 9881, 8430, 9620, 6982, 8942, 9926, 8943, 11462, 8194, 10377, 8402, 9298, 7749, 8657, 6606, 9176, 11098, 8733, 11270, 8292, 10152, 7510, 9124, 6717, 9336, 11605, 9190, 10162, 8408, 9713, 8530, 9222, 7594, 9101, 10303, 9446, 9826, 9030, 10612, 8049, 10417, 8181, 10080, 8489, 9505, 6686, 9127, 10169, 9386, 11607, 8737, 10868, 7986, 9660, 7825, 8910, 7807, 9479, 7155, 9336, 6934, 9037, 10722, 8831, 11926, 9645, 10532, 8022, 9245, 8797, 8781, 7947, 8890, 11606, 9193, 10977, 8612, 9734, 8280, 9403, 7877, 9625, 9020, 9368, 8152, 9515, 11415, 8731, 10764, 8824, 9966, 8563, 9305, 6832, 9134, 10737, 8938, 11657, 8260, 10842, 8487, 9062, 7012, 8811, 9620, 9004, 12198, 9194, 11194, 8026, 9167, 6790, 8965, 10402, 8981, 12149, 9384, 10586, 8054, 9667, 8996, 8728, 6648, 8821, 10548, 9114, 7644, 8328, 9416, 8545, 10846, 7689, 10480, 8131, 9083, 7662, 9247, 8030, 8671, 10679, 9270, 10280, 8062, 9291, 7422, 9066, 10206, 9287, 10939, 9197, 10360, 8274, 9449, 8797, 9078, 6920, 8562, 8621, 8954, 9645, 8477, 11442, 7835, 9928, 7756, 9047, 9543, 9104, 11027, 8660, 10318, 8426, 9089, 7134, 9186, 9978, 9095, 8635, 9107, 10779, 8167, 9137, 8108, 8958, 7474, 8725, 6891, 8808, 10863, 8501, 11940, 9541, 10178, 7724, 9389, 8717, 9226, 10129, 9525, 11925, 9862, 9976, 9992, 9321, 8851, 9687, 9785, 9509, 8133, 9538, 8033, 9278, 11318, 9124, 10139, 8506, 9849, 8485, 10194, 11623, 9595, 10034, 9679, 9681, 8649, 9827, 7890, 9450, 7277, 9425, 9820, 8839, 11428, 9099, 10192, 8386, 8856, 6985, 8824, 10966, 9431, 11834, 9427, 9533, 8116, 8815, 6986, 8877, 11478, 8924, 11056, 8854, 9119, 7037, 8699, 11177, 9762, 11445, 9263, 9715, 8878, 8969, 7320, 9103, 10047, 9552, 11273, 9121, 10613, 8575, 9588, 8661, 8804, 8365, 9274, 7606, 8643, 6763, 8340, 6931, 8441, 11342, 8628, 11849, 8668, 9762, 7565, 8934, 6721, 8445, 11571, 9288, 11811, 9193, 9911, 8857, 9037, 6929, 8907, 11979, 9004, 11693, 8597, 9508, 6999, 8715, 7835, 8418, 11755, 9035, 10709, 8139, 9390, 6953, 8585, 6705, 8391, 11198, 8489, 10941, 8071, 9797, 6617, 8660, 11565, 8859, 11189, 8433, 8964, 7045, 8470, 10908, 9140, 11857, 9352, 10289, 8098, 8917, 6690, 8539, 9078, 7910, 11893, 8698, 10041, 8372, 9927, 7420, 9503, 8042, 8735, 10464, 8725, 11046, 8848, 10421, 8438, 9372, 7640, 8938, 9219, 9333, 7392, 8614, 9979, 8418, 11993, 8476, 10954, 8271, 9943, 7578, 8632, 6654, 8885, 11529, 8747, 11573, 8849, 11023, 8394, 9261, 7871, 9349, 8329, 8879, 12031, 9007, 10774, 8670, 10116, 7553, 9406, 7074, 9154, 6774, 8310, 6803, 8086, 10793, 8347, 11629, 8586, 10688, 7371, 8437, 6571, 8176, 11389, 8738, 10811, 7969, 10052, 7246, 9141, 7810, 8220, 11328, 8317, 11153, 7869, 9620, 7571, 8464, 6874, 7901, 9530, 7628, 11766, 9230, 9861, 7233, 9077, 6842, 8324, 11902, 9089, 10942, 8134, 9111, 6796, 9456, 9319, 8144, 12123, 9259, 11260, 9018, 9056, 8495, 8509, 8022, 8958, 11683, 9036, 11877, 8486, 10195, 7356, 9209, 6947, 9872, 7443, 8926, 6707, 9283, 7798, 7951, 11758, 8995, 10802, 8602, 9283, 7550, 8944, 8576, 8680, 11909, 9315, 10891, 8963, 9250, 7593, 9015, 7888, 8547, 11907, 8858, 11787, 9684, 10173, 7802, 8846, 7464, 8898, 8550, 8554, 10930, 8887, 11208, 8366, 10452, 7473, 9121, 7593, 10131, 7071, 12047, 9958, 10079, 8288, 8506, 7954, 11143, 8655, 12453, 10104, 10470, 8333, 9069, 8139, 9087, 7719, 8864, 12426, 10017, 11869, 8278, 10303, 7599, 8822, 7816, 8358, 8183, 8563, 11947, 8864, 11002, 7061, 8777, 6600, 8667, 11951, 8846, 11982, 8002, 10513, 7715, 8630, 8056, 8635, 12068, 8873, 11368, 7790, 9803, 7624, 8696, 6824, 8807, 7803, 7880, 11744, 6875, 9958, 7005, 8858, 6723, 8419, 11281, 7625, 11896, 8680, 11307, 7813, 9188, 7711, 8502, 10419, 8838, 12306, 9868, 10896, 7978, 8736, 7134, 8725, 11977, 8593, 11287, 8416, 10890, 7872, 8956, 6796, 8348, 10993, 8892, 11799, 8258, 10206, 7868, 9049, 6905, 8378, 8860, 7932, 11627, 8095, 10330, 7475, 8531, 6610, 8476, 11669, 8594, 11099, 9269, 9406, 7713, 8734, 7004, 8148, 12041, 9330, 11405, 8490, 9807, 7801, 8329, 6661, 8036, 11475, 8702, 10501, 8338, 10508, 7223, 9450, 6740, 8123, 7726, 8109, 11458, 7898, 10728, 6913, 9135, 9135, 8067, 12053, 9221, 10613, 7261, 9405, 6912, 8497, 11380, 8622, 11763, 8276, 10370, 7468, 8785, 6574, 8987, 9400, 8575, 9105, 8529, 10931, 7407, 9514, 7711, 9284, 7317, 8853, 6930, 8277, 12070, 8062, 10346, 8148, 9393, 7178, 9185, 9904, 8759, 11422, 8055, 9956, 7933, 9568, 7699, 8843, 6774, 8674, 11618, 8587, 11153, 8312, 10631, 7862, 9081, 6973, 9009, 11247, 8886, 11934, 9461, 11832, 8317, 9435, 7612, 8986, 7701, 8463, 12676, 10136, 12491, 8569, 10231, 8596, 8913, 6693, 8552, 10155, 8522, 11794, 8709, 10038, 8560, 10301, 7734, 10169, 7823, 9214, 7035, 9073, 11046, 8925, 10876, 7876, 9647, 7408, 8710, 8127, 8898, 8518, 8346, 11556, 7664, 9782, 6954, 9480, 7740, 8238, 9277, 8027, 11816, 7846, 10133, 7413, 9027, 10005, 8819, 11683, 8114, 10009, 7617, 8424, 8412, 8342, 11589, 8750, 11043, 7649, 9997, 6989, 8791, 6932, 8594, 6637, 7815, 8734, 7451, 11474, 7099, 9752, 7807, 9828, 7213, 8318, 7795, 7924, 12128, 7725, 11069, 9210, 10942, 7716, 8624, 7373, 8524, 11907, 8658, 11842, 8691, 9202, 8160, 8637, 9405, 8514, 11471, 8639, 12223, 9639, 9682, 7889, 8747, 6698, 8866, 11632, 8560, 11684, 8917, 10147, 8160, 9083, 6730, 8720, 11858, 9180, 11655, 8386, 9927, 8781, 8948, 6792, 8848, 11672, 8997, 11015, 8685, 9651, 8277, 8634, 7133, 8996, 8812, 8665, 9543, 8751, 10710, 7737, 8955, 7472, 8843, 9890, 8813, 7968, 8770, 10816], 'WindowCenter': [4247.0, 4229.0, 4203.0, 4169.0, 4197.0, 4177.0, 4185.0, 4175.0, 4195.0, 4174.0, 4170.0, 4159.0, 4146.0, 4156.0, 4155.0, 4145.0, 4155.0, 4168.0, 4156.0, 4157.0, 4156.0, 4159.0, 4157.0, 4159.0, 4158.0, 4149.0, 4159.0, 4169.0, 4160.0, 4172.0, 4162.0, 4158.0, 4160.0, 4160.0, 4161.0, 4162.0, 4161.0, 4162.0, 4170.0, 4151.0, 4163.0, 4173.0, 4164.0, 4183.0, 4165.0, 4186.0, 4152.0, 4175.0, 4156.0, 4174.0, 4143.0, 4165.0, 4185.0, 4166.0, 4197.0, 4166.0, 4176.0, 4156.0, 4176.0, 4175.0, 4175.0, 4185.0, 4164.0, 4182.0, 4152.0, 4172.0, 4165.0, 4173.0, 4163.0, 4163.0, 4182.0, 4172.0, 4171.0, 4161.0, 4171.0, 4151.0, 4161.0, 4142.0, 4175.0, 4175.0, 4175.0, 4187.0, 4176.0, 4195.0, 4154.0, 4173.0, 4142.0, 4175.0, 4188.0, 4191.0, 4187.0, 4176.0, 4186.0, 4176.0, 4175.0, 4175.0, 4173.0, 4163.0, 4175.0, 4177.0, 4190.0, 4189.0, 4188.0, 4187.0, 4167.0, 4175.0, 4166.0, 4188.0, 4166.0, 4188.0, 4170.0, 4190.0, 4197.0, 4176.0, 4186.0, 4165.0, 4175.0, 4156.0, 4177.0, 4197.0, 4175.0, 4186.0, 4164.0, 4173.0, 4162.0, 4173.0, 4153.0, 4174.0, 4164.0, 4174.0, 4173.0, 4163.0, 4182.0, 4152.0, 4173.0, 4152.0, 4174.0, 4143.0, 4174.0, 4174.0, 4173.0, 4182.0, 4163.0, 4183.0, 4164.0, 4173.0, 4165.0, 4173.0, 4153.0, 4173.0, 4154.0, 4176.0, 4186.0, 4177.0, 4196.0, 4177.0, 4185.0, 4166.0, 4177.0, 4166.0, 4187.0, 4156.0, 4187.0, 4186.0, 4175.0, 4194.0, 4176.0, 4195.0, 4174.0, 4185.0, 4165.0, 4174.0, 4153.0, 4173.0, 4173.0, 4175.0, 4196.0, 4177.0, 4187.0, 4178.0, 4188.0, 4169.0, 4178.0, 4178.0, 4181.0, 4211.0, 4181.0, 4202.0, 4170.0, 4190.0, 4198.0, 4178.0, 4199.0, 4177.0, 4188.0, 4187.0, 4176.0, 4196.0, 4153.0, 4173.0, 4173.0, 4163.0, 4183.0, 4173.0, 4172.0, 4161.0, 4160.0, 4139.0, 4160.0, 4180.0, 4162.0, 4181.0, 4161.0, 4171.0, 4150.0, 4159.0, 4168.0, 4160.0, 4180.0, 4172.0, 4181.0, 4161.0, 4171.0, 4162.0, 4159.0, 4138.0, 4171.0, 4152.0, 4163.0, 4174.0, 4176.0, 4196.0, 4176.0, 4185.0, 4165.0, 4175.0, 4154.0, 4176.0, 4188.0, 4175.0, 4197.0, 4166.0, 4182.0, 4143.0, 4165.0, 4185.0, 4165.0, 4196.0, 4165.0, 4185.0, 4155.0, 4187.0, 4166.0, 4178.0, 4167.0, 4178.0, 4197.0, 4165.0, 4196.0, 4154.0, 4187.0, 4165.0, 4176.0, 4176.0, 4164.0, 4194.0, 4163.0, 4183.0, 4162.0, 4184.0, 4153.0, 4173.0, 4141.0, 4161.0, 4190.0, 4173.0, 4193.0, 4174.0, 4185.0, 4166.0, 4173.0, 4163.0, 4173.0, 4153.0, 4175.0, 4164.0, 4175.0, 4155.0, 4175.0, 4183.0, 4172.0, 4182.0, 4173.0, 4174.0, 4163.0, 4173.0, 4152.0, 4161.0, 4171.0, 4161.0, 4181.0, 4162.0, 4183.0, 4163.0, 4173.0, 4165.0, 4174.0, 4143.0, 4175.0, 4196.0, 4177.0, 4197.0, 4176.0, 4186.0, 4165.0, 4173.0, 4142.0, 4175.0, 4195.0, 4174.0, 4185.0, 4164.0, 4173.0, 4162.0, 4171.0, 4151.0, 4173.0, 4172.0, 4172.0, 4183.0, 4172.0, 4170.0, 4150.0, 4181.0, 4161.0, 4172.0, 4162.0, 4172.0, 4141.0, 4160.0, 4170.0, 4172.0, 4181.0, 4162.0, 4192.0, 4165.0, 4172.0, 4152.0, 4173.0, 4153.0, 4186.0, 4154.0, 4187.0, 4156.0, 4174.0, 4182.0, 4174.0, 4194.0, 4175.0, 4184.0, 4165.0, 4174.0, 4174.0, 4162.0, 4151.0, 4162.0, 4193.0, 4173.0, 4184.0, 4163.0, 4171.0, 4162.0, 4170.0, 4152.0, 4174.0, 4174.0, 4174.0, 4164.0, 4174.0, 4182.0, 4161.0, 4170.0, 4157.0, 4171.0, 4160.0, 4160.0, 4140.0, 4160.0, 4169.0, 4160.0, 4181.0, 4162.0, 4183.0, 4161.0, 4172.0, 4152.0, 4172.0, 4171.0, 4162.0, 4193.0, 4174.0, 4183.0, 4163.0, 4173.0, 4142.0, 4161.0, 4171.0, 4159.0, 4192.0, 4173.0, 4182.0, 4162.0, 4172.0, 4160.0, 4160.0, 4140.0, 4172.0, 4184.0, 4173.0, 4164.0, 4175.0, 4173.0, 4174.0, 4183.0, 4168.0, 4197.0, 4178.0, 4188.0, 4174.0, 4187.0, 4165.0, 4176.0, 4187.0, 4176.0, 4186.0, 4164.0, 4171.0, 4152.0, 4163.0, 4183.0, 4174.0, 4183.0, 4173.0, 4183.0, 4163.0, 4171.0, 4162.0, 4162.0, 4153.0, 4175.0, 4175.0, 4175.0, 4186.0, 4175.0, 4194.0, 4153.0, 4184.0, 4153.0, 4176.0, 4175.0, 4175.0, 4185.0, 4161.0, 4171.0, 4150.0, 4159.0, 4140.0, 4172.0, 4173.0, 4173.0, 4174.0, 4173.0, 4182.0, 4161.0, 4172.0, 4162.0, 4174.0, 4154.0, 4176.0, 4167.0, 4176.0, 4195.0, 4176.0, 4197.0, 4188.0, 4187.0, 4167.0, 4186.0, 4175.0, 4175.0, 4197.0, 4187.0, 4196.0, 4186.0, 4186.0, 4185.0, 4173.0, 4172.0, 4170.0, 4172.0, 4174.0, 4163.0, 4174.0, 4164.0, 4174.0, 4182.0, 4160.0, 4168.0, 4147.0, 4170.0, 4149.0, 4169.0, 4168.0, 4155.0, 4155.0, 4145.0, 4144.0, 4133.0, 4154.0, 4134.0, 4155.0, 4135.0, 4156.0, 4156.0, 4158.0, 4178.0, 4160.0, 4170.0, 4161.0, 4160.0, 4140.0, 4160.0, 4180.0, 4171.0, 4192.0, 4172.0, 4171.0, 4162.0, 4161.0, 4139.0, 4159.0, 4178.0, 4160.0, 4181.0, 4160.0, 4160.0, 4139.0, 4159.0, 4179.0, 4169.0, 4179.0, 4158.0, 4158.0, 4159.0, 4157.0, 4137.0, 4158.0, 4168.0, 4158.0, 4179.0, 4159.0, 4180.0, 4160.0, 4169.0, 4159.0, 4159.0, 4161.0, 4172.0, 4163.0, 4174.0, 4156.0, 4176.0, 4154.0, 4174.0, 4195.0, 4176.0, 4196.0, 4176.0, 4187.0, 4168.0, 4176.0, 4153.0, 4165.0, 4195.0, 4176.0, 4196.0, 4173.0, 4186.0, 4176.0, 4173.0, 4142.0, 4162.0, 4192.0, 4161.0, 4193.0, 4163.0, 4172.0, 4152.0, 4161.0, 4150.0, 4162.0, 4193.0, 4173.0, 4181.0, 4165.0, 4185.0, 4155.0, 4175.0, 4155.0, 4176.0, 4197.0, 4177.0, 4198.0, 4177.0, 4186.0, 4143.0, 4163.0, 4194.0, 4174.0, 4195.0, 4163.0, 4174.0, 4153.0, 4162.0, 4181.0, 4171.0, 4193.0, 4174.0, 4183.0, 4163.0, 4173.0, 4142.0, 4161.0, 4172.0, 4163.0, 4194.0, 4175.0, 4185.0, 4176.0, 4186.0, 4165.0, 4185.0, 4164.0, 4176.0, 4186.0, 4175.0, 4195.0, 4175.0, 4183.0, 4159.0, 4161.0, 4150.0, 4173.0, 4174.0, 4173.0, 4154.0, 4175.0, 4171.0, 4162.0, 4193.0, 4164.0, 4194.0, 4176.0, 4185.0, 4165.0, 4173.0, 4143.0, 4174.0, 4195.0, 4175.0, 4194.0, 4175.0, 4185.0, 4164.0, 4162.0, 4151.0, 4160.0, 4150.0, 4160.0, 4179.0, 4158.0, 4181.0, 4161.0, 4169.0, 4151.0, 4161.0, 4142.0, 4174.0, 4143.0, 4164.0, 4156.0, 4166.0, 4182.0, 4164.0, 4193.0, 4164.0, 4186.0, 4152.0, 4165.0, 4155.0, 4162.0, 4193.0, 4163.0, 4182.0, 4152.0, 4185.0, 4153.0, 4174.0, 4163.0, 4163.0, 4182.0, 4160.0, 4183.0, 4164.0, 4174.0, 4164.0, 4164.0, 4155.0, 4163.0, 4185.0, 4166.0, 4208.0, 4188.0, 4188.0, 4168.0, 4186.0, 4154.0, 4165.0, 4196.0, 4177.0, 4198.0, 4164.0, 4176.0, 4155.0, 4172.0, 4173.0, 4163.0, 4193.0, 4175.0, 4196.0, 4174.0, 4174.0, 4175.0, 4174.0, 4162.0, 4173.0, 4193.0, 4174.0, 4196.0, 4176.0, 4186.0, 4155.0, 4174.0, 4155.0, 4186.0, 4166.0, 4177.0, 4159.0, 4189.0, 4167.0, 4167.0, 4196.0, 4178.0, 4199.0, 4175.0, 4174.0, 4165.0, 4174.0, 4160.0, 4161.0, 4193.0, 4174.0, 4184.0, 4163.0, 4172.0, 4153.0, 4160.0, 4148.0, 4161.0, 4180.0, 4161.0, 4193.0, 4174.0, 4183.0, 4163.0, 4172.0, 4151.0, 4172.0, 4163.0, 4175.0, 4196.0, 4175.0, 4184.0, 4164.0, 4183.0, 4153.0, 4170.0, 4166.0, 4184.0, 4166.0, 4208.0, 4188.0, 4187.0, 4178.0, 4173.0, 4164.0, 4184.0, 4175.0, 4196.0, 4187.0, 4186.0, 4165.0, 4162.0, 4152.0, 4160.0, 4139.0, 4160.0, 4179.0, 4172.0, 4181.0, 4151.0, 4170.0, 4150.0, 4159.0, 4148.0, 4149.0, 4161.0, 4164.0, 4194.0, 4173.0, 4184.0, 4151.0, 4162.0, 4139.0, 4163.0, 4195.0, 4175.0, 4195.0, 4164.0, 4183.0, 4151.0, 4161.0, 4152.0, 4163.0, 4194.0, 4163.0, 4194.0, 4152.0, 4170.0, 4151.0, 4163.0, 4141.0, 4174.0, 4164.0, 4165.0, 4194.0, 4143.0, 4185.0, 4155.0, 4178.0, 4157.0, 4179.0, 4209.0, 4165.0, 4196.0, 4177.0, 4196.0, 4164.0, 4178.0, 4166.0, 4163.0, 4180.0, 4161.0, 4192.0, 4184.0, 4184.0, 4164.0, 4163.0, 4141.0, 4162.0, 4181.0, 4161.0, 4182.0, 4163.0, 4185.0, 4164.0, 4174.0, 4144.0, 4164.0, 4182.0, 4162.0, 4182.0, 4162.0, 4183.0, 4164.0, 4175.0, 4154.0, 4164.0, 4173.0, 4164.0, 4195.0, 4166.0, 4188.0, 4156.0, 4177.0, 4155.0, 4164.0, 4182.0, 4164.0, 4194.0, 4175.0, 4173.0, 4164.0, 4161.0, 4141.0, 4151.0, 4193.0, 4175.0, 4195.0, 4164.0, 4185.0, 4164.0, 4161.0, 4140.0, 4152.0, 4195.0, 4162.0, 4185.0, 4175.0, 4181.0, 4153.0, 4174.0, 4143.0, 4165.0, 4164.0, 4166.0, 4196.0, 4166.0, 4184.0, 4154.0, 4173.0, 4174.0, 4165.0, 4195.0, 4175.0, 4185.0, 4154.0, 4173.0, 4140.0, 4161.0, 4182.0, 4164.0, 4192.0, 4162.0, 4172.0, 4151.0, 4160.0, 4129.0, 4173.0, 4174.0, 4163.0, 4171.0, 4174.0, 4182.0, 4153.0, 4173.0, 4153.0, 4175.0, 4154.0, 4176.0, 4155.0, 4165.0, 4194.0, 4151.0, 4171.0, 4150.0, 4161.0, 4141.0, 4172.0, 4172.0, 4161.0, 4177.0, 4149.0, 4169.0, 4150.0, 4173.0, 4152.0, 4162.0, 4142.0, 4163.0, 4181.0, 4160.0, 4180.0, 4151.0, 4183.0, 4151.0, 4160.0, 4141.0, 4160.0, 4180.0, 4157.0, 4180.0, 4171.0, 4182.0, 4161.0, 4161.0, 4150.0, 4159.0, 4146.0, 4149.0, 4190.0, 4183.0, 4190.0, 4161.0, 4171.0, 4160.0, 4159.0, 4139.0, 4160.0, 4172.0, 4162.0, 4194.0, 4164.0, 4186.0, 4176.0, 4181.0, 4153.0, 4184.0, 4154.0, 4176.0, 4155.0, 4176.0, 4194.0, 4173.0, 4182.0, 4151.0, 4171.0, 4140.0, 4161.0, 4151.0, 4162.0, 4161.0, 4161.0, 4182.0, 4151.0, 4171.0, 4142.0, 4174.0, 4152.0, 4165.0, 4175.0, 4165.0, 4194.0, 4163.0, 4170.0, 4151.0, 4163.0, 4174.0, 4162.0, 4191.0, 4151.0, 4170.0, 4149.0, 4149.0, 4149.0, 4149.0, 4180.0, 4161.0, 4181.0, 4151.0, 4169.0, 4140.0, 4161.0, 4142.0, 4163.0, 4144.0, 4165.0, 4175.0, 4155.0, 4194.0, 4153.0, 4175.0, 4165.0, 4187.0, 4155.0, 4176.0, 4166.0, 4166.0, 4192.0, 4151.0, 4182.0, 4187.0, 4195.0, 4165.0, 4175.0, 4152.0, 4162.0, 4181.0, 4161.0, 4182.0, 4161.0, 4160.0, 4161.0, 4160.0, 4158.0, 4159.0, 4179.0, 4161.0, 4192.0, 4173.0, 4171.0, 4162.0, 4160.0, 4139.0, 4160.0, 4180.0, 4163.0, 4194.0, 4173.0, 4183.0, 4161.0, 4161.0, 4128.0, 4157.0, 4180.0, 4172.0, 4182.0, 4160.0, 4171.0, 4161.0, 4158.0, 4127.0, 4159.0, 4181.0, 4160.0, 4181.0, 4161.0, 4170.0, 4148.0, 4149.0, 4137.0, 4160.0, 4173.0, 4163.0, 4173.0, 4163.0, 4181.0, 4151.0, 4161.0, 4151.0, 4163.0, 4184.0, 4173.0, 4164.0, 4173.0, 4183.0], 'WindowWidth': [9401.0, 9363.0, 9316.0, 9261.0, 9296.0, 9268.0, 9275.0, 9262.0, 9290.0, 9256.0, 9245.0, 9229.0, 9208.0, 9220.0, 9216.0, 9204.0, 9219.0, 9238.0, 9221.0, 9224.0, 9222.0, 9229.0, 9225.0, 9229.0, 9229.0, 9217.0, 9230.0, 9245.0, 9232.0, 9253.0, 9241.0, 9228.0, 9232.0, 9232.0, 9235.0, 9237.0, 9239.0, 9240.0, 9249.0, 9225.0, 9242.0, 9257.0, 9244.0, 9269.0, 9250.0, 9278.0, 9228.0, 9261.0, 9238.0, 9261.0, 9219.0, 9248.0, 9277.0, 9253.0, 9295.0, 9251.0, 9266.0, 9239.0, 9266.0, 9263.0, 9262.0, 9277.0, 9244.0, 9267.0, 9226.0, 9253.0, 9251.0, 9257.0, 9243.0, 9243.0, 9268.0, 9255.0, 9252.0, 9239.0, 9251.0, 9225.0, 9237.0, 9214.0, 9262.0, 9263.0, 9262.0, 9282.0, 9267.0, 9290.0, 9232.0, 9255.0, 9214.0, 9262.0, 9286.0, 9292.0, 9281.0, 9263.0, 9278.0, 9265.0, 9262.0, 9262.0, 9256.0, 9243.0, 9261.0, 9267.0, 9290.0, 9288.0, 9285.0, 9281.0, 9253.0, 9263.0, 9253.0, 9284.0, 9253.0, 9286.0, 9265.0, 9291.0, 9297.0, 9267.0, 9278.0, 9249.0, 9264.0, 9239.0, 9269.0, 9294.0, 9263.0, 9280.0, 9248.0, 9257.0, 9241.0, 9257.0, 9230.0, 9261.0, 9245.0, 9258.0, 9259.0, 9244.0, 9268.0, 9227.0, 9257.0, 9228.0, 9259.0, 9218.0, 9260.0, 9260.0, 9257.0, 9269.0, 9244.0, 9272.0, 9246.0, 9257.0, 9250.0, 9259.0, 9233.0, 9258.0, 9235.0, 9266.0, 9280.0, 9268.0, 9296.0, 9271.0, 9279.0, 9252.0, 9270.0, 9253.0, 9283.0, 9242.0, 9284.0, 9282.0, 9265.0, 9290.0, 9265.0, 9291.0, 9261.0, 9275.0, 9250.0, 9260.0, 9231.0, 9257.0, 9259.0, 9264.0, 9293.0, 9271.0, 9284.0, 9275.0, 9289.0, 9264.0, 9274.0, 9276.0, 9282.0, 9323.0, 9283.0, 9313.0, 9269.0, 9293.0, 9301.0, 9273.0, 9305.0, 9270.0, 9287.0, 9284.0, 9268.0, 9295.0, 9232.0, 9258.0, 9257.0, 9244.0, 9273.0, 9257.0, 9256.0, 9241.0, 9238.0, 9206.0, 9236.0, 9263.0, 9242.0, 9265.0, 9239.0, 9251.0, 9224.0, 9234.0, 9244.0, 9235.0, 9262.0, 9256.0, 9264.0, 9240.0, 9252.0, 9244.0, 9235.0, 9205.0, 9253.0, 9229.0, 9247.0, 9263.0, 9269.0, 9294.0, 9267.0, 9277.0, 9250.0, 9265.0, 9236.0, 9266.0, 9286.0, 9269.0, 9298.0, 9255.0, 9274.0, 9221.0, 9251.0, 9278.0, 9251.0, 9295.0, 9254.0, 9280.0, 9240.0, 9285.0, 9256.0, 9275.0, 9258.0, 9275.0, 9300.0, 9253.0, 9294.0, 9237.0, 9285.0, 9252.0, 9267.0, 9268.0, 9249.0, 9290.0, 9245.0, 9273.0, 9244.0, 9276.0, 9234.0, 9261.0, 9218.0, 9242.0, 9278.0, 9260.0, 9287.0, 9261.0, 9278.0, 9257.0, 9262.0, 9247.0, 9260.0, 9235.0, 9265.0, 9250.0, 9266.0, 9240.0, 9265.0, 9272.0, 9256.0, 9270.0, 9259.0, 9261.0, 9244.0, 9259.0, 9230.0, 9240.0, 9252.0, 9238.0, 9267.0, 9244.0, 9274.0, 9246.0, 9260.0, 9252.0, 9264.0, 9221.0, 9266.0, 9294.0, 9270.0, 9298.0, 9269.0, 9283.0, 9254.0, 9260.0, 9218.0, 9263.0, 9291.0, 9261.0, 9279.0, 9249.0, 9260.0, 9242.0, 9254.0, 9226.0, 9259.0, 9256.0, 9256.0, 9273.0, 9256.0, 9250.0, 9223.0, 9268.0, 9238.0, 9255.0, 9244.0, 9255.0, 9214.0, 9237.0, 9249.0, 9254.0, 9267.0, 9243.0, 9286.0, 9251.0, 9258.0, 9230.0, 9260.0, 9234.0, 9281.0, 9237.0, 9283.0, 9243.0, 9262.0, 9269.0, 9260.0, 9288.0, 9264.0, 9276.0, 9253.0, 9263.0, 9263.0, 9242.0, 9228.0, 9242.0, 9285.0, 9257.0, 9275.0, 9244.0, 9254.0, 9242.0, 9253.0, 9228.0, 9261.0, 9260.0, 9260.0, 9250.0, 9262.0, 9271.0, 9238.0, 9250.0, 9231.0, 9251.0, 9236.0, 9236.0, 9209.0, 9235.0, 9246.0, 9236.0, 9266.0, 9243.0, 9272.0, 9240.0, 9256.0, 9231.0, 9256.0, 9252.0, 9242.0, 9285.0, 9261.0, 9272.0, 9245.0, 9258.0, 9217.0, 9239.0, 9251.0, 9237.0, 9282.0, 9256.0, 9269.0, 9244.0, 9255.0, 9238.0, 9237.0, 9211.0, 9257.0, 9273.0, 9258.0, 9250.0, 9266.0, 9261.0, 9262.0, 9275.0, 9259.0, 9297.0, 9274.0, 9288.0, 9268.0, 9283.0, 9253.0, 9267.0, 9283.0, 9267.0, 9282.0, 9251.0, 9257.0, 9229.0, 9244.0, 9272.0, 9259.0, 9274.0, 9258.0, 9273.0, 9244.0, 9253.0, 9241.0, 9244.0, 9232.0, 9265.0, 9265.0, 9265.0, 9280.0, 9266.0, 9289.0, 9230.0, 9275.0, 9233.0, 9267.0, 9265.0, 9264.0, 9279.0, 9241.0, 9254.0, 9224.0, 9234.0, 9209.0, 9253.0, 9256.0, 9257.0, 9261.0, 9261.0, 9269.0, 9240.0, 9256.0, 9243.0, 9262.0, 9234.0, 9266.0, 9260.0, 9267.0, 9290.0, 9268.0, 9297.0, 9285.0, 9283.0, 9259.0, 9283.0, 9265.0, 9265.0, 9298.0, 9284.0, 9296.0, 9280.0, 9282.0, 9279.0, 9261.0, 9255.0, 9252.0, 9254.0, 9263.0, 9245.0, 9262.0, 9251.0, 9262.0, 9271.0, 9237.0, 9246.0, 9215.0, 9249.0, 9220.0, 9245.0, 9245.0, 9222.0, 9222.0, 9207.0, 9204.0, 9190.0, 9220.0, 9194.0, 9222.0, 9197.0, 9223.0, 9224.0, 9231.0, 9259.0, 9238.0, 9251.0, 9239.0, 9238.0, 9213.0, 9238.0, 9264.0, 9253.0, 9284.0, 9256.0, 9254.0, 9243.0, 9240.0, 9209.0, 9233.0, 9260.0, 9236.0, 9265.0, 9237.0, 9238.0, 9209.0, 9234.0, 9260.0, 9247.0, 9262.0, 9232.0, 9231.0, 9234.0, 9230.0, 9202.0, 9231.0, 9245.0, 9232.0, 9262.0, 9235.0, 9265.0, 9239.0, 9250.0, 9235.0, 9235.0, 9240.0, 9257.0, 9248.0, 9263.0, 9246.0, 9271.0, 9238.0, 9263.0, 9292.0, 9270.0, 9295.0, 9267.0, 9285.0, 9262.0, 9270.0, 9237.0, 9252.0, 9291.0, 9268.0, 9296.0, 9263.0, 9282.0, 9270.0, 9261.0, 9218.0, 9243.0, 9283.0, 9241.0, 9286.0, 9245.0, 9257.0, 9232.0, 9241.0, 9224.0, 9242.0, 9285.0, 9261.0, 9271.0, 9253.0, 9281.0, 9241.0, 9266.0, 9239.0, 9269.0, 9300.0, 9272.0, 9303.0, 9273.0, 9282.0, 9220.0, 9247.0, 9289.0, 9263.0, 9294.0, 9247.0, 9262.0, 9235.0, 9244.0, 9267.0, 9254.0, 9285.0, 9263.0, 9273.0, 9247.0, 9261.0, 9219.0, 9242.0, 9256.0, 9246.0, 9290.0, 9265.0, 9281.0, 9271.0, 9283.0, 9254.0, 9280.0, 9251.0, 9270.0, 9281.0, 9265.0, 9294.0, 9264.0, 9272.0, 9237.0, 9241.0, 9226.0, 9260.0, 9261.0, 9259.0, 9236.0, 9264.0, 9254.0, 9244.0, 9286.0, 9249.0, 9291.0, 9268.0, 9280.0, 9255.0, 9262.0, 9219.0, 9263.0, 9292.0, 9265.0, 9291.0, 9263.0, 9278.0, 9247.0, 9241.0, 9225.0, 9236.0, 9222.0, 9235.0, 9263.0, 9232.0, 9267.0, 9239.0, 9249.0, 9226.0, 9238.0, 9215.0, 9262.0, 9221.0, 9249.0, 9241.0, 9255.0, 9274.0, 9249.0, 9285.0, 9248.0, 9281.0, 9232.0, 9250.0, 9238.0, 9246.0, 9287.0, 9244.0, 9270.0, 9230.0, 9277.0, 9231.0, 9261.0, 9247.0, 9244.0, 9268.0, 9239.0, 9271.0, 9247.0, 9261.0, 9250.0, 9249.0, 9239.0, 9248.0, 9279.0, 9256.0, 9313.0, 9287.0, 9289.0, 9262.0, 9285.0, 9239.0, 9252.0, 9293.0, 9270.0, 9300.0, 9250.0, 9267.0, 9239.0, 9259.0, 9257.0, 9245.0, 9287.0, 9263.0, 9295.0, 9263.0, 9263.0, 9266.0, 9263.0, 9241.0, 9256.0, 9284.0, 9262.0, 9294.0, 9265.0, 9283.0, 9241.0, 9261.0, 9238.0, 9282.0, 9258.0, 9272.0, 9251.0, 9291.0, 9258.0, 9256.0, 9296.0, 9275.0, 9304.0, 9267.0, 9265.0, 9253.0, 9262.0, 9240.0, 9240.0, 9287.0, 9259.0, 9275.0, 9244.0, 9256.0, 9232.0, 9239.0, 9221.0, 9238.0, 9265.0, 9240.0, 9286.0, 9260.0, 9272.0, 9246.0, 9257.0, 9228.0, 9257.0, 9246.0, 9266.0, 9293.0, 9264.0, 9275.0, 9246.0, 9272.0, 9231.0, 9251.0, 9257.0, 9278.0, 9258.0, 9312.0, 9285.0, 9284.0, 9272.0, 9261.0, 9249.0, 9273.0, 9264.0, 9293.0, 9281.0, 9280.0, 9251.0, 9242.0, 9227.0, 9235.0, 9206.0, 9234.0, 9261.0, 9252.0, 9266.0, 9224.0, 9249.0, 9223.0, 9232.0, 9219.0, 9221.0, 9239.0, 9247.0, 9288.0, 9257.0, 9274.0, 9229.0, 9242.0, 9209.0, 9244.0, 9288.0, 9261.0, 9289.0, 9247.0, 9271.0, 9226.0, 9239.0, 9226.0, 9243.0, 9286.0, 9243.0, 9286.0, 9229.0, 9251.0, 9225.0, 9243.0, 9214.0, 9259.0, 9249.0, 9250.0, 9287.0, 9219.0, 9277.0, 9238.0, 9273.0, 9244.0, 9277.0, 9315.0, 9253.0, 9295.0, 9270.0, 9297.0, 9250.0, 9273.0, 9253.0, 9245.0, 9264.0, 9240.0, 9283.0, 9275.0, 9274.0, 9248.0, 9246.0, 9214.0, 9239.0, 9264.0, 9239.0, 9269.0, 9245.0, 9276.0, 9245.0, 9261.0, 9222.0, 9248.0, 9267.0, 9240.0, 9267.0, 9242.0, 9273.0, 9248.0, 9263.0, 9237.0, 9250.0, 9259.0, 9248.0, 9290.0, 9255.0, 9285.0, 9241.0, 9269.0, 9238.0, 9248.0, 9270.0, 9248.0, 9290.0, 9263.0, 9260.0, 9249.0, 9241.0, 9214.0, 9227.0, 9285.0, 9264.0, 9290.0, 9248.0, 9277.0, 9248.0, 9240.0, 9210.0, 9230.0, 9290.0, 9244.0, 9278.0, 9265.0, 9270.0, 9233.0, 9260.0, 9218.0, 9250.0, 9250.0, 9253.0, 9297.0, 9255.0, 9276.0, 9235.0, 9260.0, 9262.0, 9250.0, 9292.0, 9262.0, 9277.0, 9234.0, 9258.0, 9211.0, 9237.0, 9269.0, 9248.0, 9284.0, 9243.0, 9257.0, 9226.0, 9237.0, 9195.0, 9257.0, 9260.0, 9243.0, 9256.0, 9262.0, 9271.0, 9231.0, 9258.0, 9231.0, 9265.0, 9235.0, 9267.0, 9240.0, 9252.0, 9288.0, 9227.0, 9253.0, 9223.0, 9241.0, 9212.0, 9254.0, 9255.0, 9238.0, 9257.0, 9219.0, 9246.0, 9221.0, 9257.0, 9227.0, 9241.0, 9216.0, 9243.0, 9267.0, 9236.0, 9263.0, 9225.0, 9270.0, 9226.0, 9239.0, 9214.0, 9238.0, 9263.0, 9229.0, 9262.0, 9253.0, 9269.0, 9238.0, 9239.0, 9226.0, 9234.0, 9213.0, 9219.0, 9276.0, 9270.0, 9278.0, 9239.0, 9252.0, 9238.0, 9235.0, 9206.0, 9237.0, 9254.0, 9244.0, 9288.0, 9249.0, 9281.0, 9267.0, 9268.0, 9232.0, 9275.0, 9234.0, 9268.0, 9239.0, 9268.0, 9288.0, 9258.0, 9268.0, 9226.0, 9252.0, 9208.0, 9240.0, 9227.0, 9241.0, 9241.0, 9242.0, 9269.0, 9228.0, 9253.0, 9215.0, 9262.0, 9231.0, 9251.0, 9265.0, 9251.0, 9290.0, 9244.0, 9254.0, 9226.0, 9245.0, 9260.0, 9242.0, 9283.0, 9225.0, 9249.0, 9220.0, 9219.0, 9220.0, 9221.0, 9265.0, 9237.0, 9267.0, 9225.0, 9248.0, 9210.0, 9240.0, 9216.0, 9247.0, 9222.0, 9253.0, 9267.0, 9239.0, 9289.0, 9233.0, 9264.0, 9251.0, 9285.0, 9238.0, 9269.0, 9256.0, 9255.0, 9286.0, 9229.0, 9271.0, 9283.0, 9292.0, 9252.0, 9265.0, 9231.0, 9241.0, 9265.0, 9238.0, 9269.0, 9239.0, 9237.0, 9239.0, 9237.0, 9233.0, 9233.0, 9261.0, 9240.0, 9284.0, 9258.0, 9254.0, 9245.0, 9239.0, 9208.0, 9237.0, 9264.0, 9245.0, 9289.0, 9259.0, 9273.0, 9241.0, 9238.0, 9192.0, 9230.0, 9263.0, 9256.0, 9268.0, 9237.0, 9253.0, 9238.0, 9230.0, 9187.0, 9232.0, 9264.0, 9235.0, 9265.0, 9240.0, 9250.0, 9219.0, 9219.0, 9205.0, 9239.0, 9260.0, 9244.0, 9260.0, 9245.0, 9267.0, 9225.0, 9239.0, 9226.0, 9245.0, 9275.0, 9258.0, 9248.0, 9261.0, 9274.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.002021525129982669</td></tr>
<tr><td colspan=3>aqi</td><td>0.025217127383015597</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.21282135168252</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.219730749167388</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0232038673547268</td></tr>
<tr><td colspan=3>efc</td><td>0.536</td></tr>
<tr><td colspan=3>fber</td><td>3519.8625</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09630527769179598</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7729636048526864</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.447596552573893</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.369147670787845</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6107420286641503</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.362899958269685</td></tr>
<tr><td colspan=3>gcor</td><td>0.00780187</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0034892784897238016</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033887118101119995</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</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.428134855723326</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>14.0673</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.6061</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.3796</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283591.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1092.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.9263</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2999</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.0031</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3314.2386</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3451.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1523.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>779.3307</td></tr>
<tr><td colspan=3>tsnr</td><td>38.44191538752057</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>