ds005256-mriqc/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter b4bcf2976c [DATALAD RUNCMD] Compute MRIQC for sub-0123
=== 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-0123 --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-0123",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 13:10:01 +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-0123_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-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0123/figures/sub-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123/ses-01/func/sub-0123_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>a9689849014e2d9fa6e2ee391c5486a6</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>10:01:19.617500</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.998197, -0.0448054, 0.0399408, 0.0448041, 0.998995, 0.000927313]</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.259</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.0736538</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>[4239, -7731, -7338, 127, -118, 52, -90, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.75</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>00d9170d-092f-4e5f-9140-68f92275d611||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.6780896186828613, 0.12020612508058548, 0.10784407705068588, 104.15369415283203], [0.12020952999591827, 2.6802315711975098, -0.002332452917471528, -111.7833251953125], [0.10715831816196442, -0.002487913938239217, 2.6978442668914795, -99.52599334716797], [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': ['100119.617500', '100120.077500', '100120.537500', '100120.997500', '100121.457500', '100121.917500', '100122.377500', '100122.837500', '100123.297500', '100123.757500', '100124.217500', '100124.677500', '100125.137500', '100125.597500', '100126.057500', '100126.517500', '100126.977500', '100127.437500', '100127.897500', '100128.357500', '100128.817500', '100129.277500', '100129.737500', '100130.197500', '100130.657500', '100131.117500', '100131.577500', '100132.037500', '100132.497500', '100132.957500', '100133.417500', '100133.877500', '100134.337500', '100134.797500', '100135.257500', '100135.717500', '100136.177500', '100136.637500', '100137.097500', '100137.557500', '100138.017500', '100138.477500', '100138.937500', '100139.397500', '100139.857500', '100140.317500', '100140.777500', '100141.237500', '100141.697500', '100142.157500', '100142.617500', '100143.077500', '100143.537500', '100143.997500', '100144.457500', '100144.917500', '100145.377500', '100145.837500', '100146.297500', '100146.757500', '100147.217500', '100147.677500', '100148.137500', '100148.597500', '100149.057500', '100149.517500', '100149.977500', '100150.437500', '100150.897500', '100151.357500', '100151.817500', '100152.277500', '100152.737500', '100153.197500', '100153.657500', '100154.117500', '100154.577500', '100155.037500', '100155.497500', '100155.957500', '100156.417500', '100156.877500', '100157.337500', '100157.797500', '100158.257500', '100158.717500', '100159.177500', '100159.637500', '100200.097500', '100200.557500', '100201.017500', '100201.477500', '100201.937500', '100202.397500', '100202.857500', '100203.317500', '100203.777500', '100204.237500', '100204.697500', '100205.157500', '100205.617500', '100206.077500', '100206.537500', '100206.997500', '100207.457500', '100207.917500', '100208.377500', '100208.837500', '100209.297500', '100209.757500', '100210.217500', '100210.677500', '100211.137500', '100211.597500', '100212.057500', '100212.517500', '100212.977500', '100213.437500', '100213.897500', '100214.357500', '100214.817500', '100215.277500', '100215.737500', '100216.197500', '100216.657500', '100217.117500', '100217.577500', '100218.037500', '100218.497500', '100218.957500', '100219.417500', '100219.877500', '100220.337500', '100220.797500', '100221.257500', '100221.717500', '100222.177500', '100222.637500', '100223.097500', '100223.557500', '100224.017500', '100224.477500', '100224.937500', '100225.397500', '100225.857500', '100226.317500', '100226.777500', '100227.237500', '100227.697500', '100228.157500', '100228.617500', '100229.077500', '100229.537500', '100229.997500', '100230.457500', '100230.917500', '100231.377500', '100231.837500', '100232.297500', '100232.757500', '100233.217500', '100233.677500', '100234.137500', '100234.597500', '100235.057500', '100235.517500', '100235.977500', '100236.437500', '100236.897500', '100237.357500', '100237.817500', '100238.277500', '100238.737500', '100239.197500', '100239.657500', '100240.117500', '100240.577500', '100241.037500', '100241.497500', '100241.957500', '100242.417500', '100242.877500', '100243.337500', '100243.797500', '100244.257500', '100244.717500', '100245.177500', '100245.637500', '100246.097500', '100246.557500', '100247.017500', '100247.477500', '100247.937500', '100248.397500', '100248.857500', '100249.317500', '100249.777500', '100250.237500', '100250.697500', '100251.157500', '100251.617500', '100252.077500', '100252.537500', '100252.997500', '100253.457500', '100253.917500', '100254.377500', '100254.837500', '100255.297500', '100255.757500', '100256.217500', '100256.677500', '100257.137500', '100257.597500', '100258.057500', '100258.517500', '100258.977500', '100259.437500', '100259.897500', '100300.357500', '100300.817500', '100301.277500', '100301.737500', '100302.197500', '100302.657500', '100303.117500', '100303.577500', '100304.037500', '100304.497500', '100304.957500', '100305.417500', '100305.877500', '100306.337500', '100306.797500', '100307.257500', '100307.717500', '100308.177500', '100308.637500', '100309.097500', '100309.557500', '100310.017500', '100310.477500', '100310.937500', '100311.397500', '100311.857500', '100312.317500', '100312.777500', '100313.237500', '100313.697500', '100314.157500', '100314.617500', '100315.077500', '100315.537500', '100315.997500', '100316.457500', '100316.917500', '100317.377500', '100317.837500', '100318.297500', '100318.757500', '100319.217500', '100319.677500', '100320.137500', '100320.597500', '100321.057500', '100321.517500', '100321.977500', '100322.437500', '100322.897500', '100323.357500', '100323.817500', '100324.277500', '100324.737500', '100325.197500', '100325.657500', '100326.117500', '100326.577500', '100327.037500', '100327.497500', '100327.957500', '100328.417500', '100328.877500', '100329.337500', '100329.797500', '100330.257500', '100330.717500', '100331.177500', '100331.637500', '100332.097500', '100332.557500', '100333.017500', '100333.477500', '100333.937500', '100334.397500', '100334.857500', '100335.317500', '100335.777500', '100336.237500', '100336.697500', '100337.157500', '100337.617500', '100338.077500', '100338.537500', '100338.997500', '100339.457500', '100339.917500', '100340.377500', '100340.837500', '100341.297500', '100341.757500', '100342.217500', '100342.677500', '100343.137500', '100343.597500', '100344.057500', '100344.517500', '100344.977500', '100345.437500', '100345.897500', '100346.357500', '100346.817500', '100347.277500', '100347.737500', '100348.197500', '100348.657500', '100349.117500', '100349.577500', '100350.037500', '100350.497500', '100350.957500', '100351.417500', '100351.877500', '100352.337500', '100352.797500', '100353.257500', '100353.717500', '100354.177500', '100354.637500', '100355.097500', '100355.557500', '100356.017500', '100356.477500', '100356.937500', '100357.397500', '100357.857500', '100358.317500', '100358.777500', '100359.237500', '100359.697500', '100400.157500', '100400.617500', '100401.077500', '100401.537500', '100401.997500', '100402.457500', '100402.917500', '100403.377500', '100403.837500', '100404.297500', '100404.757500', '100405.217500', '100405.677500', '100406.137500', '100406.597500', '100407.057500', '100407.517500', '100407.977500', '100408.437500', '100408.897500', '100409.357500', '100409.817500', '100410.277500', '100410.737500', '100411.197500', '100411.657500', '100412.117500', '100412.577500', '100413.037500', '100413.497500', '100413.957500', '100414.417500', '100414.877500', '100415.337500', '100415.797500', '100416.257500', '100416.717500', '100417.177500', '100417.637500', '100418.097500', '100418.557500', '100419.017500', '100419.477500', '100419.937500', '100420.397500', '100420.857500', '100421.317500', '100421.777500', '100422.237500', '100422.697500', '100423.157500', '100423.617500', '100424.077500', '100424.537500', '100424.997500', '100425.457500', '100425.917500', '100426.377500', '100426.837500', '100427.297500', '100427.757500', '100428.217500', '100428.677500', '100429.137500', '100429.597500', '100430.057500', '100430.517500', '100430.977500', '100431.437500', '100431.897500', '100432.357500', '100432.817500', '100433.277500', '100433.737500', '100434.197500', '100434.657500', '100435.117500', '100435.577500', '100436.037500', '100436.497500', '100436.957500', '100437.417500', '100437.877500', '100438.337500', '100438.797500', '100439.257500', '100439.717500', '100440.177500', '100440.637500', '100441.097500', '100441.557500', '100442.017500', '100442.477500', '100442.937500', '100443.397500', '100443.857500', '100444.317500', '100444.777500', '100445.237500', '100445.697500', '100446.157500', '100446.617500', '100447.077500', '100447.537500', '100447.997500', '100448.457500', '100448.917500', '100449.377500', '100449.837500', '100450.297500', '100450.757500', '100451.217500', '100451.677500', '100452.137500', '100452.597500', '100453.057500', '100453.517500', '100453.977500', '100454.437500', '100454.897500', '100455.357500', '100455.817500', '100456.277500', '100456.737500', '100457.197500', '100457.657500', '100458.117500', '100458.577500', '100459.037500', '100459.497500', '100459.957500', '100500.417500', '100500.877500', '100501.337500', '100501.797500', '100502.257500', '100502.717500', '100503.177500', '100503.637500', '100504.097500', '100504.557500', '100505.017500', '100505.477500', '100505.937500', '100506.397500', '100506.857500', '100507.317500', '100507.777500', '100508.237500', '100508.697500', '100509.157500', '100509.617500', '100510.077500', '100510.537500', '100510.997500', '100511.457500', '100511.917500', '100512.377500', '100512.837500', '100513.297500', '100513.757500', '100514.217500', '100514.677500', '100515.137500', '100515.597500', '100516.057500', '100516.517500', '100516.977500', '100517.437500', '100517.897500', '100518.357500', '100518.817500', '100519.277500', '100519.737500', '100520.197500', '100520.657500', '100521.117500', '100521.577500', '100522.037500', '100522.497500', '100522.957500', '100523.417500', '100523.877500', '100524.337500', '100524.797500', '100525.257500', '100525.717500', '100526.177500', '100526.637500', '100527.097500', '100527.557500', '100528.017500', '100528.477500', '100528.937500', '100529.397500', '100529.857500', '100530.317500', '100530.777500', '100531.237500', '100531.697500', '100532.157500', '100532.617500', '100533.077500', '100533.537500', '100533.997500', '100534.457500', '100534.917500', '100535.377500', '100535.837500', '100536.297500', '100536.757500', '100537.217500', '100537.677500', '100538.137500', '100538.597500', '100539.057500', '100539.517500', '100539.977500', '100540.437500', '100540.897500', '100541.357500', '100541.817500', '100542.277500', '100542.737500', '100543.197500', '100543.657500', '100544.117500', '100544.577500', '100545.037500', '100545.497500', '100545.957500', '100546.417500', '100546.877500', '100547.337500', '100547.797500', '100548.257500', '100548.717500', '100549.177500', '100549.637500', '100550.097500', '100550.557500', '100551.017500', '100551.477500', '100551.937500', '100552.397500', '100552.857500', '100553.317500', '100553.777500', '100554.237500', '100554.697500', '100555.157500', '100555.617500', '100556.077500', '100556.537500', '100556.997500', '100557.457500', '100557.917500', '100558.377500', '100558.837500', '100559.297500', '100559.757500', '100600.217500', '100600.677500', '100601.137500', '100601.597500', '100602.057500', '100602.517500', '100602.977500', '100603.437500', '100603.897500', '100604.357500', '100604.817500', '100605.277500', '100605.737500', '100606.197500', '100606.657500', '100607.117500', '100607.577500', '100608.037500', '100608.497500', '100608.957500', '100609.417500', '100609.877500', '100610.337500', '100610.797500', '100611.257500', '100611.717500', '100612.177500', '100612.637500', '100613.097500', '100613.557500', '100614.017500', '100614.477500', '100614.937500', '100615.397500', '100615.857500', '100616.317500', '100616.777500', '100617.237500', '100617.697500', '100618.157500', '100618.617500', '100619.077500', '100619.537500', '100619.997500', '100620.457500', '100620.917500', '100621.377500', '100621.837500', '100622.297500', '100622.757500', '100623.217500', '100623.677500', '100624.137500', '100624.597500', '100625.057500', '100625.517500', '100625.977500', '100626.437500', '100626.897500', '100627.357500', '100627.817500', '100628.277500', '100628.737500', '100629.197500', '100629.657500', '100630.117500', '100630.577500', '100631.037500', '100631.497500', '100631.957500', '100632.417500', '100632.877500', '100633.337500', '100633.797500', '100634.257500', '100634.717500', '100635.177500', '100635.637500', '100636.097500', '100636.557500', '100637.017500', '100637.477500', '100637.937500', '100638.397500', '100638.857500', '100639.317500', '100639.777500', '100640.237500', '100640.697500', '100641.157500', '100641.617500', '100642.077500', '100642.537500', '100642.997500', '100643.457500', '100643.917500', '100644.377500', '100644.837500', '100645.297500', '100645.757500', '100646.217500', '100646.677500', '100647.137500', '100647.597500', '100648.057500', '100648.517500', '100648.977500', '100649.437500', '100649.897500', '100650.357500', '100650.817500', '100651.277500', '100651.737500', '100652.197500', '100652.657500', '100653.117500', '100653.577500', '100654.037500', '100654.497500', '100654.957500', '100655.417500', '100655.877500', '100656.337500', '100656.797500', '100657.257500', '100657.717500', '100658.177500', '100658.637500', '100659.097500', '100659.557500', '100700.017500', '100700.477500', '100700.937500', '100701.397500', '100701.857500', '100702.317500', '100702.777500', '100703.237500', '100703.697500', '100704.157500', '100704.617500', '100705.077500', '100705.537500', '100705.997500', '100706.457500', '100706.917500', '100707.377500', '100707.837500', '100708.297500', '100708.757500', '100709.217500', '100709.677500', '100710.137500', '100710.597500', '100711.057500', '100711.517500', '100711.977500', '100712.437500', '100712.897500', '100713.357500', '100713.817500', '100714.277500', '100714.737500', '100715.197500', '100715.657500', '100716.117500', '100716.577500', '100717.037500', '100717.497500', '100717.957500', '100718.417500', '100718.877500', '100719.337500', '100719.797500', '100720.257500', '100720.717500', '100721.177500', '100721.637500', '100722.097500', '100722.557500', '100723.017500', '100723.477500', '100723.937500', '100724.397500', '100724.857500', '100725.317500', '100725.777500', '100726.237500', '100726.697500', '100727.157500', '100727.617500', '100728.077500', '100728.537500', '100728.997500', '100729.457500', '100729.917500', '100730.377500', '100730.837500', '100731.297500', '100731.757500', '100732.217500', '100732.677500', '100733.137500', '100733.597500', '100734.057500', '100734.517500', '100734.977500', '100735.437500', '100735.897500', '100736.357500', '100736.817500', '100737.277500', '100737.737500', '100738.197500', '100738.657500', '100739.117500', '100739.577500', '100740.037500', '100740.497500', '100740.957500', '100741.417500', '100741.877500', '100742.337500', '100742.797500', '100743.257500', '100743.717500', '100744.177500', '100744.637500', '100745.097500', '100745.557500', '100746.017500', '100746.477500', '100746.937500', '100747.397500', '100747.857500', '100748.317500', '100748.777500', '100749.237500', '100749.697500', '100750.157500', '100750.617500', '100751.077500', '100751.537500', '100751.997500', '100752.457500', '100752.917500', '100753.377500', '100753.837500', '100754.297500', '100754.757500', '100755.217500', '100755.677500', '100756.137500', '100756.597500', '100757.057500', '100757.517500', '100757.977500', '100758.437500', '100758.897500', '100759.357500', '100759.817500', '100800.277500', '100800.737500', '100801.197500', '100801.657500', '100802.117500', '100802.577500', '100803.037500', '100803.497500', '100803.957500', '100804.417500', '100804.877500', '100805.337500', '100805.797500', '100806.257500', '100806.717500', '100807.177500', '100807.637500', '100808.097500', '100808.557500', '100809.017500', '100809.477500', '100809.937500', '100810.397500', '100810.857500', '100811.317500', '100811.777500', '100812.237500', '100812.697500', '100813.157500', '100813.617500', '100814.077500', '100814.537500', '100814.997500', '100815.457500', '100815.917500', '100816.377500', '100816.837500', '100817.297500', '100817.757500', '100818.217500', '100818.677500', '100819.137500', '100819.597500', '100820.057500', '100820.517500', '100820.977500', '100821.437500', '100821.897500', '100822.357500', '100822.817500', '100823.277500', '100823.737500', '100824.197500', '100824.657500', '100825.117500', '100825.577500', '100826.037500', '100826.497500', '100826.957500', '100827.417500', '100827.877500', '100828.337500', '100828.797500', '100829.257500', '100829.717500', '100830.177500', '100830.637500', '100831.097500', '100831.557500', '100832.017500', '100832.477500', '100832.937500', '100833.397500', '100833.857500', '100834.317500', '100834.777500', '100835.237500', '100835.697500', '100836.157500', '100836.617500', '100837.077500', '100837.537500', '100837.997500', '100838.457500', '100838.917500', '100839.377500', '100839.837500', '100840.297500', '100840.757500', '100841.217500', '100841.677500', '100842.137500', '100842.597500', '100843.057500', '100843.517500', '100843.977500', '100844.437500', '100844.897500', '100845.357500', '100845.817500', '100846.277500', '100846.737500', '100847.197500', '100847.657500', '100848.117500', '100848.577500', '100849.037500', '100849.497500', '100849.957500', '100850.417500', '100850.877500', '100851.337500', '100851.797500', '100852.257500', '100852.717500', '100853.177500', '100853.637500', '100854.097500', '100854.557500', '100855.017500', '100855.477500', '100855.937500', '100856.397500', '100856.857500', '100857.317500', '100857.777500', '100858.237500', '100858.697500', '100859.157500', '100859.617500', '100900.077500', '100900.537500', '100900.997500', '100901.457500', '100901.917500', '100902.377500', '100902.837500', '100903.297500', '100903.757500', '100904.217500', '100904.677500', '100905.137500', '100905.597500', '100906.057500', '100906.517500', '100906.977500', '100907.437500', '100907.897500', '100908.357500', '100908.817500', '100909.277500', '100909.737500', '100910.197500', '100910.657500', '100911.117500', '100911.577500', '100912.037500', '100912.497500', '100912.957500', '100913.417500', '100913.877500', '100914.337500', '100914.797500', '100915.257500', '100915.717500', '100916.177500', '100916.637500', '100917.097500', '100917.557500', '100918.017500', '100918.477500', '100918.937500', '100919.397500', '100919.857500', '100920.317500', '100920.777500', '100921.237500', '100921.697500', '100922.157500', '100922.617500', '100923.077500', '100923.537500', '100923.997500', '100924.457500', '100924.917500', '100925.377500', '100925.837500', '100926.297500', '100926.757500', '100927.217500', '100927.677500', '100928.137500', '100928.597500', '100929.057500', '100929.517500', '100929.977500', '100930.437500', '100930.897500', '100931.357500', '100931.817500', '100932.277500', '100932.737500', '100933.197500', '100933.657500', '100934.117500', '100934.577500', '100935.037500', '100935.497500', '100935.957500', '100936.417500', '100936.877500', '100937.337500', '100937.797500', '100938.257500', '100938.717500', '100939.177500', '100939.637500', '100940.097500', '100940.557500', '100941.017500', '100941.477500', '100941.937500', '100942.397500', '100942.857500', '100943.317500', '100943.777500', '100944.237500', '100944.697500', '100945.157500', '100945.617500', '100946.077500', '100946.537500', '100946.997500', '100947.457500', '100947.917500', '100948.377500', '100948.837500', '100949.297500', '100949.757500', '100950.217500', '100950.677500', '100951.137500', '100951.597500', '100952.057500', '100952.517500', '100952.977500', '100953.437500', '100953.897500', '100954.357500', '100954.817500', '100955.277500', '100955.737500', '100956.197500', '100956.657500', '100957.117500', '100957.577500', '100958.037500', '100958.497500', '100958.957500', '100959.417500', '100959.877500', '101000.337500', '101000.797500', '101001.257500', '101001.717500', '101002.177500', '101002.637500', '101003.097500', '101003.557500', '101004.017500', '101004.477500', '101004.937500', '101005.397500', '101005.857500', '101006.317500', '101006.777500', '101007.237500', '101007.697500', '101008.157500', '101008.617500', '101009.077500', '101009.537500', '101009.997500', '101010.457500', '101010.917500', '101011.377500', '101011.837500', '101012.297500', '101012.757500', '101013.217500', '101013.677500', '101014.137500', '101014.597500', '101015.057500', '101015.517500', '101015.977500', '101016.437500', '101016.897500', '101017.357500', '101017.817500', '101018.277500', '101018.737500', '101019.197500', '101019.657500', '101020.117500', '101020.577500', '101021.037500', '101021.497500', '101021.957500', '101022.417500', '101022.877500', '101023.337500', '101023.797500', '101024.257500', '101024.717500', '101025.177500', '101025.637500', '101026.097500', '101026.557500', '101027.017500', '101027.477500', '101027.937500', '101028.397500', '101028.857500', '101029.317500', '101029.777500', '101030.237500', '101030.697500', '101031.157500', '101031.617500', '101032.077500', '101032.537500', '101032.997500', '101033.457500', '101033.917500', '101034.377500', '101034.837500', '101035.297500', '101035.757500', '101036.217500', '101036.677500', '101037.137500', '101037.597500', '101038.057500', '101038.517500', '101038.977500', '101039.437500', '101039.897500', '101040.357500', '101040.817500', '101041.277500', '101041.737500', '101042.197500', '101042.657500', '101043.117500', '101043.577500', '101044.037500', '101044.497500', '101044.957500', '101045.417500', '101045.877500', '101046.337500', '101046.797500', '101047.257500', '101047.717500', '101048.177500', '101048.637500', '101049.097500', '101049.557500', '101050.017500', '101050.477500', '101050.937500', '101051.397500', '101051.857500', '101052.317500', '101052.777500', '101053.237500', '101053.697500', '101054.157500', '101054.617500', '101055.077500', '101055.537500', '101055.997500', '101056.457500', '101056.917500', '101057.377500', '101057.837500', '101058.297500', '101058.757500', '101059.217500', '101059.677500', '101100.137500', '101100.597500', '101101.057500', '101101.517500', '101101.977500', '101102.437500', '101102.897500', '101103.357500', '101103.817500', '101104.277500', '101104.737500', '101105.197500', '101105.657500', '101106.117500', '101106.577500', '101107.037500', '101107.497500', '101107.957500', '101108.417500', '101108.877500', '101109.337500', '101109.797500', '101110.257500', '101110.717500', '101111.177500', '101111.637500', '101112.097500', '101112.557500', '101113.017500', '101113.477500', '101113.937500', '101114.397500', '101114.857500', '101115.317500', '101115.777500', '101116.237500', '101116.697500', '101117.157500', '101117.617500', '101118.077500', '101118.537500', '101118.997500', '101119.457500', '101119.917500', '101120.377500', '101120.837500', '101121.297500', '101121.757500', '101122.217500', '101122.677500', '101123.137500', '101123.597500', '101124.057500', '101124.517500', '101124.977500', '101125.437500', '101125.897500', '101126.357500', '101126.817500', '101127.277500', '101127.737500', '101128.197500', '101128.657500', '101129.117500', '101129.577500', '101130.037500', '101130.497500', '101130.957500', '101131.417500', '101131.877500', '101132.337500', '101132.797500', '101133.257500', '101133.717500', '101134.177500', '101134.637500', '101135.097500', '101135.557500', '101136.017500', '101136.477500', '101136.937500', '101137.397500', '101137.857500', '101138.317500', '101138.777500', '101139.237500', '101139.697500', '101140.157500', '101140.617500', '101141.077500', '101141.537500', '101141.997500', '101142.457500', '101142.917500', '101143.377500', '101143.837500', '101144.297500', '101144.757500', '101145.217500', '101145.677500', '101146.137500', '101146.597500', '101147.057500', '101147.517500', '101147.977500', '101148.437500', '101148.897500', '101149.357500', '101149.817500', '101150.277500', '101150.737500', '101151.197500', '101151.657500', '101152.117500'], 'ContentTime': ['100130.735000', '100130.738000', '100130.741000', '100130.744000', '100130.754000', '100130.757000', '100130.760000', '100130.762000', '100130.765000', '100130.768000', '100130.771000', '100130.773000', '100130.776000', '100130.779000', '100130.781000', '100130.784000', '100130.787000', '100130.789000', '100130.792000', '100130.794000', '100130.797000', '100150.683000', '100150.686000', '100150.688000', '100150.691000', '100150.694000', '100150.696000', '100150.699000', '100150.701000', '100150.704000', '100150.707000', '100150.709000', '100150.712000', '100150.714000', '100150.717000', '100150.720000', '100150.722000', '100150.727000', '100150.730000', '100150.733000', '100150.735000', '100150.738000', '100150.740000', '100150.743000', '100150.746000', '100150.748000', '100150.751000', '100150.753000', '100150.756000', '100150.758000', '100150.761000', '100150.764000', '100150.766000', '100150.769000', '100150.771000', '100150.774000', '100150.777000', '100150.779000', '100150.782000', '100150.784000', '100150.787000', '100150.790000', '100150.792000', '100150.799000', '100150.802000', '100210.682000', '100210.685000', '100210.688000', '100210.691000', '100210.693000', '100210.696000', '100210.698000', '100210.701000', '100210.704000', '100210.706000', '100210.709000', '100210.712000', '100210.714000', '100210.717000', '100210.720000', '100210.723000', '100210.726000', '100210.729000', '100210.732000', '100210.735000', '100210.737000', '100210.740000', '100210.743000', '100210.745000', '100210.748000', '100210.750000', '100210.753000', '100210.756000', '100210.758000', '100210.761000', '100210.763000', '100210.766000', '100210.769000', '100210.771000', '100210.774000', '100210.777000', '100210.779000', '100210.782000', '100210.784000', '100210.787000', '100210.790000', '100210.792000', '100210.795000', '100230.682000', '100230.685000', '100230.688000', '100230.690000', '100230.693000', '100230.696000', '100230.698000', '100230.701000', '100230.704000', '100230.706000', '100230.709000', '100230.711000', '100230.714000', '100230.717000', '100230.719000', '100230.722000', '100230.724000', '100230.727000', '100230.734000', '100230.737000', '100230.740000', '100230.742000', '100230.745000', '100230.747000', '100230.750000', '100230.753000', '100230.755000', '100230.758000', '100230.760000', '100230.763000', '100230.766000', '100230.768000', '100230.771000', '100230.773000', '100230.776000', '100230.779000', '100230.781000', '100230.784000', '100230.786000', '100230.789000', '100230.792000', '100230.794000', '100230.797000', '100230.799000', '100250.682000', '100250.685000', '100250.688000', '100250.691000', '100250.693000', '100250.696000', '100250.698000', '100250.701000', '100250.704000', '100250.706000', '100250.709000', '100250.711000', '100250.714000', '100250.717000', '100250.719000', '100250.722000', '100250.724000', '100250.727000', '100250.730000', '100250.732000', '100250.735000', '100250.737000', '100250.740000', '100250.743000', '100250.745000', '100250.748000', '100250.750000', '100250.753000', '100250.755000', '100250.758000', '100250.761000', '100250.764000', '100250.767000', '100250.770000', '100250.772000', '100250.775000', '100250.777000', '100250.780000', '100250.783000', '100250.785000', '100250.788000', '100250.790000', '100250.793000', '100310.681000', '100310.684000', '100310.687000', '100310.690000', '100310.693000', '100310.695000', '100310.698000', '100310.700000', '100310.703000', '100310.706000', '100310.708000', '100310.711000', '100310.713000', '100310.716000', '100310.719000', '100310.721000', '100310.724000', '100310.726000', '100310.729000', '100310.732000', '100310.734000', '100310.737000', '100310.739000', '100310.742000', '100310.745000', '100310.747000', '100310.750000', '100310.752000', '100310.755000', '100310.758000', '100310.760000', '100310.763000', '100310.765000', '100310.768000', '100310.771000', '100310.773000', '100310.776000', '100310.778000', '100310.781000', '100310.783000', '100310.786000', '100310.789000', '100310.791000', '100310.794000', '100330.681000', '100330.684000', '100330.687000', '100330.690000', '100330.692000', '100330.695000', '100330.698000', '100330.700000', '100330.703000', '100330.706000', '100330.708000', '100330.711000', '100330.714000', '100330.716000', '100330.719000', '100330.722000', '100330.724000', '100330.727000', '100330.730000', '100330.732000', '100330.735000', '100330.737000', '100330.740000', '100330.743000', '100330.745000', '100330.748000', '100330.750000', '100330.753000', '100330.756000', '100330.758000', '100330.761000', '100330.764000', '100330.766000', '100330.769000', '100330.772000', '100330.774000', '100330.777000', '100330.779000', '100330.782000', '100330.785000', '100330.787000', '100330.790000', '100330.792000', '100350.682000', '100350.684000', '100350.687000', '100350.690000', '100350.693000', '100350.695000', '100350.698000', '100350.701000', '100350.703000', '100350.706000', '100350.708000', '100350.711000', '100350.714000', '100350.716000', '100350.719000', '100350.722000', '100350.724000', '100350.727000', '100350.730000', '100350.733000', '100350.735000', '100350.738000', '100350.740000', '100350.743000', '100350.746000', '100350.748000', '100350.751000', '100350.753000', '100350.756000', '100350.759000', '100350.761000', '100350.764000', '100350.767000', '100350.769000', '100350.772000', '100350.775000', '100350.777000', '100350.780000', '100350.782000', '100350.785000', '100350.788000', '100350.790000', '100350.793000', '100350.796000', '100410.682000', '100410.685000', '100410.688000', '100410.691000', '100410.694000', '100410.696000', '100410.699000', '100410.701000', '100410.704000', '100410.707000', '100410.709000', '100410.712000', '100410.715000', '100410.728000', '100410.731000', '100410.733000', '100410.736000', '100410.739000', '100410.741000', '100410.744000', '100410.746000', '100410.749000', '100410.752000', '100410.754000', '100410.757000', '100410.760000', '100410.763000', '100410.766000', '100410.769000', '100410.771000', '100410.775000', '100410.777000', '100410.780000', '100410.782000', '100410.785000', '100410.788000', '100410.791000', '100410.794000', '100410.797000', '100410.799000', '100410.802000', '100410.804000', '100410.807000', '100430.683000', '100430.686000', '100430.688000', '100430.691000', '100430.694000', '100430.697000', '100430.699000', '100430.702000', '100430.705000', '100430.707000', '100430.710000', '100430.713000', '100430.715000', '100430.718000', '100430.721000', '100430.723000', '100430.726000', '100430.729000', '100430.731000', '100430.734000', '100430.737000', '100430.739000', '100430.742000', '100430.745000', '100430.747000', '100430.750000', '100430.752000', '100430.755000', '100430.758000', '100430.761000', '100430.763000', '100430.766000', '100430.769000', '100430.771000', '100430.774000', '100430.777000', '100430.779000', '100430.782000', '100430.784000', '100430.787000', '100430.790000', '100430.792000', '100430.795000', '100430.798000', '100450.683000', '100450.686000', '100450.688000', '100450.691000', '100450.694000', '100450.696000', '100450.699000', '100450.702000', '100450.704000', '100450.707000', '100450.710000', '100450.712000', '100450.715000', '100450.718000', '100450.720000', '100450.723000', '100450.725000', '100450.728000', '100450.731000', '100450.734000', '100450.736000', '100450.739000', '100450.742000', '100450.744000', '100450.747000', '100450.750000', '100450.752000', '100450.755000', '100450.757000', '100450.760000', '100450.763000', '100450.765000', '100450.768000', '100450.770000', '100450.773000', '100450.776000', '100450.778000', '100450.781000', '100450.783000', '100450.786000', '100450.789000', '100450.791000', '100450.794000', '100510.683000', '100510.686000', '100510.688000', '100510.691000', '100510.694000', '100510.696000', '100510.699000', '100510.702000', '100510.704000', '100510.707000', '100510.710000', '100510.712000', '100510.715000', '100510.717000', '100510.720000', '100510.723000', '100510.725000', '100510.728000', '100510.731000', '100510.733000', '100510.736000', '100510.739000', '100510.741000', '100510.744000', '100510.747000', '100510.749000', '100510.752000', '100510.755000', '100510.757000', '100510.760000', '100510.763000', '100510.765000', '100510.768000', '100510.771000', '100510.773000', '100510.776000', '100510.779000', '100510.781000', '100510.784000', '100510.787000', '100510.789000', '100510.792000', '100510.794000', '100510.797000', '100530.682000', '100530.685000', '100530.687000', '100530.690000', '100530.693000', '100530.695000', '100530.698000', '100530.700000', '100530.703000', '100530.706000', '100530.708000', '100530.711000', '100530.714000', '100530.716000', '100530.719000', '100530.721000', '100530.724000', '100530.727000', '100530.729000', '100530.732000', '100530.734000', '100530.737000', '100530.740000', '100530.742000', '100530.745000', '100530.748000', '100530.750000', '100530.753000', '100530.756000', '100530.758000', '100530.761000', '100530.763000', '100530.766000', '100530.769000', '100530.771000', '100530.774000', '100530.777000', '100530.779000', '100530.803000', '100530.806000', '100530.808000', '100530.811000', '100530.813000', '100550.681000', '100550.684000', '100550.687000', '100550.690000', '100550.692000', '100550.695000', '100550.697000', '100550.700000', '100550.703000', '100550.705000', '100550.708000', '100550.710000', '100550.713000', '100550.716000', '100550.718000', '100550.721000', '100550.723000', '100550.726000', '100550.729000', '100550.731000', '100550.734000', '100550.737000', '100550.739000', '100550.742000', '100550.744000', '100550.747000', '100550.749000', '100550.752000', '100550.755000', '100550.757000', '100550.760000', '100550.762000', '100550.765000', '100550.768000', '100550.770000', '100550.773000', '100550.775000', '100550.785000', '100550.788000', '100550.791000', '100550.793000', '100550.796000', '100550.799000', '100550.801000', '100610.681000', '100610.684000', '100610.687000', '100610.690000', '100610.692000', '100610.695000', '100610.698000', '100610.700000', '100610.703000', '100610.705000', '100610.708000', '100610.711000', '100610.713000', '100610.716000', '100610.718000', '100610.721000', '100610.724000', '100610.726000', '100610.729000', '100610.731000', '100610.734000', '100610.737000', '100610.739000', '100610.742000', '100610.744000', '100610.747000', '100610.750000', '100610.752000', '100610.755000', '100610.757000', '100610.760000', '100610.763000', '100610.765000', '100610.768000', '100610.771000', '100610.773000', '100610.776000', '100610.779000', '100610.782000', '100610.784000', '100610.787000', '100610.790000', '100610.792000', '100630.683000', '100630.686000', '100630.689000', '100630.691000', '100630.694000', '100630.696000', '100630.699000', '100630.702000', '100630.704000', '100630.707000', '100630.710000', '100630.712000', '100630.715000', '100630.718000', '100630.720000', '100630.723000', '100630.725000', '100630.728000', '100630.731000', '100630.733000', '100630.736000', '100630.738000', '100630.741000', '100630.744000', '100630.746000', '100630.749000', '100630.752000', '100630.754000', '100630.757000', '100630.760000', '100630.762000', '100630.765000', '100630.768000', '100630.770000', '100630.773000', '100630.776000', '100630.779000', '100630.781000', '100630.784000', '100630.786000', '100630.789000', '100630.792000', '100630.794000', '100630.797000', '100650.683000', '100650.685000', '100650.688000', '100650.691000', '100650.693000', '100650.696000', '100650.699000', '100650.701000', '100650.704000', '100650.706000', '100650.709000', '100650.712000', '100650.714000', '100650.717000', '100650.720000', '100650.722000', '100650.725000', '100650.728000', '100650.730000', '100650.733000', '100650.736000', '100650.738000', '100650.741000', '100650.744000', '100650.746000', '100650.749000', '100650.751000', '100650.754000', '100650.757000', '100650.759000', '100650.762000', '100650.764000', '100650.767000', '100650.770000', '100650.772000', '100650.775000', '100650.777000', '100650.780000', '100650.783000', '100650.785000', '100650.788000', '100650.792000', '100650.799000', '100710.683000', '100710.685000', '100710.688000', '100710.691000', '100710.693000', '100710.696000', '100710.710000', '100710.713000', '100710.716000', '100710.718000', '100710.721000', '100710.723000', '100710.726000', '100710.729000', '100710.731000', '100710.734000', '100710.736000', '100710.739000', '100710.742000', '100710.744000', '100710.747000', '100710.749000', '100710.752000', '100710.755000', '100710.757000', '100710.760000', '100710.762000', '100710.765000', '100710.768000', '100710.770000', '100710.773000', '100710.776000', '100710.778000', '100710.781000', '100710.783000', '100710.786000', '100710.789000', '100710.791000', '100710.794000', '100710.796000', '100710.799000', '100710.802000', '100710.805000', '100730.682000', '100730.685000', '100730.689000', '100730.691000', '100730.694000', '100730.697000', '100730.699000', '100730.702000', '100730.705000', '100730.707000', '100730.710000', '100730.713000', '100730.715000', '100730.718000', '100730.720000', '100730.723000', '100730.726000', '100730.728000', '100730.731000', '100730.733000', '100730.736000', '100730.739000', '100730.741000', '100730.744000', '100730.746000', '100730.749000', '100730.752000', '100730.754000', '100730.757000', '100730.759000', '100730.762000', '100730.765000', '100730.767000', '100730.770000', '100730.772000', '100730.775000', '100730.777000', '100730.780000', '100730.783000', '100730.785000', '100730.788000', '100730.790000', '100730.793000', '100730.796000', '100750.682000', '100750.684000', '100750.687000', '100750.690000', '100750.693000', '100750.695000', '100750.698000', '100750.701000', '100750.703000', '100750.706000', '100750.708000', '100750.711000', '100750.714000', '100750.716000', '100750.719000', '100750.722000', '100750.724000', '100750.727000', '100750.730000', '100750.733000', '100750.735000', '100750.738000', '100750.740000', '100750.743000', '100750.746000', '100750.748000', '100750.751000', '100750.754000', '100750.756000', '100750.759000', '100750.762000', '100750.764000', '100750.767000', '100750.770000', '100750.772000', '100750.775000', '100750.778000', '100750.780000', '100750.783000', '100750.786000', '100750.788000', '100750.791000', '100750.794000', '100750.796000', '100810.682000', '100810.684000', '100810.687000', '100810.690000', '100810.692000', '100810.695000', '100810.698000', '100810.700000', '100810.703000', '100810.705000', '100810.708000', '100810.711000', '100810.713000', '100810.716000', '100810.718000', '100810.721000', '100810.723000', '100810.726000', '100810.729000', '100810.731000', '100810.734000', '100810.736000', '100810.739000', '100810.742000', '100810.744000', '100810.747000', '100810.749000', '100810.752000', '100810.754000', '100810.757000', '100810.760000', '100810.762000', '100810.765000', '100810.768000', '100810.770000', '100810.773000', '100810.776000', '100810.778000', '100810.781000', '100810.783000', '100810.786000', '100810.789000', '100810.791000', '100830.682000', '100830.685000', '100830.688000', '100830.691000', '100830.694000', '100830.697000', '100830.700000', '100830.702000', '100830.705000', '100830.708000', '100830.710000', '100830.713000', '100830.715000', '100830.718000', '100830.721000', '100830.723000', '100830.726000', '100830.739000', '100830.741000', '100830.744000', '100830.746000', '100830.749000', '100830.752000', '100830.754000', '100830.757000', '100830.760000', '100830.762000', '100830.765000', '100830.768000', '100830.770000', '100830.773000', '100830.776000', '100830.778000', '100830.781000', '100830.784000', '100830.786000', '100830.789000', '100830.791000', '100830.794000', '100830.796000', '100830.799000', '100830.802000', '100830.804000', '100850.682000', '100850.685000', '100850.688000', '100850.691000', '100850.693000', '100850.696000', '100850.699000', '100850.701000', '100850.704000', '100850.707000', '100850.709000', '100850.712000', '100850.715000', '100850.717000', '100850.720000', '100850.723000', '100850.725000', '100850.728000', '100850.731000', '100850.733000', '100850.736000', '100850.738000', '100850.741000', '100850.744000', '100850.746000', '100850.749000', '100850.751000', '100850.754000', '100850.757000', '100850.760000', '100850.762000', '100850.765000', '100850.768000', '100850.770000', '100850.773000', '100850.776000', '100850.778000', '100850.781000', '100850.784000', '100850.786000', '100850.789000', '100850.792000', '100850.794000', '100850.797000', '100910.683000', '100910.685000', '100910.688000', '100910.691000', '100910.693000', '100910.696000', '100910.699000', '100910.701000', '100910.704000', '100910.707000', '100910.711000', '100910.714000', '100910.717000', '100910.720000', '100910.723000', '100910.725000', '100910.728000', '100910.730000', '100910.733000', '100910.736000', '100910.738000', '100910.741000', '100910.743000', '100910.746000', '100910.749000', '100910.751000', '100910.754000', '100910.756000', '100910.759000', '100910.762000', '100910.764000', '100910.767000', '100910.769000', '100910.772000', '100910.775000', '100910.777000', '100910.780000', '100910.782000', '100910.785000', '100910.788000', '100910.790000', '100910.793000', '100910.795000', '100930.683000', '100930.685000', '100930.688000', '100930.691000', '100930.693000', '100930.696000', '100930.699000', '100930.701000', '100930.704000', '100930.706000', '100930.709000', '100930.712000', '100930.714000', '100930.717000', '100930.719000', '100930.722000', '100930.725000', '100930.727000', '100930.730000', '100930.733000', '100930.735000', '100930.738000', '100930.741000', '100930.743000', '100930.746000', '100930.749000', '100930.751000', '100930.754000', '100930.756000', '100930.759000', '100930.762000', '100930.764000', '100930.767000', '100930.769000', '100930.772000', '100930.774000', '100930.777000', '100930.780000', '100930.782000', '100930.785000', '100930.787000', '100930.790000', '100930.793000', '100930.796000', '100950.683000', '100950.685000', '100950.688000', '100950.691000', '100950.694000', '100950.696000', '100950.699000', '100950.701000', '100950.704000', '100950.707000', '100950.709000', '100950.712000', '100950.715000', '100950.736000', '100950.739000', '100950.742000', '100950.744000', '100950.747000', '100950.750000', '100950.752000', '100950.755000', '100950.758000', '100950.760000', '100950.763000', '100950.766000', '100950.768000', '100950.771000', '100950.774000', '100950.776000', '100950.779000', '100950.782000', '100950.785000', '100950.787000', '100950.790000', '100950.793000', '100950.795000', '100950.798000', '100950.800000', '100950.803000', '100950.806000', '100950.808000', '100950.811000', '100950.814000', '101010.682000', '101010.684000', '101010.687000', '101010.690000', '101010.693000', '101010.695000', '101010.698000', '101010.701000', '101010.703000', '101010.706000', '101010.709000', '101010.711000', '101010.714000', '101010.717000', '101010.719000', '101010.722000', '101010.725000', '101010.727000', '101010.730000', '101010.733000', '101010.735000', '101010.738000', '101010.741000', '101010.743000', '101010.746000', '101010.749000', '101010.751000', '101010.754000', '101010.756000', '101010.759000', '101010.762000', '101010.765000', '101010.767000', '101010.770000', '101010.772000', '101010.775000', '101010.778000', '101010.780000', '101010.783000', '101010.786000', '101010.788000', '101010.791000', '101010.794000', '101010.796000', '101030.682000', '101030.684000', '101030.687000', '101030.690000', '101030.693000', '101030.695000', '101030.698000', '101030.701000', '101030.703000', '101030.706000', '101030.709000', '101030.711000', '101030.714000', '101030.717000', '101030.719000', '101030.722000', '101030.725000', '101030.727000', '101030.730000', '101030.733000', '101030.735000', '101030.738000', '101030.740000', '101030.743000', '101030.746000', '101030.749000', '101030.752000', '101030.755000', '101030.757000', '101030.760000', '101030.763000', '101030.765000', '101030.768000', '101030.771000', '101030.773000', '101030.776000', '101030.787000', '101030.789000', '101030.792000', '101030.794000', '101030.797000', '101030.800000', '101030.802000', '101050.683000', '101050.686000', '101050.689000', '101050.691000', '101050.694000', '101050.697000', '101050.700000', '101050.702000', '101050.705000', '101050.707000', '101050.710000', '101050.713000', '101050.715000', '101050.718000', '101050.721000', '101050.724000', '101050.726000', '101050.729000', '101050.732000', '101050.734000', '101050.737000', '101050.740000', '101050.742000', '101050.745000', '101050.747000', '101050.750000', '101050.753000', '101050.755000', '101050.758000', '101050.761000', '101050.763000', '101050.766000', '101050.768000', '101050.771000', '101050.774000', '101050.776000', '101050.779000', '101050.782000', '101050.784000', '101050.787000', '101050.790000', '101050.792000', '101050.795000', '101050.798000', '101110.682000', '101110.685000', '101110.688000', '101110.691000', '101110.693000', '101110.696000', '101110.699000', '101110.701000', '101110.704000', '101110.707000', '101110.721000', '101110.724000', '101110.727000', '101110.730000', '101110.732000', '101110.735000', '101110.738000', '101110.740000', '101110.743000', '101110.746000', '101110.748000', '101110.751000', '101110.753000', '101110.756000', '101110.759000', '101110.761000', '101110.764000', '101110.767000', '101110.769000', '101110.773000', '101110.775000', '101110.778000', '101110.781000', '101110.783000', '101110.786000', '101110.789000', '101110.791000', '101110.794000', '101110.797000', '101110.800000', '101110.802000', '101110.805000', '101110.807000', '101130.683000', '101130.685000', '101130.688000', '101130.691000', '101130.694000', '101130.696000', '101130.699000', '101130.702000', '101130.704000', '101130.707000', '101130.710000', '101130.712000', '101130.715000', '101130.717000', '101130.720000', '101130.723000', '101130.726000', '101130.728000', '101130.731000', '101130.733000', '101130.736000', '101130.739000', '101130.741000', '101130.744000', '101130.747000', '101130.749000', '101130.752000', '101130.755000', '101130.757000', '101130.760000', '101130.763000', '101130.765000', '101130.768000', '101130.771000', '101130.773000', '101130.776000', '101130.779000', '101130.781000', '101130.784000', '101130.787000', '101130.790000', '101130.792000', '101130.795000', '101130.798000', '101150.683000', '101150.686000', '101150.688000', '101150.691000', '101150.694000', '101150.696000', '101150.699000', '101150.702000', '101150.704000', '101150.707000', '101150.710000', '101150.712000', '101150.715000', '101150.718000', '101150.720000', '101150.723000', '101150.726000', '101150.728000', '101150.731000', '101150.734000', '101150.736000', '101150.739000', '101150.742000', '101150.744000', '101150.747000', '101150.750000', '101150.752000', '101150.755000', '101150.758000', '101150.760000', '101150.763000', '101150.766000', '101150.769000', '101150.771000', '101150.774000', '101150.777000', '101150.779000', '101150.782000', '101150.785000', '101150.787000', '101150.791000', '101150.793000', '101150.796000', '101153.501000', '101153.504000', '101153.507000', '101153.510000', '101153.513000', '101153.516000', '101153.519000'], 'InstanceCreationTime': ['100130.735000', '100130.738000', '100130.741000', '100130.744000', '100130.754000', '100130.757000', '100130.760000', '100130.762000', '100130.765000', '100130.768000', '100130.771000', '100130.773000', '100130.776000', '100130.779000', '100130.781000', '100130.784000', '100130.787000', '100130.789000', '100130.792000', '100130.794000', '100130.797000', '100150.683000', '100150.686000', '100150.688000', '100150.691000', '100150.694000', '100150.696000', '100150.699000', '100150.701000', '100150.704000', '100150.707000', '100150.709000', '100150.712000', '100150.714000', '100150.717000', '100150.720000', '100150.722000', '100150.727000', '100150.730000', '100150.733000', '100150.735000', '100150.738000', '100150.740000', '100150.743000', '100150.746000', '100150.748000', '100150.751000', '100150.753000', '100150.756000', '100150.758000', '100150.761000', '100150.764000', '100150.766000', '100150.769000', '100150.771000', '100150.774000', '100150.777000', '100150.779000', '100150.782000', '100150.784000', '100150.787000', '100150.790000', '100150.792000', '100150.799000', '100150.802000', '100210.682000', '100210.685000', '100210.688000', '100210.691000', '100210.693000', '100210.696000', '100210.698000', '100210.701000', '100210.704000', '100210.706000', '100210.709000', '100210.712000', '100210.714000', '100210.717000', '100210.720000', '100210.723000', '100210.726000', '100210.729000', '100210.732000', '100210.735000', '100210.737000', '100210.740000', '100210.743000', '100210.745000', '100210.748000', '100210.750000', '100210.753000', '100210.756000', '100210.758000', '100210.761000', '100210.763000', '100210.766000', '100210.769000', '100210.771000', '100210.774000', '100210.777000', '100210.779000', '100210.782000', '100210.784000', '100210.787000', '100210.790000', '100210.792000', '100210.795000', '100230.682000', '100230.685000', '100230.688000', '100230.690000', '100230.693000', '100230.696000', '100230.698000', '100230.701000', '100230.704000', '100230.706000', '100230.709000', '100230.711000', '100230.714000', '100230.717000', '100230.719000', '100230.722000', '100230.724000', '100230.727000', '100230.734000', '100230.737000', '100230.740000', '100230.742000', '100230.745000', '100230.747000', '100230.750000', '100230.753000', '100230.755000', '100230.758000', '100230.760000', '100230.763000', '100230.766000', '100230.768000', '100230.771000', '100230.773000', '100230.776000', '100230.779000', '100230.781000', '100230.784000', '100230.786000', '100230.789000', '100230.792000', '100230.794000', '100230.797000', '100230.799000', '100250.682000', '100250.685000', '100250.688000', '100250.691000', '100250.693000', '100250.696000', '100250.698000', '100250.701000', '100250.704000', '100250.706000', '100250.709000', '100250.711000', '100250.714000', '100250.717000', '100250.719000', '100250.722000', '100250.724000', '100250.727000', '100250.730000', '100250.732000', '100250.735000', '100250.737000', '100250.740000', '100250.743000', '100250.745000', '100250.748000', '100250.750000', '100250.753000', '100250.755000', '100250.758000', '100250.761000', '100250.764000', '100250.767000', '100250.770000', '100250.772000', '100250.775000', '100250.777000', '100250.780000', '100250.783000', '100250.785000', '100250.788000', '100250.790000', '100250.793000', '100310.681000', '100310.684000', '100310.687000', '100310.690000', '100310.693000', '100310.695000', '100310.698000', '100310.700000', '100310.703000', '100310.706000', '100310.708000', '100310.711000', '100310.713000', '100310.716000', '100310.719000', '100310.721000', '100310.724000', '100310.726000', '100310.729000', '100310.732000', '100310.734000', '100310.737000', '100310.739000', '100310.742000', '100310.745000', '100310.747000', '100310.750000', '100310.752000', '100310.755000', '100310.758000', '100310.760000', '100310.763000', '100310.765000', '100310.768000', '100310.771000', '100310.773000', '100310.776000', '100310.778000', '100310.781000', '100310.783000', '100310.786000', '100310.789000', '100310.791000', '100310.794000', '100330.681000', '100330.684000', '100330.687000', '100330.690000', '100330.692000', '100330.695000', '100330.698000', '100330.700000', '100330.703000', '100330.706000', '100330.708000', '100330.711000', '100330.714000', '100330.716000', '100330.719000', '100330.722000', '100330.724000', '100330.727000', '100330.730000', '100330.732000', '100330.735000', '100330.737000', '100330.740000', '100330.743000', '100330.745000', '100330.748000', '100330.750000', '100330.753000', '100330.756000', '100330.758000', '100330.761000', '100330.764000', '100330.766000', '100330.769000', '100330.772000', '100330.774000', '100330.777000', '100330.779000', '100330.782000', '100330.785000', '100330.787000', '100330.790000', '100330.792000', '100350.682000', '100350.684000', '100350.687000', '100350.690000', '100350.693000', '100350.695000', '100350.698000', '100350.701000', '100350.703000', '100350.706000', '100350.708000', '100350.711000', '100350.714000', '100350.716000', '100350.719000', '100350.722000', '100350.724000', '100350.727000', '100350.730000', '100350.733000', '100350.735000', '100350.738000', '100350.740000', '100350.743000', '100350.746000', '100350.748000', '100350.751000', '100350.753000', '100350.756000', '100350.759000', '100350.761000', '100350.764000', '100350.767000', '100350.769000', '100350.772000', '100350.775000', '100350.777000', '100350.780000', '100350.782000', '100350.785000', '100350.788000', '100350.790000', '100350.793000', '100350.796000', '100410.682000', '100410.685000', '100410.688000', '100410.691000', '100410.694000', '100410.696000', '100410.699000', '100410.701000', '100410.704000', '100410.707000', '100410.709000', '100410.712000', '100410.715000', '100410.728000', '100410.731000', '100410.733000', '100410.736000', '100410.739000', '100410.741000', '100410.744000', '100410.746000', '100410.749000', '100410.752000', '100410.754000', '100410.757000', '100410.760000', '100410.763000', '100410.766000', '100410.769000', '100410.771000', '100410.775000', '100410.777000', '100410.780000', '100410.782000', '100410.785000', '100410.788000', '100410.791000', '100410.794000', '100410.797000', '100410.799000', '100410.802000', '100410.804000', '100410.807000', '100430.683000', '100430.686000', '100430.688000', '100430.691000', '100430.694000', '100430.697000', '100430.699000', '100430.702000', '100430.705000', '100430.707000', '100430.710000', '100430.713000', '100430.715000', '100430.718000', '100430.721000', '100430.723000', '100430.726000', '100430.729000', '100430.731000', '100430.734000', '100430.737000', '100430.739000', '100430.742000', '100430.745000', '100430.747000', '100430.750000', '100430.752000', '100430.755000', '100430.758000', '100430.761000', '100430.763000', '100430.766000', '100430.769000', '100430.771000', '100430.774000', '100430.777000', '100430.779000', '100430.782000', '100430.784000', '100430.787000', '100430.790000', '100430.792000', '100430.795000', '100430.798000', '100450.683000', '100450.686000', '100450.688000', '100450.691000', '100450.694000', '100450.696000', '100450.699000', '100450.702000', '100450.704000', '100450.707000', '100450.710000', '100450.712000', '100450.715000', '100450.718000', '100450.720000', '100450.723000', '100450.725000', '100450.728000', '100450.731000', '100450.734000', '100450.736000', '100450.739000', '100450.742000', '100450.744000', '100450.747000', '100450.750000', '100450.752000', '100450.755000', '100450.757000', '100450.760000', '100450.763000', '100450.765000', '100450.768000', '100450.770000', '100450.773000', '100450.776000', '100450.778000', '100450.781000', '100450.783000', '100450.786000', '100450.789000', '100450.791000', '100450.794000', '100510.683000', '100510.686000', '100510.688000', '100510.691000', '100510.694000', '100510.696000', '100510.699000', '100510.702000', '100510.704000', '100510.707000', '100510.710000', '100510.712000', '100510.715000', '100510.717000', '100510.720000', '100510.723000', '100510.725000', '100510.728000', '100510.731000', '100510.733000', '100510.736000', '100510.739000', '100510.741000', '100510.744000', '100510.747000', '100510.749000', '100510.752000', '100510.755000', '100510.757000', '100510.760000', '100510.763000', '100510.765000', '100510.768000', '100510.771000', '100510.773000', '100510.776000', '100510.779000', '100510.781000', '100510.784000', '100510.787000', '100510.789000', '100510.792000', '100510.794000', '100510.797000', '100530.682000', '100530.685000', '100530.687000', '100530.690000', '100530.693000', '100530.695000', '100530.698000', '100530.700000', '100530.703000', '100530.706000', '100530.708000', '100530.711000', '100530.714000', '100530.716000', '100530.719000', '100530.721000', '100530.724000', '100530.727000', '100530.729000', '100530.732000', '100530.734000', '100530.737000', '100530.740000', '100530.742000', '100530.745000', '100530.748000', '100530.750000', '100530.753000', '100530.756000', '100530.758000', '100530.761000', '100530.763000', '100530.766000', '100530.769000', '100530.771000', '100530.774000', '100530.777000', '100530.779000', '100530.803000', '100530.806000', '100530.808000', '100530.811000', '100530.813000', '100550.681000', '100550.684000', '100550.687000', '100550.690000', '100550.692000', '100550.695000', '100550.697000', '100550.700000', '100550.703000', '100550.705000', '100550.708000', '100550.710000', '100550.713000', '100550.716000', '100550.718000', '100550.721000', '100550.723000', '100550.726000', '100550.729000', '100550.731000', '100550.734000', '100550.737000', '100550.739000', '100550.742000', '100550.744000', '100550.747000', '100550.749000', '100550.752000', '100550.755000', '100550.757000', '100550.760000', '100550.762000', '100550.765000', '100550.768000', '100550.770000', '100550.773000', '100550.775000', '100550.785000', '100550.788000', '100550.791000', '100550.793000', '100550.796000', '100550.799000', '100550.801000', '100610.681000', '100610.684000', '100610.687000', '100610.690000', '100610.692000', '100610.695000', '100610.698000', '100610.700000', '100610.703000', '100610.705000', '100610.708000', '100610.711000', '100610.713000', '100610.716000', '100610.718000', '100610.721000', '100610.724000', '100610.726000', '100610.729000', '100610.731000', '100610.734000', '100610.737000', '100610.739000', '100610.742000', '100610.744000', '100610.747000', '100610.750000', '100610.752000', '100610.755000', '100610.757000', '100610.760000', '100610.763000', '100610.765000', '100610.768000', '100610.771000', '100610.773000', '100610.776000', '100610.779000', '100610.782000', '100610.784000', '100610.787000', '100610.790000', '100610.792000', '100630.683000', '100630.686000', '100630.689000', '100630.691000', '100630.694000', '100630.696000', '100630.699000', '100630.702000', '100630.704000', '100630.707000', '100630.710000', '100630.712000', '100630.715000', '100630.718000', '100630.720000', '100630.723000', '100630.725000', '100630.728000', '100630.731000', '100630.733000', '100630.736000', '100630.738000', '100630.741000', '100630.744000', '100630.746000', '100630.749000', '100630.752000', '100630.754000', '100630.757000', '100630.760000', '100630.762000', '100630.765000', '100630.768000', '100630.770000', '100630.773000', '100630.776000', '100630.779000', '100630.781000', '100630.784000', '100630.786000', '100630.789000', '100630.792000', '100630.794000', '100630.797000', '100650.683000', '100650.685000', '100650.688000', '100650.691000', '100650.693000', '100650.696000', '100650.699000', '100650.701000', '100650.704000', '100650.706000', '100650.709000', '100650.712000', '100650.714000', '100650.717000', '100650.720000', '100650.722000', '100650.725000', '100650.728000', '100650.730000', '100650.733000', '100650.736000', '100650.738000', '100650.741000', '100650.744000', '100650.746000', '100650.749000', '100650.751000', '100650.754000', '100650.757000', '100650.759000', '100650.762000', '100650.764000', '100650.767000', '100650.770000', '100650.772000', '100650.775000', '100650.777000', '100650.780000', '100650.783000', '100650.785000', '100650.788000', '100650.792000', '100650.799000', '100710.683000', '100710.685000', '100710.688000', '100710.691000', '100710.693000', '100710.696000', '100710.710000', '100710.713000', '100710.716000', '100710.718000', '100710.721000', '100710.723000', '100710.726000', '100710.729000', '100710.731000', '100710.734000', '100710.736000', '100710.739000', '100710.742000', '100710.744000', '100710.747000', '100710.749000', '100710.752000', '100710.755000', '100710.757000', '100710.760000', '100710.762000', '100710.765000', '100710.768000', '100710.770000', '100710.773000', '100710.776000', '100710.778000', '100710.781000', '100710.783000', '100710.786000', '100710.789000', '100710.791000', '100710.794000', '100710.796000', '100710.799000', '100710.802000', '100710.805000', '100730.682000', '100730.685000', '100730.689000', '100730.691000', '100730.694000', '100730.697000', '100730.699000', '100730.702000', '100730.705000', '100730.707000', '100730.710000', '100730.713000', '100730.715000', '100730.718000', '100730.720000', '100730.723000', '100730.726000', '100730.728000', '100730.731000', '100730.733000', '100730.736000', '100730.739000', '100730.741000', '100730.744000', '100730.746000', '100730.749000', '100730.752000', '100730.754000', '100730.757000', '100730.759000', '100730.762000', '100730.765000', '100730.767000', '100730.770000', '100730.772000', '100730.775000', '100730.777000', '100730.780000', '100730.783000', '100730.785000', '100730.788000', '100730.790000', '100730.793000', '100730.796000', '100750.682000', '100750.684000', '100750.687000', '100750.690000', '100750.693000', '100750.695000', '100750.698000', '100750.701000', '100750.703000', '100750.706000', '100750.708000', '100750.711000', '100750.714000', '100750.716000', '100750.719000', '100750.722000', '100750.724000', '100750.727000', '100750.730000', '100750.733000', '100750.735000', '100750.738000', '100750.740000', '100750.743000', '100750.746000', '100750.748000', '100750.751000', '100750.754000', '100750.756000', '100750.759000', '100750.762000', '100750.764000', '100750.767000', '100750.770000', '100750.772000', '100750.775000', '100750.778000', '100750.780000', '100750.783000', '100750.786000', '100750.788000', '100750.791000', '100750.794000', '100750.796000', '100810.682000', '100810.684000', '100810.687000', '100810.690000', '100810.692000', '100810.695000', '100810.698000', '100810.700000', '100810.703000', '100810.705000', '100810.708000', '100810.711000', '100810.713000', '100810.716000', '100810.718000', '100810.721000', '100810.723000', '100810.726000', '100810.729000', '100810.731000', '100810.734000', '100810.736000', '100810.739000', '100810.742000', '100810.744000', '100810.747000', '100810.749000', '100810.752000', '100810.754000', '100810.757000', '100810.760000', '100810.762000', '100810.765000', '100810.768000', '100810.770000', '100810.773000', '100810.776000', '100810.778000', '100810.781000', '100810.783000', '100810.786000', '100810.789000', '100810.791000', '100830.682000', '100830.685000', '100830.688000', '100830.691000', '100830.694000', '100830.697000', '100830.700000', '100830.702000', '100830.705000', '100830.708000', '100830.710000', '100830.713000', '100830.715000', '100830.718000', '100830.721000', '100830.723000', '100830.726000', '100830.739000', '100830.741000', '100830.744000', '100830.746000', '100830.749000', '100830.752000', '100830.754000', '100830.757000', '100830.760000', '100830.762000', '100830.765000', '100830.768000', '100830.770000', '100830.773000', '100830.776000', '100830.778000', '100830.781000', '100830.784000', '100830.786000', '100830.789000', '100830.791000', '100830.794000', '100830.796000', '100830.799000', '100830.802000', '100830.804000', '100850.682000', '100850.685000', '100850.688000', '100850.691000', '100850.693000', '100850.696000', '100850.699000', '100850.701000', '100850.704000', '100850.707000', '100850.709000', '100850.712000', '100850.715000', '100850.717000', '100850.720000', '100850.723000', '100850.725000', '100850.728000', '100850.731000', '100850.733000', '100850.736000', '100850.738000', '100850.741000', '100850.744000', '100850.746000', '100850.749000', '100850.751000', '100850.754000', '100850.757000', '100850.760000', '100850.762000', '100850.765000', '100850.768000', '100850.770000', '100850.773000', '100850.776000', '100850.778000', '100850.781000', '100850.784000', '100850.786000', '100850.789000', '100850.792000', '100850.794000', '100850.797000', '100910.683000', '100910.685000', '100910.688000', '100910.691000', '100910.693000', '100910.696000', '100910.699000', '100910.701000', '100910.704000', '100910.707000', '100910.711000', '100910.714000', '100910.717000', '100910.720000', '100910.723000', '100910.725000', '100910.728000', '100910.730000', '100910.733000', '100910.736000', '100910.738000', '100910.741000', '100910.743000', '100910.746000', '100910.749000', '100910.751000', '100910.754000', '100910.756000', '100910.759000', '100910.762000', '100910.764000', '100910.767000', '100910.769000', '100910.772000', '100910.775000', '100910.777000', '100910.780000', '100910.782000', '100910.785000', '100910.788000', '100910.790000', '100910.793000', '100910.795000', '100930.683000', '100930.685000', '100930.688000', '100930.691000', '100930.693000', '100930.696000', '100930.699000', '100930.701000', '100930.704000', '100930.706000', '100930.709000', '100930.712000', '100930.714000', '100930.717000', '100930.719000', '100930.722000', '100930.725000', '100930.727000', '100930.730000', '100930.733000', '100930.735000', '100930.738000', '100930.741000', '100930.743000', '100930.746000', '100930.749000', '100930.751000', '100930.754000', '100930.756000', '100930.759000', '100930.762000', '100930.764000', '100930.767000', '100930.769000', '100930.772000', '100930.774000', '100930.777000', '100930.780000', '100930.782000', '100930.785000', '100930.787000', '100930.790000', '100930.793000', '100930.796000', '100950.683000', '100950.685000', '100950.688000', '100950.691000', '100950.694000', '100950.696000', '100950.699000', '100950.701000', '100950.704000', '100950.707000', '100950.709000', '100950.712000', '100950.715000', '100950.736000', '100950.739000', '100950.742000', '100950.744000', '100950.747000', '100950.750000', '100950.752000', '100950.755000', '100950.758000', '100950.760000', '100950.763000', '100950.766000', '100950.768000', '100950.771000', '100950.774000', '100950.776000', '100950.779000', '100950.782000', '100950.785000', '100950.787000', '100950.790000', '100950.793000', '100950.795000', '100950.798000', '100950.800000', '100950.803000', '100950.806000', '100950.808000', '100950.811000', '100950.814000', '101010.682000', '101010.684000', '101010.687000', '101010.690000', '101010.693000', '101010.695000', '101010.698000', '101010.701000', '101010.703000', '101010.706000', '101010.709000', '101010.711000', '101010.714000', '101010.717000', '101010.719000', '101010.722000', '101010.725000', '101010.727000', '101010.730000', '101010.733000', '101010.735000', '101010.738000', '101010.741000', '101010.743000', '101010.746000', '101010.749000', '101010.751000', '101010.754000', '101010.756000', '101010.759000', '101010.762000', '101010.765000', '101010.767000', '101010.770000', '101010.772000', '101010.775000', '101010.778000', '101010.780000', '101010.783000', '101010.786000', '101010.788000', '101010.791000', '101010.794000', '101010.796000', '101030.682000', '101030.684000', '101030.687000', '101030.690000', '101030.693000', '101030.695000', '101030.698000', '101030.701000', '101030.703000', '101030.706000', '101030.709000', '101030.711000', '101030.714000', '101030.717000', '101030.719000', '101030.722000', '101030.725000', '101030.727000', '101030.730000', '101030.733000', '101030.735000', '101030.738000', '101030.740000', '101030.743000', '101030.746000', '101030.749000', '101030.752000', '101030.755000', '101030.757000', '101030.760000', '101030.763000', '101030.765000', '101030.768000', '101030.771000', '101030.773000', '101030.776000', '101030.787000', '101030.789000', '101030.792000', '101030.794000', '101030.797000', '101030.800000', '101030.802000', '101050.683000', '101050.686000', '101050.689000', '101050.691000', '101050.694000', '101050.697000', '101050.700000', '101050.702000', '101050.705000', '101050.707000', '101050.710000', '101050.713000', '101050.715000', '101050.718000', '101050.721000', '101050.724000', '101050.726000', '101050.729000', '101050.732000', '101050.734000', '101050.737000', '101050.740000', '101050.742000', '101050.745000', '101050.747000', '101050.750000', '101050.753000', '101050.755000', '101050.758000', '101050.761000', '101050.763000', '101050.766000', '101050.768000', '101050.771000', '101050.774000', '101050.776000', '101050.779000', '101050.782000', '101050.784000', '101050.787000', '101050.790000', '101050.792000', '101050.795000', '101050.798000', '101110.682000', '101110.685000', '101110.688000', '101110.691000', '101110.693000', '101110.696000', '101110.699000', '101110.701000', '101110.704000', '101110.707000', '101110.721000', '101110.724000', '101110.727000', '101110.730000', '101110.732000', '101110.735000', '101110.738000', '101110.740000', '101110.743000', '101110.746000', '101110.748000', '101110.751000', '101110.753000', '101110.756000', '101110.759000', '101110.761000', '101110.764000', '101110.767000', '101110.769000', '101110.773000', '101110.775000', '101110.778000', '101110.781000', '101110.783000', '101110.786000', '101110.789000', '101110.791000', '101110.794000', '101110.797000', '101110.800000', '101110.802000', '101110.805000', '101110.807000', '101130.683000', '101130.685000', '101130.688000', '101130.691000', '101130.694000', '101130.696000', '101130.699000', '101130.702000', '101130.704000', '101130.707000', '101130.710000', '101130.712000', '101130.715000', '101130.717000', '101130.720000', '101130.723000', '101130.726000', '101130.728000', '101130.731000', '101130.733000', '101130.736000', '101130.739000', '101130.741000', '101130.744000', '101130.747000', '101130.749000', '101130.752000', '101130.755000', '101130.757000', '101130.760000', '101130.763000', '101130.765000', '101130.768000', '101130.771000', '101130.773000', '101130.776000', '101130.779000', '101130.781000', '101130.784000', '101130.787000', '101130.790000', '101130.792000', '101130.795000', '101130.798000', '101150.683000', '101150.686000', '101150.688000', '101150.691000', '101150.694000', '101150.696000', '101150.699000', '101150.702000', '101150.704000', '101150.707000', '101150.710000', '101150.712000', '101150.715000', '101150.718000', '101150.720000', '101150.723000', '101150.726000', '101150.728000', '101150.731000', '101150.734000', '101150.736000', '101150.739000', '101150.742000', '101150.744000', '101150.747000', '101150.750000', '101150.752000', '101150.755000', '101150.758000', '101150.760000', '101150.763000', '101150.766000', '101150.769000', '101150.771000', '101150.774000', '101150.777000', '101150.779000', '101150.782000', '101150.785000', '101150.787000', '101150.791000', '101150.793000', '101150.796000', '101153.501000', '101153.504000', '101153.507000', '101153.510000', '101153.513000', '101153.516000', '101153.519000'], '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': [8430, 7398, 7275, 7150, 9320, 6805, 11027, 6935, 10313, 7015, 9241, 7014, 9062, 6887, 9027, 7053, 8376, 7059, 7815, 7116, 7868, 6747, 9561, 6992, 9406, 7523, 8453, 6756, 7081, 6795, 7307, 7167, 7649, 8204, 6878, 8414, 6894, 8111, 6913, 9684, 6749, 11293, 7229, 10648, 6984, 10307, 8445, 8701, 6880, 6722, 6802, 7033, 7825, 6924, 10194, 6898, 9763, 7067, 8797, 7066, 6896, 7078, 6909, 7442, 7019, 10724, 6979, 10652, 7266, 10146, 7439, 9598, 7795, 6709, 7476, 6780, 9822, 7015, 10198, 6665, 9626, 6763, 9952, 6917, 10431, 7497, 10767, 7160, 10486, 9058, 9283, 7100, 7000, 6992, 6798, 7272, 6899, 10123, 6789, 9620, 6962, 9550, 7307, 10775, 7827, 9172, 7111, 8165, 6973, 7300, 6945, 7148, 6795, 7064, 7198, 6814, 9625, 6725, 10503, 6967, 9676, 6878, 10276, 8044, 10259, 8262, 7835, 7058, 7341, 7021, 6883, 7402, 6883, 7548, 6830, 9155, 7014, 10005, 6924, 10787, 7198, 10159, 8662, 7739, 7006, 6840, 6725, 7042, 7148, 7013, 9262, 7011, 9053, 6806, 10484, 8136, 11346, 8180, 10521, 7772, 9156, 7549, 8658, 7332, 6881, 6950, 6802, 7640, 6679, 9023, 6746, 8913, 6906, 7110, 6600, 7210, 6961, 8076, 6637, 6924, 6848, 6776, 6780, 7022, 6989, 7060, 6892, 6846, 6895, 7542, 7060, 9055, 7028, 7989, 7102, 7655, 7195, 6816, 6846, 6702, 6879, 7094, 8630, 6715, 8193, 6773, 8949, 6920, 9500, 6926, 9144, 7126, 9025, 7755, 8731, 6906, 7970, 6984, 7931, 7103, 6731, 6976, 6869, 6869, 6730, 8365, 6671, 8271, 6592, 7910, 6824, 9318, 6741, 8585, 7076, 8393, 6843, 8780, 7142, 9078, 6938, 8605, 7393, 9756, 7599, 10332, 7100, 9549, 7742, 9985, 8105, 9830, 6920, 9732, 7174, 10391, 8289, 9721, 7190, 9468, 7318, 8685, 7551, 9191, 7945, 7653, 7049, 7043, 7001, 8568, 7149, 6830, 7035, 6802, 8564, 6954, 7331, 6974, 8250, 6836, 8098, 6619, 7073, 6691, 6878, 6659, 6745, 6773, 6755, 7021, 6775, 7001, 7049, 8100, 7064, 7455, 6809, 7305, 6775, 8605, 6753, 7856, 6752, 9286, 6819, 9902, 6797, 10127, 7533, 9337, 7030, 9249, 6814, 9151, 7627, 9227, 7519, 8916, 6852, 8325, 6960, 8424, 7149, 8400, 6601, 8204, 6920, 7996, 6901, 8301, 6770, 8095, 6702, 6866, 6880, 6867, 6767, 6988, 6901, 6848, 6805, 6992, 6860, 8069, 6983, 7980, 7058, 7115, 7009, 6956, 7412, 6931, 9434, 6869, 9669, 7814, 11308, 9222, 8515, 7299, 7040, 8680, 6771, 10071, 7519, 7026, 8031, 6790, 9532, 6931, 9338, 6683, 9300, 6676, 9027, 6658, 9695, 6882, 9564, 7058, 7675, 6801, 7079, 6686, 6791, 7633, 6778, 8755, 7090, 10131, 7235, 8707, 6972, 7246, 7713, 6903, 7078, 6965, 8725, 6930, 9247, 7097, 6988, 6732, 6735, 7943, 6876, 7756, 6926, 6803, 8423, 6683, 10624, 7756, 11029, 8601, 9213, 7480, 8783, 7270, 6795, 8948, 6804, 9986, 6901, 10370, 6981, 8873, 7669, 6895, 7490, 6887, 7626, 6927, 10016, 7253, 9233, 6981, 7889, 7165, 7516, 6964, 7013, 7025, 6907, 7697, 6871, 9684, 6821, 10049, 7056, 8277, 6895, 6874, 6886, 7009, 7571, 6871, 10564, 6902, 10947, 6881, 10197, 7906, 9899, 8213, 7584, 6869, 7085, 6886, 6883, 9714, 6852, 9496, 6877, 10231, 6924, 10993, 8127, 10378, 7095, 8207, 6858, 7712, 6785, 7195, 7911, 6766, 6884, 7046, 7503, 6793, 8519, 6939, 6886, 6813, 7405, 6730, 8445, 6916, 8363, 6985, 8289, 6916, 8541, 7075, 7785, 6793, 7981, 6883, 6930, 6759, 6946, 7455, 6798, 7785, 6803, 9440, 6813, 10281, 6790, 9012, 7229, 8569, 7047, 6897, 6819, 7090, 6836, 7086, 7587, 7001, 8072, 6812, 6841, 6893, 9175, 6800, 10283, 6928, 8984, 7222, 9206, 7137, 9410, 7018, 10566, 7858, 10720, 7158, 9377, 7666, 7311, 7137, 7043, 7414, 6894, 8609, 6777, 9159, 6734, 10359, 7641, 10244, 7573, 10593, 7985, 8855, 7448, 6851, 6753, 6985, 9749, 7009, 10400, 8576, 10100, 7689, 9952, 8680, 11169, 8631, 9817, 7100, 8730, 6971, 8362, 7002, 6978, 6960, 6792, 7840, 6972, 10442, 6904, 8063, 6879, 6806, 7706, 7029, 9672, 6761, 11489, 8871, 8663, 7161, 6682, 7489, 6718, 10483, 7020, 11193, 7165, 8756, 7325, 6805, 9422, 6887, 10172, 7020, 9866, 7678, 6919, 7443, 6931, 10755, 8084, 9761, 7060, 7056, 7640, 6849, 10994, 7775, 11083, 7192, 8351, 7321, 6835, 11079, 6969, 11185, 7041, 10075, 8458, 6941, 7274, 6933, 9594, 6862, 11575, 8448, 11951, 7764, 9425, 7528, 6877, 10362, 6948, 10648, 6966, 10992, 8598, 6931, 7200, 6775, 9986, 6858, 12153, 8162, 10024, 7722, 7001, 8406, 6667, 10837, 6899, 10390, 6858, 10818, 8633, 11732, 8207, 9849, 6908, 8688, 6861, 6916, 7024, 6787, 7094, 6718, 9110, 6960, 10604, 6999, 10645, 6778, 10790, 7926, 9146, 7396, 6878, 6821, 6827, 8198, 6840, 11919, 8449, 6702, 9101, 6773, 7377, 7056, 6946, 7177, 6827, 9405, 6932, 7428, 8900, 6957, 11194, 8227, 11699, 9912, 12408, 10562, 11385, 9074, 10583, 8058, 11406, 7812, 11873, 9129, 9763, 6916, 6833, 6886, 6920, 6789, 7906, 6891, 9529, 6895, 8812, 6964, 6850, 6997, 6809, 6784, 6919, 6811, 6870, 6837, 7046, 7464, 6665, 7259, 6862, 8394, 6744, 9569, 6800, 9701, 7201, 10074, 6747, 9347, 7444, 10073, 8465, 8433, 6778, 6866, 7074, 7108, 6716, 6955, 7475, 6793, 8324, 6786, 8075, 6891, 8760, 6703, 10066, 6705, 9556, 7009, 8642, 7030, 9149, 7102, 8173, 7101, 7848, 6796, 7354, 6905, 7481, 6723, 7860, 6882, 9381, 6962, 10048, 7009, 8011, 6772, 7344, 6768, 8378, 7112, 7132, 6918, 6998, 6733, 6815, 6679, 6666, 8062, 6716, 8081, 6952, 9221, 6857, 8484, 6843, 7440, 7005, 6765, 7349, 6842, 9991, 6772, 9372, 6737, 9726, 7423, 10573, 7347, 10352, 6836, 10117, 7211, 10704, 7745, 8855, 6777, 8111, 6806, 7572, 6703, 7177, 6819, 6857, 6629, 7107, 6873, 6690, 9739, 6702, 9652, 7047, 9379, 6744, 10090, 7339, 10204, 6872, 9506, 7194, 9438, 8262, 8272, 6913, 7829, 6776, 6708, 6892, 6802, 6576, 6953, 10169, 6827, 7976, 6640, 6871, 7906, 6758, 10475, 6686, 9953, 6738, 9911, 6683, 10026, 6665, 8213, 6872, 7535, 6925, 8154, 6784, 7985, 6869, 8018, 7054, 6937, 6781, 6885, 7022, 6793, 8742, 6821, 8606, 6875, 7707, 6855, 6968, 9181, 6789, 10107, 6813, 9746, 7299, 10740, 8100, 9020, 6870, 8018, 7104, 8631, 7923, 7041, 9574, 6832, 8992, 6822, 9604, 7569, 10542, 7253, 9232, 7192, 8561, 6832, 9971, 7011, 6827, 6826, 6775, 6905, 6842, 6953, 6870, 8683, 6761, 7629, 6761, 7486, 6823, 7952, 6772, 9481, 6904, 8482, 6737, 8225, 6877, 9004, 7474, 10502, 6834, 8955, 6825, 7572, 6833, 7723, 7082, 6817, 6991, 6812, 6844, 7250, 6767, 6822, 7981, 6769, 6867, 6831, 7396, 6831, 8785, 6764, 6964, 6717, 6848, 6826, 7203, 6874, 8001, 6826, 7523, 6853, 7990, 6748, 9833, 7151, 9981, 7071, 8231, 6833, 8451, 6744, 10170, 6742, 9852, 7288, 9684, 7186, 10694, 8769, 11224, 8010, 10729, 7203, 10387, 7182, 11613, 8760, 11064, 7720, 11290, 7091, 11577, 7276, 11198, 8914, 10935, 7224, 9425, 7000, 9144, 6896, 7748, 6884, 6755, 7249, 6938, 7073, 6780, 8723, 7097, 10895, 6959, 10955, 6820, 9712, 6904, 9368, 7061, 9557, 6893, 9633, 7246, 7818, 6965, 7292, 7028, 8376, 7048, 9498, 6850, 8473, 7043, 8894, 7548, 9592, 7138, 9489, 6930, 9054, 7590, 9091, 7770, 6875, 6879, 6732, 6856, 6855, 10525, 8132, 10619, 7512, 6990, 7305, 7009, 7676, 6875, 6794, 8241, 6702, 8991, 7859, 9176, 9413, 9064, 10000, 9201, 9187, 10417, 7015, 11069, 6681, 7692, 7568, 7273, 10266, 6713, 10907, 7331, 11222, 8218, 11174, 8328, 7845, 7274, 6756, 7124, 6793, 6746, 6922, 6784, 7118, 6868, 7811, 6836, 9145, 7296, 10276, 7820, 10799, 8528, 11239, 8715, 7328, 6919, 6816, 6781, 6873, 8533, 6893, 9784, 6951, 9536, 7639, 9676, 7921, 9306, 7587, 10765, 8176, 7322, 6806, 6764, 6769, 6987, 7329, 6886, 8540, 6966, 9001, 6992, 7647, 6980, 6886, 6817, 6699, 6824, 6855, 8060, 6895, 8190, 7091, 9960, 6883, 7581, 6867, 6904, 6981, 6965, 8790, 6944, 7704, 6800, 6976, 7828, 6961, 9627, 7000, 7005, 6965, 6860, 9932, 7136, 10062, 7432, 7734, 7082, 6880, 9442, 6965, 10254, 6955, 8422, 7041, 6947, 9038, 6865, 9587, 6897, 7395, 6974, 6785, 9020, 6854, 11013, 7856, 6805, 7604, 6938, 9727, 6965, 10328, 7794, 6929, 7843, 6877, 10522, 6877, 11536, 8704, 7679, 6811, 6927, 8410, 6808, 11128, 7635, 11246, 7142, 9935, 7421, 8721, 7406, 6968, 7092, 6852, 7450, 7034, 9530, 7073, 10656, 6893, 10128, 7228, 9610, 7327, 11054, 8818, 11109, 8071, 8859, 6980, 7092, 6952, 6943, 6797, 6812, 7050, 6984, 6941, 7237, 6832, 8869, 6910, 10903, 8156, 11136, 7331, 10606, 7868, 10605, 8719, 9449, 7309, 8331, 6954, 7488, 6900, 6740, 6813, 6714, 6918, 6798, 7180, 6810, 8726, 6902, 8866, 7024, 9147, 6958, 7007, 6864, 6706, 7004, 6768, 9584, 6971, 10180, 6940, 10045, 7819, 8221, 7155, 6733, 6839, 6741, 8505, 6773, 9774, 7005, 9843, 7078, 10187, 8179, 8155, 6876, 7946, 6775, 8084, 6838, 6812, 6968, 6635, 7243, 6682, 9164, 6985, 9943, 6855, 7904, 6844, 6799, 6913, 6898, 7566, 7181, 9198, 6763, 8129, 6893, 6680, 6996, 6688, 9237, 6690, 10117, 6826, 9991, 7821], 'WindowCenter': [4041.0, 4016.0, 4002.0, 4000.0, 4019.0, 3989.0, 4037.0, 3987.0, 4025.0, 3998.0, 4016.0, 3999.0, 4018.0, 3999.0, 4016.0, 4000.0, 4018.0, 4000.0, 4009.0, 3999.0, 4008.0, 3997.0, 4029.0, 3998.0, 4029.0, 4009.0, 4006.0, 3988.0, 3986.0, 3986.0, 3996.0, 3998.0, 4009.0, 4008.0, 3986.0, 4007.0, 3998.0, 4008.0, 3999.0, 4029.0, 3999.0, 4047.0, 4008.0, 4040.0, 3999.0, 4041.0, 4020.0, 4019.0, 3999.0, 3988.0, 3990.0, 3999.0, 4008.0, 4000.0, 4039.0, 4000.0, 4038.0, 4010.0, 4031.0, 4001.0, 4000.0, 4011.0, 4012.0, 4012.0, 4013.0, 4053.0, 4012.0, 4052.0, 4013.0, 4041.0, 4011.0, 4031.0, 4011.0, 3990.0, 3999.0, 3988.0, 4029.0, 3998.0, 4028.0, 3988.0, 4028.0, 3988.0, 4030.0, 3999.0, 4037.0, 3998.0, 4037.0, 4000.0, 4039.0, 4032.0, 4028.0, 3989.0, 3998.0, 3988.0, 3988.0, 3999.0, 3999.0, 4029.0, 3989.0, 4028.0, 4000.0, 4028.0, 4000.0, 4038.0, 4010.0, 4017.0, 4000.0, 4008.0, 4000.0, 4009.0, 4001.0, 4000.0, 3988.0, 3999.0, 3999.0, 3990.0, 4031.0, 3990.0, 4040.0, 3999.0, 4028.0, 3990.0, 4029.0, 4011.0, 4040.0, 4010.0, 3998.0, 4000.0, 3999.0, 4001.0, 3999.0, 3999.0, 3999.0, 4010.0, 4001.0, 4030.0, 4001.0, 4031.0, 4001.0, 4040.0, 4002.0, 4042.0, 4021.0, 4009.0, 4001.0, 3990.0, 3989.0, 3999.0, 4001.0, 4001.0, 4031.0, 4002.0, 4031.0, 4002.0, 4042.0, 4024.0, 4041.0, 4011.0, 4039.0, 3999.0, 4030.0, 4012.0, 4020.0, 3999.0, 3988.0, 3988.0, 3987.0, 3998.0, 3990.0, 4019.0, 3987.0, 4007.0, 3988.0, 3989.0, 3987.0, 3997.0, 3988.0, 3998.0, 3975.0, 3987.0, 3988.0, 3986.0, 3987.0, 3987.0, 3988.0, 3987.0, 3999.0, 3987.0, 4001.0, 4009.0, 4001.0, 4020.0, 4001.0, 4011.0, 4002.0, 4010.0, 4002.0, 3990.0, 3989.0, 3991.0, 3991.0, 4000.0, 4020.0, 3990.0, 4021.0, 3990.0, 4019.0, 4001.0, 4029.0, 4001.0, 4018.0, 4001.0, 4019.0, 4012.0, 4020.0, 4000.0, 4011.0, 4003.0, 4011.0, 4003.0, 3992.0, 4002.0, 3990.0, 3989.0, 3989.0, 4011.0, 3989.0, 4009.0, 3988.0, 4009.0, 3989.0, 4018.0, 3991.0, 4008.0, 3999.0, 4009.0, 3992.0, 4008.0, 3991.0, 4021.0, 4002.0, 4019.0, 4002.0, 4030.0, 4001.0, 4029.0, 4000.0, 4031.0, 4012.0, 4030.0, 4011.0, 4030.0, 3999.0, 4029.0, 3991.0, 4029.0, 4009.0, 4018.0, 3990.0, 4019.0, 4001.0, 4009.0, 4012.0, 4022.0, 4012.0, 4000.0, 3992.0, 3988.0, 3990.0, 4009.0, 3991.0, 3990.0, 3991.0, 3989.0, 4022.0, 3989.0, 4000.0, 3992.0, 4011.0, 3991.0, 3998.0, 3990.0, 3988.0, 3978.0, 3977.0, 3976.0, 3979.0, 3977.0, 3977.0, 3978.0, 3979.0, 3976.0, 3990.0, 3999.0, 3989.0, 3988.0, 3981.0, 3989.0, 3980.0, 4009.0, 3978.0, 3998.0, 3980.0, 4019.0, 3981.0, 4019.0, 3979.0, 4019.0, 3988.0, 4008.0, 3988.0, 4007.0, 3980.0, 4008.0, 4000.0, 4008.0, 3989.0, 4009.0, 3980.0, 3998.0, 3991.0, 3997.0, 3989.0, 3997.0, 3979.0, 3997.0, 3990.0, 3998.0, 3989.0, 4009.0, 3977.0, 3999.0, 3978.0, 3978.0, 3989.0, 3979.0, 3978.0, 3990.0, 3990.0, 3978.0, 3982.0, 3990.0, 3991.0, 4012.0, 4005.0, 4012.0, 4005.0, 4005.0, 4007.0, 4007.0, 4017.0, 4005.0, 4038.0, 4005.0, 4047.0, 4028.0, 4055.0, 4049.0, 4026.0, 4004.0, 4005.0, 4025.0, 4006.0, 4047.0, 4005.0, 4003.0, 4015.0, 3992.0, 4020.0, 3991.0, 4011.0, 3980.0, 4010.0, 3980.0, 4010.0, 3980.0, 4020.0, 3989.0, 4009.0, 3988.0, 3998.0, 3979.0, 3988.0, 3979.0, 3980.0, 4000.0, 3991.0, 4010.0, 3991.0, 4028.0, 4001.0, 4023.0, 4004.0, 4000.0, 4001.0, 3990.0, 4002.0, 4002.0, 4023.0, 4005.0, 4032.0, 4004.0, 4002.0, 3991.0, 4003.0, 4012.0, 4005.0, 4027.0, 4017.0, 4005.0, 4025.0, 4005.0, 4057.0, 4029.0, 4056.0, 4024.0, 4021.0, 4002.0, 4012.0, 4002.0, 3989.0, 4009.0, 3979.0, 4018.0, 4002.0, 4042.0, 4012.0, 4032.0, 4022.0, 3999.0, 4010.0, 4011.0, 4023.0, 4013.0, 4054.0, 4025.0, 4045.0, 4012.0, 4023.0, 4013.0, 4012.0, 4013.0, 4011.0, 4013.0, 4012.0, 4023.0, 4014.0, 4045.0, 4005.0, 4055.0, 4014.0, 4035.0, 4015.0, 4003.0, 4014.0, 4014.0, 4026.0, 4017.0, 4055.0, 4014.0, 4053.0, 4012.0, 4053.0, 4025.0, 4046.0, 4023.0, 4009.0, 4002.0, 4014.0, 4014.0, 4013.0, 4043.0, 4003.0, 4031.0, 4001.0, 4042.0, 4014.0, 4052.0, 4022.0, 4044.0, 4014.0, 4023.0, 4002.0, 4013.0, 4001.0, 4001.0, 4023.0, 4002.0, 4002.0, 4001.0, 4002.0, 3992.0, 4022.0, 3990.0, 3989.0, 3992.0, 4001.0, 3992.0, 4010.0, 3988.0, 4009.0, 3990.0, 4009.0, 3991.0, 4021.0, 4002.0, 4000.0, 3992.0, 4010.0, 4003.0, 4002.0, 3992.0, 3991.0, 4002.0, 3992.0, 4003.0, 3992.0, 4032.0, 3993.0, 4033.0, 4004.0, 4024.0, 4001.0, 4021.0, 4003.0, 3991.0, 3992.0, 3989.0, 3992.0, 3990.0, 4002.0, 3990.0, 4000.0, 3979.0, 3981.0, 4003.0, 4035.0, 4002.0, 4030.0, 4003.0, 4036.0, 4004.0, 4034.0, 4006.0, 4032.0, 4005.0, 4043.0, 4013.0, 4044.0, 4002.0, 4023.0, 4014.0, 4001.0, 3993.0, 4005.0, 4018.0, 4003.0, 4022.0, 3991.0, 4021.0, 3989.0, 4033.0, 4002.0, 4031.0, 4028.0, 4043.0, 4013.0, 4021.0, 3992.0, 3989.0, 3981.0, 3990.0, 4021.0, 3990.0, 4030.0, 4010.0, 4019.0, 4001.0, 4018.0, 4011.0, 4030.0, 4010.0, 4018.0, 3989.0, 4009.0, 3989.0, 4012.0, 4003.0, 3990.0, 3990.0, 3990.0, 3999.0, 4001.0, 4043.0, 4003.0, 4012.0, 3994.0, 3991.0, 4015.0, 4016.0, 4035.0, 4017.0, 4055.0, 4023.0, 4021.0, 4002.0, 4003.0, 4003.0, 4002.0, 4043.0, 4003.0, 4053.0, 4003.0, 4024.0, 4001.0, 4004.0, 4034.0, 4003.0, 4043.0, 4002.0, 4045.0, 4015.0, 4002.0, 4002.0, 4004.0, 4041.0, 4012.0, 4031.0, 3999.0, 4001.0, 4013.0, 3992.0, 4043.0, 4015.0, 4052.0, 4003.0, 4022.0, 4027.0, 4016.0, 4065.0, 4004.0, 4052.0, 4013.0, 4054.0, 4036.0, 4014.0, 4015.0, 4014.0, 4044.0, 4015.0, 4066.0, 4024.0, 4064.0, 4013.0, 4034.0, 4023.0, 4003.0, 4043.0, 4001.0, 4052.0, 4003.0, 4054.0, 4020.0, 4001.0, 4002.0, 4003.0, 4042.0, 4004.0, 4051.0, 4024.0, 4032.0, 4012.0, 4000.0, 4023.0, 3989.0, 4042.0, 4000.0, 4031.0, 3991.0, 4039.0, 4022.0, 4039.0, 4011.0, 4029.0, 3989.0, 4009.0, 3989.0, 3989.0, 3989.0, 3989.0, 3989.0, 3990.0, 4020.0, 4001.0, 4029.0, 4000.0, 4038.0, 3991.0, 4041.0, 4013.0, 4033.0, 4000.0, 3990.0, 3992.0, 3990.0, 4021.0, 4002.0, 4053.0, 4023.0, 4003.0, 4034.0, 4003.0, 4014.0, 4016.0, 4014.0, 4014.0, 4005.0, 4045.0, 4017.0, 4018.0, 4037.0, 4015.0, 4053.0, 4022.0, 4041.0, 4032.0, 4040.0, 4029.0, 4026.0, 3996.0, 4015.0, 3998.0, 4027.0, 3987.0, 4025.0, 4005.0, 4003.0, 3973.0, 3962.0, 3972.0, 3973.0, 3964.0, 3983.0, 3973.0, 4003.0, 3974.0, 3992.0, 3964.0, 3963.0, 3973.0, 3963.0, 3978.0, 3976.0, 3979.0, 3977.0, 3980.0, 3990.0, 3989.0, 3978.0, 3989.0, 3978.0, 3999.0, 3980.0, 4020.0, 3980.0, 4019.0, 3990.0, 4020.0, 3981.0, 4008.0, 3991.0, 4020.0, 4011.0, 4000.0, 3980.0, 3979.0, 3989.0, 3989.0, 3979.0, 3989.0, 3991.0, 3979.0, 4000.0, 3980.0, 4000.0, 3989.0, 4012.0, 3994.0, 4020.0, 3979.0, 4009.0, 3979.0, 3997.0, 3980.0, 4007.0, 3990.0, 3998.0, 3989.0, 3999.0, 3981.0, 3987.0, 3992.0, 3990.0, 3982.0, 4000.0, 3990.0, 4021.0, 3990.0, 4020.0, 3990.0, 4000.0, 3979.0, 3988.0, 3980.0, 4000.0, 3989.0, 3979.0, 3991.0, 3989.0, 3979.0, 3979.0, 3979.0, 3991.0, 4000.0, 3994.0, 4012.0, 4002.0, 4022.0, 3993.0, 4013.0, 3993.0, 4002.0, 3993.0, 3992.0, 4002.0, 3993.0, 4031.0, 3992.0, 4021.0, 3992.0, 4022.0, 4003.0, 4031.0, 4002.0, 4032.0, 3992.0, 4030.0, 3992.0, 4030.0, 4001.0, 4009.0, 3980.0, 4000.0, 3980.0, 3999.0, 3979.0, 3991.0, 3980.0, 3979.0, 3980.0, 3991.0, 3981.0, 3981.0, 4021.0, 3980.0, 4021.0, 3990.0, 4020.0, 3980.0, 4030.0, 3990.0, 4019.0, 3981.0, 4020.0, 3990.0, 4010.0, 4009.0, 4000.0, 3990.0, 3989.0, 3980.0, 3979.0, 3991.0, 3992.0, 4006.0, 4004.0, 4045.0, 3994.0, 4014.0, 3994.0, 3993.0, 4015.0, 3992.0, 4046.0, 3993.0, 4032.0, 3981.0, 4021.0, 3980.0, 4021.0, 3988.0, 3998.0, 3978.0, 3987.0, 3990.0, 3997.0, 3979.0, 3998.0, 3990.0, 4010.0, 3990.0, 3991.0, 3993.0, 4003.0, 4002.0, 3994.0, 4023.0, 3993.0, 4013.0, 3993.0, 4003.0, 3993.0, 3989.0, 4022.0, 3983.0, 4032.0, 3980.0, 4020.0, 3991.0, 4031.0, 4000.0, 4009.0, 3979.0, 3999.0, 3991.0, 4010.0, 3989.0, 3979.0, 4009.0, 3977.0, 4009.0, 3978.0, 4006.0, 3991.0, 4017.0, 3990.0, 4007.0, 3978.0, 3998.0, 3979.0, 4009.0, 3977.0, 3965.0, 3966.0, 3966.0, 3976.0, 3966.0, 3978.0, 3979.0, 3997.0, 3966.0, 3973.0, 3966.0, 3974.0, 3965.0, 3987.0, 3965.0, 4007.0, 3977.0, 3997.0, 3978.0, 3996.0, 3978.0, 4008.0, 3990.0, 4018.0, 3979.0, 3996.0, 3978.0, 3986.0, 3979.0, 3989.0, 3991.0, 3978.0, 3990.0, 3979.0, 3981.0, 3990.0, 3980.0, 3979.0, 4001.0, 3980.0, 3979.0, 3979.0, 3988.0, 3979.0, 4009.0, 3979.0, 3978.0, 3977.0, 3977.0, 3976.0, 3988.0, 3978.0, 3998.0, 3992.0, 3998.0, 3980.0, 4012.0, 3991.0, 4031.0, 4001.0, 4030.0, 4001.0, 4020.0, 4001.0, 4022.0, 4000.0, 4029.0, 4002.0, 4029.0, 4012.0, 4043.0, 4013.0, 4041.0, 4036.0, 4054.0, 4033.0, 4050.0, 4013.0, 4042.0, 4014.0, 4063.0, 4032.0, 4050.0, 4009.0, 4039.0, 3999.0, 4049.0, 4000.0, 4040.0, 4019.0, 4039.0, 3998.0, 4019.0, 3999.0, 4030.0, 4000.0, 4009.0, 4001.0, 4001.0, 4009.0, 4001.0, 3999.0, 4001.0, 4023.0, 4000.0, 4052.0, 4001.0, 4042.0, 3990.0, 4029.0, 4001.0, 4020.0, 4001.0, 4029.0, 3989.0, 4018.0, 4000.0, 3998.0, 3999.0, 4001.0, 4002.0, 4010.0, 4002.0, 4032.0, 4002.0, 4020.0, 4003.0, 4032.0, 4013.0, 4032.0, 4002.0, 4031.0, 4003.0, 4032.0, 4013.0, 4032.0, 4014.0, 3992.0, 4003.0, 4003.0, 4001.0, 3991.0, 4043.0, 4025.0, 4043.0, 4014.0, 4026.0, 4025.0, 4027.0, 4025.0, 4015.0, 4014.0, 4036.0, 4003.0, 4035.0, 4023.0, 4032.0, 4030.0, 4019.0, 4030.0, 4021.0, 4007.0, 4026.0, 3984.0, 4040.0, 3986.0, 3995.0, 3984.0, 3983.0, 4013.0, 3974.0, 4013.0, 3985.0, 4014.0, 3995.0, 4012.0, 3984.0, 3983.0, 3971.0, 3975.0, 3972.0, 3975.0, 3976.0, 3977.0, 3976.0, 3987.0, 3990.0, 3999.0, 3990.0, 4019.0, 4001.0, 4029.0, 4001.0, 4029.0, 4010.0, 4027.0, 3997.0, 3974.0, 3977.0, 3974.0, 3974.0, 3977.0, 3997.0, 3989.0, 4016.0, 3986.0, 4006.0, 4012.0, 4019.0, 4011.0, 4007.0, 3997.0, 4025.0, 3997.0, 3986.0, 3989.0, 3988.0, 3977.0, 3989.0, 3997.0, 3987.0, 4007.0, 3990.0, 4019.0, 4000.0, 3999.0, 3989.0, 3991.0, 3989.0, 3990.0, 3990.0, 3990.0, 4011.0, 4000.0, 4010.0, 4001.0, 4046.0, 4003.0, 4011.0, 4004.0, 4002.0, 4003.0, 4018.0, 4034.0, 4006.0, 4013.0, 4005.0, 4016.0, 4026.0, 4015.0, 4043.0, 4014.0, 4005.0, 4014.0, 4003.0, 4046.0, 4006.0, 4043.0, 4004.0, 4013.0, 4017.0, 4004.0, 4044.0, 4005.0, 4045.0, 4004.0, 4021.0, 4002.0, 4002.0, 4024.0, 4001.0, 4031.0, 4004.0, 4014.0, 4006.0, 4004.0, 4031.0, 4004.0, 4042.0, 4014.0, 3991.0, 4014.0, 4015.0, 4043.0, 4014.0, 4053.0, 4022.0, 4010.0, 4021.0, 4012.0, 4052.0, 4014.0, 4064.0, 4032.0, 4021.0, 4001.0, 3999.0, 4021.0, 4000.0, 4051.0, 4010.0, 4050.0, 4012.0, 4040.0, 4011.0, 4031.0, 4010.0, 4000.0, 4000.0, 3990.0, 3999.0, 3999.0, 4031.0, 4003.0, 4040.0, 4001.0, 4041.0, 4000.0, 4029.0, 4001.0, 4051.0, 4034.0, 4038.0, 4009.0, 4019.0, 4000.0, 4001.0, 3998.0, 4000.0, 3989.0, 4004.0, 4015.0, 4003.0, 4003.0, 4015.0, 4005.0, 4035.0, 4017.0, 4054.0, 4026.0, 4055.0, 4015.0, 4042.0, 4012.0, 4043.0, 4023.0, 4019.0, 3990.0, 3998.0, 3989.0, 4000.0, 3991.0, 3990.0, 3990.0, 3991.0, 3999.0, 4001.0, 4000.0, 4003.0, 4023.0, 4003.0, 4033.0, 4016.0, 4032.0, 4003.0, 4003.0, 3991.0, 3992.0, 4002.0, 4003.0, 4032.0, 4002.0, 4043.0, 4005.0, 4032.0, 4012.0, 4009.0, 4002.0, 3990.0, 3992.0, 3991.0, 4022.0, 3993.0, 4033.0, 4002.0, 4030.0, 4000.0, 4030.0, 4011.0, 4009.0, 3990.0, 4009.0, 3991.0, 4010.0, 3990.0, 3989.0, 3989.0, 3988.0, 3998.0, 3989.0, 4020.0, 3990.0, 4029.0, 3993.0, 4012.0, 3992.0, 3990.0, 4001.0, 4001.0, 4011.0, 4001.0, 4034.0, 4004.0, 4012.0, 4002.0, 3990.0, 4003.0, 4002.0, 4033.0, 3991.0, 4041.0, 4002.0, 4042.0, 4013.0], 'WindowWidth': [9032.0, 8985.0, 8958.0, 8950.0, 8973.0, 8935.0, 8992.0, 8927.0, 8973.0, 8941.0, 8962.0, 8945.0, 8968.0, 8948.0, 8966.0, 8949.0, 8968.0, 8948.0, 8957.0, 8946.0, 8956.0, 8941.0, 8985.0, 8944.0, 8982.0, 8957.0, 8950.0, 8928.0, 8923.0, 8924.0, 8937.0, 8941.0, 8957.0, 8955.0, 8924.0, 8952.0, 8944.0, 8956.0, 8947.0, 8984.0, 8947.0, 9007.0, 8957.0, 8999.0, 8947.0, 9002.0, 8977.0, 8972.0, 8945.0, 8930.0, 8935.0, 8946.0, 8958.0, 8948.0, 8998.0, 8949.0, 8997.0, 8964.0, 8992.0, 8952.0, 8950.0, 8965.0, 8969.0, 8970.0, 8973.0, 9022.0, 8970.0, 9020.0, 8971.0, 9006.0, 8966.0, 8990.0, 8963.0, 8933.0, 8945.0, 8930.0, 8985.0, 8942.0, 8981.0, 8929.0, 8979.0, 8929.0, 8984.0, 8947.0, 8991.0, 8942.0, 8992.0, 8949.0, 8999.0, 8991.0, 8979.0, 8929.0, 8939.0, 8927.0, 8927.0, 8943.0, 8945.0, 8983.0, 8929.0, 8980.0, 8945.0, 8981.0, 8948.0, 8993.0, 8959.0, 8966.0, 8947.0, 8955.0, 8946.0, 8959.0, 8950.0, 8947.0, 8930.0, 8944.0, 8944.0, 8932.0, 8988.0, 8933.0, 8998.0, 8944.0, 8980.0, 8933.0, 8981.0, 8964.0, 8997.0, 8959.0, 8940.0, 8946.0, 8942.0, 8948.0, 8944.0, 8946.0, 8946.0, 8960.0, 8950.0, 8988.0, 8951.0, 8987.0, 8951.0, 8998.0, 8952.0, 9004.0, 8977.0, 8958.0, 8950.0, 8932.0, 8933.0, 8947.0, 8951.0, 8950.0, 8989.0, 8953.0, 8989.0, 8955.0, 9007.0, 8985.0, 9000.0, 8962.0, 8996.0, 8944.0, 8984.0, 8963.0, 8970.0, 8942.0, 8925.0, 8926.0, 8925.0, 8942.0, 8932.0, 8968.0, 8923.0, 8950.0, 8925.0, 8927.0, 8924.0, 8938.0, 8927.0, 8938.0, 8905.0, 8922.0, 8923.0, 8921.0, 8925.0, 8923.0, 8925.0, 8923.0, 8943.0, 8925.0, 8949.0, 8959.0, 8949.0, 8974.0, 8950.0, 8963.0, 8953.0, 8960.0, 8952.0, 8933.0, 8933.0, 8935.0, 8936.0, 8946.0, 8972.0, 8933.0, 8973.0, 8933.0, 8970.0, 8949.0, 8983.0, 8948.0, 8967.0, 8948.0, 8969.0, 8964.0, 8972.0, 8947.0, 8962.0, 8953.0, 8963.0, 8956.0, 8936.0, 8951.0, 8933.0, 8931.0, 8931.0, 8962.0, 8929.0, 8955.0, 8927.0, 8954.0, 8929.0, 8965.0, 8934.0, 8953.0, 8944.0, 8955.0, 8937.0, 8954.0, 8934.0, 8973.0, 8952.0, 8968.0, 8951.0, 8984.0, 8949.0, 8981.0, 8945.0, 8986.0, 8963.0, 8983.0, 8961.0, 8982.0, 8944.0, 8981.0, 8933.0, 8981.0, 8955.0, 8964.0, 8931.0, 8967.0, 8946.0, 8954.0, 8962.0, 8974.0, 8962.0, 8944.0, 8936.0, 8926.0, 8932.0, 8955.0, 8934.0, 8930.0, 8934.0, 8930.0, 8976.0, 8927.0, 8943.0, 8933.0, 8958.0, 8932.0, 8936.0, 8929.0, 8923.0, 8911.0, 8907.0, 8904.0, 8910.0, 8906.0, 8907.0, 8908.0, 8911.0, 8905.0, 8928.0, 8937.0, 8926.0, 8922.0, 8916.0, 8924.0, 8915.0, 8951.0, 8911.0, 8936.0, 8915.0, 8964.0, 8917.0, 8963.0, 8914.0, 8962.0, 8922.0, 8948.0, 8922.0, 8946.0, 8914.0, 8948.0, 8939.0, 8947.0, 8926.0, 8950.0, 8916.0, 8935.0, 8929.0, 8934.0, 8925.0, 8933.0, 8912.0, 8934.0, 8929.0, 8936.0, 8926.0, 8952.0, 8908.0, 8938.0, 8910.0, 8911.0, 8926.0, 8913.0, 8911.0, 8927.0, 8927.0, 8911.0, 8919.0, 8929.0, 8933.0, 8960.0, 8958.0, 8962.0, 8957.0, 8957.0, 8963.0, 8964.0, 8976.0, 8959.0, 9004.0, 8961.0, 9016.0, 8995.0, 9023.0, 9024.0, 8987.0, 8956.0, 8957.0, 8986.0, 8962.0, 9014.0, 8957.0, 8953.0, 8970.0, 8933.0, 8970.0, 8929.0, 8954.0, 8912.0, 8952.0, 8912.0, 8952.0, 8915.0, 8966.0, 8924.0, 8947.0, 8923.0, 8935.0, 8911.0, 8922.0, 8913.0, 8915.0, 8942.0, 8932.0, 8953.0, 8930.0, 8976.0, 8944.0, 8978.0, 8958.0, 8946.0, 8947.0, 8931.0, 8949.0, 8952.0, 8982.0, 8961.0, 8990.0, 8958.0, 8952.0, 8937.0, 8955.0, 8965.0, 8961.0, 8992.0, 8979.0, 8960.0, 8986.0, 8960.0, 9032.0, 9000.0, 9029.0, 8981.0, 8972.0, 8949.0, 8962.0, 8947.0, 8929.0, 8954.0, 8913.0, 8964.0, 8951.0, 9003.0, 8969.0, 8996.0, 8984.0, 8946.0, 8963.0, 8967.0, 8986.0, 8975.0, 9029.0, 8991.0, 9019.0, 8973.0, 8983.0, 8973.0, 8968.0, 8972.0, 8966.0, 8972.0, 8972.0, 8987.0, 8977.0, 9015.0, 8964.0, 9029.0, 8976.0, 9006.0, 8978.0, 8959.0, 8975.0, 8974.0, 8992.0, 8985.0, 9029.0, 8974.0, 9024.0, 8969.0, 9025.0, 8990.0, 9019.0, 8986.0, 8961.0, 8956.0, 8973.0, 8973.0, 8971.0, 9008.0, 8956.0, 8991.0, 8952.0, 9006.0, 8974.0, 9019.0, 8982.0, 9012.0, 8973.0, 8983.0, 8954.0, 8969.0, 8952.0, 8950.0, 8982.0, 8953.0, 8952.0, 8951.0, 8952.0, 8937.0, 8974.0, 8930.0, 8928.0, 8938.0, 8945.0, 8936.0, 8953.0, 8925.0, 8952.0, 8929.0, 8953.0, 8934.0, 8972.0, 8950.0, 8943.0, 8936.0, 8957.0, 8952.0, 8951.0, 8937.0, 8934.0, 8949.0, 8936.0, 8952.0, 8940.0, 8989.0, 8942.0, 8992.0, 8958.0, 8982.0, 8951.0, 8975.0, 8952.0, 8933.0, 8937.0, 8930.0, 8936.0, 8933.0, 8949.0, 8931.0, 8944.0, 8914.0, 8918.0, 8952.0, 9001.0, 8952.0, 8983.0, 8952.0, 8999.0, 8957.0, 8996.0, 8964.0, 8991.0, 8960.0, 9005.0, 8967.0, 9005.0, 8951.0, 8976.0, 8967.0, 8946.0, 8939.0, 8960.0, 8983.0, 8952.0, 8976.0, 8935.0, 8973.0, 8929.0, 8990.0, 8949.0, 8985.0, 8994.0, 9002.0, 8966.0, 8971.0, 8934.0, 8928.0, 8918.0, 8931.0, 8971.0, 8931.0, 8982.0, 8956.0, 8965.0, 8943.0, 8963.0, 8957.0, 8979.0, 8955.0, 8962.0, 8928.0, 8953.0, 8929.0, 8963.0, 8952.0, 8931.0, 8929.0, 8931.0, 8941.0, 8948.0, 9003.0, 8952.0, 8964.0, 8941.0, 8934.0, 8971.0, 8976.0, 9000.0, 8983.0, 9025.0, 8981.0, 8975.0, 8951.0, 8955.0, 8954.0, 8955.0, 9008.0, 8955.0, 9020.0, 8953.0, 8981.0, 8950.0, 8957.0, 8997.0, 8955.0, 9006.0, 8953.0, 9012.0, 8971.0, 8952.0, 8951.0, 8955.0, 9001.0, 8964.0, 8987.0, 8945.0, 8948.0, 8967.0, 8938.0, 9006.0, 8973.0, 9018.0, 8955.0, 8977.0, 8995.0, 8979.0, 9045.0, 8960.0, 9020.0, 8973.0, 9028.0, 9006.0, 8975.0, 8977.0, 8974.0, 9015.0, 8980.0, 9044.0, 8986.0, 9038.0, 8971.0, 8998.0, 8985.0, 8957.0, 9008.0, 8952.0, 9019.0, 8958.0, 9024.0, 8976.0, 8948.0, 8952.0, 8954.0, 9006.0, 8958.0, 9016.0, 8985.0, 8990.0, 8965.0, 8948.0, 8980.0, 8931.0, 9004.0, 8947.0, 8986.0, 8935.0, 8995.0, 8976.0, 8994.0, 8960.0, 8982.0, 8928.0, 8955.0, 8930.0, 8930.0, 8929.0, 8930.0, 8930.0, 8934.0, 8974.0, 8949.0, 8982.0, 8945.0, 8994.0, 8937.0, 9003.0, 8968.0, 8994.0, 8948.0, 8933.0, 8937.0, 8935.0, 8975.0, 8952.0, 9020.0, 8980.0, 8954.0, 8997.0, 8955.0, 8972.0, 8978.0, 8973.0, 8974.0, 8964.0, 9016.0, 8983.0, 8983.0, 9008.0, 8975.0, 9023.0, 8978.0, 9001.0, 8988.0, 8996.0, 8979.0, 8970.0, 8929.0, 8953.0, 8937.0, 8972.0, 8921.0, 8969.0, 8939.0, 8935.0, 8894.0, 8877.0, 8890.0, 8892.0, 8884.0, 8907.0, 8894.0, 8932.0, 8894.0, 8918.0, 8882.0, 8879.0, 8893.0, 8882.0, 8909.0, 8903.0, 8912.0, 8907.0, 8912.0, 8926.0, 8924.0, 8910.0, 8923.0, 8910.0, 8937.0, 8913.0, 8965.0, 8914.0, 8964.0, 8927.0, 8965.0, 8918.0, 8949.0, 8930.0, 8966.0, 8956.0, 8938.0, 8914.0, 8910.0, 8925.0, 8924.0, 8912.0, 8924.0, 8931.0, 8913.0, 8939.0, 8913.0, 8938.0, 8924.0, 8958.0, 8941.0, 8967.0, 8911.0, 8948.0, 8908.0, 8931.0, 8914.0, 8944.0, 8926.0, 8933.0, 8924.0, 8936.0, 8917.0, 8922.0, 8933.0, 8928.0, 8920.0, 8940.0, 8927.0, 8968.0, 8927.0, 8964.0, 8927.0, 8938.0, 8911.0, 8922.0, 8914.0, 8939.0, 8925.0, 8911.0, 8930.0, 8923.0, 8911.0, 8912.0, 8913.0, 8931.0, 8941.0, 8940.0, 8959.0, 8948.0, 8974.0, 8936.0, 8963.0, 8938.0, 8946.0, 8936.0, 8934.0, 8948.0, 8935.0, 8984.0, 8933.0, 8971.0, 8936.0, 8972.0, 8951.0, 8984.0, 8948.0, 8984.0, 8933.0, 8980.0, 8932.0, 8979.0, 8943.0, 8950.0, 8914.0, 8938.0, 8915.0, 8938.0, 8913.0, 8929.0, 8914.0, 8913.0, 8915.0, 8930.0, 8918.0, 8919.0, 8970.0, 8916.0, 8969.0, 8927.0, 8967.0, 8915.0, 8980.0, 8929.0, 8965.0, 8917.0, 8965.0, 8929.0, 8952.0, 8952.0, 8938.0, 8927.0, 8923.0, 8916.0, 8914.0, 8932.0, 8935.0, 8962.0, 8955.0, 9008.0, 8942.0, 8968.0, 8943.0, 8939.0, 8970.0, 8938.0, 9013.0, 8936.0, 8987.0, 8915.0, 8967.0, 8911.0, 8965.0, 8925.0, 8934.0, 8909.0, 8917.0, 8926.0, 8932.0, 8912.0, 8936.0, 8929.0, 8954.0, 8930.0, 8932.0, 8936.0, 8952.0, 8947.0, 8941.0, 8978.0, 8940.0, 8962.0, 8937.0, 8949.0, 8935.0, 8928.0, 8973.0, 8921.0, 8984.0, 8916.0, 8966.0, 8932.0, 8982.0, 8941.0, 8951.0, 8912.0, 8938.0, 8928.0, 8951.0, 8924.0, 8909.0, 8948.0, 8906.0, 8948.0, 8907.0, 8943.0, 8927.0, 8958.0, 8926.0, 8944.0, 8907.0, 8931.0, 8909.0, 8946.0, 8904.0, 8884.0, 8887.0, 8886.0, 8898.0, 8887.0, 8907.0, 8913.0, 8930.0, 8886.0, 8892.0, 8886.0, 8895.0, 8884.0, 8915.0, 8885.0, 8942.0, 8903.0, 8929.0, 8906.0, 8927.0, 8908.0, 8946.0, 8926.0, 8959.0, 8909.0, 8927.0, 8908.0, 8914.0, 8911.0, 8922.0, 8928.0, 8907.0, 8927.0, 8912.0, 8916.0, 8929.0, 8915.0, 8912.0, 8941.0, 8913.0, 8909.0, 8911.0, 8922.0, 8909.0, 8949.0, 8909.0, 8907.0, 8904.0, 8904.0, 8903.0, 8918.0, 8906.0, 8933.0, 8932.0, 8938.0, 8915.0, 8961.0, 8934.0, 8987.0, 8949.0, 8985.0, 8949.0, 8976.0, 8952.0, 8980.0, 8949.0, 8984.0, 8952.0, 8984.0, 8968.0, 9009.0, 8971.0, 9005.0, 9006.0, 9026.0, 9000.0, 9015.0, 8970.0, 9007.0, 8976.0, 9038.0, 8994.0, 9012.0, 8960.0, 8996.0, 8946.0, 9009.0, 8949.0, 8998.0, 8972.0, 8996.0, 8943.0, 8970.0, 8944.0, 8985.0, 8947.0, 8960.0, 8952.0, 8952.0, 8959.0, 8951.0, 8947.0, 8952.0, 8981.0, 8950.0, 9019.0, 8950.0, 9003.0, 8934.0, 8984.0, 8949.0, 8971.0, 8951.0, 8983.0, 8929.0, 8966.0, 8944.0, 8940.0, 8944.0, 8949.0, 8954.0, 8960.0, 8953.0, 8990.0, 8954.0, 8974.0, 8956.0, 8992.0, 8968.0, 8990.0, 8953.0, 8989.0, 8956.0, 8994.0, 8970.0, 8993.0, 8970.0, 8940.0, 8957.0, 8957.0, 8951.0, 8938.0, 9008.0, 8988.0, 9007.0, 8973.0, 8997.0, 8994.0, 8999.0, 8992.0, 8979.0, 8976.0, 9008.0, 8958.0, 9003.0, 8983.0, 8996.0, 8987.0, 8971.0, 8984.0, 8977.0, 8947.0, 8972.0, 8915.0, 8998.0, 8922.0, 8930.0, 8914.0, 8911.0, 8950.0, 8900.0, 8948.0, 8917.0, 8950.0, 8926.0, 8943.0, 8910.0, 8907.0, 8888.0, 8899.0, 8893.0, 8902.0, 8903.0, 8905.0, 8905.0, 8921.0, 8932.0, 8941.0, 8931.0, 8967.0, 8947.0, 8978.0, 8945.0, 8979.0, 8957.0, 8971.0, 8934.0, 8897.0, 8904.0, 8899.0, 8899.0, 8907.0, 8931.0, 8925.0, 8956.0, 8918.0, 8942.0, 8966.0, 8969.0, 8961.0, 8946.0, 8933.0, 8968.0, 8934.0, 8918.0, 8928.0, 8926.0, 8908.0, 8928.0, 8937.0, 8924.0, 8949.0, 8932.0, 8967.0, 8945.0, 8943.0, 8930.0, 8932.0, 8929.0, 8931.0, 8932.0, 8932.0, 8961.0, 8945.0, 8958.0, 8948.0, 9016.0, 8955.0, 8962.0, 8956.0, 8953.0, 8957.0, 8983.0, 8998.0, 8964.0, 8968.0, 8962.0, 8979.0, 8991.0, 8976.0, 9011.0, 8973.0, 8961.0, 8973.0, 8957.0, 9016.0, 8962.0, 9007.0, 8957.0, 8970.0, 8979.0, 8957.0, 9011.0, 8960.0, 9015.0, 8958.0, 8975.0, 8951.0, 8951.0, 8982.0, 8950.0, 8991.0, 8958.0, 8972.0, 8962.0, 8957.0, 8989.0, 8958.0, 9004.0, 8968.0, 8935.0, 8971.0, 8977.0, 9011.0, 8975.0, 9025.0, 8983.0, 8963.0, 8979.0, 8969.0, 9022.0, 8978.0, 9041.0, 8996.0, 8979.0, 8952.0, 8947.0, 8979.0, 8950.0, 9017.0, 8963.0, 9014.0, 8967.0, 9000.0, 8965.0, 8992.0, 8961.0, 8947.0, 8948.0, 8934.0, 8944.0, 8945.0, 8989.0, 8957.0, 8999.0, 8950.0, 9001.0, 8947.0, 8983.0, 8950.0, 9016.0, 8996.0, 8993.0, 8958.0, 8971.0, 8947.0, 8951.0, 8943.0, 8948.0, 8933.0, 8960.0, 8976.0, 8957.0, 8956.0, 8974.0, 8963.0, 9000.0, 8982.0, 9029.0, 8991.0, 9025.0, 8974.0, 9004.0, 8965.0, 9005.0, 8979.0, 8964.0, 8928.0, 8935.0, 8927.0, 8942.0, 8934.0, 8931.0, 8933.0, 8934.0, 8944.0, 8951.0, 8947.0, 8957.0, 8982.0, 8955.0, 8993.0, 8978.0, 8992.0, 8953.0, 8953.0, 8935.0, 8937.0, 8953.0, 8955.0, 8989.0, 8952.0, 9008.0, 8960.0, 8989.0, 8963.0, 8956.0, 8949.0, 8933.0, 8937.0, 8936.0, 8977.0, 8941.0, 8992.0, 8951.0, 8984.0, 8946.0, 8983.0, 8961.0, 8956.0, 8932.0, 8955.0, 8933.0, 8959.0, 8931.0, 8927.0, 8928.0, 8926.0, 8939.0, 8929.0, 8970.0, 8931.0, 8983.0, 8941.0, 8964.0, 8939.0, 8933.0, 8948.0, 8948.0, 8961.0, 8951.0, 8997.0, 8958.0, 8964.0, 8951.0, 8933.0, 8953.0, 8952.0, 8994.0, 8936.0, 9002.0, 8953.0, 9008.0, 8969.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.0013886171761280932</td></tr>
<tr><td colspan=3>aqi</td><td>0.03836224512372635</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.259658534187885</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1579586527093944</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9959238788783693</td></tr>
<tr><td colspan=3>efc</td><td>0.4488</td></tr>
<tr><td colspan=3>fber</td><td>7607.896</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08532152602153525</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.512372634643377</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.559229519765093</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4419972145055224</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7971913878552153</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.438499956934541</td></tr>
<tr><td colspan=3>gcor</td><td>0.00801576</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018160607665777206</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030780157074332237</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.8568896977337026</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>24.883</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.9957</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.9163</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309678.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>756.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.9622</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1891</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.2892</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3302.1366</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66866.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1072.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.3122</td></tr>
<tr><td colspan=3>tsnr</td><td>33.45269055571407</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>