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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0089/ses-03/func/sub-0089_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8b41f4ca760db36919902263ef315e9b</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>15:10:40.525000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999429, 0.0324004, -0.00956632, -0.0268692, 0.934001, 0.35626]</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103083</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7840, -7230, 632, -39, -297, 90, 113]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.492</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>457cb479-581c-4bc7-a23b-a3196aa473b2||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6813955307006836, -0.0720880925655365, -0.05529031157493591, 116.42589569091797], [-0.08692780137062073, 2.505855083465576, 0.9606584906578064, -109.20549774169922], [-0.025665728375315666, -0.9558190703392029, 2.522712469100952, -7.983942985534668], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['151040.525000', '151040.985000', '151041.445000', '151041.905000', '151042.365000', '151042.825000', '151043.285000', '151043.745000', '151044.205000', '151044.665000', '151045.125000', '151045.585000', '151046.045000', '151046.505000', '151046.965000', '151047.425000', '151047.885000', '151048.345000', '151048.805000', '151049.265000', '151049.725000', '151050.185000', '151050.645000', '151051.105000', '151051.565000', '151052.025000', '151052.485000', '151052.945000', '151053.405000', '151053.865000', '151054.325000', '151054.785000', '151055.245000', '151055.705000', '151056.165000', '151056.625000', '151057.085000', '151057.545000', '151058.005000', '151058.465000', '151058.925000', '151059.385000', '151059.845000', '151100.305000', '151100.765000', '151101.225000', '151101.685000', '151102.145000', '151102.605000', '151103.065000', '151103.525000', '151103.985000', '151104.445000', '151104.905000', '151105.365000', '151105.825000', '151106.285000', '151106.745000', '151107.205000', '151107.665000', '151108.125000', '151108.585000', '151109.045000', '151109.505000', '151109.965000', '151110.425000', '151110.885000', '151111.345000', '151111.805000', '151112.265000', '151112.725000', '151113.185000', '151113.645000', '151114.105000', '151114.565000', '151115.025000', '151115.485000', '151115.945000', '151116.405000', '151116.865000', '151117.325000', '151117.785000', '151118.245000', '151118.705000', '151119.165000', '151119.625000', '151120.085000', '151120.545000', '151121.005000', '151121.465000', '151121.925000', '151122.385000', '151122.845000', '151123.305000', '151123.765000', '151124.225000', '151124.685000', '151125.145000', '151125.605000', '151126.065000', '151126.525000', '151126.985000', '151127.445000', '151127.905000', '151128.365000', '151128.825000', '151129.285000', '151129.745000', '151130.205000', '151130.665000', '151131.125000', '151131.585000', '151132.045000', '151132.505000', '151132.965000', '151133.425000', '151133.885000', '151134.345000', '151134.805000', '151135.265000', '151135.725000', '151136.185000', '151136.645000', '151137.105000', '151137.565000', '151138.025000', '151138.485000', '151138.945000', '151139.405000', '151139.865000', '151140.325000', '151140.785000', '151141.245000', '151141.705000', '151142.165000', '151142.625000', '151143.085000', '151143.545000', '151144.005000', '151144.465000', '151144.925000', '151145.385000', '151145.845000', '151146.305000', '151146.765000', '151147.225000', '151147.685000', '151148.145000', '151148.605000', '151149.065000', '151149.525000', '151149.985000', '151150.445000', '151150.905000', '151151.365000', '151151.825000', '151152.285000', '151152.745000', '151153.205000', '151153.665000', '151154.125000', '151154.585000', '151155.045000', '151155.505000', '151155.965000', '151156.425000', '151156.885000', '151157.345000', '151157.805000', '151158.265000', '151158.725000', '151159.185000', '151159.645000', '151200.105000', '151200.565000', '151201.025000', '151201.485000', '151201.945000', '151202.405000', '151202.865000', '151203.325000', '151203.785000', '151204.245000', '151204.705000', '151205.165000', '151205.625000', '151206.085000', '151206.545000', '151207.005000', '151207.465000', '151207.925000', '151208.385000', '151208.845000', '151209.305000', '151209.765000', '151210.225000', '151210.685000', '151211.145000', '151211.605000', '151212.065000', '151212.525000', '151212.985000', '151213.445000', '151213.905000', '151214.365000', '151214.825000', '151215.285000', '151215.745000', '151216.205000', '151216.665000', '151217.125000', '151217.585000', '151218.045000', '151218.505000', '151218.965000', '151219.425000', '151219.885000', '151220.345000', '151220.805000', '151221.265000', '151221.725000', '151222.185000', '151222.645000', '151223.105000', '151223.565000', '151224.025000', '151224.485000', '151224.945000', '151225.405000', '151225.865000', '151226.325000', '151226.785000', '151227.245000', '151227.705000', '151228.165000', '151228.625000', '151229.085000', '151229.545000', '151230.005000', '151230.465000', '151230.925000', '151231.385000', '151231.845000', '151232.305000', '151232.765000', '151233.225000', '151233.685000', '151234.145000', '151234.605000', '151235.065000', '151235.525000', '151235.985000', '151236.445000', '151236.905000', '151237.365000', '151237.825000', '151238.285000', '151238.745000', '151239.205000', '151239.665000', '151240.125000', '151240.585000', '151241.045000', '151241.505000', '151241.965000', '151242.425000', '151242.885000', '151243.345000', '151243.805000', '151244.265000', '151244.725000', '151245.185000', '151245.645000', '151246.105000', '151246.565000', '151247.025000', '151247.485000', '151247.945000', '151248.405000', '151248.865000', '151249.325000', '151249.785000', '151250.245000', '151250.705000', '151251.165000', '151251.625000', '151252.085000', '151252.545000', '151253.005000', '151253.465000', '151253.925000', '151254.385000', '151254.845000', '151255.305000', '151255.765000', '151256.225000', '151256.685000', '151257.145000', '151257.605000', '151258.065000', '151258.525000', '151258.985000', '151259.445000', '151259.905000', '151300.365000', '151300.825000', '151301.285000', '151301.745000', '151302.205000', '151302.665000', '151303.125000', '151303.585000', '151304.045000', '151304.505000', '151304.965000', '151305.425000', '151305.885000', '151306.345000', '151306.805000', '151307.265000', '151307.725000', '151308.185000', '151308.645000', '151309.105000', '151309.565000', '151310.025000', '151310.485000', '151310.945000', '151311.405000', '151311.865000', '151312.325000', '151312.785000', '151313.245000', '151313.705000', '151314.165000', '151314.625000', '151315.085000', '151315.545000', '151316.005000', '151316.465000', '151316.925000', '151317.385000', '151317.845000', '151318.305000', '151318.765000', '151319.225000', '151319.685000', '151320.145000', '151320.605000', '151321.065000', '151321.525000', '151321.985000', '151322.445000', '151322.905000', '151323.365000', '151323.825000', '151324.285000', '151324.745000', '151325.205000', '151325.665000', '151326.125000', '151326.585000', '151327.045000', '151327.505000', '151327.965000', '151328.425000', '151328.885000', '151329.345000', '151329.805000', '151330.265000', '151330.725000', '151331.185000', '151331.645000', '151332.105000', '151332.565000', '151333.025000', '151333.485000', '151333.945000', '151334.405000', '151334.865000', '151335.325000', '151335.785000', '151336.245000', '151336.705000', '151337.165000', '151337.625000', '151338.085000', '151338.545000', '151339.005000', '151339.465000', '151339.925000', '151340.385000', '151340.845000', '151341.305000', '151341.765000', '151342.225000', '151342.685000', '151343.145000', '151343.605000', '151344.065000', '151344.525000', '151344.985000', '151345.445000', '151345.905000', '151346.365000', '151346.825000', '151347.285000', '151347.745000', '151348.205000', '151348.665000', '151349.125000', '151349.585000', '151350.045000', '151350.505000', '151350.965000', '151351.425000', '151351.885000', '151352.345000', '151352.805000', '151353.265000', '151353.725000', '151354.185000', '151354.645000', '151355.105000', '151355.565000', '151356.025000', '151356.485000', '151356.945000', '151357.405000', '151357.865000', '151358.325000', '151358.785000', '151359.245000', '151359.705000', '151400.165000', '151400.625000', '151401.085000', '151401.545000', '151402.005000', '151402.465000', '151402.925000', '151403.385000', '151403.845000', '151404.305000', '151404.765000', '151405.225000', '151405.685000', '151406.145000', '151406.605000', '151407.065000', '151407.525000', '151407.985000', '151408.445000', '151408.905000', '151409.365000', '151409.825000', '151410.285000', '151410.745000', '151411.205000', '151411.665000', '151412.125000', '151412.585000', '151413.045000', '151413.505000', '151413.965000', '151414.425000', '151414.885000', '151415.345000', '151415.805000', '151416.265000', '151416.725000', '151417.185000', '151417.645000', '151418.105000', '151418.565000', '151419.025000', '151419.485000', '151419.945000', '151420.405000', '151420.865000', '151421.325000', '151421.785000', '151422.245000', '151422.705000', '151423.165000', '151423.625000', '151424.085000', '151424.545000', '151425.005000', '151425.465000', '151425.925000', '151426.385000', '151426.845000', '151427.305000', '151427.765000', '151428.225000', '151428.685000', '151429.145000', '151429.605000', '151430.065000', '151430.525000', '151430.985000', '151431.445000', '151431.905000', '151432.365000', '151432.825000', '151433.285000', '151433.745000', '151434.205000', '151434.665000', '151435.125000', '151435.585000', '151436.045000', '151436.505000', '151436.965000', '151437.425000', '151437.885000', '151438.345000', '151438.805000', '151439.265000', '151439.725000', '151440.185000', '151440.645000', '151441.105000', '151441.565000', '151442.025000', '151442.485000', '151442.945000', '151443.405000', '151443.865000', '151444.325000', '151444.785000', '151445.245000', '151445.705000', '151446.165000', '151446.625000', '151447.085000', '151447.545000', '151448.005000', '151448.465000', '151448.925000', '151449.385000', '151449.845000', '151450.305000', '151450.765000', '151451.225000', '151451.685000', '151452.145000', '151452.605000', '151453.065000', '151453.525000', '151453.985000', '151454.445000', '151454.905000', '151455.365000', '151455.825000', '151456.285000', '151456.745000', '151457.205000', '151457.665000', '151458.125000', '151458.585000', '151459.045000', '151459.505000', '151459.965000', '151500.425000', '151500.885000', '151501.345000', '151501.805000', '151502.265000', '151502.725000', '151503.185000', '151503.645000', '151504.105000', '151504.565000', '151505.025000', '151505.485000', '151505.945000', '151506.405000', '151506.865000', '151507.325000', '151507.785000', '151508.245000', '151508.705000', '151509.165000', '151509.625000', '151510.085000', '151510.545000', '151511.005000', '151511.465000', '151511.925000', '151512.385000', '151512.845000', '151513.305000', '151513.765000', '151514.225000', '151514.685000', '151515.145000', '151515.605000', '151516.065000', '151516.525000', '151516.985000', '151517.445000', '151517.905000', '151518.365000', '151518.825000', '151519.285000', '151519.745000', '151520.205000', '151520.665000', '151521.125000', '151521.585000', '151522.045000', '151522.505000', '151522.965000', '151523.425000', '151523.885000', '151524.345000', '151524.805000', '151525.265000', '151525.725000', '151526.185000', '151526.645000', '151527.105000', '151527.565000', '151528.025000', '151528.485000', '151528.945000', '151529.405000', '151529.865000', '151530.325000', '151530.785000', '151531.245000', '151531.705000', '151532.165000', '151532.625000', '151533.085000', '151533.545000', '151534.005000', '151534.465000', '151534.925000', '151535.385000', '151535.845000', '151536.305000', '151536.765000', '151537.225000', '151537.685000', '151538.145000', '151538.605000', '151539.065000', '151539.525000', '151539.985000', '151540.445000', '151540.905000', '151541.365000', '151541.825000', '151542.285000', '151542.745000', '151543.205000', '151543.665000', '151544.125000', '151544.585000', '151545.045000', '151545.505000', '151545.965000', '151546.425000', '151546.885000', '151547.345000', '151547.805000', '151548.265000', '151548.725000', '151549.185000', '151549.645000', '151550.105000', '151550.565000', '151551.025000', '151551.485000', '151551.945000', '151552.405000', '151552.865000', '151553.325000', '151553.785000', '151554.245000', '151554.705000', '151555.165000', '151555.625000', '151556.085000', '151556.545000', '151557.005000', '151557.465000', '151557.925000', '151558.385000', '151558.845000', '151559.305000', '151559.765000', '151600.225000', '151600.685000', '151601.145000', '151601.605000', '151602.065000', '151602.525000', '151602.985000', '151603.445000', '151603.905000', '151604.365000', '151604.825000', '151605.285000', '151605.745000', '151606.205000', '151606.665000', '151607.125000', '151607.585000', '151608.045000', '151608.505000', '151608.965000', '151609.425000', '151609.885000', '151610.345000', '151610.805000', '151611.265000', '151611.725000', '151612.185000', '151612.645000', '151613.105000', '151613.565000', '151614.025000', '151614.485000', '151614.945000', '151615.405000', '151615.865000', '151616.325000', '151616.785000', '151617.245000', '151617.705000', '151618.165000', '151618.625000', '151619.085000', '151619.545000', '151620.005000', '151620.465000', '151620.925000', '151621.385000', '151621.845000', '151622.305000', '151622.765000', '151623.225000', '151623.685000', '151624.145000', '151624.605000', '151625.065000', '151625.525000', '151625.985000', '151626.445000', '151626.905000', '151627.365000', '151627.825000', '151628.285000', '151628.745000', '151629.205000', '151629.665000', '151630.125000', '151630.585000', '151631.045000', '151631.505000', '151631.965000', '151632.425000', '151632.885000', '151633.345000', '151633.805000', '151634.265000', '151634.725000', '151635.185000', '151635.645000', '151636.105000', '151636.565000', '151637.025000', '151637.485000', '151637.945000', '151638.405000', '151638.865000', '151639.325000', '151639.785000', '151640.245000', '151640.705000', '151641.165000', '151641.625000', '151642.085000', '151642.545000', '151643.005000', '151643.465000', '151643.925000', '151644.385000', '151644.845000', '151645.305000', '151645.765000', '151646.225000', '151646.685000', '151647.145000', '151647.605000', '151648.065000', '151648.525000', '151648.985000', '151649.445000', '151649.905000', '151650.365000', '151650.825000', '151651.285000', '151651.745000', '151652.205000', '151652.665000', '151653.125000', '151653.585000', '151654.045000', '151654.505000', '151654.965000', '151655.425000', '151655.885000', '151656.345000', '151656.805000', '151657.265000', '151657.725000', '151658.185000', '151658.645000', '151659.105000', '151659.565000', '151700.025000', '151700.485000', '151700.945000', '151701.405000', '151701.865000', '151702.325000', '151702.785000', '151703.245000', '151703.705000', '151704.165000', '151704.625000', '151705.085000', '151705.545000', '151706.005000', '151706.465000', '151706.925000', '151707.385000', '151707.845000', '151708.305000', '151708.765000', '151709.225000', '151709.685000', '151710.145000', '151710.605000', '151711.065000', '151711.525000', '151711.985000', '151712.445000', '151712.905000', '151713.365000', '151713.825000', '151714.285000', '151714.745000', '151715.205000', '151715.665000', '151716.125000', '151716.585000', '151717.045000', '151717.505000', '151717.965000', '151718.425000', '151718.885000', '151719.345000', '151719.805000', '151720.265000', '151720.725000', '151721.185000', '151721.645000', '151722.105000', '151722.565000', '151723.025000', '151723.485000', '151723.945000', '151724.405000', '151724.865000', '151725.325000', '151725.785000', '151726.245000', '151726.705000', '151727.165000', '151727.625000', '151728.085000', '151728.545000', '151729.005000', '151729.465000', '151729.925000', '151730.385000', '151730.845000', '151731.305000', '151731.765000', '151732.225000', '151732.685000', '151733.145000', '151733.605000', '151734.065000', '151734.525000', '151734.985000', '151735.445000', '151735.905000', '151736.365000', '151736.825000', '151737.285000', '151737.745000', '151738.205000', '151738.665000', '151739.125000', '151739.585000', '151740.045000', '151740.505000', '151740.965000', '151741.425000', '151741.885000', '151742.345000', '151742.805000', '151743.265000', '151743.725000', '151744.185000', '151744.645000', '151745.105000', '151745.565000', '151746.025000', '151746.485000', '151746.945000', '151747.405000', '151747.865000', '151748.325000', '151748.785000', '151749.245000', '151749.705000', '151750.165000', '151750.625000', '151751.085000', '151751.545000', '151752.005000', '151752.465000', '151752.925000', '151753.385000', '151753.845000', '151754.305000', '151754.765000', '151755.225000', '151755.685000', '151756.145000', '151756.605000', '151757.065000', '151757.525000', '151757.985000', '151758.445000', '151758.905000', '151759.365000', '151759.825000', '151800.285000', '151800.745000', '151801.205000', '151801.665000', '151802.125000', '151802.585000', '151803.045000', '151803.505000', '151803.965000', '151804.425000', '151804.885000', '151805.345000', '151805.805000', '151806.265000', '151806.725000', '151807.185000', '151807.645000', '151808.105000', '151808.565000', '151809.025000', '151809.485000', '151809.945000', '151810.405000', '151810.865000', '151811.325000', '151811.785000', '151812.245000', '151812.705000', '151813.165000', '151813.625000', '151814.085000', '151814.545000', '151815.005000', '151815.465000', '151815.925000', '151816.385000', '151816.845000', '151817.305000', '151817.765000', '151818.225000', '151818.685000', '151819.145000', '151819.605000', '151820.065000', '151820.525000', '151820.985000', '151821.445000', '151821.905000', '151822.365000', '151822.825000', '151823.285000', '151823.745000', '151824.205000', '151824.665000', '151825.125000', '151825.585000', '151826.045000', '151826.505000', '151826.965000', '151827.425000', '151827.885000', '151828.345000', '151828.805000', '151829.265000', '151829.725000', '151830.185000', '151830.645000', '151831.105000', '151831.565000', '151832.025000', '151832.485000', '151832.945000', '151833.405000', '151833.865000', '151834.325000', '151834.785000', '151835.245000', '151835.705000', '151836.165000', '151836.625000', '151837.085000', '151837.545000', '151838.005000', '151838.465000', '151838.925000', '151839.385000', '151839.845000', '151840.305000', '151840.765000', '151841.225000', '151841.685000', '151842.145000', '151842.605000', '151843.065000', '151843.525000', '151843.985000', '151844.445000', '151844.905000', '151845.365000', '151845.825000', '151846.285000', '151846.745000', '151847.205000', '151847.665000', '151848.125000', '151848.585000', '151849.045000', '151849.505000', '151849.965000', '151850.425000', '151850.885000', '151851.345000', '151851.805000', '151852.265000', '151852.725000', '151853.185000', '151853.645000', '151854.105000', '151854.565000', '151855.025000', '151855.485000', '151855.945000', '151856.405000', '151856.865000', '151857.325000', '151857.785000', '151858.245000', '151858.705000', '151859.165000', '151859.625000', '151900.085000', '151900.545000', '151901.005000', '151901.465000', '151901.925000', '151902.385000', '151902.845000', '151903.305000', '151903.765000', '151904.225000', '151904.685000', '151905.145000', '151905.605000', '151906.065000', '151906.525000', '151906.985000', '151907.445000', '151907.905000', '151908.365000', '151908.825000', '151909.285000', '151909.745000', '151910.205000', '151910.665000', '151911.125000', '151911.585000', '151912.045000', '151912.505000', '151912.965000', '151913.425000', '151913.885000', '151914.345000', '151914.805000', '151915.265000', '151915.725000', '151916.185000', '151916.645000', '151917.105000', '151917.565000', '151918.025000', '151918.485000', '151918.945000', '151919.405000', '151919.865000', '151920.325000', '151920.785000', '151921.245000', '151921.705000', '151922.165000', '151922.625000', '151923.085000', '151923.545000', '151924.005000', '151924.465000', '151924.925000', '151925.385000', '151925.845000', '151926.305000', '151926.765000', '151927.225000', '151927.685000', '151928.145000', '151928.605000', '151929.065000', '151929.525000', '151929.985000', '151930.445000', '151930.905000', '151931.365000', '151931.825000', '151932.285000'], 'ContentTime': ['151108.387000', '151108.390000', '151108.393000', '151108.396000', '151108.398000', '151108.401000', '151108.404000', '151108.406000', '151108.409000', '151108.412000', '151108.419000', '151108.421000', '151108.424000', '151108.427000', '151108.429000', '151108.432000', '151108.434000', '151108.437000', '151108.440000', '151108.442000', '151108.445000', '151108.447000', '151108.450000', '151108.453000', '151108.455000', '151108.458000', '151108.461000', '151108.464000', '151108.467000', '151108.470000', '151108.473000', '151108.475000', '151108.478000', '151108.481000', '151108.483000', '151108.486000', '151108.488000', '151108.491000', '151108.493000', '151108.496000', '151108.499000', '151108.501000', '151108.504000', '151108.506000', '151108.509000', '151108.512000', '151108.514000', '151108.517000', '151108.519000', '151108.523000', '151108.526000', '151108.528000', '151108.531000', '151108.533000', '151108.536000', '151108.552000', '151108.555000', '151128.359000', '151128.362000', '151128.365000', '151128.368000', '151128.370000', '151128.373000', '151128.375000', '151128.378000', '151128.381000', '151128.383000', '151128.386000', '151128.388000', '151128.391000', '151128.394000', '151128.396000', '151128.399000', '151128.401000', '151128.404000', '151128.407000', '151128.409000', '151128.412000', '151128.414000', '151128.417000', '151128.419000', '151128.422000', '151128.425000', '151128.427000', '151128.430000', '151128.432000', '151128.435000', '151128.438000', '151128.440000', '151128.443000', '151128.445000', '151128.448000', '151128.451000', '151128.453000', '151128.456000', '151128.458000', '151128.461000', '151128.463000', '151128.466000', '151128.469000', '151128.471000', '151148.360000', '151148.363000', '151148.366000', '151148.369000', '151148.371000', '151148.374000', '151148.376000', '151148.379000', '151148.381000', '151148.389000', '151148.391000', '151148.394000', '151148.396000', '151148.399000', '151148.402000', '151148.404000', '151148.407000', '151148.409000', '151148.412000', '151148.415000', '151148.417000', '151148.420000', '151148.422000', '151148.425000', '151148.427000', '151148.430000', '151148.433000', '151148.435000', '151148.438000', '151148.440000', '151148.443000', '151148.445000', '151148.448000', '151148.451000', '151148.453000', '151148.456000', '151148.458000', '151148.461000', '151148.463000', '151148.466000', '151148.469000', '151148.471000', '151148.474000', '151208.360000', '151208.363000', '151208.366000', '151208.369000', '151208.371000', '151208.374000', '151208.377000', '151208.379000', '151208.382000', '151208.384000', '151208.387000', '151208.390000', '151208.392000', '151208.395000', '151208.398000', '151208.400000', '151208.403000', '151208.405000', '151208.408000', '151208.411000', '151208.413000', '151208.416000', '151208.418000', '151208.421000', '151208.424000', '151208.426000', '151208.429000', '151208.431000', '151208.434000', '151208.437000', '151208.439000', '151208.442000', '151208.444000', '151208.447000', '151208.450000', '151208.452000', '151208.455000', '151208.457000', '151208.460000', '151208.463000', '151208.465000', '151208.468000', '151208.470000', '151208.473000', '151228.360000', '151228.364000', '151228.366000', '151228.369000', '151228.372000', '151228.374000', '151228.377000', '151228.379000', '151228.382000', '151228.385000', '151228.387000', '151228.390000', '151228.392000', '151228.395000', '151228.397000', '151228.400000', '151228.409000', '151228.412000', '151228.414000', '151228.417000', '151228.420000', '151228.422000', '151228.425000', '151228.427000', '151228.430000', '151228.433000', '151228.435000', '151228.438000', '151228.440000', '151228.443000', '151228.445000', '151228.448000', '151228.451000', '151228.453000', '151228.456000', '151228.458000', '151228.461000', '151228.464000', '151228.466000', '151228.469000', '151228.471000', '151228.474000', '151228.476000', '151248.360000', '151248.364000', '151248.366000', '151248.369000', '151248.372000', '151248.375000', '151248.378000', '151248.381000', '151248.383000', '151248.386000', '151248.389000', '151248.391000', '151248.394000', '151248.397000', '151248.399000', '151248.402000', '151248.404000', '151248.407000', '151248.410000', '151248.412000', '151248.423000', '151248.426000', '151248.429000', '151248.431000', '151248.434000', '151248.436000', '151248.439000', '151248.442000', '151248.444000', '151248.447000', '151248.449000', '151248.452000', '151248.454000', '151248.457000', '151248.460000', '151248.462000', '151248.465000', '151248.467000', '151248.470000', '151248.473000', '151248.475000', '151248.478000', '151248.480000', '151308.360000', '151308.363000', '151308.366000', '151308.368000', '151308.371000', '151308.374000', '151308.376000', '151308.379000', '151308.381000', '151308.384000', '151308.387000', '151308.389000', '151308.392000', '151308.394000', '151308.397000', '151308.399000', '151308.402000', '151308.405000', '151308.407000', '151308.410000', '151308.412000', '151308.415000', '151308.418000', '151308.420000', '151308.423000', '151308.425000', '151308.428000', '151308.431000', '151308.433000', '151308.436000', '151308.438000', '151308.441000', '151308.444000', '151308.446000', '151308.449000', '151308.451000', '151308.454000', '151308.457000', '151308.459000', '151308.462000', '151308.464000', '151308.467000', '151308.470000', '151308.472000', '151328.362000', '151328.365000', '151328.367000', '151328.370000', '151328.373000', '151328.375000', '151328.378000', '151328.381000', '151328.384000', '151328.386000', '151328.389000', '151328.391000', '151328.394000', '151328.397000', '151328.399000', '151328.402000', '151328.404000', '151328.407000', '151328.410000', '151328.412000', '151328.415000', '151328.418000', '151328.420000', '151328.423000', '151328.426000', '151328.428000', '151328.431000', '151328.434000', '151328.436000', '151328.439000', '151328.441000', '151328.444000', '151328.447000', '151328.449000', '151328.452000', '151328.454000', '151328.457000', '151328.460000', '151328.462000', '151328.465000', '151328.468000', '151328.470000', '151328.473000', '151328.475000', '151348.360000', '151348.363000', '151348.365000', '151348.368000', '151348.370000', '151348.373000', '151348.376000', '151348.378000', '151348.381000', '151348.383000', '151348.386000', '151348.389000', '151348.391000', '151348.394000', '151348.396000', '151348.399000', '151348.402000', '151348.404000', '151348.407000', '151348.409000', '151348.412000', '151348.415000', '151348.417000', '151348.420000', '151348.423000', '151348.425000', '151348.428000', '151348.430000', '151348.433000', '151348.436000', '151348.438000', '151348.441000', '151348.444000', '151348.447000', '151348.450000', '151348.452000', '151348.455000', '151348.457000', '151348.460000', '151348.463000', '151348.465000', '151348.468000', '151348.471000', '151408.360000', '151408.363000', '151408.366000', '151408.368000', '151408.371000', '151408.374000', '151408.376000', '151408.379000', '151408.382000', '151408.384000', '151408.387000', '151408.389000', '151408.392000', '151408.394000', '151408.397000', '151408.400000', '151408.402000', '151408.405000', '151408.408000', '151408.410000', '151408.413000', '151408.416000', '151408.419000', '151408.422000', '151408.425000', '151408.427000', '151408.430000', '151408.433000', '151408.436000', '151408.439000', '151408.441000', '151408.444000', '151408.447000', '151408.450000', '151408.452000', '151408.455000', '151408.457000', '151408.460000', '151408.463000', '151408.465000', '151408.468000', '151408.470000', '151408.473000', '151428.361000', '151428.363000', '151428.366000', '151428.369000', '151428.371000', '151428.374000', '151428.377000', '151428.379000', '151428.382000', '151428.384000', '151428.387000', '151428.390000', '151428.392000', '151428.395000', '151428.398000', '151428.401000', '151428.403000', '151428.406000', '151428.408000', '151428.411000', '151428.414000', '151428.416000', '151428.419000', '151428.422000', '151428.424000', '151428.427000', '151428.429000', '151428.432000', '151428.435000', '151428.437000', '151428.440000', '151428.442000', '151428.445000', '151428.473000', '151428.476000', '151428.478000', '151428.481000', '151428.484000', '151428.486000', '151428.489000', '151428.491000', '151428.494000', '151428.496000', '151428.499000', '151448.361000', '151448.364000', '151448.366000', '151448.369000', '151448.372000', '151448.374000', '151448.377000', '151448.379000', '151448.382000', '151448.385000', '151448.387000', '151448.390000', '151448.392000', '151448.395000', '151448.397000', '151448.401000', '151448.404000', '151448.407000', '151448.410000', '151448.413000', '151448.415000', '151448.418000', '151448.421000', '151448.423000', '151448.426000', '151448.428000', '151448.431000', '151448.434000', '151448.436000', '151448.439000', '151448.442000', '151448.445000', '151448.447000', '151448.450000', '151448.453000', '151448.455000', '151448.458000', '151448.461000', '151448.464000', '151448.467000', '151448.469000', '151448.472000', '151448.474000', '151508.360000', '151508.363000', '151508.366000', '151508.369000', '151508.371000', '151508.374000', '151508.377000', '151508.379000', '151508.382000', '151508.384000', '151508.387000', '151508.390000', '151508.392000', '151508.395000', '151508.397000', '151508.400000', '151508.403000', '151508.405000', '151508.408000', '151508.410000', '151508.413000', '151508.416000', '151508.418000', '151508.421000', '151508.423000', '151508.426000', '151508.429000', '151508.431000', '151508.434000', '151508.436000', '151508.439000', '151508.442000', '151508.444000', '151508.447000', '151508.449000', '151508.452000', '151508.455000', '151508.457000', '151508.460000', '151508.463000', '151508.465000', '151508.468000', '151508.470000', '151508.473000', '151528.361000', '151528.364000', '151528.366000', '151528.369000', '151528.372000', '151528.375000', '151528.378000', '151528.381000', '151528.383000', '151528.386000', '151528.389000', '151528.391000', '151528.394000', '151528.396000', '151528.399000', '151528.402000', '151528.404000', '151528.407000', '151528.410000', '151528.413000', '151528.415000', '151528.418000', '151528.421000', '151528.423000', '151528.426000', '151528.428000', '151528.431000', '151528.433000', '151528.436000', '151528.439000', '151528.441000', '151528.444000', '151528.447000', '151528.449000', '151528.452000', '151528.454000', '151528.457000', '151528.460000', '151528.462000', '151528.465000', '151528.468000', '151528.470000', '151528.473000', '151548.360000', '151548.363000', '151548.366000', '151548.369000', '151548.371000', '151548.374000', '151548.376000', '151548.379000', '151548.382000', '151548.384000', '151548.387000', '151548.389000', '151548.392000', '151548.395000', '151548.397000', '151548.400000', '151548.402000', '151548.405000', '151548.408000', '151548.410000', '151548.413000', '151548.416000', '151548.418000', '151548.421000', '151548.423000', '151548.426000', '151548.429000', '151548.431000', '151548.434000', '151548.436000', '151548.439000', '151548.442000', '151548.444000', '151548.447000', '151548.449000', '151548.452000', '151548.455000', '151548.457000', '151548.460000', '151548.462000', '151548.465000', '151548.467000', '151548.470000', '151548.473000', '151608.361000', '151608.363000', '151608.366000', '151608.369000', '151608.371000', '151608.374000', '151608.376000', '151608.379000', '151608.382000', '151608.384000', '151608.387000', '151608.390000', '151608.392000', '151608.395000', '151608.398000', '151608.401000', '151608.403000', '151608.406000', '151608.409000', '151608.411000', '151608.414000', '151608.417000', '151608.419000', '151608.422000', '151608.424000', '151608.427000', '151608.430000', '151608.432000', '151608.435000', '151608.437000', '151608.441000', '151608.444000', '151608.446000', '151608.449000', '151608.451000', '151608.454000', '151608.457000', '151608.459000', '151608.462000', '151608.464000', '151608.467000', '151608.470000', '151608.472000', '151628.361000', '151628.363000', '151628.366000', '151628.369000', '151628.371000', '151628.374000', '151628.376000', '151628.379000', '151628.381000', '151628.384000', '151628.387000', '151628.389000', '151628.392000', '151628.394000', '151628.397000', '151628.400000', '151628.402000', '151628.405000', '151628.407000', '151628.410000', '151628.413000', '151628.415000', '151628.418000', '151628.421000', '151628.423000', '151628.426000', '151628.428000', '151628.431000', '151628.434000', '151628.437000', '151628.440000', '151628.442000', '151628.445000', '151628.447000', '151628.450000', '151628.452000', '151628.455000', '151628.458000', '151628.460000', '151628.463000', '151628.466000', '151628.468000', '151628.471000', '151628.474000', '151648.360000', '151648.363000', '151648.366000', '151648.368000', '151648.371000', '151648.374000', '151648.376000', '151648.379000', '151648.381000', '151648.384000', '151648.387000', '151648.389000', '151648.392000', '151648.394000', '151648.397000', '151648.400000', '151648.402000', '151648.405000', '151648.408000', '151648.410000', '151648.413000', '151648.416000', '151648.418000', '151648.421000', '151648.423000', '151648.426000', '151648.429000', '151648.431000', '151648.434000', '151648.436000', '151648.439000', '151648.442000', '151648.444000', '151648.447000', '151648.449000', '151648.452000', '151648.454000', '151648.457000', '151648.460000', '151648.462000', '151648.465000', '151648.467000', '151648.470000', '151708.361000', '151708.364000', '151708.366000', '151708.369000', '151708.371000', '151708.374000', '151708.377000', '151708.379000', '151708.382000', '151708.384000', '151708.387000', '151708.390000', '151708.392000', '151708.395000', '151708.397000', '151708.400000', '151708.403000', '151708.405000', '151708.408000', '151708.410000', '151708.413000', '151708.415000', '151708.418000', '151708.421000', '151708.423000', '151708.426000', '151708.429000', '151708.431000', '151708.434000', '151708.437000', '151708.439000', '151708.442000', '151708.445000', '151708.447000', '151708.450000', '151708.452000', '151708.455000', '151708.458000', '151708.460000', '151708.463000', '151708.465000', '151708.468000', '151708.471000', '151708.473000', '151728.361000', '151728.363000', '151728.366000', '151728.369000', '151728.371000', '151728.374000', '151728.376000', '151728.379000', '151728.382000', '151728.384000', '151728.387000', '151728.389000', '151728.392000', '151728.395000', '151728.397000', '151728.400000', '151728.402000', '151728.405000', '151728.408000', '151728.411000', '151728.414000', '151728.426000', '151728.428000', '151728.431000', '151728.433000', '151728.436000', '151728.439000', '151728.441000', '151728.444000', '151728.447000', '151728.450000', '151728.453000', '151728.456000', '151728.458000', '151728.461000', '151728.463000', '151728.466000', '151728.469000', '151728.471000', '151728.474000', '151728.477000', '151728.479000', '151728.484000', '151748.361000', '151748.364000', '151748.366000', '151748.369000', '151748.371000', '151748.374000', '151748.377000', '151748.379000', '151748.382000', '151748.384000', '151748.387000', '151748.390000', '151748.392000', '151748.395000', '151748.398000', '151748.400000', '151748.403000', '151748.405000', '151748.408000', '151748.411000', '151748.413000', '151748.416000', '151748.418000', '151748.421000', '151748.424000', '151748.426000', '151748.429000', '151748.432000', '151748.434000', '151748.437000', '151748.440000', '151748.442000', '151748.445000', '151748.447000', '151748.450000', '151748.453000', '151748.455000', '151748.458000', '151748.460000', '151748.463000', '151748.466000', '151748.468000', '151748.471000', '151748.474000', '151808.359000', '151808.362000', '151808.365000', '151808.368000', '151808.370000', '151808.373000', '151808.375000', '151808.378000', '151808.381000', '151808.383000', '151808.386000', '151808.388000', '151808.391000', '151808.394000', '151808.396000', '151808.399000', '151808.401000', '151808.404000', '151808.407000', '151808.409000', '151808.412000', '151808.414000', '151808.417000', '151808.419000', '151808.422000', '151808.425000', '151808.427000', '151808.430000', '151808.432000', '151808.435000', '151808.438000', '151808.440000', '151808.443000', '151808.446000', '151808.448000', '151808.451000', '151808.453000', '151808.457000', '151808.460000', '151808.463000', '151808.466000', '151808.468000', '151808.471000', '151828.361000', '151828.363000', '151828.366000', '151828.369000', '151828.372000', '151828.374000', '151828.377000', '151828.380000', '151828.382000', '151828.385000', '151828.388000', '151828.390000', '151828.393000', '151828.396000', '151828.398000', '151828.401000', '151828.403000', '151828.406000', '151828.409000', '151828.411000', '151828.414000', '151828.416000', '151828.419000', '151828.422000', '151828.424000', '151828.427000', '151828.430000', '151828.432000', '151828.435000', '151828.437000', '151828.440000', '151828.443000', '151828.445000', '151828.448000', '151828.451000', '151828.453000', '151828.456000', '151828.459000', '151828.461000', '151828.464000', '151828.467000', '151828.469000', '151828.472000', '151828.475000', '151848.361000', '151848.363000', '151848.366000', '151848.369000', '151848.371000', '151848.374000', '151848.376000', '151848.379000', '151848.381000', '151848.384000', '151848.387000', '151848.389000', '151848.392000', '151848.394000', '151848.397000', '151848.400000', '151848.402000', '151848.405000', '151848.407000', '151848.410000', '151848.413000', '151848.415000', '151848.418000', '151848.420000', '151848.423000', '151848.426000', '151848.428000', '151848.431000', '151848.433000', '151848.436000', '151848.439000', '151848.441000', '151848.444000', '151848.446000', '151848.449000', '151848.452000', '151848.454000', '151848.457000', '151848.460000', '151848.462000', '151848.465000', '151848.467000', '151848.470000', '151908.361000', '151908.363000', '151908.366000', '151908.369000', '151908.371000', '151908.374000', '151908.376000', '151908.379000', '151908.382000', '151908.384000', '151908.387000', '151908.389000', '151908.392000', '151908.395000', '151908.397000', '151908.400000', '151908.402000', '151908.405000', '151908.408000', '151908.410000', '151908.413000', '151908.416000', '151908.418000', '151908.421000', '151908.423000', '151908.426000', '151908.429000', '151908.432000', '151908.434000', '151908.437000', '151908.440000', '151908.442000', '151908.445000', '151908.448000', '151908.450000', '151908.453000', '151908.456000', '151908.458000', '151908.461000', '151908.463000', '151908.466000', '151908.469000', '151908.471000', '151908.474000', '151928.360000', '151928.363000', '151928.366000', '151928.369000', '151928.371000', '151928.374000', '151928.377000', '151928.379000', '151928.382000', '151928.384000', '151928.387000', '151928.390000', '151928.392000', '151928.395000', '151928.398000', '151928.400000', '151928.403000', '151928.406000', '151928.408000', '151928.411000', '151928.414000', '151928.416000', '151928.419000', '151928.421000', '151928.424000', '151928.427000', '151928.429000', '151928.432000', '151928.435000', '151928.437000', '151928.440000', '151928.443000', '151928.445000', '151928.448000', '151928.450000', '151928.453000', '151928.456000', '151928.458000', '151928.461000', '151928.463000', '151928.466000', '151928.469000', '151928.471000', '151933.993000', '151933.996000', '151934.000000', '151934.003000', '151934.005000', '151934.008000', '151934.011000', '151934.014000', '151934.017000', '151934.019000', '151934.022000', '151934.025000', '151934.027000'], 'InstanceCreationTime': ['151108.387000', '151108.390000', '151108.393000', '151108.396000', '151108.398000', '151108.401000', '151108.404000', '151108.406000', '151108.409000', '151108.412000', '151108.419000', '151108.421000', '151108.424000', '151108.427000', '151108.429000', '151108.432000', '151108.434000', '151108.437000', '151108.440000', '151108.442000', '151108.445000', '151108.447000', '151108.450000', '151108.453000', '151108.455000', '151108.458000', '151108.461000', '151108.464000', '151108.467000', '151108.470000', '151108.473000', '151108.475000', '151108.478000', '151108.481000', '151108.483000', '151108.486000', '151108.488000', '151108.491000', '151108.493000', '151108.496000', '151108.499000', '151108.501000', '151108.504000', '151108.506000', '151108.509000', '151108.512000', '151108.514000', '151108.517000', '151108.519000', '151108.523000', '151108.526000', '151108.528000', '151108.531000', '151108.533000', '151108.536000', '151108.552000', '151108.555000', '151128.359000', '151128.362000', '151128.365000', '151128.368000', '151128.370000', '151128.373000', '151128.375000', '151128.378000', '151128.381000', '151128.383000', '151128.386000', '151128.388000', '151128.391000', '151128.394000', '151128.396000', '151128.399000', '151128.401000', '151128.404000', '151128.407000', '151128.409000', '151128.412000', '151128.414000', '151128.417000', '151128.419000', '151128.422000', '151128.425000', '151128.427000', '151128.430000', '151128.432000', '151128.435000', '151128.438000', '151128.440000', '151128.443000', '151128.445000', '151128.448000', '151128.451000', '151128.453000', '151128.456000', '151128.458000', '151128.461000', '151128.463000', '151128.466000', '151128.469000', '151128.471000', '151148.360000', '151148.363000', '151148.366000', '151148.369000', '151148.371000', '151148.374000', '151148.376000', '151148.379000', '151148.381000', '151148.389000', '151148.391000', '151148.394000', '151148.396000', '151148.399000', '151148.402000', '151148.404000', '151148.407000', '151148.409000', '151148.412000', '151148.415000', '151148.417000', '151148.420000', '151148.422000', '151148.425000', '151148.427000', '151148.430000', '151148.433000', '151148.435000', '151148.438000', '151148.440000', '151148.443000', '151148.445000', '151148.448000', '151148.451000', '151148.453000', '151148.456000', '151148.458000', '151148.461000', '151148.463000', '151148.466000', '151148.469000', '151148.471000', '151148.474000', '151208.360000', '151208.363000', '151208.366000', '151208.369000', '151208.371000', '151208.374000', '151208.377000', '151208.379000', '151208.382000', '151208.384000', '151208.387000', '151208.390000', '151208.392000', '151208.395000', '151208.398000', '151208.400000', '151208.403000', '151208.405000', '151208.408000', '151208.411000', '151208.413000', '151208.416000', '151208.418000', '151208.421000', '151208.424000', '151208.426000', '151208.429000', '151208.431000', '151208.434000', '151208.437000', '151208.439000', '151208.442000', '151208.444000', '151208.447000', '151208.450000', '151208.452000', '151208.455000', '151208.457000', '151208.460000', '151208.463000', '151208.465000', '151208.468000', '151208.470000', '151208.473000', '151228.360000', '151228.364000', '151228.366000', '151228.369000', '151228.372000', '151228.374000', '151228.377000', '151228.379000', '151228.382000', '151228.385000', '151228.387000', '151228.390000', '151228.392000', '151228.395000', '151228.397000', '151228.400000', '151228.409000', '151228.412000', '151228.414000', '151228.417000', '151228.420000', '151228.422000', '151228.425000', '151228.427000', '151228.430000', '151228.433000', '151228.435000', '151228.438000', '151228.440000', '151228.443000', '151228.445000', '151228.448000', '151228.451000', '151228.453000', '151228.456000', '151228.458000', '151228.461000', '151228.464000', '151228.466000', '151228.469000', '151228.471000', '151228.474000', '151228.476000', '151248.360000', '151248.364000', '151248.366000', '151248.369000', '151248.372000', '151248.375000', '151248.378000', '151248.381000', '151248.383000', '151248.386000', '151248.389000', '151248.391000', '151248.394000', '151248.397000', '151248.399000', '151248.402000', '151248.404000', '151248.407000', '151248.410000', '151248.412000', '151248.423000', '151248.426000', '151248.429000', '151248.431000', '151248.434000', '151248.436000', '151248.439000', '151248.442000', '151248.444000', '151248.447000', '151248.449000', '151248.452000', '151248.454000', '151248.457000', '151248.460000', '151248.462000', '151248.465000', '151248.467000', '151248.470000', '151248.473000', '151248.475000', '151248.478000', '151248.480000', '151308.360000', '151308.363000', '151308.366000', '151308.368000', '151308.371000', '151308.374000', '151308.376000', '151308.379000', '151308.381000', '151308.384000', '151308.387000', '151308.389000', '151308.392000', '151308.394000', '151308.397000', '151308.399000', '151308.402000', '151308.405000', '151308.407000', '151308.410000', '151308.412000', '151308.415000', '151308.418000', '151308.420000', '151308.423000', '151308.425000', '151308.428000', '151308.431000', '151308.433000', '151308.436000', '151308.438000', '151308.441000', '151308.444000', '151308.446000', '151308.449000', '151308.451000', '151308.454000', '151308.457000', '151308.459000', '151308.462000', '151308.464000', '151308.467000', '151308.470000', '151308.472000', '151328.362000', '151328.365000', '151328.367000', '151328.370000', '151328.373000', '151328.375000', '151328.378000', '151328.381000', '151328.384000', '151328.386000', '151328.389000', '151328.391000', '151328.394000', '151328.397000', '151328.399000', '151328.402000', '151328.404000', '151328.407000', '151328.410000', '151328.412000', '151328.415000', '151328.418000', '151328.420000', '151328.423000', '151328.426000', '151328.428000', '151328.431000', '151328.434000', '151328.436000', '151328.439000', '151328.441000', '151328.444000', '151328.447000', '151328.449000', '151328.452000', '151328.454000', '151328.457000', '151328.460000', '151328.462000', '151328.465000', '151328.468000', '151328.470000', '151328.473000', '151328.475000', '151348.360000', '151348.363000', '151348.365000', '151348.368000', '151348.370000', '151348.373000', '151348.376000', '151348.378000', '151348.381000', '151348.383000', '151348.386000', '151348.389000', '151348.391000', '151348.394000', '151348.396000', '151348.399000', '151348.402000', '151348.404000', '151348.407000', '151348.409000', '151348.412000', '151348.415000', '151348.417000', '151348.420000', '151348.423000', '151348.425000', '151348.428000', '151348.430000', '151348.433000', '151348.436000', '151348.438000', '151348.441000', '151348.444000', '151348.447000', '151348.450000', '151348.452000', '151348.455000', '151348.457000', '151348.460000', '151348.463000', '151348.465000', '151348.468000', '151348.471000', '151408.360000', '151408.363000', '151408.366000', '151408.368000', '151408.371000', '151408.374000', '151408.376000', '151408.379000', '151408.382000', '151408.384000', '151408.387000', '151408.389000', '151408.392000', '151408.394000', '151408.397000', '151408.400000', '151408.402000', '151408.405000', '151408.408000', '151408.410000', '151408.413000', '151408.416000', '151408.419000', '151408.422000', '151408.425000', '151408.427000', '151408.430000', '151408.433000', '151408.436000', '151408.439000', '151408.441000', '151408.444000', '151408.447000', '151408.450000', '151408.452000', '151408.455000', '151408.457000', '151408.460000', '151408.463000', '151408.465000', '151408.468000', '151408.470000', '151408.473000', '151428.361000', '151428.363000', '151428.366000', '151428.369000', '151428.371000', '151428.374000', '151428.377000', '151428.379000', '151428.382000', '151428.384000', '151428.387000', '151428.390000', '151428.392000', '151428.395000', '151428.398000', '151428.401000', '151428.403000', '151428.406000', '151428.408000', '151428.411000', '151428.414000', '151428.416000', '151428.419000', '151428.422000', '151428.424000', '151428.427000', '151428.429000', '151428.432000', '151428.435000', '151428.437000', '151428.440000', '151428.442000', '151428.445000', '151428.473000', '151428.476000', '151428.478000', '151428.481000', '151428.484000', '151428.486000', '151428.489000', '151428.491000', '151428.494000', '151428.496000', '151428.499000', '151448.361000', '151448.364000', '151448.366000', '151448.369000', '151448.372000', '151448.374000', '151448.377000', '151448.379000', '151448.382000', '151448.385000', '151448.387000', '151448.390000', '151448.392000', '151448.395000', '151448.397000', '151448.401000', '151448.404000', '151448.407000', '151448.410000', '151448.413000', '151448.415000', '151448.418000', '151448.421000', '151448.423000', '151448.426000', '151448.428000', '151448.431000', '151448.434000', '151448.436000', '151448.439000', '151448.442000', '151448.445000', '151448.447000', '151448.450000', '151448.453000', '151448.455000', '151448.458000', '151448.461000', '151448.464000', '151448.467000', '151448.469000', '151448.472000', '151448.474000', '151508.360000', '151508.363000', '151508.366000', '151508.369000', '151508.371000', '151508.374000', '151508.377000', '151508.379000', '151508.382000', '151508.384000', '151508.387000', '151508.390000', '151508.392000', '151508.395000', '151508.397000', '151508.400000', '151508.403000', '151508.405000', '151508.408000', '151508.410000', '151508.413000', '151508.416000', '151508.418000', '151508.421000', '151508.423000', '151508.426000', '151508.429000', '151508.431000', '151508.434000', '151508.436000', '151508.439000', '151508.442000', '151508.444000', '151508.447000', '151508.449000', '151508.452000', '151508.455000', '151508.457000', '151508.460000', '151508.463000', '151508.465000', '151508.468000', '151508.470000', '151508.473000', '151528.361000', '151528.364000', '151528.366000', '151528.369000', '151528.372000', '151528.375000', '151528.378000', '151528.381000', '151528.383000', '151528.386000', '151528.389000', '151528.391000', '151528.394000', '151528.396000', '151528.399000', '151528.402000', '151528.404000', '151528.407000', '151528.410000', '151528.413000', '151528.415000', '151528.418000', '151528.421000', '151528.423000', '151528.426000', '151528.428000', '151528.431000', '151528.433000', '151528.436000', '151528.439000', '151528.441000', '151528.444000', '151528.447000', '151528.449000', '151528.452000', '151528.454000', '151528.457000', '151528.460000', '151528.462000', '151528.465000', '151528.468000', '151528.470000', '151528.473000', '151548.360000', '151548.363000', '151548.366000', '151548.369000', '151548.371000', '151548.374000', '151548.376000', '151548.379000', '151548.382000', '151548.384000', '151548.387000', '151548.389000', '151548.392000', '151548.395000', '151548.397000', '151548.400000', '151548.402000', '151548.405000', '151548.408000', '151548.410000', '151548.413000', '151548.416000', '151548.418000', '151548.421000', '151548.423000', '151548.426000', '151548.429000', '151548.431000', '151548.434000', '151548.436000', '151548.439000', '151548.442000', '151548.444000', '151548.447000', '151548.449000', '151548.452000', '151548.455000', '151548.457000', '151548.460000', '151548.462000', '151548.465000', '151548.467000', '151548.470000', '151548.473000', '151608.361000', '151608.363000', '151608.366000', '151608.369000', '151608.371000', '151608.374000', '151608.376000', '151608.379000', '151608.382000', '151608.384000', '151608.387000', '151608.390000', '151608.392000', '151608.395000', '151608.398000', '151608.401000', '151608.403000', '151608.406000', '151608.409000', '151608.411000', '151608.414000', '151608.417000', '151608.419000', '151608.422000', '151608.424000', '151608.427000', '151608.430000', '151608.432000', '151608.435000', '151608.437000', '151608.441000', '151608.444000', '151608.446000', '151608.449000', '151608.451000', '151608.454000', '151608.457000', '151608.459000', '151608.462000', '151608.464000', '151608.467000', '151608.470000', '151608.472000', '151628.361000', '151628.363000', '151628.366000', '151628.369000', '151628.371000', '151628.374000', '151628.376000', '151628.379000', '151628.381000', '151628.384000', '151628.387000', '151628.389000', '151628.392000', '151628.394000', '151628.397000', '151628.400000', '151628.402000', '151628.405000', '151628.407000', '151628.410000', '151628.413000', '151628.415000', '151628.418000', '151628.421000', '151628.423000', '151628.426000', '151628.428000', '151628.431000', '151628.434000', '151628.437000', '151628.440000', '151628.442000', '151628.445000', '151628.447000', '151628.450000', '151628.452000', '151628.455000', '151628.458000', '151628.460000', '151628.463000', '151628.466000', '151628.468000', '151628.471000', '151628.474000', '151648.360000', '151648.363000', '151648.366000', '151648.368000', '151648.371000', '151648.374000', '151648.376000', '151648.379000', '151648.381000', '151648.384000', '151648.387000', '151648.389000', '151648.392000', '151648.394000', '151648.397000', '151648.400000', '151648.402000', '151648.405000', '151648.408000', '151648.410000', '151648.413000', '151648.416000', '151648.418000', '151648.421000', '151648.423000', '151648.426000', '151648.429000', '151648.431000', '151648.434000', '151648.436000', '151648.439000', '151648.442000', '151648.444000', '151648.447000', '151648.449000', '151648.452000', '151648.454000', '151648.457000', '151648.460000', '151648.462000', '151648.465000', '151648.467000', '151648.470000', '151708.361000', '151708.364000', '151708.366000', '151708.369000', '151708.371000', '151708.374000', '151708.377000', '151708.379000', '151708.382000', '151708.384000', '151708.387000', '151708.390000', '151708.392000', '151708.395000', '151708.397000', '151708.400000', '151708.403000', '151708.405000', '151708.408000', '151708.410000', '151708.413000', '151708.415000', '151708.418000', '151708.421000', '151708.423000', '151708.426000', '151708.429000', '151708.431000', '151708.434000', '151708.437000', '151708.439000', '151708.442000', '151708.445000', '151708.447000', '151708.450000', '151708.452000', '151708.455000', '151708.458000', '151708.460000', '151708.463000', '151708.465000', '151708.468000', '151708.471000', '151708.473000', '151728.361000', '151728.363000', '151728.366000', '151728.369000', '151728.371000', '151728.374000', '151728.376000', '151728.379000', '151728.382000', '151728.384000', '151728.387000', '151728.389000', '151728.392000', '151728.395000', '151728.397000', '151728.400000', '151728.402000', '151728.405000', '151728.408000', '151728.411000', '151728.414000', '151728.426000', '151728.428000', '151728.431000', '151728.433000', '151728.436000', '151728.439000', '151728.441000', '151728.444000', '151728.447000', '151728.450000', '151728.453000', '151728.456000', '151728.458000', '151728.461000', '151728.463000', '151728.466000', '151728.469000', '151728.471000', '151728.474000', '151728.477000', '151728.479000', '151728.484000', '151748.361000', '151748.364000', '151748.366000', '151748.369000', '151748.371000', '151748.374000', '151748.377000', '151748.379000', '151748.382000', '151748.384000', '151748.387000', '151748.390000', '151748.392000', '151748.395000', '151748.398000', '151748.400000', '151748.403000', '151748.405000', '151748.408000', '151748.411000', '151748.413000', '151748.416000', '151748.418000', '151748.421000', '151748.424000', '151748.426000', '151748.429000', '151748.432000', '151748.434000', '151748.437000', '151748.440000', '151748.442000', '151748.445000', '151748.447000', '151748.450000', '151748.453000', '151748.455000', '151748.458000', '151748.460000', '151748.463000', '151748.466000', '151748.468000', '151748.471000', '151748.474000', '151808.359000', '151808.362000', '151808.365000', '151808.368000', '151808.370000', '151808.373000', '151808.375000', '151808.378000', '151808.381000', '151808.383000', '151808.386000', '151808.388000', '151808.391000', '151808.394000', '151808.396000', '151808.399000', '151808.401000', '151808.404000', '151808.407000', '151808.409000', '151808.412000', '151808.414000', '151808.417000', '151808.419000', '151808.422000', '151808.425000', '151808.427000', '151808.430000', '151808.432000', '151808.435000', '151808.438000', '151808.440000', '151808.443000', '151808.446000', '151808.448000', '151808.451000', '151808.453000', '151808.457000', '151808.460000', '151808.463000', '151808.466000', '151808.468000', '151808.471000', '151828.361000', '151828.363000', '151828.366000', '151828.369000', '151828.372000', '151828.374000', '151828.377000', '151828.380000', '151828.382000', '151828.385000', '151828.388000', '151828.390000', '151828.393000', '151828.396000', '151828.398000', '151828.401000', '151828.403000', '151828.406000', '151828.409000', '151828.411000', '151828.414000', '151828.416000', '151828.419000', '151828.422000', '151828.424000', '151828.427000', '151828.430000', '151828.432000', '151828.435000', '151828.437000', '151828.440000', '151828.443000', '151828.445000', '151828.448000', '151828.451000', '151828.453000', '151828.456000', '151828.459000', '151828.461000', '151828.464000', '151828.467000', '151828.469000', '151828.472000', '151828.475000', '151848.361000', '151848.363000', '151848.366000', '151848.369000', '151848.371000', '151848.374000', '151848.376000', '151848.379000', '151848.381000', '151848.384000', '151848.387000', '151848.389000', '151848.392000', '151848.394000', '151848.397000', '151848.400000', '151848.402000', '151848.405000', '151848.407000', '151848.410000', '151848.413000', '151848.415000', '151848.418000', '151848.420000', '151848.423000', '151848.426000', '151848.428000', '151848.431000', '151848.433000', '151848.436000', '151848.439000', '151848.441000', '151848.444000', '151848.446000', '151848.449000', '151848.452000', '151848.454000', '151848.457000', '151848.460000', '151848.462000', '151848.465000', '151848.467000', '151848.470000', '151908.361000', '151908.363000', '151908.366000', '151908.369000', '151908.371000', '151908.374000', '151908.376000', '151908.379000', '151908.382000', '151908.384000', '151908.387000', '151908.389000', '151908.392000', '151908.395000', '151908.397000', '151908.400000', '151908.402000', '151908.405000', '151908.408000', '151908.410000', '151908.413000', '151908.416000', '151908.418000', '151908.421000', '151908.423000', '151908.426000', '151908.429000', '151908.432000', '151908.434000', '151908.437000', '151908.440000', '151908.442000', '151908.445000', '151908.448000', '151908.450000', '151908.453000', '151908.456000', '151908.458000', '151908.461000', '151908.463000', '151908.466000', '151908.469000', '151908.471000', '151908.474000', '151928.360000', '151928.363000', '151928.366000', '151928.369000', '151928.371000', '151928.374000', '151928.377000', '151928.379000', '151928.382000', '151928.384000', '151928.387000', '151928.390000', '151928.392000', '151928.395000', '151928.398000', '151928.400000', '151928.403000', '151928.406000', '151928.408000', '151928.411000', '151928.414000', '151928.416000', '151928.419000', '151928.421000', '151928.424000', '151928.427000', '151928.429000', '151928.432000', '151928.435000', '151928.437000', '151928.440000', '151928.443000', '151928.445000', '151928.448000', '151928.450000', '151928.453000', '151928.456000', '151928.458000', '151928.461000', '151928.463000', '151928.466000', '151928.469000', '151928.471000', '151933.993000', '151933.996000', '151934.000000', '151934.003000', '151934.005000', '151934.008000', '151934.011000', '151934.014000', '151934.017000', '151934.019000', '151934.022000', '151934.025000', '151934.027000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [16974, 10203, 16346, 10788, 15319, 12280, 10987, 18558, 9889, 16938, 11308, 12339, 11807, 10874, 11973, 10454, 12110, 10045, 13487, 10697, 14919, 10483, 14912, 11745, 13251, 12061, 10342, 16683, 10213, 16695, 12109, 12976, 11212, 10878, 12206, 10573, 12630, 10502, 12581, 10491, 15799, 9750, 16662, 9975, 16411, 10588, 16848, 11379, 15225, 11417, 15356, 11445, 12827, 14245, 10926, 14033, 10125, 16197, 10756, 16239, 11628, 11287, 13844, 10114, 15125, 11079, 13159, 11412, 10848, 11393, 10364, 16129, 10396, 15019, 11310, 10744, 16282, 9844, 15163, 11097, 12468, 12611, 10376, 15350, 10967, 13980, 10438, 11017, 18237, 10043, 16251, 10457, 14146, 10836, 10803, 17053, 10393, 15280, 11199, 12499, 12280, 10652, 17808, 11074, 12848, 16025, 10032, 16776, 10898, 11429, 13212, 10277, 17225, 10354, 13928, 11259, 10663, 12155, 10116, 15762, 10480, 13642, 10543, 10001, 14065, 9675, 14043, 11243, 11393, 11695, 10685, 11819, 10124, 15606, 10418, 16202, 11637, 12205, 13648, 10231, 15517, 9872, 16315, 10819, 14676, 12233, 10197, 16962, 10101, 16444, 11656, 10550, 17287, 10091, 14511, 11053, 10647, 13305, 9539, 14625, 11186, 10867, 12015, 10050, 13653, 11495, 12197, 12328, 10515, 12406, 10039, 15633, 10126, 16008, 11042, 13372, 12472, 10403, 18140, 10158, 16615, 10921, 13143, 11688, 12219, 11364, 11356, 12637, 10224, 13055, 9938, 17605, 9943, 17401, 11177, 16446, 11070, 15235, 11678, 13985, 11505, 12233, 10702, 10282, 11745, 12074, 11818, 13020, 12043, 13009, 11254, 14392, 11378, 14704, 12092, 13582, 11666, 11915, 12052, 12557, 11920, 10601, 11501, 9852, 12182, 11220, 16272, 9632, 16319, 11048, 15570, 10270, 11743, 10272, 11463, 10320, 10854, 10792, 10249, 11355, 13039, 11336, 12084, 11782, 16845, 11571, 15338, 13367, 10696, 17752, 11623, 11233, 17030, 12187, 18744, 16812, 18648, 16110, 17704, 15042, 14796, 11768, 18482, 12831, 18566, 11485, 16310, 12398, 11382, 10336, 10773, 10248, 10340, 10411, 10253, 10802, 18766, 10852, 15929, 10347, 15291, 10449, 13844, 17258, 10719, 15601, 9922, 11002, 10340, 11059, 13403, 10757, 13923, 9802, 10932, 14332, 10855, 13325, 10947, 11495, 12021, 11027, 13999, 10594, 11022, 12230, 11059, 12694, 10299, 11153, 10501, 11280, 16093, 10838, 13653, 9722, 11258, 16187, 10892, 12849, 10415, 11201, 15167, 9998, 12821, 12109, 10878, 13762, 10341, 10905, 13164, 10738, 13045, 9847, 10837, 14968, 10073, 12254, 11081, 10895, 13762, 10130, 13428, 11194, 11546, 13738, 11064, 12597, 10497, 13690, 10180, 14785, 13876, 10550, 16037, 10435, 14326, 14522, 10514, 15472, 11388, 11261, 15712, 10102, 15721, 11002, 10788, 12956, 10700, 15983, 11837, 11650, 11551, 10517, 17534, 10049, 13997, 12742, 10481, 14985, 9881, 14955, 12008, 10411, 16835, 10033, 14861, 10976, 10458, 17657, 9881, 14491, 11556, 11087, 17248, 10357, 15661, 10259, 14629, 11915, 11505, 12740, 10505, 16487, 9959, 15857, 11616, 14833, 11075, 10496, 12929, 10074, 17777, 10103, 16134, 12682, 10256, 14746, 11787, 11078, 12802, 10083, 13866, 10212, 13684, 12535, 10096, 12606, 9712, 13370, 11876, 13097, 12957, 10083, 12806, 9626, 13400, 12330, 14407, 13021, 9810, 15006, 12692, 13737, 13262, 10255, 14681, 11972, 14876, 13399, 9913, 16427, 11222, 14648, 12844, 12273, 13678, 10179, 15275, 12584, 14867, 12507, 11549, 17929, 11460, 15825, 12146, 12700, 12917, 11175, 18710, 10643, 15268, 12419, 10728, 14248, 9799, 15114, 11078, 15402, 12379, 13260, 14006, 9636, 13572, 9712, 14810, 11108, 14996, 12408, 11717, 12078, 12898, 12844, 13518, 17206, 10299, 16568, 11772, 11880, 13647, 10024, 13341, 9726, 13378, 9756, 13568, 9863, 13941, 10220, 13008, 13485, 11579, 13160, 11631, 13758, 12720, 13975, 10146, 11083, 10817, 11720, 12046, 12671, 11653, 12283, 16160, 10433, 19046, 13855, 17108, 13893, 10472, 19333, 13205, 19424, 16117, 16238, 14712, 10590, 19625, 14111, 19366, 13268, 16611, 11381, 19200, 10327, 16199, 11573, 13838, 11731, 17545, 11475, 13015, 10260, 10242, 9775, 10184, 9905, 13359, 10116, 15949, 9975, 13814, 9527, 14438, 9659, 13715, 10672, 10116, 18155, 9996, 13835, 10397, 11756, 9986, 10086, 12330, 9329, 13966, 9989, 12522, 10107, 10359, 13004, 9687, 13323, 10450, 11765, 10244, 10877, 16051, 9568, 14855, 10561, 10954, 12624, 10538, 14307, 10814, 11502, 11495, 10283, 15237, 9709, 14101, 9755, 9968, 14593, 9717, 13527, 11021, 9999, 15030, 9654, 14765, 11668, 10320, 12805, 10202, 15192, 11951, 11918, 13287, 10077, 14590, 11221, 13829, 12190, 10261, 16624, 10358, 13791, 11638, 10415, 15569, 9943, 15146, 12038, 11780, 13360, 10155, 16820, 10215, 15714, 12160, 10983, 13373, 9791, 15152, 12288, 13384, 13056, 10082, 16470, 10582, 15278, 12347, 9772, 13261, 9918, 14384, 12410, 12655, 13578, 9251, 15295, 12951, 11045, 13252, 9686, 13334, 11441, 12770, 12633, 11050, 13073, 12552, 13280, 10210, 16966, 10897, 15556, 13035, 15308, 12409, 10838, 19370, 10067, 16830, 11597, 16664, 12676, 13694, 12154, 13469, 12588, 13887, 13690, 10313, 18820, 11514, 14200, 11371, 13468, 10921, 13708, 11545, 13536, 10783, 13803, 11282, 13754, 12792, 12964, 12100, 10123, 12775, 10169, 12471, 10059, 13797, 10307, 13792, 9888, 15463, 10355, 15448, 12578, 13681, 12685, 10024, 12388, 10639, 13402, 12889, 13066, 13493, 10366, 13398, 9328, 13762, 12702, 12536, 13537, 11751, 12797, 10480, 12430, 12023, 10601, 10444, 11209, 10011, 11229, 10839, 14902, 11532, 10710, 14041, 9880, 13127, 11162, 11276, 18044, 14668, 14659, 18380, 12088, 18394, 13553, 19496, 14771, 15327, 16190, 12444, 18609, 10225, 18850, 10811, 15066, 10818, 11251, 12896, 10818, 14301, 10541, 10818, 10504, 10593, 10573, 11105, 10469, 11374, 10573, 13858, 9951, 13291, 10042, 10990, 11039, 10755, 11557, 10470, 14085, 10168, 11576, 10026, 10828, 11122, 10206, 13848, 11447, 11513, 10640, 10933, 12285, 9950, 13686, 11895, 13874, 11392, 10707, 12353, 9957, 14402, 11430, 13944, 10929, 10440, 15533, 9964, 15237, 12086, 11229, 12951, 10419, 16459, 11614, 11691, 11678, 10553, 15555, 10567, 12197, 11093, 10342, 14078, 10637, 11208, 11914, 10446, 13987, 10754, 12182, 11491, 10320, 16893, 11448, 13159, 12448, 10347, 15336, 12335, 12253, 13415, 10209, 14107, 12355, 10515, 14908, 10367, 13561, 12691, 10811, 13286, 10259, 13272, 12035, 12228, 13632, 10169, 13649, 12865, 10554, 13854, 9957, 15237, 13049, 10935, 14195, 10580, 15404, 13162, 10166, 15446, 10485, 14256, 12679, 10018, 16248, 10811, 14026, 12348, 10419, 15149, 10680, 14981, 13249, 10653, 13339, 10375, 14332, 11194, 14439, 12862, 13604, 13487, 10057, 13566, 9759, 13515, 9841, 15331, 10996, 14643, 12146, 14896, 12556, 13231, 9670, 11713, 14486, 17613, 10728, 16454, 11451, 15945, 11794, 14590, 12107, 9605, 16379, 11128, 14070, 12109, 9669, 12658, 9595, 13216, 11375, 11497, 12602, 10856, 12611, 10738, 15288, 11891, 14566, 12796, 10088, 13245, 11480, 13688, 12222, 9521, 12559, 10593, 13526, 13070, 14851, 12869, 10141, 14465, 12502, 12408, 12602, 11460, 12102, 10730, 14080, 13132, 13895, 12502, 11703, 15936, 10727, 15001, 12753, 13572, 13971, 10752, 15155, 12887, 15271, 12998, 10871, 15874, 11430, 15817, 11978, 13459, 16265, 10618, 16055, 12339, 14361, 12674, 10105, 13895, 12085, 15435, 12486, 10819, 15740, 11046, 14232, 12406, 12727, 12944, 10104, 13822, 11398, 13452, 12693, 10318, 12573, 10354, 13532, 11906, 14312, 12656, 12977, 12242, 10814, 14559, 12511, 16721, 12165, 12506, 12768, 11066, 14784, 12806, 15992, 12946, 10644, 15047, 11206, 14606, 12263, 12797, 12656, 10987, 13859, 11885, 13357, 13236, 12313, 12599, 11205, 14656, 11931, 14694, 13094, 13845, 13580, 11025, 15003, 12740, 16385, 13414, 11142, 15619, 11792, 15319, 12999, 13602, 13077, 10991, 14288, 12089, 12309, 11564, 12649, 13216, 12926, 17899, 13156, 12488, 16196, 11506, 14747, 11418, 14704, 12106, 13620, 13955, 15672, 17125, 11480, 14963, 12697, 14568, 13068, 11048, 16024, 11351, 15425, 12870, 13912, 13172, 10441, 12712, 10765, 12899, 12132, 16956, 11854, 14951, 12520, 13528, 13793, 10952, 16071, 11980, 14841, 12632, 13635, 13666, 10415, 16014, 11910, 14037, 12589, 12244, 13854, 10025, 13189, 10915, 12807, 15022, 12226, 12375, 12214, 13206, 12639, 13319, 15939, 10894, 15829, 11895, 15676, 12570, 14898, 12511], 'WindowCenter': [4550.0, 4465.0, 4499.0, 4449.0, 4487.0, 4444.0, 4435.0, 4492.0, 4412.0, 4470.0, 4421.0, 4442.0, 4419.0, 4422.0, 4430.0, 4422.0, 4441.0, 4423.0, 4462.0, 4434.0, 4472.0, 4435.0, 4482.0, 4454.0, 4466.0, 4452.0, 4436.0, 4483.0, 4423.0, 4482.0, 4442.0, 4463.0, 4432.0, 4436.0, 4442.0, 4433.0, 4452.0, 4435.0, 4453.0, 4437.0, 4484.0, 4425.0, 4483.0, 4426.0, 4483.0, 4434.0, 4494.0, 4444.0, 4472.0, 4443.0, 4474.0, 4432.0, 4454.0, 4461.0, 4434.0, 4460.0, 4423.0, 4471.0, 4434.0, 4483.0, 4432.0, 4433.0, 4449.0, 4421.0, 4460.0, 4431.0, 4451.0, 4431.0, 4433.0, 4441.0, 4435.0, 4482.0, 4434.0, 4473.0, 4432.0, 4445.0, 4482.0, 4435.0, 4472.0, 4442.0, 4453.0, 4439.0, 4423.0, 4471.0, 4434.0, 4463.0, 4422.0, 4433.0, 4491.0, 4422.0, 4481.0, 4432.0, 4461.0, 4430.0, 4443.0, 4480.0, 4432.0, 4482.0, 4442.0, 4466.0, 4452.0, 4444.0, 4502.0, 4433.0, 4455.0, 4470.0, 4411.0, 4481.0, 4431.0, 4442.0, 4448.0, 4422.0, 4480.0, 4421.0, 4462.0, 4430.0, 4433.0, 4440.0, 4424.0, 4482.0, 4434.0, 4474.0, 4432.0, 4424.0, 4461.0, 4424.0, 4472.0, 4442.0, 4443.0, 4452.0, 4444.0, 4441.0, 4435.0, 4483.0, 4435.0, 4493.0, 4442.0, 4456.0, 4461.0, 4435.0, 4482.0, 4425.0, 4481.0, 4444.0, 4484.0, 4451.0, 4434.0, 4491.0, 4423.0, 4483.0, 4430.0, 4433.0, 4480.0, 4420.0, 4459.0, 4431.0, 4431.0, 4449.0, 4412.0, 4472.0, 4432.0, 4432.0, 4441.0, 4424.0, 4461.0, 4442.0, 4455.0, 4450.0, 4434.0, 4450.0, 4435.0, 4483.0, 4435.0, 4483.0, 4442.0, 4463.0, 4452.0, 4444.0, 4502.0, 4435.0, 4494.0, 4432.0, 4461.0, 4453.0, 4454.0, 4442.0, 4446.0, 4452.0, 4434.0, 4461.0, 4434.0, 4492.0, 4423.0, 4492.0, 4443.0, 4481.0, 4432.0, 4472.0, 4443.0, 4474.0, 4445.0, 4455.0, 4433.0, 4432.0, 4453.0, 4454.0, 4454.0, 4465.0, 4466.0, 4474.0, 4456.0, 4473.0, 4457.0, 4485.0, 4465.0, 4477.0, 4456.0, 4455.0, 4465.0, 4466.0, 4453.0, 4446.0, 4454.0, 4436.0, 4464.0, 4457.0, 4482.0, 4425.0, 4495.0, 4444.0, 4484.0, 4447.0, 4464.0, 4459.0, 4478.0, 4460.0, 4472.0, 4484.0, 4474.0, 4482.0, 4502.0, 4469.0, 4481.0, 4481.0, 4519.0, 4473.0, 4509.0, 4489.0, 4460.0, 4519.0, 4471.0, 4458.0, 4519.0, 4471.0, 4507.0, 4498.0, 4495.0, 4475.0, 4484.0, 4464.0, 4450.0, 4421.0, 4469.0, 4430.0, 4469.0, 4423.0, 4458.0, 4428.0, 4407.0, 4399.0, 4407.0, 4399.0, 4398.0, 4399.0, 4388.0, 4410.0, 4466.0, 4399.0, 4446.0, 4388.0, 4433.0, 4385.0, 4429.0, 4444.0, 4396.0, 4433.0, 4386.0, 4395.0, 4383.0, 4396.0, 4413.0, 4408.0, 4434.0, 4386.0, 4396.0, 4422.0, 4394.0, 4424.0, 4395.0, 4406.0, 4404.0, 4397.0, 4424.0, 4397.0, 4407.0, 4404.0, 4405.0, 4414.0, 4386.0, 4407.0, 4396.0, 4408.0, 4445.0, 4406.0, 4426.0, 4375.0, 4407.0, 4442.0, 4396.0, 4426.0, 4394.0, 4408.0, 4435.0, 4387.0, 4428.0, 4403.0, 4398.0, 4423.0, 4385.0, 4406.0, 4414.0, 4408.0, 4427.0, 4386.0, 4408.0, 4445.0, 4398.0, 4429.0, 4407.0, 4419.0, 4437.0, 4409.0, 4437.0, 4419.0, 4431.0, 4438.0, 4422.0, 4429.0, 4422.0, 4451.0, 4422.0, 4473.0, 4449.0, 4411.0, 4458.0, 4420.0, 4462.0, 4448.0, 4411.0, 4458.0, 4419.0, 4420.0, 4458.0, 4410.0, 4458.0, 4410.0, 4420.0, 4439.0, 4421.0, 4469.0, 4431.0, 4419.0, 4419.0, 4420.0, 4468.0, 4411.0, 4451.0, 4438.0, 4422.0, 4457.0, 4411.0, 4460.0, 4441.0, 4424.0, 4468.0, 4411.0, 4460.0, 4419.0, 4422.0, 4480.0, 4413.0, 4461.0, 4431.0, 4432.0, 4469.0, 4411.0, 4459.0, 4413.0, 4461.0, 4431.0, 4432.0, 4440.0, 4421.0, 4470.0, 4411.0, 4468.0, 4430.0, 4461.0, 4420.0, 4421.0, 4439.0, 4421.0, 4480.0, 4410.0, 4469.0, 4435.0, 4410.0, 4446.0, 4427.0, 4419.0, 4437.0, 4411.0, 4448.0, 4422.0, 4461.0, 4439.0, 4421.0, 4438.0, 4412.0, 4449.0, 4442.0, 4463.0, 4449.0, 4423.0, 4450.0, 4425.0, 4462.0, 4454.0, 4474.0, 4450.0, 4423.0, 4470.0, 4452.0, 4474.0, 4450.0, 4433.0, 4472.0, 4444.0, 4475.0, 4461.0, 4424.0, 4482.0, 4432.0, 4471.0, 4452.0, 4455.0, 4462.0, 4435.0, 4484.0, 4452.0, 4474.0, 4452.0, 4456.0, 4491.0, 4443.0, 4483.0, 4442.0, 4451.0, 4451.0, 4444.0, 4491.0, 4422.0, 4472.0, 4440.0, 4433.0, 4461.0, 4424.0, 4471.0, 4433.0, 4470.0, 4452.0, 4462.0, 4459.0, 4411.0, 4451.0, 4414.0, 4473.0, 4443.0, 4472.0, 4452.0, 4440.0, 4455.0, 4453.0, 4453.0, 4475.0, 4481.0, 4422.0, 4483.0, 4440.0, 4442.0, 4450.0, 4410.0, 4450.0, 4413.0, 4472.0, 4424.0, 4464.0, 4437.0, 4486.0, 4446.0, 4478.0, 4487.0, 4468.0, 4475.0, 4469.0, 4488.0, 4491.0, 4490.0, 4450.0, 4457.0, 4459.0, 4470.0, 4469.0, 4466.0, 4469.0, 4457.0, 4496.0, 4449.0, 4519.0, 4490.0, 4509.0, 4480.0, 4437.0, 4505.0, 4456.0, 4491.0, 4473.0, 4461.0, 4452.0, 4413.0, 4480.0, 4452.0, 4481.0, 4429.0, 4446.0, 4397.0, 4454.0, 4377.0, 4446.0, 4396.0, 4414.0, 4408.0, 4444.0, 4408.0, 4416.0, 4375.0, 4373.0, 4374.0, 4373.0, 4376.0, 4412.0, 4386.0, 4433.0, 4376.0, 4415.0, 4376.0, 4413.0, 4364.0, 4415.0, 4372.0, 4375.0, 4443.0, 4373.0, 4415.0, 4385.0, 4393.0, 4361.0, 4384.0, 4402.0, 4365.0, 4413.0, 4373.0, 4404.0, 4373.0, 4385.0, 4403.0, 4375.0, 4412.0, 4385.0, 4405.0, 4373.0, 4396.0, 4423.0, 4374.0, 4423.0, 4385.0, 4396.0, 4402.0, 4384.0, 4423.0, 4395.0, 4405.0, 4393.0, 4386.0, 4433.0, 4376.0, 4426.0, 4374.0, 4388.0, 4424.0, 4376.0, 4414.0, 4395.0, 4386.0, 4435.0, 4375.0, 4435.0, 4404.0, 4399.0, 4415.0, 4398.0, 4435.0, 4417.0, 4419.0, 4424.0, 4397.0, 4434.0, 4407.0, 4438.0, 4416.0, 4399.0, 4456.0, 4398.0, 4437.0, 4407.0, 4409.0, 4445.0, 4398.0, 4446.0, 4417.0, 4418.0, 4426.0, 4400.0, 4457.0, 4399.0, 4458.0, 4419.0, 4408.0, 4426.0, 4399.0, 4447.0, 4418.0, 4439.0, 4427.0, 4411.0, 4457.0, 4408.0, 4447.0, 4427.0, 4399.0, 4427.0, 4400.0, 4448.0, 4429.0, 4440.0, 4439.0, 4391.0, 4447.0, 4428.0, 4419.0, 4438.0, 4401.0, 4439.0, 4431.0, 4440.0, 4453.0, 4433.0, 4465.0, 4456.0, 4463.0, 4425.0, 4483.0, 4434.0, 4472.0, 4441.0, 4462.0, 4431.0, 4422.0, 4479.0, 4400.0, 4458.0, 4419.0, 4468.0, 4441.0, 4440.0, 4432.0, 4440.0, 4441.0, 4452.0, 4438.0, 4410.0, 4469.0, 4418.0, 4438.0, 4420.0, 4439.0, 4421.0, 4449.0, 4431.0, 4440.0, 4422.0, 4439.0, 4422.0, 4450.0, 4431.0, 4441.0, 4429.0, 4401.0, 4429.0, 4401.0, 4430.0, 4401.0, 4437.0, 4400.0, 4438.0, 4400.0, 4449.0, 4410.0, 4457.0, 4429.0, 4438.0, 4440.0, 4400.0, 4431.0, 4412.0, 4450.0, 4441.0, 4452.0, 4464.0, 4437.0, 4463.0, 4416.0, 4475.0, 4455.0, 4467.0, 4464.0, 4457.0, 4453.0, 4438.0, 4468.0, 4471.0, 4450.0, 4450.0, 4448.0, 4439.0, 4446.0, 4448.0, 4473.0, 4443.0, 4436.0, 4464.0, 4428.0, 4467.0, 4448.0, 4458.0, 4519.0, 4488.0, 4475.0, 4496.0, 4434.0, 4482.0, 4430.0, 4481.0, 4451.0, 4451.0, 4474.0, 4420.0, 4468.0, 4387.0, 4455.0, 4386.0, 4425.0, 4373.0, 4384.0, 4401.0, 4384.0, 4412.0, 4385.0, 4382.0, 4387.0, 4383.0, 4397.0, 4394.0, 4399.0, 4408.0, 4412.0, 4438.0, 4389.0, 4428.0, 4388.0, 4397.0, 4396.0, 4409.0, 4406.0, 4410.0, 4438.0, 4400.0, 4409.0, 4390.0, 4411.0, 4407.0, 4400.0, 4428.0, 4420.0, 4420.0, 4398.0, 4409.0, 4416.0, 4402.0, 4449.0, 4431.0, 4440.0, 4419.0, 4411.0, 4418.0, 4399.0, 4438.0, 4409.0, 4439.0, 4397.0, 4402.0, 4446.0, 4387.0, 4447.0, 4407.0, 4398.0, 4415.0, 4397.0, 4445.0, 4407.0, 4407.0, 4396.0, 4396.0, 4436.0, 4396.0, 4417.0, 4395.0, 4398.0, 4425.0, 4397.0, 4406.0, 4407.0, 4398.0, 4425.0, 4409.0, 4418.0, 4406.0, 4398.0, 4446.0, 4407.0, 4429.0, 4417.0, 4398.0, 4447.0, 4417.0, 4419.0, 4414.0, 4386.0, 4425.0, 4415.0, 4398.0, 4435.0, 4386.0, 4426.0, 4426.0, 4409.0, 4426.0, 4400.0, 4427.0, 4419.0, 4429.0, 4437.0, 4400.0, 4438.0, 4428.0, 4411.0, 4438.0, 4400.0, 4448.0, 4427.0, 4410.0, 4437.0, 4399.0, 4447.0, 4428.0, 4410.0, 4447.0, 4409.0, 4449.0, 4429.0, 4401.0, 4456.0, 4409.0, 4440.0, 4428.0, 4410.0, 4448.0, 4410.0, 4448.0, 4440.0, 4413.0, 4438.0, 4413.0, 4450.0, 4432.0, 4461.0, 4442.0, 4452.0, 4439.0, 4402.0, 4440.0, 4403.0, 4439.0, 4413.0, 4460.0, 4422.0, 4461.0, 4431.0, 4450.0, 4443.0, 4452.0, 4403.0, 4432.0, 4477.0, 4471.0, 4422.0, 4461.0, 4419.0, 4449.0, 4420.0, 4440.0, 4408.0, 4389.0, 4448.0, 4409.0, 4439.0, 4419.0, 4401.0, 4428.0, 4401.0, 4439.0, 4431.0, 4418.0, 4440.0, 4420.0, 4439.0, 4432.0, 4460.0, 4441.0, 4463.0, 4440.0, 4425.0, 4450.0, 4443.0, 4463.0, 4441.0, 4413.0, 4440.0, 4433.0, 4451.0, 4451.0, 4473.0, 4450.0, 4435.0, 4462.0, 4443.0, 4443.0, 4442.0, 4445.0, 4441.0, 4434.0, 4463.0, 4452.0, 4464.0, 4454.0, 4445.0, 4473.0, 4435.0, 4472.0, 4452.0, 4464.0, 4461.0, 4433.0, 4471.0, 4453.0, 4475.0, 4452.0, 4433.0, 4472.0, 4433.0, 4472.0, 4430.0, 4462.0, 4470.0, 4422.0, 4470.0, 4440.0, 4461.0, 4428.0, 4410.0, 4449.0, 4430.0, 4460.0, 4428.0, 4421.0, 4458.0, 4431.0, 4448.0, 4440.0, 4451.0, 4439.0, 4422.0, 4449.0, 4432.0, 4451.0, 4452.0, 4424.0, 4451.0, 4435.0, 4451.0, 4443.0, 4473.0, 4452.0, 4465.0, 4441.0, 4433.0, 4462.0, 4452.0, 4483.0, 4441.0, 4454.0, 4442.0, 4433.0, 4471.0, 4452.0, 4483.0, 4450.0, 4433.0, 4460.0, 4433.0, 4461.0, 4440.0, 4452.0, 4440.0, 4432.0, 4459.0, 4453.0, 4464.0, 4463.0, 4457.0, 4453.0, 4445.0, 4474.0, 4453.0, 4475.0, 4454.0, 4475.0, 4452.0, 4435.0, 4472.0, 4453.0, 4483.0, 4451.0, 4444.0, 4472.0, 4443.0, 4472.0, 4452.0, 4465.0, 4451.0, 4434.0, 4460.0, 4454.0, 4465.0, 4456.0, 4475.0, 4486.0, 4489.0, 4531.0, 4478.0, 4481.0, 4494.0, 4458.0, 4475.0, 4448.0, 4474.0, 4467.0, 4464.0, 4476.0, 4499.0, 4483.0, 4443.0, 4474.0, 4454.0, 4474.0, 4452.0, 4445.0, 4474.0, 4434.0, 4471.0, 4443.0, 4463.0, 4441.0, 4424.0, 4441.0, 4423.0, 4453.0, 4456.0, 4483.0, 4432.0, 4461.0, 4441.0, 4455.0, 4450.0, 4421.0, 4459.0, 4431.0, 4450.0, 4430.0, 4451.0, 4438.0, 4412.0, 4458.0, 4431.0, 4450.0, 4430.0, 4431.0, 4448.0, 4411.0, 4452.0, 4421.0, 4465.0, 4486.0, 4444.0, 4444.0, 4443.0, 4455.0, 4442.0, 4465.0, 4473.0, 4424.0, 4461.0, 4431.0, 4471.0, 4442.0, 4463.0, 4440.0], 'WindowWidth': [9952.0, 9822.0, 9855.0, 9782.0, 9835.0, 9764.0, 9756.0, 9830.0, 9718.0, 9793.0, 9728.0, 9759.0, 9722.0, 9730.0, 9737.0, 9732.0, 9754.0, 9738.0, 9787.0, 9754.0, 9802.0, 9756.0, 9815.0, 9782.0, 9801.0, 9775.0, 9758.0, 9817.0, 9737.0, 9812.0, 9760.0, 9792.0, 9747.0, 9758.0, 9759.0, 9751.0, 9774.0, 9758.0, 9777.0, 9763.0, 9821.0, 9744.0, 9817.0, 9745.0, 9818.0, 9755.0, 9833.0, 9766.0, 9800.0, 9763.0, 9807.0, 9746.0, 9783.0, 9784.0, 9750.0, 9781.0, 9737.0, 9798.0, 9751.0, 9821.0, 9744.0, 9749.0, 9763.0, 9731.0, 9780.0, 9745.0, 9769.0, 9744.0, 9750.0, 9757.0, 9757.0, 9816.0, 9756.0, 9806.0, 9748.0, 9771.0, 9817.0, 9758.0, 9802.0, 9761.0, 9780.0, 9753.0, 9739.0, 9801.0, 9751.0, 9792.0, 9733.0, 9752.0, 9827.0, 9734.0, 9812.0, 9749.0, 9789.0, 9743.0, 9765.0, 9812.0, 9751.0, 9814.0, 9764.0, 9801.0, 9775.0, 9771.0, 9847.0, 9751.0, 9783.0, 9796.0, 9718.0, 9812.0, 9744.0, 9762.0, 9764.0, 9733.0, 9809.0, 9733.0, 9790.0, 9743.0, 9751.0, 9756.0, 9741.0, 9815.0, 9754.0, 9810.0, 9747.0, 9743.0, 9784.0, 9741.0, 9804.0, 9762.0, 9765.0, 9777.0, 9772.0, 9761.0, 9760.0, 9819.0, 9756.0, 9833.0, 9761.0, 9787.0, 9787.0, 9759.0, 9816.0, 9745.0, 9814.0, 9767.0, 9825.0, 9772.0, 9755.0, 9829.0, 9737.0, 9820.0, 9740.0, 9751.0, 9812.0, 9730.0, 9779.0, 9742.0, 9747.0, 9764.0, 9723.0, 9800.0, 9747.0, 9750.0, 9756.0, 9740.0, 9787.0, 9764.0, 9785.0, 9771.0, 9754.0, 9771.0, 9758.0, 9820.0, 9758.0, 9820.0, 9764.0, 9795.0, 9776.0, 9770.0, 9846.0, 9757.0, 9835.0, 9749.0, 9785.0, 9779.0, 9783.0, 9763.0, 9776.0, 9776.0, 9757.0, 9787.0, 9755.0, 9831.0, 9740.0, 9829.0, 9765.0, 9814.0, 9749.0, 9802.0, 9764.0, 9807.0, 9768.0, 9784.0, 9752.0, 9749.0, 9780.0, 9781.0, 9783.0, 9797.0, 9803.0, 9809.0, 9789.0, 9807.0, 9792.0, 9827.0, 9799.0, 9817.0, 9787.0, 9784.0, 9798.0, 9803.0, 9780.0, 9775.0, 9781.0, 9760.0, 9797.0, 9793.0, 9819.0, 9746.0, 9837.0, 9769.0, 9823.0, 9779.0, 9800.0, 9804.0, 9828.0, 9806.0, 9826.0, 9848.0, 9834.0, 9840.0, 9871.0, 9817.0, 9834.0, 9834.0, 9886.0, 9826.0, 9870.0, 9841.0, 9803.0, 9884.0, 9820.0, 9795.0, 9882.0, 9820.0, 9864.0, 9851.0, 9841.0, 9813.0, 9823.0, 9795.0, 9764.0, 9729.0, 9791.0, 9740.0, 9791.0, 9734.0, 9773.0, 9731.0, 9699.0, 9694.0, 9700.0, 9692.0, 9689.0, 9691.0, 9674.0, 9709.0, 9781.0, 9689.0, 9751.0, 9673.0, 9731.0, 9665.0, 9732.0, 9744.0, 9681.0, 9728.0, 9670.0, 9678.0, 9658.0, 9681.0, 9701.0, 9700.0, 9732.0, 9667.0, 9682.0, 9709.0, 9676.0, 9714.0, 9677.0, 9696.0, 9687.0, 9682.0, 9716.0, 9685.0, 9700.0, 9687.0, 9693.0, 9703.0, 9669.0, 9700.0, 9682.0, 9703.0, 9747.0, 9697.0, 9724.0, 9651.0, 9697.0, 9738.0, 9683.0, 9726.0, 9677.0, 9701.0, 9733.0, 9671.0, 9729.0, 9686.0, 9686.0, 9715.0, 9665.0, 9698.0, 9703.0, 9703.0, 9729.0, 9669.0, 9704.0, 9750.0, 9691.0, 9735.0, 9700.0, 9721.0, 9741.0, 9707.0, 9741.0, 9722.0, 9744.0, 9744.0, 9728.0, 9734.0, 9732.0, 9768.0, 9732.0, 9806.0, 9761.0, 9713.0, 9774.0, 9725.0, 9785.0, 9758.0, 9714.0, 9774.0, 9719.0, 9726.0, 9771.0, 9709.0, 9772.0, 9710.0, 9725.0, 9746.0, 9728.0, 9787.0, 9738.0, 9723.0, 9719.0, 9724.0, 9788.0, 9713.0, 9768.0, 9746.0, 9730.0, 9771.0, 9714.0, 9777.0, 9754.0, 9736.0, 9788.0, 9716.0, 9782.0, 9722.0, 9731.0, 9807.0, 9719.0, 9782.0, 9739.0, 9746.0, 9789.0, 9712.0, 9774.0, 9718.0, 9780.0, 9740.0, 9746.0, 9750.0, 9728.0, 9793.0, 9714.0, 9785.0, 9737.0, 9781.0, 9722.0, 9726.0, 9749.0, 9731.0, 9808.0, 9712.0, 9793.0, 9737.0, 9709.0, 9753.0, 9729.0, 9722.0, 9740.0, 9713.0, 9759.0, 9731.0, 9784.0, 9749.0, 9730.0, 9746.0, 9718.0, 9763.0, 9758.0, 9788.0, 9763.0, 9734.0, 9766.0, 9742.0, 9787.0, 9778.0, 9808.0, 9768.0, 9737.0, 9795.0, 9772.0, 9806.0, 9767.0, 9750.0, 9800.0, 9764.0, 9808.0, 9782.0, 9740.0, 9813.0, 9746.0, 9797.0, 9774.0, 9785.0, 9787.0, 9757.0, 9819.0, 9775.0, 9806.0, 9772.0, 9786.0, 9829.0, 9762.0, 9817.0, 9757.0, 9772.0, 9767.0, 9764.0, 9828.0, 9732.0, 9800.0, 9753.0, 9749.0, 9781.0, 9736.0, 9797.0, 9748.0, 9793.0, 9772.0, 9788.0, 9776.0, 9718.0, 9768.0, 9725.0, 9801.0, 9761.0, 9801.0, 9773.0, 9755.0, 9780.0, 9775.0, 9777.0, 9811.0, 9813.0, 9732.0, 9816.0, 9753.0, 9761.0, 9767.0, 9714.0, 9766.0, 9723.0, 9800.0, 9741.0, 9793.0, 9764.0, 9826.0, 9774.0, 9819.0, 9832.0, 9810.0, 9814.0, 9813.0, 9837.0, 9846.0, 9843.0, 9786.0, 9791.0, 9801.0, 9816.0, 9811.0, 9802.0, 9812.0, 9789.0, 9840.0, 9782.0, 9878.0, 9841.0, 9868.0, 9828.0, 9762.0, 9853.0, 9785.0, 9827.0, 9803.0, 9782.0, 9770.0, 9717.0, 9807.0, 9771.0, 9808.0, 9732.0, 9750.0, 9684.0, 9757.0, 9654.0, 9749.0, 9682.0, 9703.0, 9700.0, 9743.0, 9699.0, 9708.0, 9649.0, 9642.0, 9645.0, 9642.0, 9650.0, 9694.0, 9666.0, 9725.0, 9652.0, 9701.0, 9652.0, 9696.0, 9631.0, 9701.0, 9638.0, 9647.0, 9738.0, 9642.0, 9701.0, 9663.0, 9671.0, 9624.0, 9661.0, 9680.0, 9635.0, 9696.0, 9642.0, 9687.0, 9643.0, 9662.0, 9681.0, 9650.0, 9695.0, 9661.0, 9691.0, 9642.0, 9679.0, 9708.0, 9647.0, 9710.0, 9666.0, 9681.0, 9680.0, 9660.0, 9712.0, 9677.0, 9691.0, 9669.0, 9665.0, 9726.0, 9652.0, 9721.0, 9648.0, 9671.0, 9714.0, 9653.0, 9701.0, 9675.0, 9670.0, 9728.0, 9651.0, 9729.0, 9688.0, 9689.0, 9703.0, 9687.0, 9733.0, 9710.0, 9719.0, 9714.0, 9687.0, 9731.0, 9699.0, 9744.0, 9707.0, 9691.0, 9765.0, 9688.0, 9741.0, 9697.0, 9704.0, 9746.0, 9689.0, 9750.0, 9712.0, 9716.0, 9721.0, 9693.0, 9766.0, 9691.0, 9769.0, 9715.0, 9705.0, 9723.0, 9690.0, 9753.0, 9715.0, 9745.0, 9725.0, 9711.0, 9767.0, 9701.0, 9753.0, 9726.0, 9692.0, 9726.0, 9694.0, 9757.0, 9732.0, 9749.0, 9744.0, 9684.0, 9753.0, 9729.0, 9720.0, 9743.0, 9699.0, 9748.0, 9740.0, 9751.0, 9775.0, 9746.0, 9795.0, 9785.0, 9787.0, 9739.0, 9814.0, 9748.0, 9796.0, 9753.0, 9784.0, 9737.0, 9728.0, 9802.0, 9695.0, 9770.0, 9721.0, 9783.0, 9752.0, 9748.0, 9740.0, 9748.0, 9752.0, 9770.0, 9743.0, 9709.0, 9786.0, 9715.0, 9744.0, 9723.0, 9745.0, 9727.0, 9761.0, 9739.0, 9750.0, 9729.0, 9747.0, 9728.0, 9763.0, 9737.0, 9752.0, 9731.0, 9696.0, 9733.0, 9698.0, 9734.0, 9699.0, 9740.0, 9694.0, 9743.0, 9697.0, 9759.0, 9709.0, 9768.0, 9731.0, 9744.0, 9747.0, 9694.0, 9739.0, 9714.0, 9762.0, 9752.0, 9771.0, 9789.0, 9760.0, 9789.0, 9729.0, 9808.0, 9782.0, 9802.0, 9791.0, 9785.0, 9775.0, 9762.0, 9805.0, 9812.0, 9786.0, 9782.0, 9778.0, 9769.0, 9773.0, 9779.0, 9802.0, 9762.0, 9758.0, 9792.0, 9750.0, 9802.0, 9781.0, 9794.0, 9882.0, 9835.0, 9808.0, 9843.0, 9749.0, 9820.0, 9736.0, 9810.0, 9766.0, 9766.0, 9807.0, 9721.0, 9785.0, 9669.0, 9763.0, 9666.0, 9720.0, 9641.0, 9660.0, 9677.0, 9660.0, 9694.0, 9663.0, 9654.0, 9668.0, 9658.0, 9682.0, 9675.0, 9690.0, 9701.0, 9712.0, 9742.0, 9677.0, 9728.0, 9672.0, 9682.0, 9683.0, 9703.0, 9695.0, 9706.0, 9741.0, 9692.0, 9704.0, 9681.0, 9709.0, 9696.0, 9695.0, 9727.0, 9719.0, 9720.0, 9687.0, 9704.0, 9709.0, 9702.0, 9761.0, 9737.0, 9749.0, 9718.0, 9709.0, 9714.0, 9690.0, 9741.0, 9703.0, 9746.0, 9683.0, 9697.0, 9748.0, 9671.0, 9749.0, 9695.0, 9687.0, 9703.0, 9682.0, 9747.0, 9698.0, 9697.0, 9678.0, 9682.0, 9734.0, 9680.0, 9712.0, 9677.0, 9685.0, 9717.0, 9684.0, 9695.0, 9695.0, 9688.0, 9718.0, 9702.0, 9715.0, 9693.0, 9686.0, 9748.0, 9697.0, 9732.0, 9708.0, 9686.0, 9749.0, 9709.0, 9715.0, 9701.0, 9666.0, 9718.0, 9702.0, 9687.0, 9730.0, 9668.0, 9718.0, 9722.0, 9705.0, 9720.0, 9692.0, 9723.0, 9716.0, 9732.0, 9735.0, 9693.0, 9740.0, 9727.0, 9710.0, 9739.0, 9692.0, 9755.0, 9724.0, 9707.0, 9738.0, 9690.0, 9752.0, 9728.0, 9709.0, 9751.0, 9703.0, 9757.0, 9730.0, 9697.0, 9763.0, 9705.0, 9746.0, 9726.0, 9706.0, 9753.0, 9707.0, 9755.0, 9746.0, 9717.0, 9742.0, 9715.0, 9761.0, 9742.0, 9778.0, 9753.0, 9768.0, 9743.0, 9698.0, 9745.0, 9702.0, 9745.0, 9717.0, 9777.0, 9727.0, 9778.0, 9738.0, 9762.0, 9755.0, 9767.0, 9705.0, 9741.0, 9811.0, 9795.0, 9727.0, 9778.0, 9717.0, 9755.0, 9716.0, 9747.0, 9696.0, 9676.0, 9753.0, 9701.0, 9741.0, 9713.0, 9696.0, 9729.0, 9697.0, 9744.0, 9737.0, 9716.0, 9749.0, 9723.0, 9747.0, 9745.0, 9778.0, 9754.0, 9786.0, 9749.0, 9737.0, 9765.0, 9761.0, 9787.0, 9754.0, 9721.0, 9750.0, 9746.0, 9767.0, 9768.0, 9802.0, 9765.0, 9754.0, 9784.0, 9759.0, 9758.0, 9757.0, 9765.0, 9753.0, 9750.0, 9786.0, 9769.0, 9789.0, 9774.0, 9767.0, 9800.0, 9752.0, 9798.0, 9768.0, 9791.0, 9780.0, 9747.0, 9796.0, 9774.0, 9806.0, 9769.0, 9748.0, 9801.0, 9746.0, 9799.0, 9737.0, 9786.0, 9791.0, 9729.0, 9792.0, 9750.0, 9780.0, 9729.0, 9711.0, 9760.0, 9736.0, 9780.0, 9731.0, 9725.0, 9772.0, 9741.0, 9760.0, 9750.0, 9767.0, 9747.0, 9731.0, 9762.0, 9745.0, 9768.0, 9771.0, 9739.0, 9769.0, 9755.0, 9771.0, 9762.0, 9802.0, 9771.0, 9794.0, 9756.0, 9750.0, 9785.0, 9773.0, 9818.0, 9755.0, 9778.0, 9757.0, 9748.0, 9795.0, 9771.0, 9816.0, 9763.0, 9747.0, 9780.0, 9747.0, 9782.0, 9753.0, 9773.0, 9750.0, 9746.0, 9778.0, 9777.0, 9792.0, 9789.0, 9788.0, 9776.0, 9770.0, 9808.0, 9777.0, 9809.0, 9777.0, 9810.0, 9773.0, 9753.0, 9799.0, 9774.0, 9818.0, 9768.0, 9764.0, 9800.0, 9761.0, 9799.0, 9771.0, 9794.0, 9768.0, 9750.0, 9781.0, 9781.0, 9797.0, 9788.0, 9812.0, 9830.0, 9841.0, 9900.0, 9818.0, 9828.0, 9836.0, 9790.0, 9810.0, 9775.0, 9806.0, 9803.0, 9793.0, 9812.0, 9848.0, 9818.0, 9762.0, 9803.0, 9776.0, 9805.0, 9772.0, 9768.0, 9805.0, 9750.0, 9796.0, 9759.0, 9787.0, 9753.0, 9736.0, 9755.0, 9733.0, 9773.0, 9785.0, 9817.0, 9745.0, 9783.0, 9754.0, 9779.0, 9761.0, 9725.0, 9777.0, 9737.0, 9762.0, 9734.0, 9767.0, 9745.0, 9716.0, 9772.0, 9739.0, 9761.0, 9736.0, 9740.0, 9758.0, 9711.0, 9770.0, 9729.0, 9795.0, 9826.0, 9762.0, 9764.0, 9761.0, 9779.0, 9756.0, 9794.0, 9801.0, 9735.0, 9782.0, 9741.0, 9795.0, 9755.0, 9788.0, 9752.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.00032523809523809523</td></tr>
<tr><td colspan=3>aqi</td><td>0.023061880173160174</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.055367203535596</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2403159472010385</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9825984032409024</td></tr>
<tr><td colspan=3>efc</td><td>0.4469</td></tr>
<tr><td colspan=3>fber</td><td>6686.1733</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07218389808914079</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2987012987012987</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.549231771186698</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.512983121903995</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.802830751357126</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3318814402989734</td></tr>
<tr><td colspan=3>gcor</td><td>0.0273874</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02193582057952881</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02024472877383232</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4146946576716504</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>40.458</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4474</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.7566</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311420.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>934.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.3561</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6702</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>672.9633</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3640.894</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1140.6496</td></tr>
<tr><td colspan=3>tsnr</td><td>37.115631714463234</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>