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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0020_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-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020/ses-02/func/sub-0020_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>c5b82641a649eb6a3a26d31e5b0a2306</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>12:47:47.262500</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.998759, -0.00450417, 0.0495964, -0.000697288, 0.994539, 0.104362]</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.0910382</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7764, -7256, 549, -116, -257, 92, 75]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>53456236-5712-4af1-8582-fa1ab2f3424e||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.679597854614258, -0.001870771637186408, 0.13444821536540985, 110.52700805664062], [0.01208436768501997, 2.6682755947113037, 0.28152215480804443, -95.46971893310547], [0.13306353986263275, -0.2799966335296631, 2.681915044784546, -64.48974609375], [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': ['124747.262500', '124747.722500', '124748.182500', '124748.642500', '124749.102500', '124749.562500', '124750.022500', '124750.482500', '124750.942500', '124751.402500', '124751.862500', '124752.322500', '124752.782500', '124753.242500', '124753.702500', '124754.162500', '124754.622500', '124755.082500', '124755.542500', '124756.002500', '124756.462500', '124756.922500', '124757.382500', '124757.842500', '124758.302500', '124758.762500', '124759.222500', '124759.682500', '124800.142500', '124800.602500', '124801.062500', '124801.522500', '124801.982500', '124802.442500', '124802.902500', '124803.362500', '124803.822500', '124804.282500', '124804.742500', '124805.202500', '124805.662500', '124806.122500', '124806.582500', '124807.042500', '124807.502500', '124807.962500', '124808.422500', '124808.882500', '124809.342500', '124809.802500', '124810.262500', '124810.722500', '124811.182500', '124811.642500', '124812.102500', '124812.562500', '124813.022500', '124813.482500', '124813.942500', '124814.402500', '124814.862500', '124815.322500', '124815.782500', '124816.242500', '124816.702500', '124817.162500', '124817.622500', '124818.082500', '124818.542500', '124819.002500', '124819.462500', '124819.922500', '124820.382500', '124820.842500', '124821.302500', '124821.762500', '124822.222500', '124822.682500', '124823.142500', '124823.602500', '124824.062500', '124824.522500', '124824.982500', '124825.442500', '124825.902500', '124826.362500', '124826.822500', '124827.282500', '124827.742500', '124828.202500', '124828.662500', '124829.122500', '124829.582500', '124830.042500', '124830.502500', '124830.962500', '124831.422500', '124831.882500', '124832.342500', '124832.802500', '124833.262500', '124833.722500', '124834.182500', '124834.642500', '124835.102500', '124835.562500', '124836.022500', '124836.482500', '124836.942500', '124837.402500', '124837.862500', '124838.322500', '124838.782500', '124839.242500', '124839.702500', '124840.162500', '124840.622500', '124841.082500', '124841.542500', '124842.002500', '124842.462500', '124842.922500', '124843.382500', '124843.842500', '124844.302500', '124844.762500', '124845.222500', '124845.682500', '124846.142500', '124846.602500', '124847.062500', '124847.522500', '124847.982500', '124848.442500', '124848.902500', '124849.362500', '124849.822500', '124850.282500', '124850.742500', '124851.202500', '124851.662500', '124852.122500', '124852.582500', '124853.042500', '124853.502500', '124853.962500', '124854.422500', '124854.882500', '124855.342500', '124855.802500', '124856.262500', '124856.722500', '124857.182500', '124857.642500', '124858.102500', '124858.562500', '124859.022500', '124859.482500', '124859.942500', '124900.402500', '124900.862500', '124901.322500', '124901.782500', '124902.242500', '124902.702500', '124903.162500', '124903.622500', '124904.082500', '124904.542500', '124905.002500', '124905.462500', '124905.922500', '124906.382500', '124906.842500', '124907.302500', '124907.762500', '124908.222500', '124908.682500', '124909.142500', '124909.602500', '124910.062500', '124910.522500', '124910.982500', '124911.442500', '124911.902500', '124912.362500', '124912.822500', '124913.282500', '124913.742500', '124914.202500', '124914.662500', '124915.122500', '124915.582500', '124916.042500', '124916.502500', '124916.962500', '124917.422500', '124917.882500', '124918.342500', '124918.802500', '124919.262500', '124919.722500', '124920.182500', '124920.642500', '124921.102500', '124921.562500', '124922.022500', '124922.482500', '124922.942500', '124923.402500', '124923.862500', '124924.322500', '124924.782500', '124925.242500', '124925.702500', '124926.162500', '124926.622500', '124927.082500', '124927.542500', '124928.002500', '124928.462500', '124928.922500', '124929.382500', '124929.842500', '124930.302500', '124930.762500', '124931.222500', '124931.682500', '124932.142500', '124932.602500', '124933.062500', '124933.522500', '124933.982500', '124934.442500', '124934.902500', '124935.362500', '124935.822500', '124936.282500', '124936.742500', '124937.202500', '124937.662500', '124938.122500', '124938.582500', '124939.042500', '124939.502500', '124939.962500', '124940.422500', '124940.882500', '124941.342500', '124941.802500', '124942.262500', '124942.722500', '124943.182500', '124943.642500', '124944.102500', '124944.562500', '124945.022500', '124945.482500', '124945.942500', '124946.402500', '124946.862500', '124947.322500', '124947.782500', '124948.242500', '124948.702500', '124949.162500', '124949.622500', '124950.082500', '124950.542500', '124951.002500', '124951.462500', '124951.922500', '124952.382500', '124952.842500', '124953.302500', '124953.762500', '124954.222500', '124954.682500', '124955.142500', '124955.602500', '124956.062500', '124956.522500', '124956.982500', '124957.442500', '124957.902500', '124958.362500', '124958.822500', '124959.282500', '124959.742500', '125000.202500', '125000.662500', '125001.122500', '125001.582500', '125002.042500', '125002.502500', '125002.962500', '125003.422500', '125003.882500', '125004.342500', '125004.802500', '125005.262500', '125005.722500', '125006.182500', '125006.642500', '125007.102500', '125007.562500', '125008.022500', '125008.482500', '125008.942500', '125009.402500', '125009.862500', '125010.322500', '125010.782500', '125011.242500', '125011.702500', '125012.162500', '125012.622500', '125013.082500', '125013.542500', '125014.002500', '125014.462500', '125014.922500', '125015.382500', '125015.842500', '125016.302500', '125016.762500', '125017.222500', '125017.682500', '125018.142500', '125018.602500', '125019.062500', '125019.522500', '125019.982500', '125020.442500', '125020.902500', '125021.362500', '125021.822500', '125022.282500', '125022.742500', '125023.202500', '125023.662500', '125024.122500', '125024.582500', '125025.042500', '125025.502500', '125025.962500', '125026.422500', '125026.882500', '125027.342500', '125027.802500', '125028.262500', '125028.722500', '125029.182500', '125029.642500', '125030.102500', '125030.562500', '125031.022500', '125031.482500', '125031.942500', '125032.402500', '125032.862500', '125033.322500', '125033.782500', '125034.242500', '125034.702500', '125035.162500', '125035.622500', '125036.082500', '125036.542500', '125037.002500', '125037.462500', '125037.922500', '125038.382500', '125038.842500', '125039.302500', '125039.762500', '125040.222500', '125040.682500', '125041.142500', '125041.602500', '125042.062500', '125042.522500', '125042.982500', '125043.442500', '125043.902500', '125044.362500', '125044.822500', '125045.282500', '125045.742500', '125046.202500', '125046.662500', '125047.122500', '125047.582500', '125048.042500', '125048.502500', '125048.962500', '125049.422500', '125049.882500', '125050.342500', '125050.802500', '125051.262500', '125051.722500', '125052.182500', '125052.642500', '125053.102500', '125053.562500', '125054.022500', '125054.482500', '125054.942500', '125055.402500', '125055.862500', '125056.322500', '125056.782500', '125057.242500', '125057.702500', '125058.162500', '125058.622500', '125059.082500', '125059.542500', '125100.002500', '125100.462500', '125100.922500', '125101.382500', '125101.842500', '125102.302500', '125102.762500', '125103.222500', '125103.682500', '125104.142500', '125104.602500', '125105.062500', '125105.522500', '125105.982500', '125106.442500', '125106.902500', '125107.362500', '125107.822500', '125108.282500', '125108.742500', '125109.202500', '125109.662500', '125110.122500', '125110.582500', '125111.042500', '125111.502500', '125111.962500', '125112.422500', '125112.882500', '125113.342500', '125113.802500', '125114.262500', '125114.722500', '125115.182500', '125115.642500', '125116.102500', '125116.562500', '125117.022500', '125117.482500', '125117.942500', '125118.402500', '125118.862500', '125119.322500', '125119.782500', '125120.242500', '125120.702500', '125121.162500', '125121.622500', '125122.082500', '125122.542500', '125123.002500', '125123.462500', '125123.922500', '125124.382500', '125124.842500', '125125.302500', '125125.762500', '125126.222500', '125126.682500', '125127.142500', '125127.602500', '125128.062500', '125128.522500', '125128.982500', '125129.442500', '125129.902500', '125130.362500', '125130.822500', '125131.282500', '125131.742500', '125132.202500', '125132.662500', '125133.122500', '125133.582500', '125134.042500', '125134.502500', '125134.962500', '125135.422500', '125135.882500', '125136.342500', '125136.802500', '125137.262500', '125137.722500', '125138.182500', '125138.642500', '125139.102500', '125139.562500', '125140.022500', '125140.482500', '125140.942500', '125141.402500', '125141.862500', '125142.322500', '125142.782500', '125143.242500', '125143.702500', '125144.162500', '125144.622500', '125145.082500', '125145.542500', '125146.002500', '125146.462500', '125146.922500', '125147.382500', '125147.842500', '125148.302500', '125148.762500', '125149.222500', '125149.682500', '125150.142500', '125150.602500', '125151.062500', '125151.522500', '125151.982500', '125152.442500', '125152.902500', '125153.362500', '125153.822500', '125154.282500', '125154.742500', '125155.202500', '125155.662500', '125156.122500', '125156.582500', '125157.042500', '125157.502500', '125157.962500', '125158.422500', '125158.882500', '125159.342500', '125159.802500', '125200.262500', '125200.722500', '125201.182500', '125201.642500', '125202.102500', '125202.562500', '125203.022500', '125203.482500', '125203.942500', '125204.402500', '125204.862500', '125205.322500', '125205.782500', '125206.242500', '125206.702500', '125207.162500', '125207.622500', '125208.082500', '125208.542500', '125209.002500', '125209.462500', '125209.922500', '125210.382500', '125210.842500', '125211.302500', '125211.762500', '125212.222500', '125212.682500', '125213.142500', '125213.602500', '125214.062500', '125214.522500', '125214.982500', '125215.442500', '125215.902500', '125216.362500', '125216.822500', '125217.282500', '125217.742500', '125218.202500', '125218.662500', '125219.122500', '125219.582500', '125220.042500', '125220.502500', '125220.962500', '125221.422500', '125221.882500', '125222.342500', '125222.802500', '125223.262500', '125223.722500', '125224.182500', '125224.642500', '125225.102500', '125225.562500', '125226.022500', '125226.482500', '125226.942500', '125227.402500', '125227.862500', '125228.322500', '125228.782500', '125229.242500', '125229.702500', '125230.162500', '125230.622500', '125231.082500', '125231.542500', '125232.002500', '125232.462500', '125232.922500', '125233.382500', '125233.842500', '125234.302500', '125234.762500', '125235.222500', '125235.682500', '125236.142500', '125236.602500', '125237.062500', '125237.522500', '125237.982500', '125238.442500', '125238.902500', '125239.362500', '125239.822500', '125240.282500', '125240.742500', '125241.202500', '125241.662500', '125242.122500', '125242.582500', '125243.042500', '125243.502500', '125243.962500', '125244.422500', '125244.882500', '125245.342500', '125245.802500', '125246.262500', '125246.722500', '125247.182500', '125247.642500', '125248.102500', '125248.562500', '125249.022500', '125249.482500', '125249.942500', '125250.402500', '125250.862500', '125251.322500', '125251.782500', '125252.242500', '125252.702500', '125253.162500', '125253.622500', '125254.082500', '125254.542500', '125255.002500', '125255.462500', '125255.922500', '125256.382500', '125256.842500', '125257.302500', '125257.762500', '125258.222500', '125258.682500', '125259.142500', '125259.602500', '125300.062500', '125300.522500', '125300.982500', '125301.442500', '125301.902500', '125302.362500', '125302.822500', '125303.282500', '125303.742500', '125304.202500', '125304.662500', '125305.122500', '125305.582500', '125306.042500', '125306.502500', '125306.962500', '125307.422500', '125307.882500', '125308.342500', '125308.802500', '125309.262500', '125309.722500', '125310.182500', '125310.642500', '125311.102500', '125311.562500', '125312.022500', '125312.482500', '125312.942500', '125313.402500', '125313.862500', '125314.322500', '125314.782500', '125315.242500', '125315.702500', '125316.162500', '125316.622500', '125317.082500', '125317.542500', '125318.002500', '125318.462500', '125318.922500', '125319.382500', '125319.842500', '125320.302500', '125320.762500', '125321.222500', '125321.682500', '125322.142500', '125322.602500', '125323.062500', '125323.522500', '125323.982500', '125324.442500', '125324.902500', '125325.362500', '125325.822500', '125326.282500', '125326.742500', '125327.202500', '125327.662500', '125328.122500', '125328.582500', '125329.042500', '125329.502500', '125329.962500', '125330.422500', '125330.882500', '125331.342500', '125331.802500', '125332.262500', '125332.722500', '125333.182500', '125333.642500', '125334.102500', '125334.562500', '125335.022500', '125335.482500', '125335.942500', '125336.402500', '125336.862500', '125337.322500', '125337.782500', '125338.242500', '125338.702500', '125339.162500', '125339.622500', '125340.082500', '125340.542500', '125341.002500', '125341.462500', '125341.922500', '125342.382500', '125342.842500', '125343.302500', '125343.762500', '125344.222500', '125344.682500', '125345.142500', '125345.602500', '125346.062500', '125346.522500', '125346.982500', '125347.442500', '125347.902500', '125348.362500', '125348.822500', '125349.282500', '125349.742500', '125350.202500', '125350.662500', '125351.122500', '125351.582500', '125352.042500', '125352.502500', '125352.962500', '125353.422500', '125353.882500', '125354.342500', '125354.802500', '125355.262500', '125355.722500', '125356.182500', '125356.642500', '125357.102500', '125357.562500', '125358.022500', '125358.482500', '125358.942500', '125359.402500', '125359.862500', '125400.322500', '125400.782500', '125401.242500', '125401.702500', '125402.162500', '125402.622500', '125403.082500', '125403.542500', '125404.002500', '125404.462500', '125404.922500', '125405.382500', '125405.842500', '125406.302500', '125406.762500', '125407.222500', '125407.682500', '125408.142500', '125408.602500', '125409.062500', '125409.522500', '125409.982500', '125410.442500', '125410.902500', '125411.362500', '125411.822500', '125412.282500', '125412.742500', '125413.202500', '125413.662500', '125414.122500', '125414.582500', '125415.042500', '125415.502500', '125415.962500', '125416.422500', '125416.882500', '125417.342500', '125417.802500', '125418.262500', '125418.722500', '125419.182500', '125419.642500', '125420.102500', '125420.562500', '125421.022500', '125421.482500', '125421.942500', '125422.402500', '125422.862500', '125423.322500', '125423.782500', '125424.242500', '125424.702500', '125425.162500', '125425.622500', '125426.082500', '125426.542500', '125427.002500', '125427.462500', '125427.922500', '125428.382500', '125428.842500', '125429.302500', '125429.762500', '125430.222500', '125430.682500', '125431.142500', '125431.602500', '125432.062500', '125432.522500', '125432.982500', '125433.442500', '125433.902500', '125434.362500', '125434.822500', '125435.282500', '125435.742500', '125436.202500', '125436.662500', '125437.122500', '125437.582500', '125438.042500', '125438.502500', '125438.962500', '125439.422500', '125439.882500', '125440.342500', '125440.802500', '125441.262500', '125441.722500', '125442.182500', '125442.642500', '125443.102500', '125443.562500', '125444.022500', '125444.482500', '125444.942500', '125445.402500', '125445.862500', '125446.322500', '125446.782500', '125447.242500', '125447.702500', '125448.162500', '125448.622500', '125449.082500', '125449.542500', '125450.002500', '125450.462500', '125450.922500', '125451.382500', '125451.842500', '125452.302500', '125452.762500', '125453.222500', '125453.682500', '125454.142500', '125454.602500', '125455.062500', '125455.522500', '125455.982500', '125456.442500', '125456.902500', '125457.362500', '125457.822500', '125458.282500', '125458.742500', '125459.202500', '125459.662500', '125500.122500', '125500.582500', '125501.042500', '125501.502500', '125501.962500', '125502.422500', '125502.882500', '125503.342500', '125503.802500', '125504.262500', '125504.722500', '125505.182500', '125505.642500', '125506.102500', '125506.562500', '125507.022500', '125507.482500', '125507.942500', '125508.402500', '125508.862500', '125509.322500', '125509.782500', '125510.242500', '125510.702500', '125511.162500', '125511.622500', '125512.082500', '125512.542500', '125513.002500', '125513.462500', '125513.922500', '125514.382500', '125514.842500', '125515.302500', '125515.762500', '125516.222500', '125516.682500', '125517.142500', '125517.602500', '125518.062500', '125518.522500', '125518.982500', '125519.442500', '125519.902500', '125520.362500', '125520.822500', '125521.282500', '125521.742500', '125522.202500', '125522.662500', '125523.122500', '125523.582500', '125524.042500', '125524.502500', '125524.962500', '125525.422500', '125525.882500', '125526.342500', '125526.802500', '125527.262500', '125527.722500', '125528.182500', '125528.642500', '125529.102500', '125529.562500', '125530.022500', '125530.482500', '125530.942500', '125531.402500', '125531.862500', '125532.322500', '125532.782500', '125533.242500', '125533.702500', '125534.162500', '125534.622500', '125535.082500', '125535.542500', '125536.002500', '125536.462500', '125536.922500', '125537.382500', '125537.842500', '125538.302500', '125538.762500', '125539.222500', '125539.682500', '125540.142500', '125540.602500', '125541.062500', '125541.522500', '125541.982500', '125542.442500', '125542.902500', '125543.362500', '125543.822500', '125544.282500', '125544.742500', '125545.202500', '125545.662500', '125546.122500', '125546.582500', '125547.042500', '125547.502500', '125547.962500', '125548.422500', '125548.882500', '125549.342500', '125549.802500', '125550.262500', '125550.722500', '125551.182500', '125551.642500', '125552.102500', '125552.562500', '125553.022500', '125553.482500', '125553.942500', '125554.402500', '125554.862500', '125555.322500', '125555.782500', '125556.242500', '125556.702500', '125557.162500', '125557.622500', '125558.082500', '125558.542500', '125559.002500', '125559.462500', '125559.922500', '125600.382500', '125600.842500', '125601.302500', '125601.762500', '125602.222500', '125602.682500', '125603.142500', '125603.602500', '125604.062500', '125604.522500', '125604.982500', '125605.442500', '125605.902500', '125606.362500', '125606.822500', '125607.282500', '125607.742500', '125608.202500', '125608.662500', '125609.122500', '125609.582500', '125610.042500', '125610.502500', '125610.962500', '125611.422500', '125611.882500', '125612.342500', '125612.802500', '125613.262500', '125613.722500', '125614.182500', '125614.642500', '125615.102500', '125615.562500', '125616.022500', '125616.482500', '125616.942500', '125617.402500', '125617.862500', '125618.322500', '125618.782500', '125619.242500', '125619.702500', '125620.162500', '125620.622500', '125621.082500', '125621.542500', '125622.002500', '125622.462500', '125622.922500', '125623.382500', '125623.842500', '125624.302500', '125624.762500', '125625.222500', '125625.682500', '125626.142500', '125626.602500', '125627.062500', '125627.522500', '125627.982500', '125628.442500', '125628.902500', '125629.362500', '125629.822500', '125630.282500', '125630.742500', '125631.202500', '125631.662500', '125632.122500', '125632.582500', '125633.042500', '125633.502500', '125633.962500', '125634.422500', '125634.882500', '125635.342500', '125635.802500', '125636.262500', '125636.722500', '125637.182500', '125637.642500', '125638.102500', '125638.562500'], 'ContentTime': ['124814.400000', '124814.404000', '124814.407000', '124814.411000', '124814.414000', '124814.416000', '124814.419000', '124814.422000', '124814.425000', '124814.428000', '124814.431000', '124814.434000', '124814.437000', '124814.452000', '124814.455000', '124814.459000', '124814.462000', '124814.464000', '124814.468000', '124814.471000', '124814.474000', '124814.476000', '124814.487000', '124814.490000', '124814.493000', '124814.496000', '124814.499000', '124814.502000', '124814.505000', '124814.508000', '124814.510000', '124814.513000', '124814.516000', '124814.519000', '124814.522000', '124814.525000', '124814.528000', '124814.531000', '124814.534000', '124814.537000', '124814.540000', '124814.543000', '124814.546000', '124814.550000', '124814.552000', '124814.555000', '124814.558000', '124814.562000', '124814.565000', '124814.568000', '124814.570000', '124814.573000', '124814.576000', '124814.579000', '124814.582000', '124814.585000', '124814.588000', '124834.366000', '124834.369000', '124834.371000', '124834.374000', '124834.377000', '124834.380000', '124834.383000', '124834.387000', '124834.390000', '124834.393000', '124834.396000', '124834.398000', '124834.401000', '124834.404000', '124834.407000', '124834.410000', '124834.412000', '124834.415000', '124834.418000', '124834.421000', '124834.424000', '124834.426000', '124834.429000', '124834.432000', '124834.435000', '124834.438000', '124834.441000', '124834.444000', '124834.446000', '124834.449000', '124834.452000', '124834.455000', '124834.458000', '124834.460000', '124834.463000', '124834.466000', '124834.469000', '124834.471000', '124834.474000', '124834.477000', '124834.480000', '124834.483000', '124834.485000', '124854.365000', '124854.368000', '124854.370000', '124854.373000', '124854.376000', '124854.379000', '124854.382000', '124854.384000', '124854.387000', '124854.390000', '124854.393000', '124854.396000', '124854.399000', '124854.402000', '124854.404000', '124854.407000', '124854.411000', '124854.414000', '124854.417000', '124854.420000', '124854.423000', '124854.425000', '124854.428000', '124854.431000', '124854.434000', '124854.437000', '124854.440000', '124854.442000', '124854.445000', '124854.448000', '124854.451000', '124854.454000', '124854.457000', '124854.459000', '124854.462000', '124854.465000', '124854.468000', '124854.471000', '124854.474000', '124854.477000', '124854.480000', '124854.482000', '124854.485000', '124914.365000', '124914.368000', '124914.371000', '124914.373000', '124914.376000', '124914.379000', '124914.382000', '124914.385000', '124914.387000', '124914.390000', '124914.393000', '124914.396000', '124914.399000', '124914.402000', '124914.404000', '124914.407000', '124914.410000', '124914.413000', '124914.416000', '124914.419000', '124914.422000', '124914.424000', '124914.427000', '124914.430000', '124914.433000', '124914.436000', '124914.439000', '124914.450000', '124914.453000', '124914.456000', '124914.459000', '124914.462000', '124914.464000', '124914.467000', '124914.470000', '124914.473000', '124914.476000', '124914.478000', '124914.481000', '124914.484000', '124914.487000', '124914.490000', '124914.493000', '124914.496000', '124934.365000', '124934.368000', '124934.381000', '124934.384000', '124934.387000', '124934.390000', '124934.392000', '124934.395000', '124934.398000', '124934.401000', '124934.404000', '124934.407000', '124934.410000', '124934.412000', '124934.415000', '124934.418000', '124934.421000', '124934.424000', '124934.426000', '124934.429000', '124934.432000', '124934.435000', '124934.437000', '124934.440000', '124934.457000', '124934.460000', '124934.463000', '124934.472000', '124934.475000', '124934.478000', '124934.481000', '124934.484000', '124934.486000', '124934.489000', '124934.492000', '124934.495000', '124934.498000', '124934.500000', '124934.503000', '124934.506000', '124934.509000', '124934.512000', '124934.514000', '124954.365000', '124954.368000', '124954.371000', '124954.374000', '124954.376000', '124954.379000', '124954.382000', '124954.385000', '124954.393000', '124954.396000', '124954.399000', '124954.402000', '124954.405000', '124954.407000', '124954.410000', '124954.413000', '124954.416000', '124954.419000', '124954.422000', '124954.424000', '124954.427000', '124954.430000', '124954.433000', '124954.436000', '124954.439000', '124954.441000', '124954.444000', '124954.447000', '124954.450000', '124954.452000', '124954.455000', '124954.458000', '124954.461000', '124954.464000', '124954.472000', '124954.475000', '124954.478000', '124954.480000', '124954.483000', '124954.486000', '124954.489000', '124954.492000', '124954.495000', '124954.497000', '125014.366000', '125014.369000', '125014.371000', '125014.374000', '125014.377000', '125014.380000', '125014.383000', '125014.388000', '125014.391000', '125014.394000', '125014.397000', '125014.400000', '125014.403000', '125014.405000', '125014.408000', '125014.411000', '125014.414000', '125014.417000', '125014.420000', '125014.422000', '125014.425000', '125014.428000', '125014.431000', '125014.434000', '125014.436000', '125014.439000', '125014.442000', '125014.445000', '125014.448000', '125014.450000', '125014.453000', '125014.456000', '125014.459000', '125014.462000', '125014.465000', '125014.467000', '125014.470000', '125014.473000', '125014.476000', '125014.479000', '125014.481000', '125014.484000', '125014.487000', '125034.366000', '125034.369000', '125034.372000', '125034.374000', '125034.377000', '125034.380000', '125034.383000', '125034.386000', '125034.389000', '125034.401000', '125034.403000', '125034.406000', '125034.409000', '125034.412000', '125034.415000', '125034.418000', '125034.420000', '125034.423000', '125034.426000', '125034.429000', '125034.432000', '125034.435000', '125034.437000', '125034.440000', '125034.443000', '125034.446000', '125034.449000', '125034.451000', '125034.454000', '125034.457000', '125034.460000', '125034.463000', '125034.466000', '125034.469000', '125034.472000', '125034.474000', '125034.477000', '125034.480000', '125034.483000', '125034.486000', '125034.488000', '125034.491000', '125034.494000', '125034.497000', '125054.366000', '125054.369000', '125054.371000', '125054.375000', '125054.377000', '125054.380000', '125054.383000', '125054.386000', '125054.389000', '125054.392000', '125054.395000', '125054.398000', '125054.400000', '125054.403000', '125054.407000', '125054.411000', '125054.414000', '125054.417000', '125054.419000', '125054.422000', '125054.425000', '125054.428000', '125054.431000', '125054.434000', '125054.436000', '125054.439000', '125054.442000', '125054.445000', '125054.448000', '125054.451000', '125054.453000', '125054.456000', '125054.459000', '125054.462000', '125054.464000', '125054.467000', '125054.470000', '125054.473000', '125054.476000', '125054.478000', '125054.481000', '125054.484000', '125054.487000', '125114.365000', '125114.368000', '125114.370000', '125114.373000', '125114.376000', '125114.379000', '125114.382000', '125114.385000', '125114.388000', '125114.391000', '125114.393000', '125114.396000', '125114.399000', '125114.402000', '125114.405000', '125114.408000', '125114.411000', '125114.413000', '125114.416000', '125114.419000', '125114.422000', '125114.439000', '125114.442000', '125114.452000', '125114.455000', '125114.458000', '125114.461000', '125114.463000', '125114.466000', '125114.469000', '125114.472000', '125114.475000', '125114.478000', '125114.480000', '125114.483000', '125114.486000', '125114.489000', '125114.492000', '125114.494000', '125114.497000', '125114.500000', '125114.503000', '125114.506000', '125114.508000', '125134.365000', '125134.368000', '125134.374000', '125134.377000', '125134.380000', '125134.383000', '125134.386000', '125134.388000', '125134.391000', '125134.394000', '125134.397000', '125134.400000', '125134.403000', '125134.405000', '125134.408000', '125134.411000', '125134.414000', '125134.417000', '125134.421000', '125134.425000', '125134.428000', '125134.431000', '125134.434000', '125134.437000', '125134.439000', '125134.442000', '125134.445000', '125134.448000', '125134.451000', '125134.454000', '125134.456000', '125134.459000', '125134.462000', '125134.465000', '125134.468000', '125134.470000', '125134.473000', '125134.476000', '125134.479000', '125134.482000', '125134.485000', '125134.487000', '125134.490000', '125154.365000', '125154.368000', '125154.370000', '125154.373000', '125154.376000', '125154.379000', '125154.382000', '125154.385000', '125154.388000', '125154.390000', '125154.393000', '125154.396000', '125154.399000', '125154.402000', '125154.405000', '125154.408000', '125154.410000', '125154.413000', '125154.416000', '125154.419000', '125154.422000', '125154.425000', '125154.427000', '125154.430000', '125154.433000', '125154.436000', '125154.439000', '125154.442000', '125154.444000', '125154.447000', '125154.450000', '125154.453000', '125154.456000', '125154.459000', '125154.462000', '125154.465000', '125154.467000', '125154.470000', '125154.473000', '125154.476000', '125154.479000', '125154.482000', '125154.484000', '125154.487000', '125214.365000', '125214.368000', '125214.371000', '125214.374000', '125214.377000', '125214.381000', '125214.383000', '125214.386000', '125214.389000', '125214.392000', '125214.395000', '125214.398000', '125214.400000', '125214.403000', '125214.406000', '125214.409000', '125214.412000', '125214.415000', '125214.417000', '125214.420000', '125214.423000', '125214.426000', '125214.432000', '125214.435000', '125214.438000', '125214.441000', '125214.444000', '125214.447000', '125214.450000', '125214.453000', '125214.455000', '125214.458000', '125214.461000', '125214.464000', '125214.467000', '125214.470000', '125214.472000', '125214.475000', '125214.478000', '125214.481000', '125214.484000', '125214.486000', '125214.489000', '125234.366000', '125234.369000', '125234.372000', '125234.375000', '125234.377000', '125234.380000', '125234.383000', '125234.386000', '125234.389000', '125234.392000', '125234.395000', '125234.397000', '125234.400000', '125234.403000', '125234.406000', '125234.409000', '125234.411000', '125234.414000', '125234.417000', '125234.420000', '125234.423000', '125234.426000', '125234.429000', '125234.431000', '125234.434000', '125234.437000', '125234.440000', '125234.443000', '125234.446000', '125234.449000', '125234.452000', '125234.455000', '125234.457000', '125234.460000', '125234.463000', '125234.466000', '125234.469000', '125234.472000', '125234.474000', '125234.477000', '125234.480000', '125234.483000', '125234.486000', '125234.488000', '125254.366000', '125254.369000', '125254.372000', '125254.374000', '125254.377000', '125254.380000', '125254.383000', '125254.386000', '125254.389000', '125254.392000', '125254.394000', '125254.397000', '125254.400000', '125254.403000', '125254.406000', '125254.408000', '125254.411000', '125254.414000', '125254.417000', '125254.420000', '125254.423000', '125254.425000', '125254.428000', '125254.431000', '125254.434000', '125254.437000', '125254.440000', '125254.442000', '125254.445000', '125254.448000', '125254.451000', '125254.454000', '125254.457000', '125254.459000', '125254.462000', '125254.465000', '125254.469000', '125254.472000', '125254.476000', '125254.479000', '125254.481000', '125254.484000', '125254.487000', '125314.366000', '125314.369000', '125314.372000', '125314.375000', '125314.377000', '125314.380000', '125314.383000', '125314.386000', '125314.389000', '125314.392000', '125314.395000', '125314.397000', '125314.400000', '125314.403000', '125314.406000', '125314.415000', '125314.418000', '125314.421000', '125314.424000', '125314.426000', '125314.429000', '125314.432000', '125314.435000', '125314.438000', '125314.440000', '125314.443000', '125314.446000', '125314.449000', '125314.452000', '125314.455000', '125314.458000', '125314.461000', '125314.463000', '125314.466000', '125314.469000', '125314.472000', '125314.475000', '125314.478000', '125314.481000', '125314.483000', '125314.486000', '125314.489000', '125314.492000', '125314.495000', '125334.365000', '125334.368000', '125334.371000', '125334.374000', '125334.377000', '125334.379000', '125334.382000', '125334.385000', '125334.388000', '125334.391000', '125334.394000', '125334.396000', '125334.399000', '125334.402000', '125334.405000', '125334.408000', '125334.411000', '125334.414000', '125334.417000', '125334.420000', '125334.423000', '125334.426000', '125334.428000', '125334.431000', '125334.434000', '125334.437000', '125334.440000', '125334.442000', '125334.445000', '125334.448000', '125334.451000', '125334.454000', '125334.456000', '125334.459000', '125334.462000', '125334.465000', '125334.468000', '125334.471000', '125334.473000', '125334.476000', '125334.479000', '125334.482000', '125334.485000', '125354.366000', '125354.369000', '125354.372000', '125354.375000', '125354.378000', '125354.381000', '125354.384000', '125354.387000', '125354.395000', '125354.398000', '125354.401000', '125354.404000', '125354.407000', '125354.409000', '125354.412000', '125354.415000', '125354.418000', '125354.421000', '125354.424000', '125354.426000', '125354.429000', '125354.432000', '125354.435000', '125354.438000', '125354.441000', '125354.444000', '125354.446000', '125354.449000', '125354.452000', '125354.455000', '125354.458000', '125354.460000', '125354.463000', '125354.466000', '125354.469000', '125354.472000', '125354.475000', '125354.477000', '125354.480000', '125354.483000', '125354.486000', '125354.489000', '125354.492000', '125354.494000', '125414.365000', '125414.368000', '125414.371000', '125414.374000', '125414.377000', '125414.379000', '125414.382000', '125414.385000', '125414.388000', '125414.391000', '125414.393000', '125414.396000', '125414.399000', '125414.402000', '125414.405000', '125414.408000', '125414.410000', '125414.413000', '125414.416000', '125414.419000', '125414.422000', '125414.424000', '125414.427000', '125414.430000', '125414.433000', '125414.436000', '125414.439000', '125414.441000', '125414.444000', '125414.447000', '125414.450000', '125414.452000', '125414.455000', '125414.458000', '125414.461000', '125414.464000', '125414.466000', '125414.469000', '125414.472000', '125414.475000', '125414.478000', '125414.480000', '125414.484000', '125434.365000', '125434.368000', '125434.371000', '125434.374000', '125434.377000', '125434.379000', '125434.382000', '125434.395000', '125434.397000', '125434.400000', '125434.403000', '125434.406000', '125434.409000', '125434.412000', '125434.414000', '125434.417000', '125434.420000', '125434.433000', '125434.435000', '125434.438000', '125434.441000', '125434.444000', '125434.447000', '125434.450000', '125434.452000', '125434.455000', '125434.458000', '125434.461000', '125434.464000', '125434.466000', '125434.469000', '125434.472000', '125434.475000', '125434.478000', '125434.481000', '125434.484000', '125434.486000', '125434.489000', '125434.492000', '125434.495000', '125434.498000', '125434.501000', '125434.503000', '125434.506000', '125454.366000', '125454.369000', '125454.372000', '125454.374000', '125454.377000', '125454.380000', '125454.383000', '125454.386000', '125454.389000', '125454.392000', '125454.394000', '125454.397000', '125454.400000', '125454.403000', '125454.406000', '125454.409000', '125454.412000', '125454.415000', '125454.417000', '125454.420000', '125454.423000', '125454.426000', '125454.429000', '125454.431000', '125454.434000', '125454.437000', '125454.440000', '125454.443000', '125454.446000', '125454.449000', '125454.452000', '125454.455000', '125454.458000', '125454.461000', '125454.464000', '125454.467000', '125454.469000', '125454.472000', '125454.475000', '125454.478000', '125454.481000', '125454.484000', '125454.486000', '125514.366000', '125514.369000', '125514.378000', '125514.381000', '125514.383000', '125514.386000', '125514.390000', '125514.392000', '125514.395000', '125514.398000', '125514.401000', '125514.404000', '125514.407000', '125514.409000', '125514.412000', '125514.415000', '125514.418000', '125514.421000', '125514.424000', '125514.427000', '125514.429000', '125514.432000', '125514.435000', '125514.438000', '125514.441000', '125514.444000', '125514.447000', '125514.449000', '125514.452000', '125514.455000', '125514.458000', '125514.461000', '125514.464000', '125514.466000', '125514.469000', '125514.472000', '125514.475000', '125514.478000', '125514.481000', '125514.484000', '125514.486000', '125514.489000', '125514.492000', '125514.495000', '125534.366000', '125534.369000', '125534.372000', '125534.375000', '125534.378000', '125534.381000', '125534.383000', '125534.386000', '125534.389000', '125534.405000', '125534.408000', '125534.410000', '125534.413000', '125534.416000', '125534.419000', '125534.422000', '125534.425000', '125534.428000', '125534.430000', '125534.433000', '125534.436000', '125534.439000', '125534.442000', '125534.444000', '125534.447000', '125534.450000', '125534.453000', '125534.456000', '125534.459000', '125534.462000', '125534.464000', '125534.467000', '125534.470000', '125534.473000', '125534.476000', '125534.479000', '125534.481000', '125534.484000', '125534.487000', '125534.490000', '125534.493000', '125534.496000', '125534.498000', '125554.365000', '125554.368000', '125554.371000', '125554.374000', '125554.376000', '125554.389000', '125554.392000', '125554.395000', '125554.398000', '125554.401000', '125554.403000', '125554.406000', '125554.409000', '125554.412000', '125554.415000', '125554.417000', '125554.420000', '125554.423000', '125554.426000', '125554.429000', '125554.432000', '125554.435000', '125554.437000', '125554.440000', '125554.443000', '125554.446000', '125554.449000', '125554.452000', '125554.454000', '125554.457000', '125554.460000', '125554.463000', '125554.466000', '125554.469000', '125554.471000', '125554.474000', '125554.477000', '125554.480000', '125554.483000', '125554.486000', '125554.488000', '125554.491000', '125554.494000', '125554.497000', '125614.365000', '125614.368000', '125614.371000', '125614.374000', '125614.376000', '125614.379000', '125614.382000', '125614.385000', '125614.388000', '125614.391000', '125614.393000', '125614.396000', '125614.399000', '125614.402000', '125614.405000', '125614.408000', '125614.411000', '125614.413000', '125614.416000', '125614.419000', '125614.422000', '125614.425000', '125614.428000', '125614.431000', '125614.434000', '125614.436000', '125614.439000', '125614.442000', '125614.445000', '125614.448000', '125614.451000', '125614.454000', '125614.456000', '125614.459000', '125614.462000', '125614.465000', '125614.468000', '125614.470000', '125614.473000', '125614.476000', '125614.479000', '125614.482000', '125614.484000', '125634.365000', '125634.368000', '125634.371000', '125634.374000', '125634.377000', '125634.380000', '125634.383000', '125634.386000', '125634.389000', '125634.391000', '125634.394000', '125634.397000', '125634.400000', '125634.403000', '125634.406000', '125634.409000', '125634.412000', '125634.414000', '125634.417000', '125634.420000', '125634.423000', '125634.426000', '125634.429000', '125634.431000', '125634.434000', '125634.437000', '125634.440000', '125634.443000', '125634.446000', '125634.449000', '125634.451000', '125634.454000', '125634.457000', '125634.460000', '125634.463000', '125634.466000', '125634.469000', '125634.472000', '125634.474000', '125634.477000', '125634.480000', '125634.483000', '125634.486000', '125634.489000', '125639.942000', '125639.945000', '125639.948000', '125639.950000', '125639.953000', '125639.956000', '125639.959000', '125639.962000', '125639.965000', '125639.968000', '125639.971000', '125639.974000'], 'InstanceCreationTime': ['124814.400000', '124814.404000', '124814.407000', '124814.411000', '124814.414000', '124814.416000', '124814.419000', '124814.422000', '124814.425000', '124814.428000', '124814.431000', '124814.434000', '124814.437000', '124814.452000', '124814.455000', '124814.459000', '124814.462000', '124814.464000', '124814.468000', '124814.471000', '124814.474000', '124814.476000', '124814.487000', '124814.490000', '124814.493000', '124814.496000', '124814.499000', '124814.502000', '124814.505000', '124814.508000', '124814.510000', '124814.513000', '124814.516000', '124814.519000', '124814.522000', '124814.525000', '124814.528000', '124814.531000', '124814.534000', '124814.537000', '124814.540000', '124814.543000', '124814.546000', '124814.550000', '124814.552000', '124814.555000', '124814.558000', '124814.562000', '124814.565000', '124814.568000', '124814.570000', '124814.573000', '124814.576000', '124814.579000', '124814.582000', '124814.585000', '124814.588000', '124834.366000', '124834.369000', '124834.371000', '124834.374000', '124834.377000', '124834.380000', '124834.383000', '124834.387000', '124834.390000', '124834.393000', '124834.396000', '124834.398000', '124834.401000', '124834.404000', '124834.407000', '124834.410000', '124834.412000', '124834.415000', '124834.418000', '124834.421000', '124834.424000', '124834.426000', '124834.429000', '124834.432000', '124834.435000', '124834.438000', '124834.441000', '124834.444000', '124834.446000', '124834.449000', '124834.452000', '124834.455000', '124834.458000', '124834.460000', '124834.463000', '124834.466000', '124834.469000', '124834.471000', '124834.474000', '124834.477000', '124834.480000', '124834.483000', '124834.485000', '124854.365000', '124854.368000', '124854.370000', '124854.373000', '124854.376000', '124854.379000', '124854.382000', '124854.384000', '124854.387000', '124854.390000', '124854.393000', '124854.396000', '124854.399000', '124854.402000', '124854.404000', '124854.407000', '124854.411000', '124854.414000', '124854.417000', '124854.420000', '124854.423000', '124854.425000', '124854.428000', '124854.431000', '124854.434000', '124854.437000', '124854.440000', '124854.442000', '124854.445000', '124854.448000', '124854.451000', '124854.454000', '124854.457000', '124854.459000', '124854.462000', '124854.465000', '124854.468000', '124854.471000', '124854.474000', '124854.477000', '124854.480000', '124854.482000', '124854.485000', '124914.365000', '124914.368000', '124914.371000', '124914.373000', '124914.376000', '124914.379000', '124914.382000', '124914.385000', '124914.387000', '124914.390000', '124914.393000', '124914.396000', '124914.399000', '124914.402000', '124914.404000', '124914.407000', '124914.410000', '124914.413000', '124914.416000', '124914.419000', '124914.422000', '124914.424000', '124914.427000', '124914.430000', '124914.433000', '124914.436000', '124914.439000', '124914.450000', '124914.453000', '124914.456000', '124914.459000', '124914.462000', '124914.464000', '124914.467000', '124914.470000', '124914.473000', '124914.476000', '124914.478000', '124914.481000', '124914.484000', '124914.487000', '124914.490000', '124914.493000', '124914.496000', '124934.365000', '124934.368000', '124934.381000', '124934.384000', '124934.387000', '124934.390000', '124934.392000', '124934.395000', '124934.398000', '124934.401000', '124934.404000', '124934.407000', '124934.410000', '124934.412000', '124934.415000', '124934.418000', '124934.421000', '124934.424000', '124934.426000', '124934.429000', '124934.432000', '124934.435000', '124934.437000', '124934.440000', '124934.457000', '124934.460000', '124934.463000', '124934.472000', '124934.475000', '124934.478000', '124934.481000', '124934.484000', '124934.486000', '124934.489000', '124934.492000', '124934.495000', '124934.498000', '124934.500000', '124934.503000', '124934.506000', '124934.509000', '124934.512000', '124934.514000', '124954.365000', '124954.368000', '124954.371000', '124954.374000', '124954.376000', '124954.379000', '124954.382000', '124954.385000', '124954.393000', '124954.396000', '124954.399000', '124954.402000', '124954.405000', '124954.407000', '124954.410000', '124954.413000', '124954.416000', '124954.419000', '124954.422000', '124954.424000', '124954.427000', '124954.430000', '124954.433000', '124954.436000', '124954.439000', '124954.441000', '124954.444000', '124954.447000', '124954.450000', '124954.452000', '124954.455000', '124954.458000', '124954.461000', '124954.464000', '124954.472000', '124954.475000', '124954.478000', '124954.480000', '124954.483000', '124954.486000', '124954.489000', '124954.492000', '124954.495000', '124954.497000', '125014.366000', '125014.369000', '125014.371000', '125014.374000', '125014.377000', '125014.380000', '125014.383000', '125014.388000', '125014.391000', '125014.394000', '125014.397000', '125014.400000', '125014.403000', '125014.405000', '125014.408000', '125014.411000', '125014.414000', '125014.417000', '125014.420000', '125014.422000', '125014.425000', '125014.428000', '125014.431000', '125014.434000', '125014.436000', '125014.439000', '125014.442000', '125014.445000', '125014.448000', '125014.450000', '125014.453000', '125014.456000', '125014.459000', '125014.462000', '125014.465000', '125014.467000', '125014.470000', '125014.473000', '125014.476000', '125014.479000', '125014.481000', '125014.484000', '125014.487000', '125034.366000', '125034.369000', '125034.372000', '125034.374000', '125034.377000', '125034.380000', '125034.383000', '125034.386000', '125034.389000', '125034.401000', '125034.403000', '125034.406000', '125034.409000', '125034.412000', '125034.415000', '125034.418000', '125034.420000', '125034.423000', '125034.426000', '125034.429000', '125034.432000', '125034.435000', '125034.437000', '125034.440000', '125034.443000', '125034.446000', '125034.449000', '125034.451000', '125034.454000', '125034.457000', '125034.460000', '125034.463000', '125034.466000', '125034.469000', '125034.472000', '125034.474000', '125034.477000', '125034.480000', '125034.483000', '125034.486000', '125034.488000', '125034.491000', '125034.494000', '125034.497000', '125054.366000', '125054.369000', '125054.371000', '125054.375000', '125054.377000', '125054.380000', '125054.383000', '125054.386000', '125054.389000', '125054.392000', '125054.395000', '125054.398000', '125054.400000', '125054.403000', '125054.407000', '125054.411000', '125054.414000', '125054.417000', '125054.419000', '125054.422000', '125054.425000', '125054.428000', '125054.431000', '125054.434000', '125054.436000', '125054.439000', '125054.442000', '125054.445000', '125054.448000', '125054.451000', '125054.453000', '125054.456000', '125054.459000', '125054.462000', '125054.464000', '125054.467000', '125054.470000', '125054.473000', '125054.476000', '125054.478000', '125054.481000', '125054.484000', '125054.487000', '125114.365000', '125114.368000', '125114.370000', '125114.373000', '125114.376000', '125114.379000', '125114.382000', '125114.385000', '125114.388000', '125114.391000', '125114.393000', '125114.396000', '125114.399000', '125114.402000', '125114.405000', '125114.408000', '125114.411000', '125114.413000', '125114.416000', '125114.419000', '125114.422000', '125114.439000', '125114.442000', '125114.452000', '125114.455000', '125114.458000', '125114.461000', '125114.463000', '125114.466000', '125114.469000', '125114.472000', '125114.475000', '125114.478000', '125114.480000', '125114.483000', '125114.486000', '125114.489000', '125114.492000', '125114.494000', '125114.497000', '125114.500000', '125114.503000', '125114.506000', '125114.508000', '125134.365000', '125134.368000', '125134.374000', '125134.377000', '125134.380000', '125134.383000', '125134.386000', '125134.388000', '125134.391000', '125134.394000', '125134.397000', '125134.400000', '125134.403000', '125134.405000', '125134.408000', '125134.411000', '125134.414000', '125134.417000', '125134.421000', '125134.425000', '125134.428000', '125134.431000', '125134.434000', '125134.437000', '125134.439000', '125134.442000', '125134.445000', '125134.448000', '125134.451000', '125134.454000', '125134.456000', '125134.459000', '125134.462000', '125134.465000', '125134.468000', '125134.470000', '125134.473000', '125134.476000', '125134.479000', '125134.482000', '125134.485000', '125134.487000', '125134.490000', '125154.365000', '125154.368000', '125154.370000', '125154.373000', '125154.376000', '125154.379000', '125154.382000', '125154.385000', '125154.388000', '125154.390000', '125154.393000', '125154.396000', '125154.399000', '125154.402000', '125154.405000', '125154.408000', '125154.410000', '125154.413000', '125154.416000', '125154.419000', '125154.422000', '125154.425000', '125154.427000', '125154.430000', '125154.433000', '125154.436000', '125154.439000', '125154.442000', '125154.444000', '125154.447000', '125154.450000', '125154.453000', '125154.456000', '125154.459000', '125154.462000', '125154.465000', '125154.467000', '125154.470000', '125154.473000', '125154.476000', '125154.479000', '125154.482000', '125154.484000', '125154.487000', '125214.365000', '125214.368000', '125214.371000', '125214.374000', '125214.377000', '125214.381000', '125214.383000', '125214.386000', '125214.389000', '125214.392000', '125214.395000', '125214.398000', '125214.400000', '125214.403000', '125214.406000', '125214.409000', '125214.412000', '125214.415000', '125214.417000', '125214.420000', '125214.423000', '125214.426000', '125214.432000', '125214.435000', '125214.438000', '125214.441000', '125214.444000', '125214.447000', '125214.450000', '125214.453000', '125214.455000', '125214.458000', '125214.461000', '125214.464000', '125214.467000', '125214.470000', '125214.472000', '125214.475000', '125214.478000', '125214.481000', '125214.484000', '125214.486000', '125214.489000', '125234.366000', '125234.369000', '125234.372000', '125234.375000', '125234.377000', '125234.380000', '125234.383000', '125234.386000', '125234.389000', '125234.392000', '125234.395000', '125234.397000', '125234.400000', '125234.403000', '125234.406000', '125234.409000', '125234.411000', '125234.414000', '125234.417000', '125234.420000', '125234.423000', '125234.426000', '125234.429000', '125234.431000', '125234.434000', '125234.437000', '125234.440000', '125234.443000', '125234.446000', '125234.449000', '125234.452000', '125234.455000', '125234.457000', '125234.460000', '125234.463000', '125234.466000', '125234.469000', '125234.472000', '125234.474000', '125234.477000', '125234.480000', '125234.483000', '125234.486000', '125234.488000', '125254.366000', '125254.369000', '125254.372000', '125254.374000', '125254.377000', '125254.380000', '125254.383000', '125254.386000', '125254.389000', '125254.392000', '125254.394000', '125254.397000', '125254.400000', '125254.403000', '125254.406000', '125254.408000', '125254.411000', '125254.414000', '125254.417000', '125254.420000', '125254.423000', '125254.425000', '125254.428000', '125254.431000', '125254.434000', '125254.437000', '125254.440000', '125254.442000', '125254.445000', '125254.448000', '125254.451000', '125254.454000', '125254.457000', '125254.459000', '125254.462000', '125254.465000', '125254.469000', '125254.472000', '125254.476000', '125254.479000', '125254.481000', '125254.484000', '125254.487000', '125314.366000', '125314.369000', '125314.372000', '125314.375000', '125314.377000', '125314.380000', '125314.383000', '125314.386000', '125314.389000', '125314.392000', '125314.395000', '125314.397000', '125314.400000', '125314.403000', '125314.406000', '125314.415000', '125314.418000', '125314.421000', '125314.424000', '125314.426000', '125314.429000', '125314.432000', '125314.435000', '125314.438000', '125314.440000', '125314.443000', '125314.446000', '125314.449000', '125314.452000', '125314.455000', '125314.458000', '125314.461000', '125314.463000', '125314.466000', '125314.469000', '125314.472000', '125314.475000', '125314.478000', '125314.481000', '125314.483000', '125314.486000', '125314.489000', '125314.492000', '125314.495000', '125334.365000', '125334.368000', '125334.371000', '125334.374000', '125334.377000', '125334.379000', '125334.382000', '125334.385000', '125334.388000', '125334.391000', '125334.394000', '125334.396000', '125334.399000', '125334.402000', '125334.405000', '125334.408000', '125334.411000', '125334.414000', '125334.417000', '125334.420000', '125334.423000', '125334.426000', '125334.428000', '125334.431000', '125334.434000', '125334.437000', '125334.440000', '125334.442000', '125334.445000', '125334.448000', '125334.451000', '125334.454000', '125334.456000', '125334.459000', '125334.462000', '125334.465000', '125334.468000', '125334.471000', '125334.473000', '125334.476000', '125334.479000', '125334.482000', '125334.485000', '125354.366000', '125354.369000', '125354.372000', '125354.375000', '125354.378000', '125354.381000', '125354.384000', '125354.387000', '125354.395000', '125354.398000', '125354.401000', '125354.404000', '125354.407000', '125354.409000', '125354.412000', '125354.415000', '125354.418000', '125354.421000', '125354.424000', '125354.426000', '125354.429000', '125354.432000', '125354.435000', '125354.438000', '125354.441000', '125354.444000', '125354.446000', '125354.449000', '125354.452000', '125354.455000', '125354.458000', '125354.460000', '125354.463000', '125354.466000', '125354.469000', '125354.472000', '125354.475000', '125354.477000', '125354.480000', '125354.483000', '125354.486000', '125354.489000', '125354.492000', '125354.494000', '125414.365000', '125414.368000', '125414.371000', '125414.374000', '125414.377000', '125414.379000', '125414.382000', '125414.385000', '125414.388000', '125414.391000', '125414.393000', '125414.396000', '125414.399000', '125414.402000', '125414.405000', '125414.408000', '125414.410000', '125414.413000', '125414.416000', '125414.419000', '125414.422000', '125414.424000', '125414.427000', '125414.430000', '125414.433000', '125414.436000', '125414.439000', '125414.441000', '125414.444000', '125414.447000', '125414.450000', '125414.452000', '125414.455000', '125414.458000', '125414.461000', '125414.464000', '125414.466000', '125414.469000', '125414.472000', '125414.475000', '125414.478000', '125414.480000', '125414.484000', '125434.365000', '125434.368000', '125434.371000', '125434.374000', '125434.377000', '125434.379000', '125434.382000', '125434.395000', '125434.397000', '125434.400000', '125434.403000', '125434.406000', '125434.409000', '125434.412000', '125434.414000', '125434.417000', '125434.420000', '125434.433000', '125434.435000', '125434.438000', '125434.441000', '125434.444000', '125434.447000', '125434.450000', '125434.452000', '125434.455000', '125434.458000', '125434.461000', '125434.464000', '125434.466000', '125434.469000', '125434.472000', '125434.475000', '125434.478000', '125434.481000', '125434.484000', '125434.486000', '125434.489000', '125434.492000', '125434.495000', '125434.498000', '125434.501000', '125434.503000', '125434.506000', '125454.366000', '125454.369000', '125454.372000', '125454.374000', '125454.377000', '125454.380000', '125454.383000', '125454.386000', '125454.389000', '125454.392000', '125454.394000', '125454.397000', '125454.400000', '125454.403000', '125454.406000', '125454.409000', '125454.412000', '125454.415000', '125454.417000', '125454.420000', '125454.423000', '125454.426000', '125454.429000', '125454.431000', '125454.434000', '125454.437000', '125454.440000', '125454.443000', '125454.446000', '125454.449000', '125454.452000', '125454.455000', '125454.458000', '125454.461000', '125454.464000', '125454.467000', '125454.469000', '125454.472000', '125454.475000', '125454.478000', '125454.481000', '125454.484000', '125454.486000', '125514.366000', '125514.369000', '125514.378000', '125514.381000', '125514.383000', '125514.386000', '125514.390000', '125514.392000', '125514.395000', '125514.398000', '125514.401000', '125514.404000', '125514.407000', '125514.409000', '125514.412000', '125514.415000', '125514.418000', '125514.421000', '125514.424000', '125514.427000', '125514.429000', '125514.432000', '125514.435000', '125514.438000', '125514.441000', '125514.444000', '125514.447000', '125514.449000', '125514.452000', '125514.455000', '125514.458000', '125514.461000', '125514.464000', '125514.466000', '125514.469000', '125514.472000', '125514.475000', '125514.478000', '125514.481000', '125514.484000', '125514.486000', '125514.489000', '125514.492000', '125514.495000', '125534.366000', '125534.369000', '125534.372000', '125534.375000', '125534.378000', '125534.381000', '125534.383000', '125534.386000', '125534.389000', '125534.405000', '125534.408000', '125534.410000', '125534.413000', '125534.416000', '125534.419000', '125534.422000', '125534.425000', '125534.428000', '125534.430000', '125534.433000', '125534.436000', '125534.439000', '125534.442000', '125534.444000', '125534.447000', '125534.450000', '125534.453000', '125534.456000', '125534.459000', '125534.462000', '125534.464000', '125534.467000', '125534.470000', '125534.473000', '125534.476000', '125534.479000', '125534.481000', '125534.484000', '125534.487000', '125534.490000', '125534.493000', '125534.496000', '125534.498000', '125554.365000', '125554.368000', '125554.371000', '125554.374000', '125554.376000', '125554.389000', '125554.392000', '125554.395000', '125554.398000', '125554.401000', '125554.403000', '125554.406000', '125554.409000', '125554.412000', '125554.415000', '125554.417000', '125554.420000', '125554.423000', '125554.426000', '125554.429000', '125554.432000', '125554.435000', '125554.437000', '125554.440000', '125554.443000', '125554.446000', '125554.449000', '125554.452000', '125554.454000', '125554.457000', '125554.460000', '125554.463000', '125554.466000', '125554.469000', '125554.471000', '125554.474000', '125554.477000', '125554.480000', '125554.483000', '125554.486000', '125554.488000', '125554.491000', '125554.494000', '125554.497000', '125614.365000', '125614.368000', '125614.371000', '125614.374000', '125614.376000', '125614.379000', '125614.382000', '125614.385000', '125614.388000', '125614.391000', '125614.393000', '125614.396000', '125614.399000', '125614.402000', '125614.405000', '125614.408000', '125614.411000', '125614.413000', '125614.416000', '125614.419000', '125614.422000', '125614.425000', '125614.428000', '125614.431000', '125614.434000', '125614.436000', '125614.439000', '125614.442000', '125614.445000', '125614.448000', '125614.451000', '125614.454000', '125614.456000', '125614.459000', '125614.462000', '125614.465000', '125614.468000', '125614.470000', '125614.473000', '125614.476000', '125614.479000', '125614.482000', '125614.484000', '125634.365000', '125634.368000', '125634.371000', '125634.374000', '125634.377000', '125634.380000', '125634.383000', '125634.386000', '125634.389000', '125634.391000', '125634.394000', '125634.397000', '125634.400000', '125634.403000', '125634.406000', '125634.409000', '125634.412000', '125634.414000', '125634.417000', '125634.420000', '125634.423000', '125634.426000', '125634.429000', '125634.431000', '125634.434000', '125634.437000', '125634.440000', '125634.443000', '125634.446000', '125634.449000', '125634.451000', '125634.454000', '125634.457000', '125634.460000', '125634.463000', '125634.466000', '125634.469000', '125634.472000', '125634.474000', '125634.477000', '125634.480000', '125634.483000', '125634.486000', '125634.489000', '125639.942000', '125639.945000', '125639.948000', '125639.950000', '125639.953000', '125639.956000', '125639.959000', '125639.962000', '125639.965000', '125639.968000', '125639.971000', '125639.974000'], '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': [11877, 15552, 10674, 17199, 13100, 16934, 11818, 16351, 10685, 13428, 10765, 11149, 10477, 9310, 10875, 12356, 9891, 9863, 9243, 9630, 9499, 9680, 9453, 9061, 9320, 9303, 9586, 9325, 9668, 9058, 9378, 9261, 9190, 9661, 9527, 9429, 9425, 9618, 9317, 9524, 14703, 9416, 13662, 10044, 12537, 9831, 14634, 9426, 9183, 9712, 9097, 9933, 9444, 9675, 10905, 9711, 9699, 9359, 9437, 13127, 11268, 16984, 14639, 13552, 9298, 11968, 8939, 11692, 9562, 13399, 9040, 8919, 8799, 9080, 11394, 9124, 15422, 9608, 14251, 9540, 12212, 9175, 13060, 9071, 9428, 8672, 9178, 15982, 9432, 9188, 9433, 9153, 9510, 9173, 9254, 10266, 9366, 9906, 9603, 9530, 9213, 9341, 8907, 9090, 8857, 9075, 9787, 9215, 12244, 9190, 8932, 9206, 9512, 9079, 8778, 9408, 12192, 9443, 11161, 9072, 9070, 17496, 13925, 14610, 9427, 12535, 9368, 12674, 8869, 14786, 8843, 9899, 8936, 9489, 16254, 11050, 8908, 9094, 13236, 9207, 12066, 9470, 11828, 9343, 9800, 9429, 9538, 9216, 9095, 9233, 9406, 8996, 9007, 8843, 9184, 14229, 9240, 11333, 9512, 10202, 8951, 9362, 16504, 9299, 9866, 9385, 9179, 9244, 9020, 8904, 9207, 9007, 9389, 9234, 9233, 9011, 8906, 9302, 8866, 9451, 9331, 9501, 13853, 9507, 12381, 9497, 12105, 9494, 11877, 14343, 11363, 16087, 9480, 12741, 9263, 11206, 9023, 11123, 8877, 9740, 8281, 9173, 8911, 9548, 9212, 13573, 10747, 13698, 10254, 13659, 9309, 14245, 8825, 15496, 17044, 13403, 15861, 9175, 10861, 9279, 13407, 9430, 12074, 8905, 10260, 8664, 9964, 8774, 9269, 9446, 8686, 8696, 8802, 8907, 9103, 11321, 9020, 9848, 9072, 9460, 8814, 9694, 8880, 11101, 8588, 8700, 16167, 12233, 14165, 10241, 11541, 8679, 8818, 13304, 8807, 15278, 8735, 12155, 9044, 11295, 9026, 10865, 8735, 11131, 8986, 9768, 8632, 11642, 14523, 12858, 8765, 9095, 15105, 9257, 16502, 9146, 12279, 8702, 9515, 8495, 9213, 8731, 9540, 8529, 9542, 8934, 9238, 8455, 9432, 9159, 9473, 8882, 11261, 9378, 12691, 9002, 13161, 9218, 14726, 9161, 16628, 9676, 11757, 8426, 8680, 9095, 8043, 9142, 8098, 8928, 8471, 10206, 8878, 7784, 8749, 9933, 10966, 13923, 11906, 15332, 12740, 13853, 15429, 9581, 10230, 9145, 9515, 8147, 9141, 8322, 8668, 8218, 9210, 8514, 9290, 9098, 9534, 11514, 9589, 8983, 9666, 10103, 10337, 10478, 9930, 10691, 12147, 10817, 15288, 11285, 13655, 10288, 10239, 8920, 9127, 8168, 9444, 8818, 9120, 9698, 9340, 9663, 9171, 9350, 8838, 9006, 13968, 9442, 10239, 9090, 9508, 8827, 8800, 8379, 9017, 8074, 9014, 7854, 8816, 7852, 8859, 14968, 8999, 12367, 8894, 10284, 8715, 8958, 17357, 13248, 14092, 11804, 14166, 10222, 9720, 14683, 11341, 11510, 9029, 16295, 8952, 12975, 9697, 9575, 8509, 9199, 11152, 8859, 9718, 8974, 9280, 12216, 8933, 9527, 9188, 8956, 9285, 9035, 8969, 9251, 8751, 9067, 9271, 8879, 8818, 8401, 8605, 8743, 8670, 8717, 9235, 8857, 15904, 12918, 14989, 9980, 14729, 16253, 13189, 16434, 11096, 11982, 8775, 9326, 8745, 9141, 12151, 9256, 8934, 8800, 8971, 8786, 10270, 9056, 8617, 9093, 8936, 9372, 8768, 9569, 8806, 15226, 9015, 16568, 12359, 12254, 15301, 8701, 10069, 8697, 11811, 13181, 15698, 8152, 9632, 8458, 9496, 12226, 9348, 10154, 9045, 9411, 9014, 9721, 8711, 9646, 8708, 9363, 8553, 9098, 9225, 9052, 12191, 8854, 9785, 8753, 9519, 8938, 8963, 13261, 8977, 9636, 8721, 9047, 9286, 8803, 10650, 9164, 9596, 8942, 9507, 9193, 11078, 9512, 14105, 8860, 11649, 18937, 14179, 15027, 10914, 10200, 17611, 9094, 13404, 9456, 9375, 13991, 8922, 9488, 8539, 9039, 8831, 8803, 8651, 8821, 8851, 8861, 14471, 14990, 12657, 14442, 10800, 10113, 16633, 8954, 11842, 8878, 9962, 8872, 9621, 8821, 8922, 8449, 8745, 10816, 8886, 11413, 8850, 11283, 8963, 10213, 17415, 11188, 9848, 16990, 8805, 10040, 12900, 8772, 9711, 8856, 8875, 9225, 8469, 10672, 8929, 8677, 9375, 8351, 9274, 8838, 10292, 14816, 8631, 12021, 9437, 8306, 12412, 9013, 9298, 9203, 8887, 9192, 8736, 9240, 8683, 15897, 10884, 9565, 18088, 9655, 14769, 15037, 13923, 16218, 9620, 17810, 10677, 15669, 14662, 11088, 12473, 8439, 19371, 9937, 15848, 12520, 13513, 8809, 9508, 8900, 9969, 8893, 9323, 8674, 9032, 12083, 8812, 9798, 8643, 9601, 8575, 9659, 8724, 9316, 8965, 9200, 8794, 9081, 15464, 8793, 10300, 8988, 9469, 9018, 9417, 8939, 8909, 9039, 8502, 11874, 8934, 10788, 8977, 9797, 9089, 9039, 9375, 10276, 9086, 17821, 14047, 13457, 8765, 9628, 18040, 9072, 10419, 8764, 9170, 8767, 8701, 8758, 8695, 8566, 8720, 8688, 8569, 10610, 8866, 10247, 9468, 10497, 8857, 9575, 17629, 9512, 15518, 17611, 11114, 14067, 8589, 9267, 8723, 8793, 8868, 8731, 8788, 8641, 8968, 8885, 16072, 13309, 14460, 10626, 9451, 8701, 17858, 19149, 14902, 15231, 11034, 9820, 8160, 9493, 19518, 9419, 12592, 8679, 10109, 8444, 9654, 8425, 9786, 8801, 9934, 8405, 16114, 8976, 16341, 13274, 11711, 20063, 16453, 15552, 9444, 12949, 9636, 12698, 10049, 10886, 8913, 10209, 8701, 9716, 9492, 9648, 8198, 9628, 8927, 9256, 8317, 9527, 8540, 9691, 8675, 9660, 8350, 9936, 8286, 9941, 9104, 10485, 8282, 10369, 15160, 12231, 17309, 12192, 14995, 9034, 10208, 18774, 9644, 14267, 8885, 10000, 8739, 9599, 8203, 9741, 8140, 9802, 8436, 9745, 8194, 11347, 7962, 15348, 8979, 13651, 9100, 9703, 9231, 10540, 17912, 10550, 14775, 9942, 9932, 10176, 9869, 8604, 10145, 19741, 9911, 16622, 10336, 15748, 9988, 13337, 8992, 10842, 8406, 9900, 20373, 9710, 10404, 9778, 10011, 9670, 9971, 9326, 10099, 9752, 10017, 9359, 9565, 9431, 11351, 9967, 9997, 9568, 9998, 9532, 10315, 9141, 9947, 8432, 9771, 7809, 10006, 19566, 13730, 12494, 9448, 9558, 9770, 10082, 9750, 7690, 9577, 7944, 9531, 10415, 9654, 14181, 9778, 11767, 9246, 11294, 9563, 11469, 8817, 10309, 7841, 9912, 7424, 9811, 9815, 9847, 7733, 9721, 8720, 9399, 12422, 9756, 12146, 9415, 11783, 9635, 11179, 8863, 9891, 8881, 9855, 7954, 9836, 8202, 9617, 8076, 9728, 8905, 9824, 8706, 9945, 9215, 13156, 9228, 13776, 8366, 10964, 16286, 12419, 19471, 16566, 16027, 9871, 14305, 9319, 12530, 8826, 10261, 8627, 10172, 7774, 9852, 8681, 9907, 7727, 9665, 7836, 9670, 12386, 9567, 12544, 9838, 10449, 9459, 10090, 9336, 10445, 9321, 10446, 8655, 10141, 7995, 9694, 11919, 9695, 10280, 9557, 10544, 9063, 9964, 9211, 10020, 8849, 10111, 8433, 9987, 15974, 9627, 17044, 12468, 14974, 9270, 13651, 10396, 16060, 12006, 14792, 9501, 12540, 9458, 13164, 11068, 14783, 9758, 13841, 9631, 12836, 11434, 12882, 13350, 9662, 14365, 9624, 13953, 10346, 8988, 9424, 10888, 9395, 12903, 10295, 12176, 9736, 11233, 9303, 11808, 10326, 10179, 9455, 10084, 9031, 10026, 8417, 10159, 8534, 9892, 8610, 10164, 8528, 9925, 19594, 9597, 15124, 9572, 11136, 16000, 9886, 12469, 9921, 11273, 9431, 9871, 9089, 10181, 9305, 10951, 9508, 11381, 9377, 11998, 11248, 15151, 14004, 14005, 9682, 9661, 7935, 9687, 9744, 13601, 11726, 13496, 8508, 10479, 8465, 14650, 9028, 15873, 9825, 16872, 10252, 12279, 11367, 9076, 17504, 9425, 14390, 9073, 11823, 8900, 10221, 8076, 10152, 11156, 10042, 10050, 9205, 10016, 8687, 10041, 8607, 9735, 9388, 9984, 9450, 9965, 8872, 10057, 8600, 10667, 8418, 13741, 10125, 13376, 20456, 17575, 17002, 14486, 16212, 10593, 15303, 11198, 17419, 9062, 11266, 9799, 10268, 21476, 13480, 16479, 10044, 14845, 9818, 11508, 8548, 10199, 17712, 9825, 10901, 8059, 9947, 7731, 9862, 7576, 9792, 7223, 9527, 11481, 9863, 14619, 11119, 10525, 18412, 11130, 10417, 18880, 11064, 12498, 9333, 10326, 9324, 10151, 9544, 10046, 8909, 10253, 17563, 11762, 10789, 18054, 13698, 13560, 9371, 10250, 8319, 11177, 8649, 10437, 19843, 10186, 18550, 14881, 15304, 9504, 12686, 9117, 10645, 18260, 10218, 10110], 'WindowCenter': [4407.0, 4422.0, 4355.0, 4395.0, 4348.0, 4368.0, 4322.0, 4350.0, 4309.0, 4328.0, 4308.0, 4305.0, 4296.0, 4285.0, 4307.0, 4330.0, 4323.0, 4322.0, 4313.0, 4309.0, 4311.0, 4310.0, 4313.0, 4303.0, 4326.0, 4315.0, 4326.0, 4326.0, 4338.0, 4327.0, 4339.0, 4330.0, 4341.0, 4341.0, 4341.0, 4342.0, 4342.0, 4352.0, 4342.0, 4343.0, 4391.0, 4342.0, 4381.0, 4353.0, 4371.0, 4353.0, 4393.0, 4341.0, 4341.0, 4340.0, 4329.0, 4351.0, 4353.0, 4353.0, 4364.0, 4355.0, 4353.0, 4355.0, 4354.0, 4381.0, 4363.0, 4402.0, 4383.0, 4369.0, 4330.0, 4358.0, 4328.0, 4359.0, 4328.0, 4370.0, 4317.0, 4326.0, 4315.0, 4317.0, 4347.0, 4326.0, 4376.0, 4328.0, 4367.0, 4326.0, 4355.0, 4327.0, 4356.0, 4316.0, 4325.0, 4304.0, 4325.0, 4376.0, 4326.0, 4325.0, 4327.0, 4326.0, 4337.0, 4338.0, 4341.0, 4350.0, 4342.0, 4349.0, 4351.0, 4340.0, 4340.0, 4341.0, 4341.0, 4342.0, 4329.0, 4341.0, 4349.0, 4352.0, 4383.0, 4343.0, 4341.0, 4352.0, 4351.0, 4342.0, 4331.0, 4353.0, 4382.0, 4354.0, 4373.0, 4340.0, 4340.0, 4400.0, 4381.0, 4378.0, 4339.0, 4367.0, 4328.0, 4367.0, 4327.0, 4378.0, 4327.0, 4336.0, 4315.0, 4325.0, 4376.0, 4346.0, 4313.0, 4316.0, 4363.0, 4327.0, 4356.0, 4327.0, 4356.0, 4326.0, 4336.0, 4325.0, 4326.0, 4326.0, 4325.0, 4328.0, 4326.0, 4327.0, 4328.0, 4326.0, 4325.0, 4377.0, 4328.0, 4347.0, 4326.0, 4335.0, 4316.0, 4325.0, 4375.0, 4313.0, 4323.0, 4313.0, 4323.0, 4313.0, 4327.0, 4315.0, 4326.0, 4324.0, 4339.0, 4339.0, 4339.0, 4342.0, 4342.0, 4342.0, 4341.0, 4354.0, 4340.0, 4351.0, 4393.0, 4355.0, 4381.0, 4353.0, 4370.0, 4351.0, 4373.0, 4390.0, 4371.0, 4390.0, 4339.0, 4367.0, 4339.0, 4370.0, 4355.0, 4372.0, 4341.0, 4339.0, 4343.0, 4352.0, 4354.0, 4352.0, 4353.0, 4393.0, 4376.0, 4393.0, 4363.0, 4389.0, 4341.0, 4380.0, 4325.0, 4378.0, 4387.0, 4367.0, 4375.0, 4325.0, 4346.0, 4326.0, 4365.0, 4326.0, 4354.0, 4314.0, 4335.0, 4314.0, 4335.0, 4314.0, 4325.0, 4325.0, 4316.0, 4325.0, 4340.0, 4339.0, 4350.0, 4370.0, 4353.0, 4364.0, 4355.0, 4364.0, 4354.0, 4366.0, 4354.0, 4372.0, 4342.0, 4344.0, 4401.0, 4382.0, 4391.0, 4349.0, 4357.0, 4326.0, 4327.0, 4378.0, 4329.0, 4387.0, 4329.0, 4368.0, 4328.0, 4357.0, 4338.0, 4359.0, 4330.0, 4358.0, 4339.0, 4350.0, 4328.0, 4359.0, 4376.0, 4367.0, 4317.0, 4327.0, 4377.0, 4329.0, 4387.0, 4314.0, 4347.0, 4315.0, 4324.0, 4315.0, 4324.0, 4316.0, 4325.0, 4315.0, 4325.0, 4326.0, 4325.0, 4318.0, 4338.0, 4339.0, 4339.0, 4342.0, 4362.0, 4341.0, 4367.0, 4329.0, 4368.0, 4326.0, 4378.0, 4329.0, 4390.0, 4328.0, 4355.0, 4318.0, 4329.0, 4342.0, 4320.0, 4354.0, 4332.0, 4353.0, 4344.0, 4375.0, 4354.0, 4323.0, 4343.0, 4352.0, 4363.0, 4370.0, 4349.0, 4369.0, 4343.0, 4345.0, 4349.0, 4301.0, 4297.0, 4299.0, 4311.0, 4292.0, 4310.0, 4302.0, 4304.0, 4304.0, 4327.0, 4315.0, 4339.0, 4326.0, 4351.0, 4372.0, 4353.0, 4342.0, 4378.0, 4364.0, 4352.0, 4351.0, 4340.0, 4350.0, 4371.0, 4350.0, 4378.0, 4359.0, 4371.0, 4338.0, 4336.0, 4341.0, 4327.0, 4314.0, 4336.0, 4314.0, 4327.0, 4326.0, 4338.0, 4338.0, 4338.0, 4326.0, 4327.0, 4328.0, 4377.0, 4339.0, 4348.0, 4328.0, 4338.0, 4329.0, 4337.0, 4330.0, 4352.0, 4344.0, 4353.0, 4344.0, 4363.0, 4346.0, 4365.0, 4416.0, 4356.0, 4394.0, 4356.0, 4376.0, 4343.0, 4355.0, 4425.0, 4395.0, 4392.0, 4372.0, 4391.0, 4348.0, 4351.0, 4391.0, 4373.0, 4371.0, 4340.0, 4389.0, 4339.0, 4368.0, 4326.0, 4337.0, 4326.0, 4339.0, 4356.0, 4327.0, 4336.0, 4339.0, 4351.0, 4368.0, 4339.0, 4362.0, 4340.0, 4340.0, 4339.0, 4341.0, 4340.0, 4349.0, 4341.0, 4351.0, 4363.0, 4363.0, 4364.0, 4354.0, 4355.0, 4356.0, 4366.0, 4367.0, 4366.0, 4366.0, 4426.0, 4406.0, 4414.0, 4364.0, 4404.0, 4401.0, 4380.0, 4399.0, 4357.0, 4356.0, 4315.0, 4325.0, 4314.0, 4337.0, 4367.0, 4339.0, 4326.0, 4326.0, 4326.0, 4328.0, 4345.0, 4339.0, 4326.0, 4338.0, 4327.0, 4338.0, 4327.0, 4337.0, 4341.0, 4390.0, 4340.0, 4423.0, 4381.0, 4368.0, 4389.0, 4315.0, 4333.0, 4301.0, 4353.0, 4353.0, 4376.0, 4303.0, 4322.0, 4302.0, 4323.0, 4353.0, 4324.0, 4332.0, 4325.0, 4323.0, 4325.0, 4335.0, 4326.0, 4337.0, 4326.0, 4338.0, 4326.0, 4338.0, 4336.0, 4340.0, 4369.0, 4339.0, 4349.0, 4329.0, 4350.0, 4340.0, 4341.0, 4380.0, 4340.0, 4338.0, 4329.0, 4339.0, 4348.0, 4352.0, 4361.0, 4353.0, 4352.0, 4354.0, 4362.0, 4363.0, 4384.0, 4354.0, 4404.0, 4342.0, 4383.0, 4411.0, 4391.0, 4388.0, 4348.0, 4349.0, 4396.0, 4327.0, 4367.0, 4337.0, 4339.0, 4376.0, 4326.0, 4336.0, 4326.0, 4337.0, 4339.0, 4349.0, 4342.0, 4353.0, 4353.0, 4366.0, 4416.0, 4402.0, 4382.0, 4389.0, 4347.0, 4348.0, 4386.0, 4325.0, 4354.0, 4326.0, 4348.0, 4325.0, 4335.0, 4326.0, 4338.0, 4326.0, 4340.0, 4359.0, 4352.0, 4369.0, 4353.0, 4370.0, 4340.0, 4360.0, 4413.0, 4370.0, 4350.0, 4385.0, 4314.0, 4335.0, 4363.0, 4314.0, 4333.0, 4326.0, 4327.0, 4339.0, 4342.0, 4372.0, 4365.0, 4353.0, 4364.0, 4344.0, 4353.0, 4354.0, 4376.0, 4413.0, 4354.0, 4393.0, 4351.0, 4343.0, 4392.0, 4352.0, 4362.0, 4363.0, 4363.0, 4377.0, 4367.0, 4377.0, 4369.0, 4428.0, 4385.0, 4365.0, 4423.0, 4352.0, 4403.0, 4390.0, 4390.0, 4398.0, 4337.0, 4397.0, 4346.0, 4387.0, 4374.0, 4345.0, 4353.0, 4313.0, 4394.0, 4334.0, 4384.0, 4354.0, 4365.0, 4313.0, 4333.0, 4323.0, 4333.0, 4312.0, 4323.0, 4311.0, 4323.0, 4354.0, 4324.0, 4333.0, 4315.0, 4333.0, 4325.0, 4335.0, 4325.0, 4337.0, 4327.0, 4337.0, 4327.0, 4339.0, 4387.0, 4328.0, 4346.0, 4327.0, 4337.0, 4326.0, 4337.0, 4326.0, 4327.0, 4325.0, 4328.0, 4368.0, 4340.0, 4357.0, 4340.0, 4359.0, 4341.0, 4340.0, 4352.0, 4348.0, 4339.0, 4410.0, 4379.0, 4379.0, 4325.0, 4337.0, 4396.0, 4325.0, 4346.0, 4313.0, 4325.0, 4324.0, 4326.0, 4339.0, 4341.0, 4341.0, 4341.0, 4342.0, 4354.0, 4373.0, 4355.0, 4375.0, 4365.0, 4374.0, 4353.0, 4364.0, 4412.0, 4351.0, 4403.0, 4410.0, 4357.0, 4378.0, 4328.0, 4336.0, 4340.0, 4341.0, 4352.0, 4353.0, 4354.0, 4355.0, 4365.0, 4368.0, 4427.0, 4406.0, 4403.0, 4374.0, 4350.0, 4341.0, 4414.0, 4398.0, 4377.0, 4376.0, 4345.0, 4334.0, 4302.0, 4325.0, 4405.0, 4323.0, 4350.0, 4312.0, 4332.0, 4313.0, 4335.0, 4315.0, 4336.0, 4326.0, 4347.0, 4326.0, 4389.0, 4325.0, 4387.0, 4353.0, 4342.0, 4393.0, 4374.0, 4361.0, 4311.0, 4339.0, 4310.0, 4349.0, 4320.0, 4329.0, 4298.0, 4318.0, 4297.0, 4321.0, 4320.0, 4323.0, 4312.0, 4335.0, 4322.0, 4336.0, 4327.0, 4349.0, 4339.0, 4350.0, 4341.0, 4350.0, 4331.0, 4350.0, 4331.0, 4350.0, 4342.0, 4361.0, 4331.0, 4361.0, 4390.0, 4370.0, 4398.0, 4358.0, 4375.0, 4325.0, 4334.0, 4395.0, 4325.0, 4371.0, 4325.0, 4335.0, 4326.0, 4336.0, 4329.0, 4338.0, 4319.0, 4350.0, 4329.0, 4363.0, 4345.0, 4373.0, 4332.0, 4402.0, 4329.0, 4367.0, 4327.0, 4338.0, 4338.0, 4361.0, 4400.0, 4349.0, 4389.0, 4337.0, 4348.0, 4348.0, 4348.0, 4326.0, 4346.0, 4395.0, 4335.0, 4374.0, 4333.0, 4373.0, 4321.0, 4353.0, 4311.0, 4331.0, 4299.0, 4309.0, 4379.0, 4308.0, 4317.0, 4319.0, 4319.0, 4321.0, 4321.0, 4322.0, 4333.0, 4323.0, 4333.0, 4325.0, 4334.0, 4339.0, 4357.0, 4349.0, 4348.0, 4339.0, 4347.0, 4349.0, 4349.0, 4338.0, 4349.0, 4327.0, 4348.0, 4307.0, 4349.0, 4409.0, 4379.0, 4367.0, 4338.0, 4338.0, 4361.0, 4359.0, 4338.0, 4317.0, 4337.0, 4317.0, 4349.0, 4346.0, 4350.0, 4379.0, 4350.0, 4369.0, 4340.0, 4358.0, 4339.0, 4370.0, 4340.0, 4349.0, 4317.0, 4348.0, 4307.0, 4348.0, 4348.0, 4349.0, 4318.0, 4350.0, 4329.0, 4351.0, 4381.0, 4352.0, 4380.0, 4352.0, 4370.0, 4350.0, 4370.0, 4339.0, 4349.0, 4339.0, 4349.0, 4319.0, 4361.0, 4340.0, 4351.0, 4331.0, 4349.0, 4340.0, 4362.0, 4341.0, 4360.0, 4351.0, 4392.0, 4352.0, 4393.0, 4331.0, 4371.0, 4399.0, 4379.0, 4408.0, 4389.0, 4386.0, 4335.0, 4372.0, 4322.0, 4355.0, 4313.0, 4334.0, 4311.0, 4333.0, 4292.0, 4335.0, 4314.0, 4336.0, 4305.0, 4337.0, 4319.0, 4349.0, 4368.0, 4349.0, 4368.0, 4349.0, 4349.0, 4349.0, 4348.0, 4339.0, 4348.0, 4340.0, 4359.0, 4329.0, 4348.0, 4318.0, 4349.0, 4368.0, 4348.0, 4348.0, 4349.0, 4359.0, 4341.0, 4361.0, 4352.0, 4362.0, 4354.0, 4373.0, 4341.0, 4363.0, 4411.0, 4360.0, 4412.0, 4381.0, 4390.0, 4339.0, 4378.0, 4349.0, 4388.0, 4368.0, 4388.0, 4338.0, 4366.0, 4337.0, 4377.0, 4358.0, 4387.0, 4337.0, 4375.0, 4336.0, 4365.0, 4344.0, 4365.0, 4363.0, 4324.0, 4375.0, 4336.0, 4375.0, 4335.0, 4321.0, 4326.0, 4344.0, 4324.0, 4366.0, 4347.0, 4355.0, 4337.0, 4346.0, 4337.0, 4357.0, 4334.0, 4335.0, 4321.0, 4334.0, 4313.0, 4335.0, 4316.0, 4348.0, 4329.0, 4349.0, 4329.0, 4348.0, 4342.0, 4351.0, 4409.0, 4352.0, 4390.0, 4338.0, 4358.0, 4387.0, 4337.0, 4365.0, 4336.0, 4345.0, 4337.0, 4347.0, 4339.0, 4349.0, 4352.0, 4370.0, 4363.0, 4372.0, 4352.0, 4382.0, 4373.0, 4404.0, 4392.0, 4379.0, 4338.0, 4339.0, 4317.0, 4336.0, 4336.0, 4378.0, 4358.0, 4378.0, 4316.0, 4346.0, 4315.0, 4377.0, 4326.0, 4388.0, 4337.0, 4386.0, 4347.0, 4365.0, 4359.0, 4326.0, 4387.0, 4328.0, 4377.0, 4326.0, 4344.0, 4313.0, 4322.0, 4292.0, 4335.0, 4342.0, 4335.0, 4335.0, 4325.0, 4333.0, 4314.0, 4334.0, 4326.0, 4337.0, 4352.0, 4362.0, 4364.0, 4375.0, 4365.0, 4376.0, 4356.0, 4387.0, 4346.0, 4406.0, 4364.0, 4394.0, 4423.0, 4413.0, 4400.0, 4380.0, 4388.0, 4336.0, 4378.0, 4347.0, 4387.0, 4314.0, 4345.0, 4322.0, 4333.0, 4405.0, 4365.0, 4373.0, 4324.0, 4376.0, 4337.0, 4345.0, 4314.0, 4336.0, 4384.0, 4322.0, 4332.0, 4291.0, 4332.0, 4303.0, 4336.0, 4306.0, 4349.0, 4309.0, 4352.0, 4384.0, 4364.0, 4404.0, 4361.0, 4360.0, 4412.0, 4359.0, 4360.0, 4409.0, 4358.0, 4366.0, 4337.0, 4347.0, 4338.0, 4360.0, 4362.0, 4362.0, 4354.0, 4374.0, 4425.0, 4372.0, 4372.0, 4410.0, 4380.0, 4378.0, 4338.0, 4348.0, 4330.0, 4359.0, 4328.0, 4360.0, 4408.0, 4348.0, 4409.0, 4388.0, 4376.0, 4335.0, 4365.0, 4313.0, 4345.0, 4394.0, 4333.0, 4334.0], 'WindowWidth': [9718.0, 9734.0, 9622.0, 9684.0, 9599.0, 9632.0, 9554.0, 9592.0, 9528.0, 9554.0, 9526.0, 9517.0, 9505.0, 9491.0, 9520.0, 9560.0, 9559.0, 9555.0, 9544.0, 9531.0, 9538.0, 9534.0, 9545.0, 9532.0, 9566.0, 9551.0, 9569.0, 9569.0, 9588.0, 9571.0, 9591.0, 9578.0, 9595.0, 9595.0, 9597.0, 9599.0, 9601.0, 9615.0, 9599.0, 9602.0, 9664.0, 9598.0, 9651.0, 9616.0, 9639.0, 9617.0, 9669.0, 9598.0, 9596.0, 9596.0, 9580.0, 9612.0, 9616.0, 9620.0, 9633.0, 9623.0, 9619.0, 9623.0, 9620.0, 9652.0, 9630.0, 9682.0, 9656.0, 9632.0, 9580.0, 9615.0, 9575.0, 9619.0, 9573.0, 9632.0, 9556.0, 9569.0, 9553.0, 9558.0, 9598.0, 9571.0, 9637.0, 9573.0, 9624.0, 9569.0, 9605.0, 9570.0, 9609.0, 9554.0, 9565.0, 9534.0, 9566.0, 9637.0, 9568.0, 9565.0, 9571.0, 9568.0, 9586.0, 9589.0, 9599.0, 9608.0, 9600.0, 9607.0, 9612.0, 9596.0, 9597.0, 9599.0, 9599.0, 9601.0, 9580.0, 9599.0, 9607.0, 9617.0, 9659.0, 9605.0, 9599.0, 9618.0, 9613.0, 9603.0, 9587.0, 9619.0, 9656.0, 9621.0, 9646.0, 9597.0, 9598.0, 9677.0, 9652.0, 9644.0, 9593.0, 9626.0, 9577.0, 9628.0, 9576.0, 9643.0, 9572.0, 9584.0, 9554.0, 9567.0, 9636.0, 9595.0, 9549.0, 9555.0, 9615.0, 9575.0, 9613.0, 9574.0, 9609.0, 9571.0, 9583.0, 9568.0, 9569.0, 9571.0, 9568.0, 9576.0, 9572.0, 9575.0, 9575.0, 9571.0, 9569.0, 9639.0, 9575.0, 9599.0, 9571.0, 9580.0, 9555.0, 9568.0, 9634.0, 9548.0, 9560.0, 9548.0, 9562.0, 9549.0, 9575.0, 9555.0, 9573.0, 9568.0, 9594.0, 9594.0, 9596.0, 9603.0, 9603.0, 9603.0, 9600.0, 9621.0, 9600.0, 9615.0, 9671.0, 9623.0, 9653.0, 9618.0, 9638.0, 9613.0, 9645.0, 9665.0, 9639.0, 9663.0, 9593.0, 9629.0, 9594.0, 9639.0, 9627.0, 9644.0, 9600.0, 9592.0, 9606.0, 9619.0, 9623.0, 9619.0, 9621.0, 9675.0, 9653.0, 9673.0, 9633.0, 9663.0, 9598.0, 9650.0, 9569.0, 9644.0, 9653.0, 9627.0, 9635.0, 9568.0, 9596.0, 9571.0, 9620.0, 9567.0, 9602.0, 9552.0, 9579.0, 9551.0, 9579.0, 9551.0, 9567.0, 9565.0, 9559.0, 9571.0, 9598.0, 9598.0, 9616.0, 9643.0, 9624.0, 9639.0, 9629.0, 9637.0, 9627.0, 9642.0, 9623.0, 9645.0, 9604.0, 9609.0, 9685.0, 9659.0, 9669.0, 9607.0, 9618.0, 9574.0, 9575.0, 9643.0, 9581.0, 9655.0, 9579.0, 9629.0, 9579.0, 9616.0, 9593.0, 9620.0, 9583.0, 9618.0, 9595.0, 9610.0, 9577.0, 9620.0, 9639.0, 9628.0, 9560.0, 9573.0, 9639.0, 9579.0, 9660.0, 9551.0, 9598.0, 9553.0, 9565.0, 9553.0, 9564.0, 9559.0, 9568.0, 9556.0, 9567.0, 9569.0, 9567.0, 9564.0, 9593.0, 9595.0, 9594.0, 9602.0, 9628.0, 9601.0, 9629.0, 9579.0, 9629.0, 9573.0, 9646.0, 9579.0, 9665.0, 9573.0, 9609.0, 9564.0, 9580.0, 9603.0, 9573.0, 9624.0, 9593.0, 9626.0, 9613.0, 9654.0, 9625.0, 9578.0, 9605.0, 9612.0, 9631.0, 9638.0, 9604.0, 9635.0, 9587.0, 9588.0, 9585.0, 9523.0, 9514.0, 9521.0, 9540.0, 9516.0, 9538.0, 9531.0, 9536.0, 9538.0, 9573.0, 9556.0, 9593.0, 9574.0, 9614.0, 9642.0, 9618.0, 9603.0, 9664.0, 9635.0, 9614.0, 9611.0, 9594.0, 9609.0, 9638.0, 9609.0, 9646.0, 9619.0, 9639.0, 9590.0, 9584.0, 9599.0, 9572.0, 9552.0, 9582.0, 9552.0, 9573.0, 9569.0, 9592.0, 9591.0, 9590.0, 9572.0, 9574.0, 9578.0, 9642.0, 9594.0, 9604.0, 9578.0, 9589.0, 9580.0, 9590.0, 9586.0, 9620.0, 9613.0, 9624.0, 9612.0, 9639.0, 9618.0, 9643.0, 9710.0, 9632.0, 9680.0, 9630.0, 9656.0, 9608.0, 9626.0, 9723.0, 9680.0, 9671.0, 9643.0, 9671.0, 9606.0, 9612.0, 9666.0, 9646.0, 9642.0, 9598.0, 9664.0, 9595.0, 9633.0, 9572.0, 9587.0, 9573.0, 9594.0, 9611.0, 9576.0, 9585.0, 9596.0, 9615.0, 9631.0, 9593.0, 9634.0, 9599.0, 9599.0, 9594.0, 9603.0, 9599.0, 9611.0, 9604.0, 9619.0, 9639.0, 9640.0, 9643.0, 9629.0, 9633.0, 9635.0, 9649.0, 9650.0, 9647.0, 9650.0, 9727.0, 9699.0, 9708.0, 9640.0, 9696.0, 9685.0, 9652.0, 9678.0, 9616.0, 9614.0, 9556.0, 9570.0, 9555.0, 9589.0, 9631.0, 9595.0, 9574.0, 9576.0, 9576.0, 9581.0, 9600.0, 9595.0, 9573.0, 9593.0, 9576.0, 9592.0, 9577.0, 9590.0, 9602.0, 9665.0, 9601.0, 9720.0, 9657.0, 9634.0, 9666.0, 9556.0, 9579.0, 9532.0, 9605.0, 9604.0, 9640.0, 9535.0, 9561.0, 9533.0, 9563.0, 9603.0, 9568.0, 9575.0, 9570.0, 9565.0, 9572.0, 9584.0, 9577.0, 9591.0, 9577.0, 9594.0, 9577.0, 9593.0, 9590.0, 9599.0, 9638.0, 9598.0, 9609.0, 9584.0, 9611.0, 9597.0, 9602.0, 9651.0, 9597.0, 9594.0, 9582.0, 9597.0, 9610.0, 9619.0, 9628.0, 9622.0, 9619.0, 9624.0, 9633.0, 9636.0, 9663.0, 9623.0, 9690.0, 9605.0, 9662.0, 9697.0, 9669.0, 9662.0, 9606.0, 9606.0, 9667.0, 9574.0, 9630.0, 9588.0, 9595.0, 9640.0, 9575.0, 9585.0, 9576.0, 9591.0, 9598.0, 9615.0, 9609.0, 9624.0, 9625.0, 9646.0, 9715.0, 9688.0, 9658.0, 9667.0, 9604.0, 9604.0, 9652.0, 9570.0, 9608.0, 9575.0, 9609.0, 9572.0, 9586.0, 9574.0, 9592.0, 9578.0, 9601.0, 9623.0, 9620.0, 9638.0, 9625.0, 9640.0, 9600.0, 9627.0, 9705.0, 9639.0, 9608.0, 9649.0, 9552.0, 9582.0, 9617.0, 9553.0, 9578.0, 9574.0, 9576.0, 9596.0, 9606.0, 9646.0, 9645.0, 9624.0, 9639.0, 9614.0, 9622.0, 9628.0, 9658.0, 9704.0, 9626.0, 9675.0, 9616.0, 9612.0, 9674.0, 9622.0, 9634.0, 9640.0, 9639.0, 9664.0, 9654.0, 9666.0, 9658.0, 9736.0, 9671.0, 9644.0, 9719.0, 9620.0, 9694.0, 9669.0, 9665.0, 9673.0, 9590.0, 9673.0, 9601.0, 9660.0, 9635.0, 9598.0, 9604.0, 9552.0, 9664.0, 9582.0, 9648.0, 9607.0, 9621.0, 9550.0, 9579.0, 9565.0, 9578.0, 9548.0, 9565.0, 9546.0, 9566.0, 9607.0, 9569.0, 9580.0, 9556.0, 9579.0, 9572.0, 9585.0, 9574.0, 9590.0, 9578.0, 9593.0, 9577.0, 9595.0, 9657.0, 9579.0, 9601.0, 9579.0, 9590.0, 9575.0, 9592.0, 9575.0, 9578.0, 9572.0, 9578.0, 9634.0, 9601.0, 9620.0, 9603.0, 9628.0, 9604.0, 9601.0, 9619.0, 9608.0, 9598.0, 9696.0, 9648.0, 9647.0, 9572.0, 9589.0, 9670.0, 9571.0, 9598.0, 9551.0, 9570.0, 9568.0, 9575.0, 9597.0, 9606.0, 9604.0, 9607.0, 9609.0, 9627.0, 9649.0, 9631.0, 9655.0, 9643.0, 9651.0, 9622.0, 9638.0, 9702.0, 9614.0, 9689.0, 9692.0, 9618.0, 9645.0, 9579.0, 9590.0, 9603.0, 9604.0, 9622.0, 9624.0, 9629.0, 9633.0, 9646.0, 9655.0, 9729.0, 9697.0, 9690.0, 9650.0, 9615.0, 9605.0, 9713.0, 9678.0, 9643.0, 9642.0, 9595.0, 9581.0, 9535.0, 9568.0, 9679.0, 9565.0, 9598.0, 9548.0, 9576.0, 9553.0, 9582.0, 9559.0, 9589.0, 9575.0, 9604.0, 9576.0, 9662.0, 9570.0, 9656.0, 9603.0, 9588.0, 9659.0, 9633.0, 9609.0, 9542.0, 9577.0, 9539.0, 9592.0, 9554.0, 9564.0, 9523.0, 9550.0, 9520.0, 9556.0, 9556.0, 9563.0, 9548.0, 9586.0, 9564.0, 9586.0, 9577.0, 9610.0, 9597.0, 9615.0, 9602.0, 9614.0, 9588.0, 9613.0, 9591.0, 9613.0, 9606.0, 9630.0, 9588.0, 9629.0, 9664.0, 9638.0, 9675.0, 9617.0, 9639.0, 9569.0, 9581.0, 9664.0, 9568.0, 9626.0, 9570.0, 9580.0, 9572.0, 9587.0, 9583.0, 9593.0, 9570.0, 9611.0, 9584.0, 9636.0, 9616.0, 9649.0, 9589.0, 9682.0, 9580.0, 9624.0, 9571.0, 9588.0, 9592.0, 9628.0, 9681.0, 9607.0, 9662.0, 9588.0, 9606.0, 9604.0, 9604.0, 9571.0, 9599.0, 9663.0, 9581.0, 9634.0, 9574.0, 9630.0, 9555.0, 9600.0, 9541.0, 9568.0, 9522.0, 9535.0, 9631.0, 9532.0, 9542.0, 9548.0, 9548.0, 9556.0, 9556.0, 9560.0, 9574.0, 9564.0, 9577.0, 9569.0, 9581.0, 9595.0, 9615.0, 9609.0, 9603.0, 9595.0, 9603.0, 9609.0, 9608.0, 9593.0, 9607.0, 9577.0, 9604.0, 9548.0, 9607.0, 9688.0, 9647.0, 9626.0, 9589.0, 9591.0, 9629.0, 9621.0, 9590.0, 9562.0, 9591.0, 9562.0, 9607.0, 9601.0, 9610.0, 9647.0, 9612.0, 9634.0, 9596.0, 9618.0, 9593.0, 9636.0, 9598.0, 9605.0, 9561.0, 9603.0, 9549.0, 9605.0, 9606.0, 9608.0, 9566.0, 9612.0, 9582.0, 9615.0, 9654.0, 9618.0, 9652.0, 9617.0, 9637.0, 9612.0, 9637.0, 9596.0, 9608.0, 9594.0, 9607.0, 9570.0, 9630.0, 9602.0, 9616.0, 9590.0, 9611.0, 9600.0, 9631.0, 9604.0, 9627.0, 9617.0, 9671.0, 9617.0, 9676.0, 9588.0, 9642.0, 9676.0, 9649.0, 9689.0, 9662.0, 9653.0, 9582.0, 9629.0, 9560.0, 9606.0, 9550.0, 9577.0, 9545.0, 9577.0, 9521.0, 9581.0, 9555.0, 9584.0, 9543.0, 9589.0, 9569.0, 9609.0, 9632.0, 9607.0, 9631.0, 9606.0, 9604.0, 9608.0, 9603.0, 9595.0, 9604.0, 9598.0, 9621.0, 9580.0, 9604.0, 9565.0, 9609.0, 9630.0, 9606.0, 9605.0, 9609.0, 9622.0, 9601.0, 9627.0, 9619.0, 9633.0, 9623.0, 9647.0, 9603.0, 9636.0, 9696.0, 9628.0, 9700.0, 9656.0, 9666.0, 9595.0, 9644.0, 9609.0, 9660.0, 9633.0, 9659.0, 9593.0, 9625.0, 9590.0, 9642.0, 9619.0, 9656.0, 9588.0, 9637.0, 9584.0, 9625.0, 9592.0, 9622.0, 9616.0, 9565.0, 9635.0, 9586.0, 9634.0, 9583.0, 9561.0, 9571.0, 9592.0, 9568.0, 9625.0, 9602.0, 9608.0, 9586.0, 9599.0, 9589.0, 9613.0, 9578.0, 9580.0, 9558.0, 9576.0, 9547.0, 9581.0, 9558.0, 9603.0, 9578.0, 9605.0, 9580.0, 9606.0, 9605.0, 9614.0, 9686.0, 9615.0, 9664.0, 9590.0, 9617.0, 9655.0, 9587.0, 9621.0, 9584.0, 9593.0, 9587.0, 9600.0, 9594.0, 9608.0, 9620.0, 9640.0, 9634.0, 9645.0, 9618.0, 9658.0, 9648.0, 9691.0, 9670.0, 9648.0, 9590.0, 9596.0, 9562.0, 9586.0, 9584.0, 9643.0, 9614.0, 9645.0, 9557.0, 9599.0, 9556.0, 9641.0, 9570.0, 9658.0, 9588.0, 9656.0, 9602.0, 9624.0, 9620.0, 9571.0, 9654.0, 9574.0, 9641.0, 9571.0, 9590.0, 9546.0, 9557.0, 9517.0, 9578.0, 9583.0, 9582.0, 9582.0, 9568.0, 9575.0, 9551.0, 9579.0, 9572.0, 9590.0, 9619.0, 9632.0, 9639.0, 9654.0, 9644.0, 9657.0, 9634.0, 9675.0, 9616.0, 9695.0, 9635.0, 9678.0, 9717.0, 9701.0, 9677.0, 9649.0, 9658.0, 9583.0, 9645.0, 9600.0, 9655.0, 9552.0, 9593.0, 9559.0, 9575.0, 9678.0, 9619.0, 9628.0, 9564.0, 9635.0, 9586.0, 9594.0, 9549.0, 9582.0, 9646.0, 9558.0, 9572.0, 9515.0, 9573.0, 9537.0, 9585.0, 9545.0, 9608.0, 9555.0, 9616.0, 9663.0, 9635.0, 9690.0, 9625.0, 9623.0, 9699.0, 9618.0, 9622.0, 9688.0, 9617.0, 9624.0, 9586.0, 9599.0, 9593.0, 9627.0, 9633.0, 9631.0, 9624.0, 9653.0, 9724.0, 9643.0, 9645.0, 9692.0, 9649.0, 9644.0, 9590.0, 9605.0, 9583.0, 9621.0, 9578.0, 9623.0, 9685.0, 9603.0, 9689.0, 9656.0, 9636.0, 9580.0, 9621.0, 9549.0, 9595.0, 9659.0, 9577.0, 9576.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.0035093685121107263</td></tr>
<tr><td colspan=3>aqi</td><td>0.05324776790657439</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.8508318681386</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1819601925021648</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9874508516623376</td></tr>
<tr><td colspan=3>efc</td><td>0.4926</td></tr>
<tr><td colspan=3>fber</td><td>4353.8359</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11171330949557255</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>106</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.16955017301038</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.923522063787067</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8905222947209417</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.189732833041752</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.690311063598508</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112097</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014427431859076023</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02971957065165043</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.589923025783867</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.094</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.5386</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.989</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294950.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.7067</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8146</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.2542</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3456.4839</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3717.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81594.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>873.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4597.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1035.3919</td></tr>
<tr><td colspan=3>tsnr</td><td>28.12091626576148</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>