ds005256-mriqc/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter 503f76fc30 [DATALAD RUNCMD] Compute MRIQC for sub-0094
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0094 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0094",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:24:48 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-01/func/sub-0094_ses-01_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0041240378243726788f32e7c78df7db</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:47:20.002500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992977, 0.11771, 0.0118755, -0.11823, 0.990948, 0.0635908]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.107493</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7844, -7281, 754, -23, -632, 257, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.532</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2e1c0ef4-8f38-4485-97ee-99d7f888b69e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6640849113464355, -0.31720131635665894, 0.011563505046069622, 123.48062896728516], [-0.31580621004104614, 2.6586410999298096, 0.17428012192249298, -83.88138580322266], [0.03186114504933357, -0.17060932517051697, 2.6943445205688477, -56.80169677734375], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1209]</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], 'AcquisitionTime': ['124720.002500', '124720.462500', '124720.922500', '124721.382500', '124721.842500', '124722.302500', '124722.762500', '124723.222500', '124723.682500', '124724.142500', '124724.602500', '124725.062500', '124725.522500', '124725.982500', '124726.442500', '124726.902500', '124727.362500', '124727.822500', '124728.282500', '124728.742500', '124729.202500', '124729.662500', '124730.122500', '124730.582500', '124731.042500', '124731.502500', '124731.962500', '124732.422500', '124732.882500', '124733.342500', '124733.802500', '124734.262500', '124734.722500', '124735.182500', '124735.642500', '124736.102500', '124736.562500', '124737.022500', '124737.482500', '124737.942500', '124738.402500', '124738.862500', '124739.322500', '124739.782500', '124740.242500', '124740.702500', '124741.162500', '124741.622500', '124742.082500', '124742.542500', '124743.002500', '124743.462500', '124743.922500', '124744.382500', '124744.842500', '124745.302500', '124745.762500', '124746.222500', '124746.682500', '124747.142500', '124747.602500', '124748.062500', '124748.522500', '124748.982500', '124749.442500', '124749.902500', '124750.362500', '124750.822500', '124751.282500', '124751.742500', '124752.202500', '124752.662500', '124753.122500', '124753.582500', '124754.042500', '124754.502500', '124754.962500', '124755.422500', '124755.882500', '124756.342500', '124756.802500', '124757.262500', '124757.722500', '124758.182500', '124758.642500', '124759.102500', '124759.562500', '124800.022500', '124800.482500', '124800.942500', '124801.402500', '124801.862500', '124802.322500', '124802.782500', '124803.242500', '124803.702500', '124804.162500', '124804.622500', '124805.082500', '124805.542500', '124806.002500', '124806.462500', '124806.922500', '124807.382500', '124807.842500', '124808.302500', '124808.762500', '124809.222500', '124809.682500', '124810.142500', '124810.602500', '124811.062500', '124811.522500', '124811.982500', '124812.442500', '124812.902500', '124813.362500', '124813.822500', '124814.282500', '124814.742500', '124815.202500', '124815.662500', '124816.122500', '124816.582500', '124817.042500', '124817.502500', '124817.962500', '124818.422500', '124818.882500', '124819.342500', '124819.802500', '124820.262500', '124820.722500', '124821.182500', '124821.642500', '124822.102500', '124822.562500', '124823.022500', '124823.482500', '124823.942500', '124824.402500', '124824.862500', '124825.322500', '124825.782500', '124826.242500', '124826.702500', '124827.162500', '124827.622500', '124828.082500', '124828.542500', '124829.002500', '124829.462500', '124829.922500', '124830.382500', '124830.842500', '124831.302500', '124831.762500', '124832.222500', '124832.682500', '124833.142500', '124833.602500', '124834.062500', '124834.522500', '124834.982500', '124835.442500', '124835.902500', '124836.362500', '124836.822500', '124837.282500', '124837.742500', '124838.202500', '124838.662500', '124839.122500', '124839.582500', '124840.042500', '124840.502500', '124840.962500', '124841.422500', '124841.882500', '124842.342500', '124842.802500', '124843.262500', '124843.722500', '124844.182500', '124844.642500', '124845.102500', '124845.562500', '124846.022500', '124846.482500', '124846.942500', '124847.402500', '124847.862500', '124848.322500', '124848.782500', '124849.242500', '124849.702500', '124850.162500', '124850.622500', '124851.082500', '124851.542500', '124852.002500', '124852.462500', '124852.922500', '124853.382500', '124853.842500', '124854.302500', '124854.762500', '124855.222500', '124855.682500', '124856.142500', '124856.602500', '124857.062500', '124857.522500', '124857.982500', '124858.442500', '124858.902500', '124859.362500', '124859.822500', '124900.282500', '124900.742500', '124901.202500', '124901.662500', '124902.122500', '124902.582500', '124903.042500', '124903.502500', '124903.962500', '124904.422500', '124904.882500', '124905.342500', '124905.802500', '124906.262500', '124906.722500', '124907.182500', '124907.642500', '124908.102500', '124908.562500', '124909.022500', '124909.482500', '124909.942500', '124910.402500', '124910.862500', '124911.322500', '124911.782500', '124912.242500', '124912.702500', '124913.162500', '124913.622500', '124914.082500', '124914.542500', '124915.002500', '124915.462500', '124915.922500', '124916.382500', '124916.842500', '124917.302500', '124917.762500', '124918.222500', '124918.682500', '124919.142500', '124919.602500', '124920.062500', '124920.522500', '124920.982500', '124921.442500', '124921.902500', '124922.362500', '124922.822500', '124923.282500', '124923.742500', '124924.202500', '124924.662500', '124925.122500', '124925.582500', '124926.042500', '124926.502500', '124926.962500', '124927.422500', '124927.882500', '124928.342500', '124928.802500', '124929.262500', '124929.722500', '124930.182500', '124930.642500', '124931.102500', '124931.562500', '124932.022500', '124932.482500', '124932.942500', '124933.402500', '124933.862500', '124934.322500', '124934.782500', '124935.242500', '124935.702500', '124936.162500', '124936.622500', '124937.082500', '124937.542500', '124938.002500', '124938.462500', '124938.922500', '124939.382500', '124939.842500', '124940.302500', '124940.762500', '124941.222500', '124941.682500', '124942.142500', '124942.602500', '124943.062500', '124943.522500', '124943.982500', '124944.442500', '124944.902500', '124945.362500', '124945.822500', '124946.282500', '124946.742500', '124947.202500', '124947.662500', '124948.122500', '124948.582500', '124949.042500', '124949.502500', '124949.962500', '124950.422500', '124950.882500', '124951.342500', '124951.802500', '124952.262500', '124952.722500', '124953.182500', '124953.642500', '124954.102500', '124954.562500', '124955.022500', '124955.482500', '124955.942500', '124956.402500', '124956.862500', '124957.322500', '124957.782500', '124958.242500', '124958.702500', '124959.162500', '124959.622500', '125000.082500', '125000.542500', '125001.002500', '125001.462500', '125001.922500', '125002.382500', '125002.842500', '125003.302500', '125003.762500', '125004.222500', '125004.682500', '125005.142500', '125005.602500', '125006.062500', '125006.522500', '125006.982500', '125007.442500', '125007.902500', '125008.362500', '125008.822500', '125009.282500', '125009.742500', '125010.202500', '125010.662500', '125011.122500', '125011.582500', '125012.042500', '125012.502500', '125012.962500', '125013.422500', '125013.882500', '125014.342500', '125014.802500', '125015.262500', '125015.722500', '125016.182500', '125016.642500', '125017.102500', '125017.562500', '125018.022500', '125018.482500', '125018.942500', '125019.402500', '125019.862500', '125020.322500', '125020.782500', '125021.242500', '125021.702500', '125022.162500', '125022.622500', '125023.082500', '125023.542500', '125024.002500', '125024.462500', '125024.922500', '125025.382500', '125025.842500', '125026.302500', '125026.762500', '125027.222500', '125027.682500', '125028.142500', '125028.602500', '125029.062500', '125029.522500', '125029.982500', '125030.442500', '125030.902500', '125031.362500', '125031.822500', '125032.282500', '125032.742500', '125033.202500', '125033.662500', '125034.122500', '125034.582500', '125035.042500', '125035.502500', '125035.962500', '125036.422500', '125036.882500', '125037.342500', '125037.802500', '125038.262500', '125038.722500', '125039.182500', '125039.642500', '125040.102500', '125040.562500', '125041.022500', '125041.482500', '125041.942500', '125042.402500', '125042.862500', '125043.322500', '125043.782500', '125044.242500', '125044.702500', '125045.162500', '125045.622500', '125046.082500', '125046.542500', '125047.002500', '125047.462500', '125047.922500', '125048.382500', '125048.842500', '125049.302500', '125049.762500', '125050.222500', '125050.682500', '125051.142500', '125051.602500', '125052.062500', '125052.522500', '125052.982500', '125053.442500', '125053.902500', '125054.362500', '125054.822500', '125055.282500', '125055.742500', '125056.202500', '125056.662500', '125057.122500', '125057.582500', '125058.042500', '125058.502500', '125058.962500', '125059.422500', '125059.882500', '125100.342500', '125100.802500', '125101.262500', '125101.722500', '125102.182500', '125102.642500', '125103.102500', '125103.562500', '125104.022500', '125104.482500', '125104.942500', '125105.402500', '125105.862500', '125106.322500', '125106.782500', '125107.242500', '125107.702500', '125108.162500', '125108.622500', '125109.082500', '125109.542500', '125110.002500', '125110.462500', '125110.922500', '125111.382500', '125111.842500', '125112.302500', '125112.762500', '125113.222500', '125113.682500', '125114.142500', '125114.602500', '125115.062500', '125115.522500', '125115.982500', '125116.442500', '125116.902500', '125117.362500', '125117.822500', '125118.282500', '125118.742500', '125119.202500', '125119.662500', '125120.122500', '125120.582500', '125121.042500', '125121.502500', '125121.962500', '125122.422500', '125122.882500', '125123.342500', '125123.802500', '125124.262500', '125124.722500', '125125.182500', '125125.642500', '125126.102500', '125126.562500', '125127.022500', '125127.482500', '125127.942500', '125128.402500', '125128.862500', '125129.322500', '125129.782500', '125130.242500', '125130.702500', '125131.162500', '125131.622500', '125132.082500', '125132.542500', '125133.002500', '125133.462500', '125133.922500', '125134.382500', '125134.842500', '125135.302500', '125135.762500', '125136.222500', '125136.682500', '125137.142500', '125137.602500', '125138.062500', '125138.522500', '125138.982500', '125139.442500', '125139.902500', '125140.362500', '125140.822500', '125141.282500', '125141.742500', '125142.202500', '125142.662500', '125143.122500', '125143.582500', '125144.042500', '125144.502500', '125144.962500', '125145.422500', '125145.882500', '125146.342500', '125146.802500', '125147.262500', '125147.722500', '125148.182500', '125148.642500', '125149.102500', '125149.562500', '125150.022500', '125150.482500', '125150.942500', '125151.402500', '125151.862500', '125152.322500', '125152.782500', '125153.242500', '125153.702500', '125154.162500', '125154.622500', '125155.082500', '125155.542500', '125156.002500', '125156.462500', '125156.922500', '125157.382500', '125157.842500', '125158.302500', '125158.762500', '125159.222500', '125159.682500', '125200.142500', '125200.602500', '125201.062500', '125201.522500', '125201.982500', '125202.442500', '125202.902500', '125203.362500', '125203.822500', '125204.282500', '125204.742500', '125205.202500', '125205.662500', '125206.122500', '125206.582500', '125207.042500', '125207.502500', '125207.962500', '125208.422500', '125208.882500', '125209.342500', '125209.802500', '125210.262500', '125210.722500', '125211.182500', '125211.642500', '125212.102500', '125212.562500', '125213.022500', '125213.482500', '125213.942500', '125214.402500', '125214.862500', '125215.322500', '125215.782500', '125216.242500', '125216.702500', '125217.162500', '125217.622500', '125218.082500', '125218.542500', '125219.002500', '125219.462500', '125219.922500', '125220.382500', '125220.842500', '125221.302500', '125221.762500', '125222.222500', '125222.682500', '125223.142500', '125223.602500', '125224.062500', '125224.522500', '125224.982500', '125225.442500', '125225.902500', '125226.362500', '125226.822500', '125227.282500', '125227.742500', '125228.202500', '125228.662500', '125229.122500', '125229.582500', '125230.042500', '125230.502500', '125230.962500', '125231.422500', '125231.882500', '125232.342500', '125232.802500', '125233.262500', '125233.722500', '125234.182500', '125234.642500', '125235.102500', '125235.562500', '125236.022500', '125236.482500', '125236.942500', '125237.402500', '125237.862500', '125238.322500', '125238.782500', '125239.242500', '125239.702500', '125240.162500', '125240.622500', '125241.082500', '125241.542500', '125242.002500', '125242.462500', '125242.922500', '125243.382500', '125243.842500', '125244.302500', '125244.762500', '125245.222500', '125245.682500', '125246.142500', '125246.602500', '125247.062500', '125247.522500', '125247.982500', '125248.442500', '125248.902500', '125249.362500', '125249.822500', '125250.282500', '125250.742500', '125251.202500', '125251.662500', '125252.122500', '125252.582500', '125253.042500', '125253.502500', '125253.962500', '125254.422500', '125254.882500', '125255.342500', '125255.802500', '125256.262500', '125256.722500', '125257.182500', '125257.642500', '125258.102500', '125258.562500', '125259.022500', '125259.482500', '125259.942500', '125300.402500', '125300.862500', '125301.322500', '125301.782500', '125302.242500', '125302.702500', '125303.162500', '125303.622500', '125304.082500', '125304.542500', '125305.002500', '125305.462500', '125305.922500', '125306.382500', '125306.842500', '125307.302500', '125307.762500', '125308.222500', '125308.682500', '125309.142500', '125309.602500', '125310.062500', '125310.522500', '125310.982500', '125311.442500', '125311.902500', '125312.362500', '125312.822500', '125313.282500', '125313.742500', '125314.202500', '125314.662500', '125315.122500', '125315.582500', '125316.042500', '125316.502500', '125316.962500', '125317.422500', '125317.882500', '125318.342500', '125318.802500', '125319.262500', '125319.722500', '125320.182500', '125320.642500', '125321.102500', '125321.562500', '125322.022500', '125322.482500', '125322.942500', '125323.402500', '125323.862500', '125324.322500', '125324.782500', '125325.242500', '125325.702500', '125326.162500', '125326.622500', '125327.082500', '125327.542500', '125328.002500', '125328.462500', '125328.922500', '125329.382500', '125329.842500', '125330.302500', '125330.762500', '125331.222500', '125331.682500', '125332.142500', '125332.602500', '125333.062500', '125333.522500', '125333.982500', '125334.442500', '125334.902500', '125335.362500', '125335.822500', '125336.282500', '125336.742500', '125337.202500', '125337.662500', '125338.122500', '125338.582500', '125339.042500', '125339.502500', '125339.962500', '125340.422500', '125340.882500', '125341.342500', '125341.802500', '125342.262500', '125342.722500', '125343.182500', '125343.642500', '125344.102500', '125344.562500', '125345.022500', '125345.482500', '125345.942500', '125346.402500', '125346.862500', '125347.322500', '125347.782500', '125348.242500', '125348.702500', '125349.162500', '125349.622500', '125350.082500', '125350.542500', '125351.002500', '125351.462500', '125351.922500', '125352.382500', '125352.842500', '125353.302500', '125353.762500', '125354.222500', '125354.682500', '125355.142500', '125355.602500', '125356.062500', '125356.522500', '125356.982500', '125357.442500', '125357.902500', '125358.362500', '125358.822500', '125359.282500', '125359.742500', '125400.202500', '125400.662500', '125401.122500', '125401.582500', '125402.042500', '125402.502500', '125402.962500', '125403.422500', '125403.882500', '125404.342500', '125404.802500', '125405.262500', '125405.722500', '125406.182500', '125406.642500', '125407.102500', '125407.562500', '125408.022500', '125408.482500', '125408.942500', '125409.402500', '125409.862500', '125410.322500', '125410.782500', '125411.242500', '125411.702500', '125412.162500', '125412.622500', '125413.082500', '125413.542500', '125414.002500', '125414.462500', '125414.922500', '125415.382500', '125415.842500', '125416.302500', '125416.762500', '125417.222500', '125417.682500', '125418.142500', '125418.602500', '125419.062500', '125419.522500', '125419.982500', '125420.442500', '125420.902500', '125421.362500', '125421.822500', '125422.282500', '125422.742500', '125423.202500', '125423.662500', '125424.122500', '125424.582500', '125425.042500', '125425.502500', '125425.962500', '125426.422500', '125426.882500', '125427.342500', '125427.802500', '125428.262500', '125428.722500', '125429.182500', '125429.642500', '125430.102500', '125430.562500', '125431.022500', '125431.482500', '125431.942500', '125432.402500', '125432.862500', '125433.322500', '125433.782500', '125434.242500', '125434.702500', '125435.162500', '125435.622500', '125436.082500', '125436.542500', '125437.002500', '125437.462500', '125437.922500', '125438.382500', '125438.842500', '125439.302500', '125439.762500', '125440.222500', '125440.682500', '125441.142500', '125441.602500', '125442.062500', '125442.522500', '125442.982500', '125443.442500', '125443.902500', '125444.362500', '125444.822500', '125445.282500', '125445.742500', '125446.202500', '125446.662500', '125447.122500', '125447.582500', '125448.042500', '125448.502500', '125448.962500', '125449.422500', '125449.882500', '125450.342500', '125450.802500', '125451.262500', '125451.722500', '125452.182500', '125452.642500', '125453.102500', '125453.562500', '125454.022500', '125454.482500', '125454.942500', '125455.402500', '125455.862500', '125456.322500', '125456.782500', '125457.242500', '125457.702500', '125458.162500', '125458.622500', '125459.082500', '125459.542500', '125500.002500', '125500.462500', '125500.922500', '125501.382500', '125501.842500', '125502.302500', '125502.762500', '125503.222500', '125503.682500', '125504.142500', '125504.602500', '125505.062500', '125505.522500', '125505.982500', '125506.442500', '125506.902500', '125507.362500', '125507.822500', '125508.282500', '125508.742500', '125509.202500', '125509.662500', '125510.122500', '125510.582500', '125511.042500', '125511.502500', '125511.962500', '125512.422500', '125512.882500', '125513.342500', '125513.802500', '125514.262500', '125514.722500', '125515.182500', '125515.642500', '125516.102500', '125516.562500', '125517.022500', '125517.482500', '125517.942500', '125518.402500', '125518.862500', '125519.322500', '125519.782500', '125520.242500', '125520.702500', '125521.162500', '125521.622500', '125522.082500', '125522.542500', '125523.002500', '125523.462500', '125523.922500', '125524.382500', '125524.842500', '125525.302500', '125525.762500', '125526.222500', '125526.682500', '125527.142500', '125527.602500', '125528.062500', '125528.522500', '125528.982500', '125529.442500', '125529.902500', '125530.362500', '125530.822500', '125531.282500', '125531.742500', '125532.202500', '125532.662500', '125533.122500', '125533.582500', '125534.042500', '125534.502500', '125534.962500', '125535.422500', '125535.882500', '125536.342500', '125536.802500', '125537.262500', '125537.722500', '125538.182500', '125538.642500', '125539.102500', '125539.562500', '125540.022500', '125540.482500', '125540.942500', '125541.402500', '125541.862500', '125542.322500', '125542.782500', '125543.242500', '125543.702500', '125544.162500', '125544.622500', '125545.082500', '125545.542500', '125546.002500', '125546.462500', '125546.922500', '125547.382500', '125547.842500', '125548.302500', '125548.762500', '125549.222500', '125549.682500', '125550.142500', '125550.602500', '125551.062500', '125551.522500', '125551.982500', '125552.442500', '125552.902500', '125553.362500', '125553.822500', '125554.282500', '125554.742500', '125555.202500', '125555.662500', '125556.122500', '125556.582500', '125557.042500', '125557.502500', '125557.962500', '125558.422500', '125558.882500', '125559.342500', '125559.802500', '125600.262500', '125600.722500', '125601.182500', '125601.642500', '125602.102500', '125602.562500', '125603.022500', '125603.482500', '125603.942500', '125604.402500', '125604.862500', '125605.322500', '125605.782500', '125606.242500', '125606.702500', '125607.162500', '125607.622500', '125608.082500', '125608.542500', '125609.002500', '125609.462500', '125609.922500', '125610.382500', '125610.842500', '125611.302500', '125611.762500', '125612.222500', '125612.682500', '125613.142500', '125613.602500', '125614.062500', '125614.522500', '125614.982500', '125615.442500', '125615.902500', '125616.362500', '125616.822500', '125617.282500', '125617.742500', '125618.202500', '125618.662500', '125619.122500', '125619.582500', '125620.042500', '125620.502500', '125620.962500', '125621.422500', '125621.882500', '125622.342500', '125622.802500', '125623.262500', '125623.722500', '125624.182500', '125624.642500', '125625.102500', '125625.562500', '125626.022500', '125626.482500', '125626.942500', '125627.402500', '125627.862500', '125628.322500', '125628.782500', '125629.242500', '125629.702500', '125630.162500', '125630.622500', '125631.082500', '125631.542500', '125632.002500', '125632.462500', '125632.922500', '125633.382500', '125633.842500', '125634.302500', '125634.762500', '125635.222500', '125635.682500'], 'ContentTime': ['124738.729000', '124738.732000', '124738.735000', '124738.738000', '124738.741000', '124738.743000', '124738.746000', '124738.748000', '124738.751000', '124738.754000', '124738.756000', '124738.759000', '124738.761000', '124738.764000', '124738.766000', '124738.769000', '124738.772000', '124738.774000', '124738.777000', '124738.779000', '124738.782000', '124738.784000', '124738.787000', '124738.790000', '124738.792000', '124738.798000', '124738.800000', '124738.803000', '124738.805000', '124738.808000', '124738.811000', '124738.813000', '124738.816000', '124738.818000', '124738.821000', '124738.824000', '124738.826000', '124738.829000', '124738.832000', '124758.692000', '124758.695000', '124758.697000', '124758.700000', '124758.703000', '124758.705000', '124758.708000', '124758.710000', '124758.713000', '124758.716000', '124758.718000', '124758.721000', '124758.723000', '124758.726000', '124758.728000', '124758.731000', '124758.734000', '124758.736000', '124758.745000', '124758.752000', '124758.758000', '124758.761000', '124758.763000', '124758.766000', '124758.769000', '124758.771000', '124758.774000', '124758.776000', '124758.779000', '124758.782000', '124758.796000', '124758.799000', '124758.801000', '124758.804000', '124758.807000', '124758.809000', '124758.812000', '124758.814000', '124758.817000', '124758.820000', '124758.822000', '124758.825000', '124758.827000', '124758.830000', '124818.691000', '124818.694000', '124818.696000', '124818.700000', '124818.703000', '124818.706000', '124818.708000', '124818.711000', '124818.714000', '124818.717000', '124818.719000', '124818.722000', '124818.725000', '124818.727000', '124818.730000', '124818.732000', '124818.735000', '124818.738000', '124818.740000', '124818.743000', '124818.745000', '124818.748000', '124818.750000', '124818.753000', '124818.756000', '124818.758000', '124818.761000', '124818.763000', '124818.766000', '124818.769000', '124818.771000', '124818.774000', '124818.776000', '124818.779000', '124818.782000', '124818.784000', '124818.787000', '124818.789000', '124818.792000', '124818.794000', '124818.797000', '124818.800000', '124818.802000', '124838.692000', '124838.695000', '124838.698000', '124838.701000', '124838.703000', '124838.706000', '124838.709000', '124838.711000', '124838.714000', '124838.716000', '124838.719000', '124838.722000', '124838.724000', '124838.727000', '124838.730000', '124838.732000', '124838.735000', '124838.738000', '124838.740000', '124838.743000', '124838.746000', '124838.748000', '124838.751000', '124838.758000', '124838.760000', '124838.763000', '124838.766000', '124838.768000', '124838.771000', '124838.774000', '124838.776000', '124838.779000', '124838.781000', '124838.784000', '124838.787000', '124838.789000', '124838.792000', '124838.794000', '124838.797000', '124838.800000', '124838.802000', '124838.805000', '124838.807000', '124838.810000', '124858.692000', '124858.694000', '124858.697000', '124858.700000', '124858.702000', '124858.705000', '124858.707000', '124858.710000', '124858.712000', '124858.715000', '124858.718000', '124858.720000', '124858.723000', '124858.726000', '124858.728000', '124858.731000', '124858.734000', '124858.736000', '124858.739000', '124858.741000', '124858.744000', '124858.747000', '124858.749000', '124858.752000', '124858.755000', '124858.757000', '124858.760000', '124858.762000', '124858.765000', '124858.768000', '124858.770000', '124858.779000', '124858.781000', '124858.784000', '124858.787000', '124858.789000', '124858.792000', '124858.794000', '124858.797000', '124858.800000', '124858.802000', '124858.805000', '124858.807000', '124918.691000', '124918.694000', '124918.697000', '124918.700000', '124918.702000', '124918.705000', '124918.708000', '124918.710000', '124918.713000', '124918.715000', '124918.718000', '124918.721000', '124918.723000', '124918.726000', '124918.729000', '124918.731000', '124918.734000', '124918.736000', '124918.739000', '124918.742000', '124918.745000', '124918.747000', '124918.750000', '124918.752000', '124918.755000', '124918.758000', '124918.760000', '124918.763000', '124918.766000', '124918.768000', '124918.771000', '124918.773000', '124918.776000', '124918.778000', '124918.787000', '124918.790000', '124918.792000', '124918.795000', '124918.797000', '124918.800000', '124918.803000', '124918.806000', '124918.808000', '124918.811000', '124938.691000', '124938.694000', '124938.697000', '124938.699000', '124938.702000', '124938.704000', '124938.707000', '124938.710000', '124938.712000', '124938.715000', '124938.718000', '124938.720000', '124938.723000', '124938.725000', '124938.728000', '124938.731000', '124938.733000', '124938.736000', '124938.738000', '124938.741000', '124938.744000', '124938.746000', '124938.749000', '124938.751000', '124938.754000', '124938.765000', '124938.768000', '124938.770000', '124938.773000', '124938.775000', '124938.778000', '124938.781000', '124938.783000', '124938.786000', '124938.788000', '124938.791000', '124938.793000', '124938.796000', '124938.799000', '124938.801000', '124938.804000', '124938.807000', '124938.809000', '124958.692000', '124958.695000', '124958.698000', '124958.701000', '124958.704000', '124958.706000', '124958.709000', '124958.712000', '124958.715000', '124958.717000', '124958.720000', '124958.722000', '124958.725000', '124958.728000', '124958.731000', '124958.734000', '124958.736000', '124958.739000', '124958.742000', '124958.744000', '124958.747000', '124958.749000', '124958.752000', '124958.754000', '124958.757000', '124958.760000', '124958.762000', '124958.765000', '124958.768000', '124958.770000', '124958.773000', '124958.776000', '124958.778000', '124958.781000', '124958.783000', '124958.786000', '124958.789000', '124958.791000', '124958.794000', '124958.797000', '124958.799000', '124958.802000', '124958.805000', '125018.690000', '125018.693000', '125018.696000', '125018.698000', '125018.701000', '125018.704000', '125018.706000', '125018.709000', '125018.712000', '125018.714000', '125018.717000', '125018.719000', '125018.722000', '125018.725000', '125018.727000', '125018.730000', '125018.733000', '125018.735000', '125018.738000', '125018.740000', '125018.743000', '125018.746000', '125018.748000', '125018.751000', '125018.753000', '125018.756000', '125018.759000', '125018.761000', '125018.764000', '125018.767000', '125018.769000', '125018.772000', '125018.775000', '125018.777000', '125018.780000', '125018.782000', '125018.785000', '125018.788000', '125018.790000', '125018.793000', '125018.795000', '125018.798000', '125018.835000', '125018.837000', '125038.691000', '125038.694000', '125038.697000', '125038.700000', '125038.702000', '125038.705000', '125038.708000', '125038.711000', '125038.714000', '125038.716000', '125038.719000', '125038.722000', '125038.724000', '125038.727000', '125038.729000', '125038.732000', '125038.735000', '125038.737000', '125038.740000', '125038.742000', '125038.745000', '125038.748000', '125038.750000', '125038.753000', '125038.755000', '125038.758000', '125038.761000', '125038.763000', '125038.766000', '125038.769000', '125038.771000', '125038.774000', '125038.777000', '125038.779000', '125038.782000', '125038.785000', '125038.788000', '125038.791000', '125038.793000', '125038.796000', '125038.799000', '125038.840000', '125038.842000', '125058.692000', '125058.694000', '125058.697000', '125058.699000', '125058.702000', '125058.705000', '125058.707000', '125058.710000', '125058.712000', '125058.715000', '125058.718000', '125058.720000', '125058.723000', '125058.725000', '125058.728000', '125058.731000', '125058.733000', '125058.736000', '125058.739000', '125058.741000', '125058.744000', '125058.746000', '125058.749000', '125058.752000', '125058.754000', '125058.757000', '125058.759000', '125058.762000', '125058.765000', '125058.767000', '125058.770000', '125058.772000', '125058.775000', '125058.778000', '125058.780000', '125058.783000', '125058.785000', '125058.788000', '125058.790000', '125058.793000', '125058.796000', '125058.798000', '125058.826000', '125058.829000', '125118.691000', '125118.694000', '125118.697000', '125118.699000', '125118.702000', '125118.705000', '125118.707000', '125118.723000', '125118.726000', '125118.728000', '125118.731000', '125118.733000', '125118.736000', '125118.739000', '125118.741000', '125118.744000', '125118.746000', '125118.749000', '125118.752000', '125118.754000', '125118.757000', '125118.759000', '125118.762000', '125118.764000', '125118.767000', '125118.770000', '125118.773000', '125118.776000', '125118.779000', '125118.781000', '125118.784000', '125118.787000', '125118.789000', '125118.792000', '125118.795000', '125118.798000', '125118.849000', '125118.852000', '125118.855000', '125118.857000', '125118.860000', '125118.863000', '125118.866000', '125138.691000', '125138.694000', '125138.697000', '125138.699000', '125138.702000', '125138.705000', '125138.707000', '125138.710000', '125138.712000', '125138.715000', '125138.718000', '125138.720000', '125138.723000', '125138.725000', '125138.728000', '125138.731000', '125138.733000', '125138.736000', '125138.739000', '125138.741000', '125138.744000', '125138.747000', '125138.749000', '125138.752000', '125138.754000', '125138.757000', '125138.760000', '125138.762000', '125138.765000', '125138.767000', '125138.770000', '125138.773000', '125138.775000', '125138.778000', '125138.780000', '125138.787000', '125138.789000', '125138.792000', '125138.795000', '125138.797000', '125138.857000', '125138.860000', '125138.862000', '125138.865000', '125158.691000', '125158.694000', '125158.697000', '125158.699000', '125158.702000', '125158.705000', '125158.707000', '125158.710000', '125158.713000', '125158.715000', '125158.718000', '125158.721000', '125158.723000', '125158.726000', '125158.729000', '125158.731000', '125158.734000', '125158.736000', '125158.739000', '125158.742000', '125158.744000', '125158.747000', '125158.750000', '125158.752000', '125158.755000', '125158.758000', '125158.761000', '125158.763000', '125158.766000', '125158.769000', '125158.771000', '125158.774000', '125158.777000', '125158.779000', '125158.782000', '125158.785000', '125158.787000', '125158.790000', '125158.793000', '125158.795000', '125158.798000', '125158.859000', '125158.861000', '125218.692000', '125218.694000', '125218.697000', '125218.699000', '125218.702000', '125218.705000', '125218.707000', '125218.710000', '125218.713000', '125218.715000', '125218.718000', '125218.720000', '125218.723000', '125218.725000', '125218.728000', '125218.731000', '125218.733000', '125218.736000', '125218.739000', '125218.741000', '125218.744000', '125218.747000', '125218.749000', '125218.752000', '125218.754000', '125218.757000', '125218.760000', '125218.762000', '125218.765000', '125218.767000', '125218.770000', '125218.773000', '125218.775000', '125218.778000', '125218.780000', '125218.783000', '125218.786000', '125218.788000', '125218.791000', '125218.793000', '125218.796000', '125218.799000', '125218.861000', '125218.864000', '125238.690000', '125238.693000', '125238.696000', '125238.698000', '125238.701000', '125238.704000', '125238.706000', '125238.709000', '125238.712000', '125238.714000', '125238.717000', '125238.719000', '125238.722000', '125238.725000', '125238.727000', '125238.730000', '125238.732000', '125238.735000', '125238.738000', '125238.740000', '125238.743000', '125238.746000', '125238.748000', '125238.751000', '125238.753000', '125238.756000', '125238.759000', '125238.761000', '125238.764000', '125238.767000', '125238.769000', '125238.772000', '125238.783000', '125238.786000', '125238.788000', '125238.791000', '125238.793000', '125238.796000', '125238.801000', '125238.803000', '125238.806000', '125238.809000', '125238.812000', '125258.692000', '125258.694000', '125258.697000', '125258.700000', '125258.702000', '125258.705000', '125258.707000', '125258.710000', '125258.713000', '125258.715000', '125258.718000', '125258.720000', '125258.723000', '125258.726000', '125258.728000', '125258.731000', '125258.733000', '125258.736000', '125258.739000', '125258.741000', '125258.744000', '125258.746000', '125258.749000', '125258.752000', '125258.754000', '125258.757000', '125258.759000', '125258.762000', '125258.765000', '125258.767000', '125258.770000', '125258.772000', '125258.775000', '125258.778000', '125258.780000', '125258.783000', '125258.785000', '125258.788000', '125258.791000', '125258.793000', '125258.796000', '125258.798000', '125258.865000', '125258.868000', '125318.692000', '125318.695000', '125318.697000', '125318.700000', '125318.702000', '125318.705000', '125318.708000', '125318.710000', '125318.713000', '125318.716000', '125318.718000', '125318.721000', '125318.723000', '125318.726000', '125318.728000', '125318.731000', '125318.733000', '125318.736000', '125318.739000', '125318.741000', '125318.744000', '125318.746000', '125318.749000', '125318.752000', '125318.754000', '125318.757000', '125318.759000', '125318.762000', '125318.765000', '125318.767000', '125318.770000', '125318.772000', '125318.775000', '125318.778000', '125318.780000', '125318.783000', '125318.785000', '125318.788000', '125318.791000', '125318.793000', '125318.796000', '125318.799000', '125318.857000', '125338.692000', '125338.694000', '125338.697000', '125338.700000', '125338.702000', '125338.705000', '125338.708000', '125338.710000', '125338.713000', '125338.715000', '125338.718000', '125338.720000', '125338.723000', '125338.726000', '125338.728000', '125338.731000', '125338.734000', '125338.736000', '125338.739000', '125338.741000', '125338.744000', '125338.747000', '125338.749000', '125338.752000', '125338.754000', '125338.757000', '125338.759000', '125338.762000', '125338.765000', '125338.767000', '125338.770000', '125338.772000', '125338.775000', '125338.778000', '125338.780000', '125338.783000', '125338.785000', '125338.788000', '125338.791000', '125338.793000', '125338.796000', '125338.799000', '125338.824000', '125338.827000', '125358.692000', '125358.694000', '125358.697000', '125358.700000', '125358.702000', '125358.705000', '125358.708000', '125358.710000', '125358.713000', '125358.715000', '125358.718000', '125358.721000', '125358.723000', '125358.726000', '125358.729000', '125358.731000', '125358.734000', '125358.737000', '125358.739000', '125358.742000', '125358.744000', '125358.747000', '125358.750000', '125358.752000', '125358.755000', '125358.757000', '125358.760000', '125358.762000', '125358.765000', '125358.768000', '125358.770000', '125358.773000', '125358.775000', '125358.778000', '125358.781000', '125358.783000', '125358.786000', '125358.789000', '125358.792000', '125358.795000', '125358.798000', '125358.890000', '125358.893000', '125418.692000', '125418.694000', '125418.697000', '125418.700000', '125418.702000', '125418.705000', '125418.707000', '125418.710000', '125418.713000', '125418.715000', '125418.718000', '125418.720000', '125418.723000', '125418.726000', '125418.728000', '125418.731000', '125418.733000', '125418.736000', '125418.739000', '125418.741000', '125418.744000', '125418.746000', '125418.749000', '125418.751000', '125418.754000', '125418.756000', '125418.759000', '125418.762000', '125418.764000', '125418.767000', '125418.769000', '125418.772000', '125418.775000', '125418.777000', '125418.780000', '125418.782000', '125418.785000', '125418.788000', '125418.790000', '125418.793000', '125418.795000', '125418.798000', '125418.851000', '125418.854000', '125438.692000', '125438.694000', '125438.697000', '125438.699000', '125438.702000', '125438.705000', '125438.707000', '125438.710000', '125438.712000', '125438.715000', '125438.718000', '125438.720000', '125438.723000', '125438.725000', '125438.728000', '125438.731000', '125438.733000', '125438.736000', '125438.739000', '125438.741000', '125438.744000', '125438.746000', '125438.749000', '125438.752000', '125438.754000', '125438.757000', '125438.760000', '125438.762000', '125438.765000', '125438.768000', '125438.770000', '125438.773000', '125438.775000', '125438.778000', '125438.781000', '125438.783000', '125438.786000', '125438.788000', '125438.791000', '125438.793000', '125438.796000', '125438.799000', '125438.852000', '125458.691000', '125458.693000', '125458.696000', '125458.699000', '125458.701000', '125458.704000', '125458.707000', '125458.709000', '125458.712000', '125458.715000', '125458.717000', '125458.720000', '125458.722000', '125458.725000', '125458.728000', '125458.730000', '125458.733000', '125458.736000', '125458.738000', '125458.741000', '125458.743000', '125458.746000', '125458.749000', '125458.751000', '125458.754000', '125458.756000', '125458.759000', '125458.762000', '125458.764000', '125458.767000', '125458.769000', '125458.772000', '125458.774000', '125458.777000', '125458.780000', '125458.782000', '125458.785000', '125458.787000', '125458.790000', '125458.793000', '125458.795000', '125458.798000', '125458.858000', '125458.860000', '125518.692000', '125518.694000', '125518.697000', '125518.700000', '125518.702000', '125518.705000', '125518.707000', '125518.710000', '125518.713000', '125518.715000', '125518.718000', '125518.721000', '125518.723000', '125518.726000', '125518.728000', '125518.731000', '125518.734000', '125518.736000', '125518.739000', '125518.742000', '125518.744000', '125518.747000', '125518.749000', '125518.752000', '125518.755000', '125518.757000', '125518.760000', '125518.763000', '125518.765000', '125518.768000', '125518.770000', '125518.773000', '125518.776000', '125518.778000', '125518.781000', '125518.783000', '125518.786000', '125518.789000', '125518.791000', '125518.794000', '125518.796000', '125518.799000', '125518.899000', '125538.692000', '125538.694000', '125538.697000', '125538.700000', '125538.702000', '125538.705000', '125538.708000', '125538.710000', '125538.713000', '125538.715000', '125538.718000', '125538.721000', '125538.723000', '125538.726000', '125538.728000', '125538.731000', '125538.734000', '125538.736000', '125538.739000', '125538.741000', '125538.744000', '125538.747000', '125538.749000', '125538.752000', '125538.754000', '125538.757000', '125538.760000', '125538.762000', '125538.765000', '125538.768000', '125538.770000', '125538.773000', '125538.775000', '125538.778000', '125538.781000', '125538.783000', '125538.786000', '125538.788000', '125538.791000', '125538.794000', '125538.796000', '125538.799000', '125538.856000', '125538.858000', '125558.692000', '125558.694000', '125558.697000', '125558.700000', '125558.702000', '125558.705000', '125558.707000', '125558.710000', '125558.713000', '125558.715000', '125558.718000', '125558.721000', '125558.723000', '125558.726000', '125558.729000', '125558.731000', '125558.734000', '125558.736000', '125558.739000', '125558.742000', '125558.744000', '125558.747000', '125558.749000', '125558.752000', '125558.755000', '125558.757000', '125558.760000', '125558.763000', '125558.765000', '125558.768000', '125558.770000', '125558.773000', '125558.776000', '125558.778000', '125558.781000', '125558.783000', '125558.786000', '125558.789000', '125558.791000', '125558.794000', '125558.797000', '125558.884000', '125558.887000', '125618.693000', '125618.696000', '125618.698000', '125618.701000', '125618.703000', '125618.706000', '125618.708000', '125618.711000', '125618.714000', '125618.716000', '125618.719000', '125618.722000', '125618.724000', '125618.727000', '125618.729000', '125618.732000', '125618.735000', '125618.737000', '125618.740000', '125618.743000', '125618.745000', '125618.748000', '125618.750000', '125618.753000', '125618.756000', '125618.758000', '125618.761000', '125618.764000', '125618.766000', '125618.769000', '125618.772000', '125618.774000', '125618.777000', '125618.779000', '125618.782000', '125618.785000', '125618.787000', '125618.790000', '125618.793000', '125618.795000', '125618.798000', '125618.861000', '125618.863000', '125618.866000', '125636.583000', '125636.586000', '125636.588000', '125636.591000', '125636.593000', '125636.596000', '125636.599000', '125636.602000', '125636.604000', '125636.607000', '125636.609000', '125636.612000', '125636.615000', '125636.617000', '125636.620000', '125636.622000', '125636.625000', '125636.628000', '125636.630000', '125636.633000', '125636.635000', '125636.638000', '125636.641000', '125636.643000', '125636.646000', '125636.649000', '125636.651000', '125636.654000', '125636.657000', '125636.659000', '125636.662000', '125636.664000', '125636.667000', '125636.670000', '125636.672000', '125636.675000', '125636.686000', '125636.689000', '125636.691000'], 'InstanceCreationTime': ['124738.729000', '124738.732000', '124738.735000', '124738.738000', '124738.741000', '124738.743000', '124738.746000', '124738.748000', '124738.751000', '124738.754000', '124738.756000', '124738.759000', '124738.761000', '124738.764000', '124738.766000', '124738.769000', '124738.772000', '124738.774000', '124738.777000', '124738.779000', '124738.782000', '124738.784000', '124738.787000', '124738.790000', '124738.792000', '124738.798000', '124738.800000', '124738.803000', '124738.805000', '124738.808000', '124738.811000', '124738.813000', '124738.816000', '124738.818000', '124738.821000', '124738.824000', '124738.826000', '124738.829000', '124738.832000', '124758.692000', '124758.695000', '124758.697000', '124758.700000', '124758.703000', '124758.705000', '124758.708000', '124758.710000', '124758.713000', '124758.716000', '124758.718000', '124758.721000', '124758.723000', '124758.726000', '124758.728000', '124758.731000', '124758.734000', '124758.736000', '124758.745000', '124758.752000', '124758.758000', '124758.761000', '124758.763000', '124758.766000', '124758.769000', '124758.771000', '124758.774000', '124758.776000', '124758.779000', '124758.782000', '124758.796000', '124758.799000', '124758.801000', '124758.804000', '124758.807000', '124758.809000', '124758.812000', '124758.814000', '124758.817000', '124758.820000', '124758.822000', '124758.825000', '124758.827000', '124758.830000', '124818.691000', '124818.694000', '124818.696000', '124818.700000', '124818.703000', '124818.706000', '124818.708000', '124818.711000', '124818.714000', '124818.717000', '124818.719000', '124818.722000', '124818.725000', '124818.727000', '124818.730000', '124818.732000', '124818.735000', '124818.738000', '124818.740000', '124818.743000', '124818.745000', '124818.748000', '124818.750000', '124818.753000', '124818.756000', '124818.758000', '124818.761000', '124818.763000', '124818.766000', '124818.769000', '124818.771000', '124818.774000', '124818.776000', '124818.779000', '124818.782000', '124818.784000', '124818.787000', '124818.789000', '124818.792000', '124818.794000', '124818.797000', '124818.800000', '124818.802000', '124838.692000', '124838.695000', '124838.698000', '124838.701000', '124838.703000', '124838.706000', '124838.709000', '124838.711000', '124838.714000', '124838.716000', '124838.719000', '124838.722000', '124838.724000', '124838.727000', '124838.730000', '124838.732000', '124838.735000', '124838.738000', '124838.740000', '124838.743000', '124838.746000', '124838.748000', '124838.751000', '124838.758000', '124838.760000', '124838.763000', '124838.766000', '124838.768000', '124838.771000', '124838.774000', '124838.776000', '124838.779000', '124838.781000', '124838.784000', '124838.787000', '124838.789000', '124838.792000', '124838.794000', '124838.797000', '124838.800000', '124838.802000', '124838.805000', '124838.807000', '124838.810000', '124858.692000', '124858.694000', '124858.697000', '124858.700000', '124858.702000', '124858.705000', '124858.707000', '124858.710000', '124858.712000', '124858.715000', '124858.718000', '124858.720000', '124858.723000', '124858.726000', '124858.728000', '124858.731000', '124858.734000', '124858.736000', '124858.739000', '124858.741000', '124858.744000', '124858.747000', '124858.749000', '124858.752000', '124858.755000', '124858.757000', '124858.760000', '124858.762000', '124858.765000', '124858.768000', '124858.770000', '124858.779000', '124858.781000', '124858.784000', '124858.787000', '124858.789000', '124858.792000', '124858.794000', '124858.797000', '124858.800000', '124858.802000', '124858.805000', '124858.807000', '124918.691000', '124918.694000', '124918.697000', '124918.700000', '124918.702000', '124918.705000', '124918.708000', '124918.710000', '124918.713000', '124918.715000', '124918.718000', '124918.721000', '124918.723000', '124918.726000', '124918.729000', '124918.731000', '124918.734000', '124918.736000', '124918.739000', '124918.742000', '124918.745000', '124918.747000', '124918.750000', '124918.752000', '124918.755000', '124918.758000', '124918.760000', '124918.763000', '124918.766000', '124918.768000', '124918.771000', '124918.773000', '124918.776000', '124918.778000', '124918.787000', '124918.790000', '124918.792000', '124918.795000', '124918.797000', '124918.800000', '124918.803000', '124918.806000', '124918.808000', '124918.811000', '124938.691000', '124938.694000', '124938.697000', '124938.699000', '124938.702000', '124938.704000', '124938.707000', '124938.710000', '124938.712000', '124938.715000', '124938.718000', '124938.720000', '124938.723000', '124938.725000', '124938.728000', '124938.731000', '124938.733000', '124938.736000', '124938.738000', '124938.741000', '124938.744000', '124938.746000', '124938.749000', '124938.751000', '124938.754000', '124938.765000', '124938.768000', '124938.770000', '124938.773000', '124938.775000', '124938.778000', '124938.781000', '124938.783000', '124938.786000', '124938.788000', '124938.791000', '124938.793000', '124938.796000', '124938.799000', '124938.801000', '124938.804000', '124938.807000', '124938.809000', '124958.692000', '124958.695000', '124958.698000', '124958.701000', '124958.704000', '124958.706000', '124958.709000', '124958.712000', '124958.715000', '124958.717000', '124958.720000', '124958.722000', '124958.725000', '124958.728000', '124958.731000', '124958.734000', '124958.736000', '124958.739000', '124958.742000', '124958.744000', '124958.747000', '124958.749000', '124958.752000', '124958.754000', '124958.757000', '124958.760000', '124958.762000', '124958.765000', '124958.768000', '124958.770000', '124958.773000', '124958.776000', '124958.778000', '124958.781000', '124958.783000', '124958.786000', '124958.789000', '124958.791000', '124958.794000', '124958.797000', '124958.799000', '124958.802000', '124958.805000', '125018.690000', '125018.693000', '125018.696000', '125018.698000', '125018.701000', '125018.704000', '125018.706000', '125018.709000', '125018.712000', '125018.714000', '125018.717000', '125018.719000', '125018.722000', '125018.725000', '125018.727000', '125018.730000', '125018.733000', '125018.735000', '125018.738000', '125018.740000', '125018.743000', '125018.746000', '125018.748000', '125018.751000', '125018.753000', '125018.756000', '125018.759000', '125018.761000', '125018.764000', '125018.767000', '125018.769000', '125018.772000', '125018.775000', '125018.777000', '125018.780000', '125018.782000', '125018.785000', '125018.788000', '125018.790000', '125018.793000', '125018.795000', '125018.798000', '125018.835000', '125018.837000', '125038.691000', '125038.694000', '125038.697000', '125038.700000', '125038.702000', '125038.705000', '125038.708000', '125038.711000', '125038.714000', '125038.716000', '125038.719000', '125038.722000', '125038.724000', '125038.727000', '125038.729000', '125038.732000', '125038.735000', '125038.737000', '125038.740000', '125038.742000', '125038.745000', '125038.748000', '125038.750000', '125038.753000', '125038.755000', '125038.758000', '125038.761000', '125038.763000', '125038.766000', '125038.769000', '125038.771000', '125038.774000', '125038.777000', '125038.779000', '125038.782000', '125038.785000', '125038.788000', '125038.791000', '125038.793000', '125038.796000', '125038.799000', '125038.840000', '125038.842000', '125058.692000', '125058.694000', '125058.697000', '125058.699000', '125058.702000', '125058.705000', '125058.707000', '125058.710000', '125058.712000', '125058.715000', '125058.718000', '125058.720000', '125058.723000', '125058.725000', '125058.728000', '125058.731000', '125058.733000', '125058.736000', '125058.739000', '125058.741000', '125058.744000', '125058.746000', '125058.749000', '125058.752000', '125058.754000', '125058.757000', '125058.759000', '125058.762000', '125058.765000', '125058.767000', '125058.770000', '125058.772000', '125058.775000', '125058.778000', '125058.780000', '125058.783000', '125058.785000', '125058.788000', '125058.790000', '125058.793000', '125058.796000', '125058.798000', '125058.826000', '125058.829000', '125118.691000', '125118.694000', '125118.697000', '125118.699000', '125118.702000', '125118.705000', '125118.707000', '125118.723000', '125118.726000', '125118.728000', '125118.731000', '125118.733000', '125118.736000', '125118.739000', '125118.741000', '125118.744000', '125118.746000', '125118.749000', '125118.752000', '125118.754000', '125118.757000', '125118.759000', '125118.762000', '125118.764000', '125118.767000', '125118.770000', '125118.773000', '125118.776000', '125118.779000', '125118.781000', '125118.784000', '125118.787000', '125118.789000', '125118.792000', '125118.795000', '125118.798000', '125118.849000', '125118.852000', '125118.855000', '125118.857000', '125118.860000', '125118.863000', '125118.866000', '125138.691000', '125138.694000', '125138.697000', '125138.699000', '125138.702000', '125138.705000', '125138.707000', '125138.710000', '125138.712000', '125138.715000', '125138.718000', '125138.720000', '125138.723000', '125138.725000', '125138.728000', '125138.731000', '125138.733000', '125138.736000', '125138.739000', '125138.741000', '125138.744000', '125138.747000', '125138.749000', '125138.752000', '125138.754000', '125138.757000', '125138.760000', '125138.762000', '125138.765000', '125138.767000', '125138.770000', '125138.773000', '125138.775000', '125138.778000', '125138.780000', '125138.787000', '125138.789000', '125138.792000', '125138.795000', '125138.797000', '125138.857000', '125138.860000', '125138.862000', '125138.865000', '125158.691000', '125158.694000', '125158.697000', '125158.699000', '125158.702000', '125158.705000', '125158.707000', '125158.710000', '125158.713000', '125158.715000', '125158.718000', '125158.721000', '125158.723000', '125158.726000', '125158.729000', '125158.731000', '125158.734000', '125158.736000', '125158.739000', '125158.742000', '125158.744000', '125158.747000', '125158.750000', '125158.752000', '125158.755000', '125158.758000', '125158.761000', '125158.763000', '125158.766000', '125158.769000', '125158.771000', '125158.774000', '125158.777000', '125158.779000', '125158.782000', '125158.785000', '125158.787000', '125158.790000', '125158.793000', '125158.795000', '125158.798000', '125158.859000', '125158.861000', '125218.692000', '125218.694000', '125218.697000', '125218.699000', '125218.702000', '125218.705000', '125218.707000', '125218.710000', '125218.713000', '125218.715000', '125218.718000', '125218.720000', '125218.723000', '125218.725000', '125218.728000', '125218.731000', '125218.733000', '125218.736000', '125218.739000', '125218.741000', '125218.744000', '125218.747000', '125218.749000', '125218.752000', '125218.754000', '125218.757000', '125218.760000', '125218.762000', '125218.765000', '125218.767000', '125218.770000', '125218.773000', '125218.775000', '125218.778000', '125218.780000', '125218.783000', '125218.786000', '125218.788000', '125218.791000', '125218.793000', '125218.796000', '125218.799000', '125218.861000', '125218.864000', '125238.690000', '125238.693000', '125238.696000', '125238.698000', '125238.701000', '125238.704000', '125238.706000', '125238.709000', '125238.712000', '125238.714000', '125238.717000', '125238.719000', '125238.722000', '125238.725000', '125238.727000', '125238.730000', '125238.732000', '125238.735000', '125238.738000', '125238.740000', '125238.743000', '125238.746000', '125238.748000', '125238.751000', '125238.753000', '125238.756000', '125238.759000', '125238.761000', '125238.764000', '125238.767000', '125238.769000', '125238.772000', '125238.783000', '125238.786000', '125238.788000', '125238.791000', '125238.793000', '125238.796000', '125238.801000', '125238.803000', '125238.806000', '125238.809000', '125238.812000', '125258.692000', '125258.694000', '125258.697000', '125258.700000', '125258.702000', '125258.705000', '125258.707000', '125258.710000', '125258.713000', '125258.715000', '125258.718000', '125258.720000', '125258.723000', '125258.726000', '125258.728000', '125258.731000', '125258.733000', '125258.736000', '125258.739000', '125258.741000', '125258.744000', '125258.746000', '125258.749000', '125258.752000', '125258.754000', '125258.757000', '125258.759000', '125258.762000', '125258.765000', '125258.767000', '125258.770000', '125258.772000', '125258.775000', '125258.778000', '125258.780000', '125258.783000', '125258.785000', '125258.788000', '125258.791000', '125258.793000', '125258.796000', '125258.798000', '125258.865000', '125258.868000', '125318.692000', '125318.695000', '125318.697000', '125318.700000', '125318.702000', '125318.705000', '125318.708000', '125318.710000', '125318.713000', '125318.716000', '125318.718000', '125318.721000', '125318.723000', '125318.726000', '125318.728000', '125318.731000', '125318.733000', '125318.736000', '125318.739000', '125318.741000', '125318.744000', '125318.746000', '125318.749000', '125318.752000', '125318.754000', '125318.757000', '125318.759000', '125318.762000', '125318.765000', '125318.767000', '125318.770000', '125318.772000', '125318.775000', '125318.778000', '125318.780000', '125318.783000', '125318.785000', '125318.788000', '125318.791000', '125318.793000', '125318.796000', '125318.799000', '125318.857000', '125338.692000', '125338.694000', '125338.697000', '125338.700000', '125338.702000', '125338.705000', '125338.708000', '125338.710000', '125338.713000', '125338.715000', '125338.718000', '125338.720000', '125338.723000', '125338.726000', '125338.728000', '125338.731000', '125338.734000', '125338.736000', '125338.739000', '125338.741000', '125338.744000', '125338.747000', '125338.749000', '125338.752000', '125338.754000', '125338.757000', '125338.759000', '125338.762000', '125338.765000', '125338.767000', '125338.770000', '125338.772000', '125338.775000', '125338.778000', '125338.780000', '125338.783000', '125338.785000', '125338.788000', '125338.791000', '125338.793000', '125338.796000', '125338.799000', '125338.824000', '125338.827000', '125358.692000', '125358.694000', '125358.697000', '125358.700000', '125358.702000', '125358.705000', '125358.708000', '125358.710000', '125358.713000', '125358.715000', '125358.718000', '125358.721000', '125358.723000', '125358.726000', '125358.729000', '125358.731000', '125358.734000', '125358.737000', '125358.739000', '125358.742000', '125358.744000', '125358.747000', '125358.750000', '125358.752000', '125358.755000', '125358.757000', '125358.760000', '125358.762000', '125358.765000', '125358.768000', '125358.770000', '125358.773000', '125358.775000', '125358.778000', '125358.781000', '125358.783000', '125358.786000', '125358.789000', '125358.792000', '125358.795000', '125358.798000', '125358.890000', '125358.893000', '125418.692000', '125418.694000', '125418.697000', '125418.700000', '125418.702000', '125418.705000', '125418.707000', '125418.710000', '125418.713000', '125418.715000', '125418.718000', '125418.720000', '125418.723000', '125418.726000', '125418.728000', '125418.731000', '125418.733000', '125418.736000', '125418.739000', '125418.741000', '125418.744000', '125418.746000', '125418.749000', '125418.751000', '125418.754000', '125418.756000', '125418.759000', '125418.762000', '125418.764000', '125418.767000', '125418.769000', '125418.772000', '125418.775000', '125418.777000', '125418.780000', '125418.782000', '125418.785000', '125418.788000', '125418.790000', '125418.793000', '125418.795000', '125418.798000', '125418.851000', '125418.854000', '125438.692000', '125438.694000', '125438.697000', '125438.699000', '125438.702000', '125438.705000', '125438.707000', '125438.710000', '125438.712000', '125438.715000', '125438.718000', '125438.720000', '125438.723000', '125438.725000', '125438.728000', '125438.731000', '125438.733000', '125438.736000', '125438.739000', '125438.741000', '125438.744000', '125438.746000', '125438.749000', '125438.752000', '125438.754000', '125438.757000', '125438.760000', '125438.762000', '125438.765000', '125438.768000', '125438.770000', '125438.773000', '125438.775000', '125438.778000', '125438.781000', '125438.783000', '125438.786000', '125438.788000', '125438.791000', '125438.793000', '125438.796000', '125438.799000', '125438.852000', '125458.691000', '125458.693000', '125458.696000', '125458.699000', '125458.701000', '125458.704000', '125458.707000', '125458.709000', '125458.712000', '125458.715000', '125458.717000', '125458.720000', '125458.722000', '125458.725000', '125458.728000', '125458.730000', '125458.733000', '125458.736000', '125458.738000', '125458.741000', '125458.743000', '125458.746000', '125458.749000', '125458.751000', '125458.754000', '125458.756000', '125458.759000', '125458.762000', '125458.764000', '125458.767000', '125458.769000', '125458.772000', '125458.774000', '125458.777000', '125458.780000', '125458.782000', '125458.785000', '125458.787000', '125458.790000', '125458.793000', '125458.795000', '125458.798000', '125458.858000', '125458.860000', '125518.692000', '125518.694000', '125518.697000', '125518.700000', '125518.702000', '125518.705000', '125518.707000', '125518.710000', '125518.713000', '125518.715000', '125518.718000', '125518.721000', '125518.723000', '125518.726000', '125518.728000', '125518.731000', '125518.734000', '125518.736000', '125518.739000', '125518.742000', '125518.744000', '125518.747000', '125518.749000', '125518.752000', '125518.755000', '125518.757000', '125518.760000', '125518.763000', '125518.765000', '125518.768000', '125518.770000', '125518.773000', '125518.776000', '125518.778000', '125518.781000', '125518.783000', '125518.786000', '125518.789000', '125518.791000', '125518.794000', '125518.796000', '125518.799000', '125518.899000', '125538.692000', '125538.694000', '125538.697000', '125538.700000', '125538.702000', '125538.705000', '125538.708000', '125538.710000', '125538.713000', '125538.715000', '125538.718000', '125538.721000', '125538.723000', '125538.726000', '125538.728000', '125538.731000', '125538.734000', '125538.736000', '125538.739000', '125538.741000', '125538.744000', '125538.747000', '125538.749000', '125538.752000', '125538.754000', '125538.757000', '125538.760000', '125538.762000', '125538.765000', '125538.768000', '125538.770000', '125538.773000', '125538.775000', '125538.778000', '125538.781000', '125538.783000', '125538.786000', '125538.788000', '125538.791000', '125538.794000', '125538.796000', '125538.799000', '125538.856000', '125538.858000', '125558.692000', '125558.694000', '125558.697000', '125558.700000', '125558.702000', '125558.705000', '125558.707000', '125558.710000', '125558.713000', '125558.715000', '125558.718000', '125558.721000', '125558.723000', '125558.726000', '125558.729000', '125558.731000', '125558.734000', '125558.736000', '125558.739000', '125558.742000', '125558.744000', '125558.747000', '125558.749000', '125558.752000', '125558.755000', '125558.757000', '125558.760000', '125558.763000', '125558.765000', '125558.768000', '125558.770000', '125558.773000', '125558.776000', '125558.778000', '125558.781000', '125558.783000', '125558.786000', '125558.789000', '125558.791000', '125558.794000', '125558.797000', '125558.884000', '125558.887000', '125618.693000', '125618.696000', '125618.698000', '125618.701000', '125618.703000', '125618.706000', '125618.708000', '125618.711000', '125618.714000', '125618.716000', '125618.719000', '125618.722000', '125618.724000', '125618.727000', '125618.729000', '125618.732000', '125618.735000', '125618.737000', '125618.740000', '125618.743000', '125618.745000', '125618.748000', '125618.750000', '125618.753000', '125618.756000', '125618.758000', '125618.761000', '125618.764000', '125618.766000', '125618.769000', '125618.772000', '125618.774000', '125618.777000', '125618.779000', '125618.782000', '125618.785000', '125618.787000', '125618.790000', '125618.793000', '125618.795000', '125618.798000', '125618.861000', '125618.863000', '125618.866000', '125636.583000', '125636.586000', '125636.588000', '125636.591000', '125636.593000', '125636.596000', '125636.599000', '125636.602000', '125636.604000', '125636.607000', '125636.609000', '125636.612000', '125636.615000', '125636.617000', '125636.620000', '125636.622000', '125636.625000', '125636.628000', '125636.630000', '125636.633000', '125636.635000', '125636.638000', '125636.641000', '125636.643000', '125636.646000', '125636.649000', '125636.651000', '125636.654000', '125636.657000', '125636.659000', '125636.662000', '125636.664000', '125636.667000', '125636.670000', '125636.672000', '125636.675000', '125636.686000', '125636.689000', '125636.691000'], '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], 'LargestImagePixelValue': [7522, 7535, 7113, 6988, 6884, 6931, 6651, 6935, 6609, 6678, 6634, 6851, 6583, 6927, 6615, 6646, 6669, 6581, 6801, 6658, 6979, 6854, 7027, 6890, 6697, 6855, 6660, 6893, 6577, 6555, 6498, 6711, 6757, 6751, 6689, 6625, 6586, 6544, 6691, 6675, 6515, 6958, 6545, 6710, 6571, 6506, 6485, 6621, 6625, 6773, 6542, 6712, 6589, 6669, 7060, 6704, 6699, 6780, 6692, 6803, 6627, 6580, 6768, 6838, 6741, 6645, 6585, 6654, 6570, 6664, 6517, 6831, 6743, 6758, 6905, 6650, 6585, 6543, 6914, 6815, 6790, 6488, 6648, 6818, 6561, 6646, 6527, 6583, 6582, 6705, 6671, 6680, 6458, 6679, 6651, 6640, 6896, 6721, 6674, 6616, 6757, 6700, 6663, 6750, 6723, 6709, 6634, 6973, 6622, 6968, 6666, 6748, 6750, 6849, 6811, 6459, 6925, 6601, 6767, 6628, 6655, 6546, 6789, 6723, 6944, 6444, 6776, 6523, 6835, 6738, 6984, 6675, 6683, 6837, 6738, 6841, 6465, 6849, 6560, 6523, 6720, 6875, 6777, 6881, 6950, 6489, 6894, 6444, 6704, 6673, 6610, 6537, 6954, 6922, 6920, 6709, 6977, 6895, 6632, 6789, 6698, 6668, 6735, 7223, 6806, 6554, 6666, 6660, 6558, 6965, 6815, 6765, 6673, 6852, 6716, 6722, 6634, 6875, 6671, 6751, 6667, 6678, 6714, 6735, 6784, 6775, 6897, 6650, 7128, 6741, 6767, 6643, 6791, 6629, 6791, 6719, 6702, 6756, 6942, 6747, 6503, 6646, 6581, 6607, 6501, 6778, 6635, 6760, 6817, 6819, 6842, 6934, 6802, 6604, 6880, 6637, 6950, 6587, 6667, 6598, 6953, 6910, 7013, 6897, 6867, 6776, 6627, 6761, 6473, 6776, 6589, 6769, 6591, 6415, 6867, 6486, 6795, 6606, 6810, 6691, 6992, 6735, 6678, 6829, 6503, 6580, 6399, 6860, 6618, 6680, 6743, 6872, 6505, 6584, 6801, 6387, 7080, 6397, 6720, 6497, 6622, 6542, 6695, 6454, 6650, 6700, 6676, 6773, 6957, 6610, 6959, 6636, 6827, 6648, 6781, 6671, 6627, 6742, 6798, 6821, 6861, 6652, 6761, 6554, 6612, 6474, 6656, 6545, 6723, 6691, 6742, 6822, 6778, 6567, 6856, 6655, 6730, 6720, 6766, 6796, 6712, 6662, 6735, 6597, 6597, 6840, 7738, 6496, 6940, 6686, 6739, 6780, 6798, 6454, 6697, 6803, 6812, 6850, 6785, 6583, 6968, 7236, 7367, 7002, 7061, 6713, 6998, 7489, 6699, 7089, 7172, 6697, 6987, 7314, 6831, 6970, 7135, 7077, 6825, 7482, 6716, 7349, 7052, 7238, 6886, 7518, 6897, 7284, 7111, 7446, 6996, 7269, 7092, 7057, 6926, 7104, 6990, 7344, 6726, 7340, 6952, 6995, 6913, 6948, 7225, 7124, 7259, 6905, 6899, 6630, 6876, 6894, 7313, 6727, 6696, 7043, 7254, 6653, 6993, 6816, 6909, 6719, 6726, 6515, 6698, 7022, 6827, 6818, 7485, 7293, 6686, 7033, 6659, 6648, 6405, 6526, 6525, 6713, 6512, 6880, 6685, 6432, 6540, 6627, 6512, 6755, 6618, 6573, 6705, 6648, 6678, 6818, 6504, 6657, 6592, 6720, 6622, 6505, 6653, 6510, 6791, 6547, 6741, 6464, 6735, 6686, 6478, 6603, 6656, 6561, 6576, 6543, 6672, 7045, 6626, 6530, 6573, 7082, 7016, 6464, 6779, 6526, 6648, 6789, 6742, 6582, 6611, 6560, 6607, 6900, 6408, 6837, 6590, 6643, 6405, 6506, 6574, 6665, 6786, 6650, 6569, 6983, 6714, 6468, 6824, 6486, 6937, 7027, 6559, 6590, 6599, 6824, 6939, 6688, 6722, 6543, 6621, 6853, 6607, 6758, 6852, 6539, 6993, 6773, 6618, 6802, 7051, 6700, 7105, 6603, 6733, 6513, 6751, 6567, 6908, 6506, 6707, 6472, 6696, 6541, 6500, 6661, 6650, 6493, 6509, 6807, 6605, 6763, 6571, 7064, 6665, 6886, 6482, 6637, 6744, 6693, 6570, 6712, 6555, 6530, 6579, 6464, 6660, 6683, 6763, 6643, 6442, 6694, 6580, 6767, 6647, 6569, 6436, 6583, 6708, 6535, 6792, 6485, 6711, 6959, 6570, 6637, 6517, 6472, 6743, 6507, 6653, 6566, 6624, 6709, 6813, 6671, 6695, 6514, 6714, 6444, 6463, 6569, 6599, 7017, 6663, 6469, 6629, 6582, 6462, 6578, 6563, 6461, 6468, 6685, 6543, 6856, 6638, 6648, 6751, 6683, 6788, 6957, 6908, 7038, 6766, 6573, 6626, 6689, 6667, 6537, 6766, 6638, 7008, 6443, 6696, 6612, 6634, 6905, 6559, 6716, 6666, 6531, 6466, 6618, 6617, 6666, 6865, 6452, 6719, 6518, 6834, 6909, 6443, 6452, 6621, 6437, 6683, 6510, 6486, 6499, 6570, 6718, 6508, 6647, 6656, 6533, 6657, 6489, 6561, 6698, 6526, 6697, 6558, 6656, 6535, 6738, 6503, 6847, 6581, 6712, 6640, 6771, 6587, 6584, 6626, 6561, 6680, 6662, 6583, 6594, 6815, 6571, 6590, 6602, 6632, 6672, 6610, 6589, 6704, 6566, 6643, 6678, 6543, 6618, 6830, 6572, 6603, 6523, 6578, 6758, 6728, 6507, 6683, 6570, 6749, 6509, 6618, 6588, 6895, 6765, 6517, 6660, 6643, 6506, 6762, 6705, 6719, 6842, 6678, 6784, 6788, 6766, 6773, 6514, 6952, 6645, 6759, 6562, 6676, 6575, 6722, 6664, 6758, 6921, 6736, 6723, 6530, 6517, 6665, 6712, 6561, 6792, 6764, 6580, 6767, 6799, 6944, 6611, 6646, 6890, 6883, 6803, 6575, 6677, 6817, 6538, 6969, 6615, 6752, 6848, 6921, 6717, 6553, 6863, 6475, 7138, 6562, 6959, 6562, 7024, 6492, 6740, 6545, 6807, 6886, 6739, 6534, 6690, 6571, 6921, 6563, 6698, 6771, 6802, 6534, 6923, 6477, 6739, 6674, 6788, 6555, 6767, 6604, 6773, 6846, 6849, 6669, 6512, 6663, 6620, 6653, 6733, 6493, 6992, 6640, 6652, 6795, 6530, 6709, 6865, 6682, 6765, 6763, 6937, 6528, 6702, 6923, 6753, 6560, 6847, 7100, 6655, 6853, 6736, 6748, 6688, 6695, 6692, 6831, 6767, 6670, 6727, 6759, 6692, 6854, 6814, 6681, 6633, 6913, 6658, 6597, 6428, 6935, 6543, 6642, 6617, 6484, 6560, 6538, 6807, 6618, 6490, 6673, 6579, 6861, 6774, 6880, 6739, 6646, 6711, 7316, 6617, 6473, 6460, 6660, 6671, 6544, 6885, 6607, 6791, 6808, 6663, 6671, 6528, 6781, 6719, 7353, 7163, 6652, 6597, 6974, 6834, 6484, 6938, 6678, 6827, 6652, 6785, 6608, 6747, 6724, 6857, 6573, 6565, 6646, 6876, 6417, 7049, 7039, 7199, 6346, 6873, 7048, 6913, 6609, 6609, 6664, 6666, 6526, 6634, 6615, 6469, 6610, 6542, 6659, 6909, 7034, 6755, 6820, 6705, 6851, 6817, 6606, 6732, 6527, 6454, 6662, 6740, 6736, 6673, 6939, 6555, 6555, 6567, 6442, 6584, 6956, 6686, 6631, 6523, 6617, 7060, 7086, 6741, 7327, 6599, 7298, 7002, 7657, 7221, 7494, 6749, 7305, 6820, 7295, 7026, 6957, 6685, 7589, 7148, 7196, 7229, 7083, 7054, 6985, 7072, 7326, 7212, 6983, 6980, 7191, 6926, 6889, 6638, 6514, 6691, 6750, 6669, 6520, 6736, 6706, 6874, 6811, 6773, 6558, 6711, 6438, 6788, 6609, 6750, 6781, 6953, 6884, 6541, 6808, 6455, 6653, 6925, 6612, 6775, 6696, 6964, 6912, 6778, 6839, 6824, 6790, 6616, 6834, 6605, 6793, 6710, 6636, 7006, 6777, 6838, 6698, 6618, 6692, 6781, 6566, 6938, 6795, 6781, 6601, 6687, 6714, 6609, 6500, 6727, 6824, 6672, 6458, 6573, 6423, 6618, 6561, 6770, 6467, 6735, 6634, 6520, 6954, 6824, 6676, 6723, 6552, 6719, 6648, 6654, 6581, 6690, 6611, 6791, 6646, 6489, 6543, 6930, 6668, 6767, 6749, 6464, 6848, 6554, 6967, 6632, 6910, 6665, 6732, 6676, 6508, 6494, 6693, 6556, 6463, 6800, 6537, 6516, 6690, 6500, 6873, 6814, 6860, 6561, 6709, 6755, 6488, 6639, 6981, 6593, 6464, 6630, 6526, 6628, 6451, 6545, 6815, 6833, 6588, 6683, 6623, 6418, 6628, 6527, 6686, 6570, 6721, 6642, 6701, 6525, 6741, 6746, 6636, 6891, 6478, 6651, 6581, 6488, 6577, 6473, 6555, 7009, 6790, 6806, 6779, 7010, 6761, 6608, 6929, 6536, 6678, 6489, 6489, 6706, 6731, 6744, 6472, 6958, 6627, 6490, 6958, 6496, 6835, 6621, 7000, 6895, 6668, 6719, 6466, 6969, 6609, 6480, 6513, 6534, 6494, 6715, 6535, 6674, 6591, 6930, 6853, 6640, 6686, 6837, 6908, 6570, 6865, 6548, 6584, 6634, 6573, 6682, 6706, 6825, 6764, 6743, 6759, 6444, 6977, 6779, 6794, 6829, 6809, 6846, 7018, 6695, 6524, 6503, 6844, 6956, 6643, 6897, 6918, 6747, 6928, 6725, 6801, 6727, 6542, 6827, 6635, 6581, 6737, 7100, 6605, 6871, 6506, 6721, 6475, 6778, 6623, 6744, 6493, 6606, 6715, 6804, 6578, 6675, 6429, 6519, 6518, 7166, 6747, 7172, 6686, 6576, 6834, 6545, 6621, 7231, 6899, 6663, 6677, 6561, 6588, 6605, 6791, 6469, 6768, 6412, 6809, 6573, 6863], 'WindowCenter': [4148.0, 4120.0, 4106.0, 4080.0, 4090.0, 4076.0, 4065.0, 4075.0, 4061.0, 4058.0, 4059.0, 4058.0, 4056.0, 4060.0, 4056.0, 4068.0, 4069.0, 4071.0, 4066.0, 4057.0, 4067.0, 4056.0, 4066.0, 4067.0, 4067.0, 4066.0, 4058.0, 4068.0, 4056.0, 4055.0, 4057.0, 4067.0, 4058.0, 4066.0, 4059.0, 4055.0, 4058.0, 4056.0, 4070.0, 4068.0, 4058.0, 4068.0, 4055.0, 4068.0, 4068.0, 4055.0, 4055.0, 4054.0, 4054.0, 4053.0, 4055.0, 4054.0, 4054.0, 4054.0, 4067.0, 4057.0, 4055.0, 4060.0, 4055.0, 4055.0, 4066.0, 4069.0, 4067.0, 4066.0, 4069.0, 4068.0, 4069.0, 4067.0, 4069.0, 4056.0, 4055.0, 4054.0, 4055.0, 4066.0, 4067.0, 4055.0, 4054.0, 4056.0, 4070.0, 4055.0, 4059.0, 4045.0, 4053.0, 4055.0, 4054.0, 4053.0, 4056.0, 4066.0, 4069.0, 4067.0, 4066.0, 4067.0, 4056.0, 4067.0, 4068.0, 4075.0, 4066.0, 4057.0, 4069.0, 4058.0, 4060.0, 4060.0, 4061.0, 4054.0, 4058.0, 4057.0, 4054.0, 4064.0, 4053.0, 4064.0, 4059.0, 4059.0, 4060.0, 4053.0, 4053.0, 4056.0, 4064.0, 4054.0, 4065.0, 4058.0, 4053.0, 4053.0, 4056.0, 4061.0, 4053.0, 4055.0, 4054.0, 4057.0, 4065.0, 4068.0, 4071.0, 4071.0, 4069.0, 4066.0, 4065.0, 4066.0, 4057.0, 4054.0, 4055.0, 4055.0, 4056.0, 4059.0, 4053.0, 4058.0, 4052.0, 4053.0, 4055.0, 4048.0, 4054.0, 4054.0, 4054.0, 4055.0, 4064.0, 4066.0, 4065.0, 4053.0, 4067.0, 4068.0, 4065.0, 4071.0, 4067.0, 4065.0, 4068.0, 4080.0, 4069.0, 4056.0, 4068.0, 4066.0, 4055.0, 4071.0, 4070.0, 4078.0, 4067.0, 4067.0, 4067.0, 4067.0, 4073.0, 4067.0, 4073.0, 4067.0, 4074.0, 4069.0, 4073.0, 4080.0, 4067.0, 4067.0, 4083.0, 4069.0, 4081.0, 4068.0, 4069.0, 4067.0, 4067.0, 4067.0, 4078.0, 4074.0, 4069.0, 4073.0, 4078.0, 4070.0, 4072.0, 4070.0, 4072.0, 4080.0, 4096.0, 4081.0, 4069.0, 4084.0, 4080.0, 4083.0, 4078.0, 4081.0, 4083.0, 4081.0, 4079.0, 4079.0, 4081.0, 4081.0, 4081.0, 4083.0, 4097.0, 4097.0, 4079.0, 4079.0, 4073.0, 4070.0, 4067.0, 4066.0, 4055.0, 4065.0, 4059.0, 4053.0, 4068.0, 4053.0, 4053.0, 4042.0, 4052.0, 4052.0, 4054.0, 4053.0, 4063.0, 4052.0, 4055.0, 4056.0, 4053.0, 4052.0, 4042.0, 4053.0, 4054.0, 4052.0, 4055.0, 4055.0, 4041.0, 4055.0, 4051.0, 4044.0, 4051.0, 4054.0, 4053.0, 4053.0, 4066.0, 4057.0, 4067.0, 4066.0, 4065.0, 4065.0, 4071.0, 4065.0, 4068.0, 4065.0, 4065.0, 4069.0, 4070.0, 4067.0, 4068.0, 4069.0, 4070.0, 4069.0, 4070.0, 4068.0, 4065.0, 4069.0, 4070.0, 4058.0, 4065.0, 4059.0, 4067.0, 4055.0, 4068.0, 4068.0, 4067.0, 4065.0, 4065.0, 4067.0, 4069.0, 4067.0, 4065.0, 4065.0, 4065.0, 4071.0, 4070.0, 4066.0, 4067.0, 4068.0, 4065.0, 4069.0, 4081.0, 4058.0, 4076.0, 4066.0, 4066.0, 4068.0, 4066.0, 4055.0, 4065.0, 4068.0, 4067.0, 4071.0, 4076.0, 4081.0, 4087.0, 4085.0, 4091.0, 4073.0, 4073.0, 4080.0, 4080.0, 4078.0, 4081.0, 4090.0, 4077.0, 4095.0, 4093.0, 4088.0, 4077.0, 4074.0, 4076.0, 4078.0, 4068.0, 4077.0, 4066.0, 4077.0, 4066.0, 4063.0, 4065.0, 4076.0, 4066.0, 4073.0, 4060.0, 4061.0, 4063.0, 4071.0, 4066.0, 4089.0, 4068.0, 4064.0, 4063.0, 4078.0, 4066.0, 4076.0, 4077.0, 4077.0, 4076.0, 4065.0, 4074.0, 4064.0, 4068.0, 4062.0, 4068.0, 4054.0, 4055.0, 4065.0, 4064.0, 4067.0, 4069.0, 4068.0, 4068.0, 4084.0, 4066.0, 4065.0, 4066.0, 4068.0, 4070.0, 4067.0, 4074.0, 4078.0, 4071.0, 4078.0, 4092.0, 4086.0, 4079.0, 4074.0, 4068.0, 4055.0, 4037.0, 4037.0, 4031.0, 4041.0, 4032.0, 4043.0, 4030.0, 4030.0, 4029.0, 4043.0, 4027.0, 4027.0, 4029.0, 4013.0, 4018.0, 4016.0, 4029.0, 4030.0, 4025.0, 4032.0, 4027.0, 4038.0, 4028.0, 4031.0, 4030.0, 4032.0, 4029.0, 4042.0, 4057.0, 4040.0, 4055.0, 4059.0, 4047.0, 4056.0, 4061.0, 4057.0, 4059.0, 4049.0, 4062.0, 4071.0, 4061.0, 4059.0, 4078.0, 4070.0, 4069.0, 4067.0, 4069.0, 4060.0, 4076.0, 4071.0, 4077.0, 4072.0, 4065.0, 4064.0, 4064.0, 4071.0, 4064.0, 4063.0, 4062.0, 4064.0, 4048.0, 4058.0, 4062.0, 4061.0, 4062.0, 4070.0, 4076.0, 4086.0, 4069.0, 4071.0, 4079.0, 4076.0, 4093.0, 4104.0, 4093.0, 4093.0, 4094.0, 4095.0, 4100.0, 4101.0, 4102.0, 4083.0, 4091.0, 4083.0, 4083.0, 4091.0, 4092.0, 4079.0, 4083.0, 4083.0, 4086.0, 4086.0, 4095.0, 4087.0, 4087.0, 4076.0, 4072.0, 4072.0, 4074.0, 4076.0, 4075.0, 4073.0, 4069.0, 4065.0, 4063.0, 4063.0, 4066.0, 4070.0, 4064.0, 4061.0, 4066.0, 4076.0, 4076.0, 4074.0, 4091.0, 4076.0, 4074.0, 4077.0, 4062.0, 4065.0, 4065.0, 4060.0, 4075.0, 4075.0, 4072.0, 4066.0, 4073.0, 4061.0, 4074.0, 4076.0, 4072.0, 4077.0, 4073.0, 4075.0, 4075.0, 4073.0, 4077.0, 4074.0, 4074.0, 4076.0, 4078.0, 4062.0, 4071.0, 4064.0, 4077.0, 4087.0, 4076.0, 4079.0, 4065.0, 4076.0, 4078.0, 4075.0, 4074.0, 4075.0, 4078.0, 4075.0, 4077.0, 4076.0, 4063.0, 4065.0, 4073.0, 4063.0, 4062.0, 4073.0, 4076.0, 4073.0, 4072.0, 4065.0, 4073.0, 4075.0, 4061.0, 4061.0, 4060.0, 4061.0, 4065.0, 4072.0, 4065.0, 4075.0, 4077.0, 4076.0, 4073.0, 4078.0, 4077.0, 4073.0, 4076.0, 4070.0, 4063.0, 4078.0, 4071.0, 4066.0, 4071.0, 4062.0, 4069.0, 4074.0, 4073.0, 4064.0, 4074.0, 4073.0, 4074.0, 4076.0, 4063.0, 4075.0, 4072.0, 4064.0, 4077.0, 4073.0, 4074.0, 4073.0, 4074.0, 4074.0, 4074.0, 4072.0, 4077.0, 4074.0, 4063.0, 4067.0, 4073.0, 4075.0, 4077.0, 4077.0, 4073.0, 4068.0, 4074.0, 4076.0, 4075.0, 4075.0, 4075.0, 4061.0, 4073.0, 4063.0, 4069.0, 4063.0, 4063.0, 4075.0, 4073.0, 4072.0, 4064.0, 4076.0, 4075.0, 4072.0, 4074.0, 4074.0, 4076.0, 4078.0, 4088.0, 4074.0, 4075.0, 4071.0, 4073.0, 4079.0, 4086.0, 4076.0, 4078.0, 4077.0, 4078.0, 4077.0, 4091.0, 4074.0, 4076.0, 4079.0, 4089.0, 4090.0, 4076.0, 4078.0, 4074.0, 4075.0, 4074.0, 4075.0, 4076.0, 4078.0, 4079.0, 4074.0, 4079.0, 4077.0, 4077.0, 4072.0, 4075.0, 4074.0, 4077.0, 4079.0, 4078.0, 4079.0, 4066.0, 4075.0, 4073.0, 4073.0, 4085.0, 4083.0, 4074.0, 4088.0, 4086.0, 4082.0, 4087.0, 4086.0, 4082.0, 4085.0, 4085.0, 4084.0, 4086.0, 4083.0, 4066.0, 4066.0, 4066.0, 4066.0, 4073.0, 4081.0, 4080.0, 4082.0, 4077.0, 4070.0, 4081.0, 4085.0, 4087.0, 4084.0, 4086.0, 4069.0, 4069.0, 4073.0, 4083.0, 4084.0, 4081.0, 4083.0, 4083.0, 4083.0, 4082.0, 4086.0, 4088.0, 4074.0, 4083.0, 4084.0, 4082.0, 4075.0, 4084.0, 4088.0, 4075.0, 4070.0, 4082.0, 4081.0, 4086.0, 4099.0, 4085.0, 4088.0, 4070.0, 4068.0, 4078.0, 4076.0, 4080.0, 4067.0, 4067.0, 4085.0, 4070.0, 4082.0, 4068.0, 4068.0, 4084.0, 4070.0, 4073.0, 4078.0, 4075.0, 4071.0, 4080.0, 4081.0, 4068.0, 4076.0, 4068.0, 4087.0, 4082.0, 4070.0, 4072.0, 4075.0, 4076.0, 4082.0, 4082.0, 4072.0, 4079.0, 4087.0, 4070.0, 4081.0, 4085.0, 4070.0, 4068.0, 4076.0, 4074.0, 4077.0, 4073.0, 4073.0, 4070.0, 4068.0, 4084.0, 4073.0, 4077.0, 4068.0, 4086.0, 4070.0, 4075.0, 4071.0, 4072.0, 4077.0, 4073.0, 4082.0, 4073.0, 4074.0, 4071.0, 4070.0, 4072.0, 4072.0, 4075.0, 4073.0, 4075.0, 4070.0, 4071.0, 4064.0, 4062.0, 4059.0, 4069.0, 4064.0, 4071.0, 4064.0, 4063.0, 4070.0, 4077.0, 4070.0, 4074.0, 4063.0, 4057.0, 4074.0, 4079.0, 4067.0, 4070.0, 4070.0, 4069.0, 4072.0, 4082.0, 4083.0, 4072.0, 4063.0, 4063.0, 4065.0, 4059.0, 4080.0, 4069.0, 4063.0, 4066.0, 4069.0, 4081.0, 4071.0, 4066.0, 4058.0, 4072.0, 4062.0, 4067.0, 4071.0, 4080.0, 4063.0, 4058.0, 4067.0, 4057.0, 4056.0, 4058.0, 4070.0, 4070.0, 4068.0, 4066.0, 4062.0, 4056.0, 4080.0, 4069.0, 4067.0, 4070.0, 4077.0, 4065.0, 4066.0, 4061.0, 4062.0, 4062.0, 4071.0, 4073.0, 4062.0, 4071.0, 4075.0, 4057.0, 4065.0, 4058.0, 4044.0, 4061.0, 4045.0, 4062.0, 4071.0, 4083.0, 4066.0, 4085.0, 4071.0, 4069.0, 4076.0, 4070.0, 4081.0, 4071.0, 4075.0, 4066.0, 4073.0, 4073.0, 4073.0, 4085.0, 4068.0, 4060.0, 4077.0, 4057.0, 4066.0, 4078.0, 4081.0, 4069.0, 4067.0, 4075.0, 4074.0, 4079.0, 4062.0, 4074.0, 4065.0, 4060.0, 4065.0, 4072.0, 4063.0, 4062.0, 4048.0, 4062.0, 4050.0, 4077.0, 4089.0, 4077.0, 4078.0, 4089.0, 4065.0, 4059.0, 4074.0, 4075.0, 4094.0, 4079.0, 4077.0, 4072.0, 4075.0, 4065.0, 4061.0, 4068.0, 4066.0, 4067.0, 4069.0, 4049.0, 4062.0, 4069.0, 4073.0, 4065.0, 4070.0, 4076.0, 4080.0, 4101.0, 4080.0, 4064.0, 4061.0, 4042.0, 4057.0, 4054.0, 4054.0, 4055.0, 4065.0, 4070.0, 4061.0, 4077.0, 4062.0, 4061.0, 4064.0, 4054.0, 4071.0, 4073.0, 4077.0, 4072.0, 4066.0, 4065.0, 4065.0, 4072.0, 4074.0, 4079.0, 4075.0, 4074.0, 4067.0, 4067.0, 4077.0, 4067.0, 4086.0, 4067.0, 4066.0, 4067.0, 4072.0, 4065.0, 4064.0, 4079.0, 4084.0, 4072.0, 4072.0, 4065.0, 4065.0, 4065.0, 4065.0, 4074.0, 4066.0, 4061.0, 4064.0, 4053.0, 4064.0, 4059.0, 4065.0, 4054.0, 4053.0, 4053.0, 4053.0, 4063.0, 4053.0, 4058.0, 4057.0, 4056.0, 4066.0, 4058.0, 4062.0, 4064.0, 4064.0, 4067.0, 4065.0, 4068.0, 4056.0, 4059.0, 4068.0, 4064.0, 4064.0, 4071.0, 4066.0, 4067.0, 4054.0, 4064.0, 4068.0, 4069.0, 4070.0, 4085.0, 4083.0, 4066.0, 4059.0, 4070.0, 4059.0, 4072.0, 4084.0, 4071.0, 4062.0, 4066.0, 4058.0, 4066.0, 4070.0, 4066.0, 4084.0, 4082.0, 4066.0, 4062.0, 4072.0, 4073.0, 4073.0, 4063.0, 4072.0, 4061.0, 4054.0, 4058.0, 4064.0, 4072.0, 4053.0, 4053.0, 4056.0, 4056.0, 4060.0, 4062.0, 4070.0, 4072.0, 4071.0, 4064.0, 4072.0, 4071.0, 4061.0, 4066.0, 4065.0, 4064.0, 4070.0, 4060.0, 4053.0, 4054.0, 4054.0, 4053.0, 4061.0, 4062.0, 4071.0, 4070.0, 4063.0, 4058.0, 4063.0, 4068.0, 4066.0, 4080.0, 4060.0, 4070.0, 4054.0, 4060.0, 4064.0, 4064.0, 4071.0, 4062.0, 4063.0, 4059.0, 4056.0, 4068.0, 4055.0, 4072.0, 4077.0, 4079.0, 4079.0, 4084.0, 4087.0, 4081.0, 4092.0, 4094.0, 4082.0, 4070.0, 4069.0, 4069.0, 4080.0, 4070.0, 4085.0, 4070.0, 4078.0, 4067.0, 4074.0, 4059.0, 4074.0, 4081.0, 4074.0, 4076.0, 4070.0, 4078.0, 4084.0, 4085.0, 4080.0, 4068.0, 4071.0, 4079.0, 4085.0, 4071.0, 4064.0, 4069.0, 4058.0, 4068.0, 4067.0, 4078.0, 4081.0, 4068.0, 4068.0, 4060.0, 4057.0, 4065.0, 4070.0, 4067.0, 4065.0, 4065.0, 4067.0, 4064.0, 4057.0, 4054.0, 4056.0, 4061.0, 4054.0, 4053.0, 4054.0, 4052.0, 4065.0, 4052.0, 4051.0, 4053.0, 4065.0, 4054.0, 4066.0, 4059.0, 4053.0, 4059.0, 4059.0, 4071.0, 4073.0, 4072.0, 4075.0, 4063.0, 4058.0, 4070.0, 4075.0, 4071.0, 4078.0, 4055.0, 4067.0, 4072.0, 4073.0, 4073.0, 4082.0, 4080.0, 4069.0, 4084.0, 4069.0, 4067.0, 4056.0, 4055.0, 4060.0, 4058.0, 4057.0, 4056.0, 4053.0, 4052.0], 'WindowWidth': [9249.0, 9192.0, 9161.0, 9113.0, 9125.0, 9098.0, 9082.0, 9095.0, 9071.0, 9063.0, 9065.0, 9063.0, 9057.0, 9064.0, 9057.0, 9080.0, 9080.0, 9087.0, 9073.0, 9063.0, 9075.0, 9061.0, 9073.0, 9078.0, 9077.0, 9075.0, 9063.0, 9077.0, 9061.0, 9058.0, 9064.0, 9077.0, 9064.0, 9074.0, 9064.0, 9055.0, 9062.0, 9058.0, 9084.0, 9078.0, 9066.0, 9076.0, 9059.0, 9077.0, 9079.0, 9059.0, 9056.0, 9055.0, 9053.0, 9050.0, 9057.0, 9055.0, 9056.0, 9055.0, 9073.0, 9060.0, 9057.0, 9069.0, 9058.0, 9059.0, 9076.0, 9083.0, 9078.0, 9076.0, 9082.0, 9080.0, 9084.0, 9078.0, 9080.0, 9060.0, 9059.0, 9056.0, 9058.0, 9075.0, 9076.0, 9058.0, 9056.0, 9061.0, 9080.0, 9057.0, 9066.0, 9043.0, 9051.0, 9056.0, 9055.0, 9051.0, 9061.0, 9077.0, 9083.0, 9079.0, 9076.0, 9077.0, 9062.0, 9078.0, 9080.0, 9097.0, 9075.0, 9062.0, 9080.0, 9064.0, 9067.0, 9068.0, 9070.0, 9054.0, 9064.0, 9062.0, 9054.0, 9067.0, 9053.0, 9068.0, 9066.0, 9065.0, 9069.0, 9053.0, 9054.0, 9059.0, 9068.0, 9054.0, 9072.0, 9063.0, 9053.0, 9052.0, 9059.0, 9069.0, 9053.0, 9058.0, 9057.0, 9062.0, 9073.0, 9080.0, 9086.0, 9086.0, 9083.0, 9076.0, 9074.0, 9075.0, 9064.0, 9057.0, 9059.0, 9061.0, 9059.0, 9065.0, 9053.0, 9062.0, 9049.0, 9053.0, 9056.0, 9049.0, 9055.0, 9055.0, 9054.0, 9057.0, 9068.0, 9072.0, 9071.0, 9055.0, 9076.0, 9078.0, 9072.0, 9085.0, 9079.0, 9075.0, 9079.0, 9097.0, 9083.0, 9063.0, 9079.0, 9076.0, 9063.0, 9087.0, 9089.0, 9097.0, 9080.0, 9081.0, 9080.0, 9079.0, 9092.0, 9080.0, 9092.0, 9080.0, 9097.0, 9084.0, 9094.0, 9102.0, 9081.0, 9081.0, 9106.0, 9084.0, 9104.0, 9084.0, 9085.0, 9079.0, 9081.0, 9082.0, 9097.0, 9097.0, 9086.0, 9095.0, 9095.0, 9089.0, 9091.0, 9088.0, 9090.0, 9103.0, 9136.0, 9104.0, 9085.0, 9113.0, 9102.0, 9107.0, 9099.0, 9104.0, 9108.0, 9105.0, 9100.0, 9101.0, 9104.0, 9106.0, 9106.0, 9112.0, 9134.0, 9131.0, 9101.0, 9100.0, 9093.0, 9088.0, 9079.0, 9075.0, 9059.0, 9072.0, 9067.0, 9054.0, 9078.0, 9053.0, 9051.0, 9036.0, 9049.0, 9048.0, 9056.0, 9054.0, 9066.0, 9048.0, 9056.0, 9060.0, 9053.0, 9051.0, 9036.0, 9053.0, 9055.0, 9052.0, 9057.0, 9056.0, 9035.0, 9056.0, 9049.0, 9041.0, 9049.0, 9054.0, 9055.0, 9056.0, 9075.0, 9066.0, 9078.0, 9076.0, 9074.0, 9073.0, 9087.0, 9073.0, 9078.0, 9073.0, 9072.0, 9081.0, 9085.0, 9079.0, 9079.0, 9084.0, 9087.0, 9083.0, 9085.0, 9081.0, 9075.0, 9083.0, 9084.0, 9067.0, 9075.0, 9070.0, 9077.0, 9061.0, 9081.0, 9079.0, 9079.0, 9074.0, 9073.0, 9078.0, 9083.0, 9078.0, 9073.0, 9075.0, 9072.0, 9087.0, 9085.0, 9075.0, 9080.0, 9081.0, 9074.0, 9083.0, 9103.0, 9068.0, 9091.0, 9077.0, 9077.0, 9081.0, 9077.0, 9061.0, 9074.0, 9080.0, 9078.0, 9088.0, 9097.0, 9104.0, 9112.0, 9108.0, 9119.0, 9089.0, 9088.0, 9103.0, 9102.0, 9097.0, 9104.0, 9121.0, 9098.0, 9131.0, 9127.0, 9116.0, 9097.0, 9087.0, 9092.0, 9095.0, 9083.0, 9093.0, 9076.0, 9091.0, 9074.0, 9067.0, 9072.0, 9089.0, 9076.0, 9083.0, 9060.0, 9062.0, 9067.0, 9077.0, 9075.0, 9115.0, 9081.0, 9069.0, 9068.0, 9091.0, 9076.0, 9090.0, 9093.0, 9094.0, 9090.0, 9074.0, 9085.0, 9071.0, 9078.0, 9067.0, 9078.0, 9055.0, 9058.0, 9071.0, 9068.0, 9079.0, 9086.0, 9082.0, 9078.0, 9113.0, 9076.0, 9076.0, 9075.0, 9084.0, 9087.0, 9086.0, 9091.0, 9098.0, 9087.0, 9101.0, 9121.0, 9109.0, 9101.0, 9090.0, 9082.0, 9057.0, 9022.0, 9021.0, 9014.0, 9026.0, 9013.0, 9030.0, 9009.0, 9010.0, 9007.0, 9031.0, 9002.0, 9003.0, 9005.0, 8977.0, 8987.0, 8983.0, 9005.0, 9009.0, 9000.0, 9016.0, 9006.0, 9019.0, 9008.0, 9014.0, 9011.0, 9015.0, 9009.0, 9032.0, 9059.0, 9030.0, 9056.0, 9064.0, 9045.0, 9057.0, 9067.0, 9058.0, 9063.0, 9050.0, 9073.0, 9082.0, 9068.0, 9066.0, 9100.0, 9080.0, 9079.0, 9085.0, 9081.0, 9071.0, 9097.0, 9087.0, 9100.0, 9088.0, 9079.0, 9077.0, 9077.0, 9082.0, 9074.0, 9073.0, 9071.0, 9075.0, 9050.0, 9064.0, 9071.0, 9071.0, 9072.0, 9083.0, 9099.0, 9111.0, 9082.0, 9086.0, 9103.0, 9099.0, 9128.0, 9148.0, 9135.0, 9133.0, 9135.0, 9131.0, 9140.0, 9145.0, 9145.0, 9111.0, 9127.0, 9111.0, 9107.0, 9127.0, 9131.0, 9109.0, 9109.0, 9109.0, 9114.0, 9115.0, 9129.0, 9117.0, 9114.0, 9100.0, 9090.0, 9090.0, 9094.0, 9099.0, 9094.0, 9090.0, 9082.0, 9079.0, 9075.0, 9076.0, 9083.0, 9082.0, 9076.0, 9070.0, 9083.0, 9095.0, 9095.0, 9094.0, 9128.0, 9096.0, 9093.0, 9099.0, 9073.0, 9078.0, 9079.0, 9068.0, 9093.0, 9096.0, 9090.0, 9084.0, 9091.0, 9073.0, 9091.0, 9098.0, 9090.0, 9099.0, 9091.0, 9096.0, 9097.0, 9092.0, 9100.0, 9093.0, 9093.0, 9098.0, 9100.0, 9074.0, 9085.0, 9079.0, 9100.0, 9113.0, 9099.0, 9102.0, 9081.0, 9099.0, 9102.0, 9096.0, 9092.0, 9095.0, 9102.0, 9097.0, 9097.0, 9096.0, 9074.0, 9080.0, 9091.0, 9076.0, 9073.0, 9088.0, 9096.0, 9088.0, 9086.0, 9079.0, 9088.0, 9094.0, 9069.0, 9069.0, 9068.0, 9069.0, 9081.0, 9089.0, 9082.0, 9094.0, 9100.0, 9096.0, 9091.0, 9102.0, 9098.0, 9088.0, 9095.0, 9082.0, 9075.0, 9102.0, 9086.0, 9082.0, 9085.0, 9075.0, 9081.0, 9093.0, 9091.0, 9079.0, 9091.0, 9091.0, 9091.0, 9096.0, 9077.0, 9093.0, 9088.0, 9079.0, 9101.0, 9092.0, 9093.0, 9091.0, 9094.0, 9092.0, 9094.0, 9089.0, 9100.0, 9091.0, 9078.0, 9087.0, 9090.0, 9097.0, 9101.0, 9101.0, 9092.0, 9087.0, 9094.0, 9099.0, 9096.0, 9094.0, 9094.0, 9072.0, 9089.0, 9078.0, 9080.0, 9076.0, 9077.0, 9095.0, 9090.0, 9088.0, 9079.0, 9098.0, 9095.0, 9089.0, 9094.0, 9093.0, 9097.0, 9104.0, 9118.0, 9093.0, 9095.0, 9087.0, 9091.0, 9104.0, 9114.0, 9097.0, 9101.0, 9099.0, 9099.0, 9100.0, 9124.0, 9095.0, 9098.0, 9107.0, 9121.0, 9120.0, 9099.0, 9101.0, 9092.0, 9093.0, 9093.0, 9096.0, 9098.0, 9103.0, 9106.0, 9096.0, 9106.0, 9102.0, 9100.0, 9090.0, 9095.0, 9094.0, 9102.0, 9105.0, 9101.0, 9104.0, 9083.0, 9094.0, 9091.0, 9095.0, 9114.0, 9107.0, 9095.0, 9117.0, 9114.0, 9105.0, 9116.0, 9115.0, 9107.0, 9115.0, 9115.0, 9109.0, 9119.0, 9109.0, 9078.0, 9077.0, 9076.0, 9077.0, 9094.0, 9104.0, 9101.0, 9106.0, 9103.0, 9090.0, 9103.0, 9114.0, 9120.0, 9112.0, 9114.0, 9086.0, 9086.0, 9094.0, 9109.0, 9110.0, 9104.0, 9107.0, 9108.0, 9111.0, 9105.0, 9112.0, 9118.0, 9098.0, 9110.0, 9111.0, 9105.0, 9098.0, 9111.0, 9121.0, 9099.0, 9087.0, 9108.0, 9102.0, 9115.0, 9136.0, 9112.0, 9117.0, 9087.0, 9083.0, 9103.0, 9100.0, 9099.0, 9079.0, 9080.0, 9112.0, 9088.0, 9102.0, 9082.0, 9082.0, 9110.0, 9086.0, 9095.0, 9094.0, 9097.0, 9089.0, 9101.0, 9104.0, 9082.0, 9098.0, 9084.0, 9116.0, 9107.0, 9087.0, 9091.0, 9095.0, 9099.0, 9107.0, 9105.0, 9090.0, 9106.0, 9114.0, 9087.0, 9106.0, 9113.0, 9085.0, 9083.0, 9097.0, 9093.0, 9101.0, 9092.0, 9091.0, 9084.0, 9080.0, 9107.0, 9092.0, 9100.0, 9081.0, 9110.0, 9086.0, 9096.0, 9087.0, 9089.0, 9101.0, 9092.0, 9106.0, 9093.0, 9092.0, 9087.0, 9084.0, 9091.0, 9087.0, 9094.0, 9090.0, 9093.0, 9084.0, 9085.0, 9076.0, 9073.0, 9067.0, 9081.0, 9078.0, 9084.0, 9078.0, 9075.0, 9083.0, 9100.0, 9083.0, 9094.0, 9077.0, 9063.0, 9094.0, 9099.0, 9081.0, 9084.0, 9084.0, 9082.0, 9089.0, 9102.0, 9109.0, 9093.0, 9077.0, 9076.0, 9073.0, 9069.0, 9102.0, 9082.0, 9069.0, 9074.0, 9081.0, 9103.0, 9088.0, 9076.0, 9064.0, 9079.0, 9067.0, 9077.0, 9090.0, 9100.0, 9068.0, 9067.0, 9076.0, 9060.0, 9060.0, 9064.0, 9084.0, 9084.0, 9079.0, 9074.0, 9065.0, 9061.0, 9102.0, 9084.0, 9079.0, 9089.0, 9094.0, 9074.0, 9074.0, 9071.0, 9069.0, 9068.0, 9085.0, 9088.0, 9073.0, 9082.0, 9090.0, 9063.0, 9078.0, 9063.0, 9039.0, 9066.0, 9040.0, 9067.0, 9084.0, 9105.0, 9077.0, 9112.0, 9089.0, 9084.0, 9099.0, 9086.0, 9105.0, 9089.0, 9095.0, 9074.0, 9090.0, 9090.0, 9091.0, 9113.0, 9088.0, 9070.0, 9099.0, 9065.0, 9076.0, 9094.0, 9104.0, 9083.0, 9081.0, 9094.0, 9092.0, 9099.0, 9068.0, 9084.0, 9073.0, 9061.0, 9074.0, 9080.0, 9067.0, 9064.0, 9042.0, 9064.0, 9049.0, 9094.0, 9116.0, 9093.0, 9098.0, 9110.0, 9073.0, 9060.0, 9085.0, 9090.0, 9129.0, 9101.0, 9094.0, 9083.0, 9086.0, 9075.0, 9067.0, 9081.0, 9076.0, 9078.0, 9080.0, 9051.0, 9072.0, 9084.0, 9088.0, 9081.0, 9081.0, 9097.0, 9104.0, 9144.0, 9105.0, 9080.0, 9070.0, 9036.0, 9061.0, 9056.0, 9055.0, 9057.0, 9071.0, 9081.0, 9070.0, 9099.0, 9071.0, 9069.0, 9069.0, 9055.0, 9086.0, 9094.0, 9093.0, 9089.0, 9076.0, 9076.0, 9075.0, 9088.0, 9096.0, 9101.0, 9097.0, 9094.0, 9080.0, 9080.0, 9093.0, 9080.0, 9115.0, 9082.0, 9075.0, 9078.0, 9089.0, 9073.0, 9071.0, 9100.0, 9112.0, 9090.0, 9089.0, 9074.0, 9073.0, 9075.0, 9075.0, 9096.0, 9078.0, 9071.0, 9071.0, 9053.0, 9069.0, 9067.0, 9075.0, 9057.0, 9052.0, 9053.0, 9053.0, 9067.0, 9054.0, 9066.0, 9063.0, 9062.0, 9075.0, 9066.0, 9074.0, 9069.0, 9072.0, 9078.0, 9074.0, 9080.0, 9063.0, 9068.0, 9081.0, 9071.0, 9072.0, 9089.0, 9077.0, 9078.0, 9057.0, 9070.0, 9081.0, 9082.0, 9087.0, 9113.0, 9108.0, 9077.0, 9070.0, 9086.0, 9071.0, 9094.0, 9113.0, 9088.0, 9076.0, 9077.0, 9067.0, 9077.0, 9086.0, 9077.0, 9111.0, 9105.0, 9077.0, 9076.0, 9088.0, 9090.0, 9089.0, 9078.0, 9086.0, 9073.0, 9056.0, 9064.0, 9078.0, 9086.0, 9053.0, 9052.0, 9058.0, 9060.0, 9069.0, 9073.0, 9087.0, 9090.0, 9085.0, 9072.0, 9089.0, 9086.0, 9074.0, 9076.0, 9073.0, 9071.0, 9083.0, 9070.0, 9055.0, 9056.0, 9056.0, 9055.0, 9075.0, 9077.0, 9085.0, 9084.0, 9069.0, 9066.0, 9070.0, 9082.0, 9079.0, 9100.0, 9073.0, 9086.0, 9059.0, 9072.0, 9071.0, 9071.0, 9088.0, 9074.0, 9068.0, 9067.0, 9059.0, 9077.0, 9059.0, 9088.0, 9099.0, 9099.0, 9099.0, 9111.0, 9119.0, 9108.0, 9125.0, 9129.0, 9107.0, 9086.0, 9084.0, 9086.0, 9100.0, 9088.0, 9112.0, 9086.0, 9095.0, 9078.0, 9091.0, 9067.0, 9092.0, 9102.0, 9095.0, 9099.0, 9090.0, 9098.0, 9112.0, 9114.0, 9103.0, 9084.0, 9090.0, 9100.0, 9114.0, 9089.0, 9080.0, 9082.0, 9066.0, 9081.0, 9080.0, 9098.0, 9103.0, 9082.0, 9080.0, 9068.0, 9063.0, 9073.0, 9087.0, 9079.0, 9073.0, 9073.0, 9078.0, 9072.0, 9063.0, 9056.0, 9061.0, 9072.0, 9055.0, 9054.0, 9054.0, 9049.0, 9070.0, 9051.0, 9049.0, 9054.0, 9072.0, 9057.0, 9075.0, 9067.0, 9055.0, 9067.0, 9067.0, 9088.0, 9094.0, 9090.0, 9093.0, 9078.0, 9065.0, 9088.0, 9093.0, 9088.0, 9099.0, 9058.0, 9077.0, 9089.0, 9094.0, 9091.0, 9102.0, 9099.0, 9083.0, 9111.0, 9081.0, 9076.0, 9059.0, 9057.0, 9068.0, 9065.0, 9063.0, 9060.0, 9052.0, 9051.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.0008024418604651162</td></tr>
<tr><td colspan=3>aqi</td><td>0.020850483887043192</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.01099103386534</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1442155635993365</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0007882400498749</td></tr>
<tr><td colspan=3>efc</td><td>0.4577</td></tr>
<tr><td colspan=3>fber</td><td>6269.3379</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09641412456867567</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>5.149501661129568</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4858252820542215</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4612336685923437</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7536866616197213</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2425555159506</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117767</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01659085415303707</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030578715726733208</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1204</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.9232719107843907</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.2575</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.6145</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.7889</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>856.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.8079</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2671</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.2556</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3356.2823</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.7332</td></tr>
<tr><td colspan=3>tsnr</td><td>39.7334253070876</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>