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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-03/func/sub-0059_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>763e27c425d50be63fa2e7c21eb7eab6</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>13:37:38.667500</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.99864, 0.0480685, 0.0201849, -0.0500647, 0.99221, 0.114077]</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.102185</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7752, -7252, 455, -90, -171, -32, 6]</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>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>24e3c4ce-6549-4e91-b2b9-65b07a9777fb||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.6792783737182617, -0.1343199610710144, 0.039269328117370605, 118.3921890258789], [-0.12896418571472168, 2.6620259284973145, 0.31031695008277893, -92.86434173583984], [0.054154716432094574, -0.30605968832969666, 2.6818203926086426, -47.23078918457031], [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': ['133738.667500', '133739.127500', '133739.587500', '133740.047500', '133740.507500', '133740.967500', '133741.427500', '133741.887500', '133742.347500', '133742.807500', '133743.267500', '133743.727500', '133744.187500', '133744.647500', '133745.107500', '133745.567500', '133746.027500', '133746.487500', '133746.947500', '133747.407500', '133747.867500', '133748.327500', '133748.787500', '133749.247500', '133749.707500', '133750.167500', '133750.627500', '133751.087500', '133751.547500', '133752.007500', '133752.467500', '133752.927500', '133753.387500', '133753.847500', '133754.307500', '133754.767500', '133755.227500', '133755.687500', '133756.147500', '133756.607500', '133757.067500', '133757.527500', '133757.987500', '133758.447500', '133758.907500', '133759.367500', '133759.827500', '133800.287500', '133800.747500', '133801.207500', '133801.667500', '133802.127500', '133802.587500', '133803.047500', '133803.507500', '133803.967500', '133804.427500', '133804.887500', '133805.347500', '133805.807500', '133806.267500', '133806.727500', '133807.187500', '133807.647500', '133808.107500', '133808.567500', '133809.027500', '133809.487500', '133809.947500', '133810.407500', '133810.867500', '133811.327500', '133811.787500', '133812.247500', '133812.707500', '133813.167500', '133813.627500', '133814.087500', '133814.547500', '133815.007500', '133815.467500', '133815.927500', '133816.387500', '133816.847500', '133817.307500', '133817.767500', '133818.227500', '133818.687500', '133819.147500', '133819.607500', '133820.067500', '133820.527500', '133820.987500', '133821.447500', '133821.907500', '133822.367500', '133822.827500', '133823.287500', '133823.747500', '133824.207500', '133824.667500', '133825.127500', '133825.587500', '133826.047500', '133826.507500', '133826.967500', '133827.427500', '133827.887500', '133828.347500', '133828.807500', '133829.267500', '133829.727500', '133830.187500', '133830.647500', '133831.107500', '133831.567500', '133832.027500', '133832.487500', '133832.947500', '133833.407500', '133833.867500', '133834.327500', '133834.787500', '133835.247500', '133835.707500', '133836.167500', '133836.627500', '133837.087500', '133837.547500', '133838.007500', '133838.467500', '133838.927500', '133839.387500', '133839.847500', '133840.307500', '133840.767500', '133841.227500', '133841.687500', '133842.147500', '133842.607500', '133843.067500', '133843.527500', '133843.987500', '133844.447500', '133844.907500', '133845.367500', '133845.827500', '133846.287500', '133846.747500', '133847.207500', '133847.667500', '133848.127500', '133848.587500', '133849.047500', '133849.507500', '133849.967500', '133850.427500', '133850.887500', '133851.347500', '133851.807500', '133852.267500', '133852.727500', '133853.187500', '133853.647500', '133854.107500', '133854.567500', '133855.027500', '133855.487500', '133855.947500', '133856.407500', '133856.867500', '133857.327500', '133857.787500', '133858.247500', '133858.707500', '133859.167500', '133859.627500', '133900.087500', '133900.547500', '133901.007500', '133901.467500', '133901.927500', '133902.387500', '133902.847500', '133903.307500', '133903.767500', '133904.227500', '133904.687500', '133905.147500', '133905.607500', '133906.067500', '133906.527500', '133906.987500', '133907.447500', '133907.907500', '133908.367500', '133908.827500', '133909.287500', '133909.747500', '133910.207500', '133910.667500', '133911.127500', '133911.587500', '133912.047500', '133912.507500', '133912.967500', '133913.427500', '133913.887500', '133914.347500', '133914.807500', '133915.267500', '133915.727500', '133916.187500', '133916.647500', '133917.107500', '133917.567500', '133918.027500', '133918.487500', '133918.947500', '133919.407500', '133919.867500', '133920.327500', '133920.787500', '133921.247500', '133921.707500', '133922.167500', '133922.627500', '133923.087500', '133923.547500', '133924.007500', '133924.467500', '133924.927500', '133925.387500', '133925.847500', '133926.307500', '133926.767500', '133927.227500', '133927.687500', '133928.147500', '133928.607500', '133929.067500', '133929.527500', '133929.987500', '133930.447500', '133930.907500', '133931.367500', '133931.827500', '133932.287500', '133932.747500', '133933.207500', '133933.667500', '133934.127500', '133934.587500', '133935.047500', '133935.507500', '133935.967500', '133936.427500', '133936.887500', '133937.347500', '133937.807500', '133938.267500', '133938.727500', '133939.187500', '133939.647500', '133940.107500', '133940.567500', '133941.027500', '133941.487500', '133941.947500', '133942.407500', '133942.867500', '133943.327500', '133943.787500', '133944.247500', '133944.707500', '133945.167500', '133945.627500', '133946.087500', '133946.547500', '133947.007500', '133947.467500', '133947.927500', '133948.387500', '133948.847500', '133949.307500', '133949.767500', '133950.227500', '133950.687500', '133951.147500', '133951.607500', '133952.067500', '133952.527500', '133952.987500', '133953.447500', '133953.907500', '133954.367500', '133954.827500', '133955.287500', '133955.747500', '133956.207500', '133956.667500', '133957.127500', '133957.587500', '133958.047500', '133958.507500', '133958.967500', '133959.427500', '133959.887500', '134000.347500', '134000.807500', '134001.267500', '134001.727500', '134002.187500', '134002.647500', '134003.107500', '134003.567500', '134004.027500', '134004.487500', '134004.947500', '134005.407500', '134005.867500', '134006.327500', '134006.787500', '134007.247500', '134007.707500', '134008.167500', '134008.627500', '134009.087500', '134009.547500', '134010.007500', '134010.467500', '134010.927500', '134011.387500', '134011.847500', '134012.307500', '134012.767500', '134013.227500', '134013.687500', '134014.147500', '134014.607500', '134015.067500', '134015.527500', '134015.987500', '134016.447500', '134016.907500', '134017.367500', '134017.827500', '134018.287500', '134018.747500', '134019.207500', '134019.667500', '134020.127500', '134020.587500', '134021.047500', '134021.507500', '134021.967500', '134022.427500', '134022.887500', '134023.347500', '134023.807500', '134024.267500', '134024.727500', '134025.187500', '134025.647500', '134026.107500', '134026.567500', '134027.027500', '134027.487500', '134027.947500', '134028.407500', '134028.867500', '134029.327500', '134029.787500', '134030.247500', '134030.707500', '134031.167500', '134031.627500', '134032.087500', '134032.547500', '134033.007500', '134033.467500', '134033.927500', '134034.387500', '134034.847500', '134035.307500', '134035.767500', '134036.227500', '134036.687500', '134037.147500', '134037.607500', '134038.067500', '134038.527500', '134038.987500', '134039.447500', '134039.907500', '134040.367500', '134040.827500', '134041.287500', '134041.747500', '134042.207500', '134042.667500', '134043.127500', '134043.587500', '134044.047500', '134044.507500', '134044.967500', '134045.427500', '134045.887500', '134046.347500', '134046.807500', '134047.267500', '134047.727500', '134048.187500', '134048.647500', '134049.107500', '134049.567500', '134050.027500', '134050.487500', '134050.947500', '134051.407500', '134051.867500', '134052.327500', '134052.787500', '134053.247500', '134053.707500', '134054.167500', '134054.627500', '134055.087500', '134055.547500', '134056.007500', '134056.467500', '134056.927500', '134057.387500', '134057.847500', '134058.307500', '134058.767500', '134059.227500', '134059.687500', '134100.147500', '134100.607500', '134101.067500', '134101.527500', '134101.987500', '134102.447500', '134102.907500', '134103.367500', '134103.827500', '134104.287500', '134104.747500', '134105.207500', '134105.667500', '134106.127500', '134106.587500', '134107.047500', '134107.507500', '134107.967500', '134108.427500', '134108.887500', '134109.347500', '134109.807500', '134110.267500', '134110.727500', '134111.187500', '134111.647500', '134112.107500', '134112.567500', '134113.027500', '134113.487500', '134113.947500', '134114.407500', '134114.867500', '134115.327500', '134115.787500', '134116.247500', '134116.707500', '134117.167500', '134117.627500', '134118.087500', '134118.547500', '134119.007500', '134119.467500', '134119.927500', '134120.387500', '134120.847500', '134121.307500', '134121.767500', '134122.227500', '134122.687500', '134123.147500', '134123.607500', '134124.067500', '134124.527500', '134124.987500', '134125.447500', '134125.907500', '134126.367500', '134126.827500', '134127.287500', '134127.747500', '134128.207500', '134128.667500', '134129.127500', '134129.587500', '134130.047500', '134130.507500', '134130.967500', '134131.427500', '134131.887500', '134132.347500', '134132.807500', '134133.267500', '134133.727500', '134134.187500', '134134.647500', '134135.107500', '134135.567500', '134136.027500', '134136.487500', '134136.947500', '134137.407500', '134137.867500', '134138.327500', '134138.787500', '134139.247500', '134139.707500', '134140.167500', '134140.627500', '134141.087500', '134141.547500', '134142.007500', '134142.467500', '134142.927500', '134143.387500', '134143.847500', '134144.307500', '134144.767500', '134145.227500', '134145.687500', '134146.147500', '134146.607500', '134147.067500', '134147.527500', '134147.987500', '134148.447500', '134148.907500', '134149.367500', '134149.827500', '134150.287500', '134150.747500', '134151.207500', '134151.667500', '134152.127500', '134152.587500', '134153.047500', '134153.507500', '134153.967500', '134154.427500', '134154.887500', '134155.347500', '134155.807500', '134156.267500', '134156.727500', '134157.187500', '134157.647500', '134158.107500', '134158.567500', '134159.027500', '134159.487500', '134159.947500', '134200.407500', '134200.867500', '134201.327500', '134201.787500', '134202.247500', '134202.707500', '134203.167500', '134203.627500', '134204.087500', '134204.547500', '134205.007500', '134205.467500', '134205.927500', '134206.387500', '134206.847500', '134207.307500', '134207.767500', '134208.227500', '134208.687500', '134209.147500', '134209.607500', '134210.067500', '134210.527500', '134210.987500', '134211.447500', '134211.907500', '134212.367500', '134212.827500', '134213.287500', '134213.747500', '134214.207500', '134214.667500', '134215.127500', '134215.587500', '134216.047500', '134216.507500', '134216.967500', '134217.427500', '134217.887500', '134218.347500', '134218.807500', '134219.267500', '134219.727500', '134220.187500', '134220.647500', '134221.107500', '134221.567500', '134222.027500', '134222.487500', '134222.947500', '134223.407500', '134223.867500', '134224.327500', '134224.787500', '134225.247500', '134225.707500', '134226.167500', '134226.627500', '134227.087500', '134227.547500', '134228.007500', '134228.467500', '134228.927500', '134229.387500', '134229.847500', '134230.307500', '134230.767500', '134231.227500', '134231.687500', '134232.147500', '134232.607500', '134233.067500', '134233.527500', '134233.987500', '134234.447500', '134234.907500', '134235.367500', '134235.827500', '134236.287500', '134236.747500', '134237.207500', '134237.667500', '134238.127500', '134238.587500', '134239.047500', '134239.507500', '134239.967500', '134240.427500', '134240.887500', '134241.347500', '134241.807500', '134242.267500', '134242.727500', '134243.187500', '134243.647500', '134244.107500', '134244.567500', '134245.027500', '134245.487500', '134245.947500', '134246.407500', '134246.867500', '134247.327500', '134247.787500', '134248.247500', '134248.707500', '134249.167500', '134249.627500', '134250.087500', '134250.547500', '134251.007500', '134251.467500', '134251.927500', '134252.387500', '134252.847500', '134253.307500', '134253.767500', '134254.227500', '134254.687500', '134255.147500', '134255.607500', '134256.067500', '134256.527500', '134256.987500', '134257.447500', '134257.907500', '134258.367500', '134258.827500', '134259.287500', '134259.747500', '134300.207500', '134300.667500', '134301.127500', '134301.587500', '134302.047500', '134302.507500', '134302.967500', '134303.427500', '134303.887500', '134304.347500', '134304.807500', '134305.267500', '134305.727500', '134306.187500', '134306.647500', '134307.107500', '134307.567500', '134308.027500', '134308.487500', '134308.947500', '134309.407500', '134309.867500', '134310.327500', '134310.787500', '134311.247500', '134311.707500', '134312.167500', '134312.627500', '134313.087500', '134313.547500', '134314.007500', '134314.467500', '134314.927500', '134315.387500', '134315.847500', '134316.307500', '134316.767500', '134317.227500', '134317.687500', '134318.147500', '134318.607500', '134319.067500', '134319.527500', '134319.987500', '134320.447500', '134320.907500', '134321.367500', '134321.827500', '134322.287500', '134322.747500', '134323.207500', '134323.667500', '134324.127500', '134324.587500', '134325.047500', '134325.507500', '134325.967500', '134326.427500', '134326.887500', '134327.347500', '134327.807500', '134328.267500', '134328.727500', '134329.187500', '134329.647500', '134330.107500', '134330.567500', '134331.027500', '134331.487500', '134331.947500', '134332.407500', '134332.867500', '134333.327500', '134333.787500', '134334.247500', '134334.707500', '134335.167500', '134335.627500', '134336.087500', '134336.547500', '134337.007500', '134337.467500', '134337.927500', '134338.387500', '134338.847500', '134339.307500', '134339.767500', '134340.227500', '134340.687500', '134341.147500', '134341.607500', '134342.067500', '134342.527500', '134342.987500', '134343.447500', '134343.907500', '134344.367500', '134344.827500', '134345.287500', '134345.747500', '134346.207500', '134346.667500', '134347.127500', '134347.587500', '134348.047500', '134348.507500', '134348.967500', '134349.427500', '134349.887500', '134350.347500', '134350.807500', '134351.267500', '134351.727500', '134352.187500', '134352.647500', '134353.107500', '134353.567500', '134354.027500', '134354.487500', '134354.947500', '134355.407500', '134355.867500', '134356.327500', '134356.787500', '134357.247500', '134357.707500', '134358.167500', '134358.627500', '134359.087500', '134359.547500', '134400.007500', '134400.467500', '134400.927500', '134401.387500', '134401.847500', '134402.307500', '134402.767500', '134403.227500', '134403.687500', '134404.147500', '134404.607500', '134405.067500', '134405.527500', '134405.987500', '134406.447500', '134406.907500', '134407.367500', '134407.827500', '134408.287500', '134408.747500', '134409.207500', '134409.667500', '134410.127500', '134410.587500', '134411.047500', '134411.507500', '134411.967500', '134412.427500', '134412.887500', '134413.347500', '134413.807500', '134414.267500', '134414.727500', '134415.187500', '134415.647500', '134416.107500', '134416.567500', '134417.027500', '134417.487500', '134417.947500', '134418.407500', '134418.867500', '134419.327500', '134419.787500', '134420.247500', '134420.707500', '134421.167500', '134421.627500', '134422.087500', '134422.547500', '134423.007500', '134423.467500', '134423.927500', '134424.387500', '134424.847500', '134425.307500', '134425.767500', '134426.227500', '134426.687500', '134427.147500', '134427.607500', '134428.067500', '134428.527500', '134428.987500', '134429.447500', '134429.907500', '134430.367500', '134430.827500', '134431.287500', '134431.747500', '134432.207500', '134432.667500', '134433.127500', '134433.587500', '134434.047500', '134434.507500', '134434.967500', '134435.427500', '134435.887500', '134436.347500', '134436.807500', '134437.267500', '134437.727500', '134438.187500', '134438.647500', '134439.107500', '134439.567500', '134440.027500', '134440.487500', '134440.947500', '134441.407500', '134441.867500', '134442.327500', '134442.787500', '134443.247500', '134443.707500', '134444.167500', '134444.627500', '134445.087500', '134445.547500', '134446.007500', '134446.467500', '134446.927500', '134447.387500', '134447.847500', '134448.307500', '134448.767500', '134449.227500', '134449.687500', '134450.147500', '134450.607500', '134451.067500', '134451.527500', '134451.987500', '134452.447500', '134452.907500', '134453.367500', '134453.827500', '134454.287500', '134454.747500', '134455.207500', '134455.667500', '134456.127500', '134456.587500', '134457.047500', '134457.507500', '134457.967500', '134458.427500', '134458.887500', '134459.347500', '134459.807500', '134500.267500', '134500.727500', '134501.187500', '134501.647500', '134502.107500', '134502.567500', '134503.027500', '134503.487500', '134503.947500', '134504.407500', '134504.867500', '134505.327500', '134505.787500', '134506.247500', '134506.707500', '134507.167500', '134507.627500', '134508.087500', '134508.547500', '134509.007500', '134509.467500', '134509.927500', '134510.387500', '134510.847500', '134511.307500', '134511.767500', '134512.227500', '134512.687500', '134513.147500', '134513.607500', '134514.067500', '134514.527500', '134514.987500', '134515.447500', '134515.907500', '134516.367500', '134516.827500', '134517.287500', '134517.747500', '134518.207500', '134518.667500', '134519.127500', '134519.587500', '134520.047500', '134520.507500', '134520.967500', '134521.427500', '134521.887500', '134522.347500', '134522.807500', '134523.267500', '134523.727500', '134524.187500', '134524.647500', '134525.107500', '134525.567500', '134526.027500', '134526.487500', '134526.947500', '134527.407500', '134527.867500', '134528.327500', '134528.787500', '134529.247500', '134529.707500', '134530.167500', '134530.627500', '134531.087500', '134531.547500', '134532.007500', '134532.467500', '134532.927500', '134533.387500', '134533.847500', '134534.307500', '134534.767500', '134535.227500', '134535.687500', '134536.147500', '134536.607500', '134537.067500', '134537.527500', '134537.987500', '134538.447500', '134538.907500', '134539.367500', '134539.827500', '134540.287500', '134540.747500', '134541.207500', '134541.667500', '134542.127500', '134542.587500', '134543.047500', '134543.507500', '134543.967500', '134544.427500', '134544.887500', '134545.347500', '134545.807500', '134546.267500', '134546.727500', '134547.187500', '134547.647500', '134548.107500', '134548.567500', '134549.027500', '134549.487500', '134549.947500', '134550.407500', '134550.867500', '134551.327500', '134551.787500', '134552.247500', '134552.707500', '134553.167500', '134553.627500', '134554.087500', '134554.547500', '134555.007500', '134555.467500', '134555.927500', '134556.387500', '134556.847500', '134557.307500', '134557.767500', '134558.227500', '134558.687500', '134559.147500', '134559.607500', '134600.067500', '134600.527500', '134600.987500', '134601.447500', '134601.907500', '134602.367500', '134602.827500', '134603.287500', '134603.747500', '134604.207500', '134604.667500', '134605.127500', '134605.587500', '134606.047500', '134606.507500', '134606.967500', '134607.427500', '134607.887500', '134608.347500', '134608.807500', '134609.267500', '134609.727500', '134610.187500', '134610.647500', '134611.107500', '134611.567500', '134612.027500', '134612.487500', '134612.947500', '134613.407500', '134613.867500', '134614.327500', '134614.787500', '134615.247500', '134615.707500', '134616.167500', '134616.627500', '134617.087500', '134617.547500', '134618.007500', '134618.467500', '134618.927500', '134619.387500', '134619.847500', '134620.307500', '134620.767500', '134621.227500', '134621.687500', '134622.147500', '134622.607500', '134623.067500', '134623.527500', '134623.987500', '134624.447500', '134624.907500', '134625.367500', '134625.827500', '134626.287500', '134626.747500', '134627.207500', '134627.667500', '134628.127500', '134628.587500', '134629.047500', '134629.507500', '134629.967500', '134630.427500'], 'ContentTime': ['133753.773000', '133753.776000', '133753.778000', '133753.781000', '133753.783000', '133753.786000', '133753.788000', '133753.791000', '133753.794000', '133753.796000', '133753.799000', '133753.801000', '133753.804000', '133753.807000', '133753.809000', '133753.812000', '133753.820000', '133753.822000', '133753.825000', '133753.827000', '133753.830000', '133753.833000', '133753.835000', '133753.838000', '133753.840000', '133753.843000', '133753.845000', '133753.848000', '133753.851000', '133753.854000', '133753.856000', '133813.742000', '133813.745000', '133813.748000', '133813.750000', '133813.753000', '133813.756000', '133813.758000', '133813.761000', '133813.763000', '133813.766000', '133813.769000', '133813.771000', '133813.774000', '133813.776000', '133813.779000', '133813.781000', '133813.784000', '133813.786000', '133813.789000', '133813.792000', '133813.794000', '133813.797000', '133813.799000', '133813.802000', '133813.832000', '133813.835000', '133813.837000', '133813.870000', '133813.873000', '133813.876000', '133813.878000', '133813.881000', '133813.883000', '133813.886000', '133813.888000', '133813.891000', '133813.894000', '133813.896000', '133813.899000', '133813.902000', '133813.904000', '133813.907000', '133813.909000', '133833.742000', '133833.745000', '133833.748000', '133833.751000', '133833.754000', '133833.756000', '133833.759000', '133833.762000', '133833.764000', '133833.767000', '133833.770000', '133833.772000', '133833.775000', '133833.777000', '133833.780000', '133833.783000', '133833.785000', '133833.788000', '133833.790000', '133833.793000', '133833.796000', '133833.798000', '133833.801000', '133833.803000', '133833.806000', '133833.809000', '133833.811000', '133833.814000', '133833.816000', '133833.819000', '133833.821000', '133833.824000', '133833.827000', '133833.829000', '133833.832000', '133833.834000', '133833.837000', '133833.840000', '133833.842000', '133833.845000', '133833.847000', '133833.857000', '133833.859000', '133833.862000', '133853.742000', '133853.745000', '133853.748000', '133853.751000', '133853.753000', '133853.756000', '133853.758000', '133853.761000', '133853.763000', '133853.766000', '133853.769000', '133853.771000', '133853.774000', '133853.776000', '133853.779000', '133853.782000', '133853.784000', '133853.787000', '133853.789000', '133853.792000', '133853.794000', '133853.797000', '133853.800000', '133853.802000', '133853.805000', '133853.808000', '133853.810000', '133853.813000', '133853.816000', '133853.819000', '133853.821000', '133853.824000', '133853.827000', '133853.830000', '133853.832000', '133853.835000', '133853.838000', '133853.840000', '133853.843000', '133853.845000', '133853.848000', '133853.851000', '133853.853000', '133913.741000', '133913.744000', '133913.747000', '133913.750000', '133913.752000', '133913.755000', '133913.757000', '133913.760000', '133913.763000', '133913.765000', '133913.768000', '133913.770000', '133913.773000', '133913.776000', '133913.778000', '133913.781000', '133913.783000', '133913.786000', '133913.789000', '133913.791000', '133913.794000', '133913.796000', '133913.799000', '133913.802000', '133913.804000', '133913.807000', '133913.809000', '133913.812000', '133913.815000', '133913.817000', '133913.820000', '133913.823000', '133913.825000', '133913.828000', '133913.830000', '133913.833000', '133913.835000', '133913.838000', '133913.841000', '133913.843000', '133913.846000', '133913.848000', '133913.851000', '133913.854000', '133933.742000', '133933.745000', '133933.748000', '133933.750000', '133933.753000', '133933.755000', '133933.758000', '133933.761000', '133933.763000', '133933.766000', '133933.769000', '133933.771000', '133933.774000', '133933.776000', '133933.779000', '133933.782000', '133933.784000', '133933.787000', '133933.789000', '133933.792000', '133933.795000', '133933.798000', '133933.800000', '133933.803000', '133933.806000', '133933.808000', '133933.811000', '133933.813000', '133933.816000', '133933.819000', '133933.821000', '133933.824000', '133933.826000', '133933.829000', '133933.832000', '133933.834000', '133933.837000', '133933.840000', '133933.843000', '133933.846000', '133933.849000', '133933.851000', '133933.854000', '133953.743000', '133953.746000', '133953.748000', '133953.751000', '133953.753000', '133953.757000', '133953.759000', '133953.762000', '133953.764000', '133953.767000', '133953.770000', '133953.772000', '133953.775000', '133953.777000', '133953.780000', '133953.782000', '133953.785000', '133953.788000', '133953.790000', '133953.793000', '133953.795000', '133953.798000', '133953.801000', '133953.803000', '133953.806000', '133953.809000', '133953.811000', '133953.814000', '133953.817000', '133953.819000', '133953.822000', '133953.824000', '133953.827000', '133953.830000', '133953.848000', '133953.851000', '133953.853000', '133953.856000', '133953.858000', '133953.861000', '133953.864000', '133953.866000', '133953.869000', '133953.871000', '134013.742000', '134013.745000', '134013.748000', '134013.751000', '134013.753000', '134013.756000', '134013.758000', '134013.761000', '134013.764000', '134013.766000', '134013.769000', '134013.771000', '134013.774000', '134013.777000', '134013.779000', '134013.782000', '134013.785000', '134013.787000', '134013.790000', '134013.793000', '134013.795000', '134013.798000', '134013.800000', '134013.803000', '134013.805000', '134013.808000', '134013.811000', '134013.813000', '134013.816000', '134013.818000', '134013.821000', '134013.824000', '134013.826000', '134013.829000', '134013.831000', '134013.834000', '134013.836000', '134013.839000', '134013.842000', '134013.844000', '134013.847000', '134013.849000', '134013.852000', '134033.743000', '134033.745000', '134033.748000', '134033.751000', '134033.753000', '134033.756000', '134033.758000', '134033.761000', '134033.764000', '134033.766000', '134033.769000', '134033.771000', '134033.774000', '134033.776000', '134033.779000', '134033.782000', '134033.784000', '134033.787000', '134033.789000', '134033.792000', '134033.795000', '134033.797000', '134033.800000', '134033.802000', '134033.805000', '134033.808000', '134033.810000', '134033.813000', '134033.815000', '134033.818000', '134033.821000', '134033.823000', '134033.826000', '134033.829000', '134033.831000', '134033.834000', '134033.836000', '134033.839000', '134033.841000', '134033.844000', '134033.847000', '134033.849000', '134033.852000', '134033.854000', '134053.742000', '134053.745000', '134053.748000', '134053.751000', '134053.753000', '134053.756000', '134053.759000', '134053.761000', '134053.764000', '134053.766000', '134053.769000', '134053.772000', '134053.774000', '134053.777000', '134053.779000', '134053.782000', '134053.785000', '134053.787000', '134053.790000', '134053.792000', '134053.795000', '134053.798000', '134053.800000', '134053.803000', '134053.805000', '134053.808000', '134053.811000', '134053.813000', '134053.816000', '134053.818000', '134053.821000', '134053.824000', '134053.826000', '134053.829000', '134053.832000', '134053.834000', '134053.837000', '134053.839000', '134053.842000', '134053.844000', '134053.847000', '134053.850000', '134053.852000', '134113.742000', '134113.745000', '134113.748000', '134113.751000', '134113.753000', '134113.756000', '134113.758000', '134113.761000', '134113.764000', '134113.766000', '134113.769000', '134113.772000', '134113.774000', '134113.777000', '134113.780000', '134113.782000', '134113.785000', '134113.788000', '134113.790000', '134113.793000', '134113.795000', '134113.798000', '134113.801000', '134113.803000', '134113.806000', '134113.808000', '134113.811000', '134113.814000', '134113.816000', '134113.819000', '134113.822000', '134113.824000', '134113.827000', '134113.830000', '134113.832000', '134113.835000', '134113.837000', '134113.840000', '134113.843000', '134113.845000', '134113.848000', '134113.850000', '134113.853000', '134113.856000', '134133.741000', '134133.759000', '134133.762000', '134133.764000', '134133.767000', '134133.770000', '134133.772000', '134133.775000', '134133.777000', '134133.780000', '134133.782000', '134133.785000', '134133.788000', '134133.790000', '134133.793000', '134133.795000', '134133.798000', '134133.801000', '134133.803000', '134133.806000', '134133.808000', '134133.811000', '134133.814000', '134133.816000', '134133.819000', '134133.822000', '134133.824000', '134133.827000', '134133.829000', '134133.832000', '134133.835000', '134133.837000', '134133.840000', '134133.842000', '134133.845000', '134133.848000', '134133.850000', '134133.853000', '134133.856000', '134133.858000', '134133.861000', '134133.863000', '134133.866000', '134153.742000', '134153.745000', '134153.748000', '134153.751000', '134153.753000', '134153.756000', '134153.758000', '134153.761000', '134153.764000', '134153.766000', '134153.769000', '134153.771000', '134153.774000', '134153.777000', '134153.779000', '134153.782000', '134153.785000', '134153.787000', '134153.790000', '134153.792000', '134153.795000', '134153.797000', '134153.800000', '134153.803000', '134153.805000', '134153.808000', '134153.810000', '134153.813000', '134153.815000', '134153.818000', '134153.821000', '134153.823000', '134153.826000', '134153.828000', '134153.831000', '134153.834000', '134153.836000', '134153.839000', '134153.841000', '134153.844000', '134153.846000', '134153.849000', '134153.852000', '134153.854000', '134213.743000', '134213.745000', '134213.748000', '134213.751000', '134213.753000', '134213.756000', '134213.758000', '134213.761000', '134213.764000', '134213.766000', '134213.769000', '134213.771000', '134213.774000', '134213.777000', '134213.780000', '134213.782000', '134213.785000', '134213.787000', '134213.790000', '134213.793000', '134213.795000', '134213.798000', '134213.800000', '134213.803000', '134213.806000', '134213.808000', '134213.811000', '134213.813000', '134213.816000', '134213.819000', '134213.821000', '134213.824000', '134213.827000', '134213.829000', '134213.832000', '134213.834000', '134213.837000', '134213.839000', '134213.842000', '134213.845000', '134213.847000', '134213.850000', '134213.852000', '134233.742000', '134233.745000', '134233.748000', '134233.751000', '134233.754000', '134233.757000', '134233.760000', '134233.763000', '134233.766000', '134233.768000', '134233.771000', '134233.774000', '134233.777000', '134233.780000', '134233.782000', '134233.785000', '134233.788000', '134233.790000', '134233.793000', '134233.795000', '134233.798000', '134233.801000', '134233.803000', '134233.806000', '134233.809000', '134233.811000', '134233.814000', '134233.817000', '134233.819000', '134233.822000', '134233.824000', '134233.827000', '134233.830000', '134233.832000', '134233.835000', '134233.837000', '134233.840000', '134233.843000', '134233.845000', '134233.848000', '134233.850000', '134233.853000', '134233.856000', '134253.742000', '134253.745000', '134253.748000', '134253.750000', '134253.753000', '134253.756000', '134253.758000', '134253.761000', '134253.764000', '134253.766000', '134253.769000', '134253.772000', '134253.774000', '134253.777000', '134253.780000', '134253.782000', '134253.785000', '134253.787000', '134253.790000', '134253.793000', '134253.795000', '134253.798000', '134253.800000', '134253.803000', '134253.806000', '134253.808000', '134253.811000', '134253.823000', '134253.826000', '134253.828000', '134253.831000', '134253.834000', '134253.836000', '134253.839000', '134253.841000', '134253.844000', '134253.847000', '134253.849000', '134253.852000', '134253.854000', '134253.857000', '134253.860000', '134253.862000', '134253.865000', '134313.743000', '134313.746000', '134313.748000', '134313.751000', '134313.754000', '134313.756000', '134313.759000', '134313.761000', '134313.764000', '134313.767000', '134313.769000', '134313.772000', '134313.775000', '134313.777000', '134313.780000', '134313.782000', '134313.785000', '134313.788000', '134313.791000', '134313.793000', '134313.796000', '134313.800000', '134313.803000', '134313.805000', '134313.808000', '134313.811000', '134313.813000', '134313.816000', '134313.819000', '134313.821000', '134313.824000', '134313.826000', '134313.829000', '134313.832000', '134313.834000', '134313.837000', '134313.840000', '134313.842000', '134313.845000', '134313.847000', '134313.850000', '134313.853000', '134313.855000', '134313.858000', '134333.743000', '134333.745000', '134333.748000', '134333.751000', '134333.753000', '134333.756000', '134333.759000', '134333.761000', '134333.764000', '134333.766000', '134333.769000', '134333.772000', '134333.774000', '134333.777000', '134333.780000', '134333.782000', '134333.785000', '134333.787000', '134333.790000', '134333.792000', '134333.795000', '134333.798000', '134333.800000', '134333.803000', '134333.805000', '134333.808000', '134333.811000', '134333.813000', '134333.816000', '134333.818000', '134333.821000', '134333.824000', '134333.826000', '134333.829000', '134333.832000', '134333.834000', '134333.837000', '134333.839000', '134333.842000', '134333.845000', '134333.847000', '134333.850000', '134333.852000', '134353.741000', '134353.745000', '134353.748000', '134353.750000', '134353.753000', '134353.756000', '134353.758000', '134353.761000', '134353.764000', '134353.766000', '134353.769000', '134353.772000', '134353.774000', '134353.777000', '134353.779000', '134353.782000', '134353.785000', '134353.787000', '134353.790000', '134353.794000', '134353.796000', '134353.799000', '134353.802000', '134353.804000', '134353.807000', '134353.810000', '134353.812000', '134353.815000', '134353.817000', '134353.820000', '134353.822000', '134353.825000', '134353.828000', '134353.830000', '134353.833000', '134353.836000', '134353.838000', '134353.841000', '134353.843000', '134353.846000', '134353.849000', '134353.852000', '134353.854000', '134413.742000', '134413.745000', '134413.748000', '134413.751000', '134413.753000', '134413.756000', '134413.759000', '134413.761000', '134413.764000', '134413.767000', '134413.769000', '134413.772000', '134413.774000', '134413.777000', '134413.780000', '134413.782000', '134413.785000', '134413.787000', '134413.790000', '134413.792000', '134413.795000', '134413.798000', '134413.800000', '134413.803000', '134413.805000', '134413.808000', '134413.811000', '134413.813000', '134413.816000', '134413.819000', '134413.821000', '134413.824000', '134413.826000', '134413.829000', '134413.832000', '134413.834000', '134413.837000', '134413.839000', '134413.853000', '134413.856000', '134413.859000', '134413.861000', '134413.872000', '134413.874000', '134433.742000', '134433.745000', '134433.748000', '134433.750000', '134433.753000', '134433.756000', '134433.758000', '134433.761000', '134433.764000', '134433.766000', '134433.769000', '134433.771000', '134433.774000', '134433.777000', '134433.779000', '134433.782000', '134433.785000', '134433.787000', '134433.790000', '134433.793000', '134433.804000', '134433.807000', '134433.810000', '134433.813000', '134433.816000', '134433.819000', '134433.821000', '134433.824000', '134433.827000', '134433.829000', '134433.832000', '134433.835000', '134433.837000', '134433.840000', '134433.842000', '134433.845000', '134433.848000', '134433.850000', '134433.853000', '134433.855000', '134433.858000', '134433.861000', '134433.863000', '134453.743000', '134453.746000', '134453.749000', '134453.751000', '134453.754000', '134453.757000', '134453.760000', '134453.762000', '134453.765000', '134453.767000', '134453.770000', '134453.773000', '134453.775000', '134453.778000', '134453.781000', '134453.783000', '134453.786000', '134453.789000', '134453.791000', '134453.794000', '134453.796000', '134453.799000', '134453.802000', '134453.804000', '134453.807000', '134453.810000', '134453.812000', '134453.815000', '134453.817000', '134453.820000', '134453.823000', '134453.825000', '134453.828000', '134453.830000', '134453.833000', '134453.835000', '134453.838000', '134453.841000', '134453.843000', '134453.846000', '134453.848000', '134453.851000', '134453.854000', '134453.856000', '134513.743000', '134513.746000', '134513.748000', '134513.751000', '134513.754000', '134513.756000', '134513.759000', '134513.761000', '134513.764000', '134513.767000', '134513.769000', '134513.772000', '134513.774000', '134513.777000', '134513.779000', '134513.782000', '134513.785000', '134513.787000', '134513.790000', '134513.793000', '134513.796000', '134513.799000', '134513.801000', '134513.804000', '134513.807000', '134513.809000', '134513.812000', '134513.814000', '134513.817000', '134513.820000', '134513.822000', '134513.825000', '134513.827000', '134513.831000', '134513.834000', '134513.837000', '134513.839000', '134513.842000', '134513.845000', '134513.847000', '134513.850000', '134513.853000', '134513.855000', '134533.743000', '134533.745000', '134533.748000', '134533.751000', '134533.754000', '134533.756000', '134533.759000', '134533.762000', '134533.764000', '134533.767000', '134533.769000', '134533.772000', '134533.775000', '134533.777000', '134533.780000', '134533.782000', '134533.785000', '134533.788000', '134533.790000', '134533.793000', '134533.796000', '134533.798000', '134533.801000', '134533.804000', '134533.806000', '134533.809000', '134533.811000', '134533.814000', '134533.817000', '134533.819000', '134533.822000', '134533.825000', '134533.827000', '134533.830000', '134533.832000', '134533.835000', '134533.838000', '134533.840000', '134533.843000', '134533.845000', '134533.848000', '134533.851000', '134533.853000', '134533.856000', '134553.743000', '134553.746000', '134553.748000', '134553.751000', '134553.754000', '134553.756000', '134553.759000', '134553.761000', '134553.764000', '134553.767000', '134553.769000', '134553.772000', '134553.775000', '134553.777000', '134553.780000', '134553.783000', '134553.785000', '134553.788000', '134553.791000', '134553.793000', '134553.796000', '134553.799000', '134553.801000', '134553.804000', '134553.807000', '134553.810000', '134553.813000', '134553.816000', '134553.819000', '134553.822000', '134553.824000', '134553.827000', '134553.830000', '134553.832000', '134553.835000', '134553.837000', '134553.840000', '134553.843000', '134553.845000', '134553.848000', '134553.851000', '134553.853000', '134553.856000', '134613.742000', '134613.744000', '134613.747000', '134613.750000', '134613.753000', '134613.755000', '134613.758000', '134613.761000', '134613.764000', '134613.766000', '134613.769000', '134613.772000', '134613.775000', '134613.777000', '134613.780000', '134613.783000', '134613.785000', '134613.788000', '134613.791000', '134613.793000', '134613.796000', '134613.798000', '134613.801000', '134613.804000', '134613.806000', '134613.809000', '134613.812000', '134613.814000', '134613.817000', '134613.820000', '134613.822000', '134613.825000', '134613.828000', '134613.830000', '134613.833000', '134613.835000', '134613.838000', '134613.841000', '134613.843000', '134613.846000', '134613.849000', '134613.851000', '134613.854000', '134613.857000', '134631.545000', '134631.548000', '134631.551000', '134631.554000', '134631.557000', '134631.559000', '134631.562000', '134631.565000', '134631.567000', '134631.570000', '134631.573000', '134631.576000', '134631.578000', '134631.581000', '134631.584000', '134631.586000', '134631.589000', '134631.592000', '134631.595000', '134631.597000', '134631.600000', '134631.603000', '134631.605000', '134631.608000', '134631.610000', '134631.613000', '134631.616000', '134631.620000', '134631.624000', '134631.627000', '134631.630000', '134631.633000', '134631.636000', '134631.639000', '134631.643000', '134631.646000', '134631.649000', '134631.653000', '134631.656000'], 'InstanceCreationTime': ['133753.773000', '133753.776000', '133753.778000', '133753.781000', '133753.783000', '133753.786000', '133753.788000', '133753.791000', '133753.794000', '133753.796000', '133753.799000', '133753.801000', '133753.804000', '133753.807000', '133753.809000', '133753.812000', '133753.820000', '133753.822000', '133753.825000', '133753.827000', '133753.830000', '133753.833000', '133753.835000', '133753.838000', '133753.840000', '133753.843000', '133753.845000', '133753.848000', '133753.851000', '133753.854000', '133753.856000', '133813.742000', '133813.745000', '133813.748000', '133813.750000', '133813.753000', '133813.756000', '133813.758000', '133813.761000', '133813.763000', '133813.766000', '133813.769000', '133813.771000', '133813.774000', '133813.776000', '133813.779000', '133813.781000', '133813.784000', '133813.786000', '133813.789000', '133813.792000', '133813.794000', '133813.797000', '133813.799000', '133813.802000', '133813.832000', '133813.835000', '133813.837000', '133813.870000', '133813.873000', '133813.876000', '133813.878000', '133813.881000', '133813.883000', '133813.886000', '133813.888000', '133813.891000', '133813.894000', '133813.896000', '133813.899000', '133813.902000', '133813.904000', '133813.907000', '133813.909000', '133833.742000', '133833.745000', '133833.748000', '133833.751000', '133833.754000', '133833.756000', '133833.759000', '133833.762000', '133833.764000', '133833.767000', '133833.770000', '133833.772000', '133833.775000', '133833.777000', '133833.780000', '133833.783000', '133833.785000', '133833.788000', '133833.790000', '133833.793000', '133833.796000', '133833.798000', '133833.801000', '133833.803000', '133833.806000', '133833.809000', '133833.811000', '133833.814000', '133833.816000', '133833.819000', '133833.821000', '133833.824000', '133833.827000', '133833.829000', '133833.832000', '133833.834000', '133833.837000', '133833.840000', '133833.842000', '133833.845000', '133833.847000', '133833.857000', '133833.859000', '133833.862000', '133853.742000', '133853.745000', '133853.748000', '133853.751000', '133853.753000', '133853.756000', '133853.758000', '133853.761000', '133853.763000', '133853.766000', '133853.769000', '133853.771000', '133853.774000', '133853.776000', '133853.779000', '133853.782000', '133853.784000', '133853.787000', '133853.789000', '133853.792000', '133853.794000', '133853.797000', '133853.800000', '133853.802000', '133853.805000', '133853.808000', '133853.810000', '133853.813000', '133853.816000', '133853.819000', '133853.821000', '133853.824000', '133853.827000', '133853.830000', '133853.832000', '133853.835000', '133853.838000', '133853.840000', '133853.843000', '133853.845000', '133853.848000', '133853.851000', '133853.853000', '133913.741000', '133913.744000', '133913.747000', '133913.750000', '133913.752000', '133913.755000', '133913.757000', '133913.760000', '133913.763000', '133913.765000', '133913.768000', '133913.770000', '133913.773000', '133913.776000', '133913.778000', '133913.781000', '133913.783000', '133913.786000', '133913.789000', '133913.791000', '133913.794000', '133913.796000', '133913.799000', '133913.802000', '133913.804000', '133913.807000', '133913.809000', '133913.812000', '133913.815000', '133913.817000', '133913.820000', '133913.823000', '133913.825000', '133913.828000', '133913.830000', '133913.833000', '133913.835000', '133913.838000', '133913.841000', '133913.843000', '133913.846000', '133913.848000', '133913.851000', '133913.854000', '133933.742000', '133933.745000', '133933.748000', '133933.750000', '133933.753000', '133933.755000', '133933.758000', '133933.761000', '133933.763000', '133933.766000', '133933.769000', '133933.771000', '133933.774000', '133933.776000', '133933.779000', '133933.782000', '133933.784000', '133933.787000', '133933.789000', '133933.792000', '133933.795000', '133933.798000', '133933.800000', '133933.803000', '133933.806000', '133933.808000', '133933.811000', '133933.813000', '133933.816000', '133933.819000', '133933.821000', '133933.824000', '133933.826000', '133933.829000', '133933.832000', '133933.834000', '133933.837000', '133933.840000', '133933.843000', '133933.846000', '133933.849000', '133933.851000', '133933.854000', '133953.743000', '133953.746000', '133953.748000', '133953.751000', '133953.753000', '133953.757000', '133953.759000', '133953.762000', '133953.764000', '133953.767000', '133953.770000', '133953.772000', '133953.775000', '133953.777000', '133953.780000', '133953.782000', '133953.785000', '133953.788000', '133953.790000', '133953.793000', '133953.795000', '133953.798000', '133953.801000', '133953.803000', '133953.806000', '133953.809000', '133953.811000', '133953.814000', '133953.817000', '133953.819000', '133953.822000', '133953.824000', '133953.827000', '133953.830000', '133953.848000', '133953.851000', '133953.853000', '133953.856000', '133953.858000', '133953.861000', '133953.864000', '133953.866000', '133953.869000', '133953.871000', '134013.742000', '134013.745000', '134013.748000', '134013.751000', '134013.753000', '134013.756000', '134013.758000', '134013.761000', '134013.764000', '134013.766000', '134013.769000', '134013.771000', '134013.774000', '134013.777000', '134013.779000', '134013.782000', '134013.785000', '134013.787000', '134013.790000', '134013.793000', '134013.795000', '134013.798000', '134013.800000', '134013.803000', '134013.805000', '134013.808000', '134013.811000', '134013.813000', '134013.816000', '134013.818000', '134013.821000', '134013.824000', '134013.826000', '134013.829000', '134013.831000', '134013.834000', '134013.836000', '134013.839000', '134013.842000', '134013.844000', '134013.847000', '134013.849000', '134013.852000', '134033.743000', '134033.745000', '134033.748000', '134033.751000', '134033.753000', '134033.756000', '134033.758000', '134033.761000', '134033.764000', '134033.766000', '134033.769000', '134033.771000', '134033.774000', '134033.776000', '134033.779000', '134033.782000', '134033.784000', '134033.787000', '134033.789000', '134033.792000', '134033.795000', '134033.797000', '134033.800000', '134033.802000', '134033.805000', '134033.808000', '134033.810000', '134033.813000', '134033.815000', '134033.818000', '134033.821000', '134033.823000', '134033.826000', '134033.829000', '134033.831000', '134033.834000', '134033.836000', '134033.839000', '134033.841000', '134033.844000', '134033.847000', '134033.849000', '134033.852000', '134033.854000', '134053.742000', '134053.745000', '134053.748000', '134053.751000', '134053.753000', '134053.756000', '134053.759000', '134053.761000', '134053.764000', '134053.766000', '134053.769000', '134053.772000', '134053.774000', '134053.777000', '134053.779000', '134053.782000', '134053.785000', '134053.787000', '134053.790000', '134053.792000', '134053.795000', '134053.798000', '134053.800000', '134053.803000', '134053.805000', '134053.808000', '134053.811000', '134053.813000', '134053.816000', '134053.818000', '134053.821000', '134053.824000', '134053.826000', '134053.829000', '134053.832000', '134053.834000', '134053.837000', '134053.839000', '134053.842000', '134053.844000', '134053.847000', '134053.850000', '134053.852000', '134113.742000', '134113.745000', '134113.748000', '134113.751000', '134113.753000', '134113.756000', '134113.758000', '134113.761000', '134113.764000', '134113.766000', '134113.769000', '134113.772000', '134113.774000', '134113.777000', '134113.780000', '134113.782000', '134113.785000', '134113.788000', '134113.790000', '134113.793000', '134113.795000', '134113.798000', '134113.801000', '134113.803000', '134113.806000', '134113.808000', '134113.811000', '134113.814000', '134113.816000', '134113.819000', '134113.822000', '134113.824000', '134113.827000', '134113.830000', '134113.832000', '134113.835000', '134113.837000', '134113.840000', '134113.843000', '134113.845000', '134113.848000', '134113.850000', '134113.853000', '134113.856000', '134133.741000', '134133.759000', '134133.762000', '134133.764000', '134133.767000', '134133.770000', '134133.772000', '134133.775000', '134133.777000', '134133.780000', '134133.782000', '134133.785000', '134133.788000', '134133.790000', '134133.793000', '134133.795000', '134133.798000', '134133.801000', '134133.803000', '134133.806000', '134133.808000', '134133.811000', '134133.814000', '134133.816000', '134133.819000', '134133.822000', '134133.824000', '134133.827000', '134133.829000', '134133.832000', '134133.835000', '134133.837000', '134133.840000', '134133.842000', '134133.845000', '134133.848000', '134133.850000', '134133.853000', '134133.856000', '134133.858000', '134133.861000', '134133.863000', '134133.866000', '134153.742000', '134153.745000', '134153.748000', '134153.751000', '134153.753000', '134153.756000', '134153.758000', '134153.761000', '134153.764000', '134153.766000', '134153.769000', '134153.771000', '134153.774000', '134153.777000', '134153.779000', '134153.782000', '134153.785000', '134153.787000', '134153.790000', '134153.792000', '134153.795000', '134153.797000', '134153.800000', '134153.803000', '134153.805000', '134153.808000', '134153.810000', '134153.813000', '134153.815000', '134153.818000', '134153.821000', '134153.823000', '134153.826000', '134153.828000', '134153.831000', '134153.834000', '134153.836000', '134153.839000', '134153.841000', '134153.844000', '134153.846000', '134153.849000', '134153.852000', '134153.854000', '134213.743000', '134213.745000', '134213.748000', '134213.751000', '134213.753000', '134213.756000', '134213.758000', '134213.761000', '134213.764000', '134213.766000', '134213.769000', '134213.771000', '134213.774000', '134213.777000', '134213.780000', '134213.782000', '134213.785000', '134213.787000', '134213.790000', '134213.793000', '134213.795000', '134213.798000', '134213.800000', '134213.803000', '134213.806000', '134213.808000', '134213.811000', '134213.813000', '134213.816000', '134213.819000', '134213.821000', '134213.824000', '134213.827000', '134213.829000', '134213.832000', '134213.834000', '134213.837000', '134213.839000', '134213.842000', '134213.845000', '134213.847000', '134213.850000', '134213.852000', '134233.742000', '134233.745000', '134233.748000', '134233.751000', '134233.754000', '134233.757000', '134233.760000', '134233.763000', '134233.766000', '134233.768000', '134233.771000', '134233.774000', '134233.777000', '134233.780000', '134233.782000', '134233.785000', '134233.788000', '134233.790000', '134233.793000', '134233.795000', '134233.798000', '134233.801000', '134233.803000', '134233.806000', '134233.809000', '134233.811000', '134233.814000', '134233.817000', '134233.819000', '134233.822000', '134233.824000', '134233.827000', '134233.830000', '134233.832000', '134233.835000', '134233.837000', '134233.840000', '134233.843000', '134233.845000', '134233.848000', '134233.850000', '134233.853000', '134233.856000', '134253.742000', '134253.745000', '134253.748000', '134253.750000', '134253.753000', '134253.756000', '134253.758000', '134253.761000', '134253.764000', '134253.766000', '134253.769000', '134253.772000', '134253.774000', '134253.777000', '134253.780000', '134253.782000', '134253.785000', '134253.787000', '134253.790000', '134253.793000', '134253.795000', '134253.798000', '134253.800000', '134253.803000', '134253.806000', '134253.808000', '134253.811000', '134253.823000', '134253.826000', '134253.828000', '134253.831000', '134253.834000', '134253.836000', '134253.839000', '134253.841000', '134253.844000', '134253.847000', '134253.849000', '134253.852000', '134253.854000', '134253.857000', '134253.860000', '134253.862000', '134253.865000', '134313.743000', '134313.746000', '134313.748000', '134313.751000', '134313.754000', '134313.756000', '134313.759000', '134313.761000', '134313.764000', '134313.767000', '134313.769000', '134313.772000', '134313.775000', '134313.777000', '134313.780000', '134313.782000', '134313.785000', '134313.788000', '134313.791000', '134313.793000', '134313.796000', '134313.800000', '134313.803000', '134313.805000', '134313.808000', '134313.811000', '134313.813000', '134313.816000', '134313.819000', '134313.821000', '134313.824000', '134313.826000', '134313.829000', '134313.832000', '134313.834000', '134313.837000', '134313.840000', '134313.842000', '134313.845000', '134313.847000', '134313.850000', '134313.853000', '134313.855000', '134313.858000', '134333.743000', '134333.745000', '134333.748000', '134333.751000', '134333.753000', '134333.756000', '134333.759000', '134333.761000', '134333.764000', '134333.766000', '134333.769000', '134333.772000', '134333.774000', '134333.777000', '134333.780000', '134333.782000', '134333.785000', '134333.787000', '134333.790000', '134333.792000', '134333.795000', '134333.798000', '134333.800000', '134333.803000', '134333.805000', '134333.808000', '134333.811000', '134333.813000', '134333.816000', '134333.818000', '134333.821000', '134333.824000', '134333.826000', '134333.829000', '134333.832000', '134333.834000', '134333.837000', '134333.839000', '134333.842000', '134333.845000', '134333.847000', '134333.850000', '134333.852000', '134353.741000', '134353.745000', '134353.748000', '134353.750000', '134353.753000', '134353.756000', '134353.758000', '134353.761000', '134353.764000', '134353.766000', '134353.769000', '134353.772000', '134353.774000', '134353.777000', '134353.779000', '134353.782000', '134353.785000', '134353.787000', '134353.790000', '134353.794000', '134353.796000', '134353.799000', '134353.802000', '134353.804000', '134353.807000', '134353.810000', '134353.812000', '134353.815000', '134353.817000', '134353.820000', '134353.822000', '134353.825000', '134353.828000', '134353.830000', '134353.833000', '134353.836000', '134353.838000', '134353.841000', '134353.843000', '134353.846000', '134353.849000', '134353.852000', '134353.854000', '134413.742000', '134413.745000', '134413.748000', '134413.751000', '134413.753000', '134413.756000', '134413.759000', '134413.761000', '134413.764000', '134413.767000', '134413.769000', '134413.772000', '134413.774000', '134413.777000', '134413.780000', '134413.782000', '134413.785000', '134413.787000', '134413.790000', '134413.792000', '134413.795000', '134413.798000', '134413.800000', '134413.803000', '134413.805000', '134413.808000', '134413.811000', '134413.813000', '134413.816000', '134413.819000', '134413.821000', '134413.824000', '134413.826000', '134413.829000', '134413.832000', '134413.834000', '134413.837000', '134413.839000', '134413.853000', '134413.856000', '134413.859000', '134413.861000', '134413.872000', '134413.874000', '134433.742000', '134433.745000', '134433.748000', '134433.750000', '134433.753000', '134433.756000', '134433.758000', '134433.761000', '134433.764000', '134433.766000', '134433.769000', '134433.771000', '134433.774000', '134433.777000', '134433.779000', '134433.782000', '134433.785000', '134433.787000', '134433.790000', '134433.793000', '134433.804000', '134433.807000', '134433.810000', '134433.813000', '134433.816000', '134433.819000', '134433.821000', '134433.824000', '134433.827000', '134433.829000', '134433.832000', '134433.835000', '134433.837000', '134433.840000', '134433.842000', '134433.845000', '134433.848000', '134433.850000', '134433.853000', '134433.855000', '134433.858000', '134433.861000', '134433.863000', '134453.743000', '134453.746000', '134453.749000', '134453.751000', '134453.754000', '134453.757000', '134453.760000', '134453.762000', '134453.765000', '134453.767000', '134453.770000', '134453.773000', '134453.775000', '134453.778000', '134453.781000', '134453.783000', '134453.786000', '134453.789000', '134453.791000', '134453.794000', '134453.796000', '134453.799000', '134453.802000', '134453.804000', '134453.807000', '134453.810000', '134453.812000', '134453.815000', '134453.817000', '134453.820000', '134453.823000', '134453.825000', '134453.828000', '134453.830000', '134453.833000', '134453.835000', '134453.838000', '134453.841000', '134453.843000', '134453.846000', '134453.848000', '134453.851000', '134453.854000', '134453.856000', '134513.743000', '134513.746000', '134513.748000', '134513.751000', '134513.754000', '134513.756000', '134513.759000', '134513.761000', '134513.764000', '134513.767000', '134513.769000', '134513.772000', '134513.774000', '134513.777000', '134513.779000', '134513.782000', '134513.785000', '134513.787000', '134513.790000', '134513.793000', '134513.796000', '134513.799000', '134513.801000', '134513.804000', '134513.807000', '134513.809000', '134513.812000', '134513.814000', '134513.817000', '134513.820000', '134513.822000', '134513.825000', '134513.827000', '134513.831000', '134513.834000', '134513.837000', '134513.839000', '134513.842000', '134513.845000', '134513.847000', '134513.850000', '134513.853000', '134513.855000', '134533.743000', '134533.745000', '134533.748000', '134533.751000', '134533.754000', '134533.756000', '134533.759000', '134533.762000', '134533.764000', '134533.767000', '134533.769000', '134533.772000', '134533.775000', '134533.777000', '134533.780000', '134533.782000', '134533.785000', '134533.788000', '134533.790000', '134533.793000', '134533.796000', '134533.798000', '134533.801000', '134533.804000', '134533.806000', '134533.809000', '134533.811000', '134533.814000', '134533.817000', '134533.819000', '134533.822000', '134533.825000', '134533.827000', '134533.830000', '134533.832000', '134533.835000', '134533.838000', '134533.840000', '134533.843000', '134533.845000', '134533.848000', '134533.851000', '134533.853000', '134533.856000', '134553.743000', '134553.746000', '134553.748000', '134553.751000', '134553.754000', '134553.756000', '134553.759000', '134553.761000', '134553.764000', '134553.767000', '134553.769000', '134553.772000', '134553.775000', '134553.777000', '134553.780000', '134553.783000', '134553.785000', '134553.788000', '134553.791000', '134553.793000', '134553.796000', '134553.799000', '134553.801000', '134553.804000', '134553.807000', '134553.810000', '134553.813000', '134553.816000', '134553.819000', '134553.822000', '134553.824000', '134553.827000', '134553.830000', '134553.832000', '134553.835000', '134553.837000', '134553.840000', '134553.843000', '134553.845000', '134553.848000', '134553.851000', '134553.853000', '134553.856000', '134613.742000', '134613.744000', '134613.747000', '134613.750000', '134613.753000', '134613.755000', '134613.758000', '134613.761000', '134613.764000', '134613.766000', '134613.769000', '134613.772000', '134613.775000', '134613.777000', '134613.780000', '134613.783000', '134613.785000', '134613.788000', '134613.791000', '134613.793000', '134613.796000', '134613.798000', '134613.801000', '134613.804000', '134613.806000', '134613.809000', '134613.812000', '134613.814000', '134613.817000', '134613.820000', '134613.822000', '134613.825000', '134613.828000', '134613.830000', '134613.833000', '134613.835000', '134613.838000', '134613.841000', '134613.843000', '134613.846000', '134613.849000', '134613.851000', '134613.854000', '134613.857000', '134631.545000', '134631.548000', '134631.551000', '134631.554000', '134631.557000', '134631.559000', '134631.562000', '134631.565000', '134631.567000', '134631.570000', '134631.573000', '134631.576000', '134631.578000', '134631.581000', '134631.584000', '134631.586000', '134631.589000', '134631.592000', '134631.595000', '134631.597000', '134631.600000', '134631.603000', '134631.605000', '134631.608000', '134631.610000', '134631.613000', '134631.616000', '134631.620000', '134631.624000', '134631.627000', '134631.630000', '134631.633000', '134631.636000', '134631.639000', '134631.643000', '134631.646000', '134631.649000', '134631.653000', '134631.656000'], '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': [8767, 8201, 9913, 8497, 12453, 8578, 13858, 9304, 8994, 8607, 8700, 11199, 8550, 12702, 8553, 11205, 8588, 11543, 8813, 12754, 8883, 11222, 8165, 8906, 8019, 7902, 11147, 8233, 11280, 8409, 12409, 8563, 10451, 10114, 8213, 11321, 8482, 12834, 8669, 13571, 10099, 14422, 8627, 11587, 8496, 15087, 10145, 15420, 8783, 7508, 8724, 8328, 11933, 8380, 13473, 8409, 11538, 8244, 12472, 8370, 10186, 9686, 8237, 10854, 8335, 12585, 8405, 13612, 9288, 11972, 8555, 12045, 9053, 16278, 9422, 12383, 8216, 8065, 9956, 8328, 13022, 8487, 11888, 8667, 11024, 9010, 9345, 11373, 8177, 12083, 8449, 12851, 9170, 15721, 11571, 17478, 8677, 8139, 8798, 7960, 11020, 8366, 12496, 8250, 11541, 8151, 10459, 8672, 8510, 11289, 8101, 11944, 8363, 12743, 9396, 13438, 9483, 11866, 8575, 10124, 9465, 9388, 11001, 7894, 11558, 8381, 13297, 9142, 14325, 9544, 9164, 9030, 8332, 11826, 8567, 12470, 8156, 12180, 8104, 12757, 9037, 13321, 9193, 12699, 8226, 11817, 8308, 9013, 8874, 7336, 10016, 7512, 12842, 8448, 13829, 8683, 12810, 9094, 13445, 9500, 15822, 8959, 12067, 8458, 13050, 9779, 15404, 8539, 9634, 8349, 9571, 10071, 7935, 11100, 8044, 12448, 8284, 13596, 9675, 12725, 8738, 12404, 8329, 13780, 9508, 12249, 8487, 9392, 8319, 10797, 10464, 9436, 10483, 7698, 10574, 7915, 13075, 8410, 12652, 8092, 12729, 8555, 12029, 10492, 8675, 11424, 8156, 12686, 8231, 14012, 9926, 12422, 8907, 13150, 9556, 10806, 9067, 7639, 10521, 8282, 13889, 9872, 14011, 9553, 13154, 9340, 14042, 9953, 8322, 9198, 7971, 11710, 7990, 13993, 9312, 12360, 8647, 12121, 9590, 9586, 10809, 7465, 10931, 7457, 13736, 9106, 13549, 8702, 10500, 8896, 9864, 12660, 8300, 12562, 8429, 12979, 9703, 15461, 10397, 8073, 10672, 7810, 13305, 9630, 17385, 12531, 12455, 8581, 7201, 10574, 7806, 13491, 9305, 12602, 9190, 7801, 11226, 8007, 13326, 8285, 13348, 7989, 11880, 8015, 12404, 8702, 13567, 9570, 12435, 8444, 8654, 8658, 7770, 11871, 7821, 13798, 8816, 12807, 9025, 13191, 9339, 13772, 9788, 9288, 8632, 7509, 10835, 8037, 13701, 9197, 14599, 9755, 13500, 9029, 10986, 9441, 9748, 11345, 7625, 12270, 7517, 12817, 9033, 14841, 10432, 14528, 8803, 10290, 8495, 9383, 11569, 8103, 12837, 8310, 6961, 10663, 7820, 13283, 10140, 14917, 10358, 13147, 8922, 11442, 8922, 13234, 10469, 8146, 9876, 7295, 11581, 8017, 13502, 9301, 12500, 8135, 10972, 8301, 10028, 9292, 9731, 11223, 7627, 12243, 7810, 13993, 9605, 14987, 9963, 13092, 8681, 11057, 9341, 10965, 12381, 7433, 11323, 8016, 13016, 9026, 11928, 10316, 10533, 12456, 7560, 12438, 8225, 13851, 9546, 10560, 10291, 7693, 11953, 7906, 14247, 10195, 16065, 9651, 9957, 9056, 8086, 12850, 8460, 13676, 8161, 12560, 8562, 13511, 9409, 10927, 9534, 8033, 10272, 8466, 12160, 9986, 11083, 8195, 11410, 7949, 10137, 8444, 11572, 7268, 11271, 7359, 12116, 8207, 13250, 9649, 13926, 9872, 13216, 9138, 12832, 8669, 13725, 8955, 14658, 8623, 12079, 8100, 12882, 8874, 14725, 9449, 11994, 8611, 11969, 8641, 14911, 10156, 11504, 8913, 8331, 10134, 8491, 12680, 12058, 14424, 9668, 10754, 7331, 11305, 7657, 13087, 8259, 14483, 9146, 12122, 8217, 12881, 8170, 9218, 8453, 7282, 10095, 7536, 12830, 8163, 13839, 8846, 12310, 8682, 11452, 9520, 9800, 11433, 7699, 13165, 8871, 14148, 9955, 17101, 11991, 16963, 11977, 9251, 9688, 7603, 12988, 8847, 14885, 9891, 16962, 12799, 10735, 10335, 8861, 7362, 9004, 11542, 9015, 12181, 8928, 11718, 8927, 13844, 9051, 12619, 8992, 10597, 10092, 9354, 12502, 8917, 15770, 10768, 15274, 10235, 8684, 11666, 8878, 12868, 8987, 9592, 9156, 8731, 8885, 7806, 11526, 8382, 13399, 8910, 8591, 9192, 7923, 12307, 8705, 9758, 9252, 7679, 12496, 8392, 7575, 9172, 7885, 13444, 9518, 7838, 9620, 7495, 11615, 8793, 8041, 12943, 8428, 10474, 8895, 7606, 13302, 9192, 15894, 9838, 9559, 10772, 7779, 16057, 11185, 13512, 9169, 7254, 11885, 7984, 13826, 8896, 14440, 9212, 11829, 9395, 8682, 10648, 7596, 13546, 8679, 14589, 9998, 8938, 10051, 7188, 12045, 8119, 10704, 10409, 7903, 12924, 8158, 9534, 10195, 8841, 14298, 9586, 15448, 9889, 7663, 11895, 8298, 13038, 9909, 7702, 7157, 9962, 7894, 8905, 11087, 9069, 14793, 11379, 15984, 13595, 15593, 10530, 12480, 9382, 12098, 10633, 13720, 9985, 8434, 8118, 9036, 8481, 11265, 9106, 8528, 12103, 8823, 14491, 11238, 15375, 10497, 8466, 11531, 9302, 8780, 10138, 8872, 16755, 11835, 8161, 12038, 9069, 8392, 9071, 8908, 12482, 9262, 11780, 9336, 7718, 10612, 8597, 8732, 9089, 7471, 11754, 8685, 11257, 9307, 7721, 10506, 8832, 7979, 9566, 7541, 12904, 9397, 14410, 9663, 7358, 9470, 8053, 10713, 9353, 8802, 14860, 10403, 7612, 12532, 8967, 8088, 10253, 9030, 16733, 12116, 10604, 11219, 8579, 11446, 9057, 8845, 9411, 7613, 13269, 9206, 14974, 8947, 7236, 10183, 7943, 11798, 8716, 9605, 8964, 8037, 12563, 8933, 15085, 9615, 8804, 8983, 7497, 10861, 7659, 12148, 8237, 12910, 9156, 15639, 8919, 8204, 8981, 7857, 12162, 9042, 14530, 10188, 8018, 8622, 7894, 11324, 8550, 13657, 9137, 14607, 9612, 7470, 10175, 8170, 12067, 8693, 9578, 9188, 8269, 12865, 9006, 14413, 8722, 8005, 9224, 7379, 11988, 8106, 13538, 9332, 13732, 8248, 10202, 9066, 8440, 10797, 8337, 13524, 8698, 7358, 9896, 7933, 8179, 9480, 7728, 13542, 9572, 15112, 10880, 14322, 8737, 12358, 8756, 10496, 9211, 8949, 13115, 7805, 11946, 8363, 7272, 8393, 7620, 11542, 8706, 8319, 11117, 8152, 9983, 8441, 7444, 11149, 7868, 13315, 9142, 12839, 10419, 8523, 11103, 7850, 12090, 8563, 11743, 9759, 8905, 11169, 7483, 11128, 8470, 8039, 12038, 9420, 13302, 8984, 7275, 10967, 8262, 12369, 9873, 9914, 11465, 7586, 12636, 8707, 15733, 10309, 12547, 8768, 7445, 11151, 7902, 13375, 9366, 9003, 8496, 7584, 12283, 8861, 13664, 9547, 8168, 10301, 7483, 12867, 8734, 14852, 9829, 12141, 8340, 12758, 8323, 13484, 9135, 10196, 8074, 7109, 9657, 7409, 12417, 9314, 11506, 8852, 8961, 9463, 9790, 12048, 10455, 11431, 7546, 12024, 7872, 13177, 9931, 15310, 8879, 13246, 8747, 11779, 8911, 14545, 10329, 16111, 9281, 10860, 8330, 9079, 9984, 12887, 10802, 8423, 8738, 7447, 10052, 7457, 12841, 8660, 13483, 8103, 11433, 7851, 12130, 8798, 14361, 9997, 14420, 9132, 12420, 8819, 12509, 8995, 12901, 8801, 15060, 9573, 13956, 8243, 9107, 7563, 11320, 7554, 11143, 8052, 11505, 8010, 11968, 7559, 11386, 7583, 11123, 7532, 11355, 7812, 11373, 8297, 11488, 8390, 12810, 9018, 13266, 9123, 12315, 8523, 12396, 8601, 13697, 8954, 13064, 9144, 14358, 9516, 12897, 8705, 11073, 8242, 10081, 8560, 10867, 10177, 7941, 10745, 7346, 12355, 8070, 12646, 7575, 11668, 8074, 11753, 7468, 10981, 8707, 10969, 9234, 10511, 7655, 9409, 8706, 10273, 10100, 10972, 8693, 10150, 7272, 10510, 7746, 12350, 8638, 13144, 7512, 11013, 7313, 11874, 7668, 10361, 7312, 10902, 8202, 13414, 7989, 11346, 7576, 12397, 8128, 13018, 7790, 11551, 7698, 11759, 8320, 13762, 9878, 14004, 9344, 12200, 8707, 11455, 7642, 11461, 7708, 11392, 7706, 10915, 7564, 10567, 8066, 10820, 7751, 10849, 7357, 11350, 7775, 13513, 9439, 12802, 8919, 11102, 7981, 11310, 8414, 12811, 9133, 10440, 7860, 11068, 8252, 9062, 7852, 9238, 9207, 10904, 10159, 9678, 9538, 9995, 10658, 10789, 12338, 7543, 11233, 7895, 12693, 9257, 13438, 10073, 7785, 10532, 7703, 13998, 11178, 14818, 8100, 12055, 8664, 12302, 8972, 14551, 10015, 12128, 8190, 9542, 8080, 8128, 9150, 7584, 11626, 9575, 14566, 11540, 11212, 8548, 7923, 10440, 8260, 11802, 7869, 12007, 8046, 12542, 8405, 12188, 8596, 12099, 8547, 12168, 9243, 14175, 9678, 12501, 8069, 7494, 8391, 7365, 9660, 7527, 11358, 7981, 12541, 8089, 11453, 8169, 9913, 8214, 8538, 8779, 7723, 10790, 7838, 9328, 8108, 7265, 11429, 8597], 'WindowCenter': [4340.0, 4314.0, 4330.0, 4308.0, 4337.0, 4305.0, 4347.0, 4306.0, 4304.0, 4293.0, 4294.0, 4323.0, 4294.0, 4335.0, 4295.0, 4325.0, 4295.0, 4323.0, 4305.0, 4334.0, 4306.0, 4335.0, 4306.0, 4305.0, 4296.0, 4296.0, 4338.0, 4308.0, 4338.0, 4308.0, 4348.0, 4319.0, 4328.0, 4330.0, 4308.0, 4338.0, 4306.0, 4336.0, 4295.0, 4336.0, 4315.0, 4344.0, 4292.0, 4322.0, 4293.0, 4341.0, 4314.0, 4342.0, 4292.0, 4269.0, 4290.0, 4279.0, 4322.0, 4280.0, 4332.0, 4293.0, 4323.0, 4293.0, 4321.0, 4293.0, 4311.0, 4304.0, 4293.0, 4324.0, 4294.0, 4334.0, 4292.0, 4344.0, 4304.0, 4322.0, 4293.0, 4322.0, 4304.0, 4353.0, 4304.0, 4332.0, 4292.0, 4282.0, 4312.0, 4292.0, 4334.0, 4294.0, 4323.0, 4304.0, 4323.0, 4304.0, 4303.0, 4324.0, 4293.0, 4323.0, 4292.0, 4321.0, 4290.0, 4342.0, 4312.0, 4340.0, 4280.0, 4279.0, 4280.0, 4279.0, 4310.0, 4280.0, 4332.0, 4291.0, 4322.0, 4292.0, 4323.0, 4304.0, 4304.0, 4326.0, 4295.0, 4335.0, 4295.0, 4332.0, 4304.0, 4343.0, 4316.0, 4334.0, 4303.0, 4312.0, 4302.0, 4302.0, 4322.0, 4294.0, 4323.0, 4294.0, 4343.0, 4316.0, 4355.0, 4316.0, 4315.0, 4305.0, 4294.0, 4335.0, 4292.0, 4335.0, 4294.0, 4334.0, 4294.0, 4333.0, 4303.0, 4333.0, 4305.0, 4333.0, 4295.0, 4333.0, 4295.0, 4303.0, 4306.0, 4285.0, 4316.0, 4285.0, 4345.0, 4307.0, 4357.0, 4307.0, 4335.0, 4304.0, 4345.0, 4315.0, 4355.0, 4305.0, 4322.0, 4294.0, 4332.0, 4313.0, 4343.0, 4293.0, 4302.0, 4292.0, 4299.0, 4301.0, 4281.0, 4322.0, 4281.0, 4332.0, 4292.0, 4331.0, 4303.0, 4331.0, 4293.0, 4331.0, 4293.0, 4332.0, 4303.0, 4321.0, 4293.0, 4291.0, 4281.0, 4310.0, 4312.0, 4301.0, 4312.0, 4271.0, 4311.0, 4281.0, 4332.0, 4293.0, 4333.0, 4294.0, 4344.0, 4304.0, 4334.0, 4326.0, 4304.0, 4325.0, 4283.0, 4333.0, 4281.0, 4345.0, 4314.0, 4332.0, 4292.0, 4332.0, 4303.0, 4312.0, 4302.0, 4283.0, 4313.0, 4293.0, 4344.0, 4313.0, 4344.0, 4315.0, 4333.0, 4303.0, 4343.0, 4302.0, 4280.0, 4292.0, 4281.0, 4320.0, 4280.0, 4342.0, 4303.0, 4332.0, 4293.0, 4320.0, 4303.0, 4303.0, 4325.0, 4284.0, 4322.0, 4271.0, 4342.0, 4305.0, 4344.0, 4304.0, 4323.0, 4303.0, 4315.0, 4347.0, 4295.0, 4334.0, 4295.0, 4333.0, 4302.0, 4341.0, 4314.0, 4281.0, 4312.0, 4272.0, 4330.0, 4301.0, 4341.0, 4322.0, 4321.0, 4280.0, 4270.0, 4309.0, 4269.0, 4330.0, 4292.0, 4331.0, 4302.0, 4281.0, 4311.0, 4281.0, 4332.0, 4282.0, 4332.0, 4281.0, 4320.0, 4281.0, 4320.0, 4290.0, 4320.0, 4302.0, 4319.0, 4280.0, 4291.0, 4292.0, 4270.0, 4321.0, 4282.0, 4333.0, 4292.0, 4331.0, 4291.0, 4330.0, 4292.0, 4331.0, 4302.0, 4291.0, 4290.0, 4269.0, 4311.0, 4279.0, 4331.0, 4291.0, 4342.0, 4301.0, 4332.0, 4291.0, 4311.0, 4300.0, 4301.0, 4311.0, 4271.0, 4322.0, 4270.0, 4330.0, 4292.0, 4332.0, 4313.0, 4342.0, 4292.0, 4310.0, 4291.0, 4304.0, 4323.0, 4281.0, 4332.0, 4294.0, 4284.0, 4325.0, 4296.0, 4344.0, 4317.0, 4356.0, 4317.0, 4334.0, 4305.0, 4322.0, 4291.0, 4331.0, 4311.0, 4281.0, 4300.0, 4270.0, 4310.0, 4281.0, 4330.0, 4303.0, 4333.0, 4293.0, 4324.0, 4293.0, 4313.0, 4304.0, 4304.0, 4325.0, 4282.0, 4321.0, 4283.0, 4332.0, 4303.0, 4343.0, 4302.0, 4332.0, 4292.0, 4309.0, 4291.0, 4309.0, 4321.0, 4270.0, 4310.0, 4281.0, 4331.0, 4292.0, 4321.0, 4300.0, 4302.0, 4321.0, 4271.0, 4320.0, 4281.0, 4330.0, 4301.0, 4301.0, 4300.0, 4271.0, 4320.0, 4280.0, 4332.0, 4312.0, 4343.0, 4301.0, 4301.0, 4290.0, 4280.0, 4331.0, 4282.0, 4333.0, 4293.0, 4321.0, 4291.0, 4331.0, 4302.0, 4311.0, 4302.0, 4281.0, 4311.0, 4280.0, 4322.0, 4299.0, 4312.0, 4292.0, 4336.0, 4293.0, 4311.0, 4289.0, 4323.0, 4284.0, 4333.0, 4284.0, 4335.0, 4305.0, 4345.0, 4317.0, 4345.0, 4316.0, 4334.0, 4304.0, 4322.0, 4292.0, 4333.0, 4292.0, 4332.0, 4290.0, 4319.0, 4269.0, 4319.0, 4289.0, 4331.0, 4300.0, 4320.0, 4290.0, 4319.0, 4291.0, 4342.0, 4312.0, 4311.0, 4291.0, 4279.0, 4301.0, 4279.0, 4320.0, 4309.0, 4331.0, 4289.0, 4299.0, 4258.0, 4298.0, 4256.0, 4317.0, 4268.0, 4318.0, 4301.0, 4306.0, 4293.0, 4333.0, 4292.0, 4291.0, 4291.0, 4270.0, 4313.0, 4284.0, 4347.0, 4295.0, 4345.0, 4307.0, 4335.0, 4304.0, 4323.0, 4304.0, 4313.0, 4325.0, 4284.0, 4334.0, 4303.0, 4332.0, 4303.0, 4341.0, 4310.0, 4340.0, 4308.0, 4277.0, 4286.0, 4257.0, 4307.0, 4276.0, 4328.0, 4289.0, 4353.0, 4333.0, 4323.0, 4299.0, 4289.0, 4269.0, 4288.0, 4309.0, 4289.0, 4309.0, 4291.0, 4309.0, 4280.0, 4319.0, 4279.0, 4306.0, 4276.0, 4285.0, 4274.0, 4263.0, 4293.0, 4262.0, 4314.0, 4283.0, 4314.0, 4272.0, 4252.0, 4280.0, 4260.0, 4291.0, 4250.0, 4260.0, 4261.0, 4251.0, 4262.0, 4243.0, 4293.0, 4265.0, 4304.0, 4275.0, 4275.0, 4276.0, 4266.0, 4307.0, 4279.0, 4289.0, 4290.0, 4269.0, 4321.0, 4292.0, 4281.0, 4302.0, 4283.0, 4343.0, 4314.0, 4294.0, 4315.0, 4285.0, 4334.0, 4305.0, 4297.0, 4346.0, 4306.0, 4326.0, 4306.0, 4296.0, 4345.0, 4317.0, 4366.0, 4316.0, 4316.0, 4327.0, 4309.0, 4367.0, 4335.0, 4344.0, 4303.0, 4280.0, 4332.0, 4293.0, 4343.0, 4303.0, 4354.0, 4314.0, 4334.0, 4315.0, 4304.0, 4325.0, 4294.0, 4343.0, 4304.0, 4354.0, 4315.0, 4304.0, 4315.0, 4286.0, 4333.0, 4295.0, 4324.0, 4325.0, 4297.0, 4347.0, 4307.0, 4315.0, 4327.0, 4317.0, 4358.0, 4328.0, 4367.0, 4327.0, 4296.0, 4336.0, 4305.0, 4348.0, 4327.0, 4296.0, 4286.0, 4327.0, 4308.0, 4315.0, 4348.0, 4321.0, 4359.0, 4338.0, 4358.0, 4337.0, 4345.0, 4313.0, 4320.0, 4290.0, 4308.0, 4299.0, 4319.0, 4288.0, 4267.0, 4267.0, 4288.0, 4290.0, 4311.0, 4292.0, 4292.0, 4321.0, 4290.0, 4330.0, 4300.0, 4329.0, 4286.0, 4266.0, 4298.0, 4277.0, 4275.0, 4287.0, 4277.0, 4339.0, 4308.0, 4268.0, 4309.0, 4288.0, 4278.0, 4288.0, 4289.0, 4319.0, 4289.0, 4310.0, 4289.0, 4283.0, 4312.0, 4292.0, 4289.0, 4289.0, 4269.0, 4321.0, 4291.0, 4323.0, 4302.0, 4284.0, 4325.0, 4305.0, 4282.0, 4303.0, 4283.0, 4332.0, 4303.0, 4344.0, 4304.0, 4283.0, 4303.0, 4283.0, 4312.0, 4302.0, 4292.0, 4343.0, 4312.0, 4284.0, 4336.0, 4304.0, 4282.0, 4301.0, 4292.0, 4341.0, 4322.0, 4302.0, 4312.0, 4291.0, 4308.0, 4278.0, 4278.0, 4286.0, 4268.0, 4319.0, 4288.0, 4330.0, 4289.0, 4270.0, 4299.0, 4279.0, 4319.0, 4291.0, 4289.0, 4291.0, 4279.0, 4321.0, 4291.0, 4342.0, 4302.0, 4291.0, 4290.0, 4269.0, 4299.0, 4267.0, 4308.0, 4278.0, 4319.0, 4289.0, 4341.0, 4291.0, 4279.0, 4290.0, 4280.0, 4320.0, 4290.0, 4332.0, 4301.0, 4282.0, 4291.0, 4280.0, 4309.0, 4290.0, 4330.0, 4290.0, 4329.0, 4301.0, 4272.0, 4312.0, 4280.0, 4319.0, 4289.0, 4289.0, 4290.0, 4278.0, 4321.0, 4289.0, 4341.0, 4291.0, 4268.0, 4289.0, 4257.0, 4309.0, 4268.0, 4320.0, 4288.0, 4330.0, 4280.0, 4298.0, 4278.0, 4278.0, 4308.0, 4280.0, 4330.0, 4291.0, 4272.0, 4312.0, 4294.0, 4294.0, 4314.0, 4282.0, 4334.0, 4303.0, 4333.0, 4311.0, 4331.0, 4280.0, 4308.0, 4267.0, 4285.0, 4275.0, 4265.0, 4307.0, 4257.0, 4306.0, 4276.0, 4267.0, 4278.0, 4269.0, 4308.0, 4292.0, 4280.0, 4323.0, 4283.0, 4314.0, 4292.0, 4284.0, 4323.0, 4293.0, 4331.0, 4303.0, 4322.0, 4312.0, 4292.0, 4311.0, 4281.0, 4318.0, 4279.0, 4309.0, 4288.0, 4279.0, 4310.0, 4270.0, 4309.0, 4279.0, 4269.0, 4320.0, 4290.0, 4331.0, 4289.0, 4270.0, 4308.0, 4281.0, 4319.0, 4301.0, 4300.0, 4309.0, 4269.0, 4308.0, 4277.0, 4328.0, 4288.0, 4307.0, 4266.0, 4254.0, 4296.0, 4266.0, 4315.0, 4277.0, 4277.0, 4276.0, 4266.0, 4308.0, 4277.0, 4317.0, 4289.0, 4278.0, 4297.0, 4258.0, 4318.0, 4278.0, 4328.0, 4299.0, 4309.0, 4279.0, 4318.0, 4278.0, 4317.0, 4289.0, 4298.0, 4279.0, 4270.0, 4300.0, 4272.0, 4332.0, 4314.0, 4334.0, 4306.0, 4305.0, 4302.0, 4313.0, 4333.0, 4313.0, 4322.0, 4282.0, 4322.0, 4280.0, 4320.0, 4301.0, 4330.0, 4289.0, 4331.0, 4290.0, 4320.0, 4290.0, 4329.0, 4300.0, 4340.0, 4291.0, 4311.0, 4279.0, 4289.0, 4300.0, 4320.0, 4309.0, 4279.0, 4279.0, 4258.0, 4287.0, 4256.0, 4318.0, 4278.0, 4317.0, 4267.0, 4308.0, 4267.0, 4306.0, 4278.0, 4329.0, 4289.0, 4317.0, 4278.0, 4307.0, 4276.0, 4306.0, 4278.0, 4307.0, 4276.0, 4316.0, 4276.0, 4315.0, 4267.0, 4275.0, 4266.0, 4296.0, 4268.0, 4308.0, 4280.0, 4332.0, 4295.0, 4332.0, 4281.0, 4321.0, 4281.0, 4320.0, 4281.0, 4309.0, 4283.0, 4322.0, 4294.0, 4322.0, 4292.0, 4333.0, 4304.0, 4331.0, 4303.0, 4322.0, 4292.0, 4321.0, 4294.0, 4343.0, 4304.0, 4331.0, 4304.0, 4333.0, 4303.0, 4320.0, 4292.0, 4310.0, 4283.0, 4300.0, 4292.0, 4312.0, 4313.0, 4282.0, 4338.0, 4298.0, 4335.0, 4283.0, 4333.0, 4283.0, 4323.0, 4295.0, 4323.0, 4271.0, 4312.0, 4282.0, 4312.0, 4292.0, 4311.0, 4271.0, 4291.0, 4280.0, 4301.0, 4301.0, 4311.0, 4280.0, 4302.0, 4271.0, 4311.0, 4270.0, 4321.0, 4279.0, 4320.0, 4271.0, 4310.0, 4260.0, 4309.0, 4269.0, 4301.0, 4271.0, 4309.0, 4280.0, 4333.0, 4282.0, 4310.0, 4270.0, 4321.0, 4270.0, 4320.0, 4270.0, 4311.0, 4281.0, 4320.0, 4282.0, 4332.0, 4301.0, 4333.0, 4291.0, 4310.0, 4280.0, 4299.0, 4256.0, 4297.0, 4256.0, 4297.0, 4255.0, 4297.0, 4256.0, 4285.0, 4256.0, 4295.0, 4256.0, 4296.0, 4257.0, 4296.0, 4257.0, 4317.0, 4279.0, 4308.0, 4277.0, 4298.0, 4269.0, 4308.0, 4278.0, 4319.0, 4290.0, 4298.0, 4280.0, 4310.0, 4293.0, 4302.0, 4293.0, 4304.0, 4314.0, 4325.0, 4326.0, 4314.0, 4304.0, 4303.0, 4313.0, 4314.0, 4335.0, 4283.0, 4312.0, 4282.0, 4334.0, 4305.0, 4333.0, 4303.0, 4272.0, 4311.0, 4270.0, 4333.0, 4311.0, 4332.0, 4280.0, 4309.0, 4280.0, 4298.0, 4279.0, 4317.0, 4289.0, 4296.0, 4267.0, 4276.0, 4256.0, 4255.0, 4276.0, 4255.0, 4309.0, 4303.0, 4331.0, 4310.0, 4298.0, 4266.0, 4256.0, 4285.0, 4255.0, 4295.0, 4254.0, 4295.0, 4255.0, 4295.0, 4254.0, 4294.0, 4263.0, 4282.0, 4251.0, 4282.0, 4262.0, 4292.0, 4261.0, 4292.0, 4240.0, 4240.0, 4251.0, 4241.0, 4272.0, 4242.0, 4283.0, 4254.0, 4305.0, 4265.0, 4297.0, 4267.0, 4285.0, 4267.0, 4267.0, 4277.0, 4268.0, 4309.0, 4270.0, 4290.0, 4281.0, 4270.0, 4311.0, 4291.0], 'WindowWidth': [9612.0, 9565.0, 9577.0, 9544.0, 9579.0, 9536.0, 9591.0, 9534.0, 9530.0, 9512.0, 9514.0, 9551.0, 9515.0, 9573.0, 9517.0, 9557.0, 9517.0, 9551.0, 9529.0, 9569.0, 9534.0, 9572.0, 9535.0, 9532.0, 9522.0, 9522.0, 9581.0, 9540.0, 9581.0, 9544.0, 9593.0, 9557.0, 9567.0, 9573.0, 9540.0, 9581.0, 9535.0, 9575.0, 9517.0, 9578.0, 9544.0, 9583.0, 9510.0, 9549.0, 9511.0, 9576.0, 9540.0, 9577.0, 9507.0, 9474.0, 9503.0, 9486.0, 9546.0, 9491.0, 9564.0, 9512.0, 9551.0, 9512.0, 9546.0, 9512.0, 9534.0, 9528.0, 9513.0, 9554.0, 9514.0, 9566.0, 9510.0, 9584.0, 9528.0, 9549.0, 9513.0, 9549.0, 9530.0, 9598.0, 9530.0, 9563.0, 9510.0, 9495.0, 9536.0, 9510.0, 9568.0, 9514.0, 9552.0, 9529.0, 9552.0, 9529.0, 9526.0, 9555.0, 9511.0, 9551.0, 9510.0, 9546.0, 9505.0, 9579.0, 9536.0, 9575.0, 9490.0, 9487.0, 9488.0, 9487.0, 9529.0, 9491.0, 9561.0, 9509.0, 9548.0, 9513.0, 9551.0, 9530.0, 9530.0, 9562.0, 9519.0, 9570.0, 9518.0, 9564.0, 9530.0, 9581.0, 9547.0, 9568.0, 9528.0, 9536.0, 9524.0, 9524.0, 9551.0, 9514.0, 9553.0, 9516.0, 9578.0, 9548.0, 9599.0, 9549.0, 9545.0, 9531.0, 9515.0, 9570.0, 9512.0, 9571.0, 9515.0, 9566.0, 9515.0, 9564.0, 9528.0, 9565.0, 9531.0, 9567.0, 9518.0, 9566.0, 9519.0, 9526.0, 9534.0, 9506.0, 9546.0, 9507.0, 9587.0, 9538.0, 9606.0, 9537.0, 9572.0, 9532.0, 9587.0, 9545.0, 9601.0, 9531.0, 9551.0, 9515.0, 9565.0, 9540.0, 9579.0, 9512.0, 9522.0, 9509.0, 9515.0, 9520.0, 9493.0, 9549.0, 9495.0, 9561.0, 9510.0, 9562.0, 9526.0, 9563.0, 9514.0, 9561.0, 9513.0, 9564.0, 9528.0, 9546.0, 9511.0, 9505.0, 9494.0, 9529.0, 9536.0, 9520.0, 9534.0, 9480.0, 9533.0, 9494.0, 9562.0, 9514.0, 9566.0, 9517.0, 9581.0, 9531.0, 9569.0, 9561.0, 9530.0, 9556.0, 9500.0, 9565.0, 9495.0, 9587.0, 9541.0, 9566.0, 9509.0, 9561.0, 9525.0, 9536.0, 9524.0, 9501.0, 9539.0, 9513.0, 9581.0, 9542.0, 9584.0, 9544.0, 9567.0, 9526.0, 9578.0, 9523.0, 9491.0, 9508.0, 9493.0, 9542.0, 9490.0, 9576.0, 9525.0, 9562.0, 9512.0, 9545.0, 9526.0, 9525.0, 9561.0, 9505.0, 9552.0, 9483.0, 9576.0, 9531.0, 9582.0, 9531.0, 9552.0, 9527.0, 9545.0, 9590.0, 9519.0, 9571.0, 9517.0, 9565.0, 9524.0, 9576.0, 9542.0, 9494.0, 9536.0, 9482.0, 9557.0, 9520.0, 9580.0, 9549.0, 9544.0, 9488.0, 9475.0, 9527.0, 9474.0, 9558.0, 9509.0, 9562.0, 9522.0, 9494.0, 9533.0, 9492.0, 9562.0, 9494.0, 9563.0, 9491.0, 9541.0, 9493.0, 9541.0, 9504.0, 9541.0, 9522.0, 9541.0, 9490.0, 9505.0, 9506.0, 9476.0, 9545.0, 9495.0, 9563.0, 9509.0, 9558.0, 9506.0, 9555.0, 9508.0, 9560.0, 9522.0, 9505.0, 9503.0, 9475.0, 9531.0, 9487.0, 9559.0, 9505.0, 9578.0, 9520.0, 9561.0, 9506.0, 9530.0, 9516.0, 9518.0, 9532.0, 9478.0, 9547.0, 9478.0, 9557.0, 9508.0, 9562.0, 9538.0, 9577.0, 9509.0, 9529.0, 9508.0, 9528.0, 9552.0, 9492.0, 9563.0, 9515.0, 9504.0, 9559.0, 9523.0, 9582.0, 9550.0, 9603.0, 9549.0, 9569.0, 9529.0, 9548.0, 9506.0, 9558.0, 9533.0, 9490.0, 9514.0, 9476.0, 9528.0, 9492.0, 9555.0, 9525.0, 9563.0, 9513.0, 9554.0, 9514.0, 9539.0, 9529.0, 9527.0, 9556.0, 9497.0, 9548.0, 9497.0, 9562.0, 9523.0, 9580.0, 9521.0, 9562.0, 9507.0, 9525.0, 9504.0, 9527.0, 9548.0, 9478.0, 9528.0, 9492.0, 9556.0, 9507.0, 9544.0, 9517.0, 9520.0, 9546.0, 9478.0, 9542.0, 9491.0, 9553.0, 9518.0, 9517.0, 9516.0, 9479.0, 9543.0, 9491.0, 9561.0, 9535.0, 9579.0, 9521.0, 9518.0, 9502.0, 9489.0, 9560.0, 9495.0, 9565.0, 9511.0, 9546.0, 9508.0, 9559.0, 9523.0, 9533.0, 9521.0, 9493.0, 9531.0, 9489.0, 9547.0, 9513.0, 9533.0, 9510.0, 9577.0, 9513.0, 9533.0, 9502.0, 9552.0, 9503.0, 9568.0, 9504.0, 9571.0, 9534.0, 9584.0, 9550.0, 9586.0, 9548.0, 9568.0, 9528.0, 9548.0, 9508.0, 9564.0, 9509.0, 9562.0, 9504.0, 9539.0, 9473.0, 9538.0, 9500.0, 9559.0, 9515.0, 9541.0, 9502.0, 9539.0, 9507.0, 9574.0, 9535.0, 9532.0, 9506.0, 9487.0, 9516.0, 9486.0, 9543.0, 9527.0, 9563.0, 9499.0, 9511.0, 9456.0, 9506.0, 9450.0, 9531.0, 9467.0, 9540.0, 9521.0, 9518.0, 9512.0, 9564.0, 9510.0, 9504.0, 9505.0, 9478.0, 9537.0, 9500.0, 9591.0, 9518.0, 9585.0, 9538.0, 9571.0, 9531.0, 9551.0, 9529.0, 9539.0, 9557.0, 9502.0, 9570.0, 9526.0, 9563.0, 9524.0, 9575.0, 9530.0, 9570.0, 9524.0, 9479.0, 9490.0, 9452.0, 9518.0, 9477.0, 9550.0, 9498.0, 9596.0, 9567.0, 9554.0, 9514.0, 9500.0, 9476.0, 9499.0, 9526.0, 9501.0, 9526.0, 9504.0, 9525.0, 9488.0, 9539.0, 9484.0, 9516.0, 9474.0, 9484.0, 9468.0, 9452.0, 9493.0, 9448.0, 9525.0, 9480.0, 9523.0, 9464.0, 9436.0, 9473.0, 9446.0, 9486.0, 9431.0, 9443.0, 9447.0, 9433.0, 9449.0, 9425.0, 9494.0, 9458.0, 9510.0, 9473.0, 9475.0, 9477.0, 9464.0, 9517.0, 9485.0, 9499.0, 9501.0, 9476.0, 9547.0, 9511.0, 9496.0, 9522.0, 9499.0, 9580.0, 9542.0, 9515.0, 9545.0, 9509.0, 9569.0, 9532.0, 9523.0, 9590.0, 9536.0, 9563.0, 9536.0, 9521.0, 9587.0, 9552.0, 9618.0, 9548.0, 9549.0, 9564.0, 9549.0, 9624.0, 9575.0, 9585.0, 9527.0, 9494.0, 9563.0, 9514.0, 9581.0, 9530.0, 9597.0, 9545.0, 9571.0, 9546.0, 9531.0, 9558.0, 9518.0, 9582.0, 9529.0, 9598.0, 9547.0, 9530.0, 9546.0, 9509.0, 9568.0, 9522.0, 9558.0, 9561.0, 9525.0, 9592.0, 9539.0, 9547.0, 9566.0, 9553.0, 9611.0, 9569.0, 9623.0, 9566.0, 9524.0, 9578.0, 9535.0, 9596.0, 9565.0, 9523.0, 9510.0, 9566.0, 9545.0, 9553.0, 9598.0, 9566.0, 9613.0, 9581.0, 9616.0, 9578.0, 9587.0, 9538.0, 9544.0, 9501.0, 9520.0, 9509.0, 9538.0, 9495.0, 9467.0, 9468.0, 9497.0, 9503.0, 9532.0, 9508.0, 9507.0, 9545.0, 9502.0, 9557.0, 9514.0, 9552.0, 9490.0, 9462.0, 9507.0, 9478.0, 9474.0, 9491.0, 9479.0, 9571.0, 9524.0, 9470.0, 9525.0, 9497.0, 9484.0, 9499.0, 9499.0, 9537.0, 9499.0, 9528.0, 9498.0, 9500.0, 9536.0, 9509.0, 9502.0, 9499.0, 9475.0, 9545.0, 9509.0, 9553.0, 9524.0, 9502.0, 9559.0, 9530.0, 9496.0, 9523.0, 9497.0, 9563.0, 9527.0, 9582.0, 9528.0, 9501.0, 9524.0, 9498.0, 9534.0, 9524.0, 9509.0, 9583.0, 9538.0, 9500.0, 9575.0, 9530.0, 9496.0, 9519.0, 9508.0, 9577.0, 9549.0, 9520.0, 9536.0, 9505.0, 9525.0, 9482.0, 9482.0, 9491.0, 9470.0, 9539.0, 9497.0, 9556.0, 9500.0, 9478.0, 9514.0, 9489.0, 9540.0, 9505.0, 9499.0, 9503.0, 9487.0, 9546.0, 9506.0, 9579.0, 9522.0, 9506.0, 9503.0, 9473.0, 9512.0, 9467.0, 9522.0, 9484.0, 9540.0, 9502.0, 9572.0, 9505.0, 9489.0, 9502.0, 9489.0, 9542.0, 9505.0, 9563.0, 9520.0, 9496.0, 9505.0, 9490.0, 9526.0, 9502.0, 9554.0, 9504.0, 9555.0, 9519.0, 9480.0, 9534.0, 9490.0, 9540.0, 9500.0, 9499.0, 9502.0, 9484.0, 9544.0, 9501.0, 9575.0, 9504.0, 9471.0, 9498.0, 9454.0, 9524.0, 9468.0, 9544.0, 9498.0, 9557.0, 9487.0, 9511.0, 9482.0, 9483.0, 9524.0, 9488.0, 9557.0, 9503.0, 9483.0, 9537.0, 9514.0, 9515.0, 9540.0, 9496.0, 9568.0, 9522.0, 9570.0, 9533.0, 9563.0, 9488.0, 9522.0, 9463.0, 9486.0, 9471.0, 9459.0, 9519.0, 9451.0, 9518.0, 9479.0, 9468.0, 9483.0, 9473.0, 9523.0, 9509.0, 9490.0, 9550.0, 9500.0, 9542.0, 9511.0, 9501.0, 9553.0, 9513.0, 9559.0, 9523.0, 9550.0, 9536.0, 9507.0, 9532.0, 9491.0, 9538.0, 9485.0, 9523.0, 9497.0, 9484.0, 9526.0, 9475.0, 9525.0, 9484.0, 9471.0, 9542.0, 9501.0, 9558.0, 9500.0, 9477.0, 9525.0, 9491.0, 9539.0, 9517.0, 9515.0, 9525.0, 9471.0, 9524.0, 9479.0, 9550.0, 9494.0, 9517.0, 9461.0, 9444.0, 9500.0, 9462.0, 9528.0, 9480.0, 9479.0, 9476.0, 9464.0, 9521.0, 9482.0, 9535.0, 9498.0, 9482.0, 9506.0, 9456.0, 9534.0, 9484.0, 9551.0, 9512.0, 9524.0, 9485.0, 9534.0, 9483.0, 9532.0, 9500.0, 9509.0, 9486.0, 9478.0, 9517.0, 9482.0, 9563.0, 9543.0, 9570.0, 9536.0, 9531.0, 9523.0, 9537.0, 9568.0, 9537.0, 9548.0, 9496.0, 9546.0, 9488.0, 9545.0, 9517.0, 9560.0, 9500.0, 9558.0, 9503.0, 9542.0, 9501.0, 9555.0, 9516.0, 9571.0, 9504.0, 9532.0, 9487.0, 9498.0, 9514.0, 9543.0, 9526.0, 9486.0, 9485.0, 9455.0, 9491.0, 9449.0, 9534.0, 9482.0, 9534.0, 9466.0, 9520.0, 9467.0, 9515.0, 9484.0, 9552.0, 9499.0, 9534.0, 9481.0, 9517.0, 9478.0, 9516.0, 9480.0, 9520.0, 9476.0, 9532.0, 9477.0, 9528.0, 9465.0, 9474.0, 9465.0, 9502.0, 9469.0, 9520.0, 9489.0, 9565.0, 9520.0, 9566.0, 9497.0, 9547.0, 9495.0, 9544.0, 9495.0, 9527.0, 9497.0, 9549.0, 9514.0, 9547.0, 9510.0, 9564.0, 9527.0, 9560.0, 9524.0, 9547.0, 9508.0, 9545.0, 9514.0, 9576.0, 9527.0, 9559.0, 9525.0, 9566.0, 9523.0, 9543.0, 9507.0, 9528.0, 9495.0, 9515.0, 9507.0, 9534.0, 9536.0, 9495.0, 9580.0, 9527.0, 9569.0, 9498.0, 9564.0, 9496.0, 9552.0, 9518.0, 9551.0, 9479.0, 9533.0, 9494.0, 9533.0, 9505.0, 9531.0, 9476.0, 9503.0, 9486.0, 9516.0, 9514.0, 9530.0, 9486.0, 9518.0, 9477.0, 9530.0, 9472.0, 9543.0, 9486.0, 9543.0, 9478.0, 9527.0, 9460.0, 9525.0, 9473.0, 9516.0, 9477.0, 9526.0, 9487.0, 9563.0, 9491.0, 9527.0, 9473.0, 9543.0, 9473.0, 9540.0, 9474.0, 9531.0, 9492.0, 9541.0, 9493.0, 9562.0, 9515.0, 9568.0, 9504.0, 9529.0, 9485.0, 9509.0, 9447.0, 9503.0, 9446.0, 9503.0, 9444.0, 9501.0, 9444.0, 9484.0, 9446.0, 9498.0, 9447.0, 9501.0, 9451.0, 9501.0, 9452.0, 9532.0, 9482.0, 9519.0, 9479.0, 9507.0, 9471.0, 9521.0, 9482.0, 9537.0, 9502.0, 9508.0, 9489.0, 9527.0, 9510.0, 9520.0, 9513.0, 9526.0, 9542.0, 9555.0, 9559.0, 9541.0, 9525.0, 9523.0, 9538.0, 9538.0, 9568.0, 9496.0, 9532.0, 9495.0, 9564.0, 9529.0, 9565.0, 9524.0, 9480.0, 9529.0, 9475.0, 9568.0, 9533.0, 9564.0, 9489.0, 9526.0, 9485.0, 9507.0, 9482.0, 9536.0, 9495.0, 9503.0, 9462.0, 9473.0, 9446.0, 9444.0, 9473.0, 9445.0, 9523.0, 9524.0, 9565.0, 9526.0, 9506.0, 9460.0, 9447.0, 9483.0, 9443.0, 9496.0, 9441.0, 9497.0, 9444.0, 9497.0, 9442.0, 9495.0, 9451.0, 9476.0, 9432.0, 9473.0, 9447.0, 9490.0, 9446.0, 9487.0, 9418.0, 9417.0, 9432.0, 9420.0, 9461.0, 9423.0, 9479.0, 9442.0, 9513.0, 9461.0, 9503.0, 9464.0, 9485.0, 9464.0, 9464.0, 9478.0, 9467.0, 9524.0, 9476.0, 9502.0, 9490.0, 9474.0, 9531.0, 9505.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.0007169177489177489</td></tr>
<tr><td colspan=3>aqi</td><td>0.028926719480519475</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.39248822184578</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2577193142460994</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9957482294454058</td></tr>
<tr><td colspan=3>efc</td><td>0.4824</td></tr>
<tr><td colspan=3>fber</td><td>5695.9893</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07796079791968503</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2121212121212122</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.438731594132065</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3316662171360183</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.708776753599548</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2757518116606286</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133898</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017217352986335754</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03200467675924301</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.904467493848198</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>21.0912</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5936</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.7874</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296710.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>806.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.1819</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5591</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.9882</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3477.5801</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1168.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4539.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.7603</td></tr>
<tr><td colspan=3>tsnr</td><td>37.60445909714326</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>