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

616 lines
No EOL
131 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-0031_ses-02_task-narratives_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0031_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0031_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0031_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0031_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0031_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0031_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0031_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0031_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0031/ses-02/func/sub-0031_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7aa68442fea0ef8f7f8c9b0dccf36931</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:53:53.857500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999768, -0.0212369, -0.00355872, 0.0212913, 0.999645, 0.0160159]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.134296</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7748, -7190, 499, -43, -163, 127, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>302.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>188887e5-88c7-42dc-b4b0-fdbe4defeb27||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682304859161377, 0.05712303891777992, -0.008686798624694347, 111.3343505859375], [0.056977104395627975, 2.681974411010742, 0.043437402695417404, -90.51675415039062], [-0.009547796100378036, -0.04296940937638283, 2.699636697769165, -36.8962516784668], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1156]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'AcquisitionTime': ['115353.857500', '115354.317500', '115354.777500', '115355.237500', '115355.697500', '115356.157500', '115356.617500', '115357.077500', '115357.537500', '115357.997500', '115358.457500', '115358.917500', '115359.377500', '115359.837500', '115400.297500', '115400.757500', '115401.217500', '115401.677500', '115402.137500', '115402.597500', '115403.057500', '115403.517500', '115403.977500', '115404.437500', '115404.897500', '115405.357500', '115405.817500', '115406.277500', '115406.737500', '115407.197500', '115407.657500', '115408.117500', '115408.577500', '115409.037500', '115409.497500', '115409.957500', '115410.417500', '115410.877500', '115411.337500', '115411.797500', '115412.257500', '115412.717500', '115413.177500', '115413.637500', '115414.097500', '115414.557500', '115415.017500', '115415.477500', '115415.937500', '115416.397500', '115416.857500', '115417.317500', '115417.777500', '115418.237500', '115418.697500', '115419.157500', '115419.617500', '115420.077500', '115420.537500', '115420.997500', '115421.457500', '115421.917500', '115422.377500', '115422.837500', '115423.297500', '115423.757500', '115424.217500', '115424.677500', '115425.137500', '115425.597500', '115426.057500', '115426.517500', '115426.977500', '115427.437500', '115427.897500', '115428.357500', '115428.817500', '115429.277500', '115429.737500', '115430.197500', '115430.657500', '115431.117500', '115431.577500', '115432.037500', '115432.497500', '115432.957500', '115433.417500', '115433.877500', '115434.337500', '115434.797500', '115435.257500', '115435.717500', '115436.177500', '115436.637500', '115437.097500', '115437.557500', '115438.017500', '115438.477500', '115438.937500', '115439.397500', '115439.857500', '115440.317500', '115440.777500', '115441.237500', '115441.697500', '115442.157500', '115442.617500', '115443.077500', '115443.537500', '115443.997500', '115444.457500', '115444.917500', '115445.377500', '115445.837500', '115446.297500', '115446.757500', '115447.217500', '115447.677500', '115448.137500', '115448.597500', '115449.057500', '115449.517500', '115449.977500', '115450.437500', '115450.897500', '115451.357500', '115451.817500', '115452.277500', '115452.737500', '115453.197500', '115453.657500', '115454.117500', '115454.577500', '115455.037500', '115455.497500', '115455.957500', '115456.417500', '115456.877500', '115457.337500', '115457.797500', '115458.257500', '115458.717500', '115459.177500', '115459.637500', '115500.097500', '115500.557500', '115501.017500', '115501.477500', '115501.937500', '115502.397500', '115502.857500', '115503.317500', '115503.777500', '115504.237500', '115504.697500', '115505.157500', '115505.617500', '115506.077500', '115506.537500', '115506.997500', '115507.457500', '115507.917500', '115508.377500', '115508.837500', '115509.297500', '115509.757500', '115510.217500', '115510.677500', '115511.137500', '115511.597500', '115512.057500', '115512.517500', '115512.977500', '115513.437500', '115513.897500', '115514.357500', '115514.817500', '115515.277500', '115515.737500', '115516.197500', '115516.657500', '115517.117500', '115517.577500', '115518.037500', '115518.497500', '115518.957500', '115519.417500', '115519.877500', '115520.337500', '115520.797500', '115521.257500', '115521.717500', '115522.177500', '115522.637500', '115523.097500', '115523.557500', '115524.017500', '115524.477500', '115524.937500', '115525.397500', '115525.857500', '115526.317500', '115526.777500', '115527.237500', '115527.697500', '115528.157500', '115528.617500', '115529.077500', '115529.537500', '115529.997500', '115530.457500', '115530.917500', '115531.377500', '115531.837500', '115532.297500', '115532.757500', '115533.217500', '115533.677500', '115534.137500', '115534.597500', '115535.057500', '115535.517500', '115535.977500', '115536.437500', '115536.897500', '115537.357500', '115537.817500', '115538.277500', '115538.737500', '115539.197500', '115539.657500', '115540.117500', '115540.577500', '115541.037500', '115541.497500', '115541.957500', '115542.417500', '115542.877500', '115543.337500', '115543.797500', '115544.257500', '115544.717500', '115545.177500', '115545.637500', '115546.097500', '115546.557500', '115547.017500', '115547.477500', '115547.937500', '115548.397500', '115548.857500', '115549.317500', '115549.777500', '115550.237500', '115550.697500', '115551.157500', '115551.617500', '115552.077500', '115552.537500', '115552.997500', '115553.457500', '115553.917500', '115554.377500', '115554.837500', '115555.297500', '115555.757500', '115556.217500', '115556.677500', '115557.137500', '115557.597500', '115558.057500', '115558.517500', '115558.977500', '115559.437500', '115559.897500', '115600.357500', '115600.817500', '115601.277500', '115601.737500', '115602.197500', '115602.657500', '115603.117500', '115603.577500', '115604.037500', '115604.497500', '115604.957500', '115605.417500', '115605.877500', '115606.337500', '115606.797500', '115607.257500', '115607.717500', '115608.177500', '115608.637500', '115609.097500', '115609.557500', '115610.017500', '115610.477500', '115610.937500', '115611.397500', '115611.857500', '115612.317500', '115612.777500', '115613.237500', '115613.697500', '115614.157500', '115614.617500', '115615.077500', '115615.537500', '115615.997500', '115616.457500', '115616.917500', '115617.377500', '115617.837500', '115618.297500', '115618.757500', '115619.217500', '115619.677500', '115620.137500', '115620.597500', '115621.057500', '115621.517500', '115621.977500', '115622.437500', '115622.897500', '115623.357500', '115623.817500', '115624.277500', '115624.737500', '115625.197500', '115625.657500', '115626.117500', '115626.577500', '115627.037500', '115627.497500', '115627.957500', '115628.417500', '115628.877500', '115629.337500', '115629.797500', '115630.257500', '115630.717500', '115631.177500', '115631.637500', '115632.097500', '115632.557500', '115633.017500', '115633.477500', '115633.937500', '115634.397500', '115634.857500', '115635.317500', '115635.777500', '115636.237500', '115636.697500', '115637.157500', '115637.617500', '115638.077500', '115638.537500', '115638.997500', '115639.457500', '115639.917500', '115640.377500', '115640.837500', '115641.297500', '115641.757500', '115642.217500', '115642.677500', '115643.137500', '115643.597500', '115644.057500', '115644.517500', '115644.977500', '115645.437500', '115645.897500', '115646.357500', '115646.817500', '115647.277500', '115647.737500', '115648.197500', '115648.657500', '115649.117500', '115649.577500', '115650.037500', '115650.497500', '115650.957500', '115651.417500', '115651.877500', '115652.337500', '115652.797500', '115653.257500', '115653.717500', '115654.177500', '115654.637500', '115655.097500', '115655.557500', '115656.017500', '115656.477500', '115656.937500', '115657.397500', '115657.857500', '115658.317500', '115658.777500', '115659.237500', '115659.697500', '115700.157500', '115700.617500', '115701.077500', '115701.537500', '115701.997500', '115702.457500', '115702.917500', '115703.377500', '115703.837500', '115704.297500', '115704.757500', '115705.217500', '115705.677500', '115706.137500', '115706.597500', '115707.057500', '115707.517500', '115707.977500', '115708.437500', '115708.897500', '115709.357500', '115709.817500', '115710.277500', '115710.737500', '115711.197500', '115711.657500', '115712.117500', '115712.577500', '115713.037500', '115713.497500', '115713.957500', '115714.417500', '115714.877500', '115715.337500', '115715.797500', '115716.257500', '115716.717500', '115717.177500', '115717.637500', '115718.097500', '115718.557500', '115719.017500', '115719.477500', '115719.937500', '115720.397500', '115720.857500', '115721.317500', '115721.777500', '115722.237500', '115722.697500', '115723.157500', '115723.617500', '115724.077500', '115724.537500', '115724.997500', '115725.457500', '115725.917500', '115726.377500', '115726.837500', '115727.297500', '115727.757500', '115728.217500', '115728.677500', '115729.137500', '115729.597500', '115730.057500', '115730.517500', '115730.977500', '115731.437500', '115731.897500', '115732.357500', '115732.817500', '115733.277500', '115733.737500', '115734.197500', '115734.657500', '115735.117500', '115735.577500', '115736.037500', '115736.497500', '115736.957500', '115737.417500', '115737.877500', '115738.337500', '115738.797500', '115739.257500', '115739.717500', '115740.177500', '115740.637500', '115741.097500', '115741.557500', '115742.017500', '115742.477500', '115742.937500', '115743.397500', '115743.857500', '115744.317500', '115744.777500', '115745.237500', '115745.697500', '115746.157500', '115746.617500', '115747.077500', '115747.537500', '115747.997500', '115748.457500', '115748.917500', '115749.377500', '115749.837500', '115750.297500', '115750.757500', '115751.217500', '115751.677500', '115752.137500', '115752.597500', '115753.057500', '115753.517500', '115753.977500', '115754.437500', '115754.897500', '115755.357500', '115755.817500', '115756.277500', '115756.737500', '115757.197500', '115757.657500', '115758.117500', '115758.577500', '115759.037500', '115759.497500', '115759.957500', '115800.417500', '115800.877500', '115801.337500', '115801.797500', '115802.257500', '115802.717500', '115803.177500', '115803.637500', '115804.097500', '115804.557500', '115805.017500', '115805.477500', '115805.937500', '115806.397500', '115806.857500', '115807.317500', '115807.777500', '115808.237500', '115808.697500', '115809.157500', '115809.617500', '115810.077500', '115810.537500', '115810.997500', '115811.457500', '115811.917500', '115812.377500', '115812.837500', '115813.297500', '115813.757500', '115814.217500', '115814.677500', '115815.137500', '115815.597500', '115816.057500', '115816.517500', '115816.977500', '115817.437500', '115817.897500', '115818.357500', '115818.817500', '115819.277500', '115819.737500', '115820.197500', '115820.657500', '115821.117500', '115821.577500', '115822.037500', '115822.497500', '115822.957500', '115823.417500', '115823.877500', '115824.337500', '115824.797500', '115825.257500', '115825.717500', '115826.177500', '115826.637500', '115827.097500', '115827.557500', '115828.017500', '115828.477500', '115828.937500', '115829.397500', '115829.857500', '115830.317500', '115830.777500', '115831.237500', '115831.697500', '115832.157500', '115832.617500', '115833.077500', '115833.537500', '115833.997500', '115834.457500', '115834.917500', '115835.377500', '115835.837500', '115836.297500', '115836.757500', '115837.217500', '115837.677500', '115838.137500', '115838.597500', '115839.057500', '115839.517500', '115839.977500', '115840.437500', '115840.897500', '115841.357500', '115841.817500', '115842.277500', '115842.737500', '115843.197500', '115843.657500', '115844.117500', '115844.577500', '115845.037500', '115845.497500', '115845.957500', '115846.417500', '115846.877500', '115847.337500', '115847.797500', '115848.257500', '115848.717500', '115849.177500', '115849.637500', '115850.097500', '115850.557500', '115851.017500', '115851.477500', '115851.937500', '115852.397500', '115852.857500', '115853.317500', '115853.777500', '115854.237500', '115854.697500', '115855.157500', '115855.617500', '115856.077500', '115856.537500', '115856.997500', '115857.457500', '115857.917500', '115858.377500', '115858.837500', '115859.297500', '115859.757500', '115900.217500', '115900.677500', '115901.137500', '115901.597500', '115902.057500', '115902.517500', '115902.977500', '115903.437500', '115903.897500', '115904.357500', '115904.817500', '115905.277500', '115905.737500', '115906.197500', '115906.657500', '115907.117500', '115907.577500', '115908.037500', '115908.497500', '115908.957500', '115909.417500', '115909.877500', '115910.337500', '115910.797500', '115911.257500', '115911.717500', '115912.177500', '115912.637500', '115913.097500', '115913.557500', '115914.017500', '115914.477500', '115914.937500', '115915.397500', '115915.857500', '115916.317500', '115916.777500', '115917.237500', '115917.697500', '115918.157500', '115918.617500', '115919.077500', '115919.537500', '115919.997500', '115920.457500', '115920.917500', '115921.377500', '115921.837500', '115922.297500', '115922.757500', '115923.217500', '115923.677500', '115924.137500', '115924.597500', '115925.057500', '115925.517500', '115925.977500', '115926.437500', '115926.897500', '115927.357500', '115927.817500', '115928.277500', '115928.737500', '115929.197500', '115929.657500', '115930.117500', '115930.577500', '115931.037500', '115931.497500', '115931.957500', '115932.417500', '115932.877500', '115933.337500', '115933.797500', '115934.257500', '115934.717500', '115935.177500', '115935.637500', '115936.097500', '115936.557500', '115937.017500', '115937.477500', '115937.937500', '115938.397500', '115938.857500', '115939.317500', '115939.777500', '115940.237500', '115940.697500', '115941.157500', '115941.617500', '115942.077500', '115942.537500', '115942.997500', '115943.457500', '115943.917500', '115944.377500', '115944.837500', '115945.297500', '115945.757500', '115946.217500', '115946.677500', '115947.137500', '115947.597500', '115948.057500', '115948.517500', '115948.977500', '115949.437500', '115949.897500', '115950.357500', '115950.817500', '115951.277500', '115951.737500', '115952.197500', '115952.657500', '115953.117500', '115953.577500', '115954.037500', '115954.497500', '115954.957500', '115955.417500', '115955.877500', '115956.337500', '115956.797500', '115957.257500', '115957.717500', '115958.177500', '115958.637500', '115959.097500', '115959.557500', '120000.017500', '120000.477500', '120000.937500', '120001.397500', '120001.857500', '120002.317500', '120002.777500', '120003.237500', '120003.697500', '120004.157500', '120004.617500', '120005.077500', '120005.537500', '120005.997500', '120006.457500', '120006.917500', '120007.377500', '120007.837500', '120008.297500', '120008.757500', '120009.217500', '120009.677500', '120010.137500', '120010.597500', '120011.057500', '120011.517500', '120011.977500', '120012.437500', '120012.897500', '120013.357500', '120013.817500', '120014.277500', '120014.737500', '120015.197500', '120015.657500', '120016.117500', '120016.577500', '120017.037500', '120017.497500', '120017.957500', '120018.417500', '120018.877500', '120019.337500', '120019.797500', '120020.257500', '120020.717500', '120021.177500', '120021.637500', '120022.097500', '120022.557500', '120023.017500', '120023.477500', '120023.937500', '120024.397500', '120024.857500', '120025.317500', '120025.777500', '120026.237500', '120026.697500', '120027.157500', '120027.617500', '120028.077500', '120028.537500', '120028.997500', '120029.457500', '120029.917500', '120030.377500', '120030.837500', '120031.297500', '120031.757500', '120032.217500', '120032.677500', '120033.137500', '120033.597500', '120034.057500', '120034.517500', '120034.977500', '120035.437500', '120035.897500', '120036.357500', '120036.817500', '120037.277500', '120037.737500', '120038.197500', '120038.657500', '120039.117500', '120039.577500', '120040.037500', '120040.497500', '120040.957500', '120041.417500', '120041.877500', '120042.337500', '120042.797500', '120043.257500', '120043.717500', '120044.177500', '120044.637500', '120045.097500', '120045.557500', '120046.017500', '120046.477500', '120046.937500', '120047.397500', '120047.857500', '120048.317500', '120048.777500', '120049.237500', '120049.697500', '120050.157500', '120050.617500', '120051.077500', '120051.537500', '120051.997500', '120052.457500', '120052.917500', '120053.377500', '120053.837500', '120054.297500', '120054.757500', '120055.217500', '120055.677500', '120056.137500', '120056.597500', '120057.057500', '120057.517500', '120057.977500', '120058.437500', '120058.897500', '120059.357500', '120059.817500', '120100.277500', '120100.737500', '120101.197500', '120101.657500', '120102.117500', '120102.577500', '120103.037500', '120103.497500', '120103.957500', '120104.417500', '120104.877500', '120105.337500', '120105.797500', '120106.257500', '120106.717500', '120107.177500', '120107.637500', '120108.097500', '120108.557500', '120109.017500', '120109.477500', '120109.937500', '120110.397500', '120110.857500', '120111.317500', '120111.777500', '120112.237500', '120112.697500', '120113.157500', '120113.617500', '120114.077500', '120114.537500', '120114.997500', '120115.457500', '120115.917500', '120116.377500', '120116.837500', '120117.297500', '120117.757500', '120118.217500', '120118.677500', '120119.137500', '120119.597500', '120120.057500', '120120.517500', '120120.977500', '120121.437500', '120121.897500', '120122.357500', '120122.817500', '120123.277500', '120123.737500', '120124.197500', '120124.657500', '120125.117500', '120125.577500', '120126.037500', '120126.497500', '120126.957500', '120127.417500', '120127.877500', '120128.337500', '120128.797500', '120129.257500', '120129.717500', '120130.177500', '120130.637500', '120131.097500', '120131.557500', '120132.017500', '120132.477500', '120132.937500', '120133.397500', '120133.857500', '120134.317500', '120134.777500', '120135.237500', '120135.697500', '120136.157500', '120136.617500', '120137.077500', '120137.537500', '120137.997500', '120138.457500', '120138.917500', '120139.377500', '120139.837500', '120140.297500', '120140.757500', '120141.217500', '120141.677500', '120142.137500', '120142.597500', '120143.057500', '120143.517500', '120143.977500', '120144.437500', '120144.897500', '120145.357500', '120145.817500', '120146.277500', '120146.737500', '120147.197500', '120147.657500', '120148.117500', '120148.577500', '120149.037500', '120149.497500', '120149.957500', '120150.417500', '120150.877500', '120151.337500', '120151.797500', '120152.257500', '120152.717500', '120153.177500', '120153.637500', '120154.097500', '120154.557500', '120155.017500', '120155.477500', '120155.937500', '120156.397500', '120156.857500', '120157.317500', '120157.777500', '120158.237500', '120158.697500', '120159.157500', '120159.617500', '120200.077500', '120200.537500', '120200.997500', '120201.457500', '120201.917500', '120202.377500', '120202.837500', '120203.297500', '120203.757500', '120204.217500', '120204.677500', '120205.137500', '120205.597500', '120206.057500', '120206.517500', '120206.977500', '120207.437500', '120207.897500', '120208.357500', '120208.817500', '120209.277500', '120209.737500', '120210.197500', '120210.657500', '120211.117500', '120211.577500', '120212.037500', '120212.497500', '120212.957500', '120213.417500', '120213.877500', '120214.337500', '120214.797500', '120215.257500', '120215.717500', '120216.177500', '120216.637500', '120217.097500', '120217.557500', '120218.017500', '120218.477500', '120218.937500', '120219.397500', '120219.857500', '120220.317500', '120220.777500', '120221.237500', '120221.697500', '120222.157500', '120222.617500', '120223.077500', '120223.537500', '120223.997500', '120224.457500', '120224.917500', '120225.377500', '120225.837500', '120226.297500', '120226.757500', '120227.217500', '120227.677500', '120228.137500', '120228.597500', '120229.057500', '120229.517500', '120229.977500', '120230.437500', '120230.897500', '120231.357500', '120231.817500', '120232.277500', '120232.737500', '120233.197500', '120233.657500', '120234.117500', '120234.577500', '120235.037500', '120235.497500', '120235.957500', '120236.417500', '120236.877500', '120237.337500', '120237.797500', '120238.257500', '120238.717500', '120239.177500', '120239.637500', '120240.097500', '120240.557500', '120241.017500', '120241.477500', '120241.937500', '120242.397500', '120242.857500', '120243.317500', '120243.777500', '120244.237500', '120244.697500', '120245.157500'], 'ContentTime': ['115418.372000', '115418.375000', '115418.379000', '115418.382000', '115418.385000', '115418.387000', '115418.390000', '115418.393000', '115418.396000', '115418.399000', '115418.402000', '115418.405000', '115418.408000', '115418.411000', '115418.414000', '115418.417000', '115418.420000', '115418.423000', '115418.426000', '115418.429000', '115418.432000', '115418.435000', '115418.438000', '115418.441000', '115418.444000', '115418.447000', '115418.449000', '115418.452000', '115418.455000', '115418.458000', '115418.461000', '115418.464000', '115418.467000', '115418.470000', '115418.473000', '115418.483000', '115418.486000', '115418.489000', '115418.492000', '115418.495000', '115418.498000', '115418.500000', '115418.503000', '115418.506000', '115418.509000', '115418.513000', '115418.516000', '115418.518000', '115418.521000', '115418.525000', '115418.528000', '115438.338000', '115438.341000', '115438.344000', '115438.346000', '115438.358000', '115438.361000', '115438.363000', '115438.366000', '115438.369000', '115438.372000', '115438.375000', '115438.377000', '115438.380000', '115438.383000', '115438.386000', '115438.389000', '115438.392000', '115438.394000', '115438.397000', '115438.400000', '115438.403000', '115438.415000', '115438.418000', '115438.421000', '115438.423000', '115438.426000', '115438.429000', '115438.432000', '115438.435000', '115438.437000', '115438.440000', '115438.443000', '115438.446000', '115438.449000', '115438.452000', '115438.455000', '115438.457000', '115438.460000', '115438.463000', '115438.466000', '115438.469000', '115438.471000', '115438.474000', '115438.477000', '115458.338000', '115458.341000', '115458.344000', '115458.347000', '115458.349000', '115458.352000', '115458.355000', '115458.358000', '115458.361000', '115458.364000', '115458.366000', '115458.369000', '115458.372000', '115458.375000', '115458.378000', '115458.381000', '115458.384000', '115458.386000', '115458.389000', '115458.392000', '115458.395000', '115458.398000', '115458.401000', '115458.403000', '115458.406000', '115458.409000', '115458.412000', '115458.415000', '115458.418000', '115458.420000', '115458.423000', '115458.426000', '115458.429000', '115458.441000', '115458.444000', '115458.447000', '115458.450000', '115458.453000', '115458.456000', '115458.458000', '115458.461000', '115458.464000', '115458.467000', '115518.337000', '115518.340000', '115518.343000', '115518.346000', '115518.348000', '115518.360000', '115518.363000', '115518.365000', '115518.368000', '115518.371000', '115518.374000', '115518.377000', '115518.379000', '115518.382000', '115518.385000', '115518.388000', '115518.391000', '115518.394000', '115518.397000', '115518.399000', '115518.402000', '115518.405000', '115518.408000', '115518.411000', '115518.414000', '115518.417000', '115518.419000', '115518.422000', '115518.425000', '115518.428000', '115518.431000', '115518.434000', '115518.436000', '115518.439000', '115518.442000', '115518.446000', '115518.449000', '115518.452000', '115518.455000', '115518.458000', '115518.460000', '115518.463000', '115518.466000', '115518.469000', '115538.337000', '115538.340000', '115538.343000', '115538.346000', '115538.349000', '115538.351000', '115538.354000', '115538.357000', '115538.360000', '115538.363000', '115538.366000', '115538.369000', '115538.372000', '115538.374000', '115538.377000', '115538.380000', '115538.383000', '115538.386000', '115538.463000', '115538.466000', '115538.469000', '115538.472000', '115538.475000', '115538.477000', '115538.480000', '115538.483000', '115538.486000', '115538.489000', '115538.492000', '115538.495000', '115538.497000', '115538.500000', '115538.503000', '115538.506000', '115538.509000', '115538.512000', '115538.514000', '115538.517000', '115538.520000', '115538.523000', '115538.526000', '115538.529000', '115538.532000', '115558.338000', '115558.341000', '115558.344000', '115558.347000', '115558.350000', '115558.353000', '115558.356000', '115558.358000', '115558.361000', '115558.364000', '115558.367000', '115558.370000', '115558.373000', '115558.376000', '115558.379000', '115558.382000', '115558.384000', '115558.387000', '115558.390000', '115558.393000', '115558.396000', '115558.399000', '115558.402000', '115558.404000', '115558.407000', '115558.410000', '115558.413000', '115558.416000', '115558.419000', '115558.422000', '115558.424000', '115558.427000', '115558.430000', '115558.433000', '115558.436000', '115558.439000', '115558.442000', '115558.444000', '115558.447000', '115558.450000', '115558.453000', '115558.456000', '115558.459000', '115618.338000', '115618.341000', '115618.344000', '115618.347000', '115618.349000', '115618.352000', '115618.355000', '115618.358000', '115618.361000', '115618.364000', '115618.367000', '115618.369000', '115618.372000', '115618.375000', '115618.394000', '115618.397000', '115618.400000', '115618.402000', '115618.405000', '115618.408000', '115618.411000', '115618.414000', '115618.417000', '115618.420000', '115618.422000', '115618.425000', '115618.428000', '115618.431000', '115618.434000', '115618.437000', '115618.440000', '115618.442000', '115618.445000', '115618.448000', '115618.451000', '115618.454000', '115618.457000', '115618.460000', '115618.462000', '115618.465000', '115618.468000', '115618.471000', '115618.474000', '115618.477000', '115638.338000', '115638.341000', '115638.344000', '115638.347000', '115638.350000', '115638.352000', '115638.355000', '115638.358000', '115638.363000', '115638.367000', '115638.370000', '115638.373000', '115638.376000', '115638.379000', '115638.382000', '115638.385000', '115638.388000', '115638.391000', '115638.393000', '115638.396000', '115638.399000', '115638.402000', '115638.405000', '115638.408000', '115638.410000', '115638.413000', '115638.416000', '115638.419000', '115638.422000', '115638.425000', '115638.427000', '115638.430000', '115638.433000', '115638.436000', '115638.439000', '115638.442000', '115638.445000', '115638.447000', '115638.457000', '115638.460000', '115638.463000', '115638.466000', '115638.469000', '115658.338000', '115658.341000', '115658.344000', '115658.347000', '115658.349000', '115658.352000', '115658.355000', '115658.358000', '115658.361000', '115658.364000', '115658.367000', '115658.369000', '115658.372000', '115658.375000', '115658.378000', '115658.381000', '115658.384000', '115658.387000', '115658.389000', '115658.392000', '115658.395000', '115658.398000', '115658.401000', '115658.404000', '115658.407000', '115658.409000', '115658.412000', '115658.415000', '115658.418000', '115658.421000', '115658.424000', '115658.427000', '115658.429000', '115658.432000', '115658.435000', '115658.438000', '115658.441000', '115658.444000', '115658.446000', '115658.449000', '115658.452000', '115658.455000', '115658.458000', '115658.461000', '115718.338000', '115718.341000', '115718.344000', '115718.347000', '115718.350000', '115718.353000', '115718.355000', '115718.358000', '115718.361000', '115718.364000', '115718.367000', '115718.370000', '115718.373000', '115718.376000', '115718.379000', '115718.382000', '115718.385000', '115718.388000', '115718.391000', '115718.393000', '115718.396000', '115718.399000', '115718.402000', '115718.405000', '115718.424000', '115718.427000', '115718.430000', '115718.432000', '115718.435000', '115718.438000', '115718.441000', '115718.444000', '115718.447000', '115718.449000', '115718.452000', '115718.455000', '115718.458000', '115718.461000', '115718.464000', '115718.467000', '115718.469000', '115718.472000', '115718.475000', '115738.337000', '115738.340000', '115738.343000', '115738.346000', '115738.348000', '115738.351000', '115738.354000', '115738.357000', '115738.360000', '115738.363000', '115738.366000', '115738.369000', '115738.372000', '115738.375000', '115738.377000', '115738.380000', '115738.383000', '115738.386000', '115738.389000', '115738.391000', '115738.394000', '115738.397000', '115738.400000', '115738.403000', '115738.406000', '115738.409000', '115738.411000', '115738.414000', '115738.417000', '115738.420000', '115738.423000', '115738.426000', '115738.428000', '115738.431000', '115738.434000', '115738.437000', '115738.440000', '115738.443000', '115738.445000', '115738.459000', '115738.462000', '115738.464000', '115738.467000', '115738.470000', '115758.337000', '115758.340000', '115758.343000', '115758.346000', '115758.349000', '115758.351000', '115758.354000', '115758.357000', '115758.360000', '115758.363000', '115758.366000', '115758.369000', '115758.372000', '115758.375000', '115758.377000', '115758.380000', '115758.383000', '115758.386000', '115758.389000', '115758.392000', '115758.395000', '115758.397000', '115758.401000', '115758.404000', '115758.407000', '115758.410000', '115758.412000', '115758.415000', '115758.418000', '115758.421000', '115758.424000', '115758.427000', '115758.430000', '115758.432000', '115758.435000', '115758.438000', '115758.441000', '115758.444000', '115758.447000', '115758.450000', '115758.453000', '115758.455000', '115758.458000', '115818.338000', '115818.341000', '115818.344000', '115818.347000', '115818.350000', '115818.352000', '115818.355000', '115818.358000', '115818.361000', '115818.364000', '115818.367000', '115818.370000', '115818.373000', '115818.375000', '115818.378000', '115818.381000', '115818.384000', '115818.387000', '115818.390000', '115818.392000', '115818.395000', '115818.398000', '115818.401000', '115818.404000', '115818.407000', '115818.410000', '115818.412000', '115818.415000', '115818.418000', '115818.421000', '115818.424000', '115818.427000', '115818.430000', '115818.433000', '115818.435000', '115818.438000', '115818.441000', '115818.444000', '115818.447000', '115818.450000', '115818.453000', '115818.455000', '115818.458000', '115818.461000', '115838.338000', '115838.341000', '115838.344000', '115838.347000', '115838.350000', '115838.353000', '115838.357000', '115838.360000', '115838.363000', '115838.366000', '115838.369000', '115838.372000', '115838.374000', '115838.377000', '115838.380000', '115838.383000', '115838.386000', '115838.389000', '115838.392000', '115838.395000', '115838.398000', '115838.400000', '115838.403000', '115838.406000', '115838.411000', '115838.414000', '115838.417000', '115838.420000', '115838.423000', '115838.426000', '115838.429000', '115838.432000', '115838.435000', '115838.437000', '115838.440000', '115838.443000', '115838.446000', '115838.449000', '115838.452000', '115838.455000', '115838.457000', '115838.460000', '115838.463000', '115858.338000', '115858.341000', '115858.344000', '115858.347000', '115858.349000', '115858.352000', '115858.355000', '115858.358000', '115858.361000', '115858.364000', '115858.367000', '115858.370000', '115858.373000', '115858.376000', '115858.378000', '115858.381000', '115858.384000', '115858.387000', '115858.390000', '115858.393000', '115858.395000', '115858.398000', '115858.401000', '115858.404000', '115858.407000', '115858.410000', '115858.413000', '115858.415000', '115858.418000', '115858.421000', '115858.424000', '115858.427000', '115858.430000', '115858.433000', '115858.436000', '115858.438000', '115858.441000', '115858.444000', '115858.447000', '115858.450000', '115858.453000', '115858.456000', '115858.458000', '115858.461000', '115918.338000', '115918.341000', '115918.344000', '115918.347000', '115918.350000', '115918.353000', '115918.364000', '115918.367000', '115918.369000', '115918.372000', '115918.375000', '115918.378000', '115918.381000', '115918.384000', '115918.387000', '115918.390000', '115918.392000', '115918.395000', '115918.398000', '115918.401000', '115918.404000', '115918.407000', '115918.410000', '115918.413000', '115918.415000', '115918.418000', '115918.421000', '115918.424000', '115918.427000', '115918.430000', '115918.433000', '115918.438000', '115918.442000', '115918.445000', '115918.448000', '115918.451000', '115918.454000', '115918.457000', '115918.459000', '115918.462000', '115918.465000', '115918.468000', '115918.471000', '115938.338000', '115938.341000', '115938.344000', '115938.347000', '115938.350000', '115938.352000', '115938.355000', '115938.358000', '115938.361000', '115938.364000', '115938.367000', '115938.370000', '115938.373000', '115938.376000', '115938.378000', '115938.381000', '115938.384000', '115938.387000', '115938.390000', '115938.393000', '115938.396000', '115938.398000', '115938.401000', '115938.404000', '115938.407000', '115938.410000', '115938.413000', '115938.416000', '115938.418000', '115938.421000', '115938.424000', '115938.427000', '115938.430000', '115938.433000', '115938.436000', '115938.439000', '115938.441000', '115938.444000', '115938.447000', '115938.450000', '115938.453000', '115938.456000', '115938.458000', '115938.461000', '115958.337000', '115958.340000', '115958.343000', '115958.346000', '115958.349000', '115958.353000', '115958.356000', '115958.359000', '115958.362000', '115958.365000', '115958.368000', '115958.371000', '115958.374000', '115958.376000', '115958.379000', '115958.382000', '115958.385000', '115958.388000', '115958.391000', '115958.395000', '115958.398000', '115958.401000', '115958.404000', '115958.406000', '115958.409000', '115958.412000', '115958.415000', '115958.418000', '115958.421000', '115958.424000', '115958.427000', '115958.430000', '115958.432000', '115958.435000', '115958.438000', '115958.441000', '115958.444000', '115958.447000', '115958.450000', '115958.453000', '115958.456000', '115958.459000', '115958.462000', '120018.337000', '120018.340000', '120018.343000', '120018.346000', '120018.349000', '120018.352000', '120018.355000', '120018.359000', '120018.362000', '120018.364000', '120018.367000', '120018.370000', '120018.373000', '120018.376000', '120018.379000', '120018.381000', '120018.384000', '120018.387000', '120018.390000', '120018.393000', '120018.396000', '120018.399000', '120018.402000', '120018.405000', '120018.407000', '120018.410000', '120018.413000', '120018.416000', '120018.419000', '120018.422000', '120018.425000', '120018.427000', '120018.430000', '120018.433000', '120018.436000', '120018.439000', '120018.442000', '120018.445000', '120018.448000', '120018.450000', '120018.453000', '120018.456000', '120018.459000', '120018.462000', '120038.338000', '120038.341000', '120038.344000', '120038.347000', '120038.350000', '120038.353000', '120038.356000', '120038.359000', '120038.361000', '120038.364000', '120038.367000', '120038.370000', '120038.373000', '120038.376000', '120038.379000', '120038.382000', '120038.385000', '120038.395000', '120038.398000', '120038.401000', '120038.404000', '120038.407000', '120038.410000', '120038.413000', '120038.416000', '120038.419000', '120038.422000', '120038.425000', '120038.428000', '120038.431000', '120038.433000', '120038.436000', '120038.439000', '120038.442000', '120038.445000', '120038.448000', '120038.451000', '120038.454000', '120038.457000', '120038.459000', '120038.462000', '120038.465000', '120038.468000', '120058.338000', '120058.341000', '120058.344000', '120058.347000', '120058.350000', '120058.353000', '120058.356000', '120058.358000', '120058.361000', '120058.364000', '120058.367000', '120058.370000', '120058.373000', '120058.376000', '120058.378000', '120058.381000', '120058.384000', '120058.387000', '120058.390000', '120058.393000', '120058.396000', '120058.398000', '120058.401000', '120058.404000', '120058.407000', '120058.410000', '120058.413000', '120058.416000', '120058.419000', '120058.421000', '120058.424000', '120058.427000', '120058.430000', '120058.433000', '120058.436000', '120058.439000', '120058.441000', '120058.444000', '120058.447000', '120058.450000', '120058.453000', '120058.456000', '120058.459000', '120058.462000', '120118.338000', '120118.341000', '120118.344000', '120118.347000', '120118.350000', '120118.353000', '120118.356000', '120118.358000', '120118.361000', '120118.364000', '120118.367000', '120118.370000', '120118.373000', '120118.376000', '120118.379000', '120118.381000', '120118.384000', '120118.387000', '120118.390000', '120118.393000', '120118.396000', '120118.399000', '120118.401000', '120118.404000', '120118.407000', '120118.410000', '120118.413000', '120118.416000', '120118.419000', '120118.422000', '120118.425000', '120118.427000', '120118.431000', '120118.434000', '120118.437000', '120118.440000', '120118.443000', '120118.446000', '120118.448000', '120118.451000', '120118.454000', '120118.457000', '120118.460000', '120138.338000', '120138.341000', '120138.344000', '120138.347000', '120138.350000', '120138.353000', '120138.356000', '120138.358000', '120138.361000', '120138.364000', '120138.367000', '120138.370000', '120138.373000', '120138.376000', '120138.379000', '120138.382000', '120138.385000', '120138.388000', '120138.391000', '120138.394000', '120138.396000', '120138.399000', '120138.402000', '120138.405000', '120138.408000', '120138.411000', '120138.414000', '120138.417000', '120138.419000', '120138.422000', '120138.425000', '120138.428000', '120138.431000', '120138.434000', '120138.437000', '120138.440000', '120138.443000', '120138.446000', '120138.449000', '120138.452000', '120138.454000', '120138.457000', '120138.460000', '120138.463000', '120158.338000', '120158.341000', '120158.344000', '120158.347000', '120158.350000', '120158.352000', '120158.355000', '120158.358000', '120158.361000', '120158.364000', '120158.367000', '120158.370000', '120158.373000', '120158.376000', '120158.378000', '120158.381000', '120158.384000', '120158.387000', '120158.390000', '120158.393000', '120158.396000', '120158.398000', '120158.401000', '120158.404000', '120158.407000', '120158.410000', '120158.413000', '120158.416000', '120158.423000', '120158.425000', '120158.428000', '120158.431000', '120158.434000', '120158.437000', '120158.440000', '120158.443000', '120158.446000', '120158.448000', '120158.451000', '120158.454000', '120158.457000', '120158.460000', '120158.463000', '120218.337000', '120218.344000', '120218.352000', '120218.370000', '120218.373000', '120218.376000', '120218.379000', '120218.382000', '120218.393000', '120218.403000', '120218.407000', '120218.419000', '120218.429000', '120218.432000', '120218.449000', '120218.459000', '120218.462000', '120218.465000', '120218.469000', '120218.479000', '120218.490000', '120218.493000', '120218.496000', '120218.499000', '120218.502000', '120218.505000', '120218.508000', '120218.511000', '120218.514000', '120218.517000', '120218.520000', '120218.523000', '120218.525000', '120218.528000', '120218.531000', '120218.534000', '120218.537000', '120218.540000', '120218.543000', '120218.546000', '120218.549000', '120218.551000', '120218.554000', '120218.557000', '120238.337000', '120238.340000', '120238.343000', '120238.346000', '120238.349000', '120238.352000', '120238.355000', '120238.358000', '120238.361000', '120238.364000', '120238.367000', '120238.369000', '120238.372000', '120238.375000', '120238.378000', '120238.381000', '120238.384000', '120238.387000', '120238.390000', '120238.393000', '120238.396000', '120238.399000', '120238.401000', '120238.404000', '120238.407000', '120238.410000', '120238.413000', '120238.416000', '120238.419000', '120238.422000', '120238.425000', '120238.428000', '120238.439000', '120238.442000', '120238.444000', '120238.447000', '120238.450000', '120238.453000', '120238.456000', '120238.459000', '120238.462000', '120238.465000', '120238.468000', '120246.656000', '120246.660000', '120246.664000', '120246.668000', '120246.672000', '120246.675000', '120246.678000', '120246.681000', '120246.684000', '120246.689000', '120246.693000', '120246.696000', '120246.699000', '120246.703000', '120246.706000', '120246.709000', '120246.712000', '120246.715000'], 'InstanceCreationTime': ['115418.372000', '115418.375000', '115418.379000', '115418.382000', '115418.385000', '115418.387000', '115418.390000', '115418.393000', '115418.396000', '115418.399000', '115418.402000', '115418.405000', '115418.408000', '115418.411000', '115418.414000', '115418.417000', '115418.420000', '115418.423000', '115418.426000', '115418.429000', '115418.432000', '115418.435000', '115418.438000', '115418.441000', '115418.444000', '115418.447000', '115418.449000', '115418.452000', '115418.455000', '115418.458000', '115418.461000', '115418.464000', '115418.467000', '115418.470000', '115418.473000', '115418.483000', '115418.486000', '115418.489000', '115418.492000', '115418.495000', '115418.498000', '115418.500000', '115418.503000', '115418.506000', '115418.509000', '115418.513000', '115418.516000', '115418.518000', '115418.521000', '115418.525000', '115418.528000', '115438.338000', '115438.341000', '115438.344000', '115438.346000', '115438.358000', '115438.361000', '115438.363000', '115438.366000', '115438.369000', '115438.372000', '115438.375000', '115438.377000', '115438.380000', '115438.383000', '115438.386000', '115438.389000', '115438.392000', '115438.394000', '115438.397000', '115438.400000', '115438.403000', '115438.415000', '115438.418000', '115438.421000', '115438.423000', '115438.426000', '115438.429000', '115438.432000', '115438.435000', '115438.437000', '115438.440000', '115438.443000', '115438.446000', '115438.449000', '115438.452000', '115438.455000', '115438.457000', '115438.460000', '115438.463000', '115438.466000', '115438.469000', '115438.471000', '115438.474000', '115438.477000', '115458.338000', '115458.341000', '115458.344000', '115458.347000', '115458.349000', '115458.352000', '115458.355000', '115458.358000', '115458.361000', '115458.364000', '115458.366000', '115458.369000', '115458.372000', '115458.375000', '115458.378000', '115458.381000', '115458.384000', '115458.386000', '115458.389000', '115458.392000', '115458.395000', '115458.398000', '115458.401000', '115458.403000', '115458.406000', '115458.409000', '115458.412000', '115458.415000', '115458.418000', '115458.420000', '115458.423000', '115458.426000', '115458.429000', '115458.441000', '115458.444000', '115458.447000', '115458.450000', '115458.453000', '115458.456000', '115458.458000', '115458.461000', '115458.464000', '115458.467000', '115518.337000', '115518.340000', '115518.343000', '115518.346000', '115518.348000', '115518.360000', '115518.363000', '115518.365000', '115518.368000', '115518.371000', '115518.374000', '115518.377000', '115518.379000', '115518.382000', '115518.385000', '115518.388000', '115518.391000', '115518.394000', '115518.397000', '115518.399000', '115518.402000', '115518.405000', '115518.408000', '115518.411000', '115518.414000', '115518.417000', '115518.419000', '115518.422000', '115518.425000', '115518.428000', '115518.431000', '115518.434000', '115518.436000', '115518.439000', '115518.442000', '115518.446000', '115518.449000', '115518.452000', '115518.455000', '115518.458000', '115518.460000', '115518.463000', '115518.466000', '115518.469000', '115538.337000', '115538.340000', '115538.343000', '115538.346000', '115538.349000', '115538.351000', '115538.354000', '115538.357000', '115538.360000', '115538.363000', '115538.366000', '115538.369000', '115538.372000', '115538.374000', '115538.377000', '115538.380000', '115538.383000', '115538.386000', '115538.463000', '115538.466000', '115538.469000', '115538.472000', '115538.475000', '115538.477000', '115538.480000', '115538.483000', '115538.486000', '115538.489000', '115538.492000', '115538.495000', '115538.497000', '115538.500000', '115538.503000', '115538.506000', '115538.509000', '115538.512000', '115538.514000', '115538.517000', '115538.520000', '115538.523000', '115538.526000', '115538.529000', '115538.532000', '115558.338000', '115558.341000', '115558.344000', '115558.347000', '115558.350000', '115558.353000', '115558.356000', '115558.358000', '115558.361000', '115558.364000', '115558.367000', '115558.370000', '115558.373000', '115558.376000', '115558.379000', '115558.382000', '115558.384000', '115558.387000', '115558.390000', '115558.393000', '115558.396000', '115558.399000', '115558.402000', '115558.404000', '115558.407000', '115558.410000', '115558.413000', '115558.416000', '115558.419000', '115558.422000', '115558.424000', '115558.427000', '115558.430000', '115558.433000', '115558.436000', '115558.439000', '115558.442000', '115558.444000', '115558.447000', '115558.450000', '115558.453000', '115558.456000', '115558.459000', '115618.338000', '115618.341000', '115618.344000', '115618.347000', '115618.349000', '115618.352000', '115618.355000', '115618.358000', '115618.361000', '115618.364000', '115618.367000', '115618.369000', '115618.372000', '115618.375000', '115618.394000', '115618.397000', '115618.400000', '115618.402000', '115618.405000', '115618.408000', '115618.411000', '115618.414000', '115618.417000', '115618.420000', '115618.422000', '115618.425000', '115618.428000', '115618.431000', '115618.434000', '115618.437000', '115618.440000', '115618.442000', '115618.445000', '115618.448000', '115618.451000', '115618.454000', '115618.457000', '115618.460000', '115618.462000', '115618.465000', '115618.468000', '115618.471000', '115618.474000', '115618.477000', '115638.338000', '115638.341000', '115638.344000', '115638.347000', '115638.350000', '115638.352000', '115638.355000', '115638.358000', '115638.363000', '115638.367000', '115638.370000', '115638.373000', '115638.376000', '115638.379000', '115638.382000', '115638.385000', '115638.388000', '115638.391000', '115638.393000', '115638.396000', '115638.399000', '115638.402000', '115638.405000', '115638.408000', '115638.410000', '115638.413000', '115638.416000', '115638.419000', '115638.422000', '115638.425000', '115638.427000', '115638.430000', '115638.433000', '115638.436000', '115638.439000', '115638.442000', '115638.445000', '115638.447000', '115638.457000', '115638.460000', '115638.463000', '115638.466000', '115638.469000', '115658.338000', '115658.341000', '115658.344000', '115658.347000', '115658.349000', '115658.352000', '115658.355000', '115658.358000', '115658.361000', '115658.364000', '115658.367000', '115658.369000', '115658.372000', '115658.375000', '115658.378000', '115658.381000', '115658.384000', '115658.387000', '115658.389000', '115658.392000', '115658.395000', '115658.398000', '115658.401000', '115658.404000', '115658.407000', '115658.409000', '115658.412000', '115658.415000', '115658.418000', '115658.421000', '115658.424000', '115658.427000', '115658.429000', '115658.432000', '115658.435000', '115658.438000', '115658.441000', '115658.444000', '115658.446000', '115658.449000', '115658.452000', '115658.455000', '115658.458000', '115658.461000', '115718.338000', '115718.341000', '115718.344000', '115718.347000', '115718.350000', '115718.353000', '115718.355000', '115718.358000', '115718.361000', '115718.364000', '115718.367000', '115718.370000', '115718.373000', '115718.376000', '115718.379000', '115718.382000', '115718.385000', '115718.388000', '115718.391000', '115718.393000', '115718.396000', '115718.399000', '115718.402000', '115718.405000', '115718.424000', '115718.427000', '115718.430000', '115718.432000', '115718.435000', '115718.438000', '115718.441000', '115718.444000', '115718.447000', '115718.449000', '115718.452000', '115718.455000', '115718.458000', '115718.461000', '115718.464000', '115718.467000', '115718.469000', '115718.472000', '115718.475000', '115738.337000', '115738.340000', '115738.343000', '115738.346000', '115738.348000', '115738.351000', '115738.354000', '115738.357000', '115738.360000', '115738.363000', '115738.366000', '115738.369000', '115738.372000', '115738.375000', '115738.377000', '115738.380000', '115738.383000', '115738.386000', '115738.389000', '115738.391000', '115738.394000', '115738.397000', '115738.400000', '115738.403000', '115738.406000', '115738.409000', '115738.411000', '115738.414000', '115738.417000', '115738.420000', '115738.423000', '115738.426000', '115738.428000', '115738.431000', '115738.434000', '115738.437000', '115738.440000', '115738.443000', '115738.445000', '115738.459000', '115738.462000', '115738.464000', '115738.467000', '115738.470000', '115758.337000', '115758.340000', '115758.343000', '115758.346000', '115758.349000', '115758.351000', '115758.354000', '115758.357000', '115758.360000', '115758.363000', '115758.366000', '115758.369000', '115758.372000', '115758.375000', '115758.377000', '115758.380000', '115758.383000', '115758.386000', '115758.389000', '115758.392000', '115758.395000', '115758.397000', '115758.401000', '115758.404000', '115758.407000', '115758.410000', '115758.412000', '115758.415000', '115758.418000', '115758.421000', '115758.424000', '115758.427000', '115758.430000', '115758.432000', '115758.435000', '115758.438000', '115758.441000', '115758.444000', '115758.447000', '115758.450000', '115758.453000', '115758.455000', '115758.458000', '115818.338000', '115818.341000', '115818.344000', '115818.347000', '115818.350000', '115818.352000', '115818.355000', '115818.358000', '115818.361000', '115818.364000', '115818.367000', '115818.370000', '115818.373000', '115818.375000', '115818.378000', '115818.381000', '115818.384000', '115818.387000', '115818.390000', '115818.392000', '115818.395000', '115818.398000', '115818.401000', '115818.404000', '115818.407000', '115818.410000', '115818.412000', '115818.415000', '115818.418000', '115818.421000', '115818.424000', '115818.427000', '115818.430000', '115818.433000', '115818.435000', '115818.438000', '115818.441000', '115818.444000', '115818.447000', '115818.450000', '115818.453000', '115818.455000', '115818.458000', '115818.461000', '115838.338000', '115838.341000', '115838.344000', '115838.347000', '115838.350000', '115838.353000', '115838.357000', '115838.360000', '115838.363000', '115838.366000', '115838.369000', '115838.372000', '115838.374000', '115838.377000', '115838.380000', '115838.383000', '115838.386000', '115838.389000', '115838.392000', '115838.395000', '115838.398000', '115838.400000', '115838.403000', '115838.406000', '115838.411000', '115838.414000', '115838.417000', '115838.420000', '115838.423000', '115838.426000', '115838.429000', '115838.432000', '115838.435000', '115838.437000', '115838.440000', '115838.443000', '115838.446000', '115838.449000', '115838.452000', '115838.455000', '115838.457000', '115838.460000', '115838.463000', '115858.338000', '115858.341000', '115858.344000', '115858.347000', '115858.349000', '115858.352000', '115858.355000', '115858.358000', '115858.361000', '115858.364000', '115858.367000', '115858.370000', '115858.373000', '115858.376000', '115858.378000', '115858.381000', '115858.384000', '115858.387000', '115858.390000', '115858.393000', '115858.395000', '115858.398000', '115858.401000', '115858.404000', '115858.407000', '115858.410000', '115858.413000', '115858.415000', '115858.418000', '115858.421000', '115858.424000', '115858.427000', '115858.430000', '115858.433000', '115858.436000', '115858.438000', '115858.441000', '115858.444000', '115858.447000', '115858.450000', '115858.453000', '115858.456000', '115858.458000', '115858.461000', '115918.338000', '115918.341000', '115918.344000', '115918.347000', '115918.350000', '115918.353000', '115918.364000', '115918.367000', '115918.369000', '115918.372000', '115918.375000', '115918.378000', '115918.381000', '115918.384000', '115918.387000', '115918.390000', '115918.392000', '115918.395000', '115918.398000', '115918.401000', '115918.404000', '115918.407000', '115918.410000', '115918.413000', '115918.415000', '115918.418000', '115918.421000', '115918.424000', '115918.427000', '115918.430000', '115918.433000', '115918.438000', '115918.442000', '115918.445000', '115918.448000', '115918.451000', '115918.454000', '115918.457000', '115918.459000', '115918.462000', '115918.465000', '115918.468000', '115918.471000', '115938.338000', '115938.341000', '115938.344000', '115938.347000', '115938.350000', '115938.352000', '115938.355000', '115938.358000', '115938.361000', '115938.364000', '115938.367000', '115938.370000', '115938.373000', '115938.376000', '115938.378000', '115938.381000', '115938.384000', '115938.387000', '115938.390000', '115938.393000', '115938.396000', '115938.398000', '115938.401000', '115938.404000', '115938.407000', '115938.410000', '115938.413000', '115938.416000', '115938.418000', '115938.421000', '115938.424000', '115938.427000', '115938.430000', '115938.433000', '115938.436000', '115938.439000', '115938.441000', '115938.444000', '115938.447000', '115938.450000', '115938.453000', '115938.456000', '115938.458000', '115938.461000', '115958.337000', '115958.340000', '115958.343000', '115958.346000', '115958.349000', '115958.353000', '115958.356000', '115958.359000', '115958.362000', '115958.365000', '115958.368000', '115958.371000', '115958.374000', '115958.376000', '115958.379000', '115958.382000', '115958.385000', '115958.388000', '115958.391000', '115958.395000', '115958.398000', '115958.401000', '115958.404000', '115958.406000', '115958.409000', '115958.412000', '115958.415000', '115958.418000', '115958.421000', '115958.424000', '115958.427000', '115958.430000', '115958.432000', '115958.435000', '115958.438000', '115958.441000', '115958.444000', '115958.447000', '115958.450000', '115958.453000', '115958.456000', '115958.459000', '115958.462000', '120018.337000', '120018.340000', '120018.343000', '120018.346000', '120018.349000', '120018.352000', '120018.355000', '120018.359000', '120018.362000', '120018.364000', '120018.367000', '120018.370000', '120018.373000', '120018.376000', '120018.379000', '120018.381000', '120018.384000', '120018.387000', '120018.390000', '120018.393000', '120018.396000', '120018.399000', '120018.402000', '120018.405000', '120018.407000', '120018.410000', '120018.413000', '120018.416000', '120018.419000', '120018.422000', '120018.425000', '120018.427000', '120018.430000', '120018.433000', '120018.436000', '120018.439000', '120018.442000', '120018.445000', '120018.448000', '120018.450000', '120018.453000', '120018.456000', '120018.459000', '120018.462000', '120038.338000', '120038.341000', '120038.344000', '120038.347000', '120038.350000', '120038.353000', '120038.356000', '120038.359000', '120038.361000', '120038.364000', '120038.367000', '120038.370000', '120038.373000', '120038.376000', '120038.379000', '120038.382000', '120038.385000', '120038.395000', '120038.398000', '120038.401000', '120038.404000', '120038.407000', '120038.410000', '120038.413000', '120038.416000', '120038.419000', '120038.422000', '120038.425000', '120038.428000', '120038.431000', '120038.433000', '120038.436000', '120038.439000', '120038.442000', '120038.445000', '120038.448000', '120038.451000', '120038.454000', '120038.457000', '120038.459000', '120038.462000', '120038.465000', '120038.468000', '120058.338000', '120058.341000', '120058.344000', '120058.347000', '120058.350000', '120058.353000', '120058.356000', '120058.358000', '120058.361000', '120058.364000', '120058.367000', '120058.370000', '120058.373000', '120058.376000', '120058.378000', '120058.381000', '120058.384000', '120058.387000', '120058.390000', '120058.393000', '120058.396000', '120058.398000', '120058.401000', '120058.404000', '120058.407000', '120058.410000', '120058.413000', '120058.416000', '120058.419000', '120058.421000', '120058.424000', '120058.427000', '120058.430000', '120058.433000', '120058.436000', '120058.439000', '120058.441000', '120058.444000', '120058.447000', '120058.450000', '120058.453000', '120058.456000', '120058.459000', '120058.462000', '120118.338000', '120118.341000', '120118.344000', '120118.347000', '120118.350000', '120118.353000', '120118.356000', '120118.358000', '120118.361000', '120118.364000', '120118.367000', '120118.370000', '120118.373000', '120118.376000', '120118.379000', '120118.381000', '120118.384000', '120118.387000', '120118.390000', '120118.393000', '120118.396000', '120118.399000', '120118.401000', '120118.404000', '120118.407000', '120118.410000', '120118.413000', '120118.416000', '120118.419000', '120118.422000', '120118.425000', '120118.427000', '120118.431000', '120118.434000', '120118.437000', '120118.440000', '120118.443000', '120118.446000', '120118.448000', '120118.451000', '120118.454000', '120118.457000', '120118.460000', '120138.338000', '120138.341000', '120138.344000', '120138.347000', '120138.350000', '120138.353000', '120138.356000', '120138.358000', '120138.361000', '120138.364000', '120138.367000', '120138.370000', '120138.373000', '120138.376000', '120138.379000', '120138.382000', '120138.385000', '120138.388000', '120138.391000', '120138.394000', '120138.396000', '120138.399000', '120138.402000', '120138.405000', '120138.408000', '120138.411000', '120138.414000', '120138.417000', '120138.419000', '120138.422000', '120138.425000', '120138.428000', '120138.431000', '120138.434000', '120138.437000', '120138.440000', '120138.443000', '120138.446000', '120138.449000', '120138.452000', '120138.454000', '120138.457000', '120138.460000', '120138.463000', '120158.338000', '120158.341000', '120158.344000', '120158.347000', '120158.350000', '120158.352000', '120158.355000', '120158.358000', '120158.361000', '120158.364000', '120158.367000', '120158.370000', '120158.373000', '120158.376000', '120158.378000', '120158.381000', '120158.384000', '120158.387000', '120158.390000', '120158.393000', '120158.396000', '120158.398000', '120158.401000', '120158.404000', '120158.407000', '120158.410000', '120158.413000', '120158.416000', '120158.423000', '120158.425000', '120158.428000', '120158.431000', '120158.434000', '120158.437000', '120158.440000', '120158.443000', '120158.446000', '120158.448000', '120158.451000', '120158.454000', '120158.457000', '120158.460000', '120158.463000', '120218.337000', '120218.344000', '120218.352000', '120218.370000', '120218.373000', '120218.376000', '120218.379000', '120218.382000', '120218.393000', '120218.403000', '120218.407000', '120218.419000', '120218.429000', '120218.432000', '120218.449000', '120218.459000', '120218.462000', '120218.465000', '120218.469000', '120218.479000', '120218.490000', '120218.493000', '120218.496000', '120218.499000', '120218.502000', '120218.505000', '120218.508000', '120218.511000', '120218.514000', '120218.517000', '120218.520000', '120218.523000', '120218.525000', '120218.528000', '120218.531000', '120218.534000', '120218.537000', '120218.540000', '120218.543000', '120218.546000', '120218.549000', '120218.551000', '120218.554000', '120218.557000', '120238.337000', '120238.340000', '120238.343000', '120238.346000', '120238.349000', '120238.352000', '120238.355000', '120238.358000', '120238.361000', '120238.364000', '120238.367000', '120238.369000', '120238.372000', '120238.375000', '120238.378000', '120238.381000', '120238.384000', '120238.387000', '120238.390000', '120238.393000', '120238.396000', '120238.399000', '120238.401000', '120238.404000', '120238.407000', '120238.410000', '120238.413000', '120238.416000', '120238.419000', '120238.422000', '120238.425000', '120238.428000', '120238.439000', '120238.442000', '120238.444000', '120238.447000', '120238.450000', '120238.453000', '120238.456000', '120238.459000', '120238.462000', '120238.465000', '120238.468000', '120246.656000', '120246.660000', '120246.664000', '120246.668000', '120246.672000', '120246.675000', '120246.678000', '120246.681000', '120246.684000', '120246.689000', '120246.693000', '120246.696000', '120246.699000', '120246.703000', '120246.706000', '120246.709000', '120246.712000', '120246.715000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'LargestImagePixelValue': [15121, 14702, 13667, 14436, 14524, 20866, 13955, 25548, 14287, 24599, 14023, 22241, 14063, 16896, 13487, 11537, 14986, 10820, 17111, 11048, 17706, 12083, 17372, 11563, 16792, 12498, 23448, 12424, 19102, 12538, 19927, 12677, 18062, 13121, 11233, 15588, 11008, 16267, 10475, 16640, 10428, 16625, 10530, 15891, 10878, 15954, 11388, 16175, 12320, 16137, 11364, 15419, 11707, 16131, 13416, 21260, 12455, 17098, 12268, 18766, 13512, 19598, 14368, 13353, 15524, 12362, 16419, 11901, 16522, 12638, 18219, 11015, 17697, 11284, 17333, 11211, 17303, 11687, 18451, 12008, 17374, 11836, 16535, 11429, 16113, 11512, 17010, 12202, 16390, 12219, 15862, 11638, 15668, 11977, 15247, 11239, 15924, 10804, 15324, 10889, 15979, 11721, 15905, 11809, 15095, 11895, 15809, 12338, 21881, 11887, 18654, 12528, 16547, 12735, 15225, 15396, 11369, 15919, 10625, 15787, 10798, 17482, 11271, 16643, 12899, 14211, 22407, 12968, 24927, 13182, 24789, 12895, 17142, 12960, 16157, 12858, 15594, 12564, 15277, 12495, 15110, 13126, 16391, 13010, 15199, 13111, 15313, 12875, 16139, 13124, 22235, 13021, 21748, 13274, 22548, 13337, 19339, 13112, 19681, 13027, 21019, 13048, 15841, 13487, 13913, 13464, 17614, 13148, 17988, 14515, 11972, 15179, 12001, 14895, 12743, 14657, 12700, 15362, 11194, 15510, 11747, 15384, 12090, 15650, 10846, 16032, 10441, 15858, 10554, 16192, 10550, 16949, 11196, 15816, 11272, 15974, 11939, 16069, 11219, 16755, 11142, 15783, 11219, 15745, 13233, 15329, 11817, 14249, 12130, 14106, 14680, 14322, 12276, 14656, 12746, 13950, 16579, 13393, 22619, 13588, 15662, 13074, 15612, 13227, 18096, 13107, 18208, 14194, 12521, 14177, 12653, 14527, 18510, 14127, 13452, 14186, 13684, 13712, 13094, 14208, 15585, 15913, 12853, 15410, 11946, 15246, 13716, 14683, 12902, 15429, 13230, 14976, 13839, 15493, 11214, 16483, 10621, 15859, 10687, 16287, 10951, 16508, 11410, 16134, 11538, 15953, 10348, 15763, 11268, 15834, 10405, 15460, 10411, 15842, 10778, 16414, 11434, 16216, 11602, 16256, 12403, 21104, 13093, 19193, 12425, 14259, 13788, 10246, 17441, 13173, 22742, 13879, 12007, 15653, 11878, 19033, 10474, 17469, 11367, 16187, 22622, 11613, 19749, 10642, 13665, 11790, 12936, 17762, 12335, 21101, 12397, 12799, 13910, 11205, 14524, 10453, 15505, 10633, 16141, 10258, 16096, 10683, 15949, 13069, 14512, 15867, 14667, 14342, 13912, 22583, 13193, 25406, 14441, 23669, 15958, 19545, 12592, 17931, 12536, 21689, 12487, 19947, 13030, 20315, 12588, 21420, 12371, 25480, 13361, 20072, 12206, 22992, 12002, 21569, 12561, 19712, 12653, 16109, 12399, 13185, 13366, 13470, 14686, 11478, 15662, 10472, 15408, 10449, 17838, 11993, 19883, 13232, 21931, 13709, 12236, 14664, 11353, 16204, 13129, 15082, 25756, 16721, 22338, 14320, 14405, 12512, 13326, 13438, 18014, 13324, 20716, 13967, 19183, 13304, 25211, 12779, 18784, 12824, 20676, 12302, 15443, 11097, 14813, 11213, 14611, 10870, 15198, 11014, 15894, 10493, 15658, 10211, 15452, 12064, 15083, 10952, 15514, 11784, 14866, 13381, 14611, 12051, 15241, 11633, 15313, 10927, 16213, 10300, 16319, 10630, 16341, 11535, 16012, 11728, 16957, 13331, 17843, 11395, 16515, 11820, 16606, 11419, 15714, 11068, 15507, 10519, 16805, 11244, 16212, 11403, 16408, 11098, 16083, 11698, 18217, 12142, 21907, 11857, 19842, 12043, 16361, 13499, 16092, 12054, 15877, 10515, 14893, 10250, 15043, 10369, 15673, 10587, 15633, 10281, 15779, 10549, 16474, 11581, 16731, 10262, 20829, 14195, 17235, 12745, 11914, 16162, 11478, 19244, 13771, 21228, 14942, 13329, 18151, 10509, 23305, 12292, 17277, 10504, 15318, 14885, 12367, 21080, 11319, 17413, 12905, 16203, 11855, 17201, 11657, 19641, 12340, 15722, 12511, 14582, 14276, 11195, 15876, 11646, 15809, 12538, 15087, 18513, 13294, 18378, 12861, 23617, 12681, 25652, 12423, 22962, 12636, 16769, 12699, 13993, 12887, 14300, 12881, 13379, 13880, 10911, 15311, 10994, 15700, 12078, 14797, 12593, 14708, 12497, 14231, 14575, 12671, 21535, 13937, 12727, 14329, 11159, 16191, 11836, 21543, 11899, 14664, 12470, 19572, 11730, 16723, 11795, 15133, 12384, 13729, 24734, 11300, 16438, 11139, 15325, 10585, 15364, 10387, 16240, 11344, 16967, 12449, 22616, 13731, 22242, 14157, 23319, 14381, 16351, 11841, 24880, 11757, 21079, 12053, 17733, 12770, 16292, 10525, 15998, 10998, 17673, 10834, 16038, 10517, 17994, 11301, 21748, 13474, 17205, 12373, 11719, 14459, 10058, 16342, 9942, 16164, 10649, 16050, 10050, 15837, 12532, 14995, 10445, 16005, 11882, 15676, 13076, 15206, 13854, 15678, 10578, 16400, 10410, 16864, 10428, 16357, 10819, 16535, 11228, 17333, 11610, 21008, 11773, 22465, 13753, 18740, 12915, 15807, 12450, 19550, 12822, 22719, 12571, 11123, 15262, 10737, 17309, 11810, 22235, 13200, 16316, 13783, 11869, 16068, 11664, 15719, 12900, 14581, 21803, 14062, 14314, 14348, 12676, 14153, 12660, 14621, 13803, 15615, 11691, 16752, 10084, 16482, 10874, 16897, 12363, 17651, 12374, 17256, 12222, 17920, 12672, 19204, 12438, 13546, 13525, 11892, 14693, 13280, 15375, 14809, 14347, 14802, 15024, 11796, 15840, 11759, 16782, 11878, 16350, 11227, 17223, 10573, 17033, 11323, 16639, 11895, 17456, 12668, 22420, 13435, 18500, 12005, 15683, 12974, 19688, 14033, 12286, 15574, 12147, 15118, 12039, 15036, 12941, 15081, 12437, 16104, 11297, 16358, 11493, 16189, 13278, 15783, 12094, 16116, 12756, 14844, 16084, 13952, 22438, 13908, 16907, 13097, 14024, 13852, 15204, 14536, 11871, 16002, 11551, 16592, 10912, 17516, 11219, 17614, 13423, 21563, 13405, 15242, 15364, 10620, 18740, 10582, 17880, 12025, 16583, 23837, 12656, 21659, 13038, 17429, 11271, 20053, 11473, 20526, 11857, 19477, 13401, 15885, 12334, 11695, 13631, 11664, 14882, 19934, 13662, 22952, 13763, 22407, 12763, 23493, 12763, 23260, 12841, 21410, 12737, 20618, 11837, 19362, 12535, 16901, 12803, 10862, 15078, 9944, 16942, 10563, 17332, 11819, 18174, 12764, 17610, 11906, 17148, 11373, 17730, 12087, 18249, 11859, 16805, 11726, 16560, 11925, 16968, 12378, 17976, 11935, 16665, 11891, 16624, 11986, 16875, 13110, 16473, 11130, 16620, 11711, 16115, 12513, 18728, 11610, 19617, 11507, 20235, 12017, 21505, 13689, 19353, 11717, 20842, 11524, 16719, 12565, 15853, 12008, 15988, 11056, 15680, 11383, 15930, 12435, 15839, 11494, 19771, 11931, 20949, 13178, 19814, 13112, 13694, 13360, 17787, 13953, 23798, 14438, 22609, 13251, 24063, 12038, 18443, 11960, 17223, 13406, 19563, 11462, 16571, 11732, 16190, 12456, 17351, 12336, 20422, 11684, 19981, 12186, 21640, 14157, 17542, 12243, 19181, 12796, 22611, 13083, 23871, 14515, 18080, 12347, 18488, 13375, 24140, 13473, 21601, 13293, 21147, 13039, 17203, 13416, 17856, 14348, 10959, 15930, 11195, 16597, 10563, 17672, 11191, 18248, 12888, 17640, 12288, 17597, 12496, 17655, 12051, 18038, 12268, 16921, 11608, 16568, 11940, 16855, 12482, 17608, 12361, 16997, 11669, 16706, 12410, 16775, 12241, 16781, 11661, 16059, 11418, 16850, 12621, 17651, 12060, 19539, 11728, 21084, 13751, 17609, 12632, 15532, 13271, 12749, 14886, 15402, 15575, 12025, 16471, 11820, 16339, 13247, 15375, 19946, 14559, 15310, 14642, 25044, 13620, 20223, 13204, 17354, 12528, 16412, 11259, 16185, 11083, 15728, 11818, 15626, 11801, 16785, 11687, 16159, 11625, 16010, 12160, 15864, 11306, 16054, 10553, 15685, 16904, 13535, 18114, 13750, 24653, 12345, 17495, 12591, 20383, 12039, 21275, 11521, 20834, 13574, 17175, 12738, 14304, 13728, 13393, 16242, 11345, 17856, 12108, 19758, 14899, 23175, 13954, 16054, 14384, 23096, 14077, 25306, 14580, 23246, 12703, 17788, 13582, 17104, 14553, 19194, 11693, 18028, 12007, 14368, 13291, 14790, 14337, 11920, 16325, 11695, 16928, 11862, 15827, 15396, 15461, 11810, 16453, 12322, 15617, 12849, 15355, 15127, 16153, 12381, 16597, 11913, 16608, 11632, 17174, 10564, 18014, 11609, 17485, 13122, 17647, 12814, 18491, 14270, 19677, 12633, 19850, 13296, 22681, 13029, 22868, 14385, 17502, 13006, 17367, 13740, 23391, 13741, 20939, 14549, 22306, 13325, 23679, 13385, 22996, 12971, 20853, 12126, 20129, 11928, 20435, 12379, 19691, 13262, 11622, 13944, 11221, 15881, 11802, 16160, 13567, 16327, 13365, 15549, 24229, 13398, 21384, 13548, 17668, 11499, 16800, 11332, 16650, 12426, 19936, 11844, 19851, 11557, 19352, 13323, 11898, 14781, 13621, 14942, 18899, 14757, 19259, 15610, 12642], 'WindowCenter': [5187.0, 5161.0, 5138.0, 5134.0, 5121.0, 5156.0, 5108.0, 5174.0, 5106.0, 5159.0, 5096.0, 5154.0, 5097.0, 5111.0, 5083.0, 5073.0, 5102.0, 5064.0, 5114.0, 5065.0, 5113.0, 5075.0, 5113.0, 5077.0, 5112.0, 5073.0, 5142.0, 5071.0, 5118.0, 5075.0, 5132.0, 5082.0, 5110.0, 5082.0, 5062.0, 5099.0, 5065.0, 5100.0, 5055.0, 5113.0, 5054.0, 5112.0, 5064.0, 5103.0, 5066.0, 5112.0, 5078.0, 5114.0, 5086.0, 5115.0, 5077.0, 5100.0, 5088.0, 5112.0, 5096.0, 5152.0, 5096.0, 5121.0, 5088.0, 5131.0, 5095.0, 5141.0, 5106.0, 5094.0, 5112.0, 5084.0, 5113.0, 5075.0, 5113.0, 5073.0, 5125.0, 5064.0, 5115.0, 5063.0, 5111.0, 5063.0, 5107.0, 5063.0, 5112.0, 5062.0, 5101.0, 5060.0, 5101.0, 5063.0, 5085.0, 5060.0, 5101.0, 5060.0, 5088.0, 5062.0, 5090.0, 5063.0, 5088.0, 5061.0, 5090.0, 5047.0, 5087.0, 5061.0, 5102.0, 5065.0, 5101.0, 5073.0, 5101.0, 5075.0, 5101.0, 5073.0, 5103.0, 5083.0, 5140.0, 5077.0, 5123.0, 5082.0, 5124.0, 5084.0, 5105.0, 5116.0, 5073.0, 5110.0, 5066.0, 5114.0, 5066.0, 5124.0, 5078.0, 5115.0, 5082.0, 5095.0, 5139.0, 5083.0, 5150.0, 5084.0, 5149.0, 5071.0, 5107.0, 5080.0, 5091.0, 5070.0, 5088.0, 5069.0, 5089.0, 5069.0, 5088.0, 5083.0, 5098.0, 5083.0, 5090.0, 5082.0, 5087.0, 5069.0, 5097.0, 5082.0, 5139.0, 5082.0, 5138.0, 5082.0, 5140.0, 5091.0, 5119.0, 5084.0, 5130.0, 5084.0, 5138.0, 5081.0, 5101.0, 5084.0, 5078.0, 5084.0, 5107.0, 5084.0, 5119.0, 5092.0, 5074.0, 5102.0, 5072.0, 5104.0, 5084.0, 5094.0, 5084.0, 5104.0, 5063.0, 5103.0, 5074.0, 5100.0, 5069.0, 5113.0, 5063.0, 5114.0, 5062.0, 5111.0, 5066.0, 5113.0, 5066.0, 5123.0, 5066.0, 5103.0, 5062.0, 5111.0, 5072.0, 5113.0, 5062.0, 5113.0, 5061.0, 5101.0, 5063.0, 5101.0, 5082.0, 5093.0, 5062.0, 5092.0, 5059.0, 5092.0, 5089.0, 5090.0, 5068.0, 5090.0, 5069.0, 5089.0, 5109.0, 5081.0, 5137.0, 5083.0, 5101.0, 5081.0, 5101.0, 5084.0, 5119.0, 5084.0, 5120.0, 5095.0, 5084.0, 5095.0, 5084.0, 5105.0, 5130.0, 5096.0, 5092.0, 5096.0, 5093.0, 5093.0, 5094.0, 5103.0, 5112.0, 5112.0, 5082.0, 5114.0, 5073.0, 5101.0, 5093.0, 5106.0, 5085.0, 5105.0, 5080.0, 5104.0, 5082.0, 5103.0, 5062.0, 5103.0, 5054.0, 5102.0, 5054.0, 5113.0, 5066.0, 5115.0, 5076.0, 5103.0, 5074.0, 5112.0, 5051.0, 5101.0, 5066.0, 5101.0, 5053.0, 5101.0, 5064.0, 5111.0, 5062.0, 5115.0, 5076.0, 5113.0, 5076.0, 5112.0, 5086.0, 5141.0, 5097.0, 5144.0, 5099.0, 5106.0, 5108.0, 5070.0, 5136.0, 5099.0, 5149.0, 5096.0, 5096.0, 5132.0, 5085.0, 5139.0, 5069.0, 5126.0, 5075.0, 5117.0, 5145.0, 5066.0, 5121.0, 5043.0, 5070.0, 5046.0, 5068.0, 5105.0, 5069.0, 5125.0, 5069.0, 5067.0, 5082.0, 5063.0, 5093.0, 5066.0, 5106.0, 5068.0, 5125.0, 5070.0, 5117.0, 5065.0, 5111.0, 5095.0, 5103.0, 5113.0, 5115.0, 5105.0, 5097.0, 5143.0, 5083.0, 5152.0, 5090.0, 5142.0, 5101.0, 5117.0, 5073.0, 5107.0, 5073.0, 5138.0, 5075.0, 5132.0, 5085.0, 5128.0, 5074.0, 5129.0, 5070.0, 5147.0, 5082.0, 5130.0, 5076.0, 5139.0, 5072.0, 5137.0, 5073.0, 5133.0, 5084.0, 5100.0, 5075.0, 5083.0, 5093.0, 5093.0, 5104.0, 5075.0, 5112.0, 5065.0, 5115.0, 5066.0, 5123.0, 5073.0, 5142.0, 5097.0, 5154.0, 5095.0, 5076.0, 5102.0, 5076.0, 5112.0, 5083.0, 5115.0, 5162.0, 5113.0, 5127.0, 5089.0, 5092.0, 5069.0, 5081.0, 5083.0, 5109.0, 5084.0, 5130.0, 5094.0, 5119.0, 5084.0, 5150.0, 5081.0, 5117.0, 5069.0, 5126.0, 5073.0, 5090.0, 5050.0, 5088.0, 5061.0, 5091.0, 5052.0, 5093.0, 5063.0, 5099.0, 5054.0, 5103.0, 5053.0, 5101.0, 5074.0, 5103.0, 5062.0, 5100.0, 5069.0, 5091.0, 5081.0, 5091.0, 5073.0, 5102.0, 5070.0, 5104.0, 5066.0, 5111.0, 5065.0, 5112.0, 5066.0, 5124.0, 5084.0, 5127.0, 5086.0, 5125.0, 5106.0, 5133.0, 5084.0, 5116.0, 5087.0, 5119.0, 5074.0, 5113.0, 5064.0, 5103.0, 5067.0, 5114.0, 5066.0, 5111.0, 5074.0, 5099.0, 5062.0, 5102.0, 5074.0, 5121.0, 5085.0, 5140.0, 5073.0, 5128.0, 5086.0, 5111.0, 5092.0, 5113.0, 5083.0, 5101.0, 5061.0, 5102.0, 5064.0, 5103.0, 5054.0, 5111.0, 5066.0, 5103.0, 5054.0, 5112.0, 5066.0, 5111.0, 5084.0, 5123.0, 5083.0, 5152.0, 5117.0, 5134.0, 5112.0, 5087.0, 5140.0, 5085.0, 5148.0, 5120.0, 5155.0, 5115.0, 5095.0, 5124.0, 5067.0, 5151.0, 5084.0, 5126.0, 5057.0, 5102.0, 5091.0, 5070.0, 5128.0, 5075.0, 5126.0, 5084.0, 5100.0, 5074.0, 5112.0, 5065.0, 5117.0, 5067.0, 5102.0, 5074.0, 5090.0, 5090.0, 5065.0, 5103.0, 5060.0, 5089.0, 5070.0, 5087.0, 5104.0, 5071.0, 5107.0, 5070.0, 5133.0, 5060.0, 5146.0, 5060.0, 5128.0, 5057.0, 5084.0, 5061.0, 5067.0, 5067.0, 5077.0, 5068.0, 5080.0, 5081.0, 5050.0, 5098.0, 5063.0, 5099.0, 5085.0, 5093.0, 5081.0, 5092.0, 5086.0, 5119.0, 5113.0, 5095.0, 5154.0, 5092.0, 5077.0, 5101.0, 5073.0, 5112.0, 5084.0, 5152.0, 5086.0, 5113.0, 5097.0, 5146.0, 5088.0, 5140.0, 5085.0, 5112.0, 5095.0, 5103.0, 5163.0, 5072.0, 5112.0, 5072.0, 5112.0, 5067.0, 5110.0, 5064.0, 5123.0, 5074.0, 5123.0, 5100.0, 5160.0, 5109.0, 5165.0, 5116.0, 5162.0, 5114.0, 5125.0, 5087.0, 5160.0, 5076.0, 5141.0, 5075.0, 5113.0, 5083.0, 5100.0, 5051.0, 5101.0, 5050.0, 5107.0, 5048.0, 5097.0, 5050.0, 5110.0, 5063.0, 5150.0, 5096.0, 5122.0, 5083.0, 5073.0, 5104.0, 5054.0, 5109.0, 5053.0, 5116.0, 5065.0, 5116.0, 5055.0, 5114.0, 5083.0, 5104.0, 5065.0, 5112.0, 5069.0, 5105.0, 5082.0, 5101.0, 5081.0, 5102.0, 5053.0, 5111.0, 5051.0, 5110.0, 5059.0, 5112.0, 5063.0, 5109.0, 5071.0, 5118.0, 5077.0, 5142.0, 5085.0, 5151.0, 5104.0, 5129.0, 5096.0, 5109.0, 5088.0, 5132.0, 5093.0, 5160.0, 5098.0, 5091.0, 5124.0, 5076.0, 5124.0, 5088.0, 5163.0, 5108.0, 5124.0, 5105.0, 5087.0, 5126.0, 5084.0, 5115.0, 5087.0, 5103.0, 5151.0, 5097.0, 5093.0, 5090.0, 5079.0, 5090.0, 5081.0, 5102.0, 5090.0, 5115.0, 5072.0, 5113.0, 5057.0, 5110.0, 5059.0, 5122.0, 5084.0, 5121.0, 5086.0, 5125.0, 5084.0, 5120.0, 5084.0, 5130.0, 5084.0, 5090.0, 5094.0, 5073.0, 5104.0, 5095.0, 5111.0, 5099.0, 5101.0, 5101.0, 5103.0, 5070.0, 5113.0, 5071.0, 5108.0, 5071.0, 5109.0, 5061.0, 5120.0, 5065.0, 5109.0, 5074.0, 5111.0, 5085.0, 5123.0, 5081.0, 5150.0, 5095.0, 5130.0, 5080.0, 5109.0, 5092.0, 5138.0, 5095.0, 5084.0, 5105.0, 5073.0, 5100.0, 5073.0, 5100.0, 5083.0, 5103.0, 5084.0, 5111.0, 5074.0, 5108.0, 5071.0, 5107.0, 5082.0, 5111.0, 5081.0, 5112.0, 5082.0, 5101.0, 5103.0, 5091.0, 5138.0, 5093.0, 5110.0, 5082.0, 5092.0, 5091.0, 5097.0, 5104.0, 5073.0, 5112.0, 5076.0, 5125.0, 5075.0, 5136.0, 5088.0, 5131.0, 5105.0, 5151.0, 5097.0, 5115.0, 5115.0, 5068.0, 5146.0, 5063.0, 5126.0, 5073.0, 5116.0, 5150.0, 5074.0, 5132.0, 5068.0, 5099.0, 5052.0, 5115.0, 5058.0, 5126.0, 5060.0, 5126.0, 5085.0, 5113.0, 5083.0, 5074.0, 5092.0, 5074.0, 5114.0, 5139.0, 5095.0, 5149.0, 5096.0, 5153.0, 5082.0, 5149.0, 5084.0, 5149.0, 5087.0, 5138.0, 5082.0, 5131.0, 5075.0, 5128.0, 5084.0, 5109.0, 5084.0, 5065.0, 5103.0, 5063.0, 5123.0, 5075.0, 5132.0, 5084.0, 5137.0, 5098.0, 5125.0, 5084.0, 5122.0, 5076.0, 5125.0, 5073.0, 5122.0, 5074.0, 5109.0, 5073.0, 5111.0, 5071.0, 5108.0, 5075.0, 5121.0, 5072.0, 5100.0, 5070.0, 5109.0, 5072.0, 5110.0, 5084.0, 5102.0, 5061.0, 5110.0, 5073.0, 5097.0, 5073.0, 5121.0, 5075.0, 5128.0, 5072.0, 5128.0, 5074.0, 5140.0, 5091.0, 5128.0, 5072.0, 5138.0, 5071.0, 5109.0, 5080.0, 5115.0, 5085.0, 5099.0, 5065.0, 5103.0, 5076.0, 5100.0, 5083.0, 5103.0, 5075.0, 5127.0, 5086.0, 5140.0, 5096.0, 5145.0, 5099.0, 5105.0, 5103.0, 5124.0, 5106.0, 5164.0, 5104.0, 5150.0, 5094.0, 5152.0, 5072.0, 5119.0, 5074.0, 5109.0, 5082.0, 5121.0, 5064.0, 5098.0, 5073.0, 5100.0, 5070.0, 5109.0, 5082.0, 5131.0, 5074.0, 5130.0, 5081.0, 5140.0, 5102.0, 5124.0, 5088.0, 5130.0, 5086.0, 5149.0, 5094.0, 5148.0, 5103.0, 5122.0, 5083.0, 5116.0, 5094.0, 5149.0, 5093.0, 5143.0, 5091.0, 5136.0, 5080.0, 5110.0, 5094.0, 5122.0, 5104.0, 5063.0, 5113.0, 5071.0, 5120.0, 5065.0, 5130.0, 5076.0, 5135.0, 5098.0, 5134.0, 5095.0, 5123.0, 5084.0, 5121.0, 5088.0, 5123.0, 5088.0, 5113.0, 5076.0, 5109.0, 5073.0, 5109.0, 5087.0, 5123.0, 5085.0, 5112.0, 5064.0, 5101.0, 5075.0, 5108.0, 5073.0, 5098.0, 5060.0, 5100.0, 5059.0, 5112.0, 5082.0, 5109.0, 5071.0, 5128.0, 5069.0, 5141.0, 5091.0, 5123.0, 5082.0, 5103.0, 5084.0, 5082.0, 5105.0, 5102.0, 5113.0, 5083.0, 5114.0, 5072.0, 5111.0, 5094.0, 5110.0, 5132.0, 5105.0, 5101.0, 5101.0, 5161.0, 5093.0, 5128.0, 5078.0, 5112.0, 5070.0, 5099.0, 5064.0, 5099.0, 5060.0, 5099.0, 5074.0, 5111.0, 5083.0, 5113.0, 5083.0, 5111.0, 5074.0, 5113.0, 5086.0, 5115.0, 5079.0, 5114.0, 5065.0, 5112.0, 5109.0, 5091.0, 5120.0, 5090.0, 5150.0, 5072.0, 5110.0, 5075.0, 5132.0, 5073.0, 5139.0, 5075.0, 5141.0, 5094.0, 5120.0, 5093.0, 5104.0, 5118.0, 5108.0, 5135.0, 5089.0, 5134.0, 5098.0, 5143.0, 5118.0, 5162.0, 5107.0, 5114.0, 5107.0, 5153.0, 5096.0, 5162.0, 5093.0, 5143.0, 5070.0, 5111.0, 5080.0, 5097.0, 5089.0, 5120.0, 5063.0, 5107.0, 5072.0, 5091.0, 5093.0, 5101.0, 5092.0, 5072.0, 5114.0, 5072.0, 5110.0, 5071.0, 5110.0, 5102.0, 5104.0, 5071.0, 5111.0, 5073.0, 5105.0, 5080.0, 5100.0, 5098.0, 5114.0, 5074.0, 5112.0, 5073.0, 5108.0, 5073.0, 5120.0, 5066.0, 5121.0, 5076.0, 5121.0, 5095.0, 5132.0, 5098.0, 5132.0, 5107.0, 5142.0, 5085.0, 5140.0, 5094.0, 5153.0, 5092.0, 5150.0, 5107.0, 5121.0, 5093.0, 5122.0, 5096.0, 5153.0, 5097.0, 5143.0, 5094.0, 5141.0, 5084.0, 5149.0, 5081.0, 5151.0, 5082.0, 5127.0, 5073.0, 5127.0, 5061.0, 5126.0, 5072.0, 5129.0, 5085.0, 5072.0, 5101.0, 5063.0, 5117.0, 5085.0, 5126.0, 5094.0, 5127.0, 5095.0, 5116.0, 5161.0, 5094.0, 5141.0, 5085.0, 5110.0, 5073.0, 5113.0, 5066.0, 5110.0, 5082.0, 5132.0, 5073.0, 5141.0, 5076.0, 5132.0, 5094.0, 5088.0, 5116.0, 5105.0, 5114.0, 5129.0, 5111.0, 5141.0, 5116.0, 5093.0], 'WindowWidth': [11207.0, 11152.0, 11115.0, 11099.0, 11080.0, 11121.0, 11056.0, 11146.0, 11048.0, 11121.0, 11033.0, 11112.0, 11032.0, 11048.0, 11012.0, 10997.0, 11037.0, 10986.0, 11056.0, 10987.0, 11057.0, 11001.0, 11056.0, 11005.0, 11053.0, 10998.0, 11092.0, 10993.0, 11054.0, 11000.0, 11077.0, 11008.0, 11043.0, 11008.0, 10980.0, 11030.0, 10985.0, 11033.0, 10973.0, 11052.0, 10972.0, 11052.0, 10988.0, 11039.0, 10991.0, 11052.0, 11011.0, 11058.0, 11021.0, 11060.0, 11008.0, 11035.0, 11026.0, 11054.0, 11037.0, 11109.0, 11036.0, 11065.0, 11025.0, 11077.0, 11032.0, 11091.0, 11049.0, 11028.0, 11055.0, 11016.0, 11056.0, 11004.0, 11056.0, 10997.0, 11077.0, 10987.0, 11060.0, 10983.0, 11050.0, 10983.0, 11042.0, 10982.0, 11054.0, 10980.0, 11036.0, 10975.0, 11034.0, 10981.0, 11008.0, 10974.0, 11034.0, 10974.0, 11013.0, 10978.0, 11016.0, 10982.0, 11011.0, 10975.0, 11016.0, 10955.0, 11009.0, 10978.0, 11033.0, 10987.0, 11036.0, 10998.0, 11035.0, 11002.0, 11036.0, 11000.0, 11039.0, 11015.0, 11090.0, 11007.0, 11065.0, 11010.0, 11068.0, 11014.0, 11040.0, 11061.0, 10999.0, 11050.0, 10992.0, 11060.0, 10993.0, 11077.0, 11009.0, 11063.0, 11008.0, 11030.0, 11087.0, 11011.0, 11105.0, 11013.0, 11106.0, 10991.0, 11041.0, 11002.0, 11018.0, 10990.0, 11014.0, 10987.0, 11013.0, 10986.0, 11011.0, 11007.0, 11027.0, 11008.0, 11016.0, 11006.0, 11012.0, 10988.0, 11026.0, 11009.0, 11085.0, 11007.0, 11081.0, 11009.0, 11089.0, 11022.0, 11056.0, 11012.0, 11071.0, 11012.0, 11082.0, 11006.0, 11031.0, 11013.0, 10998.0, 11012.0, 11038.0, 11012.0, 11055.0, 11022.0, 10996.0, 11036.0, 10992.0, 11039.0, 11011.0, 11027.0, 11011.0, 11042.0, 10984.0, 11039.0, 10998.0, 11034.0, 10989.0, 11056.0, 10985.0, 11057.0, 10983.0, 11049.0, 10991.0, 11055.0, 10990.0, 11071.0, 10989.0, 11041.0, 10982.0, 11052.0, 10995.0, 11056.0, 10982.0, 11055.0, 10977.0, 11034.0, 10984.0, 11036.0, 11005.0, 11024.0, 10978.0, 11019.0, 10972.0, 11021.0, 11013.0, 11018.0, 10985.0, 11017.0, 10985.0, 11015.0, 11040.0, 11007.0, 11079.0, 11009.0, 11030.0, 11005.0, 11029.0, 11012.0, 11057.0, 11013.0, 11058.0, 11028.0, 11012.0, 11028.0, 11012.0, 11044.0, 11073.0, 11031.0, 11023.0, 11033.0, 11026.0, 11028.0, 11028.0, 11042.0, 11050.0, 11056.0, 11011.0, 11058.0, 10998.0, 11038.0, 11024.0, 11045.0, 11014.0, 11045.0, 11003.0, 11040.0, 11007.0, 11040.0, 10979.0, 11038.0, 10969.0, 11036.0, 10971.0, 11053.0, 10990.0, 11060.0, 11006.0, 11042.0, 11001.0, 11053.0, 10967.0, 11036.0, 10988.0, 11037.0, 10969.0, 11034.0, 10988.0, 11050.0, 10984.0, 11060.0, 11005.0, 11055.0, 11006.0, 11055.0, 11022.0, 11096.0, 11041.0, 11100.0, 11044.0, 11050.0, 11054.0, 11000.0, 11093.0, 11041.0, 11104.0, 11034.0, 11038.0, 11095.0, 11020.0, 11101.0, 11001.0, 11081.0, 11002.0, 11068.0, 11118.0, 10989.0, 11065.0, 10949.0, 10986.0, 10949.0, 10982.0, 11029.0, 10985.0, 11057.0, 10984.0, 10981.0, 11007.0, 10983.0, 11023.0, 10990.0, 11047.0, 10997.0, 11077.0, 11001.0, 11065.0, 10991.0, 11055.0, 11030.0, 11042.0, 11053.0, 11064.0, 11045.0, 11035.0, 11095.0, 11012.0, 11120.0, 11019.0, 11098.0, 11034.0, 11054.0, 10995.0, 11037.0, 10996.0, 11084.0, 11001.0, 11075.0, 11014.0, 11067.0, 10999.0, 11069.0, 10990.0, 11099.0, 11009.0, 11071.0, 11002.0, 11088.0, 10995.0, 11082.0, 10998.0, 11079.0, 11012.0, 11030.0, 11000.0, 11008.0, 11024.0, 11023.0, 11043.0, 11003.0, 11053.0, 10991.0, 11061.0, 10994.0, 11070.0, 11000.0, 11098.0, 11038.0, 11116.0, 11029.0, 11004.0, 11039.0, 11004.0, 11055.0, 11011.0, 11062.0, 11133.0, 11050.0, 11068.0, 11014.0, 11017.0, 10988.0, 11003.0, 11010.0, 11041.0, 11012.0, 11070.0, 11027.0, 11055.0, 11013.0, 11106.0, 11007.0, 11059.0, 10988.0, 11065.0, 10995.0, 11017.0, 10961.0, 11012.0, 10979.0, 11019.0, 10968.0, 11024.0, 10984.0, 11030.0, 10972.0, 11039.0, 10971.0, 11036.0, 10998.0, 11039.0, 10983.0, 11034.0, 10988.0, 11020.0, 11005.0, 11022.0, 10997.0, 11038.0, 10993.0, 11040.0, 10991.0, 11051.0, 10990.0, 11057.0, 10995.0, 11072.0, 11019.0, 11080.0, 11025.0, 11075.0, 11050.0, 11088.0, 11020.0, 11063.0, 11023.0, 11066.0, 11003.0, 11056.0, 10988.0, 11043.0, 10993.0, 11059.0, 10990.0, 11050.0, 10999.0, 11031.0, 10983.0, 11039.0, 11002.0, 11065.0, 11018.0, 11092.0, 11001.0, 11075.0, 11022.0, 11053.0, 11027.0, 11057.0, 11015.0, 11039.0, 10982.0, 11039.0, 10988.0, 11040.0, 10973.0, 11052.0, 10992.0, 11040.0, 10974.0, 11052.0, 10993.0, 11054.0, 11018.0, 11072.0, 11025.0, 11116.0, 11070.0, 11086.0, 11065.0, 11026.0, 11105.0, 11023.0, 11115.0, 11078.0, 11120.0, 11064.0, 11032.0, 11075.0, 10992.0, 11112.0, 11016.0, 11078.0, 10978.0, 11039.0, 11016.0, 10990.0, 11075.0, 11005.0, 11079.0, 11013.0, 11033.0, 11000.0, 11050.0, 10986.0, 11052.0, 10985.0, 11033.0, 10999.0, 11016.0, 11020.0, 10987.0, 11038.0, 10977.0, 11017.0, 10986.0, 11010.0, 11029.0, 10990.0, 11032.0, 10987.0, 11068.0, 10973.0, 11092.0, 10973.0, 11065.0, 10969.0, 10999.0, 10972.0, 10977.0, 10980.0, 10993.0, 10984.0, 11000.0, 11006.0, 10962.0, 11028.0, 10983.0, 11033.0, 11018.0, 11027.0, 11007.0, 11026.0, 11019.0, 11072.0, 11057.0, 11035.0, 11111.0, 11024.0, 11000.0, 11036.0, 11000.0, 11054.0, 11017.0, 11112.0, 11024.0, 11056.0, 11041.0, 11111.0, 11027.0, 11104.0, 11021.0, 11058.0, 11034.0, 11045.0, 11136.0, 10999.0, 11055.0, 10997.0, 11053.0, 10994.0, 11050.0, 10990.0, 11069.0, 11006.0, 11073.0, 11046.0, 11124.0, 11058.0, 11133.0, 11068.0, 11129.0, 11063.0, 11075.0, 11024.0, 11123.0, 11006.0, 11101.0, 11002.0, 11058.0, 11011.0, 11035.0, 10967.0, 11033.0, 10962.0, 11040.0, 10960.0, 11024.0, 10965.0, 11046.0, 10986.0, 11105.0, 11033.0, 11063.0, 11014.0, 11000.0, 11041.0, 10974.0, 11048.0, 10972.0, 11062.0, 10991.0, 11063.0, 10979.0, 11059.0, 11014.0, 11043.0, 10988.0, 11053.0, 10990.0, 11044.0, 11010.0, 11034.0, 11005.0, 11040.0, 10971.0, 11048.0, 10965.0, 11046.0, 10978.0, 11050.0, 10985.0, 11048.0, 10997.0, 11060.0, 11010.0, 11095.0, 11020.0, 11109.0, 11046.0, 11075.0, 11036.0, 11047.0, 11024.0, 11080.0, 11030.0, 11119.0, 11044.0, 11030.0, 11075.0, 11009.0, 11075.0, 11027.0, 11128.0, 11054.0, 11071.0, 11049.0, 11024.0, 11078.0, 11018.0, 11061.0, 11020.0, 11044.0, 11106.0, 11033.0, 11023.0, 11020.0, 11001.0, 11019.0, 11005.0, 11036.0, 11017.0, 11058.0, 10995.0, 11056.0, 10980.0, 11048.0, 10978.0, 11068.0, 11016.0, 11068.0, 11020.0, 11075.0, 11018.0, 11063.0, 11017.0, 11076.0, 11015.0, 11020.0, 11029.0, 10998.0, 11046.0, 11030.0, 11053.0, 11033.0, 11037.0, 11035.0, 11041.0, 10992.0, 11054.0, 10994.0, 11044.0, 10993.0, 11046.0, 10981.0, 11065.0, 10989.0, 11048.0, 11001.0, 11051.0, 11019.0, 11067.0, 11011.0, 11107.0, 11031.0, 11075.0, 11009.0, 11046.0, 11027.0, 11084.0, 11032.0, 11014.0, 11045.0, 10999.0, 11033.0, 10997.0, 11034.0, 11013.0, 11042.0, 11015.0, 11052.0, 11002.0, 11046.0, 10997.0, 11044.0, 11009.0, 11053.0, 11009.0, 11053.0, 11009.0, 11035.0, 11037.0, 11020.0, 11082.0, 11025.0, 11044.0, 11009.0, 11021.0, 11023.0, 11026.0, 11042.0, 11000.0, 11054.0, 11006.0, 11076.0, 11007.0, 11092.0, 11028.0, 11082.0, 11049.0, 11109.0, 11036.0, 11059.0, 11061.0, 10997.0, 11108.0, 10989.0, 11081.0, 10998.0, 11067.0, 11107.0, 10998.0, 11088.0, 10983.0, 11030.0, 10964.0, 11049.0, 10971.0, 11063.0, 10977.0, 11064.0, 11015.0, 11051.0, 11013.0, 10999.0, 11024.0, 10999.0, 11057.0, 11085.0, 11031.0, 11101.0, 11032.0, 11108.0, 11010.0, 11103.0, 11014.0, 11107.0, 11019.0, 11087.0, 11011.0, 11077.0, 11002.0, 11071.0, 11017.0, 11045.0, 11016.0, 10990.0, 11042.0, 10990.0, 11071.0, 11006.0, 11083.0, 11017.0, 11095.0, 11041.0, 11076.0, 11016.0, 11069.0, 11006.0, 11074.0, 11000.0, 11070.0, 11001.0, 11046.0, 10997.0, 11049.0, 10994.0, 11043.0, 11002.0, 11064.0, 10996.0, 11034.0, 10992.0, 11044.0, 10996.0, 11045.0, 11013.0, 11038.0, 10980.0, 11045.0, 10997.0, 11028.0, 10997.0, 11064.0, 11003.0, 11072.0, 10997.0, 11072.0, 11002.0, 11090.0, 11024.0, 11073.0, 10999.0, 11087.0, 10996.0, 11047.0, 11007.0, 11058.0, 11016.0, 11032.0, 10989.0, 11039.0, 11004.0, 11034.0, 11014.0, 11042.0, 11004.0, 11071.0, 11021.0, 11091.0, 11035.0, 11100.0, 11042.0, 11045.0, 11044.0, 11069.0, 11047.0, 11129.0, 11044.0, 11105.0, 11029.0, 11110.0, 10997.0, 11063.0, 10999.0, 11045.0, 11010.0, 11064.0, 10985.0, 11028.0, 10996.0, 11033.0, 10990.0, 11046.0, 11011.0, 11077.0, 11002.0, 11076.0, 11010.0, 11091.0, 11040.0, 11071.0, 11024.0, 11076.0, 11020.0, 11103.0, 11029.0, 11104.0, 11041.0, 11063.0, 11014.0, 11052.0, 11027.0, 11104.0, 11026.0, 11094.0, 11023.0, 11080.0, 11006.0, 11044.0, 11026.0, 11061.0, 11040.0, 10986.0, 11053.0, 10995.0, 11062.0, 10992.0, 11078.0, 11007.0, 11094.0, 11041.0, 11090.0, 11035.0, 11072.0, 11017.0, 11068.0, 11023.0, 11073.0, 11023.0, 11056.0, 11004.0, 11047.0, 10999.0, 11045.0, 11021.0, 11069.0, 11016.0, 11051.0, 10986.0, 11035.0, 11000.0, 11045.0, 10998.0, 11030.0, 10978.0, 11032.0, 10976.0, 11048.0, 11011.0, 11046.0, 10995.0, 11071.0, 10991.0, 11088.0, 11023.0, 11066.0, 11011.0, 11038.0, 11013.0, 11008.0, 11044.0, 11036.0, 11054.0, 11014.0, 11058.0, 10997.0, 11051.0, 11029.0, 11048.0, 11078.0, 11044.0, 11035.0, 11037.0, 11124.0, 11024.0, 11075.0, 10999.0, 11051.0, 10990.0, 11030.0, 10984.0, 11028.0, 10978.0, 11029.0, 11001.0, 11049.0, 11015.0, 11054.0, 11015.0, 11050.0, 11005.0, 11056.0, 11019.0, 11061.0, 11012.0, 11059.0, 10992.0, 11055.0, 11043.0, 11022.0, 11059.0, 11019.0, 11112.0, 10995.0, 11047.0, 11002.0, 11080.0, 11000.0, 11088.0, 11003.0, 11090.0, 11030.0, 11062.0, 11031.0, 11045.0, 11072.0, 11055.0, 11091.0, 11029.0, 11089.0, 11041.0, 11101.0, 11069.0, 11128.0, 11053.0, 11058.0, 11049.0, 11110.0, 11032.0, 11133.0, 11026.0, 11103.0, 10991.0, 11050.0, 11003.0, 11025.0, 11015.0, 11058.0, 10982.0, 11037.0, 10994.0, 11018.0, 11025.0, 11034.0, 11023.0, 10995.0, 11055.0, 10995.0, 11048.0, 10993.0, 11047.0, 11035.0, 11041.0, 10994.0, 11048.0, 10997.0, 11041.0, 11004.0, 11032.0, 11026.0, 11055.0, 10999.0, 11051.0, 10995.0, 11042.0, 10996.0, 11061.0, 10990.0, 11067.0, 11007.0, 11066.0, 11034.0, 11083.0, 11040.0, 11084.0, 11051.0, 11097.0, 11021.0, 11091.0, 11031.0, 11114.0, 11025.0, 11108.0, 11049.0, 11063.0, 11028.0, 11063.0, 11031.0, 11111.0, 11033.0, 11094.0, 11029.0, 11089.0, 11014.0, 11101.0, 11008.0, 11110.0, 11009.0, 11070.0, 10996.0, 11066.0, 10980.0, 11067.0, 10995.0, 11069.0, 11015.0, 10995.0, 11037.0, 10987.0, 11063.0, 11020.0, 11076.0, 11031.0, 11079.0, 11031.0, 11062.0, 11126.0, 11028.0, 11099.0, 11014.0, 11051.0, 10998.0, 11051.0, 10989.0, 11045.0, 11010.0, 11081.0, 11001.0, 11090.0, 11007.0, 11079.0, 11031.0, 11024.0, 11064.0, 11046.0, 11058.0, 11076.0, 11054.0, 11093.0, 11062.0, 11028.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.00021386620330147697</td></tr>
<tr><td colspan=3>aqi</td><td>0.01965469035621199</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.89539315265219</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2937817983043471</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9744349998869567</td></tr>
<tr><td colspan=3>efc</td><td>0.5199</td></tr>
<tr><td colspan=3>fber</td><td>4043.7324</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07205920911852257</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2589052997393573</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.392333160921503</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2669495823153465</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6213647556836124</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.288685144765551</td></tr>
<tr><td colspan=3>gcor</td><td>0.0054377</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015566210262477398</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03425319120287895</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1151</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.160390288596686</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.7665</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.1748</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>275.4366</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288926.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1361.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>490.964</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0625</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>685.0075</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4240.0778</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1793.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1054.222</td></tr>
<tr><td colspan=3>tsnr</td><td>41.10356437205337</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>