ds005256-mriqc/sub-0062_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 4ad5cee62c [DATALAD RUNCMD] Compute MRIQC for sub-0062
=== 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-0062 --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-0062",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:27:44 +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-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-02/func/sub-0062_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>0dfa2f25101666b8367ca09a6cc582dc</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:26:5.860000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999683, -0.0220464, 0.0121714, 0.0225114, 0.998966, -0.0394924]</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.107954</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7719, -7296, 480, -76, -132, -33, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>273.474</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2378b2c3-9589-472a-9173-19e31124807f||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820759773254395, 0.060396526008844376, 0.030478093773126602, 105.29087829589844], [0.059148889034986496, 2.6801533699035645, -0.10733535140752792, -92.33726501464844], [0.032655056565999985, 0.10595512390136719, 2.6976935863494873, -64.97203063964844], [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': ['112605.860000', '112606.320000', '112606.780000', '112607.240000', '112607.700000', '112608.160000', '112608.620000', '112609.080000', '112609.540000', '112610.000000', '112610.460000', '112610.920000', '112611.380000', '112611.840000', '112612.300000', '112612.760000', '112613.220000', '112613.680000', '112614.140000', '112614.600000', '112615.060000', '112615.520000', '112615.980000', '112616.440000', '112616.900000', '112617.360000', '112617.820000', '112618.280000', '112618.740000', '112619.200000', '112619.660000', '112620.120000', '112620.580000', '112621.040000', '112621.500000', '112621.960000', '112622.420000', '112622.880000', '112623.340000', '112623.800000', '112624.260000', '112624.720000', '112625.180000', '112625.640000', '112626.100000', '112626.560000', '112627.020000', '112627.480000', '112627.940000', '112628.400000', '112628.860000', '112629.320000', '112629.780000', '112630.240000', '112630.700000', '112631.160000', '112631.620000', '112632.080000', '112632.540000', '112633.000000', '112633.460000', '112633.920000', '112634.380000', '112634.840000', '112635.300000', '112635.760000', '112636.220000', '112636.680000', '112637.140000', '112637.600000', '112638.060000', '112638.520000', '112638.980000', '112639.440000', '112639.900000', '112640.360000', '112640.820000', '112641.280000', '112641.740000', '112642.200000', '112642.660000', '112643.120000', '112643.580000', '112644.040000', '112644.500000', '112644.960000', '112645.420000', '112645.880000', '112646.340000', '112646.800000', '112647.260000', '112647.720000', '112648.180000', '112648.640000', '112649.100000', '112649.560000', '112650.020000', '112650.480000', '112650.940000', '112651.400000', '112651.860000', '112652.320000', '112652.780000', '112653.240000', '112653.700000', '112654.160000', '112654.620000', '112655.080000', '112655.540000', '112656.000000', '112656.460000', '112656.920000', '112657.380000', '112657.840000', '112658.300000', '112658.760000', '112659.220000', '112659.680000', '112700.140000', '112700.600000', '112701.060000', '112701.520000', '112701.980000', '112702.440000', '112702.900000', '112703.360000', '112703.820000', '112704.280000', '112704.740000', '112705.200000', '112705.660000', '112706.120000', '112706.580000', '112707.040000', '112707.500000', '112707.960000', '112708.420000', '112708.880000', '112709.340000', '112709.800000', '112710.260000', '112710.720000', '112711.180000', '112711.640000', '112712.100000', '112712.560000', '112713.020000', '112713.480000', '112713.940000', '112714.400000', '112714.860000', '112715.320000', '112715.780000', '112716.240000', '112716.700000', '112717.160000', '112717.620000', '112718.080000', '112718.540000', '112719.000000', '112719.460000', '112719.920000', '112720.380000', '112720.840000', '112721.300000', '112721.760000', '112722.220000', '112722.680000', '112723.140000', '112723.600000', '112724.060000', '112724.520000', '112724.980000', '112725.440000', '112725.900000', '112726.360000', '112726.820000', '112727.280000', '112727.740000', '112728.200000', '112728.660000', '112729.120000', '112729.580000', '112730.040000', '112730.500000', '112730.960000', '112731.420000', '112731.880000', '112732.340000', '112732.800000', '112733.260000', '112733.720000', '112734.180000', '112734.640000', '112735.100000', '112735.560000', '112736.020000', '112736.480000', '112736.940000', '112737.400000', '112737.860000', '112738.320000', '112738.780000', '112739.240000', '112739.700000', '112740.160000', '112740.620000', '112741.080000', '112741.540000', '112742.000000', '112742.460000', '112742.920000', '112743.380000', '112743.840000', '112744.300000', '112744.760000', '112745.220000', '112745.680000', '112746.140000', '112746.600000', '112747.060000', '112747.520000', '112747.980000', '112748.440000', '112748.900000', '112749.360000', '112749.820000', '112750.280000', '112750.740000', '112751.200000', '112751.660000', '112752.120000', '112752.580000', '112753.040000', '112753.500000', '112753.960000', '112754.420000', '112754.880000', '112755.340000', '112755.800000', '112756.260000', '112756.720000', '112757.180000', '112757.640000', '112758.100000', '112758.560000', '112759.020000', '112759.480000', '112759.940000', '112800.400000', '112800.860000', '112801.320000', '112801.780000', '112802.240000', '112802.700000', '112803.160000', '112803.620000', '112804.080000', '112804.540000', '112805.000000', '112805.460000', '112805.920000', '112806.380000', '112806.840000', '112807.300000', '112807.760000', '112808.220000', '112808.680000', '112809.140000', '112809.600000', '112810.060000', '112810.520000', '112810.980000', '112811.440000', '112811.900000', '112812.360000', '112812.820000', '112813.280000', '112813.740000', '112814.200000', '112814.660000', '112815.120000', '112815.580000', '112816.040000', '112816.500000', '112816.960000', '112817.420000', '112817.880000', '112818.340000', '112818.800000', '112819.260000', '112819.720000', '112820.180000', '112820.640000', '112821.100000', '112821.560000', '112822.020000', '112822.480000', '112822.940000', '112823.400000', '112823.860000', '112824.320000', '112824.780000', '112825.240000', '112825.700000', '112826.160000', '112826.620000', '112827.080000', '112827.540000', '112828.000000', '112828.460000', '112828.920000', '112829.380000', '112829.840000', '112830.300000', '112830.760000', '112831.220000', '112831.680000', '112832.140000', '112832.600000', '112833.060000', '112833.520000', '112833.980000', '112834.440000', '112834.900000', '112835.360000', '112835.820000', '112836.280000', '112836.740000', '112837.200000', '112837.660000', '112838.120000', '112838.580000', '112839.040000', '112839.500000', '112839.960000', '112840.420000', '112840.880000', '112841.340000', '112841.800000', '112842.260000', '112842.720000', '112843.180000', '112843.640000', '112844.100000', '112844.560000', '112845.020000', '112845.480000', '112845.940000', '112846.400000', '112846.860000', '112847.320000', '112847.780000', '112848.240000', '112848.700000', '112849.160000', '112849.620000', '112850.080000', '112850.540000', '112851.000000', '112851.460000', '112851.920000', '112852.380000', '112852.840000', '112853.300000', '112853.760000', '112854.220000', '112854.680000', '112855.140000', '112855.600000', '112856.060000', '112856.520000', '112856.980000', '112857.440000', '112857.900000', '112858.360000', '112858.820000', '112859.280000', '112859.740000', '112900.200000', '112900.660000', '112901.120000', '112901.580000', '112902.040000', '112902.500000', '112902.960000', '112903.420000', '112903.880000', '112904.340000', '112904.800000', '112905.260000', '112905.720000', '112906.180000', '112906.640000', '112907.100000', '112907.560000', '112908.020000', '112908.480000', '112908.940000', '112909.400000', '112909.860000', '112910.320000', '112910.780000', '112911.240000', '112911.700000', '112912.160000', '112912.620000', '112913.080000', '112913.540000', '112914.000000', '112914.460000', '112914.920000', '112915.380000', '112915.840000', '112916.300000', '112916.760000', '112917.220000', '112917.680000', '112918.140000', '112918.600000', '112919.060000', '112919.520000', '112919.980000', '112920.440000', '112920.900000', '112921.360000', '112921.820000', '112922.280000', '112922.740000', '112923.200000', '112923.660000', '112924.120000', '112924.580000', '112925.040000', '112925.500000', '112925.960000', '112926.420000', '112926.880000', '112927.340000', '112927.800000', '112928.260000', '112928.720000', '112929.180000', '112929.640000', '112930.100000', '112930.560000', '112931.020000', '112931.480000', '112931.940000', '112932.400000', '112932.860000', '112933.320000', '112933.780000', '112934.240000', '112934.700000', '112935.160000', '112935.620000', '112936.080000', '112936.540000', '112937.000000', '112937.460000', '112937.920000', '112938.380000', '112938.840000', '112939.300000', '112939.760000', '112940.220000', '112940.680000', '112941.140000', '112941.600000', '112942.060000', '112942.520000', '112942.980000', '112943.440000', '112943.900000', '112944.360000', '112944.820000', '112945.280000', '112945.740000', '112946.200000', '112946.660000', '112947.120000', '112947.580000', '112948.040000', '112948.500000', '112948.960000', '112949.420000', '112949.880000', '112950.340000', '112950.800000', '112951.260000', '112951.720000', '112952.180000', '112952.640000', '112953.100000', '112953.560000', '112954.020000', '112954.480000', '112954.940000', '112955.400000', '112955.860000', '112956.320000', '112956.780000', '112957.240000', '112957.700000', '112958.160000', '112958.620000', '112959.080000', '112959.540000', '113000.000000', '113000.460000', '113000.920000', '113001.380000', '113001.840000', '113002.300000', '113002.760000', '113003.220000', '113003.680000', '113004.140000', '113004.600000', '113005.060000', '113005.520000', '113005.980000', '113006.440000', '113006.900000', '113007.360000', '113007.820000', '113008.280000', '113008.740000', '113009.200000', '113009.660000', '113010.120000', '113010.580000', '113011.040000', '113011.500000', '113011.960000', '113012.420000', '113012.880000', '113013.340000', '113013.800000', '113014.260000', '113014.720000', '113015.180000', '113015.640000', '113016.100000', '113016.560000', '113017.020000', '113017.480000', '113017.940000', '113018.400000', '113018.860000', '113019.320000', '113019.780000', '113020.240000', '113020.700000', '113021.160000', '113021.620000', '113022.080000', '113022.540000', '113023.000000', '113023.460000', '113023.920000', '113024.380000', '113024.840000', '113025.300000', '113025.760000', '113026.220000', '113026.680000', '113027.140000', '113027.600000', '113028.060000', '113028.520000', '113028.980000', '113029.440000', '113029.900000', '113030.360000', '113030.820000', '113031.280000', '113031.740000', '113032.200000', '113032.660000', '113033.120000', '113033.580000', '113034.040000', '113034.500000', '113034.960000', '113035.420000', '113035.880000', '113036.340000', '113036.800000', '113037.260000', '113037.720000', '113038.180000', '113038.640000', '113039.100000', '113039.560000', '113040.020000', '113040.480000', '113040.940000', '113041.400000', '113041.860000', '113042.320000', '113042.780000', '113043.240000', '113043.700000', '113044.160000', '113044.620000', '113045.080000', '113045.540000', '113046.000000', '113046.460000', '113046.920000', '113047.380000', '113047.840000', '113048.300000', '113048.760000', '113049.220000', '113049.680000', '113050.140000', '113050.600000', '113051.060000', '113051.520000', '113051.980000', '113052.440000', '113052.900000', '113053.360000', '113053.820000', '113054.280000', '113054.740000', '113055.200000', '113055.660000', '113056.120000', '113056.580000', '113057.040000', '113057.500000', '113057.960000', '113058.420000', '113058.880000', '113059.340000', '113059.800000', '113100.260000', '113100.720000', '113101.180000', '113101.640000', '113102.100000', '113102.560000', '113103.020000', '113103.480000', '113103.940000', '113104.400000', '113104.860000', '113105.320000', '113105.780000', '113106.240000', '113106.700000', '113107.160000', '113107.620000', '113108.080000', '113108.540000', '113109.000000', '113109.460000', '113109.920000', '113110.380000', '113110.840000', '113111.300000', '113111.760000', '113112.220000', '113112.680000', '113113.140000', '113113.600000', '113114.060000', '113114.520000', '113114.980000', '113115.440000', '113115.900000', '113116.360000', '113116.820000', '113117.280000', '113117.740000', '113118.200000', '113118.660000', '113119.120000', '113119.580000', '113120.040000', '113120.500000', '113120.960000', '113121.420000', '113121.880000', '113122.340000', '113122.800000', '113123.260000', '113123.720000', '113124.180000', '113124.640000', '113125.100000', '113125.560000', '113126.020000', '113126.480000', '113126.940000', '113127.400000', '113127.860000', '113128.320000', '113128.780000', '113129.240000', '113129.700000', '113130.160000', '113130.620000', '113131.080000', '113131.540000', '113132.000000', '113132.460000', '113132.920000', '113133.380000', '113133.840000', '113134.300000', '113134.760000', '113135.220000', '113135.680000', '113136.140000', '113136.600000', '113137.060000', '113137.520000', '113137.980000', '113138.440000', '113138.900000', '113139.360000', '113139.820000', '113140.280000', '113140.740000', '113141.200000', '113141.660000', '113142.120000', '113142.580000', '113143.040000', '113143.500000', '113143.960000', '113144.420000', '113144.880000', '113145.340000', '113145.800000', '113146.260000', '113146.720000', '113147.180000', '113147.640000', '113148.100000', '113148.560000', '113149.020000', '113149.480000', '113149.940000', '113150.400000', '113150.860000', '113151.320000', '113151.780000', '113152.240000', '113152.700000', '113153.160000', '113153.620000', '113154.080000', '113154.540000', '113155.000000', '113155.460000', '113155.920000', '113156.380000', '113156.840000', '113157.300000', '113157.760000', '113158.220000', '113158.680000', '113159.140000', '113159.600000', '113200.060000', '113200.520000', '113200.980000', '113201.440000', '113201.900000', '113202.360000', '113202.820000', '113203.280000', '113203.740000', '113204.200000', '113204.660000', '113205.120000', '113205.580000', '113206.040000', '113206.500000', '113206.960000', '113207.420000', '113207.880000', '113208.340000', '113208.800000', '113209.260000', '113209.720000', '113210.180000', '113210.640000', '113211.100000', '113211.560000', '113212.020000', '113212.480000', '113212.940000', '113213.400000', '113213.860000', '113214.320000', '113214.780000', '113215.240000', '113215.700000', '113216.160000', '113216.620000', '113217.080000', '113217.540000', '113218.000000', '113218.460000', '113218.920000', '113219.380000', '113219.840000', '113220.300000', '113220.760000', '113221.220000', '113221.680000', '113222.140000', '113222.600000', '113223.060000', '113223.520000', '113223.980000', '113224.440000', '113224.900000', '113225.360000', '113225.820000', '113226.280000', '113226.740000', '113227.200000', '113227.660000', '113228.120000', '113228.580000', '113229.040000', '113229.500000', '113229.960000', '113230.420000', '113230.880000', '113231.340000', '113231.800000', '113232.260000', '113232.720000', '113233.180000', '113233.640000', '113234.100000', '113234.560000', '113235.020000', '113235.480000', '113235.940000', '113236.400000', '113236.860000', '113237.320000', '113237.780000', '113238.240000', '113238.700000', '113239.160000', '113239.620000', '113240.080000', '113240.540000', '113241.000000', '113241.460000', '113241.920000', '113242.380000', '113242.840000', '113243.300000', '113243.760000', '113244.220000', '113244.680000', '113245.140000', '113245.600000', '113246.060000', '113246.520000', '113246.980000', '113247.440000', '113247.900000', '113248.360000', '113248.820000', '113249.280000', '113249.740000', '113250.200000', '113250.660000', '113251.120000', '113251.580000', '113252.040000', '113252.500000', '113252.960000', '113253.420000', '113253.880000', '113254.340000', '113254.800000', '113255.260000', '113255.720000', '113256.180000', '113256.640000', '113257.100000', '113257.560000', '113258.020000', '113258.480000', '113258.940000', '113259.400000', '113259.860000', '113300.320000', '113300.780000', '113301.240000', '113301.700000', '113302.160000', '113302.620000', '113303.080000', '113303.540000', '113304.000000', '113304.460000', '113304.920000', '113305.380000', '113305.840000', '113306.300000', '113306.760000', '113307.220000', '113307.680000', '113308.140000', '113308.600000', '113309.060000', '113309.520000', '113309.980000', '113310.440000', '113310.900000', '113311.360000', '113311.820000', '113312.280000', '113312.740000', '113313.200000', '113313.660000', '113314.120000', '113314.580000', '113315.040000', '113315.500000', '113315.960000', '113316.420000', '113316.880000', '113317.340000', '113317.800000', '113318.260000', '113318.720000', '113319.180000', '113319.640000', '113320.100000', '113320.560000', '113321.020000', '113321.480000', '113321.940000', '113322.400000', '113322.860000', '113323.320000', '113323.780000', '113324.240000', '113324.700000', '113325.160000', '113325.620000', '113326.080000', '113326.540000', '113327.000000', '113327.460000', '113327.920000', '113328.380000', '113328.840000', '113329.300000', '113329.760000', '113330.220000', '113330.680000', '113331.140000', '113331.600000', '113332.060000', '113332.520000', '113332.980000', '113333.440000', '113333.900000', '113334.360000', '113334.820000', '113335.280000', '113335.740000', '113336.200000', '113336.660000', '113337.120000', '113337.580000', '113338.040000', '113338.500000', '113338.960000', '113339.420000', '113339.880000', '113340.340000', '113340.800000', '113341.260000', '113341.720000', '113342.180000', '113342.640000', '113343.100000', '113343.560000', '113344.020000', '113344.480000', '113344.940000', '113345.400000', '113345.860000', '113346.320000', '113346.780000', '113347.240000', '113347.700000', '113348.160000', '113348.620000', '113349.080000', '113349.540000', '113350.000000', '113350.460000', '113350.920000', '113351.380000', '113351.840000', '113352.300000', '113352.760000', '113353.220000', '113353.680000', '113354.140000', '113354.600000', '113355.060000', '113355.520000', '113355.980000', '113356.440000', '113356.900000', '113357.360000', '113357.820000', '113358.280000', '113358.740000', '113359.200000', '113359.660000', '113400.120000', '113400.580000', '113401.040000', '113401.500000', '113401.960000', '113402.420000', '113402.880000', '113403.340000', '113403.800000', '113404.260000', '113404.720000', '113405.180000', '113405.640000', '113406.100000', '113406.560000', '113407.020000', '113407.480000', '113407.940000', '113408.400000', '113408.860000', '113409.320000', '113409.780000', '113410.240000', '113410.700000', '113411.160000', '113411.620000', '113412.080000', '113412.540000', '113413.000000', '113413.460000', '113413.920000', '113414.380000', '113414.840000', '113415.300000', '113415.760000', '113416.220000', '113416.680000', '113417.140000', '113417.600000', '113418.060000', '113418.520000', '113418.980000', '113419.440000', '113419.900000', '113420.360000', '113420.820000', '113421.280000', '113421.740000', '113422.200000', '113422.660000', '113423.120000', '113423.580000', '113424.040000', '113424.500000', '113424.960000', '113425.420000', '113425.880000', '113426.340000', '113426.800000', '113427.260000', '113427.720000', '113428.180000', '113428.640000', '113429.100000', '113429.560000', '113430.020000', '113430.480000', '113430.940000', '113431.400000', '113431.860000', '113432.320000', '113432.780000', '113433.240000', '113433.700000', '113434.160000', '113434.620000', '113435.080000', '113435.540000', '113436.000000', '113436.460000', '113436.920000', '113437.380000', '113437.840000', '113438.300000', '113438.760000', '113439.220000', '113439.680000', '113440.140000', '113440.600000', '113441.060000', '113441.520000', '113441.980000', '113442.440000', '113442.900000', '113443.360000', '113443.820000', '113444.280000', '113444.740000', '113445.200000', '113445.660000', '113446.120000', '113446.580000', '113447.040000', '113447.500000', '113447.960000', '113448.420000', '113448.880000', '113449.340000', '113449.800000', '113450.260000', '113450.720000', '113451.180000', '113451.640000', '113452.100000', '113452.560000', '113453.020000', '113453.480000', '113453.940000', '113454.400000', '113454.860000', '113455.320000', '113455.780000', '113456.240000', '113456.700000', '113457.160000'], 'ContentTime': ['112623.657000', '112623.661000', '112623.665000', '112623.667000', '112623.670000', '112623.673000', '112623.675000', '112623.678000', '112623.681000', '112623.684000', '112623.686000', '112623.689000', '112623.691000', '112623.694000', '112623.697000', '112623.700000', '112623.702000', '112623.705000', '112623.707000', '112623.710000', '112623.713000', '112623.716000', '112623.719000', '112623.722000', '112623.731000', '112623.734000', '112623.736000', '112623.739000', '112623.742000', '112623.748000', '112623.750000', '112623.753000', '112623.756000', '112623.759000', '112623.761000', '112643.626000', '112643.628000', '112643.631000', '112643.634000', '112643.636000', '112643.639000', '112643.646000', '112643.649000', '112643.651000', '112643.654000', '112643.657000', '112643.659000', '112643.662000', '112643.664000', '112643.667000', '112643.669000', '112643.672000', '112643.674000', '112643.677000', '112643.680000', '112643.682000', '112643.685000', '112643.687000', '112643.690000', '112643.692000', '112643.695000', '112643.698000', '112643.700000', '112643.703000', '112643.705000', '112643.708000', '112643.710000', '112643.713000', '112643.716000', '112643.718000', '112643.721000', '112643.723000', '112643.726000', '112643.728000', '112643.731000', '112643.734000', '112643.736000', '112643.739000', '112643.741000', '112703.626000', '112703.628000', '112703.631000', '112703.634000', '112703.636000', '112703.639000', '112703.648000', '112703.651000', '112703.653000', '112703.656000', '112703.658000', '112703.661000', '112703.664000', '112703.666000', '112703.669000', '112703.671000', '112703.674000', '112703.676000', '112703.679000', '112703.682000', '112703.684000', '112703.687000', '112703.690000', '112703.692000', '112703.695000', '112703.697000', '112703.700000', '112703.702000', '112703.705000', '112703.708000', '112703.710000', '112703.713000', '112703.715000', '112703.718000', '112703.721000', '112703.723000', '112703.726000', '112703.728000', '112703.731000', '112703.734000', '112703.736000', '112703.739000', '112703.741000', '112723.626000', '112723.628000', '112723.631000', '112723.634000', '112723.636000', '112723.639000', '112723.641000', '112723.644000', '112723.646000', '112723.649000', '112723.652000', '112723.654000', '112723.657000', '112723.659000', '112723.662000', '112723.664000', '112723.667000', '112723.670000', '112723.672000', '112723.675000', '112723.678000', '112723.680000', '112723.683000', '112723.685000', '112723.688000', '112723.691000', '112723.693000', '112723.696000', '112723.698000', '112723.701000', '112723.703000', '112723.706000', '112723.709000', '112723.711000', '112723.714000', '112723.716000', '112723.719000', '112723.722000', '112723.724000', '112723.727000', '112723.729000', '112723.732000', '112723.735000', '112723.737000', '112743.625000', '112743.628000', '112743.631000', '112743.633000', '112743.636000', '112743.638000', '112743.641000', '112743.644000', '112743.646000', '112743.649000', '112743.651000', '112743.654000', '112743.657000', '112743.660000', '112743.663000', '112743.666000', '112743.669000', '112743.692000', '112743.694000', '112743.697000', '112743.700000', '112743.703000', '112743.706000', '112743.708000', '112743.711000', '112743.713000', '112743.716000', '112743.719000', '112743.721000', '112743.724000', '112743.726000', '112743.729000', '112743.732000', '112743.734000', '112743.737000', '112743.740000', '112743.742000', '112743.745000', '112743.748000', '112743.751000', '112743.753000', '112743.756000', '112743.759000', '112803.625000', '112803.628000', '112803.631000', '112803.633000', '112803.636000', '112803.639000', '112803.641000', '112803.644000', '112803.646000', '112803.649000', '112803.652000', '112803.654000', '112803.657000', '112803.659000', '112803.662000', '112803.665000', '112803.667000', '112803.670000', '112803.673000', '112803.675000', '112803.678000', '112803.680000', '112803.683000', '112803.686000', '112803.688000', '112803.691000', '112803.693000', '112803.696000', '112803.699000', '112803.701000', '112803.704000', '112803.706000', '112803.709000', '112803.712000', '112803.714000', '112803.717000', '112803.719000', '112803.722000', '112803.725000', '112803.727000', '112803.730000', '112803.732000', '112803.735000', '112803.738000', '112823.626000', '112823.628000', '112823.631000', '112823.634000', '112823.636000', '112823.639000', '112823.641000', '112823.644000', '112823.646000', '112823.649000', '112823.652000', '112823.654000', '112823.657000', '112823.660000', '112823.662000', '112823.665000', '112823.667000', '112823.670000', '112823.673000', '112823.675000', '112823.678000', '112823.680000', '112823.683000', '112823.685000', '112823.688000', '112823.691000', '112823.693000', '112823.696000', '112823.699000', '112823.701000', '112823.704000', '112823.706000', '112823.709000', '112823.712000', '112823.714000', '112823.717000', '112823.720000', '112823.723000', '112823.726000', '112823.728000', '112823.731000', '112823.733000', '112823.736000', '112843.626000', '112843.628000', '112843.631000', '112843.634000', '112843.636000', '112843.639000', '112843.641000', '112843.644000', '112843.647000', '112843.649000', '112843.652000', '112843.655000', '112843.657000', '112843.660000', '112843.662000', '112843.665000', '112843.668000', '112843.670000', '112843.673000', '112843.675000', '112843.678000', '112843.681000', '112843.683000', '112843.686000', '112843.688000', '112843.691000', '112843.694000', '112843.696000', '112843.699000', '112843.702000', '112843.704000', '112843.707000', '112843.709000', '112843.712000', '112843.715000', '112843.717000', '112843.720000', '112843.722000', '112843.725000', '112843.728000', '112843.730000', '112843.733000', '112843.736000', '112843.738000', '112903.625000', '112903.628000', '112903.631000', '112903.633000', '112903.636000', '112903.639000', '112903.641000', '112903.644000', '112903.646000', '112903.649000', '112903.652000', '112903.654000', '112903.657000', '112903.660000', '112903.662000', '112903.665000', '112903.667000', '112903.670000', '112903.672000', '112903.675000', '112903.678000', '112903.680000', '112903.683000', '112903.685000', '112903.688000', '112903.691000', '112903.694000', '112903.697000', '112903.699000', '112903.702000', '112903.705000', '112903.707000', '112903.710000', '112903.712000', '112903.715000', '112903.717000', '112903.720000', '112903.723000', '112903.725000', '112903.728000', '112903.731000', '112903.733000', '112903.736000', '112923.626000', '112923.629000', '112923.631000', '112923.634000', '112923.636000', '112923.639000', '112923.642000', '112923.644000', '112923.647000', '112923.649000', '112923.652000', '112923.655000', '112923.657000', '112923.672000', '112923.675000', '112923.678000', '112923.680000', '112923.683000', '112923.685000', '112923.688000', '112923.691000', '112923.693000', '112923.696000', '112923.698000', '112923.701000', '112923.703000', '112923.706000', '112923.709000', '112923.711000', '112923.714000', '112923.717000', '112923.719000', '112923.722000', '112923.724000', '112923.727000', '112923.729000', '112923.732000', '112923.735000', '112923.737000', '112923.740000', '112923.742000', '112923.745000', '112923.748000', '112923.750000', '112943.625000', '112943.628000', '112943.631000', '112943.633000', '112943.636000', '112943.639000', '112943.641000', '112943.644000', '112943.646000', '112943.649000', '112943.652000', '112943.654000', '112943.657000', '112943.659000', '112943.662000', '112943.665000', '112943.667000', '112943.670000', '112943.672000', '112943.675000', '112943.677000', '112943.680000', '112943.683000', '112943.685000', '112943.688000', '112943.690000', '112943.693000', '112943.696000', '112943.698000', '112943.701000', '112943.703000', '112943.706000', '112943.709000', '112943.711000', '112943.714000', '112943.716000', '112943.719000', '112943.721000', '112943.724000', '112943.727000', '112943.730000', '112943.732000', '112943.735000', '113003.625000', '113003.628000', '113003.631000', '113003.633000', '113003.636000', '113003.639000', '113003.641000', '113003.644000', '113003.646000', '113003.649000', '113003.652000', '113003.654000', '113003.657000', '113003.660000', '113003.662000', '113003.665000', '113003.667000', '113003.670000', '113003.672000', '113003.675000', '113003.678000', '113003.680000', '113003.683000', '113003.685000', '113003.688000', '113003.691000', '113003.693000', '113003.696000', '113003.698000', '113003.701000', '113003.704000', '113003.706000', '113003.709000', '113003.711000', '113003.714000', '113003.716000', '113003.719000', '113003.722000', '113003.724000', '113003.727000', '113003.730000', '113003.732000', '113003.735000', '113003.737000', '113023.626000', '113023.629000', '113023.631000', '113023.634000', '113023.636000', '113023.639000', '113023.642000', '113023.644000', '113023.647000', '113023.649000', '113023.652000', '113023.655000', '113023.657000', '113023.660000', '113023.663000', '113023.665000', '113023.668000', '113023.671000', '113023.673000', '113023.676000', '113023.678000', '113023.681000', '113023.683000', '113023.686000', '113023.689000', '113023.691000', '113023.694000', '113023.696000', '113023.699000', '113023.702000', '113023.704000', '113023.707000', '113023.709000', '113023.712000', '113023.714000', '113023.717000', '113023.720000', '113023.722000', '113023.725000', '113023.727000', '113023.730000', '113023.733000', '113023.735000', '113043.626000', '113043.629000', '113043.631000', '113043.634000', '113043.636000', '113043.639000', '113043.642000', '113043.644000', '113043.647000', '113043.649000', '113043.652000', '113043.655000', '113043.657000', '113043.660000', '113043.662000', '113043.665000', '113043.668000', '113043.670000', '113043.673000', '113043.675000', '113043.678000', '113043.680000', '113043.683000', '113043.686000', '113043.688000', '113043.691000', '113043.694000', '113043.696000', '113043.699000', '113043.701000', '113043.704000', '113043.707000', '113043.709000', '113043.712000', '113043.714000', '113043.717000', '113043.720000', '113043.722000', '113043.752000', '113043.755000', '113043.757000', '113043.760000', '113043.762000', '113043.765000', '113103.626000', '113103.628000', '113103.631000', '113103.634000', '113103.636000', '113103.639000', '113103.641000', '113103.644000', '113103.647000', '113103.649000', '113103.652000', '113103.654000', '113103.657000', '113103.659000', '113103.662000', '113103.665000', '113103.667000', '113103.670000', '113103.673000', '113103.675000', '113103.678000', '113103.680000', '113103.683000', '113103.686000', '113103.688000', '113103.691000', '113103.693000', '113103.696000', '113103.698000', '113103.701000', '113103.704000', '113103.706000', '113103.709000', '113103.712000', '113103.714000', '113103.717000', '113103.719000', '113103.722000', '113103.725000', '113103.727000', '113103.730000', '113103.733000', '113103.735000', '113123.626000', '113123.628000', '113123.631000', '113123.634000', '113123.636000', '113123.639000', '113123.641000', '113123.644000', '113123.647000', '113123.649000', '113123.652000', '113123.655000', '113123.657000', '113123.660000', '113123.662000', '113123.665000', '113123.668000', '113123.670000', '113123.673000', '113123.675000', '113123.678000', '113123.681000', '113123.683000', '113123.686000', '113123.688000', '113123.691000', '113123.694000', '113123.696000', '113123.699000', '113123.701000', '113123.704000', '113123.707000', '113123.709000', '113123.712000', '113123.714000', '113123.717000', '113123.720000', '113123.722000', '113123.725000', '113123.728000', '113123.730000', '113123.733000', '113123.735000', '113123.738000', '113143.626000', '113143.628000', '113143.631000', '113143.634000', '113143.636000', '113143.639000', '113143.641000', '113143.644000', '113143.647000', '113143.649000', '113143.652000', '113143.654000', '113143.657000', '113143.660000', '113143.662000', '113143.665000', '113143.668000', '113143.670000', '113143.673000', '113143.675000', '113143.678000', '113143.681000', '113143.683000', '113143.686000', '113143.688000', '113143.691000', '113143.694000', '113143.696000', '113143.699000', '113143.701000', '113143.704000', '113143.707000', '113143.709000', '113143.712000', '113143.714000', '113143.717000', '113143.720000', '113143.722000', '113143.725000', '113143.727000', '113143.730000', '113143.733000', '113143.735000', '113203.626000', '113203.628000', '113203.631000', '113203.634000', '113203.636000', '113203.639000', '113203.642000', '113203.644000', '113203.647000', '113203.650000', '113203.652000', '113203.655000', '113203.657000', '113203.660000', '113203.662000', '113203.665000', '113203.668000', '113203.670000', '113203.673000', '113203.676000', '113203.680000', '113203.683000', '113203.685000', '113203.688000', '113203.690000', '113203.693000', '113203.696000', '113203.698000', '113203.701000', '113203.704000', '113203.706000', '113203.709000', '113203.711000', '113203.714000', '113203.717000', '113203.719000', '113203.722000', '113203.724000', '113203.727000', '113203.730000', '113203.732000', '113203.735000', '113203.737000', '113203.740000', '113223.625000', '113223.628000', '113223.631000', '113223.634000', '113223.636000', '113223.639000', '113223.641000', '113223.644000', '113223.647000', '113223.649000', '113223.652000', '113223.654000', '113223.657000', '113223.659000', '113223.662000', '113223.665000', '113223.667000', '113223.670000', '113223.672000', '113223.675000', '113223.677000', '113223.680000', '113223.683000', '113223.685000', '113223.688000', '113223.690000', '113223.693000', '113223.696000', '113223.698000', '113223.701000', '113223.703000', '113223.706000', '113223.709000', '113223.711000', '113223.714000', '113223.717000', '113223.719000', '113223.722000', '113223.724000', '113223.727000', '113223.730000', '113223.732000', '113223.735000', '113243.626000', '113243.629000', '113243.631000', '113243.634000', '113243.637000', '113243.639000', '113243.642000', '113243.644000', '113243.647000', '113243.650000', '113243.652000', '113243.655000', '113243.657000', '113243.660000', '113243.662000', '113243.665000', '113243.668000', '113243.670000', '113243.673000', '113243.676000', '113243.678000', '113243.681000', '113243.683000', '113243.686000', '113243.689000', '113243.691000', '113243.694000', '113243.696000', '113243.699000', '113243.702000', '113243.704000', '113243.707000', '113243.709000', '113243.712000', '113243.715000', '113243.717000', '113243.720000', '113243.723000', '113243.725000', '113243.728000', '113243.730000', '113243.733000', '113243.736000', '113303.625000', '113303.628000', '113303.631000', '113303.634000', '113303.636000', '113303.639000', '113303.641000', '113303.644000', '113303.647000', '113303.649000', '113303.652000', '113303.654000', '113303.657000', '113303.660000', '113303.662000', '113303.665000', '113303.667000', '113303.670000', '113303.673000', '113303.675000', '113303.678000', '113303.680000', '113303.683000', '113303.686000', '113303.688000', '113303.691000', '113303.694000', '113303.696000', '113303.699000', '113303.701000', '113303.704000', '113303.707000', '113303.709000', '113303.712000', '113303.714000', '113303.717000', '113303.720000', '113303.722000', '113303.725000', '113303.727000', '113303.730000', '113303.733000', '113303.735000', '113303.738000', '113323.626000', '113323.629000', '113323.631000', '113323.634000', '113323.637000', '113323.639000', '113323.642000', '113323.644000', '113323.647000', '113323.650000', '113323.652000', '113323.655000', '113323.657000', '113323.660000', '113323.663000', '113323.665000', '113323.668000', '113323.671000', '113323.673000', '113323.676000', '113323.679000', '113323.681000', '113323.684000', '113323.686000', '113323.689000', '113323.692000', '113323.694000', '113323.697000', '113323.699000', '113323.702000', '113323.705000', '113323.707000', '113323.710000', '113323.712000', '113323.715000', '113323.718000', '113323.720000', '113323.723000', '113323.725000', '113323.728000', '113323.731000', '113323.733000', '113323.736000', '113323.738000', '113343.626000', '113343.657000', '113343.660000', '113343.662000', '113343.665000', '113343.668000', '113343.670000', '113343.673000', '113343.676000', '113343.678000', '113343.681000', '113343.683000', '113343.686000', '113343.688000', '113343.691000', '113343.694000', '113343.696000', '113343.699000', '113343.702000', '113343.704000', '113343.707000', '113343.709000', '113343.712000', '113343.715000', '113343.717000', '113343.720000', '113343.722000', '113343.725000', '113343.728000', '113343.730000', '113343.733000', '113343.736000', '113343.738000', '113343.741000', '113343.743000', '113343.746000', '113343.748000', '113343.751000', '113343.754000', '113343.756000', '113343.759000', '113343.761000', '113343.764000', '113403.625000', '113403.628000', '113403.631000', '113403.634000', '113403.636000', '113403.639000', '113403.641000', '113403.644000', '113403.647000', '113403.649000', '113403.652000', '113403.654000', '113403.658000', '113403.660000', '113403.663000', '113403.666000', '113403.668000', '113403.671000', '113403.674000', '113403.676000', '113403.679000', '113403.681000', '113403.684000', '113403.687000', '113403.689000', '113403.692000', '113403.694000', '113403.697000', '113403.700000', '113403.702000', '113403.705000', '113403.707000', '113403.710000', '113403.713000', '113403.715000', '113403.718000', '113403.721000', '113403.723000', '113403.726000', '113403.728000', '113403.731000', '113403.734000', '113403.736000', '113403.739000', '113423.626000', '113423.628000', '113423.631000', '113423.634000', '113423.636000', '113423.639000', '113423.642000', '113423.644000', '113423.647000', '113423.649000', '113423.652000', '113423.654000', '113423.657000', '113423.660000', '113423.662000', '113423.665000', '113423.668000', '113423.670000', '113423.673000', '113423.676000', '113423.678000', '113423.681000', '113423.684000', '113423.686000', '113423.689000', '113423.691000', '113423.694000', '113423.697000', '113423.699000', '113423.702000', '113423.705000', '113423.707000', '113423.710000', '113423.712000', '113423.715000', '113423.718000', '113423.720000', '113423.723000', '113423.725000', '113423.728000', '113423.731000', '113423.733000', '113423.736000', '113443.626000', '113443.629000', '113443.631000', '113443.634000', '113443.636000', '113443.639000', '113443.642000', '113443.644000', '113443.647000', '113443.650000', '113443.652000', '113443.655000', '113443.657000', '113443.660000', '113443.663000', '113443.665000', '113443.668000', '113443.670000', '113443.673000', '113443.676000', '113443.678000', '113443.681000', '113443.683000', '113443.686000', '113443.688000', '113443.691000', '113443.694000', '113443.696000', '113443.699000', '113443.702000', '113443.704000', '113443.707000', '113443.709000', '113443.712000', '113443.715000', '113443.717000', '113443.720000', '113443.722000', '113443.725000', '113443.728000', '113443.730000', '113443.733000', '113443.735000', '113458.792000', '113458.795000', '113458.797000', '113458.800000', '113458.803000', '113458.805000', '113458.808000', '113458.810000', '113458.813000', '113458.816000', '113458.818000', '113458.821000', '113458.823000', '113458.826000', '113458.829000', '113458.831000', '113458.834000', '113458.836000', '113458.839000', '113458.842000', '113458.844000', '113458.847000', '113458.850000', '113458.852000', '113458.855000', '113458.857000', '113458.860000', '113458.863000', '113458.865000', '113458.868000', '113458.870000', '113458.873000', '113458.876000', '113458.878000'], 'InstanceCreationTime': ['112623.657000', '112623.661000', '112623.665000', '112623.667000', '112623.670000', '112623.673000', '112623.675000', '112623.678000', '112623.681000', '112623.684000', '112623.686000', '112623.689000', '112623.691000', '112623.694000', '112623.697000', '112623.700000', '112623.702000', '112623.705000', '112623.707000', '112623.710000', '112623.713000', '112623.716000', '112623.719000', '112623.722000', '112623.731000', '112623.734000', '112623.736000', '112623.739000', '112623.742000', '112623.748000', '112623.750000', '112623.753000', '112623.756000', '112623.759000', '112623.761000', '112643.626000', '112643.628000', '112643.631000', '112643.634000', '112643.636000', '112643.639000', '112643.646000', '112643.649000', '112643.651000', '112643.654000', '112643.657000', '112643.659000', '112643.662000', '112643.664000', '112643.667000', '112643.669000', '112643.672000', '112643.674000', '112643.677000', '112643.680000', '112643.682000', '112643.685000', '112643.687000', '112643.690000', '112643.692000', '112643.695000', '112643.698000', '112643.700000', '112643.703000', '112643.705000', '112643.708000', '112643.710000', '112643.713000', '112643.716000', '112643.718000', '112643.721000', '112643.723000', '112643.726000', '112643.728000', '112643.731000', '112643.734000', '112643.736000', '112643.739000', '112643.741000', '112703.626000', '112703.628000', '112703.631000', '112703.634000', '112703.636000', '112703.639000', '112703.648000', '112703.651000', '112703.653000', '112703.656000', '112703.658000', '112703.661000', '112703.664000', '112703.666000', '112703.669000', '112703.671000', '112703.674000', '112703.676000', '112703.679000', '112703.682000', '112703.684000', '112703.687000', '112703.690000', '112703.692000', '112703.695000', '112703.697000', '112703.700000', '112703.702000', '112703.705000', '112703.708000', '112703.710000', '112703.713000', '112703.715000', '112703.718000', '112703.721000', '112703.723000', '112703.726000', '112703.728000', '112703.731000', '112703.734000', '112703.736000', '112703.739000', '112703.741000', '112723.626000', '112723.628000', '112723.631000', '112723.634000', '112723.636000', '112723.639000', '112723.641000', '112723.644000', '112723.646000', '112723.649000', '112723.652000', '112723.654000', '112723.657000', '112723.659000', '112723.662000', '112723.664000', '112723.667000', '112723.670000', '112723.672000', '112723.675000', '112723.678000', '112723.680000', '112723.683000', '112723.685000', '112723.688000', '112723.691000', '112723.693000', '112723.696000', '112723.698000', '112723.701000', '112723.703000', '112723.706000', '112723.709000', '112723.711000', '112723.714000', '112723.716000', '112723.719000', '112723.722000', '112723.724000', '112723.727000', '112723.729000', '112723.732000', '112723.735000', '112723.737000', '112743.625000', '112743.628000', '112743.631000', '112743.633000', '112743.636000', '112743.638000', '112743.641000', '112743.644000', '112743.646000', '112743.649000', '112743.651000', '112743.654000', '112743.657000', '112743.660000', '112743.663000', '112743.666000', '112743.669000', '112743.692000', '112743.694000', '112743.697000', '112743.700000', '112743.703000', '112743.706000', '112743.708000', '112743.711000', '112743.713000', '112743.716000', '112743.719000', '112743.721000', '112743.724000', '112743.726000', '112743.729000', '112743.732000', '112743.734000', '112743.737000', '112743.740000', '112743.742000', '112743.745000', '112743.748000', '112743.751000', '112743.753000', '112743.756000', '112743.759000', '112803.625000', '112803.628000', '112803.631000', '112803.633000', '112803.636000', '112803.639000', '112803.641000', '112803.644000', '112803.646000', '112803.649000', '112803.652000', '112803.654000', '112803.657000', '112803.659000', '112803.662000', '112803.665000', '112803.667000', '112803.670000', '112803.673000', '112803.675000', '112803.678000', '112803.680000', '112803.683000', '112803.686000', '112803.688000', '112803.691000', '112803.693000', '112803.696000', '112803.699000', '112803.701000', '112803.704000', '112803.706000', '112803.709000', '112803.712000', '112803.714000', '112803.717000', '112803.719000', '112803.722000', '112803.725000', '112803.727000', '112803.730000', '112803.732000', '112803.735000', '112803.738000', '112823.626000', '112823.628000', '112823.631000', '112823.634000', '112823.636000', '112823.639000', '112823.641000', '112823.644000', '112823.646000', '112823.649000', '112823.652000', '112823.654000', '112823.657000', '112823.660000', '112823.662000', '112823.665000', '112823.667000', '112823.670000', '112823.673000', '112823.675000', '112823.678000', '112823.680000', '112823.683000', '112823.685000', '112823.688000', '112823.691000', '112823.693000', '112823.696000', '112823.699000', '112823.701000', '112823.704000', '112823.706000', '112823.709000', '112823.712000', '112823.714000', '112823.717000', '112823.720000', '112823.723000', '112823.726000', '112823.728000', '112823.731000', '112823.733000', '112823.736000', '112843.626000', '112843.628000', '112843.631000', '112843.634000', '112843.636000', '112843.639000', '112843.641000', '112843.644000', '112843.647000', '112843.649000', '112843.652000', '112843.655000', '112843.657000', '112843.660000', '112843.662000', '112843.665000', '112843.668000', '112843.670000', '112843.673000', '112843.675000', '112843.678000', '112843.681000', '112843.683000', '112843.686000', '112843.688000', '112843.691000', '112843.694000', '112843.696000', '112843.699000', '112843.702000', '112843.704000', '112843.707000', '112843.709000', '112843.712000', '112843.715000', '112843.717000', '112843.720000', '112843.722000', '112843.725000', '112843.728000', '112843.730000', '112843.733000', '112843.736000', '112843.738000', '112903.625000', '112903.628000', '112903.631000', '112903.633000', '112903.636000', '112903.639000', '112903.641000', '112903.644000', '112903.646000', '112903.649000', '112903.652000', '112903.654000', '112903.657000', '112903.660000', '112903.662000', '112903.665000', '112903.667000', '112903.670000', '112903.672000', '112903.675000', '112903.678000', '112903.680000', '112903.683000', '112903.685000', '112903.688000', '112903.691000', '112903.694000', '112903.697000', '112903.699000', '112903.702000', '112903.705000', '112903.707000', '112903.710000', '112903.712000', '112903.715000', '112903.717000', '112903.720000', '112903.723000', '112903.725000', '112903.728000', '112903.731000', '112903.733000', '112903.736000', '112923.626000', '112923.629000', '112923.631000', '112923.634000', '112923.636000', '112923.639000', '112923.642000', '112923.644000', '112923.647000', '112923.649000', '112923.652000', '112923.655000', '112923.657000', '112923.672000', '112923.675000', '112923.678000', '112923.680000', '112923.683000', '112923.685000', '112923.688000', '112923.691000', '112923.693000', '112923.696000', '112923.698000', '112923.701000', '112923.703000', '112923.706000', '112923.709000', '112923.711000', '112923.714000', '112923.717000', '112923.719000', '112923.722000', '112923.724000', '112923.727000', '112923.729000', '112923.732000', '112923.735000', '112923.737000', '112923.740000', '112923.742000', '112923.745000', '112923.748000', '112923.750000', '112943.625000', '112943.628000', '112943.631000', '112943.633000', '112943.636000', '112943.639000', '112943.641000', '112943.644000', '112943.646000', '112943.649000', '112943.652000', '112943.654000', '112943.657000', '112943.659000', '112943.662000', '112943.665000', '112943.667000', '112943.670000', '112943.672000', '112943.675000', '112943.677000', '112943.680000', '112943.683000', '112943.685000', '112943.688000', '112943.690000', '112943.693000', '112943.696000', '112943.698000', '112943.701000', '112943.703000', '112943.706000', '112943.709000', '112943.711000', '112943.714000', '112943.716000', '112943.719000', '112943.721000', '112943.724000', '112943.727000', '112943.730000', '112943.732000', '112943.735000', '113003.625000', '113003.628000', '113003.631000', '113003.633000', '113003.636000', '113003.639000', '113003.641000', '113003.644000', '113003.646000', '113003.649000', '113003.652000', '113003.654000', '113003.657000', '113003.660000', '113003.662000', '113003.665000', '113003.667000', '113003.670000', '113003.672000', '113003.675000', '113003.678000', '113003.680000', '113003.683000', '113003.685000', '113003.688000', '113003.691000', '113003.693000', '113003.696000', '113003.698000', '113003.701000', '113003.704000', '113003.706000', '113003.709000', '113003.711000', '113003.714000', '113003.716000', '113003.719000', '113003.722000', '113003.724000', '113003.727000', '113003.730000', '113003.732000', '113003.735000', '113003.737000', '113023.626000', '113023.629000', '113023.631000', '113023.634000', '113023.636000', '113023.639000', '113023.642000', '113023.644000', '113023.647000', '113023.649000', '113023.652000', '113023.655000', '113023.657000', '113023.660000', '113023.663000', '113023.665000', '113023.668000', '113023.671000', '113023.673000', '113023.676000', '113023.678000', '113023.681000', '113023.683000', '113023.686000', '113023.689000', '113023.691000', '113023.694000', '113023.696000', '113023.699000', '113023.702000', '113023.704000', '113023.707000', '113023.709000', '113023.712000', '113023.714000', '113023.717000', '113023.720000', '113023.722000', '113023.725000', '113023.727000', '113023.730000', '113023.733000', '113023.735000', '113043.626000', '113043.629000', '113043.631000', '113043.634000', '113043.636000', '113043.639000', '113043.642000', '113043.644000', '113043.647000', '113043.649000', '113043.652000', '113043.655000', '113043.657000', '113043.660000', '113043.662000', '113043.665000', '113043.668000', '113043.670000', '113043.673000', '113043.675000', '113043.678000', '113043.680000', '113043.683000', '113043.686000', '113043.688000', '113043.691000', '113043.694000', '113043.696000', '113043.699000', '113043.701000', '113043.704000', '113043.707000', '113043.709000', '113043.712000', '113043.714000', '113043.717000', '113043.720000', '113043.722000', '113043.752000', '113043.755000', '113043.757000', '113043.760000', '113043.762000', '113043.765000', '113103.626000', '113103.628000', '113103.631000', '113103.634000', '113103.636000', '113103.639000', '113103.641000', '113103.644000', '113103.647000', '113103.649000', '113103.652000', '113103.654000', '113103.657000', '113103.659000', '113103.662000', '113103.665000', '113103.667000', '113103.670000', '113103.673000', '113103.675000', '113103.678000', '113103.680000', '113103.683000', '113103.686000', '113103.688000', '113103.691000', '113103.693000', '113103.696000', '113103.698000', '113103.701000', '113103.704000', '113103.706000', '113103.709000', '113103.712000', '113103.714000', '113103.717000', '113103.719000', '113103.722000', '113103.725000', '113103.727000', '113103.730000', '113103.733000', '113103.735000', '113123.626000', '113123.628000', '113123.631000', '113123.634000', '113123.636000', '113123.639000', '113123.641000', '113123.644000', '113123.647000', '113123.649000', '113123.652000', '113123.655000', '113123.657000', '113123.660000', '113123.662000', '113123.665000', '113123.668000', '113123.670000', '113123.673000', '113123.675000', '113123.678000', '113123.681000', '113123.683000', '113123.686000', '113123.688000', '113123.691000', '113123.694000', '113123.696000', '113123.699000', '113123.701000', '113123.704000', '113123.707000', '113123.709000', '113123.712000', '113123.714000', '113123.717000', '113123.720000', '113123.722000', '113123.725000', '113123.728000', '113123.730000', '113123.733000', '113123.735000', '113123.738000', '113143.626000', '113143.628000', '113143.631000', '113143.634000', '113143.636000', '113143.639000', '113143.641000', '113143.644000', '113143.647000', '113143.649000', '113143.652000', '113143.654000', '113143.657000', '113143.660000', '113143.662000', '113143.665000', '113143.668000', '113143.670000', '113143.673000', '113143.675000', '113143.678000', '113143.681000', '113143.683000', '113143.686000', '113143.688000', '113143.691000', '113143.694000', '113143.696000', '113143.699000', '113143.701000', '113143.704000', '113143.707000', '113143.709000', '113143.712000', '113143.714000', '113143.717000', '113143.720000', '113143.722000', '113143.725000', '113143.727000', '113143.730000', '113143.733000', '113143.735000', '113203.626000', '113203.628000', '113203.631000', '113203.634000', '113203.636000', '113203.639000', '113203.642000', '113203.644000', '113203.647000', '113203.650000', '113203.652000', '113203.655000', '113203.657000', '113203.660000', '113203.662000', '113203.665000', '113203.668000', '113203.670000', '113203.673000', '113203.676000', '113203.680000', '113203.683000', '113203.685000', '113203.688000', '113203.690000', '113203.693000', '113203.696000', '113203.698000', '113203.701000', '113203.704000', '113203.706000', '113203.709000', '113203.711000', '113203.714000', '113203.717000', '113203.719000', '113203.722000', '113203.724000', '113203.727000', '113203.730000', '113203.732000', '113203.735000', '113203.737000', '113203.740000', '113223.625000', '113223.628000', '113223.631000', '113223.634000', '113223.636000', '113223.639000', '113223.641000', '113223.644000', '113223.647000', '113223.649000', '113223.652000', '113223.654000', '113223.657000', '113223.659000', '113223.662000', '113223.665000', '113223.667000', '113223.670000', '113223.672000', '113223.675000', '113223.677000', '113223.680000', '113223.683000', '113223.685000', '113223.688000', '113223.690000', '113223.693000', '113223.696000', '113223.698000', '113223.701000', '113223.703000', '113223.706000', '113223.709000', '113223.711000', '113223.714000', '113223.717000', '113223.719000', '113223.722000', '113223.724000', '113223.727000', '113223.730000', '113223.732000', '113223.735000', '113243.626000', '113243.629000', '113243.631000', '113243.634000', '113243.637000', '113243.639000', '113243.642000', '113243.644000', '113243.647000', '113243.650000', '113243.652000', '113243.655000', '113243.657000', '113243.660000', '113243.662000', '113243.665000', '113243.668000', '113243.670000', '113243.673000', '113243.676000', '113243.678000', '113243.681000', '113243.683000', '113243.686000', '113243.689000', '113243.691000', '113243.694000', '113243.696000', '113243.699000', '113243.702000', '113243.704000', '113243.707000', '113243.709000', '113243.712000', '113243.715000', '113243.717000', '113243.720000', '113243.723000', '113243.725000', '113243.728000', '113243.730000', '113243.733000', '113243.736000', '113303.625000', '113303.628000', '113303.631000', '113303.634000', '113303.636000', '113303.639000', '113303.641000', '113303.644000', '113303.647000', '113303.649000', '113303.652000', '113303.654000', '113303.657000', '113303.660000', '113303.662000', '113303.665000', '113303.667000', '113303.670000', '113303.673000', '113303.675000', '113303.678000', '113303.680000', '113303.683000', '113303.686000', '113303.688000', '113303.691000', '113303.694000', '113303.696000', '113303.699000', '113303.701000', '113303.704000', '113303.707000', '113303.709000', '113303.712000', '113303.714000', '113303.717000', '113303.720000', '113303.722000', '113303.725000', '113303.727000', '113303.730000', '113303.733000', '113303.735000', '113303.738000', '113323.626000', '113323.629000', '113323.631000', '113323.634000', '113323.637000', '113323.639000', '113323.642000', '113323.644000', '113323.647000', '113323.650000', '113323.652000', '113323.655000', '113323.657000', '113323.660000', '113323.663000', '113323.665000', '113323.668000', '113323.671000', '113323.673000', '113323.676000', '113323.679000', '113323.681000', '113323.684000', '113323.686000', '113323.689000', '113323.692000', '113323.694000', '113323.697000', '113323.699000', '113323.702000', '113323.705000', '113323.707000', '113323.710000', '113323.712000', '113323.715000', '113323.718000', '113323.720000', '113323.723000', '113323.725000', '113323.728000', '113323.731000', '113323.733000', '113323.736000', '113323.738000', '113343.626000', '113343.657000', '113343.660000', '113343.662000', '113343.665000', '113343.668000', '113343.670000', '113343.673000', '113343.676000', '113343.678000', '113343.681000', '113343.683000', '113343.686000', '113343.688000', '113343.691000', '113343.694000', '113343.696000', '113343.699000', '113343.702000', '113343.704000', '113343.707000', '113343.709000', '113343.712000', '113343.715000', '113343.717000', '113343.720000', '113343.722000', '113343.725000', '113343.728000', '113343.730000', '113343.733000', '113343.736000', '113343.738000', '113343.741000', '113343.743000', '113343.746000', '113343.748000', '113343.751000', '113343.754000', '113343.756000', '113343.759000', '113343.761000', '113343.764000', '113403.625000', '113403.628000', '113403.631000', '113403.634000', '113403.636000', '113403.639000', '113403.641000', '113403.644000', '113403.647000', '113403.649000', '113403.652000', '113403.654000', '113403.658000', '113403.660000', '113403.663000', '113403.666000', '113403.668000', '113403.671000', '113403.674000', '113403.676000', '113403.679000', '113403.681000', '113403.684000', '113403.687000', '113403.689000', '113403.692000', '113403.694000', '113403.697000', '113403.700000', '113403.702000', '113403.705000', '113403.707000', '113403.710000', '113403.713000', '113403.715000', '113403.718000', '113403.721000', '113403.723000', '113403.726000', '113403.728000', '113403.731000', '113403.734000', '113403.736000', '113403.739000', '113423.626000', '113423.628000', '113423.631000', '113423.634000', '113423.636000', '113423.639000', '113423.642000', '113423.644000', '113423.647000', '113423.649000', '113423.652000', '113423.654000', '113423.657000', '113423.660000', '113423.662000', '113423.665000', '113423.668000', '113423.670000', '113423.673000', '113423.676000', '113423.678000', '113423.681000', '113423.684000', '113423.686000', '113423.689000', '113423.691000', '113423.694000', '113423.697000', '113423.699000', '113423.702000', '113423.705000', '113423.707000', '113423.710000', '113423.712000', '113423.715000', '113423.718000', '113423.720000', '113423.723000', '113423.725000', '113423.728000', '113423.731000', '113423.733000', '113423.736000', '113443.626000', '113443.629000', '113443.631000', '113443.634000', '113443.636000', '113443.639000', '113443.642000', '113443.644000', '113443.647000', '113443.650000', '113443.652000', '113443.655000', '113443.657000', '113443.660000', '113443.663000', '113443.665000', '113443.668000', '113443.670000', '113443.673000', '113443.676000', '113443.678000', '113443.681000', '113443.683000', '113443.686000', '113443.688000', '113443.691000', '113443.694000', '113443.696000', '113443.699000', '113443.702000', '113443.704000', '113443.707000', '113443.709000', '113443.712000', '113443.715000', '113443.717000', '113443.720000', '113443.722000', '113443.725000', '113443.728000', '113443.730000', '113443.733000', '113443.735000', '113458.792000', '113458.795000', '113458.797000', '113458.800000', '113458.803000', '113458.805000', '113458.808000', '113458.810000', '113458.813000', '113458.816000', '113458.818000', '113458.821000', '113458.823000', '113458.826000', '113458.829000', '113458.831000', '113458.834000', '113458.836000', '113458.839000', '113458.842000', '113458.844000', '113458.847000', '113458.850000', '113458.852000', '113458.855000', '113458.857000', '113458.860000', '113458.863000', '113458.865000', '113458.868000', '113458.870000', '113458.873000', '113458.876000', '113458.878000'], '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': [7141, 12395, 9029, 11248, 9211, 6939, 9991, 7935, 6773, 9601, 7181, 12217, 9667, 8616, 8786, 7162, 10306, 7617, 11661, 8946, 9674, 9766, 6985, 10282, 7230, 7909, 8033, 6897, 10244, 7736, 6530, 8497, 6897, 9254, 8011, 7061, 9813, 7280, 12982, 7888, 6661, 8583, 6811, 10232, 7672, 13366, 9459, 7655, 9766, 6935, 9420, 7945, 8220, 9067, 6827, 10823, 7581, 6809, 7987, 6831, 9436, 6753, 10773, 7873, 9933, 8215, 6845, 9481, 6847, 8906, 8251, 8335, 10030, 7013, 10320, 7880, 7824, 8845, 10855, 9450, 6610, 10929, 7194, 6757, 8248, 6949, 10448, 8023, 8878, 9244, 6992, 10319, 7065, 12312, 8077, 9477, 8976, 7929, 9636, 6881, 10122, 7576, 9221, 8515, 9727, 9095, 8257, 9498, 6804, 10009, 7357, 8226, 8376, 9009, 9420, 6762, 10093, 7200, 8243, 8078, 8188, 9025, 7134, 10448, 6955, 10411, 7594, 9102, 8585, 9599, 9522, 6759, 10664, 7341, 8065, 8423, 6966, 9862, 7388, 13477, 9235, 8301, 8541, 6994, 9974, 7142, 10302, 7351, 11688, 8361, 10572, 8564, 6608, 9457, 6828, 10648, 8178, 9595, 9170, 7255, 9954, 7199, 7808, 8579, 7452, 10103, 7149, 12415, 7751, 6856, 8710, 7016, 9788, 7209, 10846, 8655, 10983, 8401, 6854, 9605, 6643, 10394, 7938, 8439, 9873, 6748, 9688, 8079, 6680, 8547, 6836, 10688, 7350, 12786, 7989, 6860, 8839, 6882, 10415, 7949, 9854, 9545, 6583, 10352, 7647, 6951, 8254, 6625, 10692, 8308, 10555, 8759, 6915, 10423, 7193, 11226, 8738, 14087, 8791, 7113, 10058, 6992, 10532, 8021, 8942, 8710, 8531, 9177, 6944, 9225, 7865, 6686, 9529, 7337, 11381, 8690, 6691, 10017, 7175, 10010, 8309, 9714, 10261, 7215, 10933, 6843, 10450, 7665, 10135, 7905, 9301, 8883, 6695, 9797, 7096, 7941, 7868, 6680, 8734, 7329, 9687, 6839, 10397, 7272, 8700, 7969, 9256, 8724, 8034, 9768, 6696, 10443, 7374, 10666, 7319, 10442, 7781, 10855, 8251, 6887, 8664, 6596, 9975, 7133, 11855, 7925, 10197, 8130, 6571, 8470, 6921, 8514, 10829, 8866, 9885, 9392, 6658, 9850, 7078, 7136, 8013, 7097, 10130, 7688, 12642, 8116, 7084, 8598, 6683, 9517, 11367, 9161, 16456, 10726, 9421, 9557, 6857, 9756, 7155, 8366, 8183, 8724, 8634, 6584, 9331, 6725, 9903, 6879, 10206, 8548, 11747, 8048, 11746, 7943, 6707, 8029, 6837, 9960, 6743, 10291, 7162, 11141, 7666, 11836, 7939, 9870, 8986, 7109, 9273, 6844, 10021, 7119, 7793, 8439, 7483, 10288, 6984, 9320, 8108, 6868, 9409, 6809, 10734, 9362, 13159, 8319, 6777, 9938, 7104, 9214, 8554, 8672, 10242, 7013, 10289, 7099, 10362, 7491, 11443, 8481, 9312, 8511, 6916, 9496, 7005, 8530, 7654, 6945, 9340, 6976, 11055, 7670, 6744, 9101, 7020, 10095, 7217, 12394, 9775, 7736, 9477, 6911, 10436, 7165, 9247, 8381, 7772, 10044, 6782, 10099, 7147, 7872, 7941, 10506, 8914, 10576, 9074, 7348, 9421, 6800, 9772, 6694, 10239, 7888, 10306, 8231, 6787, 8518, 6790, 9329, 6587, 9529, 6676, 10474, 7073, 10383, 7083, 10836, 7440, 10325, 7855, 11057, 8121, 10385, 7566, 6701, 8357, 6789, 9723, 6915, 10295, 9045, 9116, 7903, 6945, 8774, 6831, 9678, 7969, 10739, 6853, 11178, 7235, 10433, 7772, 9669, 8432, 7465, 10186, 6788, 9984, 7399, 9122, 7818, 10641, 8259, 10156, 8510, 6791, 8912, 7169, 10006, 7036, 10012, 8008, 10496, 8120, 6740, 8339, 7006, 8839, 8339, 9952, 7032, 10493, 6808, 9481, 6983, 8100, 7785, 9336, 9030, 8783, 8886, 7607, 9382, 6645, 10037, 8257, 10192, 7165, 12682, 7003, 6839, 7836, 6835, 9151, 6505, 10763, 8292, 12099, 7610, 10820, 8215, 10221, 8568, 12854, 9294, 9281, 8404, 6827, 9138, 6726, 10085, 6966, 10713, 7777, 12499, 7781, 10360, 8330, 9917, 8967, 8269, 9967, 7000, 10284, 7488, 11293, 8156, 9469, 8804, 10012, 8617, 7260, 9279, 6750, 9940, 7017, 10610, 7798, 12237, 8115, 11175, 7925, 8393, 8149, 7282, 8517, 6757, 10315, 6849, 11038, 7745, 7069, 8318, 6901, 9963, 6984, 10612, 7650, 6863, 8223, 6774, 10039, 7081, 10761, 10187, 10155, 8548, 7013, 9938, 7837, 10154, 8919, 8155, 12046, 7755, 11211, 8234, 7106, 9728, 7317, 12222, 8931, 9168, 10152, 7478, 12790, 8085, 6873, 9124, 7392, 12427, 8939, 7195, 8937, 7222, 8264, 8056, 6608, 9999, 7432, 12052, 7833, 6809, 8697, 6929, 9301, 8201, 6835, 10514, 7949, 6903, 8547, 6968, 8165, 8281, 6806, 9907, 7712, 12502, 9682, 7013, 10299, 7542, 7854, 8726, 6981, 10712, 8878, 7357, 9188, 7290, 11071, 7979, 9677, 9139, 7135, 12226, 8090, 6881, 8769, 7256, 10008, 7845, 8892, 9411, 6944, 8755, 7835, 6904, 10043, 7492, 7171, 9884, 7804, 11826, 8368, 7075, 10321, 7960, 7817, 8138, 10516, 10545, 7785, 6932, 12193, 7824, 7294, 9244, 7076, 9562, 8667, 9130, 10928, 7090, 10466, 8009, 6910, 9148, 7198, 10311, 8277, 6845, 8554, 6832, 9811, 7539, 6972, 8811, 6735, 10500, 7467, 8376, 8218, 6805, 8984, 7814, 10191, 7336, 11663, 7801, 7855, 8214, 6620, 9551, 7397, 10941, 8106, 8108, 8249, 6801, 9615, 6790, 13096, 8373, 9837, 9014, 6796, 10051, 7304, 8112, 8120, 7104, 10690, 7289, 8400, 8449, 6818, 9635, 6927, 10656, 7679, 12785, 8116, 13607, 7646, 9524, 8103, 6650, 9177, 6777, 10576, 8241, 9800, 8309, 6773, 9767, 6801, 10225, 7396, 10938, 9484, 14750, 7671, 7138, 8158, 6587, 8516, 7150, 9772, 7028, 10272, 6903, 7104, 7677, 6807, 8979, 6571, 10369, 7248, 10815, 8052, 9608, 8133, 6945, 9741, 7051, 13063, 7972, 7619, 8444, 6554, 9724, 6834, 10755, 8771, 10214, 8289, 6729, 9621, 6710, 10146, 7178, 12016, 9505, 9140, 8529, 6954, 9069, 6849, 10211, 6940, 10751, 8940, 12679, 7648, 10744, 7717, 9824, 7950, 9525, 8657, 7697, 9512, 6728, 9674, 6719, 10482, 7164, 10400, 8223, 10264, 8448, 6744, 9126, 6846, 9891, 7018, 12149, 9920, 7945, 8574, 7217, 9488, 6759, 10339, 8353, 12081, 9071, 8015, 9233, 6855, 10316, 7403, 12440, 8726, 11308, 8824, 7237, 9237, 6840, 10315, 7344, 11830, 8252, 9313, 8283, 6882, 8761, 6864, 9711, 6824, 10462, 7937, 10483, 8130, 6920, 8555, 7965, 9197, 6690, 10740, 7161, 9107, 7672, 6714, 8872, 6801, 10431, 7307, 10346, 7839, 10131, 7991, 10260, 9408, 8321, 9525, 6785, 9746, 6867, 9372, 7458, 8344, 7885, 6986, 9568, 6853, 9799, 7196, 7758, 7604, 6693, 9456, 6760, 11307, 7069, 6978, 8487, 6850, 12192, 9940, 7418, 8688, 7148, 10030, 6855, 11408, 9575, 16001, 10444, 7126, 9867, 7418, 7582, 8078, 7252, 9941, 7914, 15126, 7957, 6694, 9455, 6787, 10510, 7654, 14460, 8441, 7770, 8382, 6980, 8826, 7033, 9927, 6852, 10844, 6903, 8336, 7166, 6923, 7726, 6648, 8482, 6773, 10099, 6837, 10065, 7387, 10105, 7299, 8899, 8002, 8100, 8450, 7147, 9006, 6787, 9611, 6763, 10301, 7141, 9674, 8099, 6751, 9086, 6965, 7264, 7878, 7022, 10466, 11030, 12340, 13380, 6971, 11220, 16541, 8485, 12572, 6930, 10109, 7090, 10054, 7007, 10026, 8135, 8891, 8487, 6836, 10111, 7656, 11972, 10389, 15666, 10492, 14883, 10575, 11201, 10391, 8389, 13492, 7815, 12925, 8502, 7379, 9147, 7617, 9901, 7577, 6632, 9431, 7186, 6771, 8190, 7146, 8019, 7780, 6831, 8433, 6888, 10227, 7395, 6566, 7879, 6826, 9847, 7227, 6896, 8402, 7076, 11022, 7338, 7079, 8179, 6704, 10030, 7082, 8559, 8589, 6728, 10149, 6897, 7828, 8175, 6745, 10449, 7231, 10520, 8874, 6802, 8811, 8014, 6852, 10141, 6906, 8746, 9217, 6903, 9101, 7650, 6760, 9738, 7045, 8701, 9087, 6618, 11959, 7309, 7134, 9103, 6759, 11868, 8369, 7101, 9426, 6864, 8957, 8120, 7318, 9214, 7047, 10938, 7250, 7555, 8280, 6919, 9784, 6994, 9595, 8130, 6808, 9561, 7027, 7177, 8338, 7034, 10787, 8099, 10796, 8007, 6883, 9221, 6965, 10490, 8276, 11787, 7981, 6698, 9411, 7184, 7928, 8216, 6900, 10846, 6997, 8199, 7939, 7042, 9968, 6922, 7715, 8709, 6408, 6987], 'WindowCenter': [4300.0, 4355.0, 4314.0, 4332.0, 4310.0, 4268.0, 4309.0, 4289.0, 4267.0, 4308.0, 4269.0, 4328.0, 4309.0, 4299.0, 4297.0, 4268.0, 4307.0, 4277.0, 4317.0, 4296.0, 4296.0, 4306.0, 4267.0, 4305.0, 4277.0, 4275.0, 4276.0, 4267.0, 4307.0, 4276.0, 4258.0, 4298.0, 4279.0, 4308.0, 4289.0, 4269.0, 4319.0, 4279.0, 4340.0, 4290.0, 4270.0, 4299.0, 4269.0, 4319.0, 4290.0, 4339.0, 4307.0, 4279.0, 4309.0, 4279.0, 4308.0, 4288.0, 4288.0, 4298.0, 4257.0, 4318.0, 4277.0, 4269.0, 4288.0, 4269.0, 4308.0, 4269.0, 4316.0, 4290.0, 4308.0, 4297.0, 4270.0, 4310.0, 4270.0, 4298.0, 4300.0, 4300.0, 4321.0, 4280.0, 4321.0, 4301.0, 4290.0, 4310.0, 4320.0, 4310.0, 4269.0, 4331.0, 4280.0, 4270.0, 4298.0, 4280.0, 4320.0, 4302.0, 4311.0, 4311.0, 4282.0, 4321.0, 4282.0, 4341.0, 4301.0, 4310.0, 4311.0, 4289.0, 4310.0, 4280.0, 4319.0, 4290.0, 4309.0, 4300.0, 4308.0, 4298.0, 4288.0, 4309.0, 4269.0, 4308.0, 4279.0, 4287.0, 4299.0, 4297.0, 4309.0, 4268.0, 4319.0, 4278.0, 4288.0, 4288.0, 4287.0, 4299.0, 4268.0, 4319.0, 4279.0, 4318.0, 4279.0, 4297.0, 4297.0, 4306.0, 4307.0, 4257.0, 4318.0, 4278.0, 4288.0, 4287.0, 4268.0, 4308.0, 4279.0, 4339.0, 4309.0, 4300.0, 4299.0, 4280.0, 4309.0, 4268.0, 4319.0, 4278.0, 4327.0, 4287.0, 4319.0, 4297.0, 4268.0, 4306.0, 4268.0, 4318.0, 4289.0, 4307.0, 4309.0, 4280.0, 4318.0, 4280.0, 4289.0, 4298.0, 4278.0, 4320.0, 4279.0, 4339.0, 4290.0, 4270.0, 4299.0, 4279.0, 4320.0, 4279.0, 4318.0, 4299.0, 4330.0, 4299.0, 4269.0, 4309.0, 4270.0, 4319.0, 4289.0, 4299.0, 4321.0, 4280.0, 4321.0, 4300.0, 4270.0, 4300.0, 4270.0, 4321.0, 4279.0, 4341.0, 4290.0, 4271.0, 4300.0, 4280.0, 4320.0, 4291.0, 4321.0, 4311.0, 4271.0, 4321.0, 4291.0, 4281.0, 4300.0, 4270.0, 4320.0, 4300.0, 4321.0, 4299.0, 4280.0, 4320.0, 4268.0, 4319.0, 4299.0, 4349.0, 4288.0, 4268.0, 4308.0, 4268.0, 4317.0, 4288.0, 4297.0, 4288.0, 4286.0, 4296.0, 4268.0, 4308.0, 4288.0, 4268.0, 4310.0, 4280.0, 4330.0, 4297.0, 4270.0, 4319.0, 4280.0, 4309.0, 4290.0, 4309.0, 4320.0, 4279.0, 4319.0, 4268.0, 4317.0, 4276.0, 4306.0, 4276.0, 4295.0, 4297.0, 4266.0, 4308.0, 4278.0, 4288.0, 4288.0, 4266.0, 4299.0, 4278.0, 4309.0, 4269.0, 4320.0, 4280.0, 4299.0, 4290.0, 4298.0, 4299.0, 4287.0, 4309.0, 4269.0, 4319.0, 4279.0, 4319.0, 4278.0, 4318.0, 4279.0, 4318.0, 4287.0, 4279.0, 4299.0, 4269.0, 4319.0, 4281.0, 4341.0, 4292.0, 4321.0, 4291.0, 4271.0, 4301.0, 4279.0, 4299.0, 4319.0, 4300.0, 4309.0, 4299.0, 4270.0, 4309.0, 4279.0, 4280.0, 4290.0, 4280.0, 4320.0, 4290.0, 4352.0, 4301.0, 4282.0, 4301.0, 4271.0, 4310.0, 4328.0, 4297.0, 4359.0, 4317.0, 4297.0, 4307.0, 4265.0, 4307.0, 4267.0, 4287.0, 4289.0, 4298.0, 4298.0, 4268.0, 4309.0, 4268.0, 4308.0, 4267.0, 4309.0, 4299.0, 4328.0, 4288.0, 4328.0, 4288.0, 4266.0, 4288.0, 4267.0, 4308.0, 4268.0, 4319.0, 4278.0, 4329.0, 4279.0, 4328.0, 4288.0, 4308.0, 4299.0, 4267.0, 4297.0, 4267.0, 4308.0, 4269.0, 4278.0, 4300.0, 4280.0, 4321.0, 4280.0, 4311.0, 4290.0, 4270.0, 4309.0, 4270.0, 4320.0, 4310.0, 4340.0, 4289.0, 4268.0, 4309.0, 4269.0, 4297.0, 4299.0, 4299.0, 4319.0, 4279.0, 4319.0, 4267.0, 4306.0, 4267.0, 4317.0, 4288.0, 4297.0, 4286.0, 4267.0, 4308.0, 4268.0, 4286.0, 4289.0, 4280.0, 4310.0, 4280.0, 4331.0, 4291.0, 4271.0, 4309.0, 4281.0, 4320.0, 4280.0, 4341.0, 4320.0, 4291.0, 4311.0, 4281.0, 4320.0, 4269.0, 4296.0, 4289.0, 4279.0, 4308.0, 4270.0, 4319.0, 4279.0, 4288.0, 4289.0, 4317.0, 4299.0, 4307.0, 4297.0, 4278.0, 4296.0, 4267.0, 4307.0, 4267.0, 4307.0, 4278.0, 4307.0, 4288.0, 4268.0, 4298.0, 4269.0, 4297.0, 4268.0, 4309.0, 4268.0, 4318.0, 4278.0, 4318.0, 4279.0, 4319.0, 4278.0, 4308.0, 4290.0, 4318.0, 4289.0, 4319.0, 4277.0, 4269.0, 4289.0, 4270.0, 4311.0, 4281.0, 4320.0, 4312.0, 4312.0, 4302.0, 4282.0, 4302.0, 4271.0, 4322.0, 4291.0, 4322.0, 4271.0, 4331.0, 4280.0, 4319.0, 4279.0, 4308.0, 4289.0, 4278.0, 4320.0, 4269.0, 4308.0, 4280.0, 4298.0, 4279.0, 4317.0, 4289.0, 4308.0, 4298.0, 4269.0, 4299.0, 4279.0, 4308.0, 4280.0, 4309.0, 4290.0, 4319.0, 4290.0, 4282.0, 4300.0, 4278.0, 4298.0, 4289.0, 4310.0, 4268.0, 4320.0, 4269.0, 4310.0, 4280.0, 4289.0, 4290.0, 4310.0, 4310.0, 4300.0, 4311.0, 4291.0, 4310.0, 4269.0, 4310.0, 4289.0, 4320.0, 4269.0, 4340.0, 4279.0, 4269.0, 4289.0, 4268.0, 4310.0, 4270.0, 4331.0, 4315.0, 4343.0, 4292.0, 4330.0, 4301.0, 4319.0, 4301.0, 4340.0, 4309.0, 4299.0, 4289.0, 4269.0, 4308.0, 4268.0, 4320.0, 4268.0, 4319.0, 4290.0, 4341.0, 4280.0, 4308.0, 4288.0, 4308.0, 4298.0, 4288.0, 4308.0, 4267.0, 4308.0, 4277.0, 4317.0, 4288.0, 4297.0, 4296.0, 4306.0, 4287.0, 4278.0, 4297.0, 4268.0, 4306.0, 4267.0, 4318.0, 4278.0, 4328.0, 4289.0, 4319.0, 4287.0, 4287.0, 4287.0, 4278.0, 4299.0, 4270.0, 4319.0, 4271.0, 4330.0, 4289.0, 4281.0, 4301.0, 4281.0, 4322.0, 4281.0, 4332.0, 4292.0, 4280.0, 4302.0, 4270.0, 4321.0, 4282.0, 4332.0, 4323.0, 4323.0, 4312.0, 4282.0, 4319.0, 4291.0, 4320.0, 4311.0, 4290.0, 4340.0, 4290.0, 4331.0, 4289.0, 4280.0, 4309.0, 4280.0, 4330.0, 4310.0, 4299.0, 4320.0, 4279.0, 4339.0, 4287.0, 4257.0, 4296.0, 4277.0, 4327.0, 4298.0, 4269.0, 4298.0, 4279.0, 4288.0, 4288.0, 4267.0, 4319.0, 4280.0, 4340.0, 4290.0, 4270.0, 4300.0, 4278.0, 4308.0, 4300.0, 4270.0, 4321.0, 4290.0, 4280.0, 4300.0, 4280.0, 4301.0, 4301.0, 4269.0, 4323.0, 4291.0, 4341.0, 4322.0, 4283.0, 4321.0, 4292.0, 4289.0, 4299.0, 4280.0, 4321.0, 4299.0, 4281.0, 4311.0, 4280.0, 4319.0, 4289.0, 4308.0, 4299.0, 4267.0, 4329.0, 4290.0, 4269.0, 4288.0, 4278.0, 4306.0, 4289.0, 4299.0, 4298.0, 4269.0, 4299.0, 4289.0, 4280.0, 4320.0, 4281.0, 4281.0, 4320.0, 4291.0, 4339.0, 4299.0, 4282.0, 4321.0, 4291.0, 4292.0, 4289.0, 4320.0, 4320.0, 4290.0, 4280.0, 4340.0, 4291.0, 4290.0, 4310.0, 4279.0, 4310.0, 4300.0, 4311.0, 4331.0, 4281.0, 4319.0, 4289.0, 4268.0, 4299.0, 4269.0, 4309.0, 4289.0, 4270.0, 4299.0, 4270.0, 4309.0, 4290.0, 4268.0, 4300.0, 4270.0, 4320.0, 4281.0, 4300.0, 4301.0, 4270.0, 4300.0, 4279.0, 4319.0, 4279.0, 4330.0, 4280.0, 4289.0, 4287.0, 4269.0, 4310.0, 4279.0, 4319.0, 4291.0, 4291.0, 4299.0, 4271.0, 4310.0, 4270.0, 4351.0, 4300.0, 4320.0, 4301.0, 4271.0, 4321.0, 4280.0, 4288.0, 4291.0, 4281.0, 4322.0, 4282.0, 4302.0, 4301.0, 4271.0, 4309.0, 4270.0, 4319.0, 4279.0, 4339.0, 4289.0, 4337.0, 4278.0, 4308.0, 4277.0, 4255.0, 4297.0, 4269.0, 4319.0, 4290.0, 4321.0, 4288.0, 4269.0, 4309.0, 4269.0, 4309.0, 4277.0, 4319.0, 4306.0, 4349.0, 4278.0, 4268.0, 4276.0, 4266.0, 4298.0, 4267.0, 4309.0, 4268.0, 4319.0, 4278.0, 4279.0, 4278.0, 4269.0, 4311.0, 4271.0, 4320.0, 4281.0, 4330.0, 4291.0, 4309.0, 4289.0, 4269.0, 4309.0, 4279.0, 4351.0, 4291.0, 4290.0, 4300.0, 4270.0, 4309.0, 4269.0, 4321.0, 4299.0, 4320.0, 4300.0, 4271.0, 4310.0, 4270.0, 4321.0, 4282.0, 4343.0, 4324.0, 4311.0, 4300.0, 4281.0, 4300.0, 4270.0, 4308.0, 4268.0, 4319.0, 4299.0, 4340.0, 4279.0, 4317.0, 4278.0, 4309.0, 4290.0, 4307.0, 4299.0, 4278.0, 4309.0, 4269.0, 4308.0, 4269.0, 4320.0, 4270.0, 4320.0, 4301.0, 4321.0, 4301.0, 4270.0, 4311.0, 4271.0, 4320.0, 4282.0, 4341.0, 4322.0, 4300.0, 4302.0, 4292.0, 4321.0, 4281.0, 4321.0, 4302.0, 4342.0, 4301.0, 4292.0, 4311.0, 4270.0, 4319.0, 4279.0, 4339.0, 4300.0, 4330.0, 4299.0, 4279.0, 4309.0, 4267.0, 4318.0, 4279.0, 4327.0, 4289.0, 4310.0, 4289.0, 4279.0, 4298.0, 4267.0, 4309.0, 4269.0, 4319.0, 4290.0, 4320.0, 4290.0, 4279.0, 4298.0, 4289.0, 4310.0, 4269.0, 4320.0, 4280.0, 4299.0, 4288.0, 4268.0, 4310.0, 4270.0, 4320.0, 4281.0, 4318.0, 4289.0, 4308.0, 4290.0, 4318.0, 4309.0, 4288.0, 4308.0, 4268.0, 4307.0, 4268.0, 4297.0, 4279.0, 4288.0, 4289.0, 4268.0, 4310.0, 4269.0, 4321.0, 4280.0, 4290.0, 4290.0, 4281.0, 4322.0, 4282.0, 4332.0, 4282.0, 4282.0, 4312.0, 4281.0, 4343.0, 4322.0, 4293.0, 4311.0, 4282.0, 4322.0, 4282.0, 4346.0, 4339.0, 4374.0, 4333.0, 4281.0, 4321.0, 4281.0, 4276.0, 4261.0, 4263.0, 4306.0, 4277.0, 4359.0, 4289.0, 4268.0, 4307.0, 4268.0, 4319.0, 4278.0, 4348.0, 4287.0, 4277.0, 4287.0, 4266.0, 4286.0, 4264.0, 4306.0, 4254.0, 4317.0, 4266.0, 4286.0, 4265.0, 4267.0, 4276.0, 4257.0, 4298.0, 4268.0, 4319.0, 4269.0, 4307.0, 4278.0, 4308.0, 4279.0, 4296.0, 4287.0, 4288.0, 4287.0, 4279.0, 4298.0, 4268.0, 4305.0, 4266.0, 4318.0, 4280.0, 4310.0, 4290.0, 4281.0, 4309.0, 4281.0, 4292.0, 4302.0, 4294.0, 4333.0, 4343.0, 4355.0, 4377.0, 4295.0, 4346.0, 4372.0, 4288.0, 4324.0, 4265.0, 4304.0, 4263.0, 4303.0, 4267.0, 4306.0, 4287.0, 4296.0, 4296.0, 4266.0, 4306.0, 4275.0, 4315.0, 4307.0, 4346.0, 4305.0, 4334.0, 4292.0, 4300.0, 4279.0, 4259.0, 4307.0, 4247.0, 4307.0, 4256.0, 4248.0, 4268.0, 4259.0, 4288.0, 4259.0, 4240.0, 4282.0, 4251.0, 4253.0, 4272.0, 4264.0, 4274.0, 4276.0, 4255.0, 4286.0, 4277.0, 4318.0, 4279.0, 4282.0, 4288.0, 4268.0, 4308.0, 4278.0, 4280.0, 4301.0, 4311.0, 4360.0, 4295.0, 4282.0, 4299.0, 4270.0, 4309.0, 4269.0, 4298.0, 4299.0, 4270.0, 4334.0, 4294.0, 4293.0, 4300.0, 4269.0, 4319.0, 4280.0, 4321.0, 4310.0, 4271.0, 4311.0, 4290.0, 4269.0, 4320.0, 4279.0, 4299.0, 4310.0, 4280.0, 4310.0, 4289.0, 4270.0, 4309.0, 4280.0, 4300.0, 4311.0, 4282.0, 4342.0, 4291.0, 4280.0, 4309.0, 4268.0, 4341.0, 4302.0, 4282.0, 4323.0, 4282.0, 4311.0, 4291.0, 4279.0, 4311.0, 4279.0, 4317.0, 4277.0, 4277.0, 4299.0, 4278.0, 4321.0, 4281.0, 4321.0, 4301.0, 4282.0, 4321.0, 4282.0, 4279.0, 4302.0, 4281.0, 4332.0, 4302.0, 4332.0, 4289.0, 4281.0, 4310.0, 4281.0, 4321.0, 4301.0, 4341.0, 4291.0, 4282.0, 4310.0, 4280.0, 4290.0, 4301.0, 4280.0, 4334.0, 4283.0, 4303.0, 4301.0, 4281.0, 4321.0, 4281.0, 4305.0, 4314.0, 4287.0, 4281.0], 'WindowWidth': [9540.0, 9604.0, 9545.0, 9564.0, 9533.0, 9475.0, 9529.0, 9501.0, 9471.0, 9525.0, 9476.0, 9553.0, 9527.0, 9515.0, 9509.0, 9473.0, 9522.0, 9482.0, 9534.0, 9505.0, 9504.0, 9518.0, 9468.0, 9518.0, 9481.0, 9477.0, 9478.0, 9467.0, 9522.0, 9480.0, 9459.0, 9512.0, 9488.0, 9524.0, 9502.0, 9474.0, 9542.0, 9489.0, 9572.0, 9504.0, 9478.0, 9513.0, 9475.0, 9542.0, 9505.0, 9569.0, 9524.0, 9488.0, 9528.0, 9488.0, 9525.0, 9499.0, 9497.0, 9513.0, 9457.0, 9538.0, 9483.0, 9476.0, 9498.0, 9475.0, 9525.0, 9475.0, 9536.0, 9504.0, 9528.0, 9511.0, 9481.0, 9531.0, 9479.0, 9514.0, 9519.0, 9519.0, 9547.0, 9493.0, 9549.0, 9522.0, 9505.0, 9532.0, 9543.0, 9530.0, 9475.0, 9560.0, 9493.0, 9479.0, 9513.0, 9492.0, 9546.0, 9523.0, 9535.0, 9536.0, 9500.0, 9549.0, 9497.0, 9573.0, 9523.0, 9532.0, 9535.0, 9502.0, 9532.0, 9493.0, 9543.0, 9506.0, 9528.0, 9517.0, 9526.0, 9513.0, 9498.0, 9526.0, 9476.0, 9527.0, 9488.0, 9496.0, 9515.0, 9511.0, 9528.0, 9472.0, 9542.0, 9486.0, 9499.0, 9498.0, 9496.0, 9515.0, 9473.0, 9542.0, 9488.0, 9540.0, 9488.0, 9510.0, 9510.0, 9521.0, 9522.0, 9456.0, 9540.0, 9487.0, 9500.0, 9496.0, 9473.0, 9525.0, 9487.0, 9568.0, 9528.0, 9516.0, 9515.0, 9490.0, 9527.0, 9472.0, 9539.0, 9485.0, 9549.0, 9495.0, 9540.0, 9509.0, 9473.0, 9521.0, 9471.0, 9537.0, 9501.0, 9524.0, 9526.0, 9491.0, 9540.0, 9492.0, 9501.0, 9514.0, 9485.0, 9544.0, 9489.0, 9570.0, 9505.0, 9478.0, 9515.0, 9489.0, 9544.0, 9488.0, 9541.0, 9514.0, 9558.0, 9515.0, 9476.0, 9528.0, 9477.0, 9543.0, 9505.0, 9517.0, 9549.0, 9495.0, 9548.0, 9519.0, 9480.0, 9518.0, 9477.0, 9548.0, 9489.0, 9575.0, 9506.0, 9480.0, 9517.0, 9493.0, 9544.0, 9508.0, 9547.0, 9534.0, 9481.0, 9547.0, 9509.0, 9494.0, 9516.0, 9479.0, 9545.0, 9519.0, 9548.0, 9515.0, 9492.0, 9543.0, 9473.0, 9541.0, 9514.0, 9579.0, 9498.0, 9473.0, 9524.0, 9471.0, 9535.0, 9497.0, 9507.0, 9497.0, 9491.0, 9506.0, 9472.0, 9524.0, 9498.0, 9472.0, 9530.0, 9492.0, 9556.0, 9511.0, 9480.0, 9543.0, 9493.0, 9527.0, 9503.0, 9528.0, 9543.0, 9486.0, 9541.0, 9472.0, 9534.0, 9481.0, 9519.0, 9479.0, 9503.0, 9507.0, 9466.0, 9523.0, 9485.0, 9498.0, 9499.0, 9469.0, 9515.0, 9486.0, 9528.0, 9475.0, 9543.0, 9490.0, 9514.0, 9503.0, 9512.0, 9516.0, 9497.0, 9529.0, 9476.0, 9542.0, 9489.0, 9539.0, 9486.0, 9538.0, 9488.0, 9538.0, 9496.0, 9489.0, 9516.0, 9477.0, 9543.0, 9495.0, 9573.0, 9509.0, 9547.0, 9507.0, 9481.0, 9520.0, 9488.0, 9515.0, 9540.0, 9517.0, 9527.0, 9514.0, 9477.0, 9530.0, 9489.0, 9491.0, 9506.0, 9491.0, 9547.0, 9507.0, 9591.0, 9522.0, 9497.0, 9520.0, 9480.0, 9532.0, 9551.0, 9510.0, 9592.0, 9535.0, 9509.0, 9521.0, 9466.0, 9521.0, 9470.0, 9495.0, 9501.0, 9512.0, 9512.0, 9474.0, 9528.0, 9473.0, 9524.0, 9469.0, 9526.0, 9513.0, 9553.0, 9499.0, 9552.0, 9498.0, 9468.0, 9499.0, 9470.0, 9525.0, 9473.0, 9542.0, 9487.0, 9554.0, 9488.0, 9551.0, 9500.0, 9525.0, 9513.0, 9470.0, 9510.0, 9471.0, 9524.0, 9474.0, 9485.0, 9519.0, 9490.0, 9547.0, 9493.0, 9534.0, 9505.0, 9477.0, 9527.0, 9477.0, 9545.0, 9532.0, 9570.0, 9500.0, 9472.0, 9527.0, 9475.0, 9510.0, 9515.0, 9513.0, 9541.0, 9490.0, 9541.0, 9470.0, 9520.0, 9469.0, 9535.0, 9497.0, 9508.0, 9493.0, 9470.0, 9523.0, 9473.0, 9494.0, 9502.0, 9491.0, 9532.0, 9490.0, 9561.0, 9507.0, 9481.0, 9531.0, 9495.0, 9544.0, 9493.0, 9574.0, 9544.0, 9509.0, 9533.0, 9494.0, 9544.0, 9475.0, 9508.0, 9503.0, 9486.0, 9527.0, 9477.0, 9543.0, 9489.0, 9500.0, 9503.0, 9536.0, 9514.0, 9520.0, 9509.0, 9486.0, 9506.0, 9469.0, 9520.0, 9468.0, 9521.0, 9484.0, 9522.0, 9497.0, 9474.0, 9512.0, 9475.0, 9510.0, 9472.0, 9528.0, 9473.0, 9538.0, 9486.0, 9540.0, 9489.0, 9540.0, 9486.0, 9526.0, 9503.0, 9539.0, 9499.0, 9541.0, 9483.0, 9476.0, 9501.0, 9477.0, 9533.0, 9495.0, 9545.0, 9536.0, 9537.0, 9523.0, 9499.0, 9523.0, 9480.0, 9550.0, 9506.0, 9549.0, 9479.0, 9559.0, 9491.0, 9541.0, 9488.0, 9524.0, 9501.0, 9484.0, 9542.0, 9476.0, 9526.0, 9489.0, 9512.0, 9489.0, 9537.0, 9501.0, 9524.0, 9511.0, 9475.0, 9513.0, 9489.0, 9525.0, 9490.0, 9528.0, 9504.0, 9541.0, 9505.0, 9497.0, 9518.0, 9487.0, 9514.0, 9499.0, 9529.0, 9473.0, 9543.0, 9476.0, 9530.0, 9491.0, 9501.0, 9506.0, 9532.0, 9531.0, 9518.0, 9532.0, 9508.0, 9531.0, 9475.0, 9530.0, 9501.0, 9544.0, 9473.0, 9569.0, 9489.0, 9477.0, 9502.0, 9475.0, 9531.0, 9477.0, 9562.0, 9547.0, 9579.0, 9512.0, 9557.0, 9520.0, 9542.0, 9522.0, 9571.0, 9529.0, 9514.0, 9500.0, 9475.0, 9526.0, 9472.0, 9543.0, 9471.0, 9542.0, 9504.0, 9574.0, 9490.0, 9525.0, 9498.0, 9523.0, 9512.0, 9496.0, 9524.0, 9470.0, 9523.0, 9483.0, 9535.0, 9496.0, 9507.0, 9507.0, 9520.0, 9494.0, 9485.0, 9509.0, 9471.0, 9520.0, 9469.0, 9536.0, 9484.0, 9551.0, 9499.0, 9540.0, 9497.0, 9496.0, 9494.0, 9484.0, 9516.0, 9476.0, 9544.0, 9480.0, 9558.0, 9504.0, 9494.0, 9521.0, 9495.0, 9552.0, 9494.0, 9565.0, 9510.0, 9495.0, 9523.0, 9481.0, 9548.0, 9497.0, 9563.0, 9551.0, 9552.0, 9536.0, 9497.0, 9543.0, 9507.0, 9544.0, 9535.0, 9504.0, 9572.0, 9504.0, 9560.0, 9502.0, 9491.0, 9528.0, 9489.0, 9556.0, 9531.0, 9514.0, 9542.0, 9487.0, 9566.0, 9495.0, 9455.0, 9507.0, 9482.0, 9550.0, 9511.0, 9474.0, 9512.0, 9488.0, 9499.0, 9500.0, 9472.0, 9542.0, 9490.0, 9571.0, 9504.0, 9479.0, 9516.0, 9488.0, 9527.0, 9518.0, 9479.0, 9546.0, 9504.0, 9494.0, 9518.0, 9493.0, 9520.0, 9521.0, 9477.0, 9552.0, 9510.0, 9574.0, 9550.0, 9500.0, 9549.0, 9509.0, 9502.0, 9515.0, 9491.0, 9547.0, 9517.0, 9494.0, 9533.0, 9492.0, 9541.0, 9502.0, 9524.0, 9514.0, 9470.0, 9556.0, 9503.0, 9475.0, 9497.0, 9485.0, 9521.0, 9502.0, 9513.0, 9512.0, 9474.0, 9516.0, 9501.0, 9492.0, 9543.0, 9494.0, 9494.0, 9546.0, 9507.0, 9570.0, 9517.0, 9497.0, 9548.0, 9509.0, 9511.0, 9504.0, 9543.0, 9546.0, 9503.0, 9490.0, 9573.0, 9508.0, 9507.0, 9531.0, 9491.0, 9532.0, 9520.0, 9532.0, 9561.0, 9494.0, 9544.0, 9502.0, 9471.0, 9513.0, 9473.0, 9526.0, 9499.0, 9477.0, 9515.0, 9479.0, 9529.0, 9504.0, 9473.0, 9518.0, 9478.0, 9544.0, 9495.0, 9518.0, 9519.0, 9476.0, 9516.0, 9486.0, 9541.0, 9486.0, 9556.0, 9489.0, 9501.0, 9498.0, 9474.0, 9530.0, 9488.0, 9542.0, 9505.0, 9507.0, 9515.0, 9480.0, 9531.0, 9479.0, 9587.0, 9519.0, 9544.0, 9519.0, 9482.0, 9545.0, 9491.0, 9500.0, 9507.0, 9492.0, 9548.0, 9496.0, 9525.0, 9520.0, 9482.0, 9530.0, 9477.0, 9543.0, 9487.0, 9569.0, 9498.0, 9564.0, 9484.0, 9523.0, 9481.0, 9451.0, 9508.0, 9474.0, 9542.0, 9503.0, 9545.0, 9500.0, 9475.0, 9526.0, 9473.0, 9526.0, 9484.0, 9541.0, 9521.0, 9581.0, 9485.0, 9471.0, 9481.0, 9467.0, 9512.0, 9469.0, 9526.0, 9471.0, 9541.0, 9487.0, 9490.0, 9488.0, 9477.0, 9535.0, 9480.0, 9546.0, 9494.0, 9560.0, 9506.0, 9528.0, 9502.0, 9475.0, 9530.0, 9488.0, 9587.0, 9506.0, 9505.0, 9516.0, 9478.0, 9527.0, 9477.0, 9547.0, 9517.0, 9545.0, 9518.0, 9480.0, 9531.0, 9477.0, 9545.0, 9496.0, 9581.0, 9555.0, 9531.0, 9518.0, 9495.0, 9515.0, 9479.0, 9525.0, 9473.0, 9543.0, 9515.0, 9569.0, 9486.0, 9535.0, 9485.0, 9529.0, 9504.0, 9524.0, 9514.0, 9485.0, 9525.0, 9476.0, 9526.0, 9475.0, 9543.0, 9478.0, 9543.0, 9521.0, 9547.0, 9520.0, 9481.0, 9533.0, 9483.0, 9545.0, 9497.0, 9575.0, 9550.0, 9520.0, 9524.0, 9512.0, 9548.0, 9495.0, 9548.0, 9524.0, 9576.0, 9521.0, 9510.0, 9533.0, 9480.0, 9541.0, 9491.0, 9569.0, 9518.0, 9557.0, 9515.0, 9489.0, 9527.0, 9472.0, 9538.0, 9487.0, 9551.0, 9502.0, 9530.0, 9501.0, 9489.0, 9511.0, 9471.0, 9528.0, 9476.0, 9542.0, 9503.0, 9544.0, 9503.0, 9490.0, 9512.0, 9501.0, 9530.0, 9474.0, 9544.0, 9492.0, 9517.0, 9501.0, 9474.0, 9533.0, 9479.0, 9546.0, 9494.0, 9542.0, 9502.0, 9527.0, 9504.0, 9538.0, 9528.0, 9499.0, 9526.0, 9474.0, 9523.0, 9473.0, 9511.0, 9489.0, 9500.0, 9504.0, 9473.0, 9533.0, 9479.0, 9548.0, 9493.0, 9505.0, 9507.0, 9496.0, 9551.0, 9498.0, 9565.0, 9498.0, 9497.0, 9538.0, 9497.0, 9580.0, 9552.0, 9515.0, 9536.0, 9499.0, 9551.0, 9499.0, 9592.0, 9587.0, 9626.0, 9567.0, 9497.0, 9549.0, 9496.0, 9479.0, 9449.0, 9456.0, 9519.0, 9483.0, 9596.0, 9501.0, 9474.0, 9524.0, 9473.0, 9542.0, 9487.0, 9579.0, 9496.0, 9483.0, 9495.0, 9467.0, 9492.0, 9461.0, 9519.0, 9448.0, 9534.0, 9467.0, 9493.0, 9466.0, 9468.0, 9480.0, 9455.0, 9512.0, 9472.0, 9541.0, 9475.0, 9524.0, 9485.0, 9524.0, 9487.0, 9507.0, 9497.0, 9499.0, 9496.0, 9490.0, 9512.0, 9474.0, 9520.0, 9469.0, 9539.0, 9491.0, 9532.0, 9505.0, 9495.0, 9531.0, 9495.0, 9513.0, 9527.0, 9520.0, 9571.0, 9583.0, 9601.0, 9635.0, 9525.0, 9590.0, 9618.0, 9498.0, 9542.0, 9462.0, 9514.0, 9462.0, 9515.0, 9471.0, 9523.0, 9498.0, 9510.0, 9509.0, 9467.0, 9520.0, 9479.0, 9532.0, 9521.0, 9571.0, 9514.0, 9550.0, 9493.0, 9498.0, 9470.0, 9441.0, 9505.0, 9425.0, 9503.0, 9437.0, 9427.0, 9454.0, 9443.0, 9483.0, 9446.0, 9423.0, 9479.0, 9439.0, 9443.0, 9467.0, 9460.0, 9475.0, 9480.0, 9451.0, 9495.0, 9484.0, 9541.0, 9491.0, 9500.0, 9500.0, 9471.0, 9524.0, 9489.0, 9493.0, 9522.0, 9557.0, 9619.0, 9523.0, 9501.0, 9517.0, 9480.0, 9529.0, 9475.0, 9512.0, 9519.0, 9480.0, 9571.0, 9522.0, 9516.0, 9520.0, 9477.0, 9543.0, 9493.0, 9547.0, 9532.0, 9482.0, 9535.0, 9505.0, 9476.0, 9545.0, 9491.0, 9517.0, 9534.0, 9495.0, 9534.0, 9505.0, 9481.0, 9531.0, 9493.0, 9519.0, 9536.0, 9498.0, 9579.0, 9509.0, 9495.0, 9531.0, 9476.0, 9574.0, 9524.0, 9500.0, 9553.0, 9500.0, 9535.0, 9508.0, 9492.0, 9533.0, 9492.0, 9535.0, 9482.0, 9484.0, 9515.0, 9488.0, 9547.0, 9497.0, 9548.0, 9523.0, 9499.0, 9549.0, 9499.0, 9492.0, 9525.0, 9495.0, 9565.0, 9524.0, 9564.0, 9505.0, 9496.0, 9532.0, 9495.0, 9549.0, 9522.0, 9575.0, 9508.0, 9497.0, 9532.0, 9494.0, 9507.0, 9523.0, 9495.0, 9570.0, 9502.0, 9528.0, 9523.0, 9497.0, 9548.0, 9497.0, 9537.0, 9545.0, 9515.0, 9497.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.0005533130962705984</td></tr>
<tr><td colspan=3>aqi</td><td>0.01870148395490026</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.57503685348959</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1922063887152758</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0131904716406266</td></tr>
<tr><td colspan=3>efc</td><td>0.4988</td></tr>
<tr><td colspan=3>fber</td><td>4806.0859</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06671412355168681</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8673026886383348</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6281892162490235</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.550561484644421</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8780210222917226</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.455985141810927</td></tr>
<tr><td colspan=3>gcor</td><td>0.00735159</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006139150820672512</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033092010766267776</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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.6197823955741604</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.8869</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.6464</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.722</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294842.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1012.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.5603</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6847</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.5903</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3430.0443</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3708.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81702.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>927.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4540.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1024.3647</td></tr>
<tr><td colspan=3>tsnr</td><td>41.459372145007364</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>