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

616 lines
No EOL
147 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-0094_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-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094/ses-01/func/sub-0094_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>9a99dc24c5e97f892518ec614d00b281</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:28:12.162500</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.992977, 0.11771, 0.0118755, -0.11823, 0.990948, 0.0635908]</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.107552</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7844, -7281, 754, -23, -632, 257, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.532</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>82bff9bf-4d9c-4371-b8da-3a03b0220237||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.6640849113464355, -0.31720131635665894, 0.011563505046069622, 123.48062896728516], [-0.31580621004104614, 2.6586410999298096, 0.17428012192249298, -83.88138580322266], [0.03186114504933357, -0.17060932517051697, 2.6943445205688477, -56.80169677734375], [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': ['122812.162500', '122812.622500', '122813.082500', '122813.542500', '122814.002500', '122814.462500', '122814.922500', '122815.382500', '122815.842500', '122816.302500', '122816.762500', '122817.222500', '122817.682500', '122818.142500', '122818.602500', '122819.062500', '122819.522500', '122819.982500', '122820.442500', '122820.902500', '122821.362500', '122821.822500', '122822.282500', '122822.742500', '122823.202500', '122823.662500', '122824.122500', '122824.582500', '122825.042500', '122825.502500', '122825.962500', '122826.422500', '122826.882500', '122827.342500', '122827.802500', '122828.262500', '122828.722500', '122829.182500', '122829.642500', '122830.102500', '122830.562500', '122831.022500', '122831.482500', '122831.942500', '122832.402500', '122832.862500', '122833.322500', '122833.782500', '122834.242500', '122834.702500', '122835.162500', '122835.622500', '122836.082500', '122836.542500', '122837.002500', '122837.462500', '122837.922500', '122838.382500', '122838.842500', '122839.302500', '122839.762500', '122840.222500', '122840.682500', '122841.142500', '122841.602500', '122842.062500', '122842.522500', '122842.982500', '122843.442500', '122843.902500', '122844.362500', '122844.822500', '122845.282500', '122845.742500', '122846.202500', '122846.662500', '122847.122500', '122847.582500', '122848.042500', '122848.502500', '122848.962500', '122849.422500', '122849.882500', '122850.342500', '122850.802500', '122851.262500', '122851.722500', '122852.182500', '122852.642500', '122853.102500', '122853.562500', '122854.022500', '122854.482500', '122854.942500', '122855.402500', '122855.862500', '122856.322500', '122856.782500', '122857.242500', '122857.702500', '122858.162500', '122858.622500', '122859.082500', '122859.542500', '122900.002500', '122900.462500', '122900.922500', '122901.382500', '122901.842500', '122902.302500', '122902.762500', '122903.222500', '122903.682500', '122904.142500', '122904.602500', '122905.062500', '122905.522500', '122905.982500', '122906.442500', '122906.902500', '122907.362500', '122907.822500', '122908.282500', '122908.742500', '122909.202500', '122909.662500', '122910.122500', '122910.582500', '122911.042500', '122911.502500', '122911.962500', '122912.422500', '122912.882500', '122913.342500', '122913.802500', '122914.262500', '122914.722500', '122915.182500', '122915.642500', '122916.102500', '122916.562500', '122917.022500', '122917.482500', '122917.942500', '122918.402500', '122918.862500', '122919.322500', '122919.782500', '122920.242500', '122920.702500', '122921.162500', '122921.622500', '122922.082500', '122922.542500', '122923.002500', '122923.462500', '122923.922500', '122924.382500', '122924.842500', '122925.302500', '122925.762500', '122926.222500', '122926.682500', '122927.142500', '122927.602500', '122928.062500', '122928.522500', '122928.982500', '122929.442500', '122929.902500', '122930.362500', '122930.822500', '122931.282500', '122931.742500', '122932.202500', '122932.662500', '122933.122500', '122933.582500', '122934.042500', '122934.502500', '122934.962500', '122935.422500', '122935.882500', '122936.342500', '122936.802500', '122937.262500', '122937.722500', '122938.182500', '122938.642500', '122939.102500', '122939.562500', '122940.022500', '122940.482500', '122940.942500', '122941.402500', '122941.862500', '122942.322500', '122942.782500', '122943.242500', '122943.702500', '122944.162500', '122944.622500', '122945.082500', '122945.542500', '122946.002500', '122946.462500', '122946.922500', '122947.382500', '122947.842500', '122948.302500', '122948.762500', '122949.222500', '122949.682500', '122950.142500', '122950.602500', '122951.062500', '122951.522500', '122951.982500', '122952.442500', '122952.902500', '122953.362500', '122953.822500', '122954.282500', '122954.742500', '122955.202500', '122955.662500', '122956.122500', '122956.582500', '122957.042500', '122957.502500', '122957.962500', '122958.422500', '122958.882500', '122959.342500', '122959.802500', '123000.262500', '123000.722500', '123001.182500', '123001.642500', '123002.102500', '123002.562500', '123003.022500', '123003.482500', '123003.942500', '123004.402500', '123004.862500', '123005.322500', '123005.782500', '123006.242500', '123006.702500', '123007.162500', '123007.622500', '123008.082500', '123008.542500', '123009.002500', '123009.462500', '123009.922500', '123010.382500', '123010.842500', '123011.302500', '123011.762500', '123012.222500', '123012.682500', '123013.142500', '123013.602500', '123014.062500', '123014.522500', '123014.982500', '123015.442500', '123015.902500', '123016.362500', '123016.822500', '123017.282500', '123017.742500', '123018.202500', '123018.662500', '123019.122500', '123019.582500', '123020.042500', '123020.502500', '123020.962500', '123021.422500', '123021.882500', '123022.342500', '123022.802500', '123023.262500', '123023.722500', '123024.182500', '123024.642500', '123025.102500', '123025.562500', '123026.022500', '123026.482500', '123026.942500', '123027.402500', '123027.862500', '123028.322500', '123028.782500', '123029.242500', '123029.702500', '123030.162500', '123030.622500', '123031.082500', '123031.542500', '123032.002500', '123032.462500', '123032.922500', '123033.382500', '123033.842500', '123034.302500', '123034.762500', '123035.222500', '123035.682500', '123036.142500', '123036.602500', '123037.062500', '123037.522500', '123037.982500', '123038.442500', '123038.902500', '123039.362500', '123039.822500', '123040.282500', '123040.742500', '123041.202500', '123041.662500', '123042.122500', '123042.582500', '123043.042500', '123043.502500', '123043.962500', '123044.422500', '123044.882500', '123045.342500', '123045.802500', '123046.262500', '123046.722500', '123047.182500', '123047.642500', '123048.102500', '123048.562500', '123049.022500', '123049.482500', '123049.942500', '123050.402500', '123050.862500', '123051.322500', '123051.782500', '123052.242500', '123052.702500', '123053.162500', '123053.622500', '123054.082500', '123054.542500', '123055.002500', '123055.462500', '123055.922500', '123056.382500', '123056.842500', '123057.302500', '123057.762500', '123058.222500', '123058.682500', '123059.142500', '123059.602500', '123100.062500', '123100.522500', '123100.982500', '123101.442500', '123101.902500', '123102.362500', '123102.822500', '123103.282500', '123103.742500', '123104.202500', '123104.662500', '123105.122500', '123105.582500', '123106.042500', '123106.502500', '123106.962500', '123107.422500', '123107.882500', '123108.342500', '123108.802500', '123109.262500', '123109.722500', '123110.182500', '123110.642500', '123111.102500', '123111.562500', '123112.022500', '123112.482500', '123112.942500', '123113.402500', '123113.862500', '123114.322500', '123114.782500', '123115.242500', '123115.702500', '123116.162500', '123116.622500', '123117.082500', '123117.542500', '123118.002500', '123118.462500', '123118.922500', '123119.382500', '123119.842500', '123120.302500', '123120.762500', '123121.222500', '123121.682500', '123122.142500', '123122.602500', '123123.062500', '123123.522500', '123123.982500', '123124.442500', '123124.902500', '123125.362500', '123125.822500', '123126.282500', '123126.742500', '123127.202500', '123127.662500', '123128.122500', '123128.582500', '123129.042500', '123129.502500', '123129.962500', '123130.422500', '123130.882500', '123131.342500', '123131.802500', '123132.262500', '123132.722500', '123133.182500', '123133.642500', '123134.102500', '123134.562500', '123135.022500', '123135.482500', '123135.942500', '123136.402500', '123136.862500', '123137.322500', '123137.782500', '123138.242500', '123138.702500', '123139.162500', '123139.622500', '123140.082500', '123140.542500', '123141.002500', '123141.462500', '123141.922500', '123142.382500', '123142.842500', '123143.302500', '123143.762500', '123144.222500', '123144.682500', '123145.142500', '123145.602500', '123146.062500', '123146.522500', '123146.982500', '123147.442500', '123147.902500', '123148.362500', '123148.822500', '123149.282500', '123149.742500', '123150.202500', '123150.662500', '123151.122500', '123151.582500', '123152.042500', '123152.502500', '123152.962500', '123153.422500', '123153.882500', '123154.342500', '123154.802500', '123155.262500', '123155.722500', '123156.182500', '123156.642500', '123157.102500', '123157.562500', '123158.022500', '123158.482500', '123158.942500', '123159.402500', '123159.862500', '123200.322500', '123200.782500', '123201.242500', '123201.702500', '123202.162500', '123202.622500', '123203.082500', '123203.542500', '123204.002500', '123204.462500', '123204.922500', '123205.382500', '123205.842500', '123206.302500', '123206.762500', '123207.222500', '123207.682500', '123208.142500', '123208.602500', '123209.062500', '123209.522500', '123209.982500', '123210.442500', '123210.902500', '123211.362500', '123211.822500', '123212.282500', '123212.742500', '123213.202500', '123213.662500', '123214.122500', '123214.582500', '123215.042500', '123215.502500', '123215.962500', '123216.422500', '123216.882500', '123217.342500', '123217.802500', '123218.262500', '123218.722500', '123219.182500', '123219.642500', '123220.102500', '123220.562500', '123221.022500', '123221.482500', '123221.942500', '123222.402500', '123222.862500', '123223.322500', '123223.782500', '123224.242500', '123224.702500', '123225.162500', '123225.622500', '123226.082500', '123226.542500', '123227.002500', '123227.462500', '123227.922500', '123228.382500', '123228.842500', '123229.302500', '123229.762500', '123230.222500', '123230.682500', '123231.142500', '123231.602500', '123232.062500', '123232.522500', '123232.982500', '123233.442500', '123233.902500', '123234.362500', '123234.822500', '123235.282500', '123235.742500', '123236.202500', '123236.662500', '123237.122500', '123237.582500', '123238.042500', '123238.502500', '123238.962500', '123239.422500', '123239.882500', '123240.342500', '123240.802500', '123241.262500', '123241.722500', '123242.182500', '123242.642500', '123243.102500', '123243.562500', '123244.022500', '123244.482500', '123244.942500', '123245.402500', '123245.862500', '123246.322500', '123246.782500', '123247.242500', '123247.702500', '123248.162500', '123248.622500', '123249.082500', '123249.542500', '123250.002500', '123250.462500', '123250.922500', '123251.382500', '123251.842500', '123252.302500', '123252.762500', '123253.222500', '123253.682500', '123254.142500', '123254.602500', '123255.062500', '123255.522500', '123255.982500', '123256.442500', '123256.902500', '123257.362500', '123257.822500', '123258.282500', '123258.742500', '123259.202500', '123259.662500', '123300.122500', '123300.582500', '123301.042500', '123301.502500', '123301.962500', '123302.422500', '123302.882500', '123303.342500', '123303.802500', '123304.262500', '123304.722500', '123305.182500', '123305.642500', '123306.102500', '123306.562500', '123307.022500', '123307.482500', '123307.942500', '123308.402500', '123308.862500', '123309.322500', '123309.782500', '123310.242500', '123310.702500', '123311.162500', '123311.622500', '123312.082500', '123312.542500', '123313.002500', '123313.462500', '123313.922500', '123314.382500', '123314.842500', '123315.302500', '123315.762500', '123316.222500', '123316.682500', '123317.142500', '123317.602500', '123318.062500', '123318.522500', '123318.982500', '123319.442500', '123319.902500', '123320.362500', '123320.822500', '123321.282500', '123321.742500', '123322.202500', '123322.662500', '123323.122500', '123323.582500', '123324.042500', '123324.502500', '123324.962500', '123325.422500', '123325.882500', '123326.342500', '123326.802500', '123327.262500', '123327.722500', '123328.182500', '123328.642500', '123329.102500', '123329.562500', '123330.022500', '123330.482500', '123330.942500', '123331.402500', '123331.862500', '123332.322500', '123332.782500', '123333.242500', '123333.702500', '123334.162500', '123334.622500', '123335.082500', '123335.542500', '123336.002500', '123336.462500', '123336.922500', '123337.382500', '123337.842500', '123338.302500', '123338.762500', '123339.222500', '123339.682500', '123340.142500', '123340.602500', '123341.062500', '123341.522500', '123341.982500', '123342.442500', '123342.902500', '123343.362500', '123343.822500', '123344.282500', '123344.742500', '123345.202500', '123345.662500', '123346.122500', '123346.582500', '123347.042500', '123347.502500', '123347.962500', '123348.422500', '123348.882500', '123349.342500', '123349.802500', '123350.262500', '123350.722500', '123351.182500', '123351.642500', '123352.102500', '123352.562500', '123353.022500', '123353.482500', '123353.942500', '123354.402500', '123354.862500', '123355.322500', '123355.782500', '123356.242500', '123356.702500', '123357.162500', '123357.622500', '123358.082500', '123358.542500', '123359.002500', '123359.462500', '123359.922500', '123400.382500', '123400.842500', '123401.302500', '123401.762500', '123402.222500', '123402.682500', '123403.142500', '123403.602500', '123404.062500', '123404.522500', '123404.982500', '123405.442500', '123405.902500', '123406.362500', '123406.822500', '123407.282500', '123407.742500', '123408.202500', '123408.662500', '123409.122500', '123409.582500', '123410.042500', '123410.502500', '123410.962500', '123411.422500', '123411.882500', '123412.342500', '123412.802500', '123413.262500', '123413.722500', '123414.182500', '123414.642500', '123415.102500', '123415.562500', '123416.022500', '123416.482500', '123416.942500', '123417.402500', '123417.862500', '123418.322500', '123418.782500', '123419.242500', '123419.702500', '123420.162500', '123420.622500', '123421.082500', '123421.542500', '123422.002500', '123422.462500', '123422.922500', '123423.382500', '123423.842500', '123424.302500', '123424.762500', '123425.222500', '123425.682500', '123426.142500', '123426.602500', '123427.062500', '123427.522500', '123427.982500', '123428.442500', '123428.902500', '123429.362500', '123429.822500', '123430.282500', '123430.742500', '123431.202500', '123431.662500', '123432.122500', '123432.582500', '123433.042500', '123433.502500', '123433.962500', '123434.422500', '123434.882500', '123435.342500', '123435.802500', '123436.262500', '123436.722500', '123437.182500', '123437.642500', '123438.102500', '123438.562500', '123439.022500', '123439.482500', '123439.942500', '123440.402500', '123440.862500', '123441.322500', '123441.782500', '123442.242500', '123442.702500', '123443.162500', '123443.622500', '123444.082500', '123444.542500', '123445.002500', '123445.462500', '123445.922500', '123446.382500', '123446.842500', '123447.302500', '123447.762500', '123448.222500', '123448.682500', '123449.142500', '123449.602500', '123450.062500', '123450.522500', '123450.982500', '123451.442500', '123451.902500', '123452.362500', '123452.822500', '123453.282500', '123453.742500', '123454.202500', '123454.662500', '123455.122500', '123455.582500', '123456.042500', '123456.502500', '123456.962500', '123457.422500', '123457.882500', '123458.342500', '123458.802500', '123459.262500', '123459.722500', '123500.182500', '123500.642500', '123501.102500', '123501.562500', '123502.022500', '123502.482500', '123502.942500', '123503.402500', '123503.862500', '123504.322500', '123504.782500', '123505.242500', '123505.702500', '123506.162500', '123506.622500', '123507.082500', '123507.542500', '123508.002500', '123508.462500', '123508.922500', '123509.382500', '123509.842500', '123510.302500', '123510.762500', '123511.222500', '123511.682500', '123512.142500', '123512.602500', '123513.062500', '123513.522500', '123513.982500', '123514.442500', '123514.902500', '123515.362500', '123515.822500', '123516.282500', '123516.742500', '123517.202500', '123517.662500', '123518.122500', '123518.582500', '123519.042500', '123519.502500', '123519.962500', '123520.422500', '123520.882500', '123521.342500', '123521.802500', '123522.262500', '123522.722500', '123523.182500', '123523.642500', '123524.102500', '123524.562500', '123525.022500', '123525.482500', '123525.942500', '123526.402500', '123526.862500', '123527.322500', '123527.782500', '123528.242500', '123528.702500', '123529.162500', '123529.622500', '123530.082500', '123530.542500', '123531.002500', '123531.462500', '123531.922500', '123532.382500', '123532.842500', '123533.302500', '123533.762500', '123534.222500', '123534.682500', '123535.142500', '123535.602500', '123536.062500', '123536.522500', '123536.982500', '123537.442500', '123537.902500', '123538.362500', '123538.822500', '123539.282500', '123539.742500', '123540.202500', '123540.662500', '123541.122500', '123541.582500', '123542.042500', '123542.502500', '123542.962500', '123543.422500', '123543.882500', '123544.342500', '123544.802500', '123545.262500', '123545.722500', '123546.182500', '123546.642500', '123547.102500', '123547.562500', '123548.022500', '123548.482500', '123548.942500', '123549.402500', '123549.862500', '123550.322500', '123550.782500', '123551.242500', '123551.702500', '123552.162500', '123552.622500', '123553.082500', '123553.542500', '123554.002500', '123554.462500', '123554.922500', '123555.382500', '123555.842500', '123556.302500', '123556.762500', '123557.222500', '123557.682500', '123558.142500', '123558.602500', '123559.062500', '123559.522500', '123559.982500', '123600.442500', '123600.902500', '123601.362500', '123601.822500', '123602.282500', '123602.742500', '123603.202500', '123603.662500', '123604.122500', '123604.582500', '123605.042500', '123605.502500', '123605.962500', '123606.422500', '123606.882500', '123607.342500', '123607.802500', '123608.262500', '123608.722500', '123609.182500', '123609.642500', '123610.102500', '123610.562500', '123611.022500', '123611.482500', '123611.942500', '123612.402500', '123612.862500', '123613.322500', '123613.782500', '123614.242500', '123614.702500', '123615.162500', '123615.622500', '123616.082500', '123616.542500', '123617.002500', '123617.462500', '123617.922500', '123618.382500', '123618.842500', '123619.302500', '123619.762500', '123620.222500', '123620.682500', '123621.142500', '123621.602500', '123622.062500', '123622.522500', '123622.982500', '123623.442500', '123623.902500', '123624.362500', '123624.822500', '123625.282500', '123625.742500', '123626.202500', '123626.662500', '123627.122500', '123627.582500', '123628.042500', '123628.502500', '123628.962500', '123629.422500', '123629.882500', '123630.342500', '123630.802500', '123631.262500', '123631.722500', '123632.182500', '123632.642500', '123633.102500', '123633.562500', '123634.022500', '123634.482500', '123634.942500', '123635.402500', '123635.862500', '123636.322500', '123636.782500', '123637.242500', '123637.702500', '123638.162500', '123638.622500', '123639.082500', '123639.542500', '123640.002500', '123640.462500', '123640.922500', '123641.382500', '123641.842500', '123642.302500', '123642.762500', '123643.222500', '123643.682500', '123644.142500', '123644.602500', '123645.062500', '123645.522500', '123645.982500', '123646.442500', '123646.902500', '123647.362500', '123647.822500', '123648.282500', '123648.742500', '123649.202500', '123649.662500', '123650.122500', '123650.582500', '123651.042500', '123651.502500', '123651.962500', '123652.422500', '123652.882500', '123653.342500', '123653.802500', '123654.262500', '123654.722500', '123655.182500', '123655.642500', '123656.102500', '123656.562500', '123657.022500', '123657.482500', '123657.942500', '123658.402500', '123658.862500', '123659.322500', '123659.782500', '123700.242500', '123700.702500', '123701.162500', '123701.622500', '123702.082500', '123702.542500', '123703.002500', '123703.462500', '123703.922500', '123704.382500', '123704.842500', '123705.302500', '123705.762500', '123706.222500', '123706.682500', '123707.142500', '123707.602500', '123708.062500', '123708.522500', '123708.982500', '123709.442500', '123709.902500', '123710.362500', '123710.822500', '123711.282500', '123711.742500', '123712.202500', '123712.662500', '123713.122500', '123713.582500', '123714.042500', '123714.502500', '123714.962500', '123715.422500', '123715.882500', '123716.342500', '123716.802500', '123717.262500', '123717.722500', '123718.182500', '123718.642500', '123719.102500', '123719.562500', '123720.022500', '123720.482500', '123720.942500', '123721.402500', '123721.862500', '123722.322500', '123722.782500', '123723.242500', '123723.702500', '123724.162500', '123724.622500', '123725.082500', '123725.542500', '123726.002500', '123726.462500', '123726.922500', '123727.382500', '123727.842500', '123728.302500', '123728.762500', '123729.222500', '123729.682500', '123730.142500', '123730.602500', '123731.062500', '123731.522500', '123731.982500', '123732.442500', '123732.902500', '123733.362500', '123733.822500', '123734.282500', '123734.742500', '123735.202500', '123735.662500', '123736.122500', '123736.582500', '123737.042500', '123737.502500', '123737.962500', '123738.422500', '123738.882500', '123739.342500', '123739.802500', '123740.262500', '123740.722500', '123741.182500', '123741.642500', '123742.102500', '123742.562500', '123743.022500', '123743.482500', '123743.942500', '123744.402500', '123744.862500', '123745.322500', '123745.782500', '123746.242500', '123746.702500', '123747.162500', '123747.622500', '123748.082500', '123748.542500', '123749.002500', '123749.462500', '123749.922500', '123750.382500', '123750.842500', '123751.302500', '123751.762500', '123752.222500', '123752.682500', '123753.142500', '123753.602500', '123754.062500', '123754.522500', '123754.982500', '123755.442500', '123755.902500', '123756.362500', '123756.822500', '123757.282500', '123757.742500', '123758.202500', '123758.662500', '123759.122500', '123759.582500', '123800.042500', '123800.502500', '123800.962500', '123801.422500', '123801.882500', '123802.342500', '123802.802500', '123803.262500', '123803.722500', '123804.182500', '123804.642500', '123805.102500', '123805.562500', '123806.022500', '123806.482500', '123806.942500', '123807.402500', '123807.862500', '123808.322500', '123808.782500', '123809.242500', '123809.702500', '123810.162500', '123810.622500', '123811.082500', '123811.542500', '123812.002500', '123812.462500', '123812.922500', '123813.382500', '123813.842500', '123814.302500', '123814.762500', '123815.222500', '123815.682500', '123816.142500', '123816.602500', '123817.062500', '123817.522500', '123817.982500', '123818.442500', '123818.902500', '123819.362500', '123819.822500', '123820.282500', '123820.742500', '123821.202500', '123821.662500', '123822.122500', '123822.582500', '123823.042500', '123823.502500', '123823.962500', '123824.422500', '123824.882500', '123825.342500', '123825.802500', '123826.262500', '123826.722500', '123827.182500', '123827.642500', '123828.102500', '123828.562500', '123829.022500', '123829.482500', '123829.942500', '123830.402500', '123830.862500', '123831.322500', '123831.782500', '123832.242500', '123832.702500', '123833.162500', '123833.622500', '123834.082500', '123834.542500', '123835.002500', '123835.462500', '123835.922500', '123836.382500', '123836.842500', '123837.302500', '123837.762500', '123838.222500', '123838.682500', '123839.142500', '123839.602500', '123840.062500', '123840.522500', '123840.982500', '123841.442500', '123841.902500', '123842.362500', '123842.822500', '123843.282500', '123843.742500', '123844.202500', '123844.662500'], 'ContentTime': ['122838.562000', '122838.565000', '122838.568000', '122838.579000', '122838.582000', '122838.584000', '122838.587000', '122838.589000', '122838.592000', '122838.594000', '122838.597000', '122838.600000', '122838.602000', '122838.605000', '122838.607000', '122838.610000', '122838.613000', '122838.615000', '122838.618000', '122838.620000', '122838.623000', '122838.629000', '122838.631000', '122838.634000', '122838.637000', '122838.639000', '122838.642000', '122838.644000', '122838.647000', '122838.649000', '122838.652000', '122838.654000', '122838.657000', '122838.660000', '122838.662000', '122838.665000', '122838.667000', '122838.670000', '122838.673000', '122838.675000', '122838.678000', '122838.680000', '122838.683000', '122838.685000', '122838.688000', '122838.691000', '122838.693000', '122838.696000', '122838.698000', '122838.701000', '122838.703000', '122838.706000', '122838.709000', '122838.711000', '122838.714000', '122858.520000', '122858.523000', '122858.526000', '122858.528000', '122858.531000', '122858.534000', '122858.536000', '122858.539000', '122858.542000', '122858.544000', '122858.547000', '122858.549000', '122858.552000', '122858.555000', '122858.557000', '122858.560000', '122858.562000', '122858.565000', '122858.568000', '122858.570000', '122858.573000', '122858.575000', '122858.578000', '122858.580000', '122858.583000', '122858.586000', '122858.588000', '122858.591000', '122858.594000', '122858.597000', '122858.599000', '122858.602000', '122858.604000', '122858.607000', '122858.609000', '122858.612000', '122858.614000', '122858.617000', '122858.619000', '122858.622000', '122858.624000', '122858.627000', '122858.630000', '122918.521000', '122918.523000', '122918.526000', '122918.537000', '122918.540000', '122918.542000', '122918.545000', '122918.548000', '122918.550000', '122918.553000', '122918.555000', '122918.558000', '122918.560000', '122918.563000', '122918.566000', '122918.568000', '122918.571000', '122918.574000', '122918.576000', '122918.579000', '122918.581000', '122918.584000', '122918.586000', '122918.589000', '122918.592000', '122918.594000', '122918.597000', '122918.599000', '122918.602000', '122918.605000', '122918.607000', '122918.610000', '122918.612000', '122918.615000', '122918.617000', '122918.620000', '122918.623000', '122918.625000', '122918.628000', '122918.630000', '122918.633000', '122918.635000', '122918.638000', '122918.641000', '122938.519000', '122938.555000', '122938.557000', '122938.560000', '122938.563000', '122938.565000', '122938.568000', '122938.570000', '122938.573000', '122938.576000', '122938.578000', '122938.581000', '122938.583000', '122938.586000', '122938.589000', '122938.591000', '122938.594000', '122938.596000', '122938.599000', '122938.602000', '122938.604000', '122938.607000', '122938.609000', '122938.612000', '122938.615000', '122938.617000', '122938.620000', '122938.623000', '122938.625000', '122938.628000', '122938.630000', '122938.633000', '122938.636000', '122938.638000', '122938.642000', '122938.644000', '122938.647000', '122938.650000', '122938.653000', '122938.656000', '122938.659000', '122938.661000', '122938.664000', '122958.521000', '122958.524000', '122958.530000', '122958.532000', '122958.535000', '122958.538000', '122958.540000', '122958.543000', '122958.545000', '122958.548000', '122958.550000', '122958.553000', '122958.565000', '122958.568000', '122958.570000', '122958.573000', '122958.576000', '122958.578000', '122958.581000', '122958.584000', '122958.586000', '122958.589000', '122958.591000', '122958.594000', '122958.596000', '122958.599000', '122958.602000', '122958.604000', '122958.607000', '122958.610000', '122958.612000', '122958.615000', '122958.617000', '122958.620000', '122958.623000', '122958.625000', '122958.628000', '122958.630000', '122958.633000', '122958.636000', '122958.638000', '122958.641000', '122958.644000', '122958.646000', '123018.520000', '123018.523000', '123018.526000', '123018.528000', '123018.531000', '123018.533000', '123018.536000', '123018.539000', '123018.541000', '123018.544000', '123018.546000', '123018.549000', '123018.552000', '123018.554000', '123018.557000', '123018.560000', '123018.562000', '123018.565000', '123018.567000', '123018.570000', '123018.573000', '123018.575000', '123018.578000', '123018.581000', '123018.583000', '123018.586000', '123018.588000', '123018.591000', '123018.593000', '123018.596000', '123018.599000', '123018.601000', '123018.604000', '123018.606000', '123018.609000', '123018.612000', '123018.614000', '123018.617000', '123018.619000', '123018.622000', '123018.625000', '123018.627000', '123018.630000', '123038.521000', '123038.524000', '123038.526000', '123038.529000', '123038.531000', '123038.534000', '123038.537000', '123038.539000', '123038.542000', '123038.544000', '123038.547000', '123038.550000', '123038.552000', '123038.555000', '123038.557000', '123038.560000', '123038.563000', '123038.565000', '123038.568000', '123038.571000', '123038.573000', '123038.576000', '123038.578000', '123038.581000', '123038.584000', '123038.586000', '123038.589000', '123038.591000', '123038.594000', '123038.597000', '123038.599000', '123038.602000', '123038.604000', '123038.607000', '123038.610000', '123038.612000', '123038.615000', '123038.617000', '123038.620000', '123038.623000', '123038.625000', '123038.628000', '123038.630000', '123038.633000', '123058.521000', '123058.523000', '123058.531000', '123058.534000', '123058.537000', '123058.539000', '123058.542000', '123058.544000', '123058.547000', '123058.550000', '123058.552000', '123058.555000', '123058.557000', '123058.560000', '123058.563000', '123058.565000', '123058.568000', '123058.571000', '123058.573000', '123058.576000', '123058.578000', '123058.581000', '123058.583000', '123058.586000', '123058.589000', '123058.591000', '123058.594000', '123058.596000', '123058.599000', '123058.602000', '123058.604000', '123058.607000', '123058.610000', '123058.612000', '123058.615000', '123058.617000', '123058.620000', '123058.622000', '123058.625000', '123058.628000', '123058.630000', '123058.633000', '123058.635000', '123118.520000', '123118.523000', '123118.526000', '123118.529000', '123118.531000', '123118.534000', '123118.536000', '123118.539000', '123118.541000', '123118.544000', '123118.547000', '123118.549000', '123118.552000', '123118.554000', '123118.557000', '123118.560000', '123118.562000', '123118.565000', '123118.568000', '123118.570000', '123118.573000', '123118.575000', '123118.578000', '123118.581000', '123118.583000', '123118.586000', '123118.588000', '123118.591000', '123118.594000', '123118.596000', '123118.599000', '123118.602000', '123118.604000', '123118.607000', '123118.610000', '123118.612000', '123118.615000', '123118.618000', '123118.620000', '123118.623000', '123118.625000', '123118.628000', '123118.630000', '123118.633000', '123138.520000', '123138.523000', '123138.526000', '123138.528000', '123138.531000', '123138.534000', '123138.536000', '123138.539000', '123138.542000', '123138.544000', '123138.547000', '123138.549000', '123138.552000', '123138.564000', '123138.566000', '123138.569000', '123138.572000', '123138.574000', '123138.577000', '123138.579000', '123138.582000', '123138.585000', '123138.587000', '123138.590000', '123138.592000', '123138.595000', '123138.598000', '123138.600000', '123138.603000', '123138.606000', '123138.608000', '123138.611000', '123138.614000', '123138.616000', '123138.619000', '123138.622000', '123138.624000', '123138.627000', '123138.630000', '123138.632000', '123138.635000', '123138.638000', '123138.640000', '123158.520000', '123158.522000', '123158.525000', '123158.528000', '123158.530000', '123158.533000', '123158.535000', '123158.538000', '123158.541000', '123158.544000', '123158.546000', '123158.549000', '123158.551000', '123158.554000', '123158.557000', '123158.559000', '123158.562000', '123158.564000', '123158.567000', '123158.570000', '123158.572000', '123158.575000', '123158.577000', '123158.580000', '123158.582000', '123158.585000', '123158.588000', '123158.590000', '123158.593000', '123158.595000', '123158.598000', '123158.601000', '123158.603000', '123158.606000', '123158.608000', '123158.611000', '123158.614000', '123158.616000', '123158.619000', '123158.621000', '123158.624000', '123158.627000', '123158.629000', '123158.632000', '123218.521000', '123218.523000', '123218.526000', '123218.529000', '123218.531000', '123218.534000', '123218.536000', '123218.539000', '123218.542000', '123218.544000', '123218.547000', '123218.549000', '123218.552000', '123218.555000', '123218.557000', '123218.560000', '123218.563000', '123218.565000', '123218.568000', '123218.570000', '123218.573000', '123218.576000', '123218.578000', '123218.581000', '123218.584000', '123218.586000', '123218.597000', '123218.599000', '123218.602000', '123218.605000', '123218.607000', '123218.610000', '123218.612000', '123218.615000', '123218.618000', '123218.620000', '123218.623000', '123218.625000', '123218.628000', '123218.631000', '123218.633000', '123218.636000', '123218.638000', '123238.521000', '123238.524000', '123238.526000', '123238.529000', '123238.531000', '123238.534000', '123238.537000', '123238.539000', '123238.542000', '123238.544000', '123238.547000', '123238.550000', '123238.552000', '123238.555000', '123238.557000', '123238.560000', '123238.563000', '123238.565000', '123238.568000', '123238.571000', '123238.573000', '123238.576000', '123238.578000', '123238.581000', '123238.584000', '123238.586000', '123238.589000', '123238.591000', '123238.594000', '123238.597000', '123238.599000', '123238.602000', '123238.604000', '123238.607000', '123238.610000', '123238.612000', '123238.615000', '123238.617000', '123238.620000', '123238.623000', '123238.625000', '123238.628000', '123238.631000', '123238.633000', '123258.521000', '123258.524000', '123258.526000', '123258.529000', '123258.531000', '123258.534000', '123258.537000', '123258.539000', '123258.542000', '123258.544000', '123258.547000', '123258.549000', '123258.552000', '123258.555000', '123258.557000', '123258.560000', '123258.563000', '123258.565000', '123258.584000', '123258.587000', '123258.590000', '123258.592000', '123258.595000', '123258.597000', '123258.600000', '123258.603000', '123258.605000', '123258.608000', '123258.610000', '123258.613000', '123258.616000', '123258.618000', '123258.621000', '123258.624000', '123258.626000', '123258.629000', '123258.631000', '123258.634000', '123258.637000', '123258.639000', '123258.642000', '123258.645000', '123258.647000', '123318.521000', '123318.523000', '123318.526000', '123318.529000', '123318.533000', '123318.536000', '123318.538000', '123318.541000', '123318.544000', '123318.546000', '123318.549000', '123318.552000', '123318.554000', '123318.557000', '123318.560000', '123318.562000', '123318.565000', '123318.568000', '123318.570000', '123318.573000', '123318.575000', '123318.578000', '123318.581000', '123318.583000', '123318.586000', '123318.589000', '123318.591000', '123318.594000', '123318.597000', '123318.599000', '123318.602000', '123318.605000', '123318.607000', '123318.610000', '123318.613000', '123318.615000', '123318.618000', '123318.620000', '123318.623000', '123318.625000', '123318.628000', '123318.631000', '123318.633000', '123338.520000', '123338.523000', '123338.526000', '123338.528000', '123338.531000', '123338.534000', '123338.536000', '123338.539000', '123338.541000', '123338.544000', '123338.547000', '123338.549000', '123338.552000', '123338.554000', '123338.557000', '123338.559000', '123338.562000', '123338.565000', '123338.567000', '123338.570000', '123338.572000', '123338.575000', '123338.577000', '123338.580000', '123338.583000', '123338.585000', '123338.588000', '123338.590000', '123338.593000', '123338.595000', '123338.598000', '123338.601000', '123338.603000', '123338.606000', '123338.608000', '123338.611000', '123338.614000', '123338.616000', '123338.619000', '123338.622000', '123338.624000', '123338.627000', '123338.629000', '123338.632000', '123358.520000', '123358.525000', '123358.528000', '123358.531000', '123358.534000', '123358.537000', '123358.540000', '123358.542000', '123358.545000', '123358.548000', '123358.551000', '123358.553000', '123358.556000', '123358.559000', '123358.561000', '123358.564000', '123358.566000', '123358.569000', '123358.571000', '123358.574000', '123358.577000', '123358.579000', '123358.582000', '123358.584000', '123358.587000', '123358.589000', '123358.592000', '123358.595000', '123358.597000', '123358.600000', '123358.603000', '123358.605000', '123358.608000', '123358.610000', '123358.613000', '123358.616000', '123358.618000', '123358.621000', '123358.623000', '123358.626000', '123358.628000', '123358.631000', '123358.633000', '123418.520000', '123418.522000', '123418.525000', '123418.528000', '123418.530000', '123418.533000', '123418.535000', '123418.538000', '123418.541000', '123418.543000', '123418.546000', '123418.549000', '123418.551000', '123418.554000', '123418.556000', '123418.559000', '123418.562000', '123418.564000', '123418.567000', '123418.569000', '123418.572000', '123418.575000', '123418.577000', '123418.580000', '123418.582000', '123418.585000', '123418.588000', '123418.590000', '123418.593000', '123418.595000', '123418.598000', '123418.601000', '123418.604000', '123418.606000', '123418.609000', '123418.611000', '123418.614000', '123418.617000', '123418.619000', '123418.622000', '123418.625000', '123418.627000', '123418.630000', '123418.632000', '123438.520000', '123438.523000', '123438.526000', '123438.529000', '123438.532000', '123438.534000', '123438.537000', '123438.540000', '123438.542000', '123438.545000', '123438.548000', '123438.550000', '123438.553000', '123438.555000', '123438.558000', '123438.561000', '123438.563000', '123438.566000', '123438.569000', '123438.573000', '123438.575000', '123438.578000', '123438.580000', '123438.583000', '123438.586000', '123438.588000', '123438.591000', '123438.593000', '123438.596000', '123438.599000', '123438.601000', '123438.604000', '123438.607000', '123438.609000', '123438.612000', '123438.614000', '123438.617000', '123438.619000', '123438.622000', '123438.625000', '123438.627000', '123438.630000', '123438.632000', '123458.521000', '123458.523000', '123458.526000', '123458.529000', '123458.531000', '123458.534000', '123458.536000', '123458.539000', '123458.542000', '123458.544000', '123458.547000', '123458.549000', '123458.552000', '123458.555000', '123458.562000', '123458.565000', '123458.568000', '123458.570000', '123458.573000', '123458.575000', '123458.578000', '123458.581000', '123458.583000', '123458.586000', '123458.588000', '123458.591000', '123458.594000', '123458.596000', '123458.599000', '123458.602000', '123458.604000', '123458.607000', '123458.609000', '123458.612000', '123458.614000', '123458.617000', '123458.620000', '123458.622000', '123458.625000', '123458.627000', '123458.630000', '123458.633000', '123458.635000', '123458.638000', '123518.521000', '123518.523000', '123518.526000', '123518.529000', '123518.532000', '123518.534000', '123518.537000', '123518.539000', '123518.542000', '123518.545000', '123518.547000', '123518.550000', '123518.553000', '123518.555000', '123518.558000', '123518.560000', '123518.563000', '123518.566000', '123518.568000', '123518.571000', '123518.573000', '123518.576000', '123518.579000', '123518.581000', '123518.584000', '123518.586000', '123518.589000', '123518.592000', '123518.594000', '123518.597000', '123518.599000', '123518.602000', '123518.605000', '123518.607000', '123518.610000', '123518.612000', '123518.615000', '123518.618000', '123518.620000', '123518.623000', '123518.625000', '123518.628000', '123518.631000', '123538.520000', '123538.523000', '123538.526000', '123538.529000', '123538.531000', '123538.534000', '123538.536000', '123538.539000', '123538.541000', '123538.544000', '123538.547000', '123538.549000', '123538.552000', '123538.554000', '123538.557000', '123538.560000', '123538.562000', '123538.565000', '123538.568000', '123538.570000', '123538.573000', '123538.575000', '123538.578000', '123538.581000', '123538.583000', '123538.586000', '123538.589000', '123538.591000', '123538.594000', '123538.596000', '123538.599000', '123538.602000', '123538.604000', '123538.607000', '123538.609000', '123538.612000', '123538.615000', '123538.617000', '123538.620000', '123538.622000', '123538.637000', '123538.640000', '123538.642000', '123538.645000', '123558.521000', '123558.523000', '123558.526000', '123558.529000', '123558.531000', '123558.534000', '123558.536000', '123558.539000', '123558.542000', '123558.544000', '123558.547000', '123558.550000', '123558.552000', '123558.555000', '123558.557000', '123558.560000', '123558.563000', '123558.565000', '123558.568000', '123558.570000', '123558.573000', '123558.575000', '123558.578000', '123558.581000', '123558.583000', '123558.586000', '123558.588000', '123558.591000', '123558.594000', '123558.596000', '123558.599000', '123558.602000', '123558.604000', '123558.607000', '123558.611000', '123558.614000', '123558.617000', '123558.620000', '123558.622000', '123558.625000', '123558.628000', '123558.631000', '123558.633000', '123618.521000', '123618.524000', '123618.526000', '123618.529000', '123618.532000', '123618.534000', '123618.537000', '123618.539000', '123618.542000', '123618.544000', '123618.547000', '123618.550000', '123618.552000', '123618.555000', '123618.558000', '123618.560000', '123618.563000', '123618.565000', '123618.568000', '123618.571000', '123618.573000', '123618.576000', '123618.579000', '123618.581000', '123618.584000', '123618.586000', '123618.589000', '123618.592000', '123618.594000', '123618.597000', '123618.600000', '123618.602000', '123618.605000', '123618.607000', '123618.610000', '123618.613000', '123618.615000', '123618.618000', '123618.620000', '123618.623000', '123618.625000', '123618.628000', '123618.631000', '123618.633000', '123638.520000', '123638.522000', '123638.525000', '123638.528000', '123638.530000', '123638.533000', '123638.536000', '123638.538000', '123638.541000', '123638.543000', '123638.546000', '123638.549000', '123638.551000', '123638.554000', '123638.556000', '123638.559000', '123638.562000', '123638.564000', '123638.567000', '123638.569000', '123638.572000', '123638.575000', '123638.577000', '123638.580000', '123638.582000', '123638.585000', '123638.588000', '123638.590000', '123638.593000', '123638.595000', '123638.598000', '123638.601000', '123638.603000', '123638.606000', '123638.608000', '123638.611000', '123638.614000', '123638.616000', '123638.619000', '123638.621000', '123638.624000', '123638.627000', '123638.629000', '123658.521000', '123658.523000', '123658.526000', '123658.529000', '123658.531000', '123658.534000', '123658.537000', '123658.539000', '123658.542000', '123658.545000', '123658.547000', '123658.550000', '123658.552000', '123658.555000', '123658.558000', '123658.560000', '123658.563000', '123658.565000', '123658.568000', '123658.571000', '123658.573000', '123658.576000', '123658.579000', '123658.581000', '123658.584000', '123658.586000', '123658.589000', '123658.592000', '123658.594000', '123658.597000', '123658.599000', '123658.602000', '123658.604000', '123658.607000', '123658.610000', '123658.612000', '123658.615000', '123658.644000', '123658.647000', '123658.649000', '123658.652000', '123658.654000', '123658.657000', '123658.660000', '123718.521000', '123718.524000', '123718.526000', '123718.529000', '123718.531000', '123718.534000', '123718.537000', '123718.539000', '123718.542000', '123718.545000', '123718.547000', '123718.550000', '123718.552000', '123718.555000', '123718.557000', '123718.560000', '123718.563000', '123718.565000', '123718.568000', '123718.570000', '123718.573000', '123718.576000', '123718.578000', '123718.581000', '123718.584000', '123718.587000', '123718.589000', '123718.592000', '123718.595000', '123718.597000', '123718.600000', '123718.603000', '123718.605000', '123718.608000', '123718.611000', '123718.613000', '123718.616000', '123718.618000', '123718.621000', '123718.623000', '123718.626000', '123718.629000', '123718.631000', '123738.521000', '123738.523000', '123738.526000', '123738.529000', '123738.531000', '123738.534000', '123738.537000', '123738.539000', '123738.542000', '123738.545000', '123738.547000', '123738.557000', '123738.560000', '123738.562000', '123738.565000', '123738.567000', '123738.570000', '123738.573000', '123738.575000', '123738.578000', '123738.581000', '123738.583000', '123738.586000', '123738.589000', '123738.591000', '123738.594000', '123738.596000', '123738.599000', '123738.602000', '123738.605000', '123738.607000', '123738.610000', '123738.613000', '123738.615000', '123738.618000', '123738.620000', '123738.623000', '123738.626000', '123738.628000', '123738.631000', '123738.633000', '123738.636000', '123738.639000', '123738.641000', '123758.521000', '123758.524000', '123758.526000', '123758.529000', '123758.532000', '123758.534000', '123758.537000', '123758.539000', '123758.542000', '123758.545000', '123758.547000', '123758.550000', '123758.552000', '123758.555000', '123758.558000', '123758.560000', '123758.563000', '123758.566000', '123758.568000', '123758.571000', '123758.573000', '123758.576000', '123758.579000', '123758.581000', '123758.584000', '123758.586000', '123758.589000', '123758.592000', '123758.594000', '123758.597000', '123758.600000', '123758.603000', '123758.605000', '123758.608000', '123758.611000', '123758.614000', '123758.616000', '123758.619000', '123758.622000', '123758.624000', '123758.627000', '123758.630000', '123758.632000', '123818.521000', '123818.524000', '123818.526000', '123818.529000', '123818.532000', '123818.534000', '123818.537000', '123818.540000', '123818.542000', '123818.545000', '123818.547000', '123818.550000', '123818.553000', '123818.555000', '123818.558000', '123818.560000', '123818.563000', '123818.566000', '123818.568000', '123818.594000', '123818.596000', '123818.599000', '123818.602000', '123818.604000', '123818.607000', '123818.609000', '123818.612000', '123818.615000', '123818.617000', '123818.620000', '123818.623000', '123818.625000', '123818.628000', '123818.630000', '123818.633000', '123818.636000', '123818.638000', '123818.641000', '123818.643000', '123818.646000', '123818.649000', '123818.651000', '123818.654000', '123818.656000', '123838.521000', '123838.524000', '123838.526000', '123838.529000', '123838.532000', '123838.534000', '123838.537000', '123838.539000', '123838.542000', '123838.545000', '123838.547000', '123838.550000', '123838.552000', '123838.555000', '123838.558000', '123838.560000', '123838.563000', '123838.565000', '123838.568000', '123838.571000', '123838.573000', '123838.576000', '123838.578000', '123838.581000', '123838.584000', '123838.586000', '123838.589000', '123838.591000', '123838.594000', '123838.597000', '123838.599000', '123838.602000', '123838.605000', '123838.607000', '123838.610000', '123838.612000', '123838.615000', '123838.618000', '123838.621000', '123838.623000', '123838.626000', '123838.629000', '123838.631000', '123846.003000', '123846.006000', '123846.009000', '123846.012000', '123846.015000', '123846.017000', '123846.021000', '123846.023000', '123846.026000', '123846.029000', '123846.032000', '123846.034000', '123846.037000', '123846.040000', '123846.043000', '123846.046000', '123846.049000'], 'InstanceCreationTime': ['122838.562000', '122838.565000', '122838.568000', '122838.579000', '122838.582000', '122838.584000', '122838.587000', '122838.589000', '122838.592000', '122838.594000', '122838.597000', '122838.600000', '122838.602000', '122838.605000', '122838.607000', '122838.610000', '122838.613000', '122838.615000', '122838.618000', '122838.620000', '122838.623000', '122838.629000', '122838.631000', '122838.634000', '122838.637000', '122838.639000', '122838.642000', '122838.644000', '122838.647000', '122838.649000', '122838.652000', '122838.654000', '122838.657000', '122838.660000', '122838.662000', '122838.665000', '122838.667000', '122838.670000', '122838.673000', '122838.675000', '122838.678000', '122838.680000', '122838.683000', '122838.685000', '122838.688000', '122838.691000', '122838.693000', '122838.696000', '122838.698000', '122838.701000', '122838.703000', '122838.706000', '122838.709000', '122838.711000', '122838.714000', '122858.520000', '122858.523000', '122858.526000', '122858.528000', '122858.531000', '122858.534000', '122858.536000', '122858.539000', '122858.542000', '122858.544000', '122858.547000', '122858.549000', '122858.552000', '122858.555000', '122858.557000', '122858.560000', '122858.562000', '122858.565000', '122858.568000', '122858.570000', '122858.573000', '122858.575000', '122858.578000', '122858.580000', '122858.583000', '122858.586000', '122858.588000', '122858.591000', '122858.594000', '122858.597000', '122858.599000', '122858.602000', '122858.604000', '122858.607000', '122858.609000', '122858.612000', '122858.614000', '122858.617000', '122858.619000', '122858.622000', '122858.624000', '122858.627000', '122858.630000', '122918.521000', '122918.523000', '122918.526000', '122918.537000', '122918.540000', '122918.542000', '122918.545000', '122918.548000', '122918.550000', '122918.553000', '122918.555000', '122918.558000', '122918.560000', '122918.563000', '122918.566000', '122918.568000', '122918.571000', '122918.574000', '122918.576000', '122918.579000', '122918.581000', '122918.584000', '122918.586000', '122918.589000', '122918.592000', '122918.594000', '122918.597000', '122918.599000', '122918.602000', '122918.605000', '122918.607000', '122918.610000', '122918.612000', '122918.615000', '122918.617000', '122918.620000', '122918.623000', '122918.625000', '122918.628000', '122918.630000', '122918.633000', '122918.635000', '122918.638000', '122918.641000', '122938.519000', '122938.555000', '122938.557000', '122938.560000', '122938.563000', '122938.565000', '122938.568000', '122938.570000', '122938.573000', '122938.576000', '122938.578000', '122938.581000', '122938.583000', '122938.586000', '122938.589000', '122938.591000', '122938.594000', '122938.596000', '122938.599000', '122938.602000', '122938.604000', '122938.607000', '122938.609000', '122938.612000', '122938.615000', '122938.617000', '122938.620000', '122938.623000', '122938.625000', '122938.628000', '122938.630000', '122938.633000', '122938.636000', '122938.638000', '122938.642000', '122938.644000', '122938.647000', '122938.650000', '122938.653000', '122938.656000', '122938.659000', '122938.661000', '122938.664000', '122958.521000', '122958.524000', '122958.530000', '122958.532000', '122958.535000', '122958.538000', '122958.540000', '122958.543000', '122958.545000', '122958.548000', '122958.550000', '122958.553000', '122958.565000', '122958.568000', '122958.570000', '122958.573000', '122958.576000', '122958.578000', '122958.581000', '122958.584000', '122958.586000', '122958.589000', '122958.591000', '122958.594000', '122958.596000', '122958.599000', '122958.602000', '122958.604000', '122958.607000', '122958.610000', '122958.612000', '122958.615000', '122958.617000', '122958.620000', '122958.623000', '122958.625000', '122958.628000', '122958.630000', '122958.633000', '122958.636000', '122958.638000', '122958.641000', '122958.644000', '122958.646000', '123018.520000', '123018.523000', '123018.526000', '123018.528000', '123018.531000', '123018.533000', '123018.536000', '123018.539000', '123018.541000', '123018.544000', '123018.546000', '123018.549000', '123018.552000', '123018.554000', '123018.557000', '123018.560000', '123018.562000', '123018.565000', '123018.567000', '123018.570000', '123018.573000', '123018.575000', '123018.578000', '123018.581000', '123018.583000', '123018.586000', '123018.588000', '123018.591000', '123018.593000', '123018.596000', '123018.599000', '123018.601000', '123018.604000', '123018.606000', '123018.609000', '123018.612000', '123018.614000', '123018.617000', '123018.619000', '123018.622000', '123018.625000', '123018.627000', '123018.630000', '123038.521000', '123038.524000', '123038.526000', '123038.529000', '123038.531000', '123038.534000', '123038.537000', '123038.539000', '123038.542000', '123038.544000', '123038.547000', '123038.550000', '123038.552000', '123038.555000', '123038.557000', '123038.560000', '123038.563000', '123038.565000', '123038.568000', '123038.571000', '123038.573000', '123038.576000', '123038.578000', '123038.581000', '123038.584000', '123038.586000', '123038.589000', '123038.591000', '123038.594000', '123038.597000', '123038.599000', '123038.602000', '123038.604000', '123038.607000', '123038.610000', '123038.612000', '123038.615000', '123038.617000', '123038.620000', '123038.623000', '123038.625000', '123038.628000', '123038.630000', '123038.633000', '123058.521000', '123058.523000', '123058.531000', '123058.534000', '123058.537000', '123058.539000', '123058.542000', '123058.544000', '123058.547000', '123058.550000', '123058.552000', '123058.555000', '123058.557000', '123058.560000', '123058.563000', '123058.565000', '123058.568000', '123058.571000', '123058.573000', '123058.576000', '123058.578000', '123058.581000', '123058.583000', '123058.586000', '123058.589000', '123058.591000', '123058.594000', '123058.596000', '123058.599000', '123058.602000', '123058.604000', '123058.607000', '123058.610000', '123058.612000', '123058.615000', '123058.617000', '123058.620000', '123058.622000', '123058.625000', '123058.628000', '123058.630000', '123058.633000', '123058.635000', '123118.520000', '123118.523000', '123118.526000', '123118.529000', '123118.531000', '123118.534000', '123118.536000', '123118.539000', '123118.541000', '123118.544000', '123118.547000', '123118.549000', '123118.552000', '123118.554000', '123118.557000', '123118.560000', '123118.562000', '123118.565000', '123118.568000', '123118.570000', '123118.573000', '123118.575000', '123118.578000', '123118.581000', '123118.583000', '123118.586000', '123118.588000', '123118.591000', '123118.594000', '123118.596000', '123118.599000', '123118.602000', '123118.604000', '123118.607000', '123118.610000', '123118.612000', '123118.615000', '123118.618000', '123118.620000', '123118.623000', '123118.625000', '123118.628000', '123118.630000', '123118.633000', '123138.520000', '123138.523000', '123138.526000', '123138.528000', '123138.531000', '123138.534000', '123138.536000', '123138.539000', '123138.542000', '123138.544000', '123138.547000', '123138.549000', '123138.552000', '123138.564000', '123138.566000', '123138.569000', '123138.572000', '123138.574000', '123138.577000', '123138.579000', '123138.582000', '123138.585000', '123138.587000', '123138.590000', '123138.592000', '123138.595000', '123138.598000', '123138.600000', '123138.603000', '123138.606000', '123138.608000', '123138.611000', '123138.614000', '123138.616000', '123138.619000', '123138.622000', '123138.624000', '123138.627000', '123138.630000', '123138.632000', '123138.635000', '123138.638000', '123138.640000', '123158.520000', '123158.522000', '123158.525000', '123158.528000', '123158.530000', '123158.533000', '123158.535000', '123158.538000', '123158.541000', '123158.544000', '123158.546000', '123158.549000', '123158.551000', '123158.554000', '123158.557000', '123158.559000', '123158.562000', '123158.564000', '123158.567000', '123158.570000', '123158.572000', '123158.575000', '123158.577000', '123158.580000', '123158.582000', '123158.585000', '123158.588000', '123158.590000', '123158.593000', '123158.595000', '123158.598000', '123158.601000', '123158.603000', '123158.606000', '123158.608000', '123158.611000', '123158.614000', '123158.616000', '123158.619000', '123158.621000', '123158.624000', '123158.627000', '123158.629000', '123158.632000', '123218.521000', '123218.523000', '123218.526000', '123218.529000', '123218.531000', '123218.534000', '123218.536000', '123218.539000', '123218.542000', '123218.544000', '123218.547000', '123218.549000', '123218.552000', '123218.555000', '123218.557000', '123218.560000', '123218.563000', '123218.565000', '123218.568000', '123218.570000', '123218.573000', '123218.576000', '123218.578000', '123218.581000', '123218.584000', '123218.586000', '123218.597000', '123218.599000', '123218.602000', '123218.605000', '123218.607000', '123218.610000', '123218.612000', '123218.615000', '123218.618000', '123218.620000', '123218.623000', '123218.625000', '123218.628000', '123218.631000', '123218.633000', '123218.636000', '123218.638000', '123238.521000', '123238.524000', '123238.526000', '123238.529000', '123238.531000', '123238.534000', '123238.537000', '123238.539000', '123238.542000', '123238.544000', '123238.547000', '123238.550000', '123238.552000', '123238.555000', '123238.557000', '123238.560000', '123238.563000', '123238.565000', '123238.568000', '123238.571000', '123238.573000', '123238.576000', '123238.578000', '123238.581000', '123238.584000', '123238.586000', '123238.589000', '123238.591000', '123238.594000', '123238.597000', '123238.599000', '123238.602000', '123238.604000', '123238.607000', '123238.610000', '123238.612000', '123238.615000', '123238.617000', '123238.620000', '123238.623000', '123238.625000', '123238.628000', '123238.631000', '123238.633000', '123258.521000', '123258.524000', '123258.526000', '123258.529000', '123258.531000', '123258.534000', '123258.537000', '123258.539000', '123258.542000', '123258.544000', '123258.547000', '123258.549000', '123258.552000', '123258.555000', '123258.557000', '123258.560000', '123258.563000', '123258.565000', '123258.584000', '123258.587000', '123258.590000', '123258.592000', '123258.595000', '123258.597000', '123258.600000', '123258.603000', '123258.605000', '123258.608000', '123258.610000', '123258.613000', '123258.616000', '123258.618000', '123258.621000', '123258.624000', '123258.626000', '123258.629000', '123258.631000', '123258.634000', '123258.637000', '123258.639000', '123258.642000', '123258.645000', '123258.647000', '123318.521000', '123318.523000', '123318.526000', '123318.529000', '123318.533000', '123318.536000', '123318.538000', '123318.541000', '123318.544000', '123318.546000', '123318.549000', '123318.552000', '123318.554000', '123318.557000', '123318.560000', '123318.562000', '123318.565000', '123318.568000', '123318.570000', '123318.573000', '123318.575000', '123318.578000', '123318.581000', '123318.583000', '123318.586000', '123318.589000', '123318.591000', '123318.594000', '123318.597000', '123318.599000', '123318.602000', '123318.605000', '123318.607000', '123318.610000', '123318.613000', '123318.615000', '123318.618000', '123318.620000', '123318.623000', '123318.625000', '123318.628000', '123318.631000', '123318.633000', '123338.520000', '123338.523000', '123338.526000', '123338.528000', '123338.531000', '123338.534000', '123338.536000', '123338.539000', '123338.541000', '123338.544000', '123338.547000', '123338.549000', '123338.552000', '123338.554000', '123338.557000', '123338.559000', '123338.562000', '123338.565000', '123338.567000', '123338.570000', '123338.572000', '123338.575000', '123338.577000', '123338.580000', '123338.583000', '123338.585000', '123338.588000', '123338.590000', '123338.593000', '123338.595000', '123338.598000', '123338.601000', '123338.603000', '123338.606000', '123338.608000', '123338.611000', '123338.614000', '123338.616000', '123338.619000', '123338.622000', '123338.624000', '123338.627000', '123338.629000', '123338.632000', '123358.520000', '123358.525000', '123358.528000', '123358.531000', '123358.534000', '123358.537000', '123358.540000', '123358.542000', '123358.545000', '123358.548000', '123358.551000', '123358.553000', '123358.556000', '123358.559000', '123358.561000', '123358.564000', '123358.566000', '123358.569000', '123358.571000', '123358.574000', '123358.577000', '123358.579000', '123358.582000', '123358.584000', '123358.587000', '123358.589000', '123358.592000', '123358.595000', '123358.597000', '123358.600000', '123358.603000', '123358.605000', '123358.608000', '123358.610000', '123358.613000', '123358.616000', '123358.618000', '123358.621000', '123358.623000', '123358.626000', '123358.628000', '123358.631000', '123358.633000', '123418.520000', '123418.522000', '123418.525000', '123418.528000', '123418.530000', '123418.533000', '123418.535000', '123418.538000', '123418.541000', '123418.543000', '123418.546000', '123418.549000', '123418.551000', '123418.554000', '123418.556000', '123418.559000', '123418.562000', '123418.564000', '123418.567000', '123418.569000', '123418.572000', '123418.575000', '123418.577000', '123418.580000', '123418.582000', '123418.585000', '123418.588000', '123418.590000', '123418.593000', '123418.595000', '123418.598000', '123418.601000', '123418.604000', '123418.606000', '123418.609000', '123418.611000', '123418.614000', '123418.617000', '123418.619000', '123418.622000', '123418.625000', '123418.627000', '123418.630000', '123418.632000', '123438.520000', '123438.523000', '123438.526000', '123438.529000', '123438.532000', '123438.534000', '123438.537000', '123438.540000', '123438.542000', '123438.545000', '123438.548000', '123438.550000', '123438.553000', '123438.555000', '123438.558000', '123438.561000', '123438.563000', '123438.566000', '123438.569000', '123438.573000', '123438.575000', '123438.578000', '123438.580000', '123438.583000', '123438.586000', '123438.588000', '123438.591000', '123438.593000', '123438.596000', '123438.599000', '123438.601000', '123438.604000', '123438.607000', '123438.609000', '123438.612000', '123438.614000', '123438.617000', '123438.619000', '123438.622000', '123438.625000', '123438.627000', '123438.630000', '123438.632000', '123458.521000', '123458.523000', '123458.526000', '123458.529000', '123458.531000', '123458.534000', '123458.536000', '123458.539000', '123458.542000', '123458.544000', '123458.547000', '123458.549000', '123458.552000', '123458.555000', '123458.562000', '123458.565000', '123458.568000', '123458.570000', '123458.573000', '123458.575000', '123458.578000', '123458.581000', '123458.583000', '123458.586000', '123458.588000', '123458.591000', '123458.594000', '123458.596000', '123458.599000', '123458.602000', '123458.604000', '123458.607000', '123458.609000', '123458.612000', '123458.614000', '123458.617000', '123458.620000', '123458.622000', '123458.625000', '123458.627000', '123458.630000', '123458.633000', '123458.635000', '123458.638000', '123518.521000', '123518.523000', '123518.526000', '123518.529000', '123518.532000', '123518.534000', '123518.537000', '123518.539000', '123518.542000', '123518.545000', '123518.547000', '123518.550000', '123518.553000', '123518.555000', '123518.558000', '123518.560000', '123518.563000', '123518.566000', '123518.568000', '123518.571000', '123518.573000', '123518.576000', '123518.579000', '123518.581000', '123518.584000', '123518.586000', '123518.589000', '123518.592000', '123518.594000', '123518.597000', '123518.599000', '123518.602000', '123518.605000', '123518.607000', '123518.610000', '123518.612000', '123518.615000', '123518.618000', '123518.620000', '123518.623000', '123518.625000', '123518.628000', '123518.631000', '123538.520000', '123538.523000', '123538.526000', '123538.529000', '123538.531000', '123538.534000', '123538.536000', '123538.539000', '123538.541000', '123538.544000', '123538.547000', '123538.549000', '123538.552000', '123538.554000', '123538.557000', '123538.560000', '123538.562000', '123538.565000', '123538.568000', '123538.570000', '123538.573000', '123538.575000', '123538.578000', '123538.581000', '123538.583000', '123538.586000', '123538.589000', '123538.591000', '123538.594000', '123538.596000', '123538.599000', '123538.602000', '123538.604000', '123538.607000', '123538.609000', '123538.612000', '123538.615000', '123538.617000', '123538.620000', '123538.622000', '123538.637000', '123538.640000', '123538.642000', '123538.645000', '123558.521000', '123558.523000', '123558.526000', '123558.529000', '123558.531000', '123558.534000', '123558.536000', '123558.539000', '123558.542000', '123558.544000', '123558.547000', '123558.550000', '123558.552000', '123558.555000', '123558.557000', '123558.560000', '123558.563000', '123558.565000', '123558.568000', '123558.570000', '123558.573000', '123558.575000', '123558.578000', '123558.581000', '123558.583000', '123558.586000', '123558.588000', '123558.591000', '123558.594000', '123558.596000', '123558.599000', '123558.602000', '123558.604000', '123558.607000', '123558.611000', '123558.614000', '123558.617000', '123558.620000', '123558.622000', '123558.625000', '123558.628000', '123558.631000', '123558.633000', '123618.521000', '123618.524000', '123618.526000', '123618.529000', '123618.532000', '123618.534000', '123618.537000', '123618.539000', '123618.542000', '123618.544000', '123618.547000', '123618.550000', '123618.552000', '123618.555000', '123618.558000', '123618.560000', '123618.563000', '123618.565000', '123618.568000', '123618.571000', '123618.573000', '123618.576000', '123618.579000', '123618.581000', '123618.584000', '123618.586000', '123618.589000', '123618.592000', '123618.594000', '123618.597000', '123618.600000', '123618.602000', '123618.605000', '123618.607000', '123618.610000', '123618.613000', '123618.615000', '123618.618000', '123618.620000', '123618.623000', '123618.625000', '123618.628000', '123618.631000', '123618.633000', '123638.520000', '123638.522000', '123638.525000', '123638.528000', '123638.530000', '123638.533000', '123638.536000', '123638.538000', '123638.541000', '123638.543000', '123638.546000', '123638.549000', '123638.551000', '123638.554000', '123638.556000', '123638.559000', '123638.562000', '123638.564000', '123638.567000', '123638.569000', '123638.572000', '123638.575000', '123638.577000', '123638.580000', '123638.582000', '123638.585000', '123638.588000', '123638.590000', '123638.593000', '123638.595000', '123638.598000', '123638.601000', '123638.603000', '123638.606000', '123638.608000', '123638.611000', '123638.614000', '123638.616000', '123638.619000', '123638.621000', '123638.624000', '123638.627000', '123638.629000', '123658.521000', '123658.523000', '123658.526000', '123658.529000', '123658.531000', '123658.534000', '123658.537000', '123658.539000', '123658.542000', '123658.545000', '123658.547000', '123658.550000', '123658.552000', '123658.555000', '123658.558000', '123658.560000', '123658.563000', '123658.565000', '123658.568000', '123658.571000', '123658.573000', '123658.576000', '123658.579000', '123658.581000', '123658.584000', '123658.586000', '123658.589000', '123658.592000', '123658.594000', '123658.597000', '123658.599000', '123658.602000', '123658.604000', '123658.607000', '123658.610000', '123658.612000', '123658.615000', '123658.644000', '123658.647000', '123658.649000', '123658.652000', '123658.654000', '123658.657000', '123658.660000', '123718.521000', '123718.524000', '123718.526000', '123718.529000', '123718.531000', '123718.534000', '123718.537000', '123718.539000', '123718.542000', '123718.545000', '123718.547000', '123718.550000', '123718.552000', '123718.555000', '123718.557000', '123718.560000', '123718.563000', '123718.565000', '123718.568000', '123718.570000', '123718.573000', '123718.576000', '123718.578000', '123718.581000', '123718.584000', '123718.587000', '123718.589000', '123718.592000', '123718.595000', '123718.597000', '123718.600000', '123718.603000', '123718.605000', '123718.608000', '123718.611000', '123718.613000', '123718.616000', '123718.618000', '123718.621000', '123718.623000', '123718.626000', '123718.629000', '123718.631000', '123738.521000', '123738.523000', '123738.526000', '123738.529000', '123738.531000', '123738.534000', '123738.537000', '123738.539000', '123738.542000', '123738.545000', '123738.547000', '123738.557000', '123738.560000', '123738.562000', '123738.565000', '123738.567000', '123738.570000', '123738.573000', '123738.575000', '123738.578000', '123738.581000', '123738.583000', '123738.586000', '123738.589000', '123738.591000', '123738.594000', '123738.596000', '123738.599000', '123738.602000', '123738.605000', '123738.607000', '123738.610000', '123738.613000', '123738.615000', '123738.618000', '123738.620000', '123738.623000', '123738.626000', '123738.628000', '123738.631000', '123738.633000', '123738.636000', '123738.639000', '123738.641000', '123758.521000', '123758.524000', '123758.526000', '123758.529000', '123758.532000', '123758.534000', '123758.537000', '123758.539000', '123758.542000', '123758.545000', '123758.547000', '123758.550000', '123758.552000', '123758.555000', '123758.558000', '123758.560000', '123758.563000', '123758.566000', '123758.568000', '123758.571000', '123758.573000', '123758.576000', '123758.579000', '123758.581000', '123758.584000', '123758.586000', '123758.589000', '123758.592000', '123758.594000', '123758.597000', '123758.600000', '123758.603000', '123758.605000', '123758.608000', '123758.611000', '123758.614000', '123758.616000', '123758.619000', '123758.622000', '123758.624000', '123758.627000', '123758.630000', '123758.632000', '123818.521000', '123818.524000', '123818.526000', '123818.529000', '123818.532000', '123818.534000', '123818.537000', '123818.540000', '123818.542000', '123818.545000', '123818.547000', '123818.550000', '123818.553000', '123818.555000', '123818.558000', '123818.560000', '123818.563000', '123818.566000', '123818.568000', '123818.594000', '123818.596000', '123818.599000', '123818.602000', '123818.604000', '123818.607000', '123818.609000', '123818.612000', '123818.615000', '123818.617000', '123818.620000', '123818.623000', '123818.625000', '123818.628000', '123818.630000', '123818.633000', '123818.636000', '123818.638000', '123818.641000', '123818.643000', '123818.646000', '123818.649000', '123818.651000', '123818.654000', '123818.656000', '123838.521000', '123838.524000', '123838.526000', '123838.529000', '123838.532000', '123838.534000', '123838.537000', '123838.539000', '123838.542000', '123838.545000', '123838.547000', '123838.550000', '123838.552000', '123838.555000', '123838.558000', '123838.560000', '123838.563000', '123838.565000', '123838.568000', '123838.571000', '123838.573000', '123838.576000', '123838.578000', '123838.581000', '123838.584000', '123838.586000', '123838.589000', '123838.591000', '123838.594000', '123838.597000', '123838.599000', '123838.602000', '123838.605000', '123838.607000', '123838.610000', '123838.612000', '123838.615000', '123838.618000', '123838.621000', '123838.623000', '123838.626000', '123838.629000', '123838.631000', '123846.003000', '123846.006000', '123846.009000', '123846.012000', '123846.015000', '123846.017000', '123846.021000', '123846.023000', '123846.026000', '123846.029000', '123846.032000', '123846.034000', '123846.037000', '123846.040000', '123846.043000', '123846.046000', '123846.049000'], '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': [7492, 7309, 7088, 6969, 6913, 6818, 6815, 6687, 6759, 6663, 6689, 6624, 6653, 6667, 6620, 6795, 6825, 6716, 6526, 6640, 6885, 6556, 6653, 6549, 6574, 6760, 6565, 6811, 6745, 6728, 6635, 6649, 6721, 6792, 6578, 6890, 6586, 6677, 6820, 6622, 6659, 6715, 6713, 6722, 6868, 6590, 6702, 6797, 6812, 6731, 6566, 6722, 6708, 6744, 6575, 6697, 6588, 7171, 6770, 6619, 6636, 6594, 6670, 6590, 6641, 6841, 6796, 6546, 6761, 6723, 6796, 6603, 6785, 6670, 6780, 6769, 6790, 6707, 6727, 6657, 6634, 6695, 6979, 6646, 7405, 6830, 6636, 6779, 6577, 6670, 6661, 6819, 6669, 6987, 6605, 6757, 6554, 6745, 6798, 6588, 6665, 6758, 6634, 6608, 6791, 6798, 6901, 6896, 6606, 6537, 6793, 6727, 6577, 6659, 6841, 6663, 6870, 6648, 6656, 6691, 6937, 6745, 6518, 6667, 6825, 6601, 6675, 6891, 6892, 6768, 6787, 6704, 6584, 6792, 6547, 6626, 6866, 6716, 6556, 6902, 6853, 6802, 6809, 6577, 6532, 6708, 6844, 6697, 6767, 6659, 6779, 6707, 6845, 6805, 6555, 6820, 6751, 6669, 6553, 6721, 6803, 6538, 6701, 6696, 6518, 6722, 6584, 6727, 6546, 6810, 6606, 6802, 6604, 6873, 6769, 6643, 6646, 6683, 6740, 6623, 6717, 6555, 6666, 6545, 6564, 6698, 6532, 6566, 6618, 6520, 6635, 6737, 6659, 6599, 6747, 6772, 6585, 6600, 6560, 6936, 6515, 6724, 6547, 6764, 6876, 6622, 6723, 6695, 6521, 6735, 6543, 6533, 6779, 6548, 7003, 6513, 6568, 6728, 6616, 6844, 6659, 6765, 6887, 6602, 7114, 6740, 7024, 6587, 6794, 6821, 6686, 6589, 6557, 6583, 6703, 6759, 6742, 6730, 6616, 6870, 6553, 6543, 7049, 6670, 6705, 6675, 6527, 6604, 6628, 6656, 6732, 6676, 6616, 6683, 6574, 6878, 6721, 6724, 6616, 6509, 6616, 6582, 6733, 6547, 6853, 6537, 6568, 6973, 6575, 6607, 6786, 6535, 6754, 6558, 6794, 6726, 6566, 6642, 6562, 6867, 6625, 6745, 6670, 6679, 6732, 6532, 6628, 6717, 6667, 6693, 6680, 6779, 7000, 6608, 6781, 6582, 6722, 6597, 6614, 6532, 6648, 6639, 6724, 6526, 6605, 6564, 6952, 6550, 6840, 6585, 6646, 6582, 6731, 6565, 6539, 6569, 6788, 6855, 6762, 6522, 6497, 6562, 6499, 6599, 6524, 6503, 6613, 6549, 6701, 6532, 6535, 6777, 6839, 6717, 6467, 6839, 6800, 6586, 6603, 6630, 6469, 6667, 6534, 6670, 6698, 6662, 6527, 6579, 6581, 6567, 6652, 6502, 6855, 6517, 6660, 6713, 6613, 6848, 6558, 6681, 6558, 6660, 6598, 6659, 6701, 6686, 6611, 6672, 7194, 6545, 6525, 6466, 6602, 6540, 6537, 6600, 6539, 6486, 6480, 6874, 6560, 6515, 6536, 6603, 6509, 6453, 6506, 6614, 6620, 6631, 6615, 6514, 6711, 6644, 6591, 6742, 7097, 6677, 6656, 6549, 6589, 6630, 6558, 6565, 6520, 6587, 6674, 6762, 6950, 6492, 6504, 6660, 6733, 6541, 6488, 6706, 6889, 7199, 6527, 6861, 6619, 6856, 6536, 6712, 6475, 6629, 6536, 6493, 7017, 6839, 6769, 6571, 6734, 6868, 6502, 6633, 6627, 6548, 6582, 6531, 6547, 6708, 6752, 6645, 6653, 6473, 6669, 6533, 6502, 7400, 6585, 6680, 6567, 7292, 6609, 6678, 6547, 7682, 6661, 6539, 6595, 6614, 6557, 6790, 6826, 6647, 6692, 6603, 6518, 6508, 6640, 6530, 6628, 6865, 6464, 6590, 6562, 6548, 6606, 6560, 6589, 6456, 6549, 6484, 6571, 6531, 6499, 6581, 6674, 6498, 6507, 6587, 6517, 6546, 6714, 6527, 6566, 6547, 6876, 6732, 6531, 6709, 6533, 6597, 6562, 6628, 6495, 6514, 6559, 6710, 6797, 6706, 6631, 6991, 6840, 6570, 6683, 6780, 7758, 6680, 6478, 6816, 6871, 6651, 6690, 6755, 6554, 6780, 6611, 7021, 6443, 6640, 6656, 6466, 6716, 6663, 6750, 6793, 6717, 6933, 6475, 6460, 6643, 6833, 6517, 6557, 6479, 6641, 6715, 6604, 6682, 6516, 6786, 6566, 6480, 6961, 6654, 6786, 6795, 7429, 6944, 6677, 6536, 6817, 6692, 6841, 6556, 6749, 6513, 6637, 6633, 6650, 6894, 6553, 6935, 6503, 6740, 6574, 6916, 6902, 6480, 7102, 6484, 6606, 6483, 6930, 6556, 6884, 6558, 6747, 7132, 6706, 6628, 6496, 7305, 6647, 6749, 6610, 6902, 6481, 6576, 6588, 6772, 7092, 6514, 6642, 6542, 6577, 6677, 6524, 6593, 6646, 6629, 6596, 6692, 6626, 6592, 6736, 7210, 6510, 6661, 6718, 6450, 6653, 6471, 6529, 6623, 6550, 6761, 6822, 6827, 6565, 6568, 6672, 6509, 6976, 6586, 6671, 6561, 6745, 6584, 6650, 6627, 6673, 6897, 6571, 6674, 6765, 6737, 6748, 6502, 6634, 6740, 6549, 6566, 6650, 6575, 6461, 6807, 6666, 6696, 6681, 6558, 6467, 6518, 6557, 6485, 6519, 6605, 6582, 6473, 6579, 6643, 6561, 6593, 6671, 6620, 6604, 6805, 6533, 7201, 6639, 6609, 6654, 6523, 6725, 6483, 6506, 6694, 6903, 6511, 6527, 6755, 6553, 6467, 6559, 6508, 6748, 6576, 6497, 6682, 6643, 6640, 6516, 6971, 7120, 6456, 6542, 6523, 6518, 6449, 6484, 6595, 6794, 6635, 6512, 6729, 6609, 6829, 6483, 6586, 6600, 6829, 6458, 6716, 6573, 6958, 6520, 6537, 6588, 6440, 6613, 6524, 6746, 6527, 6603, 6680, 6484, 6513, 6527, 6640, 6767, 6590, 6663, 6496, 6826, 6478, 6516, 6720, 6656, 6461, 6737, 6587, 6836, 6515, 6515, 6448, 6415, 7090, 6505, 6711, 6489, 6642, 6747, 6889, 6671, 6489, 6506, 6813, 6485, 6515, 6630, 6464, 6644, 6612, 6730, 6469, 6769, 7430, 6574, 6671, 6628, 6539, 6746, 6617, 6487, 6447, 6513, 6637, 6684, 6630, 6559, 6689, 6510, 6670, 6600, 6461, 6446, 6771, 6470, 6555, 6582, 6700, 6464, 6684, 6665, 6437, 6603, 6670, 6453, 6470, 6524, 6723, 6463, 6904, 6642, 6776, 6759, 6506, 6631, 6512, 6605, 6884, 6487, 6579, 6562, 6603, 6608, 6436, 6616, 6486, 6908, 6440, 6670, 6723, 6544, 6498, 6482, 6821, 6496, 6475, 6647, 6633, 6887, 6926, 6628, 6567, 6650, 6762, 6623, 6842, 6735, 6550, 6801, 6554, 6689, 6812, 6651, 6739, 6641, 6899, 6551, 6644, 6808, 6500, 6631, 6731, 6518, 6652, 6714, 6615, 6578, 6617, 6757, 6782, 6577, 6694, 6641, 6728, 6698, 6685, 6620, 6677, 6860, 6543, 6582, 6565, 6775, 6750, 6670, 7122, 6779, 6534, 6649, 6616, 6582, 6534, 6536, 6749, 6554, 6753, 7038, 6749, 6585, 6631, 6563, 7136, 6744, 6691, 6699, 6632, 6853, 6580, 7418, 6592, 6558, 6638, 6538, 6753, 6720, 6709, 6648, 6567, 6520, 6699, 6569, 6570, 6633, 6663, 6668, 6588, 6677, 6827, 6602, 6721, 6667, 6609, 6590, 6647, 6590, 7519, 6777, 6799, 6833, 6658, 6588, 6842, 6857, 6768, 6718, 6792, 6899, 6593, 6727, 6653, 7063, 6580, 6699, 6577, 6611, 7064, 6740, 6646, 6801, 6607, 6960, 6554, 6649, 6569, 6522, 6869, 6546, 6824, 6598, 6577, 6627, 6621, 6560, 6981, 6674, 6738, 6580, 6532, 6796, 6609, 6866, 6593, 6592, 6618, 6754, 6599, 6542, 6607, 6575, 6825, 7074, 6738, 6539, 6593, 6621, 6854, 6779, 6597, 6775, 6608, 6794, 6684, 7001, 6592, 6732, 6562, 6817, 6767, 6634, 6629, 6656, 6746, 6623, 6696, 6683, 6874, 6977, 6755, 6785, 6695, 6805, 6992, 7584, 6563, 6647, 6642, 6785, 6702, 6745, 6553, 6755, 6646, 6803, 6644, 6646, 6631, 6591, 6767, 6519, 6522, 6790, 6627, 6568, 6523, 6711, 6721, 6531, 6865, 6744, 6697, 6559, 6485, 6568, 6731, 6494, 6524, 6579, 6532, 6533, 6788, 6558, 6588, 6514, 6513, 6857, 6533, 6894, 6625, 6877, 6948, 6733, 6559, 6762, 6647, 6586, 6664, 6565, 6717, 6756, 6645, 6602, 6543, 6547, 6572, 6625, 6621, 6624, 6533, 6692, 6532, 6607, 6640, 6527, 6751, 6627, 6571, 6547, 6544, 6670, 6671, 6690, 6917, 6849, 6585, 6544, 7544, 7258, 7360, 7449, 7084, 6979, 6586, 6565, 6766, 6701, 6725, 6603, 6957, 7000, 7076, 6950, 6973, 6580, 6573, 6673, 6977, 6691, 6673, 6838, 7093, 7061, 6716, 6591, 6867, 6766, 7051, 6642, 6913, 6635, 6690, 6876, 6659, 7013, 7337, 7692, 7758, 7022, 6774, 6633, 6785, 6848, 6927, 6588, 6697, 6811, 6645, 6907, 6820, 6829, 6774, 6806, 6995, 6541, 6595, 6561, 6744, 6592, 6850, 6564, 6819, 6656, 6602, 6783, 6839, 6618, 6525, 6588, 6623, 6582, 6905, 6691, 7936, 6859, 6630, 6704, 6734, 6524, 6648, 6777, 6745, 6823, 6840, 6630, 6612, 6541, 7071, 6536, 6527, 6593, 6790, 6705, 6895, 6734, 6972, 6817, 6558, 6776, 6542, 6975, 6625, 6830, 6553, 6560, 6689, 6771, 6967, 6701, 7079, 6865, 7050, 6884, 6489, 6848, 6833, 6661, 6564, 6798, 6653, 6599, 6596, 6734, 6610, 6607, 6590, 6571, 6612, 6666, 6520, 6863, 6643, 6863, 6515, 6698, 6784, 6653, 6606, 6572, 6741, 6616, 6905, 6732, 6628, 6649, 6696, 6699, 6810, 6665, 6801, 6833, 6783, 6814, 6730, 6784, 6678, 6709, 6732, 6454, 6903, 6582, 7033, 6724, 6881, 6595, 6885, 6719, 6748, 6633, 7246, 6726, 6735, 6774, 6957, 6766, 6840, 6684, 6699, 7038, 6587, 6718, 6753, 6757, 6557, 6816, 6642, 6757, 6783, 6821, 6907, 6953, 6830, 6881, 6889, 6765, 6670, 6930, 6630, 6883, 6744, 6670, 6770, 6904, 6856, 7746, 6861, 6840, 6748, 6918, 6924, 7051, 6826, 7095, 6853, 6814, 7046, 6747, 6751, 6732, 6999, 6597, 7028, 6749, 6934, 6513, 6914, 6725, 6904, 6777, 6991, 6785, 6635, 6939, 6578, 6830, 6653, 7072, 6830, 6880, 6639, 6800, 6656, 6697, 6697, 6762, 6636, 6944, 6859, 6719, 6797, 6666, 6704, 6860, 6547, 6509, 6547, 6908, 6607, 7083, 6671, 6879, 6902, 7039], 'WindowCenter': [4134.0, 4113.0, 4100.0, 4084.0, 4072.0, 4070.0, 4068.0, 4055.0, 4059.0, 4057.0, 4060.0, 4060.0, 4056.0, 4059.0, 4070.0, 4069.0, 4060.0, 4069.0, 4073.0, 4072.0, 4071.0, 4059.0, 4071.0, 4061.0, 4070.0, 4072.0, 4073.0, 4073.0, 4071.0, 4075.0, 4085.0, 4084.0, 4072.0, 4083.0, 4073.0, 4072.0, 4073.0, 4073.0, 4071.0, 4083.0, 4085.0, 4074.0, 4075.0, 4072.0, 4076.0, 4073.0, 4073.0, 4070.0, 4071.0, 4071.0, 4072.0, 4073.0, 4071.0, 4072.0, 4071.0, 4069.0, 4059.0, 4070.0, 4069.0, 4069.0, 4060.0, 4059.0, 4059.0, 4057.0, 4070.0, 4060.0, 4070.0, 4056.0, 4057.0, 4059.0, 4058.0, 4060.0, 4059.0, 4070.0, 4057.0, 4071.0, 4071.0, 4072.0, 4070.0, 4085.0, 4073.0, 4069.0, 4083.0, 4069.0, 4084.0, 4082.0, 4073.0, 4073.0, 4071.0, 4073.0, 4070.0, 4073.0, 4071.0, 4071.0, 4085.0, 4073.0, 4061.0, 4058.0, 4071.0, 4067.0, 4070.0, 4057.0, 4067.0, 4070.0, 4069.0, 4070.0, 4071.0, 4082.0, 4072.0, 4072.0, 4072.0, 4073.0, 4073.0, 4072.0, 4083.0, 4088.0, 4086.0, 4084.0, 4088.0, 4087.0, 4084.0, 4088.0, 4078.0, 4086.0, 4077.0, 4085.0, 4074.0, 4084.0, 4083.0, 4076.0, 4075.0, 4075.0, 4073.0, 4072.0, 4073.0, 4070.0, 4075.0, 4085.0, 4074.0, 4081.0, 4071.0, 4073.0, 4074.0, 4074.0, 4073.0, 4085.0, 4075.0, 4071.0, 4086.0, 4074.0, 4072.0, 4082.0, 4085.0, 4076.0, 4074.0, 4085.0, 4088.0, 4086.0, 4077.0, 4087.0, 4084.0, 4075.0, 4085.0, 4085.0, 4077.0, 4087.0, 4085.0, 4075.0, 4072.0, 4084.0, 4085.0, 4084.0, 4085.0, 4086.0, 4085.0, 4087.0, 4088.0, 4084.0, 4084.0, 4084.0, 4073.0, 4074.0, 4074.0, 4072.0, 4084.0, 4075.0, 4076.0, 4073.0, 4073.0, 4073.0, 4072.0, 4072.0, 4071.0, 4073.0, 4073.0, 4069.0, 4072.0, 4089.0, 4086.0, 4084.0, 4071.0, 4071.0, 4071.0, 4083.0, 4073.0, 4073.0, 4074.0, 4085.0, 4074.0, 4071.0, 4073.0, 4075.0, 4085.0, 4075.0, 4084.0, 4069.0, 4086.0, 4085.0, 4082.0, 4084.0, 4086.0, 4085.0, 4098.0, 4086.0, 4097.0, 4096.0, 4095.0, 4099.0, 4089.0, 4090.0, 4087.0, 4088.0, 4085.0, 4086.0, 4085.0, 4089.0, 4087.0, 4088.0, 4089.0, 4087.0, 4077.0, 4076.0, 4083.0, 4087.0, 4087.0, 4086.0, 4073.0, 4082.0, 4082.0, 4074.0, 4070.0, 4082.0, 4085.0, 4071.0, 4072.0, 4073.0, 4073.0, 4075.0, 4075.0, 4072.0, 4076.0, 4074.0, 4075.0, 4072.0, 4072.0, 4073.0, 4073.0, 4081.0, 4079.0, 4067.0, 4068.0, 4066.0, 4070.0, 4073.0, 4069.0, 4070.0, 4083.0, 4072.0, 4086.0, 4074.0, 4074.0, 4070.0, 4072.0, 4073.0, 4072.0, 4072.0, 4069.0, 4074.0, 4073.0, 4076.0, 4070.0, 4073.0, 4085.0, 4084.0, 4084.0, 4085.0, 4083.0, 4098.0, 4085.0, 4086.0, 4092.0, 4095.0, 4097.0, 4082.0, 4084.0, 4082.0, 4094.0, 4089.0, 4087.0, 4073.0, 4088.0, 4075.0, 4086.0, 4087.0, 4073.0, 4072.0, 4072.0, 4073.0, 4073.0, 4074.0, 4076.0, 4072.0, 4074.0, 4072.0, 4074.0, 4074.0, 4072.0, 4075.0, 4072.0, 4074.0, 4071.0, 4073.0, 4070.0, 4074.0, 4070.0, 4069.0, 4073.0, 4072.0, 4073.0, 4072.0, 4063.0, 4072.0, 4061.0, 4071.0, 4085.0, 4088.0, 4073.0, 4082.0, 4084.0, 4082.0, 4083.0, 4072.0, 4096.0, 4086.0, 4096.0, 4085.0, 4083.0, 4096.0, 4085.0, 4097.0, 4073.0, 4083.0, 4072.0, 4073.0, 4081.0, 4084.0, 4072.0, 4070.0, 4083.0, 4069.0, 4072.0, 4068.0, 4068.0, 4059.0, 4059.0, 4068.0, 4056.0, 4059.0, 4059.0, 4067.0, 4074.0, 4058.0, 4068.0, 4067.0, 4070.0, 4058.0, 4058.0, 4068.0, 4069.0, 4059.0, 4085.0, 4073.0, 4069.0, 4067.0, 4068.0, 4070.0, 4069.0, 4069.0, 4069.0, 4056.0, 4059.0, 4073.0, 4058.0, 4071.0, 4070.0, 4070.0, 4069.0, 4071.0, 4071.0, 4071.0, 4063.0, 4073.0, 4096.0, 4081.0, 4068.0, 4066.0, 4076.0, 4077.0, 4058.0, 4067.0, 4066.0, 4068.0, 4057.0, 4079.0, 4067.0, 4079.0, 4068.0, 4079.0, 4080.0, 4090.0, 4079.0, 4070.0, 4066.0, 4071.0, 4082.0, 4086.0, 4074.0, 4071.0, 4069.0, 4072.0, 4071.0, 4071.0, 4070.0, 4059.0, 4059.0, 4057.0, 4060.0, 4062.0, 4059.0, 4069.0, 4069.0, 4071.0, 4073.0, 4081.0, 4070.0, 4069.0, 4058.0, 4083.0, 4070.0, 4074.0, 4069.0, 4083.0, 4070.0, 4073.0, 4071.0, 4074.0, 4071.0, 4073.0, 4071.0, 4073.0, 4074.0, 4072.0, 4071.0, 4075.0, 4069.0, 4086.0, 4083.0, 4068.0, 4069.0, 4059.0, 4058.0, 4059.0, 4060.0, 4057.0, 4058.0, 4057.0, 4041.0, 4045.0, 4054.0, 4044.0, 4043.0, 4042.0, 4046.0, 4044.0, 4041.0, 4031.0, 4039.0, 4031.0, 4041.0, 4043.0, 4042.0, 4041.0, 4043.0, 4040.0, 4041.0, 4042.0, 4033.0, 4044.0, 4041.0, 4052.0, 4053.0, 4053.0, 4050.0, 4073.0, 4069.0, 4065.0, 4067.0, 4064.0, 4075.0, 4064.0, 4054.0, 4061.0, 4053.0, 4065.0, 4067.0, 4063.0, 4053.0, 4053.0, 4064.0, 4063.0, 4053.0, 4051.0, 4052.0, 4053.0, 4056.0, 4054.0, 4063.0, 4054.0, 4065.0, 4064.0, 4053.0, 4054.0, 4066.0, 4066.0, 4058.0, 4066.0, 4067.0, 4068.0, 4070.0, 4069.0, 4083.0, 4084.0, 4099.0, 4084.0, 4073.0, 4088.0, 4074.0, 4075.0, 4086.0, 4102.0, 4089.0, 4097.0, 4085.0, 4100.0, 4103.0, 4089.0, 4078.0, 4087.0, 4075.0, 4073.0, 4072.0, 4073.0, 4084.0, 4077.0, 4074.0, 4063.0, 4059.0, 4058.0, 4069.0, 4073.0, 4060.0, 4054.0, 4047.0, 4059.0, 4059.0, 4069.0, 4061.0, 4067.0, 4048.0, 4056.0, 4057.0, 4061.0, 4071.0, 4060.0, 4066.0, 4060.0, 4059.0, 4059.0, 4072.0, 4060.0, 4057.0, 4059.0, 4058.0, 4071.0, 4060.0, 4059.0, 4059.0, 4059.0, 4060.0, 4057.0, 4058.0, 4072.0, 4058.0, 4059.0, 4059.0, 4071.0, 4068.0, 4060.0, 4069.0, 4062.0, 4061.0, 4068.0, 4056.0, 4056.0, 4059.0, 4061.0, 4072.0, 4061.0, 4071.0, 4069.0, 4072.0, 4070.0, 4073.0, 4070.0, 4061.0, 4070.0, 4068.0, 4070.0, 4086.0, 4069.0, 4071.0, 4068.0, 4071.0, 4073.0, 4071.0, 4057.0, 4058.0, 4058.0, 4067.0, 4071.0, 4057.0, 4071.0, 4074.0, 4070.0, 4069.0, 4070.0, 4069.0, 4061.0, 4069.0, 4066.0, 4069.0, 4071.0, 4061.0, 4060.0, 4058.0, 4059.0, 4059.0, 4057.0, 4066.0, 4069.0, 4060.0, 4071.0, 4070.0, 4070.0, 4071.0, 4071.0, 4073.0, 4073.0, 4072.0, 4072.0, 4083.0, 4073.0, 4072.0, 4074.0, 4072.0, 4072.0, 4071.0, 4073.0, 4073.0, 4071.0, 4073.0, 4059.0, 4072.0, 4070.0, 4073.0, 4062.0, 4060.0, 4072.0, 4072.0, 4062.0, 4072.0, 4071.0, 4070.0, 4061.0, 4073.0, 4072.0, 4063.0, 4061.0, 4063.0, 4061.0, 4063.0, 4059.0, 4072.0, 4072.0, 4071.0, 4059.0, 4070.0, 4074.0, 4073.0, 4072.0, 4070.0, 4069.0, 4073.0, 4062.0, 4070.0, 4071.0, 4071.0, 4071.0, 4069.0, 4074.0, 4063.0, 4074.0, 4061.0, 4072.0, 4073.0, 4072.0, 4074.0, 4074.0, 4062.0, 4062.0, 4071.0, 4073.0, 4070.0, 4070.0, 4058.0, 4071.0, 4060.0, 4059.0, 4070.0, 4070.0, 4063.0, 4070.0, 4062.0, 4071.0, 4062.0, 4055.0, 4060.0, 4061.0, 4072.0, 4061.0, 4073.0, 4067.0, 4072.0, 4073.0, 4071.0, 4069.0, 4058.0, 4073.0, 4072.0, 4063.0, 4061.0, 4070.0, 4060.0, 4071.0, 4070.0, 4070.0, 4072.0, 4073.0, 4083.0, 4072.0, 4073.0, 4071.0, 4061.0, 4070.0, 4074.0, 4063.0, 4062.0, 4061.0, 4070.0, 4069.0, 4072.0, 4072.0, 4073.0, 4063.0, 4069.0, 4070.0, 4070.0, 4072.0, 4068.0, 4074.0, 4069.0, 4073.0, 4073.0, 4073.0, 4084.0, 4075.0, 4073.0, 4072.0, 4073.0, 4062.0, 4065.0, 4062.0, 4072.0, 4062.0, 4070.0, 4071.0, 4071.0, 4072.0, 4063.0, 4070.0, 4059.0, 4073.0, 4085.0, 4073.0, 4072.0, 4073.0, 4072.0, 4076.0, 4075.0, 4071.0, 4061.0, 4071.0, 4061.0, 4071.0, 4061.0, 4061.0, 4059.0, 4056.0, 4070.0, 4063.0, 4062.0, 4068.0, 4072.0, 4072.0, 4084.0, 4074.0, 4073.0, 4072.0, 4072.0, 4073.0, 4071.0, 4072.0, 4060.0, 4071.0, 4061.0, 4071.0, 4073.0, 4071.0, 4072.0, 4070.0, 4072.0, 4062.0, 4072.0, 4073.0, 4057.0, 4072.0, 4071.0, 4060.0, 4071.0, 4072.0, 4072.0, 4072.0, 4071.0, 4069.0, 4071.0, 4072.0, 4070.0, 4071.0, 4058.0, 4059.0, 4060.0, 4059.0, 4069.0, 4060.0, 4060.0, 4071.0, 4072.0, 4072.0, 4071.0, 4070.0, 4072.0, 4075.0, 4061.0, 4072.0, 4073.0, 4073.0, 4063.0, 4073.0, 4072.0, 4062.0, 4061.0, 4072.0, 4072.0, 4074.0, 4071.0, 4072.0, 4073.0, 4073.0, 4085.0, 4073.0, 4072.0, 4085.0, 4073.0, 4081.0, 4085.0, 4074.0, 4085.0, 4075.0, 4085.0, 4075.0, 4073.0, 4073.0, 4072.0, 4062.0, 4072.0, 4073.0, 4071.0, 4070.0, 4073.0, 4072.0, 4073.0, 4073.0, 4073.0, 4072.0, 4073.0, 4071.0, 4074.0, 4072.0, 4073.0, 4072.0, 4084.0, 4072.0, 4073.0, 4073.0, 4071.0, 4074.0, 4073.0, 4084.0, 4075.0, 4075.0, 4074.0, 4084.0, 4073.0, 4072.0, 4073.0, 4073.0, 4073.0, 4072.0, 4072.0, 4071.0, 4072.0, 4070.0, 4072.0, 4069.0, 4072.0, 4070.0, 4057.0, 4070.0, 4071.0, 4061.0, 4068.0, 4062.0, 4072.0, 4071.0, 4069.0, 4070.0, 4070.0, 4069.0, 4074.0, 4071.0, 4071.0, 4071.0, 4061.0, 4069.0, 4070.0, 4069.0, 4060.0, 4071.0, 4071.0, 4061.0, 4062.0, 4060.0, 4060.0, 4060.0, 4060.0, 4071.0, 4069.0, 4060.0, 4071.0, 4071.0, 4071.0, 4071.0, 4071.0, 4072.0, 4072.0, 4072.0, 4084.0, 4085.0, 4073.0, 4073.0, 4073.0, 4073.0, 4075.0, 4072.0, 4073.0, 4072.0, 4072.0, 4072.0, 4071.0, 4071.0, 4072.0, 4072.0, 4072.0, 4074.0, 4073.0, 4068.0, 4071.0, 4081.0, 4073.0, 4060.0, 4060.0, 4060.0, 4059.0, 4057.0, 4061.0, 4070.0, 4060.0, 4070.0, 4071.0, 4068.0, 4071.0, 4071.0, 4072.0, 4071.0, 4073.0, 4070.0, 4072.0, 4072.0, 4071.0, 4072.0, 4072.0, 4069.0, 4074.0, 4072.0, 4072.0, 4073.0, 4072.0, 4072.0, 4073.0, 4073.0, 4062.0, 4072.0, 4059.0, 4072.0, 4082.0, 4075.0, 4085.0, 4072.0, 4068.0, 4069.0, 4067.0, 4079.0, 4097.0, 4096.0, 4094.0, 4085.0, 4075.0, 4071.0, 4071.0, 4071.0, 4067.0, 4071.0, 4072.0, 4070.0, 4072.0, 4068.0, 4058.0, 4058.0, 4071.0, 4058.0, 4058.0, 4072.0, 4060.0, 4069.0, 4060.0, 4060.0, 4071.0, 4058.0, 4072.0, 4069.0, 4068.0, 4061.0, 4062.0, 4070.0, 4069.0, 4070.0, 4084.0, 4071.0, 4074.0, 4070.0, 4092.0, 4083.0, 4084.0, 4082.0, 4084.0, 4086.0, 4083.0, 4078.0, 4080.0, 4090.0, 4079.0, 4079.0, 4089.0, 4080.0, 4091.0, 4091.0, 4082.0, 4082.0, 4069.0, 4068.0, 4067.0, 4067.0, 4057.0, 4065.0, 4066.0, 4065.0, 4054.0, 4054.0, 4054.0, 4055.0, 4052.0, 4053.0, 4054.0, 4055.0, 4051.0, 4055.0, 4066.0, 4065.0, 4066.0, 4077.0, 4076.0, 4066.0, 4067.0, 4082.0, 4068.0, 4080.0, 4079.0, 4080.0, 4082.0, 4080.0, 4079.0, 4074.0, 4072.0, 4073.0, 4073.0, 4090.0, 4097.0, 4076.0, 4087.0, 4092.0, 4076.0, 4075.0, 4062.0, 4061.0, 4057.0, 4071.0, 4075.0, 4075.0, 4060.0, 4061.0, 4048.0, 4059.0, 4060.0, 4060.0, 4056.0, 4057.0, 4080.0, 4059.0, 4072.0, 4069.0, 4057.0, 4062.0, 4060.0, 4062.0, 4055.0, 4059.0, 4074.0, 4070.0, 4071.0, 4060.0, 4070.0, 4060.0, 4057.0, 4058.0, 4072.0, 4057.0, 4072.0, 4060.0, 4066.0, 4068.0, 4075.0, 4060.0, 4059.0, 4068.0, 4059.0, 4072.0, 4061.0, 4072.0, 4069.0, 4072.0, 4082.0, 4087.0, 4085.0, 4087.0, 4084.0, 4086.0, 4077.0, 4085.0, 4083.0, 4076.0, 4078.0, 4076.0, 4091.0, 4089.0, 4075.0, 4075.0, 4072.0, 4075.0, 4076.0, 4072.0, 4064.0, 4051.0, 4037.0, 4048.0, 4036.0, 4035.0, 4031.0, 4030.0, 4033.0, 4029.0, 4029.0, 4031.0, 4029.0, 4029.0, 4028.0, 4029.0, 4028.0, 4041.0, 4042.0, 4040.0, 4047.0, 4044.0, 4048.0, 4055.0, 4058.0, 4058.0, 4055.0, 4060.0, 4071.0, 4069.0, 4073.0, 4076.0, 4083.0, 4088.0, 4086.0, 4077.0, 4083.0, 4072.0, 4099.0, 4084.0, 4088.0, 4088.0, 4098.0, 4076.0, 4077.0, 4084.0, 4082.0, 4072.0, 4071.0, 4074.0, 4071.0, 4074.0, 4074.0, 4074.0, 4061.0, 4062.0, 4058.0, 4060.0, 4058.0, 4058.0, 4058.0, 4057.0, 4055.0, 4058.0, 4055.0, 4059.0, 4070.0, 4057.0, 4057.0, 4071.0, 4057.0, 4061.0, 4072.0, 4075.0, 4071.0, 4071.0, 4073.0, 4080.0, 4076.0, 4069.0, 4075.0, 4085.0, 4073.0, 4072.0, 4072.0, 4072.0, 4060.0, 4072.0, 4084.0, 4072.0, 4075.0, 4073.0, 4082.0, 4071.0, 4081.0, 4071.0, 4082.0, 4074.0, 4086.0, 4072.0, 4096.0, 4073.0, 4084.0, 4074.0, 4075.0, 4070.0, 4073.0, 4075.0, 4072.0, 4074.0, 4073.0, 4084.0, 4086.0, 4083.0, 4087.0, 4088.0, 4102.0, 4085.0, 4086.0, 4095.0, 4086.0, 4086.0, 4090.0, 4074.0, 4071.0, 4072.0, 4060.0, 4062.0, 4059.0, 4068.0, 4069.0, 4081.0, 4059.0, 4060.0, 4068.0, 4083.0], 'WindowWidth': [9227.0, 9180.0, 9151.0, 9119.0, 9097.0, 9090.0, 9083.0, 9061.0, 9068.0, 9064.0, 9070.0, 9070.0, 9063.0, 9067.0, 9086.0, 9082.0, 9069.0, 9083.0, 9093.0, 9088.0, 9087.0, 9067.0, 9085.0, 9071.0, 9086.0, 9092.0, 9091.0, 9091.0, 9088.0, 9098.0, 9111.0, 9109.0, 9092.0, 9107.0, 9093.0, 9089.0, 9090.0, 9094.0, 9090.0, 9109.0, 9112.0, 9096.0, 9097.0, 9090.0, 9099.0, 9091.0, 9092.0, 9083.0, 9085.0, 9087.0, 9090.0, 9092.0, 9089.0, 9091.0, 9087.0, 9083.0, 9068.0, 9083.0, 9081.0, 9083.0, 9070.0, 9065.0, 9067.0, 9062.0, 9083.0, 9068.0, 9082.0, 9061.0, 9063.0, 9068.0, 9066.0, 9070.0, 9067.0, 9082.0, 9064.0, 9088.0, 9088.0, 9090.0, 9087.0, 9114.0, 9093.0, 9085.0, 9105.0, 9085.0, 9109.0, 9105.0, 9095.0, 9095.0, 9088.0, 9093.0, 9087.0, 9094.0, 9087.0, 9087.0, 9113.0, 9094.0, 9074.0, 9067.0, 9086.0, 9077.0, 9083.0, 9065.0, 9078.0, 9085.0, 9082.0, 9085.0, 9087.0, 9103.0, 9091.0, 9091.0, 9090.0, 9093.0, 9093.0, 9092.0, 9109.0, 9120.0, 9115.0, 9111.0, 9122.0, 9118.0, 9112.0, 9118.0, 9106.0, 9115.0, 9102.0, 9113.0, 9097.0, 9109.0, 9107.0, 9101.0, 9097.0, 9097.0, 9093.0, 9089.0, 9093.0, 9088.0, 9097.0, 9113.0, 9096.0, 9103.0, 9090.0, 9093.0, 9095.0, 9095.0, 9093.0, 9112.0, 9097.0, 9090.0, 9115.0, 9095.0, 9093.0, 9106.0, 9112.0, 9102.0, 9100.0, 9114.0, 9120.0, 9117.0, 9105.0, 9118.0, 9111.0, 9102.0, 9112.0, 9114.0, 9103.0, 9116.0, 9114.0, 9098.0, 9093.0, 9111.0, 9113.0, 9111.0, 9115.0, 9115.0, 9113.0, 9119.0, 9121.0, 9112.0, 9112.0, 9111.0, 9095.0, 9096.0, 9096.0, 9093.0, 9109.0, 9097.0, 9099.0, 9093.0, 9095.0, 9094.0, 9090.0, 9091.0, 9088.0, 9093.0, 9095.0, 9085.0, 9093.0, 9124.0, 9117.0, 9111.0, 9089.0, 9089.0, 9089.0, 9109.0, 9094.0, 9095.0, 9097.0, 9111.0, 9099.0, 9091.0, 9096.0, 9100.0, 9113.0, 9099.0, 9111.0, 9087.0, 9115.0, 9114.0, 9108.0, 9111.0, 9119.0, 9115.0, 9135.0, 9118.0, 9133.0, 9133.0, 9130.0, 9139.0, 9127.0, 9126.0, 9121.0, 9122.0, 9117.0, 9121.0, 9117.0, 9124.0, 9122.0, 9123.0, 9125.0, 9119.0, 9105.0, 9105.0, 9110.0, 9119.0, 9121.0, 9117.0, 9095.0, 9107.0, 9105.0, 9097.0, 9089.0, 9107.0, 9113.0, 9091.0, 9092.0, 9094.0, 9093.0, 9099.0, 9098.0, 9093.0, 9100.0, 9095.0, 9097.0, 9092.0, 9091.0, 9093.0, 9093.0, 9104.0, 9100.0, 9082.0, 9082.0, 9079.0, 9086.0, 9092.0, 9084.0, 9088.0, 9108.0, 9092.0, 9114.0, 9095.0, 9096.0, 9087.0, 9092.0, 9092.0, 9089.0, 9091.0, 9085.0, 9097.0, 9094.0, 9101.0, 9088.0, 9095.0, 9112.0, 9113.0, 9113.0, 9114.0, 9110.0, 9139.0, 9119.0, 9123.0, 9125.0, 9137.0, 9138.0, 9113.0, 9114.0, 9110.0, 9128.0, 9125.0, 9118.0, 9095.0, 9119.0, 9099.0, 9115.0, 9118.0, 9097.0, 9091.0, 9092.0, 9094.0, 9094.0, 9096.0, 9100.0, 9092.0, 9094.0, 9092.0, 9095.0, 9097.0, 9092.0, 9098.0, 9091.0, 9094.0, 9087.0, 9091.0, 9087.0, 9095.0, 9087.0, 9084.0, 9092.0, 9090.0, 9092.0, 9090.0, 9079.0, 9090.0, 9073.0, 9087.0, 9113.0, 9122.0, 9097.0, 9105.0, 9112.0, 9106.0, 9109.0, 9094.0, 9135.0, 9121.0, 9133.0, 9116.0, 9112.0, 9134.0, 9118.0, 9136.0, 9098.0, 9109.0, 9092.0, 9094.0, 9105.0, 9110.0, 9093.0, 9088.0, 9111.0, 9085.0, 9092.0, 9083.0, 9080.0, 9067.0, 9070.0, 9079.0, 9062.0, 9069.0, 9071.0, 9079.0, 9098.0, 9068.0, 9082.0, 9079.0, 9085.0, 9067.0, 9067.0, 9081.0, 9081.0, 9068.0, 9113.0, 9092.0, 9084.0, 9078.0, 9081.0, 9084.0, 9082.0, 9082.0, 9083.0, 9063.0, 9068.0, 9094.0, 9068.0, 9089.0, 9086.0, 9086.0, 9083.0, 9087.0, 9087.0, 9089.0, 9078.0, 9092.0, 9132.0, 9106.0, 9085.0, 9078.0, 9091.0, 9095.0, 9070.0, 9080.0, 9077.0, 9082.0, 9066.0, 9103.0, 9081.0, 9100.0, 9085.0, 9104.0, 9103.0, 9122.0, 9103.0, 9087.0, 9079.0, 9091.0, 9108.0, 9115.0, 9096.0, 9090.0, 9086.0, 9093.0, 9090.0, 9088.0, 9083.0, 9067.0, 9067.0, 9064.0, 9070.0, 9072.0, 9068.0, 9082.0, 9081.0, 9087.0, 9091.0, 9099.0, 9085.0, 9083.0, 9069.0, 9108.0, 9087.0, 9096.0, 9085.0, 9109.0, 9089.0, 9094.0, 9091.0, 9096.0, 9089.0, 9092.0, 9089.0, 9093.0, 9096.0, 9092.0, 9087.0, 9097.0, 9085.0, 9114.0, 9110.0, 9084.0, 9085.0, 9068.0, 9065.0, 9067.0, 9068.0, 9062.0, 9062.0, 9060.0, 9034.0, 9041.0, 9052.0, 9038.0, 9035.0, 9033.0, 9042.0, 9037.0, 9028.0, 9017.0, 9025.0, 9015.0, 9030.0, 9035.0, 9034.0, 9029.0, 9034.0, 9029.0, 9029.0, 9032.0, 9020.0, 9036.0, 9033.0, 9051.0, 9054.0, 9055.0, 9049.0, 9085.0, 9086.0, 9078.0, 9081.0, 9072.0, 9089.0, 9074.0, 9059.0, 9065.0, 9055.0, 9074.0, 9078.0, 9069.0, 9056.0, 9054.0, 9070.0, 9068.0, 9055.0, 9050.0, 9053.0, 9054.0, 9061.0, 9056.0, 9068.0, 9058.0, 9072.0, 9070.0, 9057.0, 9059.0, 9077.0, 9079.0, 9070.0, 9077.0, 9081.0, 9081.0, 9087.0, 9086.0, 9110.0, 9115.0, 9143.0, 9112.0, 9095.0, 9119.0, 9094.0, 9096.0, 9116.0, 9143.0, 9123.0, 9136.0, 9118.0, 9144.0, 9149.0, 9126.0, 9108.0, 9116.0, 9097.0, 9092.0, 9090.0, 9092.0, 9113.0, 9104.0, 9092.0, 9075.0, 9067.0, 9065.0, 9081.0, 9088.0, 9067.0, 9054.0, 9049.0, 9067.0, 9066.0, 9079.0, 9071.0, 9074.0, 9049.0, 9060.0, 9062.0, 9070.0, 9090.0, 9070.0, 9073.0, 9069.0, 9067.0, 9067.0, 9088.0, 9068.0, 9064.0, 9066.0, 9065.0, 9085.0, 9068.0, 9066.0, 9065.0, 9066.0, 9068.0, 9063.0, 9065.0, 9088.0, 9066.0, 9066.0, 9067.0, 9088.0, 9079.0, 9070.0, 9081.0, 9075.0, 9072.0, 9079.0, 9062.0, 9062.0, 9068.0, 9074.0, 9089.0, 9072.0, 9087.0, 9083.0, 9088.0, 9086.0, 9092.0, 9084.0, 9074.0, 9083.0, 9079.0, 9085.0, 9117.0, 9084.0, 9086.0, 9079.0, 9087.0, 9090.0, 9084.0, 9061.0, 9064.0, 9064.0, 9078.0, 9086.0, 9066.0, 9088.0, 9093.0, 9086.0, 9082.0, 9085.0, 9082.0, 9072.0, 9081.0, 9076.0, 9083.0, 9087.0, 9074.0, 9070.0, 9066.0, 9070.0, 9068.0, 9064.0, 9076.0, 9083.0, 9071.0, 9087.0, 9084.0, 9085.0, 9088.0, 9090.0, 9095.0, 9093.0, 9090.0, 9090.0, 9106.0, 9093.0, 9092.0, 9095.0, 9091.0, 9089.0, 9089.0, 9092.0, 9092.0, 9088.0, 9092.0, 9070.0, 9090.0, 9088.0, 9092.0, 9076.0, 9074.0, 9089.0, 9089.0, 9077.0, 9090.0, 9087.0, 9085.0, 9073.0, 9093.0, 9088.0, 9076.0, 9073.0, 9077.0, 9075.0, 9079.0, 9070.0, 9088.0, 9089.0, 9087.0, 9069.0, 9086.0, 9095.0, 9091.0, 9089.0, 9086.0, 9082.0, 9091.0, 9076.0, 9086.0, 9087.0, 9088.0, 9089.0, 9084.0, 9093.0, 9079.0, 9094.0, 9075.0, 9091.0, 9093.0, 9090.0, 9093.0, 9096.0, 9075.0, 9075.0, 9088.0, 9091.0, 9084.0, 9084.0, 9066.0, 9086.0, 9071.0, 9070.0, 9084.0, 9084.0, 9076.0, 9083.0, 9073.0, 9087.0, 9075.0, 9061.0, 9071.0, 9073.0, 9089.0, 9073.0, 9091.0, 9080.0, 9088.0, 9092.0, 9087.0, 9083.0, 9068.0, 9092.0, 9089.0, 9076.0, 9072.0, 9084.0, 9071.0, 9087.0, 9086.0, 9085.0, 9090.0, 9092.0, 9106.0, 9091.0, 9089.0, 9086.0, 9073.0, 9086.0, 9093.0, 9077.0, 9074.0, 9073.0, 9083.0, 9082.0, 9089.0, 9091.0, 9091.0, 9078.0, 9083.0, 9085.0, 9086.0, 9091.0, 9083.0, 9095.0, 9084.0, 9093.0, 9094.0, 9094.0, 9109.0, 9096.0, 9093.0, 9092.0, 9091.0, 9078.0, 9082.0, 9078.0, 9091.0, 9074.0, 9084.0, 9087.0, 9086.0, 9087.0, 9077.0, 9085.0, 9071.0, 9094.0, 9111.0, 9092.0, 9091.0, 9092.0, 9090.0, 9098.0, 9097.0, 9087.0, 9074.0, 9086.0, 9073.0, 9085.0, 9071.0, 9072.0, 9068.0, 9061.0, 9084.0, 9077.0, 9075.0, 9079.0, 9088.0, 9089.0, 9107.0, 9094.0, 9092.0, 9090.0, 9090.0, 9090.0, 9088.0, 9090.0, 9071.0, 9088.0, 9072.0, 9087.0, 9092.0, 9087.0, 9088.0, 9085.0, 9088.0, 9074.0, 9090.0, 9091.0, 9065.0, 9090.0, 9085.0, 9071.0, 9087.0, 9088.0, 9087.0, 9088.0, 9085.0, 9082.0, 9086.0, 9087.0, 9082.0, 9084.0, 9065.0, 9066.0, 9069.0, 9066.0, 9081.0, 9069.0, 9071.0, 9085.0, 9088.0, 9089.0, 9086.0, 9084.0, 9089.0, 9097.0, 9073.0, 9090.0, 9091.0, 9092.0, 9078.0, 9091.0, 9089.0, 9074.0, 9073.0, 9089.0, 9088.0, 9091.0, 9087.0, 9089.0, 9092.0, 9093.0, 9111.0, 9092.0, 9091.0, 9111.0, 9095.0, 9104.0, 9111.0, 9095.0, 9111.0, 9097.0, 9111.0, 9098.0, 9092.0, 9091.0, 9088.0, 9075.0, 9089.0, 9090.0, 9087.0, 9084.0, 9090.0, 9091.0, 9092.0, 9091.0, 9090.0, 9090.0, 9091.0, 9089.0, 9094.0, 9091.0, 9093.0, 9089.0, 9107.0, 9091.0, 9091.0, 9092.0, 9089.0, 9094.0, 9093.0, 9109.0, 9097.0, 9097.0, 9096.0, 9108.0, 9092.0, 9091.0, 9093.0, 9091.0, 9090.0, 9089.0, 9088.0, 9087.0, 9089.0, 9083.0, 9086.0, 9081.0, 9087.0, 9082.0, 9064.0, 9084.0, 9084.0, 9072.0, 9079.0, 9076.0, 9088.0, 9085.0, 9082.0, 9084.0, 9084.0, 9083.0, 9092.0, 9085.0, 9087.0, 9084.0, 9072.0, 9082.0, 9085.0, 9082.0, 9070.0, 9087.0, 9086.0, 9071.0, 9073.0, 9069.0, 9069.0, 9069.0, 9070.0, 9084.0, 9081.0, 9070.0, 9085.0, 9087.0, 9085.0, 9086.0, 9087.0, 9090.0, 9090.0, 9091.0, 9110.0, 9110.0, 9094.0, 9093.0, 9093.0, 9093.0, 9098.0, 9090.0, 9091.0, 9090.0, 9089.0, 9089.0, 9085.0, 9087.0, 9089.0, 9089.0, 9088.0, 9094.0, 9090.0, 9081.0, 9085.0, 9098.0, 9089.0, 9070.0, 9069.0, 9068.0, 9067.0, 9062.0, 9073.0, 9083.0, 9069.0, 9085.0, 9085.0, 9079.0, 9086.0, 9088.0, 9090.0, 9086.0, 9092.0, 9087.0, 9090.0, 9089.0, 9087.0, 9089.0, 9088.0, 9084.0, 9094.0, 9089.0, 9089.0, 9093.0, 9090.0, 9090.0, 9093.0, 9092.0, 9076.0, 9087.0, 9067.0, 9090.0, 9104.0, 9101.0, 9111.0, 9090.0, 9080.0, 9082.0, 9079.0, 9097.0, 9136.0, 9133.0, 9127.0, 9114.0, 9099.0, 9089.0, 9087.0, 9086.0, 9078.0, 9088.0, 9089.0, 9086.0, 9089.0, 9081.0, 9068.0, 9067.0, 9086.0, 9064.0, 9066.0, 9090.0, 9073.0, 9083.0, 9069.0, 9069.0, 9084.0, 9066.0, 9090.0, 9083.0, 9080.0, 9074.0, 9076.0, 9086.0, 9085.0, 9085.0, 9108.0, 9089.0, 9095.0, 9087.0, 9118.0, 9106.0, 9108.0, 9104.0, 9111.0, 9117.0, 9111.0, 9101.0, 9104.0, 9122.0, 9105.0, 9105.0, 9117.0, 9105.0, 9122.0, 9122.0, 9109.0, 9109.0, 9086.0, 9084.0, 9081.0, 9079.0, 9065.0, 9072.0, 9074.0, 9071.0, 9055.0, 9053.0, 9055.0, 9056.0, 9051.0, 9051.0, 9054.0, 9057.0, 9049.0, 9058.0, 9077.0, 9072.0, 9075.0, 9092.0, 9088.0, 9078.0, 9082.0, 9107.0, 9085.0, 9105.0, 9102.0, 9103.0, 9108.0, 9103.0, 9102.0, 9093.0, 9088.0, 9092.0, 9091.0, 9125.0, 9135.0, 9103.0, 9121.0, 9132.0, 9100.0, 9095.0, 9073.0, 9070.0, 9063.0, 9087.0, 9097.0, 9093.0, 9067.0, 9068.0, 9048.0, 9064.0, 9068.0, 9068.0, 9058.0, 9060.0, 9094.0, 9068.0, 9090.0, 9082.0, 9062.0, 9072.0, 9068.0, 9073.0, 9058.0, 9066.0, 9093.0, 9088.0, 9087.0, 9070.0, 9083.0, 9068.0, 9063.0, 9066.0, 9088.0, 9063.0, 9088.0, 9069.0, 9074.0, 9080.0, 9097.0, 9070.0, 9067.0, 9079.0, 9066.0, 9090.0, 9075.0, 9087.0, 9081.0, 9090.0, 9104.0, 9119.0, 9115.0, 9117.0, 9110.0, 9116.0, 9106.0, 9115.0, 9109.0, 9099.0, 9104.0, 9099.0, 9127.0, 9121.0, 9096.0, 9095.0, 9090.0, 9094.0, 9096.0, 9089.0, 9077.0, 9053.0, 9030.0, 9043.0, 9023.0, 9022.0, 9011.0, 9011.0, 9017.0, 9006.0, 9008.0, 9011.0, 9007.0, 9006.0, 9004.0, 9007.0, 9008.0, 9029.0, 9030.0, 9027.0, 9042.0, 9037.0, 9045.0, 9056.0, 9063.0, 9064.0, 9057.0, 9069.0, 9085.0, 9083.0, 9090.0, 9101.0, 9110.0, 9121.0, 9114.0, 9102.0, 9108.0, 9092.0, 9137.0, 9115.0, 9119.0, 9119.0, 9135.0, 9100.0, 9101.0, 9110.0, 9106.0, 9092.0, 9089.0, 9093.0, 9089.0, 9093.0, 9092.0, 9093.0, 9070.0, 9072.0, 9063.0, 9067.0, 9067.0, 9064.0, 9063.0, 9059.0, 9056.0, 9061.0, 9055.0, 9064.0, 9085.0, 9062.0, 9060.0, 9083.0, 9061.0, 9069.0, 9092.0, 9097.0, 9085.0, 9086.0, 9090.0, 9098.0, 9099.0, 9082.0, 9096.0, 9111.0, 9090.0, 9085.0, 9086.0, 9086.0, 9070.0, 9087.0, 9110.0, 9092.0, 9096.0, 9093.0, 9105.0, 9088.0, 9102.0, 9089.0, 9103.0, 9097.0, 9113.0, 9090.0, 9132.0, 9093.0, 9108.0, 9094.0, 9098.0, 9085.0, 9091.0, 9097.0, 9090.0, 9094.0, 9095.0, 9110.0, 9120.0, 9108.0, 9122.0, 9124.0, 9146.0, 9116.0, 9118.0, 9129.0, 9118.0, 9116.0, 9127.0, 9096.0, 9088.0, 9088.0, 9069.0, 9077.0, 9067.0, 9078.0, 9083.0, 9104.0, 9067.0, 9066.0, 9077.0, 9107.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.000764839883551674</td></tr>
<tr><td colspan=3>aqi</td><td>0.026318861644832606</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.448530020648235</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1240559389366362</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9839875203350328</td></tr>
<tr><td colspan=3>efc</td><td>0.4572</td></tr>
<tr><td colspan=3>fber</td><td>6258.3911</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08238298178993296</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.8384279475982535</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.47993170195701</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4482105779937475</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7445697527461763</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.247014775131106</td></tr>
<tr><td colspan=3>gcor</td><td>0.00991531</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01659412309527397</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0319405198097229</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.948476740856442</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>25.0219</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5781</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.9293</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306790.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>843.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.7866</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2351</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.3685</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3358.7465</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69754.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4433.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.9962</td></tr>
<tr><td colspan=3>tsnr</td><td>36.247529098181985</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>