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

616 lines
No EOL
149 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-0092_ses-01_task-alignvideo_acq-mb8_run-02_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-0092_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0092_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0092_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0092_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0092_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0092_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0092_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0092_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_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-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_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-0092/ses-01/func/sub-0092_ses-01_task-alignvideo_acq-mb8_run-02_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>ea5e5f05716d5d7b24340e2edebfa279</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>09:52:40.815000</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.999113, -0.00401156, -0.0419238, 0.0127304, 0.977654, 0.209836]</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0859772</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4133, -7750, -7162, 756, -39, -73, 155, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.909</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6fb1112f-07a5-490c-8155-3132fc01f366||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.680546522140503, 0.034154605120420456, -0.10839201509952545, 111.14048767089844], [0.010762713849544525, 2.6229732036590576, 0.5674968361854553, -111.73584747314453], [-0.11247850954532623, -0.5629759430885315, 2.637460708618164, -8.634929656982422], [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, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['095240.815000', '095241.275000', '095241.735000', '095242.195000', '095242.655000', '095243.115000', '095243.575000', '095244.035000', '095244.495000', '095244.955000', '095245.415000', '095245.875000', '095246.335000', '095246.795000', '095247.255000', '095247.715000', '095248.175000', '095248.635000', '095249.095000', '095249.555000', '095250.015000', '095250.475000', '095250.935000', '095251.395000', '095251.855000', '095252.315000', '095252.775000', '095253.235000', '095253.695000', '095254.155000', '095254.615000', '095255.075000', '095255.535000', '095255.995000', '095256.455000', '095256.915000', '095257.375000', '095257.835000', '095258.295000', '095258.755000', '095259.215000', '095259.675000', '095300.135000', '095300.595000', '095301.055000', '095301.515000', '095301.975000', '095302.435000', '095302.895000', '095303.355000', '095303.815000', '095304.275000', '095304.735000', '095305.195000', '095305.655000', '095306.115000', '095306.575000', '095307.035000', '095307.495000', '095307.955000', '095308.415000', '095308.875000', '095309.335000', '095309.795000', '095310.255000', '095310.715000', '095311.175000', '095311.635000', '095312.095000', '095312.555000', '095313.015000', '095313.475000', '095313.935000', '095314.395000', '095314.855000', '095315.315000', '095315.775000', '095316.235000', '095316.695000', '095317.155000', '095317.615000', '095318.075000', '095318.535000', '095318.995000', '095319.455000', '095319.915000', '095320.375000', '095320.835000', '095321.295000', '095321.755000', '095322.215000', '095322.675000', '095323.135000', '095323.595000', '095324.055000', '095324.515000', '095324.975000', '095325.435000', '095325.895000', '095326.355000', '095326.815000', '095327.275000', '095327.735000', '095328.195000', '095328.655000', '095329.115000', '095329.575000', '095330.035000', '095330.495000', '095330.955000', '095331.415000', '095331.875000', '095332.335000', '095332.795000', '095333.255000', '095333.715000', '095334.175000', '095334.635000', '095335.095000', '095335.555000', '095336.015000', '095336.475000', '095336.935000', '095337.395000', '095337.855000', '095338.315000', '095338.775000', '095339.235000', '095339.695000', '095340.155000', '095340.615000', '095341.075000', '095341.535000', '095341.995000', '095342.455000', '095342.915000', '095343.375000', '095343.835000', '095344.295000', '095344.755000', '095345.215000', '095345.675000', '095346.135000', '095346.595000', '095347.055000', '095347.515000', '095347.975000', '095348.435000', '095348.895000', '095349.355000', '095349.815000', '095350.275000', '095350.735000', '095351.195000', '095351.655000', '095352.115000', '095352.575000', '095353.035000', '095353.495000', '095353.955000', '095354.415000', '095354.875000', '095355.335000', '095355.795000', '095356.255000', '095356.715000', '095357.175000', '095357.635000', '095358.095000', '095358.555000', '095359.015000', '095359.475000', '095359.935000', '095400.395000', '095400.855000', '095401.315000', '095401.775000', '095402.235000', '095402.695000', '095403.155000', '095403.615000', '095404.075000', '095404.535000', '095404.995000', '095405.455000', '095405.915000', '095406.375000', '095406.835000', '095407.295000', '095407.755000', '095408.215000', '095408.675000', '095409.135000', '095409.595000', '095410.055000', '095410.515000', '095410.975000', '095411.435000', '095411.895000', '095412.355000', '095412.815000', '095413.275000', '095413.735000', '095414.195000', '095414.655000', '095415.115000', '095415.575000', '095416.035000', '095416.495000', '095416.955000', '095417.415000', '095417.875000', '095418.335000', '095418.795000', '095419.255000', '095419.715000', '095420.175000', '095420.635000', '095421.095000', '095421.555000', '095422.015000', '095422.475000', '095422.935000', '095423.395000', '095423.855000', '095424.315000', '095424.775000', '095425.235000', '095425.695000', '095426.155000', '095426.615000', '095427.075000', '095427.535000', '095427.995000', '095428.455000', '095428.915000', '095429.375000', '095429.835000', '095430.295000', '095430.755000', '095431.215000', '095431.675000', '095432.135000', '095432.595000', '095433.055000', '095433.515000', '095433.975000', '095434.435000', '095434.895000', '095435.355000', '095435.815000', '095436.275000', '095436.735000', '095437.195000', '095437.655000', '095438.115000', '095438.575000', '095439.035000', '095439.495000', '095439.955000', '095440.415000', '095440.875000', '095441.335000', '095441.795000', '095442.255000', '095442.715000', '095443.175000', '095443.635000', '095444.095000', '095444.555000', '095445.015000', '095445.475000', '095445.935000', '095446.395000', '095446.855000', '095447.315000', '095447.775000', '095448.235000', '095448.695000', '095449.155000', '095449.615000', '095450.075000', '095450.535000', '095450.995000', '095451.455000', '095451.915000', '095452.375000', '095452.835000', '095453.295000', '095453.755000', '095454.215000', '095454.675000', '095455.135000', '095455.595000', '095456.055000', '095456.515000', '095456.975000', '095457.435000', '095457.895000', '095458.355000', '095458.815000', '095459.275000', '095459.735000', '095500.195000', '095500.655000', '095501.115000', '095501.575000', '095502.035000', '095502.495000', '095502.955000', '095503.415000', '095503.875000', '095504.335000', '095504.795000', '095505.255000', '095505.715000', '095506.175000', '095506.635000', '095507.095000', '095507.555000', '095508.015000', '095508.475000', '095508.935000', '095509.395000', '095509.855000', '095510.315000', '095510.775000', '095511.235000', '095511.695000', '095512.155000', '095512.615000', '095513.075000', '095513.535000', '095513.995000', '095514.455000', '095514.915000', '095515.375000', '095515.835000', '095516.295000', '095516.755000', '095517.215000', '095517.675000', '095518.135000', '095518.595000', '095519.055000', '095519.515000', '095519.975000', '095520.435000', '095520.895000', '095521.355000', '095521.815000', '095522.275000', '095522.735000', '095523.195000', '095523.655000', '095524.115000', '095524.575000', '095525.035000', '095525.495000', '095525.955000', '095526.415000', '095526.875000', '095527.335000', '095527.795000', '095528.255000', '095528.715000', '095529.175000', '095529.635000', '095530.095000', '095530.555000', '095531.015000', '095531.475000', '095531.935000', '095532.395000', '095532.855000', '095533.315000', '095533.775000', '095534.235000', '095534.695000', '095535.155000', '095535.615000', '095536.075000', '095536.535000', '095536.995000', '095537.455000', '095537.915000', '095538.375000', '095538.835000', '095539.295000', '095539.755000', '095540.215000', '095540.675000', '095541.135000', '095541.595000', '095542.055000', '095542.515000', '095542.975000', '095543.435000', '095543.895000', '095544.355000', '095544.815000', '095545.275000', '095545.735000', '095546.195000', '095546.655000', '095547.115000', '095547.575000', '095548.035000', '095548.495000', '095548.955000', '095549.415000', '095549.875000', '095550.335000', '095550.795000', '095551.255000', '095551.715000', '095552.175000', '095552.635000', '095553.095000', '095553.555000', '095554.015000', '095554.475000', '095554.935000', '095555.395000', '095555.855000', '095556.315000', '095556.775000', '095557.235000', '095557.695000', '095558.155000', '095558.615000', '095559.075000', '095559.535000', '095559.995000', '095600.455000', '095600.915000', '095601.375000', '095601.835000', '095602.295000', '095602.755000', '095603.215000', '095603.675000', '095604.135000', '095604.595000', '095605.055000', '095605.515000', '095605.975000', '095606.435000', '095606.895000', '095607.355000', '095607.815000', '095608.275000', '095608.735000', '095609.195000', '095609.655000', '095610.115000', '095610.575000', '095611.035000', '095611.495000', '095611.955000', '095612.415000', '095612.875000', '095613.335000', '095613.795000', '095614.255000', '095614.715000', '095615.175000', '095615.635000', '095616.095000', '095616.555000', '095617.015000', '095617.475000', '095617.935000', '095618.395000', '095618.855000', '095619.315000', '095619.775000', '095620.235000', '095620.695000', '095621.155000', '095621.615000', '095622.075000', '095622.535000', '095622.995000', '095623.455000', '095623.915000', '095624.375000', '095624.835000', '095625.295000', '095625.755000', '095626.215000', '095626.675000', '095627.135000', '095627.595000', '095628.055000', '095628.515000', '095628.975000', '095629.435000', '095629.895000', '095630.355000', '095630.815000', '095631.275000', '095631.735000', '095632.195000', '095632.655000', '095633.115000', '095633.575000', '095634.035000', '095634.495000', '095634.955000', '095635.415000', '095635.875000', '095636.335000', '095636.795000', '095637.255000', '095637.715000', '095638.175000', '095638.635000', '095639.095000', '095639.555000', '095640.015000', '095640.475000', '095640.935000', '095641.395000', '095641.855000', '095642.315000', '095642.775000', '095643.235000', '095643.695000', '095644.155000', '095644.615000', '095645.075000', '095645.535000', '095645.995000', '095646.455000', '095646.915000', '095647.375000', '095647.835000', '095648.295000', '095648.755000', '095649.215000', '095649.675000', '095650.135000', '095650.595000', '095651.055000', '095651.515000', '095651.975000', '095652.435000', '095652.895000', '095653.355000', '095653.815000', '095654.275000', '095654.735000', '095655.195000', '095655.655000', '095656.115000', '095656.575000', '095657.035000', '095657.495000', '095657.955000', '095658.415000', '095658.875000', '095659.335000', '095659.795000', '095700.255000', '095700.715000', '095701.175000', '095701.635000', '095702.095000', '095702.555000', '095703.015000', '095703.475000', '095703.935000', '095704.395000', '095704.855000', '095705.315000', '095705.775000', '095706.235000', '095706.695000', '095707.155000', '095707.615000', '095708.075000', '095708.535000', '095708.995000', '095709.455000', '095709.915000', '095710.375000', '095710.835000', '095711.295000', '095711.755000', '095712.215000', '095712.675000', '095713.135000', '095713.595000', '095714.055000', '095714.515000', '095714.975000', '095715.435000', '095715.895000', '095716.355000', '095716.815000', '095717.275000', '095717.735000', '095718.195000', '095718.655000', '095719.115000', '095719.575000', '095720.035000', '095720.495000', '095720.955000', '095721.415000', '095721.875000', '095722.335000', '095722.795000', '095723.255000', '095723.715000', '095724.175000', '095724.635000', '095725.095000', '095725.555000', '095726.015000', '095726.475000', '095726.935000', '095727.395000', '095727.855000', '095728.315000', '095728.775000', '095729.235000', '095729.695000', '095730.155000', '095730.615000', '095731.075000', '095731.535000', '095731.995000', '095732.455000', '095732.915000', '095733.375000', '095733.835000', '095734.295000', '095734.755000', '095735.215000', '095735.675000', '095736.135000', '095736.595000', '095737.055000', '095737.515000', '095737.975000', '095738.435000', '095738.895000', '095739.355000', '095739.815000', '095740.275000', '095740.735000', '095741.195000', '095741.655000', '095742.115000', '095742.575000', '095743.035000', '095743.495000', '095743.955000', '095744.415000', '095744.875000', '095745.335000', '095745.795000', '095746.255000', '095746.715000', '095747.175000', '095747.635000', '095748.095000', '095748.555000', '095749.015000', '095749.475000', '095749.935000', '095750.395000', '095750.855000', '095751.315000', '095751.775000', '095752.235000', '095752.695000', '095753.155000', '095753.615000', '095754.075000', '095754.535000', '095754.995000', '095755.455000', '095755.915000', '095756.375000', '095756.835000', '095757.295000', '095757.755000', '095758.215000', '095758.675000', '095759.135000', '095759.595000', '095800.055000', '095800.515000', '095800.975000', '095801.435000', '095801.895000', '095802.355000', '095802.815000', '095803.275000', '095803.735000', '095804.195000', '095804.655000', '095805.115000', '095805.575000', '095806.035000', '095806.495000', '095806.955000', '095807.415000', '095807.875000', '095808.335000', '095808.795000', '095809.255000', '095809.715000', '095810.175000', '095810.635000', '095811.095000', '095811.555000', '095812.015000', '095812.475000', '095812.935000', '095813.395000', '095813.855000', '095814.315000', '095814.775000', '095815.235000', '095815.695000', '095816.155000', '095816.615000', '095817.075000', '095817.535000', '095817.995000', '095818.455000', '095818.915000', '095819.375000', '095819.835000', '095820.295000', '095820.755000', '095821.215000', '095821.675000', '095822.135000', '095822.595000', '095823.055000', '095823.515000', '095823.975000', '095824.435000', '095824.895000', '095825.355000', '095825.815000', '095826.275000', '095826.735000', '095827.195000', '095827.655000', '095828.115000', '095828.575000', '095829.035000', '095829.495000', '095829.955000', '095830.415000', '095830.875000', '095831.335000', '095831.795000', '095832.255000', '095832.715000', '095833.175000', '095833.635000', '095834.095000', '095834.555000', '095835.015000', '095835.475000', '095835.935000', '095836.395000', '095836.855000', '095837.315000', '095837.775000', '095838.235000', '095838.695000', '095839.155000', '095839.615000', '095840.075000', '095840.535000', '095840.995000', '095841.455000', '095841.915000', '095842.375000', '095842.835000', '095843.295000', '095843.755000', '095844.215000', '095844.675000', '095845.135000', '095845.595000', '095846.055000', '095846.515000', '095846.975000', '095847.435000', '095847.895000', '095848.355000', '095848.815000', '095849.275000', '095849.735000', '095850.195000', '095850.655000', '095851.115000', '095851.575000', '095852.035000', '095852.495000', '095852.955000', '095853.415000', '095853.875000', '095854.335000', '095854.795000', '095855.255000', '095855.715000', '095856.175000', '095856.635000', '095857.095000', '095857.555000', '095858.015000', '095858.475000', '095858.935000', '095859.395000', '095859.855000', '095900.315000', '095900.775000', '095901.235000', '095901.695000', '095902.155000', '095902.615000', '095903.075000', '095903.535000', '095903.995000', '095904.455000', '095904.915000', '095905.375000', '095905.835000', '095906.295000', '095906.755000', '095907.215000', '095907.675000', '095908.135000', '095908.595000', '095909.055000', '095909.515000', '095909.975000', '095910.435000', '095910.895000', '095911.355000', '095911.815000', '095912.275000', '095912.735000', '095913.195000', '095913.655000', '095914.115000', '095914.575000', '095915.035000', '095915.495000', '095915.955000', '095916.415000', '095916.875000', '095917.335000', '095917.795000', '095918.255000', '095918.715000', '095919.175000', '095919.635000', '095920.095000', '095920.555000', '095921.015000', '095921.475000', '095921.935000', '095922.395000', '095922.855000', '095923.315000', '095923.775000', '095924.235000', '095924.695000', '095925.155000', '095925.615000', '095926.075000', '095926.535000', '095926.995000', '095927.455000', '095927.915000', '095928.375000', '095928.835000', '095929.295000', '095929.755000', '095930.215000', '095930.675000', '095931.135000', '095931.595000', '095932.055000', '095932.515000', '095932.975000', '095933.435000', '095933.895000', '095934.355000', '095934.815000', '095935.275000', '095935.735000', '095936.195000', '095936.655000', '095937.115000', '095937.575000', '095938.035000', '095938.495000', '095938.955000', '095939.415000', '095939.875000', '095940.335000', '095940.795000', '095941.255000', '095941.715000', '095942.175000', '095942.635000', '095943.095000', '095943.555000', '095944.015000', '095944.475000', '095944.935000', '095945.395000', '095945.855000', '095946.315000', '095946.775000', '095947.235000', '095947.695000', '095948.155000', '095948.615000', '095949.075000', '095949.535000', '095949.995000', '095950.455000', '095950.915000', '095951.375000', '095951.835000', '095952.295000', '095952.755000', '095953.215000', '095953.675000', '095954.135000', '095954.595000', '095955.055000', '095955.515000', '095955.975000', '095956.435000', '095956.895000', '095957.355000', '095957.815000', '095958.275000', '095958.735000', '095959.195000', '095959.655000', '100000.115000', '100000.575000', '100001.035000', '100001.495000', '100001.955000', '100002.415000', '100002.875000', '100003.335000', '100003.795000', '100004.255000', '100004.715000', '100005.175000', '100005.635000', '100006.095000', '100006.555000', '100007.015000', '100007.475000', '100007.935000', '100008.395000', '100008.855000', '100009.315000', '100009.775000', '100010.235000', '100010.695000', '100011.155000', '100011.615000', '100012.075000', '100012.535000', '100012.995000', '100013.455000', '100013.915000', '100014.375000', '100014.835000', '100015.295000', '100015.755000', '100016.215000', '100016.675000', '100017.135000', '100017.595000', '100018.055000', '100018.515000', '100018.975000', '100019.435000', '100019.895000', '100020.355000', '100020.815000', '100021.275000', '100021.735000', '100022.195000', '100022.655000', '100023.115000', '100023.575000', '100024.035000', '100024.495000', '100024.955000', '100025.415000', '100025.875000', '100026.335000', '100026.795000', '100027.255000', '100027.715000', '100028.175000', '100028.635000', '100029.095000', '100029.555000', '100030.015000', '100030.475000', '100030.935000', '100031.395000', '100031.855000', '100032.315000', '100032.775000', '100033.235000', '100033.695000', '100034.155000', '100034.615000', '100035.075000', '100035.535000', '100035.995000', '100036.455000', '100036.915000', '100037.375000', '100037.835000', '100038.295000', '100038.755000', '100039.215000', '100039.675000', '100040.135000', '100040.595000', '100041.055000', '100041.515000', '100041.975000', '100042.435000', '100042.895000', '100043.355000', '100043.815000', '100044.275000', '100044.735000', '100045.195000', '100045.655000', '100046.115000', '100046.575000', '100047.035000', '100047.495000', '100047.955000', '100048.415000', '100048.875000', '100049.335000', '100049.795000', '100050.255000', '100050.715000', '100051.175000', '100051.635000', '100052.095000', '100052.555000', '100053.015000', '100053.475000', '100053.935000', '100054.395000', '100054.855000', '100055.315000', '100055.775000', '100056.235000', '100056.695000', '100057.155000', '100057.615000', '100058.075000', '100058.535000', '100058.995000', '100059.455000', '100059.915000', '100100.375000', '100100.835000', '100101.295000', '100101.755000', '100102.215000', '100102.675000', '100103.135000', '100103.595000', '100104.055000', '100104.515000', '100104.975000', '100105.435000', '100105.895000', '100106.355000', '100106.815000', '100107.275000', '100107.735000', '100108.195000', '100108.655000', '100109.115000', '100109.575000', '100110.035000', '100110.495000', '100110.955000', '100111.415000', '100111.875000', '100112.335000', '100112.795000', '100113.255000', '100113.715000', '100114.175000', '100114.635000', '100115.095000', '100115.555000', '100116.015000', '100116.475000', '100116.935000', '100117.395000', '100117.855000', '100118.315000', '100118.775000', '100119.235000', '100119.695000', '100120.155000', '100120.615000', '100121.075000', '100121.535000', '100121.995000', '100122.455000', '100122.915000', '100123.375000', '100123.835000', '100124.295000', '100124.755000', '100125.215000', '100125.675000', '100126.135000', '100126.595000', '100127.055000', '100127.515000', '100127.975000', '100128.435000', '100128.895000', '100129.355000', '100129.815000', '100130.275000', '100130.735000', '100131.195000', '100131.655000', '100132.115000', '100132.575000', '100133.035000', '100133.495000', '100133.955000', '100134.415000', '100134.875000', '100135.335000', '100135.795000', '100136.255000', '100136.715000', '100137.175000', '100137.635000', '100138.095000', '100138.555000', '100139.015000', '100139.475000', '100139.935000', '100140.395000', '100140.855000', '100141.315000', '100141.775000', '100142.235000', '100142.695000', '100143.155000', '100143.615000', '100144.075000', '100144.535000', '100144.995000', '100145.455000', '100145.915000', '100146.375000', '100146.835000', '100147.295000', '100147.755000', '100148.215000', '100148.675000', '100149.135000', '100149.595000', '100150.055000', '100150.515000', '100150.975000', '100151.435000', '100151.895000', '100152.355000', '100152.815000', '100153.275000', '100153.735000', '100154.195000', '100154.655000', '100155.115000', '100155.575000', '100156.035000', '100156.495000', '100156.955000', '100157.415000', '100157.875000', '100158.335000', '100158.795000', '100159.255000', '100159.715000', '100200.175000', '100200.635000', '100201.095000', '100201.555000', '100202.015000', '100202.475000', '100202.935000', '100203.395000', '100203.855000', '100204.315000', '100204.775000', '100205.235000', '100205.695000', '100206.155000', '100206.615000', '100207.075000', '100207.535000', '100207.995000', '100208.455000', '100208.915000', '100209.375000', '100209.835000', '100210.295000', '100210.755000', '100211.215000', '100211.675000', '100212.135000', '100212.595000', '100213.055000', '100213.515000', '100213.975000', '100214.435000', '100214.895000', '100215.355000', '100215.815000', '100216.275000', '100216.735000', '100217.195000', '100217.655000', '100218.115000', '100218.575000', '100219.035000', '100219.495000', '100219.955000', '100220.415000', '100220.875000', '100221.335000', '100221.795000', '100222.255000', '100222.715000', '100223.175000', '100223.635000', '100224.095000', '100224.555000', '100225.015000', '100225.475000', '100225.935000', '100226.395000', '100226.855000', '100227.315000', '100227.775000', '100228.235000', '100228.695000', '100229.155000', '100229.615000', '100230.075000', '100230.535000', '100230.995000', '100231.455000', '100231.915000', '100232.375000', '100232.835000', '100233.295000', '100233.755000', '100234.215000', '100234.675000', '100235.135000', '100235.595000', '100236.055000', '100236.515000', '100236.975000', '100237.435000', '100237.895000', '100238.355000', '100238.815000', '100239.275000', '100239.735000', '100240.195000', '100240.655000', '100241.115000', '100241.575000', '100242.035000', '100242.495000', '100242.955000', '100243.415000', '100243.875000', '100244.335000', '100244.795000', '100245.255000', '100245.715000', '100246.175000', '100246.635000', '100247.095000', '100247.555000', '100248.015000', '100248.475000', '100248.935000', '100249.395000', '100249.855000', '100250.315000', '100250.775000', '100251.235000', '100251.695000', '100252.155000', '100252.615000', '100253.075000', '100253.535000', '100253.995000', '100254.455000', '100254.915000', '100255.375000', '100255.835000', '100256.295000', '100256.755000', '100257.215000', '100257.675000', '100258.135000', '100258.595000', '100259.055000', '100259.515000', '100259.975000', '100300.435000', '100300.895000', '100301.355000', '100301.815000', '100302.275000', '100302.735000', '100303.195000', '100303.655000', '100304.115000', '100304.575000', '100305.035000', '100305.495000', '100305.955000', '100306.415000', '100306.875000', '100307.335000', '100307.795000', '100308.255000', '100308.715000', '100309.175000', '100309.635000', '100310.095000', '100310.555000', '100311.015000', '100311.475000', '100311.935000', '100312.395000', '100312.855000', '100313.315000'], 'ContentTime': ['095307.601000', '095307.604000', '095307.607000', '095307.609000', '095307.612000', '095307.615000', '095307.618000', '095307.621000', '095307.623000', '095307.626000', '095307.628000', '095307.631000', '095307.633000', '095307.636000', '095307.639000', '095307.641000', '095307.644000', '095307.646000', '095307.649000', '095307.652000', '095307.654000', '095307.657000', '095307.659000', '095307.662000', '095307.665000', '095307.667000', '095307.670000', '095307.681000', '095307.684000', '095307.687000', '095307.689000', '095307.692000', '095307.694000', '095307.697000', '095307.700000', '095307.702000', '095307.705000', '095307.707000', '095307.710000', '095307.712000', '095307.715000', '095307.726000', '095307.729000', '095307.732000', '095307.734000', '095307.737000', '095307.739000', '095307.742000', '095307.744000', '095307.747000', '095307.750000', '095307.752000', '095307.755000', '095307.757000', '095307.760000', '095327.547000', '095327.550000', '095327.553000', '095327.555000', '095327.558000', '095327.561000', '095327.563000', '095327.566000', '095327.569000', '095327.571000', '095327.574000', '095327.576000', '095327.579000', '095327.589000', '095327.592000', '095327.594000', '095327.597000', '095327.599000', '095327.602000', '095327.604000', '095327.607000', '095327.610000', '095327.612000', '095327.615000', '095327.618000', '095327.620000', '095327.623000', '095327.625000', '095327.628000', '095327.630000', '095327.633000', '095327.635000', '095327.638000', '095327.641000', '095327.643000', '095327.646000', '095327.648000', '095327.651000', '095327.654000', '095327.656000', '095327.659000', '095327.661000', '095327.664000', '095327.667000', '095347.547000', '095347.550000', '095347.553000', '095347.556000', '095347.558000', '095347.561000', '095347.563000', '095347.566000', '095347.569000', '095347.572000', '095347.590000', '095347.593000', '095347.595000', '095347.598000', '095347.601000', '095347.603000', '095347.606000', '095347.608000', '095347.611000', '095347.613000', '095347.616000', '095347.619000', '095347.621000', '095347.624000', '095347.627000', '095347.629000', '095347.632000', '095347.634000', '095347.637000', '095347.640000', '095347.642000', '095347.645000', '095347.647000', '095347.650000', '095347.652000', '095347.655000', '095347.658000', '095347.660000', '095347.663000', '095347.665000', '095347.668000', '095347.671000', '095347.673000', '095407.548000', '095407.550000', '095407.553000', '095407.559000', '095407.561000', '095407.564000', '095407.566000', '095407.569000', '095407.572000', '095407.574000', '095407.577000', '095407.580000', '095407.582000', '095407.585000', '095407.587000', '095407.590000', '095407.593000', '095407.595000', '095407.598000', '095407.601000', '095407.603000', '095407.606000', '095407.608000', '095407.611000', '095407.613000', '095407.616000', '095407.618000', '095407.621000', '095407.624000', '095407.626000', '095407.629000', '095407.632000', '095407.634000', '095407.637000', '095407.639000', '095407.642000', '095407.645000', '095407.647000', '095407.650000', '095407.652000', '095407.655000', '095407.658000', '095407.660000', '095407.663000', '095427.546000', '095427.549000', '095427.552000', '095427.563000', '095427.566000', '095427.569000', '095427.571000', '095427.574000', '095427.576000', '095427.579000', '095427.582000', '095427.584000', '095427.587000', '095427.590000', '095427.592000', '095427.595000', '095427.597000', '095427.600000', '095427.603000', '095427.605000', '095427.608000', '095427.611000', '095427.613000', '095427.616000', '095427.618000', '095427.621000', '095427.624000', '095427.627000', '095427.629000', '095427.632000', '095427.635000', '095427.638000', '095427.641000', '095427.643000', '095427.646000', '095427.648000', '095427.651000', '095427.654000', '095427.657000', '095427.660000', '095427.663000', '095427.665000', '095427.668000', '095447.547000', '095447.550000', '095447.553000', '095447.555000', '095447.558000', '095447.561000', '095447.564000', '095447.566000', '095447.569000', '095447.572000', '095447.574000', '095447.577000', '095447.580000', '095447.582000', '095447.585000', '095447.588000', '095447.590000', '095447.593000', '095447.595000', '095447.598000', '095447.601000', '095447.603000', '095447.606000', '095447.609000', '095447.611000', '095447.628000', '095447.634000', '095447.637000', '095447.640000', '095447.642000', '095447.645000', '095447.648000', '095447.650000', '095447.653000', '095447.656000', '095447.658000', '095447.661000', '095447.663000', '095447.666000', '095447.669000', '095447.671000', '095447.674000', '095447.677000', '095447.679000', '095507.548000', '095507.550000', '095507.553000', '095507.556000', '095507.558000', '095507.561000', '095507.564000', '095507.566000', '095507.569000', '095507.572000', '095507.574000', '095507.577000', '095507.580000', '095507.582000', '095507.585000', '095507.587000', '095507.590000', '095507.593000', '095507.595000', '095507.598000', '095507.601000', '095507.603000', '095507.606000', '095507.608000', '095507.611000', '095507.614000', '095507.616000', '095507.619000', '095507.622000', '095507.624000', '095507.627000', '095507.629000', '095507.632000', '095507.635000', '095507.637000', '095507.640000', '095507.643000', '095507.645000', '095507.648000', '095507.651000', '095507.654000', '095507.656000', '095507.659000', '095527.547000', '095527.551000', '095527.554000', '095527.556000', '095527.559000', '095527.562000', '095527.564000', '095527.567000', '095527.569000', '095527.572000', '095527.575000', '095527.577000', '095527.580000', '095527.582000', '095527.585000', '095527.588000', '095527.590000', '095527.593000', '095527.596000', '095527.598000', '095527.601000', '095527.603000', '095527.606000', '095527.609000', '095527.611000', '095527.623000', '095527.625000', '095527.628000', '095527.630000', '095527.633000', '095527.636000', '095527.638000', '095527.641000', '095527.644000', '095527.646000', '095527.649000', '095527.651000', '095527.654000', '095527.657000', '095527.659000', '095527.662000', '095527.677000', '095527.679000', '095527.682000', '095547.548000', '095547.550000', '095547.553000', '095547.556000', '095547.558000', '095547.561000', '095547.564000', '095547.566000', '095547.569000', '095547.571000', '095547.574000', '095547.577000', '095547.579000', '095547.582000', '095547.584000', '095547.587000', '095547.590000', '095547.592000', '095547.595000', '095547.597000', '095547.600000', '095547.603000', '095547.605000', '095547.608000', '095547.610000', '095547.613000', '095547.616000', '095547.618000', '095547.621000', '095547.623000', '095547.626000', '095547.629000', '095547.631000', '095547.634000', '095547.636000', '095547.639000', '095547.642000', '095547.644000', '095547.648000', '095547.651000', '095547.653000', '095547.656000', '095547.665000', '095607.548000', '095607.550000', '095607.556000', '095607.559000', '095607.561000', '095607.564000', '095607.567000', '095607.569000', '095607.572000', '095607.575000', '095607.577000', '095607.580000', '095607.582000', '095607.585000', '095607.588000', '095607.590000', '095607.593000', '095607.596000', '095607.598000', '095607.601000', '095607.603000', '095607.606000', '095607.609000', '095607.611000', '095607.614000', '095607.617000', '095607.619000', '095607.622000', '095607.624000', '095607.627000', '095607.630000', '095607.632000', '095607.635000', '095607.637000', '095607.640000', '095607.642000', '095607.645000', '095607.648000', '095607.650000', '095607.653000', '095607.655000', '095607.658000', '095607.660000', '095607.664000', '095627.547000', '095627.550000', '095627.553000', '095627.556000', '095627.558000', '095627.561000', '095627.564000', '095627.566000', '095627.569000', '095627.572000', '095627.574000', '095627.577000', '095627.579000', '095627.582000', '095627.585000', '095627.587000', '095627.590000', '095627.593000', '095627.595000', '095627.598000', '095627.612000', '095627.615000', '095627.618000', '095627.620000', '095627.623000', '095627.625000', '095627.628000', '095627.631000', '095627.633000', '095627.636000', '095627.638000', '095627.641000', '095627.644000', '095627.646000', '095627.649000', '095627.652000', '095627.654000', '095627.657000', '095627.659000', '095627.662000', '095627.665000', '095627.667000', '095627.670000', '095647.547000', '095647.550000', '095647.552000', '095647.555000', '095647.558000', '095647.560000', '095647.563000', '095647.566000', '095647.568000', '095647.571000', '095647.573000', '095647.576000', '095647.578000', '095647.581000', '095647.583000', '095647.586000', '095647.589000', '095647.591000', '095647.594000', '095647.596000', '095647.599000', '095647.602000', '095647.604000', '095647.607000', '095647.610000', '095647.612000', '095647.615000', '095647.617000', '095647.620000', '095647.622000', '095647.625000', '095647.628000', '095647.630000', '095647.633000', '095647.636000', '095647.638000', '095647.641000', '095647.643000', '095647.646000', '095647.649000', '095647.651000', '095647.654000', '095647.657000', '095647.659000', '095707.548000', '095707.551000', '095707.553000', '095707.556000', '095707.558000', '095707.562000', '095707.564000', '095707.567000', '095707.569000', '095707.572000', '095707.575000', '095707.577000', '095707.580000', '095707.583000', '095707.585000', '095707.588000', '095707.590000', '095707.593000', '095707.596000', '095707.598000', '095707.601000', '095707.604000', '095707.606000', '095707.609000', '095707.611000', '095707.614000', '095707.617000', '095707.619000', '095707.622000', '095707.625000', '095707.627000', '095707.630000', '095707.632000', '095707.635000', '095707.638000', '095707.640000', '095707.643000', '095707.646000', '095707.648000', '095707.651000', '095707.654000', '095707.656000', '095707.659000', '095727.547000', '095727.550000', '095727.553000', '095727.556000', '095727.558000', '095727.561000', '095727.564000', '095727.566000', '095727.569000', '095727.571000', '095727.574000', '095727.577000', '095727.579000', '095727.582000', '095727.585000', '095727.587000', '095727.590000', '095727.592000', '095727.595000', '095727.598000', '095727.601000', '095727.603000', '095727.606000', '095727.609000', '095727.611000', '095727.614000', '095727.616000', '095727.619000', '095727.622000', '095727.624000', '095727.627000', '095727.629000', '095727.632000', '095727.635000', '095727.637000', '095727.640000', '095727.643000', '095727.645000', '095727.648000', '095727.651000', '095727.653000', '095727.656000', '095727.658000', '095727.661000', '095747.548000', '095747.550000', '095747.553000', '095747.556000', '095747.559000', '095747.561000', '095747.564000', '095747.566000', '095747.569000', '095747.572000', '095747.574000', '095747.577000', '095747.579000', '095747.582000', '095747.585000', '095747.587000', '095747.590000', '095747.593000', '095747.595000', '095747.598000', '095747.600000', '095747.603000', '095747.605000', '095747.608000', '095747.611000', '095747.613000', '095747.616000', '095747.618000', '095747.621000', '095747.624000', '095747.626000', '095747.651000', '095747.654000', '095747.656000', '095747.659000', '095747.661000', '095747.664000', '095747.667000', '095747.669000', '095747.672000', '095747.675000', '095747.677000', '095747.680000', '095807.548000', '095807.550000', '095807.553000', '095807.556000', '095807.558000', '095807.561000', '095807.563000', '095807.566000', '095807.568000', '095807.571000', '095807.574000', '095807.576000', '095807.579000', '095807.581000', '095807.584000', '095807.587000', '095807.590000', '095807.592000', '095807.595000', '095807.598000', '095807.600000', '095807.603000', '095807.605000', '095807.608000', '095807.611000', '095807.614000', '095807.616000', '095807.619000', '095807.621000', '095807.624000', '095807.627000', '095807.629000', '095807.632000', '095807.635000', '095807.637000', '095807.640000', '095807.642000', '095807.645000', '095807.648000', '095807.650000', '095807.653000', '095807.655000', '095807.658000', '095827.547000', '095827.550000', '095827.553000', '095827.555000', '095827.558000', '095827.561000', '095827.563000', '095827.566000', '095827.569000', '095827.571000', '095827.574000', '095827.576000', '095827.579000', '095827.582000', '095827.584000', '095827.587000', '095827.590000', '095827.592000', '095827.595000', '095827.597000', '095827.600000', '095827.603000', '095827.605000', '095827.608000', '095827.611000', '095827.619000', '095827.622000', '095827.624000', '095827.627000', '095827.630000', '095827.632000', '095827.635000', '095827.638000', '095827.641000', '095827.643000', '095827.646000', '095827.649000', '095827.651000', '095827.654000', '095827.656000', '095827.659000', '095827.662000', '095827.664000', '095827.667000', '095847.547000', '095847.550000', '095847.553000', '095847.555000', '095847.558000', '095847.561000', '095847.564000', '095847.566000', '095847.569000', '095847.571000', '095847.574000', '095847.576000', '095847.579000', '095847.582000', '095847.584000', '095847.587000', '095847.590000', '095847.592000', '095847.595000', '095847.597000', '095847.600000', '095847.603000', '095847.605000', '095847.608000', '095847.611000', '095847.613000', '095847.616000', '095847.619000', '095847.621000', '095847.624000', '095847.627000', '095847.629000', '095847.632000', '095847.635000', '095847.637000', '095847.640000', '095847.642000', '095847.645000', '095847.648000', '095847.650000', '095847.653000', '095847.656000', '095847.658000', '095847.661000', '095907.547000', '095907.549000', '095907.552000', '095907.555000', '095907.557000', '095907.560000', '095907.563000', '095907.565000', '095907.568000', '095907.570000', '095907.573000', '095907.575000', '095907.578000', '095907.581000', '095907.583000', '095907.586000', '095907.589000', '095907.591000', '095907.594000', '095907.596000', '095907.599000', '095907.602000', '095907.604000', '095907.607000', '095907.609000', '095907.612000', '095907.615000', '095907.617000', '095907.620000', '095907.622000', '095907.625000', '095907.628000', '095907.630000', '095907.633000', '095907.636000', '095907.638000', '095907.641000', '095907.643000', '095907.646000', '095907.649000', '095907.651000', '095907.654000', '095907.657000', '095927.547000', '095927.550000', '095927.553000', '095927.556000', '095927.558000', '095927.561000', '095927.563000', '095927.566000', '095927.569000', '095927.571000', '095927.574000', '095927.577000', '095927.580000', '095927.582000', '095927.585000', '095927.588000', '095927.590000', '095927.593000', '095927.595000', '095927.598000', '095927.601000', '095927.603000', '095927.606000', '095927.608000', '095927.611000', '095927.614000', '095927.616000', '095927.619000', '095927.621000', '095927.624000', '095927.627000', '095927.630000', '095927.632000', '095927.635000', '095927.637000', '095927.640000', '095927.642000', '095927.645000', '095927.648000', '095927.650000', '095927.653000', '095927.655000', '095927.658000', '095927.661000', '095947.548000', '095947.550000', '095947.553000', '095947.556000', '095947.558000', '095947.561000', '095947.564000', '095947.566000', '095947.569000', '095947.572000', '095947.575000', '095947.577000', '095947.580000', '095947.583000', '095947.585000', '095947.588000', '095947.591000', '095947.593000', '095947.596000', '095947.599000', '095947.601000', '095947.604000', '095947.607000', '095947.609000', '095947.612000', '095947.614000', '095947.617000', '095947.620000', '095947.622000', '095947.625000', '095947.628000', '095947.630000', '095947.633000', '095947.635000', '095947.638000', '095947.641000', '095947.643000', '095947.646000', '095947.649000', '095947.651000', '095947.654000', '095947.657000', '095947.659000', '100007.548000', '100007.550000', '100007.553000', '100007.556000', '100007.559000', '100007.561000', '100007.564000', '100007.567000', '100007.569000', '100007.572000', '100007.575000', '100007.577000', '100007.580000', '100007.582000', '100007.589000', '100007.592000', '100007.594000', '100007.597000', '100007.600000', '100007.602000', '100007.605000', '100007.608000', '100007.610000', '100007.613000', '100007.615000', '100007.618000', '100007.621000', '100007.623000', '100007.626000', '100007.629000', '100007.631000', '100007.634000', '100007.636000', '100007.639000', '100007.642000', '100007.644000', '100007.647000', '100007.650000', '100007.652000', '100007.655000', '100007.657000', '100007.660000', '100007.663000', '100027.547000', '100027.550000', '100027.553000', '100027.556000', '100027.558000', '100027.561000', '100027.564000', '100027.566000', '100027.569000', '100027.571000', '100027.574000', '100027.577000', '100027.579000', '100027.582000', '100027.584000', '100027.587000', '100027.590000', '100027.592000', '100027.595000', '100027.598000', '100027.600000', '100027.603000', '100027.606000', '100027.608000', '100027.611000', '100027.614000', '100027.616000', '100027.619000', '100027.621000', '100027.624000', '100027.627000', '100027.629000', '100027.632000', '100027.635000', '100027.637000', '100027.640000', '100027.642000', '100027.645000', '100027.648000', '100027.657000', '100027.659000', '100027.662000', '100027.665000', '100027.667000', '100047.547000', '100047.550000', '100047.553000', '100047.556000', '100047.559000', '100047.561000', '100047.564000', '100047.567000', '100047.569000', '100047.572000', '100047.575000', '100047.577000', '100047.580000', '100047.582000', '100047.585000', '100047.588000', '100047.590000', '100047.593000', '100047.596000', '100047.598000', '100047.601000', '100047.604000', '100047.606000', '100047.609000', '100047.612000', '100047.615000', '100047.617000', '100047.620000', '100047.622000', '100047.625000', '100047.628000', '100047.630000', '100047.633000', '100047.636000', '100047.638000', '100047.641000', '100047.644000', '100047.646000', '100047.649000', '100047.651000', '100047.654000', '100047.657000', '100047.659000', '100107.548000', '100107.550000', '100107.553000', '100107.556000', '100107.558000', '100107.561000', '100107.563000', '100107.566000', '100107.569000', '100107.571000', '100107.574000', '100107.577000', '100107.579000', '100107.582000', '100107.585000', '100107.587000', '100107.590000', '100107.593000', '100107.595000', '100107.598000', '100107.601000', '100107.603000', '100107.606000', '100107.608000', '100107.611000', '100107.614000', '100107.616000', '100107.619000', '100107.622000', '100107.624000', '100107.627000', '100107.629000', '100107.632000', '100107.635000', '100107.637000', '100107.640000', '100107.642000', '100107.645000', '100107.648000', '100107.650000', '100107.653000', '100107.656000', '100107.658000', '100107.661000', '100127.547000', '100127.549000', '100127.552000', '100127.555000', '100127.557000', '100127.560000', '100127.563000', '100127.565000', '100127.568000', '100127.570000', '100127.573000', '100127.576000', '100127.579000', '100127.581000', '100127.584000', '100127.587000', '100127.590000', '100127.592000', '100127.595000', '100127.597000', '100127.600000', '100127.603000', '100127.605000', '100127.608000', '100127.611000', '100127.613000', '100127.616000', '100127.619000', '100127.621000', '100127.624000', '100127.626000', '100127.629000', '100127.632000', '100127.634000', '100127.637000', '100127.639000', '100127.642000', '100127.645000', '100127.648000', '100127.650000', '100127.653000', '100127.656000', '100127.658000', '100147.548000', '100147.551000', '100147.553000', '100147.556000', '100147.559000', '100147.561000', '100147.564000', '100147.567000', '100147.569000', '100147.572000', '100147.574000', '100147.577000', '100147.580000', '100147.582000', '100147.585000', '100147.588000', '100147.590000', '100147.593000', '100147.596000', '100147.598000', '100147.601000', '100147.604000', '100147.606000', '100147.609000', '100147.612000', '100147.614000', '100147.617000', '100147.620000', '100147.622000', '100147.625000', '100147.627000', '100147.630000', '100147.633000', '100147.635000', '100147.638000', '100147.640000', '100147.643000', '100147.646000', '100147.648000', '100147.651000', '100147.654000', '100147.656000', '100147.659000', '100147.661000', '100207.548000', '100207.551000', '100207.553000', '100207.556000', '100207.558000', '100207.561000', '100207.564000', '100207.566000', '100207.569000', '100207.572000', '100207.574000', '100207.577000', '100207.579000', '100207.582000', '100207.585000', '100207.588000', '100207.590000', '100207.593000', '100207.596000', '100207.599000', '100207.601000', '100207.604000', '100207.606000', '100207.609000', '100207.612000', '100207.614000', '100207.617000', '100207.620000', '100207.622000', '100207.625000', '100207.627000', '100207.630000', '100207.633000', '100207.635000', '100207.638000', '100207.641000', '100207.643000', '100207.646000', '100207.649000', '100207.652000', '100207.655000', '100207.657000', '100207.660000', '100227.547000', '100227.550000', '100227.553000', '100227.556000', '100227.558000', '100227.561000', '100227.564000', '100227.566000', '100227.569000', '100227.572000', '100227.574000', '100227.577000', '100227.580000', '100227.582000', '100227.585000', '100227.588000', '100227.590000', '100227.593000', '100227.596000', '100227.598000', '100227.601000', '100227.603000', '100227.606000', '100227.609000', '100227.611000', '100227.614000', '100227.617000', '100227.619000', '100227.623000', '100227.626000', '100227.628000', '100227.631000', '100227.634000', '100227.636000', '100227.639000', '100227.641000', '100227.644000', '100227.647000', '100227.649000', '100227.652000', '100227.654000', '100227.657000', '100227.660000', '100227.662000', '100247.548000', '100247.551000', '100247.553000', '100247.556000', '100247.559000', '100247.561000', '100247.564000', '100247.566000', '100247.569000', '100247.572000', '100247.574000', '100247.577000', '100247.580000', '100247.582000', '100247.585000', '100247.587000', '100247.590000', '100247.593000', '100247.596000', '100247.598000', '100247.601000', '100247.604000', '100247.606000', '100247.609000', '100247.611000', '100247.614000', '100247.617000', '100247.620000', '100247.622000', '100247.625000', '100247.628000', '100247.632000', '100247.634000', '100247.637000', '100247.640000', '100247.642000', '100247.645000', '100247.647000', '100247.650000', '100247.653000', '100247.655000', '100247.658000', '100247.660000', '100307.547000', '100307.551000', '100307.554000', '100307.557000', '100307.559000', '100307.562000', '100307.565000', '100307.567000', '100307.570000', '100307.572000', '100307.575000', '100307.578000', '100307.580000', '100307.583000', '100307.585000', '100307.588000', '100307.591000', '100307.593000', '100307.596000', '100307.599000', '100307.601000', '100307.604000', '100307.607000', '100307.609000', '100307.612000', '100307.614000', '100307.617000', '100307.620000', '100307.622000', '100307.625000', '100307.627000', '100307.630000', '100307.654000', '100307.657000', '100307.659000', '100307.662000', '100307.665000', '100307.667000', '100307.670000', '100307.672000', '100307.675000', '100307.678000', '100307.680000', '100307.683000', '100314.755000', '100314.758000', '100314.761000', '100314.764000', '100314.767000', '100314.769000', '100314.772000', '100314.775000', '100314.778000', '100314.781000', '100314.784000', '100314.787000', '100314.789000', '100314.792000', '100314.795000', '100314.797000'], 'InstanceCreationTime': ['095307.601000', '095307.604000', '095307.607000', '095307.609000', '095307.612000', '095307.615000', '095307.618000', '095307.621000', '095307.623000', '095307.626000', '095307.628000', '095307.631000', '095307.633000', '095307.636000', '095307.639000', '095307.641000', '095307.644000', '095307.646000', '095307.649000', '095307.652000', '095307.654000', '095307.657000', '095307.659000', '095307.662000', '095307.665000', '095307.667000', '095307.670000', '095307.681000', '095307.684000', '095307.687000', '095307.689000', '095307.692000', '095307.694000', '095307.697000', '095307.700000', '095307.702000', '095307.705000', '095307.707000', '095307.710000', '095307.712000', '095307.715000', '095307.726000', '095307.729000', '095307.732000', '095307.734000', '095307.737000', '095307.739000', '095307.742000', '095307.744000', '095307.747000', '095307.750000', '095307.752000', '095307.755000', '095307.757000', '095307.760000', '095327.547000', '095327.550000', '095327.553000', '095327.555000', '095327.558000', '095327.561000', '095327.563000', '095327.566000', '095327.569000', '095327.571000', '095327.574000', '095327.576000', '095327.579000', '095327.589000', '095327.592000', '095327.594000', '095327.597000', '095327.599000', '095327.602000', '095327.604000', '095327.607000', '095327.610000', '095327.612000', '095327.615000', '095327.618000', '095327.620000', '095327.623000', '095327.625000', '095327.628000', '095327.630000', '095327.633000', '095327.635000', '095327.638000', '095327.641000', '095327.643000', '095327.646000', '095327.648000', '095327.651000', '095327.654000', '095327.656000', '095327.659000', '095327.661000', '095327.664000', '095327.667000', '095347.547000', '095347.550000', '095347.553000', '095347.556000', '095347.558000', '095347.561000', '095347.563000', '095347.566000', '095347.569000', '095347.572000', '095347.590000', '095347.593000', '095347.595000', '095347.598000', '095347.601000', '095347.603000', '095347.606000', '095347.608000', '095347.611000', '095347.613000', '095347.616000', '095347.619000', '095347.621000', '095347.624000', '095347.627000', '095347.629000', '095347.632000', '095347.634000', '095347.637000', '095347.640000', '095347.642000', '095347.645000', '095347.647000', '095347.650000', '095347.652000', '095347.655000', '095347.658000', '095347.660000', '095347.663000', '095347.665000', '095347.668000', '095347.671000', '095347.673000', '095407.548000', '095407.550000', '095407.553000', '095407.559000', '095407.561000', '095407.564000', '095407.566000', '095407.569000', '095407.572000', '095407.574000', '095407.577000', '095407.580000', '095407.582000', '095407.585000', '095407.587000', '095407.590000', '095407.593000', '095407.595000', '095407.598000', '095407.601000', '095407.603000', '095407.606000', '095407.608000', '095407.611000', '095407.613000', '095407.616000', '095407.618000', '095407.621000', '095407.624000', '095407.626000', '095407.629000', '095407.632000', '095407.634000', '095407.637000', '095407.639000', '095407.642000', '095407.645000', '095407.647000', '095407.650000', '095407.652000', '095407.655000', '095407.658000', '095407.660000', '095407.663000', '095427.546000', '095427.549000', '095427.552000', '095427.563000', '095427.566000', '095427.569000', '095427.571000', '095427.574000', '095427.576000', '095427.579000', '095427.582000', '095427.584000', '095427.587000', '095427.590000', '095427.592000', '095427.595000', '095427.597000', '095427.600000', '095427.603000', '095427.605000', '095427.608000', '095427.611000', '095427.613000', '095427.616000', '095427.618000', '095427.621000', '095427.624000', '095427.627000', '095427.629000', '095427.632000', '095427.635000', '095427.638000', '095427.641000', '095427.643000', '095427.646000', '095427.648000', '095427.651000', '095427.654000', '095427.657000', '095427.660000', '095427.663000', '095427.665000', '095427.668000', '095447.547000', '095447.550000', '095447.553000', '095447.555000', '095447.558000', '095447.561000', '095447.564000', '095447.566000', '095447.569000', '095447.572000', '095447.574000', '095447.577000', '095447.580000', '095447.582000', '095447.585000', '095447.588000', '095447.590000', '095447.593000', '095447.595000', '095447.598000', '095447.601000', '095447.603000', '095447.606000', '095447.609000', '095447.611000', '095447.628000', '095447.634000', '095447.637000', '095447.640000', '095447.642000', '095447.645000', '095447.648000', '095447.650000', '095447.653000', '095447.656000', '095447.658000', '095447.661000', '095447.663000', '095447.666000', '095447.669000', '095447.671000', '095447.674000', '095447.677000', '095447.679000', '095507.548000', '095507.550000', '095507.553000', '095507.556000', '095507.558000', '095507.561000', '095507.564000', '095507.566000', '095507.569000', '095507.572000', '095507.574000', '095507.577000', '095507.580000', '095507.582000', '095507.585000', '095507.587000', '095507.590000', '095507.593000', '095507.595000', '095507.598000', '095507.601000', '095507.603000', '095507.606000', '095507.608000', '095507.611000', '095507.614000', '095507.616000', '095507.619000', '095507.622000', '095507.624000', '095507.627000', '095507.629000', '095507.632000', '095507.635000', '095507.637000', '095507.640000', '095507.643000', '095507.645000', '095507.648000', '095507.651000', '095507.654000', '095507.656000', '095507.659000', '095527.547000', '095527.551000', '095527.554000', '095527.556000', '095527.559000', '095527.562000', '095527.564000', '095527.567000', '095527.569000', '095527.572000', '095527.575000', '095527.577000', '095527.580000', '095527.582000', '095527.585000', '095527.588000', '095527.590000', '095527.593000', '095527.596000', '095527.598000', '095527.601000', '095527.603000', '095527.606000', '095527.609000', '095527.611000', '095527.623000', '095527.625000', '095527.628000', '095527.630000', '095527.633000', '095527.636000', '095527.638000', '095527.641000', '095527.644000', '095527.646000', '095527.649000', '095527.651000', '095527.654000', '095527.657000', '095527.659000', '095527.662000', '095527.677000', '095527.679000', '095527.682000', '095547.548000', '095547.550000', '095547.553000', '095547.556000', '095547.558000', '095547.561000', '095547.564000', '095547.566000', '095547.569000', '095547.571000', '095547.574000', '095547.577000', '095547.579000', '095547.582000', '095547.584000', '095547.587000', '095547.590000', '095547.592000', '095547.595000', '095547.597000', '095547.600000', '095547.603000', '095547.605000', '095547.608000', '095547.610000', '095547.613000', '095547.616000', '095547.618000', '095547.621000', '095547.623000', '095547.626000', '095547.629000', '095547.631000', '095547.634000', '095547.636000', '095547.639000', '095547.642000', '095547.644000', '095547.648000', '095547.651000', '095547.653000', '095547.656000', '095547.665000', '095607.548000', '095607.550000', '095607.556000', '095607.559000', '095607.561000', '095607.564000', '095607.567000', '095607.569000', '095607.572000', '095607.575000', '095607.577000', '095607.580000', '095607.582000', '095607.585000', '095607.588000', '095607.590000', '095607.593000', '095607.596000', '095607.598000', '095607.601000', '095607.603000', '095607.606000', '095607.609000', '095607.611000', '095607.614000', '095607.617000', '095607.619000', '095607.622000', '095607.624000', '095607.627000', '095607.630000', '095607.632000', '095607.635000', '095607.637000', '095607.640000', '095607.642000', '095607.645000', '095607.648000', '095607.650000', '095607.653000', '095607.655000', '095607.658000', '095607.660000', '095607.664000', '095627.547000', '095627.550000', '095627.553000', '095627.556000', '095627.558000', '095627.561000', '095627.564000', '095627.566000', '095627.569000', '095627.572000', '095627.574000', '095627.577000', '095627.579000', '095627.582000', '095627.585000', '095627.587000', '095627.590000', '095627.593000', '095627.595000', '095627.598000', '095627.612000', '095627.615000', '095627.618000', '095627.620000', '095627.623000', '095627.625000', '095627.628000', '095627.631000', '095627.633000', '095627.636000', '095627.638000', '095627.641000', '095627.644000', '095627.646000', '095627.649000', '095627.652000', '095627.654000', '095627.657000', '095627.659000', '095627.662000', '095627.665000', '095627.667000', '095627.670000', '095647.547000', '095647.550000', '095647.552000', '095647.555000', '095647.558000', '095647.560000', '095647.563000', '095647.566000', '095647.568000', '095647.571000', '095647.573000', '095647.576000', '095647.578000', '095647.581000', '095647.583000', '095647.586000', '095647.589000', '095647.591000', '095647.594000', '095647.596000', '095647.599000', '095647.602000', '095647.604000', '095647.607000', '095647.610000', '095647.612000', '095647.615000', '095647.617000', '095647.620000', '095647.622000', '095647.625000', '095647.628000', '095647.630000', '095647.633000', '095647.636000', '095647.638000', '095647.641000', '095647.643000', '095647.646000', '095647.649000', '095647.651000', '095647.654000', '095647.657000', '095647.659000', '095707.548000', '095707.551000', '095707.553000', '095707.556000', '095707.558000', '095707.562000', '095707.564000', '095707.567000', '095707.569000', '095707.572000', '095707.575000', '095707.577000', '095707.580000', '095707.583000', '095707.585000', '095707.588000', '095707.590000', '095707.593000', '095707.596000', '095707.598000', '095707.601000', '095707.604000', '095707.606000', '095707.609000', '095707.611000', '095707.614000', '095707.617000', '095707.619000', '095707.622000', '095707.625000', '095707.627000', '095707.630000', '095707.632000', '095707.635000', '095707.638000', '095707.640000', '095707.643000', '095707.646000', '095707.648000', '095707.651000', '095707.654000', '095707.656000', '095707.659000', '095727.547000', '095727.550000', '095727.553000', '095727.556000', '095727.558000', '095727.561000', '095727.564000', '095727.566000', '095727.569000', '095727.571000', '095727.574000', '095727.577000', '095727.579000', '095727.582000', '095727.585000', '095727.587000', '095727.590000', '095727.592000', '095727.595000', '095727.598000', '095727.601000', '095727.603000', '095727.606000', '095727.609000', '095727.611000', '095727.614000', '095727.616000', '095727.619000', '095727.622000', '095727.624000', '095727.627000', '095727.629000', '095727.632000', '095727.635000', '095727.637000', '095727.640000', '095727.643000', '095727.645000', '095727.648000', '095727.651000', '095727.653000', '095727.656000', '095727.658000', '095727.661000', '095747.548000', '095747.550000', '095747.553000', '095747.556000', '095747.559000', '095747.561000', '095747.564000', '095747.566000', '095747.569000', '095747.572000', '095747.574000', '095747.577000', '095747.579000', '095747.582000', '095747.585000', '095747.587000', '095747.590000', '095747.593000', '095747.595000', '095747.598000', '095747.600000', '095747.603000', '095747.605000', '095747.608000', '095747.611000', '095747.613000', '095747.616000', '095747.618000', '095747.621000', '095747.624000', '095747.626000', '095747.651000', '095747.654000', '095747.656000', '095747.659000', '095747.661000', '095747.664000', '095747.667000', '095747.669000', '095747.672000', '095747.675000', '095747.677000', '095747.680000', '095807.548000', '095807.550000', '095807.553000', '095807.556000', '095807.558000', '095807.561000', '095807.563000', '095807.566000', '095807.568000', '095807.571000', '095807.574000', '095807.576000', '095807.579000', '095807.581000', '095807.584000', '095807.587000', '095807.590000', '095807.592000', '095807.595000', '095807.598000', '095807.600000', '095807.603000', '095807.605000', '095807.608000', '095807.611000', '095807.614000', '095807.616000', '095807.619000', '095807.621000', '095807.624000', '095807.627000', '095807.629000', '095807.632000', '095807.635000', '095807.637000', '095807.640000', '095807.642000', '095807.645000', '095807.648000', '095807.650000', '095807.653000', '095807.655000', '095807.658000', '095827.547000', '095827.550000', '095827.553000', '095827.555000', '095827.558000', '095827.561000', '095827.563000', '095827.566000', '095827.569000', '095827.571000', '095827.574000', '095827.576000', '095827.579000', '095827.582000', '095827.584000', '095827.587000', '095827.590000', '095827.592000', '095827.595000', '095827.597000', '095827.600000', '095827.603000', '095827.605000', '095827.608000', '095827.611000', '095827.619000', '095827.622000', '095827.624000', '095827.627000', '095827.630000', '095827.632000', '095827.635000', '095827.638000', '095827.641000', '095827.643000', '095827.646000', '095827.649000', '095827.651000', '095827.654000', '095827.656000', '095827.659000', '095827.662000', '095827.664000', '095827.667000', '095847.547000', '095847.550000', '095847.553000', '095847.555000', '095847.558000', '095847.561000', '095847.564000', '095847.566000', '095847.569000', '095847.571000', '095847.574000', '095847.576000', '095847.579000', '095847.582000', '095847.584000', '095847.587000', '095847.590000', '095847.592000', '095847.595000', '095847.597000', '095847.600000', '095847.603000', '095847.605000', '095847.608000', '095847.611000', '095847.613000', '095847.616000', '095847.619000', '095847.621000', '095847.624000', '095847.627000', '095847.629000', '095847.632000', '095847.635000', '095847.637000', '095847.640000', '095847.642000', '095847.645000', '095847.648000', '095847.650000', '095847.653000', '095847.656000', '095847.658000', '095847.661000', '095907.547000', '095907.549000', '095907.552000', '095907.555000', '095907.557000', '095907.560000', '095907.563000', '095907.565000', '095907.568000', '095907.570000', '095907.573000', '095907.575000', '095907.578000', '095907.581000', '095907.583000', '095907.586000', '095907.589000', '095907.591000', '095907.594000', '095907.596000', '095907.599000', '095907.602000', '095907.604000', '095907.607000', '095907.609000', '095907.612000', '095907.615000', '095907.617000', '095907.620000', '095907.622000', '095907.625000', '095907.628000', '095907.630000', '095907.633000', '095907.636000', '095907.638000', '095907.641000', '095907.643000', '095907.646000', '095907.649000', '095907.651000', '095907.654000', '095907.657000', '095927.547000', '095927.550000', '095927.553000', '095927.556000', '095927.558000', '095927.561000', '095927.563000', '095927.566000', '095927.569000', '095927.571000', '095927.574000', '095927.577000', '095927.580000', '095927.582000', '095927.585000', '095927.588000', '095927.590000', '095927.593000', '095927.595000', '095927.598000', '095927.601000', '095927.603000', '095927.606000', '095927.608000', '095927.611000', '095927.614000', '095927.616000', '095927.619000', '095927.621000', '095927.624000', '095927.627000', '095927.630000', '095927.632000', '095927.635000', '095927.637000', '095927.640000', '095927.642000', '095927.645000', '095927.648000', '095927.650000', '095927.653000', '095927.655000', '095927.658000', '095927.661000', '095947.548000', '095947.550000', '095947.553000', '095947.556000', '095947.558000', '095947.561000', '095947.564000', '095947.566000', '095947.569000', '095947.572000', '095947.575000', '095947.577000', '095947.580000', '095947.583000', '095947.585000', '095947.588000', '095947.591000', '095947.593000', '095947.596000', '095947.599000', '095947.601000', '095947.604000', '095947.607000', '095947.609000', '095947.612000', '095947.614000', '095947.617000', '095947.620000', '095947.622000', '095947.625000', '095947.628000', '095947.630000', '095947.633000', '095947.635000', '095947.638000', '095947.641000', '095947.643000', '095947.646000', '095947.649000', '095947.651000', '095947.654000', '095947.657000', '095947.659000', '100007.548000', '100007.550000', '100007.553000', '100007.556000', '100007.559000', '100007.561000', '100007.564000', '100007.567000', '100007.569000', '100007.572000', '100007.575000', '100007.577000', '100007.580000', '100007.582000', '100007.589000', '100007.592000', '100007.594000', '100007.597000', '100007.600000', '100007.602000', '100007.605000', '100007.608000', '100007.610000', '100007.613000', '100007.615000', '100007.618000', '100007.621000', '100007.623000', '100007.626000', '100007.629000', '100007.631000', '100007.634000', '100007.636000', '100007.639000', '100007.642000', '100007.644000', '100007.647000', '100007.650000', '100007.652000', '100007.655000', '100007.657000', '100007.660000', '100007.663000', '100027.547000', '100027.550000', '100027.553000', '100027.556000', '100027.558000', '100027.561000', '100027.564000', '100027.566000', '100027.569000', '100027.571000', '100027.574000', '100027.577000', '100027.579000', '100027.582000', '100027.584000', '100027.587000', '100027.590000', '100027.592000', '100027.595000', '100027.598000', '100027.600000', '100027.603000', '100027.606000', '100027.608000', '100027.611000', '100027.614000', '100027.616000', '100027.619000', '100027.621000', '100027.624000', '100027.627000', '100027.629000', '100027.632000', '100027.635000', '100027.637000', '100027.640000', '100027.642000', '100027.645000', '100027.648000', '100027.657000', '100027.659000', '100027.662000', '100027.665000', '100027.667000', '100047.547000', '100047.550000', '100047.553000', '100047.556000', '100047.559000', '100047.561000', '100047.564000', '100047.567000', '100047.569000', '100047.572000', '100047.575000', '100047.577000', '100047.580000', '100047.582000', '100047.585000', '100047.588000', '100047.590000', '100047.593000', '100047.596000', '100047.598000', '100047.601000', '100047.604000', '100047.606000', '100047.609000', '100047.612000', '100047.615000', '100047.617000', '100047.620000', '100047.622000', '100047.625000', '100047.628000', '100047.630000', '100047.633000', '100047.636000', '100047.638000', '100047.641000', '100047.644000', '100047.646000', '100047.649000', '100047.651000', '100047.654000', '100047.657000', '100047.659000', '100107.548000', '100107.550000', '100107.553000', '100107.556000', '100107.558000', '100107.561000', '100107.563000', '100107.566000', '100107.569000', '100107.571000', '100107.574000', '100107.577000', '100107.579000', '100107.582000', '100107.585000', '100107.587000', '100107.590000', '100107.593000', '100107.595000', '100107.598000', '100107.601000', '100107.603000', '100107.606000', '100107.608000', '100107.611000', '100107.614000', '100107.616000', '100107.619000', '100107.622000', '100107.624000', '100107.627000', '100107.629000', '100107.632000', '100107.635000', '100107.637000', '100107.640000', '100107.642000', '100107.645000', '100107.648000', '100107.650000', '100107.653000', '100107.656000', '100107.658000', '100107.661000', '100127.547000', '100127.549000', '100127.552000', '100127.555000', '100127.557000', '100127.560000', '100127.563000', '100127.565000', '100127.568000', '100127.570000', '100127.573000', '100127.576000', '100127.579000', '100127.581000', '100127.584000', '100127.587000', '100127.590000', '100127.592000', '100127.595000', '100127.597000', '100127.600000', '100127.603000', '100127.605000', '100127.608000', '100127.611000', '100127.613000', '100127.616000', '100127.619000', '100127.621000', '100127.624000', '100127.626000', '100127.629000', '100127.632000', '100127.634000', '100127.637000', '100127.639000', '100127.642000', '100127.645000', '100127.648000', '100127.650000', '100127.653000', '100127.656000', '100127.658000', '100147.548000', '100147.551000', '100147.553000', '100147.556000', '100147.559000', '100147.561000', '100147.564000', '100147.567000', '100147.569000', '100147.572000', '100147.574000', '100147.577000', '100147.580000', '100147.582000', '100147.585000', '100147.588000', '100147.590000', '100147.593000', '100147.596000', '100147.598000', '100147.601000', '100147.604000', '100147.606000', '100147.609000', '100147.612000', '100147.614000', '100147.617000', '100147.620000', '100147.622000', '100147.625000', '100147.627000', '100147.630000', '100147.633000', '100147.635000', '100147.638000', '100147.640000', '100147.643000', '100147.646000', '100147.648000', '100147.651000', '100147.654000', '100147.656000', '100147.659000', '100147.661000', '100207.548000', '100207.551000', '100207.553000', '100207.556000', '100207.558000', '100207.561000', '100207.564000', '100207.566000', '100207.569000', '100207.572000', '100207.574000', '100207.577000', '100207.579000', '100207.582000', '100207.585000', '100207.588000', '100207.590000', '100207.593000', '100207.596000', '100207.599000', '100207.601000', '100207.604000', '100207.606000', '100207.609000', '100207.612000', '100207.614000', '100207.617000', '100207.620000', '100207.622000', '100207.625000', '100207.627000', '100207.630000', '100207.633000', '100207.635000', '100207.638000', '100207.641000', '100207.643000', '100207.646000', '100207.649000', '100207.652000', '100207.655000', '100207.657000', '100207.660000', '100227.547000', '100227.550000', '100227.553000', '100227.556000', '100227.558000', '100227.561000', '100227.564000', '100227.566000', '100227.569000', '100227.572000', '100227.574000', '100227.577000', '100227.580000', '100227.582000', '100227.585000', '100227.588000', '100227.590000', '100227.593000', '100227.596000', '100227.598000', '100227.601000', '100227.603000', '100227.606000', '100227.609000', '100227.611000', '100227.614000', '100227.617000', '100227.619000', '100227.623000', '100227.626000', '100227.628000', '100227.631000', '100227.634000', '100227.636000', '100227.639000', '100227.641000', '100227.644000', '100227.647000', '100227.649000', '100227.652000', '100227.654000', '100227.657000', '100227.660000', '100227.662000', '100247.548000', '100247.551000', '100247.553000', '100247.556000', '100247.559000', '100247.561000', '100247.564000', '100247.566000', '100247.569000', '100247.572000', '100247.574000', '100247.577000', '100247.580000', '100247.582000', '100247.585000', '100247.587000', '100247.590000', '100247.593000', '100247.596000', '100247.598000', '100247.601000', '100247.604000', '100247.606000', '100247.609000', '100247.611000', '100247.614000', '100247.617000', '100247.620000', '100247.622000', '100247.625000', '100247.628000', '100247.632000', '100247.634000', '100247.637000', '100247.640000', '100247.642000', '100247.645000', '100247.647000', '100247.650000', '100247.653000', '100247.655000', '100247.658000', '100247.660000', '100307.547000', '100307.551000', '100307.554000', '100307.557000', '100307.559000', '100307.562000', '100307.565000', '100307.567000', '100307.570000', '100307.572000', '100307.575000', '100307.578000', '100307.580000', '100307.583000', '100307.585000', '100307.588000', '100307.591000', '100307.593000', '100307.596000', '100307.599000', '100307.601000', '100307.604000', '100307.607000', '100307.609000', '100307.612000', '100307.614000', '100307.617000', '100307.620000', '100307.622000', '100307.625000', '100307.627000', '100307.630000', '100307.654000', '100307.657000', '100307.659000', '100307.662000', '100307.665000', '100307.667000', '100307.670000', '100307.672000', '100307.675000', '100307.678000', '100307.680000', '100307.683000', '100314.755000', '100314.758000', '100314.761000', '100314.764000', '100314.767000', '100314.769000', '100314.772000', '100314.775000', '100314.778000', '100314.781000', '100314.784000', '100314.787000', '100314.789000', '100314.792000', '100314.795000', '100314.797000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [10528, 17578, 10638, 16460, 10594, 14371, 10579, 17472, 12506, 20851, 10973, 17385, 10427, 15613, 10251, 16613, 9556, 16322, 10023, 11604, 10133, 10545, 19991, 10847, 16638, 9930, 13361, 10000, 13420, 10310, 14190, 9813, 13980, 10257, 11396, 13427, 10058, 19393, 10725, 11772, 10046, 14423, 10061, 18028, 10695, 18221, 11655, 18114, 10036, 16467, 10525, 16868, 11717, 18749, 10143, 12932, 9678, 10406, 23241, 11082, 18964, 14495, 16822, 10142, 13545, 10003, 11658, 9409, 11113, 9883, 10648, 9856, 10103, 14390, 10832, 20469, 13269, 18631, 10905, 11570, 18711, 9916, 18195, 12207, 14424, 10069, 12647, 10308, 12778, 14747, 10143, 21770, 10288, 16427, 10468, 13877, 11119, 10104, 15456, 10136, 16077, 10085, 12543, 10301, 11450, 10014, 14416, 10081, 13483, 9897, 14282, 10703, 16381, 11925, 18096, 10342, 14723, 13555, 12946, 22393, 17579, 19768, 13098, 12153, 11430, 20685, 10441, 19666, 11644, 16858, 10609, 16073, 10138, 15689, 10269, 19073, 10076, 12366, 12544, 10243, 20007, 9994, 15052, 11418, 12351, 10156, 11328, 9732, 11341, 9841, 13532, 9689, 11661, 10041, 10887, 19864, 11538, 22359, 16942, 21539, 10614, 18282, 12200, 18135, 13846, 20338, 10536, 12710, 9790, 10755, 9697, 10684, 9409, 14060, 9178, 11753, 9793, 12310, 10823, 11189, 23276, 17338, 21462, 14135, 17930, 10215, 14534, 12536, 10520, 22252, 11466, 19199, 10114, 12923, 9638, 10808, 10438, 9513, 12657, 9730, 12890, 9892, 13634, 9757, 12766, 9730, 15243, 9772, 12698, 9837, 10606, 20310, 11065, 22761, 13611, 19104, 10373, 19345, 11608, 18656, 15118, 19309, 10916, 15243, 9572, 12505, 9263, 15735, 9594, 13374, 10244, 12411, 9572, 12520, 10050, 16873, 9886, 15908, 9787, 18740, 13808, 21231, 12670, 17667, 9524, 12642, 9902, 15246, 9879, 14501, 9757, 11505, 9792, 12269, 10786, 12028, 9798, 11123, 9615, 10331, 15769, 11604, 17322, 11807, 9622, 9809, 9781, 9794, 9655, 13835, 9932, 13098, 9636, 13838, 10012, 18824, 9663, 17279, 10834, 14291, 18342, 15178, 10503, 10810, 14306, 10581, 23119, 11455, 21448, 11704, 16979, 10712, 18994, 11538, 19677, 11792, 10773, 10863, 11383, 11041, 14077, 11950, 9755, 10292, 9498, 11758, 11098, 12305, 10475, 13440, 9962, 11564, 16966, 11977, 17965, 14178, 9855, 11458, 9748, 12968, 13177, 18932, 9746, 15486, 9716, 12725, 10172, 15246, 10086, 17028, 9773, 12764, 9615, 11826, 14056, 11274, 19759, 13130, 13670, 10526, 21536, 10864, 19998, 13895, 18670, 11707, 15168, 9965, 10802, 9392, 10803, 9976, 10968, 10417, 13816, 10254, 15833, 11607, 13190, 10727, 9349, 13046, 10638, 12533, 10778, 19929, 10231, 19263, 11410, 20696, 17113, 19315, 13534, 10618, 14749, 10695, 14765, 15275, 18539, 22220, 15354, 22404, 11340, 20476, 15762, 20176, 20446, 19293, 10276, 12059, 10359, 12531, 12747, 11204, 10624, 11097, 10607, 10410, 9794, 12062, 13912, 12963, 10147, 11476, 10521, 11965, 10588, 13049, 17269, 19000, 10579, 13818, 9990, 13155, 10238, 16675, 10876, 19500, 10402, 15308, 10861, 18507, 11899, 20568, 15566, 20706, 10738, 16994, 10366, 16473, 10406, 14748, 10006, 12435, 10003, 11365, 9955, 10671, 9951, 10128, 10640, 10007, 10795, 10391, 15063, 11803, 17844, 13827, 10141, 10944, 10681, 10813, 18112, 11675, 21828, 14273, 17371, 10672, 15292, 10131, 14317, 9643, 10422, 9373, 11176, 9579, 9678, 9493, 10816, 11812, 10437, 11191, 10014, 9696, 11469, 10862, 11900, 23069, 15367, 21449, 16715, 18973, 11463, 17316, 11115, 17871, 14004, 17174, 9960, 11014, 23865, 10170, 17325, 12108, 14399, 10100, 11445, 10193, 10376, 19312, 9962, 17865, 10550, 16101, 10435, 14641, 10292, 15239, 10376, 16295, 10324, 12722, 10386, 10683, 22126, 11704, 19346, 14877, 21338, 10819, 17575, 10436, 15575, 9812, 14889, 9655, 18836, 10125, 14542, 9985, 13089, 10951, 12320, 23901, 19934, 19622, 10180, 14362, 10403, 12575, 13861, 10591, 17756, 10206, 13273, 10413, 13733, 10756, 11650, 9637, 10646, 10009, 11790, 10993, 12085, 11001, 14754, 10124, 18498, 13465, 19948, 10786, 15883, 10277, 18577, 19113, 23241, 15016, 18968, 10656, 13936, 10452, 15003, 10571, 21409, 11082, 17280, 10779, 13334, 11661, 18771, 13834, 14572, 13630, 10539, 11609, 10427, 14237, 11580, 22693, 15320, 18995, 10946, 15251, 11503, 13204, 17238, 9804, 15411, 10805, 14207, 10657, 20586, 15520, 23050, 11666, 17788, 11228, 16837, 12472, 14016, 15952, 10021, 12669, 10718, 13236, 11576, 11082, 10917, 10997, 11483, 11131, 10645, 19101, 14163, 15559, 19861, 17514, 23957, 21288, 12777, 14360, 11525, 14091, 9743, 19668, 14210, 21623, 11783, 11029, 11829, 18119, 11719, 20495, 12421, 19172, 11014, 10563, 10754, 13407, 10570, 14894, 10199, 14587, 10379, 12456, 10323, 13908, 10006, 12931, 19062, 12387, 17165, 10673, 18199, 10558, 15251, 10081, 13004, 9985, 10735, 10448, 10435, 20097, 10830, 15943, 10425, 12559, 10837, 10344, 13047, 10471, 17279, 10726, 15813, 9451, 10612, 9944, 10420, 13497, 10207, 14756, 10699, 12316, 10394, 15798, 10567, 16918, 10768, 19203, 10001, 15878, 10011, 11717, 17125, 11390, 18486, 11352, 10130, 10525, 15225, 11128, 18025, 11808, 20509, 11566, 13753, 10777, 13016, 11157, 19699, 12113, 15359, 11141, 12918, 10900, 19928, 11189, 19497, 14450, 21673, 11170, 18091, 11027, 17428, 12423, 20663, 14853, 19584, 10365, 13826, 10174, 14142, 10010, 16787, 10693, 17425, 10290, 14918, 9985, 15121, 10187, 19011, 10050, 16196, 9594, 11595, 9288, 11862, 9156, 12413, 9466, 10193, 9662, 10496, 20283, 11405, 17646, 11389, 16122, 10158, 12619, 9265, 10924, 9721, 11315, 9149, 9825, 9005, 10834, 9155, 11552, 9520, 10857, 9214, 10948, 10109, 13278, 14232, 14580, 21712, 17008, 16539, 11526, 23563, 11568, 19987, 17343, 18728, 10433, 13317, 9352, 12339, 9488, 13633, 9163, 11129, 9190, 10212, 9155, 11997, 8872, 13239, 9486, 10568, 9285, 13282, 9458, 12616, 10067, 13651, 9548, 11537, 9419, 14144, 11244, 17836, 9814, 12785, 9588, 12519, 14974, 11994, 19405, 11857, 9482, 10650, 9313, 11464, 14047, 12250, 15811, 11485, 9406, 11056, 10192, 11983, 20839, 12719, 14087, 11203, 9282, 11106, 14740, 11668, 14325, 11616, 9275, 11186, 12554, 11578, 21489, 16207, 16963, 11292, 9611, 11689, 15842, 12821, 13041, 13913, 9271, 11057, 9393, 11701, 9834, 14669, 10059, 15174, 9894, 12641, 9194, 13146, 9657, 17460, 10245, 14421, 9972, 13542, 9536, 15053, 10071, 15771, 9637, 13623, 9102, 13894, 9702, 17982, 9422, 13675, 8640, 10536, 8379, 9434, 8922, 10221, 9232, 10028, 9278, 12177, 9112, 16396, 9062, 15653, 9254, 14643, 9223, 18072, 13627, 21993, 10512, 19299, 10656, 17921, 10841, 20945, 14782, 9478, 9712, 8966, 10461, 8905, 15101, 15915, 21400, 12886, 15883, 11085, 12686, 9789, 14571, 15198, 20628, 9489, 11198, 9508, 12791, 8894, 12355, 9498, 11037, 8587, 9650, 9215, 9046, 8743, 11596, 9503, 16412, 10317, 15481, 10979, 18487, 11666, 20876, 17621, 22351, 10786, 18865, 10282, 15835, 9836, 15715, 9999, 20017, 9802, 12570, 9510, 13161, 9873, 15613, 10687, 18202, 10024, 14348, 9779, 13351, 9558, 15830, 10291, 19174, 9665, 12594, 9380, 13024, 9738, 12112, 11154, 10747, 8917, 9510, 8672, 8781, 8633, 12882, 10160, 19301, 10707, 15512, 10898, 19964, 11582, 21359, 16812, 22525, 11686, 19203, 10981, 17327, 11001, 19254, 14057, 21729, 16528, 17578, 10172, 11175, 9678, 12246, 9960, 14528, 10677, 10541, 10365, 9048, 11554, 14361, 13199, 14173, 18362, 8943, 13336, 10325, 15016, 8873, 9063, 14963, 9821, 22862, 17839, 10796, 11651, 9530, 15210, 11049, 20072, 11080, 21483, 10182, 14664, 9857, 12874, 10288, 20723, 9420, 11617, 9576, 11273, 9084, 12317, 9547, 17114, 10739, 15683, 10991, 16267, 10349, 14845, 11829, 12313, 12010, 12248, 8887, 9665, 9086, 11381, 19335, 10624, 14605, 11101, 13100, 10303, 9135, 9916, 9247, 10825, 11053, 11994, 9542, 11608, 9739, 12514, 21317, 14875, 23252, 18457, 23684, 12919, 19299, 11024, 18063, 10489, 16225, 10281, 16844, 9758, 13146, 9557, 11531, 9296, 12950, 10025, 14166, 10026, 11884, 9095, 11023, 19388, 11282, 19356, 11793, 15930, 11137, 14471, 10471, 13722, 10077, 13100, 10064, 12474, 9089, 10288, 9190, 9741, 8966, 11442, 8578, 15496, 9498, 13688, 9314, 13462, 9410, 17590, 12373, 20741, 10137, 12895, 10279, 15722, 11181, 10349, 10251, 8770, 10650, 8477, 12727, 9151, 18274, 12676, 20582, 11108, 11206, 11493, 9448, 11033, 9429, 15918, 10200, 20855, 16360, 12242, 18283, 11352, 9412, 12578, 11516, 12872, 10418, 21038, 11081, 19079, 11960, 14840, 11714, 11093, 15425, 9459, 14486, 10213, 15294, 9061, 11309, 9695, 13783, 8944, 10191, 9462, 12759, 9023, 13466, 10237, 16515, 10877, 8585, 11955, 15185, 14026, 12170, 19886, 9624, 16566, 9589, 16311, 11662, 21394, 16920, 15898, 11310, 9687, 11474, 21992, 12983, 16088, 9566, 9210, 10702, 8710, 11594, 19479, 12972, 19652, 14259, 9151, 11634, 20911, 10712, 16832, 17792, 11588, 16192, 10902, 9036, 9961, 8132, 10301, 10792, 10103, 14693, 10102, 15595, 11250, 17457, 11067, 14592, 10955, 16020, 10531, 17519, 11977, 20570, 12940, 16798, 9998, 12435, 9489, 12031, 9045, 12372, 8878, 16823, 9196, 11716, 8755, 10025, 8930, 12744, 9098, 11380, 8797, 11319, 9588, 11872, 9095, 14044, 9131, 18999, 10497, 13414, 8582, 11732, 8757, 15686, 11840, 21806, 10211, 19380, 10005, 17149, 11462, 20035, 9464, 13529, 9592, 12611, 10139, 9480, 9282, 8085, 10733, 8148, 12161, 8984, 19285, 15692, 20072, 12006, 21799, 12599, 22495, 18356, 18488, 11369, 9838, 15866, 10056, 8333, 11279, 8817, 20172, 11381, 17706, 11126, 10095, 11777, 14959, 15956, 9760, 11288, 9202, 11280, 9038, 10448, 9691, 13046, 8785, 10078, 9980, 10559, 9331, 8404, 14656, 9356, 8782, 9110, 8879, 11643, 8703, 18445, 14032, 21251, 11794, 21485, 16007, 13982], 'WindowCenter': [4657.0, 4707.0, 4625.0, 4677.0, 4625.0, 4670.0, 4623.0, 4687.0, 4647.0, 4687.0, 4611.0, 4672.0, 4611.0, 4670.0, 4627.0, 4668.0, 4605.0, 4647.0, 4615.0, 4636.0, 4612.0, 4627.0, 4682.0, 4623.0, 4649.0, 4617.0, 4645.0, 4618.0, 4639.0, 4630.0, 4656.0, 4611.0, 4656.0, 4625.0, 4637.0, 4642.0, 4630.0, 4700.0, 4642.0, 4650.0, 4630.0, 4655.0, 4632.0, 4687.0, 4644.0, 4686.0, 4648.0, 4690.0, 4627.0, 4678.0, 4640.0, 4674.0, 4641.0, 4690.0, 4630.0, 4645.0, 4599.0, 4628.0, 4705.0, 4637.0, 4688.0, 4656.0, 4676.0, 4626.0, 4658.0, 4616.0, 4640.0, 4600.0, 4641.0, 4617.0, 4631.0, 4627.0, 4639.0, 4670.0, 4654.0, 4702.0, 4647.0, 4686.0, 4629.0, 4637.0, 4689.0, 4620.0, 4688.0, 4650.0, 4656.0, 4617.0, 4645.0, 4628.0, 4658.0, 4667.0, 4628.0, 4698.0, 4632.0, 4676.0, 4627.0, 4661.0, 4637.0, 4629.0, 4664.0, 4628.0, 4678.0, 4639.0, 4657.0, 4645.0, 4661.0, 4645.0, 4682.0, 4644.0, 4670.0, 4643.0, 4686.0, 4652.0, 4691.0, 4661.0, 4702.0, 4640.0, 4683.0, 4673.0, 4664.0, 4712.0, 4679.0, 4686.0, 4646.0, 4638.0, 4640.0, 4696.0, 4642.0, 4689.0, 4637.0, 4675.0, 4630.0, 4675.0, 4631.0, 4677.0, 4630.0, 4686.0, 4615.0, 4649.0, 4634.0, 4629.0, 4689.0, 4630.0, 4667.0, 4636.0, 4644.0, 4627.0, 4636.0, 4633.0, 4653.0, 4633.0, 4672.0, 4629.0, 4649.0, 4632.0, 4640.0, 4699.0, 4650.0, 4708.0, 4693.0, 4700.0, 4628.0, 4690.0, 4650.0, 4692.0, 4659.0, 4688.0, 4617.0, 4644.0, 4619.0, 4629.0, 4630.0, 4631.0, 4622.0, 4666.0, 4621.0, 4650.0, 4627.0, 4651.0, 4637.0, 4642.0, 4707.0, 4681.0, 4689.0, 4655.0, 4677.0, 4616.0, 4656.0, 4633.0, 4628.0, 4695.0, 4624.0, 4676.0, 4617.0, 4633.0, 4618.0, 4625.0, 4626.0, 4630.0, 4647.0, 4621.0, 4657.0, 4614.0, 4671.0, 4635.0, 4663.0, 4630.0, 4684.0, 4631.0, 4660.0, 4630.0, 4645.0, 4713.0, 4652.0, 4713.0, 4671.0, 4699.0, 4644.0, 4702.0, 4650.0, 4699.0, 4678.0, 4697.0, 4641.0, 4670.0, 4629.0, 4662.0, 4630.0, 4681.0, 4628.0, 4656.0, 4632.0, 4658.0, 4631.0, 4659.0, 4632.0, 4690.0, 4615.0, 4682.0, 4644.0, 4701.0, 4669.0, 4698.0, 4647.0, 4675.0, 4616.0, 4657.0, 4630.0, 4666.0, 4618.0, 4655.0, 4618.0, 4639.0, 4619.0, 4634.0, 4639.0, 4651.0, 4631.0, 4638.0, 4619.0, 4632.0, 4678.0, 4648.0, 4680.0, 4648.0, 4603.0, 4627.0, 4630.0, 4634.0, 4630.0, 4667.0, 4632.0, 4658.0, 4633.0, 4669.0, 4634.0, 4703.0, 4633.0, 4689.0, 4642.0, 4673.0, 4687.0, 4670.0, 4626.0, 4627.0, 4653.0, 4628.0, 4713.0, 4652.0, 4699.0, 4641.0, 4678.0, 4627.0, 4685.0, 4638.0, 4689.0, 4637.0, 4629.0, 4626.0, 4636.0, 4650.0, 4672.0, 4649.0, 4618.0, 4628.0, 4617.0, 4650.0, 4654.0, 4662.0, 4640.0, 4672.0, 4631.0, 4650.0, 4691.0, 4664.0, 4690.0, 4672.0, 4618.0, 4641.0, 4631.0, 4671.0, 4659.0, 4698.0, 4619.0, 4669.0, 4617.0, 4651.0, 4645.0, 4682.0, 4627.0, 4680.0, 4628.0, 4647.0, 4617.0, 4647.0, 4668.0, 4639.0, 4690.0, 4662.0, 4656.0, 4627.0, 4687.0, 4630.0, 4688.0, 4657.0, 4678.0, 4640.0, 4654.0, 4608.0, 4628.0, 4616.0, 4628.0, 4628.0, 4628.0, 4631.0, 4659.0, 4644.0, 4693.0, 4662.0, 4672.0, 4653.0, 4630.0, 4676.0, 4658.0, 4676.0, 4654.0, 4714.0, 4643.0, 4699.0, 4650.0, 4703.0, 4696.0, 4705.0, 4663.0, 4631.0, 4666.0, 4632.0, 4672.0, 4681.0, 4687.0, 4684.0, 4671.0, 4701.0, 4627.0, 4693.0, 4672.0, 4677.0, 4677.0, 4662.0, 4605.0, 4624.0, 4603.0, 4637.0, 4634.0, 4627.0, 4614.0, 4627.0, 4617.0, 4617.0, 4618.0, 4652.0, 4660.0, 4662.0, 4616.0, 4640.0, 4609.0, 4640.0, 4631.0, 4659.0, 4676.0, 4677.0, 4615.0, 4646.0, 4607.0, 4645.0, 4631.0, 4665.0, 4631.0, 4678.0, 4630.0, 4655.0, 4629.0, 4678.0, 4636.0, 4687.0, 4653.0, 4676.0, 4627.0, 4666.0, 4613.0, 4655.0, 4600.0, 4643.0, 4607.0, 4633.0, 4607.0, 4623.0, 4606.0, 4617.0, 4605.0, 4614.0, 4613.0, 4615.0, 4624.0, 4616.0, 4658.0, 4637.0, 4675.0, 4649.0, 4618.0, 4625.0, 4613.0, 4629.0, 4676.0, 4640.0, 4685.0, 4657.0, 4667.0, 4629.0, 4656.0, 4618.0, 4658.0, 4620.0, 4629.0, 4606.0, 4629.0, 4619.0, 4603.0, 4621.0, 4626.0, 4653.0, 4644.0, 4649.0, 4633.0, 4633.0, 4651.0, 4641.0, 4666.0, 4715.0, 4681.0, 4703.0, 4678.0, 4690.0, 4641.0, 4681.0, 4638.0, 4681.0, 4646.0, 4666.0, 4604.0, 4629.0, 4698.0, 4616.0, 4668.0, 4636.0, 4645.0, 4618.0, 4628.0, 4617.0, 4630.0, 4684.0, 4621.0, 4677.0, 4631.0, 4665.0, 4640.0, 4670.0, 4628.0, 4683.0, 4644.0, 4679.0, 4632.0, 4648.0, 4620.0, 4628.0, 4697.0, 4652.0, 4686.0, 4668.0, 4689.0, 4630.0, 4671.0, 4626.0, 4657.0, 4620.0, 4664.0, 4616.0, 4675.0, 4615.0, 4658.0, 4616.0, 4646.0, 4629.0, 4647.0, 4695.0, 4677.0, 4675.0, 4617.0, 4646.0, 4617.0, 4639.0, 4647.0, 4624.0, 4666.0, 4615.0, 4647.0, 4629.0, 4648.0, 4639.0, 4637.0, 4618.0, 4627.0, 4629.0, 4648.0, 4643.0, 4651.0, 4654.0, 4668.0, 4645.0, 4691.0, 4674.0, 4701.0, 4639.0, 4668.0, 4625.0, 4690.0, 4670.0, 4709.0, 4654.0, 4673.0, 4615.0, 4646.0, 4641.0, 4666.0, 4630.0, 4683.0, 4630.0, 4676.0, 4628.0, 4648.0, 4640.0, 4687.0, 4659.0, 4658.0, 4645.0, 4618.0, 4628.0, 4625.0, 4654.0, 4628.0, 4684.0, 4657.0, 4676.0, 4628.0, 4655.0, 4621.0, 4630.0, 4678.0, 4617.0, 4655.0, 4628.0, 4647.0, 4628.0, 4687.0, 4665.0, 4687.0, 4623.0, 4662.0, 4623.0, 4674.0, 4638.0, 4645.0, 4636.0, 4605.0, 4630.0, 4616.0, 4646.0, 4638.0, 4628.0, 4628.0, 4636.0, 4641.0, 4638.0, 4631.0, 4689.0, 4643.0, 4668.0, 4691.0, 4677.0, 4701.0, 4691.0, 4638.0, 4647.0, 4623.0, 4646.0, 4607.0, 4665.0, 4646.0, 4671.0, 4611.0, 4603.0, 4621.0, 4652.0, 4623.0, 4669.0, 4619.0, 4658.0, 4603.0, 4603.0, 4615.0, 4634.0, 4613.0, 4656.0, 4616.0, 4641.0, 4614.0, 4636.0, 4616.0, 4648.0, 4619.0, 4650.0, 4677.0, 4650.0, 4675.0, 4627.0, 4679.0, 4625.0, 4654.0, 4619.0, 4647.0, 4615.0, 4625.0, 4613.0, 4615.0, 4674.0, 4616.0, 4656.0, 4612.0, 4626.0, 4615.0, 4606.0, 4635.0, 4614.0, 4666.0, 4612.0, 4651.0, 4606.0, 4615.0, 4606.0, 4625.0, 4643.0, 4629.0, 4654.0, 4626.0, 4639.0, 4631.0, 4665.0, 4628.0, 4677.0, 4631.0, 4686.0, 4620.0, 4665.0, 4615.0, 4636.0, 4678.0, 4640.0, 4677.0, 4624.0, 4613.0, 4628.0, 4653.0, 4636.0, 4678.0, 4639.0, 4688.0, 4635.0, 4648.0, 4628.0, 4645.0, 4641.0, 4699.0, 4651.0, 4669.0, 4641.0, 4650.0, 4641.0, 4690.0, 4640.0, 4689.0, 4660.0, 4687.0, 4625.0, 4673.0, 4627.0, 4664.0, 4635.0, 4673.0, 4657.0, 4672.0, 4613.0, 4641.0, 4597.0, 4654.0, 4619.0, 4663.0, 4615.0, 4663.0, 4615.0, 4656.0, 4614.0, 4654.0, 4618.0, 4677.0, 4617.0, 4662.0, 4604.0, 4623.0, 4615.0, 4635.0, 4607.0, 4634.0, 4617.0, 4618.0, 4614.0, 4626.0, 4685.0, 4635.0, 4672.0, 4634.0, 4652.0, 4614.0, 4636.0, 4609.0, 4625.0, 4615.0, 4638.0, 4608.0, 4618.0, 4605.0, 4626.0, 4619.0, 4647.0, 4627.0, 4637.0, 4621.0, 4641.0, 4627.0, 4662.0, 4661.0, 4668.0, 4696.0, 4677.0, 4668.0, 4636.0, 4698.0, 4639.0, 4685.0, 4664.0, 4671.0, 4613.0, 4641.0, 4603.0, 4647.0, 4619.0, 4644.0, 4608.0, 4624.0, 4605.0, 4614.0, 4621.0, 4647.0, 4616.0, 4659.0, 4619.0, 4625.0, 4605.0, 4657.0, 4617.0, 4646.0, 4619.0, 4655.0, 4615.0, 4638.0, 4605.0, 4656.0, 4625.0, 4675.0, 4614.0, 4634.0, 4603.0, 4635.0, 4668.0, 4635.0, 4671.0, 4623.0, 4606.0, 4616.0, 4603.0, 4640.0, 4656.0, 4646.0, 4665.0, 4639.0, 4609.0, 4637.0, 4626.0, 4631.0, 4696.0, 4650.0, 4659.0, 4639.0, 4619.0, 4638.0, 4671.0, 4651.0, 4656.0, 4641.0, 4616.0, 4641.0, 4650.0, 4635.0, 4697.0, 4681.0, 4675.0, 4636.0, 4614.0, 4646.0, 4676.0, 4654.0, 4649.0, 4655.0, 4607.0, 4624.0, 4609.0, 4640.0, 4620.0, 4655.0, 4614.0, 4657.0, 4618.0, 4633.0, 4609.0, 4644.0, 4615.0, 4674.0, 4626.0, 4654.0, 4616.0, 4656.0, 4618.0, 4668.0, 4617.0, 4664.0, 4619.0, 4654.0, 4610.0, 4660.0, 4617.0, 4675.0, 4605.0, 4647.0, 4594.0, 4625.0, 4607.0, 4616.0, 4606.0, 4626.0, 4617.0, 4627.0, 4632.0, 4660.0, 4618.0, 4679.0, 4623.0, 4681.0, 4619.0, 4671.0, 4629.0, 4692.0, 4658.0, 4697.0, 4631.0, 4685.0, 4630.0, 4686.0, 4639.0, 4696.0, 4668.0, 4616.0, 4617.0, 4607.0, 4631.0, 4621.0, 4669.0, 4677.0, 4699.0, 4646.0, 4665.0, 4625.0, 4645.0, 4620.0, 4656.0, 4653.0, 4685.0, 4602.0, 4612.0, 4602.0, 4633.0, 4603.0, 4633.0, 4602.0, 4623.0, 4593.0, 4603.0, 4605.0, 4617.0, 4619.0, 4647.0, 4631.0, 4677.0, 4632.0, 4667.0, 4639.0, 4690.0, 4639.0, 4698.0, 4676.0, 4684.0, 4628.0, 4672.0, 4615.0, 4654.0, 4615.0, 4657.0, 4618.0, 4672.0, 4606.0, 4631.0, 4603.0, 4643.0, 4616.0, 4664.0, 4614.0, 4672.0, 4614.0, 4642.0, 4604.0, 4646.0, 4615.0, 4653.0, 4614.0, 4673.0, 4606.0, 4635.0, 4602.0, 4643.0, 4604.0, 4633.0, 4612.0, 4623.0, 4592.0, 4602.0, 4594.0, 4604.0, 4608.0, 4646.0, 4628.0, 4686.0, 4629.0, 4666.0, 4638.0, 4679.0, 4638.0, 4696.0, 4677.0, 4695.0, 4635.0, 4673.0, 4624.0, 4666.0, 4624.0, 4674.0, 4643.0, 4671.0, 4651.0, 4650.0, 4601.0, 4610.0, 4603.0, 4644.0, 4627.0, 4653.0, 4626.0, 4614.0, 4615.0, 4605.0, 4637.0, 4657.0, 4646.0, 4655.0, 4678.0, 4619.0, 4657.0, 4626.0, 4666.0, 4609.0, 4607.0, 4666.0, 4618.0, 4696.0, 4676.0, 4626.0, 4639.0, 4617.0, 4671.0, 4637.0, 4684.0, 4624.0, 4682.0, 4587.0, 4642.0, 4603.0, 4633.0, 4613.0, 4671.0, 4591.0, 4610.0, 4603.0, 4621.0, 4604.0, 4634.0, 4615.0, 4663.0, 4625.0, 4663.0, 4626.0, 4663.0, 4615.0, 4654.0, 4621.0, 4633.0, 4635.0, 4638.0, 4593.0, 4606.0, 4593.0, 4624.0, 4673.0, 4608.0, 4666.0, 4637.0, 4656.0, 4626.0, 4608.0, 4626.0, 4618.0, 4649.0, 4649.0, 4646.0, 4628.0, 4648.0, 4617.0, 4648.0, 4696.0, 4668.0, 4696.0, 4676.0, 4695.0, 4646.0, 4671.0, 4625.0, 4660.0, 4612.0, 4651.0, 4611.0, 4660.0, 4602.0, 4641.0, 4603.0, 4606.0, 4587.0, 4632.0, 4601.0, 4641.0, 4602.0, 4621.0, 4580.0, 4611.0, 4669.0, 4611.0, 4659.0, 4621.0, 4648.0, 4610.0, 4629.0, 4610.0, 4629.0, 4600.0, 4629.0, 4600.0, 4618.0, 4591.0, 4611.0, 4603.0, 4603.0, 4604.0, 4634.0, 4607.0, 4663.0, 4615.0, 4654.0, 4607.0, 4655.0, 4617.0, 4675.0, 4646.0, 4683.0, 4625.0, 4645.0, 4627.0, 4676.0, 4636.0, 4626.0, 4626.0, 4604.0, 4626.0, 4610.0, 4658.0, 4628.0, 4685.0, 4658.0, 4694.0, 4635.0, 4636.0, 4636.0, 4629.0, 4619.0, 4589.0, 4675.0, 4628.0, 4695.0, 4664.0, 4617.0, 4672.0, 4623.0, 4603.0, 4644.0, 4624.0, 4633.0, 4613.0, 4683.0, 4623.0, 4675.0, 4633.0, 4651.0, 4632.0, 4624.0, 4664.0, 4603.0, 4641.0, 4613.0, 4653.0, 4605.0, 4623.0, 4602.0, 4643.0, 4596.0, 4615.0, 4617.0, 4647.0, 4605.0, 4643.0, 4625.0, 4673.0, 4625.0, 4605.0, 4631.0, 4666.0, 4655.0, 4643.0, 4685.0, 4589.0, 4666.0, 4604.0, 4675.0, 4635.0, 4682.0, 4663.0, 4662.0, 4631.0, 4598.0, 4622.0, 4680.0, 4631.0, 4650.0, 4601.0, 4601.0, 4613.0, 4591.0, 4633.0, 4682.0, 4642.0, 4654.0, 4641.0, 4590.0, 4622.0, 4681.0, 4612.0, 4661.0, 4647.0, 4609.0, 4636.0, 4597.0, 4577.0, 4588.0, 4570.0, 4611.0, 4612.0, 4615.0, 4653.0, 4624.0, 4652.0, 4608.0, 4662.0, 4624.0, 4653.0, 4623.0, 4651.0, 4613.0, 4662.0, 4633.0, 4671.0, 4633.0, 4650.0, 4603.0, 4630.0, 4602.0, 4631.0, 4603.0, 4632.0, 4593.0, 4661.0, 4602.0, 4621.0, 4591.0, 4612.0, 4605.0, 4644.0, 4605.0, 4633.0, 4605.0, 4634.0, 4613.0, 4629.0, 4600.0, 4668.0, 4614.0, 4684.0, 4625.0, 4643.0, 4593.0, 4633.0, 4602.0, 4663.0, 4634.0, 4693.0, 4625.0, 4681.0, 4614.0, 4666.0, 4605.0, 4670.0, 4600.0, 4642.0, 4612.0, 4642.0, 4625.0, 4614.0, 4615.0, 4596.0, 4634.0, 4593.0, 4646.0, 4613.0, 4685.0, 4666.0, 4684.0, 4635.0, 4682.0, 4618.0, 4697.0, 4661.0, 4671.0, 4634.0, 4599.0, 4650.0, 4611.0, 4592.0, 4630.0, 4604.0, 4682.0, 4633.0, 4661.0, 4622.0, 4611.0, 4632.0, 4651.0, 4653.0, 4601.0, 4609.0, 4592.0, 4614.0, 4591.0, 4611.0, 4600.0, 4630.0, 4580.0, 4599.0, 4601.0, 4621.0, 4606.0, 4593.0, 4653.0, 4592.0, 4605.0, 4616.0, 4615.0, 4647.0, 4592.0, 4686.0, 4665.0, 4696.0, 4648.0, 4696.0, 4649.0, 4641.0], 'WindowWidth': [10212.0, 10278.0, 10148.0, 10223.0, 10145.0, 10211.0, 10142.0, 10235.0, 10180.0, 10234.0, 10120.0, 10208.0, 10121.0, 10211.0, 10151.0, 10204.0, 10117.0, 10164.0, 10133.0, 10163.0, 10120.0, 10151.0, 10222.0, 10141.0, 10167.0, 10136.0, 10171.0, 10140.0, 10156.0, 10161.0, 10190.0, 10121.0, 10189.0, 10147.0, 10166.0, 10163.0, 10159.0, 10254.0, 10176.0, 10184.0, 10158.0, 10187.0, 10165.0, 10236.0, 10184.0, 10233.0, 10182.0, 10241.0, 10155.0, 10223.0, 10173.0, 10210.0, 10172.0, 10239.0, 10156.0, 10174.0, 10101.0, 10155.0, 10264.0, 10163.0, 10233.0, 10187.0, 10214.0, 10150.0, 10193.0, 10137.0, 10170.0, 10105.0, 10173.0, 10137.0, 10161.0, 10152.0, 10171.0, 10214.0, 10198.0, 10264.0, 10180.0, 10233.0, 10154.0, 10163.0, 10236.0, 10143.0, 10234.0, 10183.0, 10187.0, 10139.0, 10174.0, 10154.0, 10196.0, 10207.0, 10156.0, 10251.0, 10162.0, 10216.0, 10153.0, 10203.0, 10164.0, 10157.0, 10199.0, 10155.0, 10223.0, 10171.0, 10195.0, 10187.0, 10205.0, 10188.0, 10233.0, 10186.0, 10218.0, 10185.0, 10245.0, 10196.0, 10248.0, 10204.0, 10263.0, 10174.0, 10236.0, 10221.0, 10212.0, 10279.0, 10227.0, 10232.0, 10176.0, 10165.0, 10170.0, 10248.0, 10177.0, 10238.0, 10166.0, 10214.0, 10159.0, 10215.0, 10162.0, 10223.0, 10158.0, 10232.0, 10133.0, 10180.0, 10154.0, 10155.0, 10238.0, 10159.0, 10203.0, 10163.0, 10171.0, 10153.0, 10164.0, 10170.0, 10194.0, 10167.0, 10219.0, 10160.0, 10186.0, 10166.0, 10176.0, 10258.0, 10190.0, 10270.0, 10247.0, 10256.0, 10154.0, 10240.0, 10186.0, 10248.0, 10196.0, 10237.0, 10136.0, 10167.0, 10141.0, 10153.0, 10159.0, 10161.0, 10153.0, 10204.0, 10146.0, 10184.0, 10154.0, 10188.0, 10165.0, 10178.0, 10267.0, 10229.0, 10238.0, 10186.0, 10216.0, 10133.0, 10188.0, 10154.0, 10151.0, 10244.0, 10141.0, 10215.0, 10134.0, 10151.0, 10135.0, 10146.0, 10150.0, 10160.0, 10179.0, 10148.0, 10194.0, 10129.0, 10216.0, 10172.0, 10208.0, 10162.0, 10236.0, 10163.0, 10202.0, 10159.0, 10185.0, 10278.0, 10192.0, 10280.0, 10218.0, 10254.0, 10181.0, 10262.0, 10190.0, 10256.0, 10224.0, 10249.0, 10173.0, 10211.0, 10158.0, 10206.0, 10161.0, 10228.0, 10156.0, 10189.0, 10165.0, 10195.0, 10165.0, 10198.0, 10166.0, 10240.0, 10133.0, 10232.0, 10184.0, 10262.0, 10213.0, 10256.0, 10177.0, 10215.0, 10135.0, 10192.0, 10161.0, 10203.0, 10140.0, 10187.0, 10139.0, 10168.0, 10141.0, 10154.0, 10172.0, 10187.0, 10159.0, 10167.0, 10142.0, 10163.0, 10222.0, 10183.0, 10225.0, 10183.0, 10111.0, 10152.0, 10161.0, 10169.0, 10161.0, 10208.0, 10165.0, 10194.0, 10169.0, 10215.0, 10168.0, 10264.0, 10166.0, 10240.0, 10178.0, 10221.0, 10233.0, 10213.0, 10146.0, 10150.0, 10182.0, 10155.0, 10282.0, 10189.0, 10253.0, 10171.0, 10220.0, 10151.0, 10231.0, 10168.0, 10235.0, 10163.0, 10153.0, 10149.0, 10164.0, 10189.0, 10217.0, 10186.0, 10141.0, 10155.0, 10139.0, 10187.0, 10198.0, 10205.0, 10176.0, 10218.0, 10159.0, 10188.0, 10247.0, 10211.0, 10241.0, 10218.0, 10139.0, 10173.0, 10162.0, 10217.0, 10199.0, 10254.0, 10141.0, 10208.0, 10138.0, 10185.0, 10188.0, 10230.0, 10152.0, 10226.0, 10153.0, 10178.0, 10138.0, 10179.0, 10209.0, 10172.0, 10241.0, 10202.0, 10187.0, 10151.0, 10234.0, 10156.0, 10237.0, 10192.0, 10219.0, 10170.0, 10179.0, 10120.0, 10149.0, 10136.0, 10150.0, 10155.0, 10152.0, 10160.0, 10197.0, 10184.0, 10251.0, 10207.0, 10221.0, 10196.0, 10161.0, 10230.0, 10210.0, 10229.0, 10200.0, 10280.0, 10180.0, 10255.0, 10189.0, 10265.0, 10256.0, 10264.0, 10204.0, 10156.0, 10202.0, 10161.0, 10215.0, 10230.0, 10233.0, 10229.0, 10214.0, 10256.0, 10150.0, 10253.0, 10216.0, 10219.0, 10212.0, 10189.0, 10108.0, 10133.0, 10105.0, 10158.0, 10151.0, 10144.0, 10124.0, 10144.0, 10130.0, 10132.0, 10134.0, 10187.0, 10194.0, 10199.0, 10131.0, 10165.0, 10112.0, 10167.0, 10155.0, 10195.0, 10214.0, 10219.0, 10128.0, 10170.0, 10119.0, 10169.0, 10157.0, 10198.0, 10156.0, 10218.0, 10152.0, 10184.0, 10153.0, 10218.0, 10161.0, 10230.0, 10176.0, 10212.0, 10145.0, 10196.0, 10124.0, 10181.0, 10097.0, 10162.0, 10117.0, 10148.0, 10117.0, 10136.0, 10115.0, 10132.0, 10113.0, 10125.0, 10123.0, 10129.0, 10139.0, 10132.0, 10190.0, 10162.0, 10211.0, 10178.0, 10132.0, 10142.0, 10123.0, 10150.0, 10214.0, 10168.0, 10228.0, 10190.0, 10200.0, 10149.0, 10184.0, 10136.0, 10190.0, 10144.0, 10152.0, 10118.0, 10153.0, 10139.0, 10110.0, 10145.0, 10146.0, 10194.0, 10182.0, 10185.0, 10166.0, 10167.0, 10190.0, 10175.0, 10214.0, 10285.0, 10230.0, 10264.0, 10222.0, 10239.0, 10173.0, 10227.0, 10165.0, 10227.0, 10172.0, 10202.0, 10112.0, 10151.0, 10250.0, 10133.0, 10203.0, 10158.0, 10167.0, 10134.0, 10147.0, 10133.0, 10156.0, 10226.0, 10143.0, 10216.0, 10157.0, 10199.0, 10171.0, 10208.0, 10155.0, 10235.0, 10181.0, 10224.0, 10159.0, 10179.0, 10141.0, 10154.0, 10251.0, 10189.0, 10231.0, 10209.0, 10235.0, 10155.0, 10203.0, 10146.0, 10190.0, 10143.0, 10197.0, 10133.0, 10213.0, 10131.0, 10189.0, 10132.0, 10173.0, 10151.0, 10176.0, 10244.0, 10216.0, 10211.0, 10133.0, 10169.0, 10133.0, 10165.0, 10175.0, 10142.0, 10197.0, 10129.0, 10172.0, 10152.0, 10176.0, 10168.0, 10165.0, 10139.0, 10151.0, 10156.0, 10179.0, 10178.0, 10187.0, 10197.0, 10206.0, 10187.0, 10247.0, 10222.0, 10260.0, 10167.0, 10207.0, 10148.0, 10245.0, 10198.0, 10272.0, 10183.0, 10208.0, 10129.0, 10169.0, 10174.0, 10204.0, 10155.0, 10225.0, 10154.0, 10214.0, 10151.0, 10177.0, 10169.0, 10230.0, 10194.0, 10190.0, 10170.0, 10135.0, 10149.0, 10143.0, 10182.0, 10148.0, 10226.0, 10188.0, 10215.0, 10147.0, 10181.0, 10129.0, 10142.0, 10218.0, 10133.0, 10182.0, 10148.0, 10173.0, 10151.0, 10230.0, 10200.0, 10231.0, 10138.0, 10188.0, 10139.0, 10209.0, 10162.0, 10168.0, 10144.0, 10113.0, 10141.0, 10130.0, 10171.0, 10165.0, 10149.0, 10151.0, 10161.0, 10172.0, 10168.0, 10159.0, 10235.0, 10163.0, 10204.0, 10243.0, 10218.0, 10260.0, 10242.0, 10161.0, 10172.0, 10137.0, 10167.0, 10118.0, 10195.0, 10169.0, 10199.0, 10115.0, 10104.0, 10130.0, 10172.0, 10133.0, 10195.0, 10123.0, 10175.0, 10105.0, 10104.0, 10126.0, 10148.0, 10122.0, 10182.0, 10129.0, 10157.0, 10126.0, 10156.0, 10132.0, 10174.0, 10137.0, 10179.0, 10214.0, 10180.0, 10215.0, 10148.0, 10221.0, 10144.0, 10182.0, 10137.0, 10170.0, 10131.0, 10142.0, 10123.0, 10129.0, 10210.0, 10129.0, 10183.0, 10120.0, 10142.0, 10123.0, 10115.0, 10152.0, 10126.0, 10197.0, 10119.0, 10168.0, 10112.0, 10125.0, 10116.0, 10141.0, 10164.0, 10150.0, 10179.0, 10146.0, 10163.0, 10157.0, 10199.0, 10153.0, 10220.0, 10157.0, 10230.0, 10139.0, 10198.0, 10129.0, 10157.0, 10218.0, 10167.0, 10212.0, 10139.0, 10122.0, 10149.0, 10177.0, 10159.0, 10218.0, 10166.0, 10230.0, 10156.0, 10174.0, 10150.0, 10172.0, 10172.0, 10250.0, 10185.0, 10207.0, 10171.0, 10181.0, 10172.0, 10239.0, 10169.0, 10236.0, 10197.0, 10231.0, 10144.0, 10208.0, 10147.0, 10196.0, 10156.0, 10208.0, 10186.0, 10202.0, 10123.0, 10159.0, 10094.0, 10181.0, 10140.0, 10192.0, 10129.0, 10192.0, 10129.0, 10185.0, 10128.0, 10182.0, 10136.0, 10215.0, 10133.0, 10189.0, 10113.0, 10137.0, 10131.0, 10159.0, 10121.0, 10155.0, 10134.0, 10136.0, 10127.0, 10147.0, 10230.0, 10158.0, 10205.0, 10154.0, 10176.0, 10125.0, 10158.0, 10125.0, 10145.0, 10129.0, 10162.0, 10122.0, 10137.0, 10117.0, 10148.0, 10139.0, 10177.0, 10151.0, 10165.0, 10144.0, 10172.0, 10152.0, 10202.0, 10200.0, 10209.0, 10246.0, 10219.0, 10202.0, 10159.0, 10251.0, 10167.0, 10229.0, 10195.0, 10201.0, 10124.0, 10158.0, 10113.0, 10176.0, 10139.0, 10168.0, 10123.0, 10140.0, 10117.0, 10129.0, 10146.0, 10178.0, 10136.0, 10195.0, 10139.0, 10146.0, 10118.0, 10190.0, 10139.0, 10175.0, 10138.0, 10183.0, 10129.0, 10163.0, 10118.0, 10187.0, 10143.0, 10215.0, 10126.0, 10154.0, 10112.0, 10156.0, 10204.0, 10157.0, 10202.0, 10137.0, 10114.0, 10131.0, 10112.0, 10171.0, 10189.0, 10176.0, 10198.0, 10168.0, 10124.0, 10163.0, 10147.0, 10147.0, 10247.0, 10183.0, 10191.0, 10166.0, 10139.0, 10166.0, 10213.0, 10187.0, 10188.0, 10172.0, 10132.0, 10171.0, 10183.0, 10155.0, 10250.0, 10228.0, 10212.0, 10160.0, 10128.0, 10174.0, 10217.0, 10184.0, 10178.0, 10186.0, 10119.0, 10142.0, 10125.0, 10169.0, 10142.0, 10185.0, 10127.0, 10186.0, 10135.0, 10152.0, 10127.0, 10170.0, 10131.0, 10209.0, 10146.0, 10181.0, 10133.0, 10189.0, 10141.0, 10205.0, 10136.0, 10195.0, 10140.0, 10181.0, 10129.0, 10197.0, 10136.0, 10212.0, 10117.0, 10173.0, 10102.0, 10146.0, 10125.0, 10134.0, 10120.0, 10149.0, 10138.0, 10152.0, 10164.0, 10201.0, 10144.0, 10225.0, 10151.0, 10227.0, 10142.0, 10215.0, 10158.0, 10246.0, 10192.0, 10247.0, 10157.0, 10227.0, 10156.0, 10231.0, 10170.0, 10246.0, 10208.0, 10133.0, 10137.0, 10123.0, 10159.0, 10147.0, 10212.0, 10218.0, 10258.0, 10174.0, 10198.0, 10143.0, 10170.0, 10143.0, 10188.0, 10179.0, 10227.0, 10107.0, 10121.0, 10106.0, 10151.0, 10113.0, 10150.0, 10108.0, 10136.0, 10098.0, 10111.0, 10118.0, 10137.0, 10146.0, 10179.0, 10161.0, 10218.0, 10163.0, 10205.0, 10169.0, 10243.0, 10170.0, 10251.0, 10216.0, 10226.0, 10148.0, 10204.0, 10128.0, 10182.0, 10131.0, 10186.0, 10134.0, 10204.0, 10116.0, 10145.0, 10111.0, 10164.0, 10133.0, 10195.0, 10128.0, 10204.0, 10126.0, 10160.0, 10112.0, 10171.0, 10131.0, 10179.0, 10125.0, 10205.0, 10115.0, 10151.0, 10107.0, 10164.0, 10114.0, 10151.0, 10119.0, 10135.0, 10094.0, 10108.0, 10100.0, 10115.0, 10126.0, 10175.0, 10153.0, 10231.0, 10155.0, 10202.0, 10166.0, 10213.0, 10167.0, 10248.0, 10219.0, 10241.0, 10156.0, 10207.0, 10140.0, 10197.0, 10140.0, 10212.0, 10164.0, 10201.0, 10172.0, 10168.0, 10104.0, 10114.0, 10110.0, 10168.0, 10150.0, 10178.0, 10148.0, 10127.0, 10131.0, 10118.0, 10164.0, 10191.0, 10174.0, 10183.0, 10219.0, 10142.0, 10189.0, 10147.0, 10199.0, 10125.0, 10123.0, 10202.0, 10138.0, 10245.0, 10216.0, 10144.0, 10165.0, 10135.0, 10214.0, 10162.0, 10224.0, 10140.0, 10217.0, 10077.0, 10159.0, 10108.0, 10151.0, 10122.0, 10202.0, 10089.0, 10113.0, 10110.0, 10132.0, 10113.0, 10156.0, 10131.0, 10191.0, 10144.0, 10192.0, 10148.0, 10194.0, 10128.0, 10181.0, 10129.0, 10151.0, 10155.0, 10163.0, 10094.0, 10113.0, 10096.0, 10140.0, 10206.0, 10108.0, 10202.0, 10163.0, 10189.0, 10147.0, 10124.0, 10149.0, 10141.0, 10186.0, 10185.0, 10180.0, 10154.0, 10182.0, 10137.0, 10181.0, 10247.0, 10209.0, 10247.0, 10216.0, 10244.0, 10173.0, 10201.0, 10146.0, 10185.0, 10121.0, 10173.0, 10118.0, 10184.0, 10109.0, 10160.0, 10112.0, 10103.0, 10079.0, 10148.0, 10104.0, 10157.0, 10105.0, 10130.0, 10073.0, 10119.0, 10197.0, 10116.0, 10181.0, 10131.0, 10164.0, 10114.0, 10137.0, 10115.0, 10140.0, 10102.0, 10138.0, 10100.0, 10123.0, 10092.0, 10117.0, 10111.0, 10111.0, 10116.0, 10155.0, 10122.0, 10194.0, 10132.0, 10182.0, 10122.0, 10185.0, 10137.0, 10213.0, 10174.0, 10222.0, 10144.0, 10171.0, 10152.0, 10216.0, 10163.0, 10147.0, 10149.0, 10117.0, 10147.0, 10131.0, 10194.0, 10156.0, 10227.0, 10196.0, 10240.0, 10158.0, 10162.0, 10163.0, 10156.0, 10128.0, 10086.0, 10213.0, 10154.0, 10244.0, 10198.0, 10120.0, 10203.0, 10138.0, 10111.0, 10168.0, 10141.0, 10153.0, 10125.0, 10224.0, 10137.0, 10210.0, 10152.0, 10174.0, 10149.0, 10138.0, 10197.0, 10112.0, 10161.0, 10125.0, 10179.0, 10118.0, 10140.0, 10109.0, 10165.0, 10103.0, 10126.0, 10134.0, 10176.0, 10117.0, 10165.0, 10146.0, 10208.0, 10144.0, 10117.0, 10146.0, 10204.0, 10187.0, 10168.0, 10228.0, 10085.0, 10199.0, 10114.0, 10214.0, 10157.0, 10220.0, 10193.0, 10190.0, 10152.0, 10101.0, 10135.0, 10216.0, 10144.0, 10172.0, 10107.0, 10105.0, 10125.0, 10094.0, 10155.0, 10222.0, 10165.0, 10167.0, 10159.0, 10088.0, 10137.0, 10219.0, 10121.0, 10192.0, 10162.0, 10113.0, 10144.0, 10092.0, 10065.0, 10083.0, 10060.0, 10119.0, 10122.0, 10130.0, 10182.0, 10144.0, 10179.0, 10112.0, 10191.0, 10141.0, 10179.0, 10139.0, 10175.0, 10124.0, 10193.0, 10152.0, 10201.0, 10150.0, 10170.0, 10110.0, 10143.0, 10107.0, 10145.0, 10111.0, 10149.0, 10097.0, 10188.0, 10109.0, 10132.0, 10095.0, 10125.0, 10120.0, 10171.0, 10118.0, 10154.0, 10120.0, 10156.0, 10131.0, 10142.0, 10104.0, 10211.0, 10131.0, 10228.0, 10145.0, 10166.0, 10100.0, 10153.0, 10114.0, 10196.0, 10157.0, 10240.0, 10144.0, 10215.0, 10129.0, 10201.0, 10101.0, 10199.0, 10103.0, 10160.0, 10123.0, 10167.0, 10146.0, 10130.0, 10134.0, 10108.0, 10158.0, 10103.0, 10176.0, 10131.0, 10229.0, 10205.0, 10226.0, 10159.0, 10222.0, 10123.0, 10250.0, 10192.0, 10202.0, 10157.0, 10102.0, 10173.0, 10120.0, 10099.0, 10149.0, 10116.0, 10222.0, 10155.0, 10190.0, 10135.0, 10120.0, 10150.0, 10174.0, 10180.0, 10104.0, 10114.0, 10093.0, 10124.0, 10094.0, 10118.0, 10103.0, 10142.0, 10074.0, 10099.0, 10105.0, 10134.0, 10119.0, 10099.0, 10181.0, 10091.0, 10118.0, 10137.0, 10137.0, 10181.0, 10097.0, 10233.0, 10204.0, 10249.0, 10185.0, 10254.0, 10171.0, 10161.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.0010723653566229983</td></tr>
<tr><td colspan=3>aqi</td><td>0.030792251310043667</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.62930589028413</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2424438888638007</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9845713114930809</td></tr>
<tr><td colspan=3>efc</td><td>0.4758</td></tr>
<tr><td colspan=3>fber</td><td>6654.7114</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08274126454003539</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.455604075691412</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4529964928379737</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3820514886620123</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.673952845338905</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3029851445130043</td></tr>
<tr><td colspan=3>gcor</td><td>0.00775391</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02364569902420044</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03324646130204201</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</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.8681495317549466</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>35.3513</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.2358</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.6726</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299649.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>948.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.4222</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3203</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.1586</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3822.9437</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4022.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5075.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1039.7669</td></tr>
<tr><td colspan=3>tsnr</td><td>36.80681411270052</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>