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

616 lines
No EOL
140 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-0031_ses-04_task-alignvideo_acq-mb8_run-01_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-0031_ses-04_task-alignvideo_acq-mb8_run-01_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-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_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-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_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-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_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-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_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-0031/ses-04/func/sub-0031_ses-04_task-alignvideo_acq-mb8_run-01_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>3ef47a0a9a99cc510b009aa278bee767</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>14:12:26.165000</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.999819, -0.0168471, -0.00884364, 0.0164046, 0.998716, -0.0479227]</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-01_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.114941</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7710, -7209, 571, -55, -95, 36, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>288.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7f5b192c-cd6e-4900-9882-3bfbd1c02aa0||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.682441234588623, 0.04401247575879097, -0.026027053594589233, 108.9990234375], [0.04519958421587944, 2.679482936859131, -0.12897615134716034, -99.60911560058594], [-0.023726847022771835, 0.12857310473918915, 2.6967921257019043, -57.655147552490234], [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, 1268]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268], 'AcquisitionTime': ['141226.165000', '141226.625000', '141227.085000', '141227.545000', '141228.005000', '141228.465000', '141228.925000', '141229.385000', '141229.845000', '141230.305000', '141230.765000', '141231.225000', '141231.685000', '141232.145000', '141232.605000', '141233.065000', '141233.525000', '141233.985000', '141234.445000', '141234.905000', '141235.365000', '141235.825000', '141236.285000', '141236.745000', '141237.205000', '141237.665000', '141238.125000', '141238.585000', '141239.045000', '141239.505000', '141239.965000', '141240.425000', '141240.885000', '141241.345000', '141241.805000', '141242.265000', '141242.725000', '141243.185000', '141243.645000', '141244.105000', '141244.565000', '141245.025000', '141245.485000', '141245.945000', '141246.405000', '141246.865000', '141247.325000', '141247.785000', '141248.245000', '141248.705000', '141249.165000', '141249.625000', '141250.085000', '141250.545000', '141251.005000', '141251.465000', '141251.925000', '141252.385000', '141252.845000', '141253.305000', '141253.765000', '141254.225000', '141254.685000', '141255.145000', '141255.605000', '141256.065000', '141256.525000', '141256.985000', '141257.445000', '141257.905000', '141258.365000', '141258.825000', '141259.285000', '141259.745000', '141300.205000', '141300.665000', '141301.125000', '141301.585000', '141302.045000', '141302.505000', '141302.965000', '141303.425000', '141303.885000', '141304.345000', '141304.805000', '141305.265000', '141305.725000', '141306.185000', '141306.645000', '141307.105000', '141307.565000', '141308.025000', '141308.485000', '141308.945000', '141309.405000', '141309.865000', '141310.325000', '141310.785000', '141311.245000', '141311.705000', '141312.165000', '141312.625000', '141313.085000', '141313.545000', '141314.005000', '141314.465000', '141314.925000', '141315.385000', '141315.845000', '141316.305000', '141316.765000', '141317.225000', '141317.685000', '141318.145000', '141318.605000', '141319.065000', '141319.525000', '141319.985000', '141320.445000', '141320.905000', '141321.365000', '141321.825000', '141322.285000', '141322.745000', '141323.205000', '141323.665000', '141324.125000', '141324.585000', '141325.045000', '141325.505000', '141325.965000', '141326.425000', '141326.885000', '141327.345000', '141327.805000', '141328.265000', '141328.725000', '141329.185000', '141329.645000', '141330.105000', '141330.565000', '141331.025000', '141331.485000', '141331.945000', '141332.405000', '141332.865000', '141333.325000', '141333.785000', '141334.245000', '141334.705000', '141335.165000', '141335.625000', '141336.085000', '141336.545000', '141337.005000', '141337.465000', '141337.925000', '141338.385000', '141338.845000', '141339.305000', '141339.765000', '141340.225000', '141340.685000', '141341.145000', '141341.605000', '141342.065000', '141342.525000', '141342.985000', '141343.445000', '141343.905000', '141344.365000', '141344.825000', '141345.285000', '141345.745000', '141346.205000', '141346.665000', '141347.125000', '141347.585000', '141348.045000', '141348.505000', '141348.965000', '141349.425000', '141349.885000', '141350.345000', '141350.805000', '141351.265000', '141351.725000', '141352.185000', '141352.645000', '141353.105000', '141353.565000', '141354.025000', '141354.485000', '141354.945000', '141355.405000', '141355.865000', '141356.325000', '141356.785000', '141357.245000', '141357.705000', '141358.165000', '141358.625000', '141359.085000', '141359.545000', '141400.005000', '141400.465000', '141400.925000', '141401.385000', '141401.845000', '141402.305000', '141402.765000', '141403.225000', '141403.685000', '141404.145000', '141404.605000', '141405.065000', '141405.525000', '141405.985000', '141406.445000', '141406.905000', '141407.365000', '141407.825000', '141408.285000', '141408.745000', '141409.205000', '141409.665000', '141410.125000', '141410.585000', '141411.045000', '141411.505000', '141411.965000', '141412.425000', '141412.885000', '141413.345000', '141413.805000', '141414.265000', '141414.725000', '141415.185000', '141415.645000', '141416.105000', '141416.565000', '141417.025000', '141417.485000', '141417.945000', '141418.405000', '141418.865000', '141419.325000', '141419.785000', '141420.245000', '141420.705000', '141421.165000', '141421.625000', '141422.085000', '141422.545000', '141423.005000', '141423.465000', '141423.925000', '141424.385000', '141424.845000', '141425.305000', '141425.765000', '141426.225000', '141426.685000', '141427.145000', '141427.605000', '141428.065000', '141428.525000', '141428.985000', '141429.445000', '141429.905000', '141430.365000', '141430.825000', '141431.285000', '141431.745000', '141432.205000', '141432.665000', '141433.125000', '141433.585000', '141434.045000', '141434.505000', '141434.965000', '141435.425000', '141435.885000', '141436.345000', '141436.805000', '141437.265000', '141437.725000', '141438.185000', '141438.645000', '141439.105000', '141439.565000', '141440.025000', '141440.485000', '141440.945000', '141441.405000', '141441.865000', '141442.325000', '141442.785000', '141443.245000', '141443.705000', '141444.165000', '141444.625000', '141445.085000', '141445.545000', '141446.005000', '141446.465000', '141446.925000', '141447.385000', '141447.845000', '141448.305000', '141448.765000', '141449.225000', '141449.685000', '141450.145000', '141450.605000', '141451.065000', '141451.525000', '141451.985000', '141452.445000', '141452.905000', '141453.365000', '141453.825000', '141454.285000', '141454.745000', '141455.205000', '141455.665000', '141456.125000', '141456.585000', '141457.045000', '141457.505000', '141457.965000', '141458.425000', '141458.885000', '141459.345000', '141459.805000', '141500.265000', '141500.725000', '141501.185000', '141501.645000', '141502.105000', '141502.565000', '141503.025000', '141503.485000', '141503.945000', '141504.405000', '141504.865000', '141505.325000', '141505.785000', '141506.245000', '141506.705000', '141507.165000', '141507.625000', '141508.085000', '141508.545000', '141509.005000', '141509.465000', '141509.925000', '141510.385000', '141510.845000', '141511.305000', '141511.765000', '141512.225000', '141512.685000', '141513.145000', '141513.605000', '141514.065000', '141514.525000', '141514.985000', '141515.445000', '141515.905000', '141516.365000', '141516.825000', '141517.285000', '141517.745000', '141518.205000', '141518.665000', '141519.125000', '141519.585000', '141520.045000', '141520.505000', '141520.965000', '141521.425000', '141521.885000', '141522.345000', '141522.805000', '141523.265000', '141523.725000', '141524.185000', '141524.645000', '141525.105000', '141525.565000', '141526.025000', '141526.485000', '141526.945000', '141527.405000', '141527.865000', '141528.325000', '141528.785000', '141529.245000', '141529.705000', '141530.165000', '141530.625000', '141531.085000', '141531.545000', '141532.005000', '141532.465000', '141532.925000', '141533.385000', '141533.845000', '141534.305000', '141534.765000', '141535.225000', '141535.685000', '141536.145000', '141536.605000', '141537.065000', '141537.525000', '141537.985000', '141538.445000', '141538.905000', '141539.365000', '141539.825000', '141540.285000', '141540.745000', '141541.205000', '141541.665000', '141542.125000', '141542.585000', '141543.045000', '141543.505000', '141543.965000', '141544.425000', '141544.885000', '141545.345000', '141545.805000', '141546.265000', '141546.725000', '141547.185000', '141547.645000', '141548.105000', '141548.565000', '141549.025000', '141549.485000', '141549.945000', '141550.405000', '141550.865000', '141551.325000', '141551.785000', '141552.245000', '141552.705000', '141553.165000', '141553.625000', '141554.085000', '141554.545000', '141555.005000', '141555.465000', '141555.925000', '141556.385000', '141556.845000', '141557.305000', '141557.765000', '141558.225000', '141558.685000', '141559.145000', '141559.605000', '141600.065000', '141600.525000', '141600.985000', '141601.445000', '141601.905000', '141602.365000', '141602.825000', '141603.285000', '141603.745000', '141604.205000', '141604.665000', '141605.125000', '141605.585000', '141606.045000', '141606.505000', '141606.965000', '141607.425000', '141607.885000', '141608.345000', '141608.805000', '141609.265000', '141609.725000', '141610.185000', '141610.645000', '141611.105000', '141611.565000', '141612.025000', '141612.485000', '141612.945000', '141613.405000', '141613.865000', '141614.325000', '141614.785000', '141615.245000', '141615.705000', '141616.165000', '141616.625000', '141617.085000', '141617.545000', '141618.005000', '141618.465000', '141618.925000', '141619.385000', '141619.845000', '141620.305000', '141620.765000', '141621.225000', '141621.685000', '141622.145000', '141622.605000', '141623.065000', '141623.525000', '141623.985000', '141624.445000', '141624.905000', '141625.365000', '141625.825000', '141626.285000', '141626.745000', '141627.205000', '141627.665000', '141628.125000', '141628.585000', '141629.045000', '141629.505000', '141629.965000', '141630.425000', '141630.885000', '141631.345000', '141631.805000', '141632.265000', '141632.725000', '141633.185000', '141633.645000', '141634.105000', '141634.565000', '141635.025000', '141635.485000', '141635.945000', '141636.405000', '141636.865000', '141637.325000', '141637.785000', '141638.245000', '141638.705000', '141639.165000', '141639.625000', '141640.085000', '141640.545000', '141641.005000', '141641.465000', '141641.925000', '141642.385000', '141642.845000', '141643.305000', '141643.765000', '141644.225000', '141644.685000', '141645.145000', '141645.605000', '141646.065000', '141646.525000', '141646.985000', '141647.445000', '141647.905000', '141648.365000', '141648.825000', '141649.285000', '141649.745000', '141650.205000', '141650.665000', '141651.125000', '141651.585000', '141652.045000', '141652.505000', '141652.965000', '141653.425000', '141653.885000', '141654.345000', '141654.805000', '141655.265000', '141655.725000', '141656.185000', '141656.645000', '141657.105000', '141657.565000', '141658.025000', '141658.485000', '141658.945000', '141659.405000', '141659.865000', '141700.325000', '141700.785000', '141701.245000', '141701.705000', '141702.165000', '141702.625000', '141703.085000', '141703.545000', '141704.005000', '141704.465000', '141704.925000', '141705.385000', '141705.845000', '141706.305000', '141706.765000', '141707.225000', '141707.685000', '141708.145000', '141708.605000', '141709.065000', '141709.525000', '141709.985000', '141710.445000', '141710.905000', '141711.365000', '141711.825000', '141712.285000', '141712.745000', '141713.205000', '141713.665000', '141714.125000', '141714.585000', '141715.045000', '141715.505000', '141715.965000', '141716.425000', '141716.885000', '141717.345000', '141717.805000', '141718.265000', '141718.725000', '141719.185000', '141719.645000', '141720.105000', '141720.565000', '141721.025000', '141721.485000', '141721.945000', '141722.405000', '141722.865000', '141723.325000', '141723.785000', '141724.245000', '141724.705000', '141725.165000', '141725.625000', '141726.085000', '141726.545000', '141727.005000', '141727.465000', '141727.925000', '141728.385000', '141728.845000', '141729.305000', '141729.765000', '141730.225000', '141730.685000', '141731.145000', '141731.605000', '141732.065000', '141732.525000', '141732.985000', '141733.445000', '141733.905000', '141734.365000', '141734.825000', '141735.285000', '141735.745000', '141736.205000', '141736.665000', '141737.125000', '141737.585000', '141738.045000', '141738.505000', '141738.965000', '141739.425000', '141739.885000', '141740.345000', '141740.805000', '141741.265000', '141741.725000', '141742.185000', '141742.645000', '141743.105000', '141743.565000', '141744.025000', '141744.485000', '141744.945000', '141745.405000', '141745.865000', '141746.325000', '141746.785000', '141747.245000', '141747.705000', '141748.165000', '141748.625000', '141749.085000', '141749.545000', '141750.005000', '141750.465000', '141750.925000', '141751.385000', '141751.845000', '141752.305000', '141752.765000', '141753.225000', '141753.685000', '141754.145000', '141754.605000', '141755.065000', '141755.525000', '141755.985000', '141756.445000', '141756.905000', '141757.365000', '141757.825000', '141758.285000', '141758.745000', '141759.205000', '141759.665000', '141800.125000', '141800.585000', '141801.045000', '141801.505000', '141801.965000', '141802.425000', '141802.885000', '141803.345000', '141803.805000', '141804.265000', '141804.725000', '141805.185000', '141805.645000', '141806.105000', '141806.565000', '141807.025000', '141807.485000', '141807.945000', '141808.405000', '141808.865000', '141809.325000', '141809.785000', '141810.245000', '141810.705000', '141811.165000', '141811.625000', '141812.085000', '141812.545000', '141813.005000', '141813.465000', '141813.925000', '141814.385000', '141814.845000', '141815.305000', '141815.765000', '141816.225000', '141816.685000', '141817.145000', '141817.605000', '141818.065000', '141818.525000', '141818.985000', '141819.445000', '141819.905000', '141820.365000', '141820.825000', '141821.285000', '141821.745000', '141822.205000', '141822.665000', '141823.125000', '141823.585000', '141824.045000', '141824.505000', '141824.965000', '141825.425000', '141825.885000', '141826.345000', '141826.805000', '141827.265000', '141827.725000', '141828.185000', '141828.645000', '141829.105000', '141829.565000', '141830.025000', '141830.485000', '141830.945000', '141831.405000', '141831.865000', '141832.325000', '141832.785000', '141833.245000', '141833.705000', '141834.165000', '141834.625000', '141835.085000', '141835.545000', '141836.005000', '141836.465000', '141836.925000', '141837.385000', '141837.845000', '141838.305000', '141838.765000', '141839.225000', '141839.685000', '141840.145000', '141840.605000', '141841.065000', '141841.525000', '141841.985000', '141842.445000', '141842.905000', '141843.365000', '141843.825000', '141844.285000', '141844.745000', '141845.205000', '141845.665000', '141846.125000', '141846.585000', '141847.045000', '141847.505000', '141847.965000', '141848.425000', '141848.885000', '141849.345000', '141849.805000', '141850.265000', '141850.725000', '141851.185000', '141851.645000', '141852.105000', '141852.565000', '141853.025000', '141853.485000', '141853.945000', '141854.405000', '141854.865000', '141855.325000', '141855.785000', '141856.245000', '141856.705000', '141857.165000', '141857.625000', '141858.085000', '141858.545000', '141859.005000', '141859.465000', '141859.925000', '141900.385000', '141900.845000', '141901.305000', '141901.765000', '141902.225000', '141902.685000', '141903.145000', '141903.605000', '141904.065000', '141904.525000', '141904.985000', '141905.445000', '141905.905000', '141906.365000', '141906.825000', '141907.285000', '141907.745000', '141908.205000', '141908.665000', '141909.125000', '141909.585000', '141910.045000', '141910.505000', '141910.965000', '141911.425000', '141911.885000', '141912.345000', '141912.805000', '141913.265000', '141913.725000', '141914.185000', '141914.645000', '141915.105000', '141915.565000', '141916.025000', '141916.485000', '141916.945000', '141917.405000', '141917.865000', '141918.325000', '141918.785000', '141919.245000', '141919.705000', '141920.165000', '141920.625000', '141921.085000', '141921.545000', '141922.005000', '141922.465000', '141922.925000', '141923.385000', '141923.845000', '141924.305000', '141924.765000', '141925.225000', '141925.685000', '141926.145000', '141926.605000', '141927.065000', '141927.525000', '141927.985000', '141928.445000', '141928.905000', '141929.365000', '141929.825000', '141930.285000', '141930.745000', '141931.205000', '141931.665000', '141932.125000', '141932.585000', '141933.045000', '141933.505000', '141933.965000', '141934.425000', '141934.885000', '141935.345000', '141935.805000', '141936.265000', '141936.725000', '141937.185000', '141937.645000', '141938.105000', '141938.565000', '141939.025000', '141939.485000', '141939.945000', '141940.405000', '141940.865000', '141941.325000', '141941.785000', '141942.245000', '141942.705000', '141943.165000', '141943.625000', '141944.085000', '141944.545000', '141945.005000', '141945.465000', '141945.925000', '141946.385000', '141946.845000', '141947.305000', '141947.765000', '141948.225000', '141948.685000', '141949.145000', '141949.605000', '141950.065000', '141950.525000', '141950.985000', '141951.445000', '141951.905000', '141952.365000', '141952.825000', '141953.285000', '141953.745000', '141954.205000', '141954.665000', '141955.125000', '141955.585000', '141956.045000', '141956.505000', '141956.965000', '141957.425000', '141957.885000', '141958.345000', '141958.805000', '141959.265000', '141959.725000', '142000.185000', '142000.645000', '142001.105000', '142001.565000', '142002.025000', '142002.485000', '142002.945000', '142003.405000', '142003.865000', '142004.325000', '142004.785000', '142005.245000', '142005.705000', '142006.165000', '142006.625000', '142007.085000', '142007.545000', '142008.005000', '142008.465000', '142008.925000', '142009.385000', '142009.845000', '142010.305000', '142010.765000', '142011.225000', '142011.685000', '142012.145000', '142012.605000', '142013.065000', '142013.525000', '142013.985000', '142014.445000', '142014.905000', '142015.365000', '142015.825000', '142016.285000', '142016.745000', '142017.205000', '142017.665000', '142018.125000', '142018.585000', '142019.045000', '142019.505000', '142019.965000', '142020.425000', '142020.885000', '142021.345000', '142021.805000', '142022.265000', '142022.725000', '142023.185000', '142023.645000', '142024.105000', '142024.565000', '142025.025000', '142025.485000', '142025.945000', '142026.405000', '142026.865000', '142027.325000', '142027.785000', '142028.245000', '142028.705000', '142029.165000', '142029.625000', '142030.085000', '142030.545000', '142031.005000', '142031.465000', '142031.925000', '142032.385000', '142032.845000', '142033.305000', '142033.765000', '142034.225000', '142034.685000', '142035.145000', '142035.605000', '142036.065000', '142036.525000', '142036.985000', '142037.445000', '142037.905000', '142038.365000', '142038.825000', '142039.285000', '142039.745000', '142040.205000', '142040.665000', '142041.125000', '142041.585000', '142042.045000', '142042.505000', '142042.965000', '142043.425000', '142043.885000', '142044.345000', '142044.805000', '142045.265000', '142045.725000', '142046.185000', '142046.645000', '142047.105000', '142047.565000', '142048.025000', '142048.485000', '142048.945000', '142049.405000', '142049.865000', '142050.325000', '142050.785000', '142051.245000', '142051.705000', '142052.165000', '142052.625000', '142053.085000', '142053.545000', '142054.005000', '142054.465000', '142054.925000', '142055.385000', '142055.845000', '142056.305000', '142056.765000', '142057.225000', '142057.685000', '142058.145000', '142058.605000', '142059.065000', '142059.525000', '142059.985000', '142100.445000', '142100.905000', '142101.365000', '142101.825000', '142102.285000', '142102.745000', '142103.205000', '142103.665000', '142104.125000', '142104.585000', '142105.045000', '142105.505000', '142105.965000', '142106.425000', '142106.885000', '142107.345000', '142107.805000', '142108.265000', '142108.725000', '142109.185000', '142109.645000', '142110.105000', '142110.565000', '142111.025000', '142111.485000', '142111.945000', '142112.405000', '142112.865000', '142113.325000', '142113.785000', '142114.245000', '142114.705000', '142115.165000', '142115.625000', '142116.085000', '142116.545000', '142117.005000', '142117.465000', '142117.925000', '142118.385000', '142118.845000', '142119.305000', '142119.765000', '142120.225000', '142120.685000', '142121.145000', '142121.605000', '142122.065000', '142122.525000', '142122.985000', '142123.445000', '142123.905000', '142124.365000', '142124.825000', '142125.285000', '142125.745000', '142126.205000', '142126.665000', '142127.125000', '142127.585000', '142128.045000', '142128.505000', '142128.965000', '142129.425000', '142129.885000', '142130.345000', '142130.805000', '142131.265000', '142131.725000', '142132.185000', '142132.645000', '142133.105000', '142133.565000', '142134.025000', '142134.485000', '142134.945000', '142135.405000', '142135.865000', '142136.325000', '142136.785000', '142137.245000', '142137.705000', '142138.165000', '142138.625000', '142139.085000', '142139.545000', '142140.005000', '142140.465000', '142140.925000', '142141.385000', '142141.845000', '142142.305000', '142142.765000', '142143.225000', '142143.685000', '142144.145000', '142144.605000', '142145.065000', '142145.525000', '142145.985000', '142146.445000', '142146.905000', '142147.365000', '142147.825000', '142148.285000', '142148.745000', '142149.205000', '142149.665000', '142150.125000', '142150.585000', '142151.045000', '142151.505000', '142151.965000', '142152.425000', '142152.885000', '142153.345000', '142153.805000', '142154.265000', '142154.725000', '142155.185000', '142155.645000', '142156.105000', '142156.565000', '142157.025000', '142157.485000', '142157.945000', '142158.405000', '142158.865000', '142159.325000', '142159.785000', '142200.245000', '142200.705000', '142201.165000', '142201.625000', '142202.085000', '142202.545000', '142203.005000', '142203.465000', '142203.925000', '142204.385000', '142204.845000', '142205.305000', '142205.765000', '142206.225000', '142206.685000', '142207.145000', '142207.605000', '142208.065000', '142208.525000', '142208.985000'], 'ContentTime': ['141249.245000', '141249.248000', '141249.251000', '141249.253000', '141249.256000', '141249.258000', '141249.264000', '141249.267000', '141249.269000', '141249.272000', '141249.274000', '141249.277000', '141249.279000', '141249.282000', '141249.284000', '141249.287000', '141249.289000', '141249.292000', '141249.295000', '141249.297000', '141249.300000', '141249.302000', '141249.305000', '141249.308000', '141249.310000', '141249.313000', '141249.315000', '141249.318000', '141249.321000', '141249.323000', '141249.326000', '141249.328000', '141249.331000', '141249.333000', '141249.336000', '141249.338000', '141249.341000', '141249.344000', '141249.346000', '141249.349000', '141249.351000', '141249.354000', '141249.356000', '141249.359000', '141249.361000', '141249.364000', '141249.367000', '141309.208000', '141309.211000', '141309.214000', '141309.216000', '141309.219000', '141309.221000', '141309.224000', '141309.226000', '141309.243000', '141309.246000', '141309.248000', '141309.251000', '141309.254000', '141309.256000', '141309.259000', '141309.261000', '141309.264000', '141309.267000', '141309.269000', '141309.272000', '141309.274000', '141309.277000', '141309.279000', '141309.282000', '141309.284000', '141309.287000', '141309.290000', '141309.292000', '141309.295000', '141309.297000', '141309.300000', '141309.303000', '141309.305000', '141309.308000', '141309.310000', '141309.313000', '141309.315000', '141309.318000', '141309.321000', '141309.323000', '141309.330000', '141309.333000', '141309.336000', '141329.208000', '141329.211000', '141329.214000', '141329.216000', '141329.219000', '141329.221000', '141329.224000', '141329.227000', '141329.229000', '141329.232000', '141329.235000', '141329.237000', '141329.240000', '141329.242000', '141329.245000', '141329.247000', '141329.250000', '141329.253000', '141329.255000', '141329.258000', '141329.260000', '141329.263000', '141329.266000', '141329.268000', '141329.271000', '141329.273000', '141329.276000', '141329.278000', '141329.281000', '141329.284000', '141329.286000', '141329.289000', '141329.291000', '141329.294000', '141329.296000', '141329.299000', '141329.302000', '141329.304000', '141329.307000', '141329.309000', '141329.312000', '141329.315000', '141329.317000', '141329.320000', '141349.208000', '141349.211000', '141349.214000', '141349.216000', '141349.219000', '141349.222000', '141349.224000', '141349.227000', '141349.229000', '141349.232000', '141349.234000', '141349.237000', '141349.240000', '141349.243000', '141349.245000', '141349.248000', '141349.251000', '141349.253000', '141349.256000', '141349.258000', '141349.261000', '141349.264000', '141349.266000', '141349.269000', '141349.271000', '141349.274000', '141349.276000', '141349.279000', '141349.281000', '141349.284000', '141349.294000', '141349.296000', '141349.299000', '141349.301000', '141349.304000', '141349.307000', '141349.309000', '141349.312000', '141349.314000', '141349.317000', '141349.320000', '141349.322000', '141349.325000', '141409.208000', '141409.211000', '141409.214000', '141409.216000', '141409.219000', '141409.221000', '141409.224000', '141409.227000', '141409.229000', '141409.232000', '141409.234000', '141409.237000', '141409.240000', '141409.242000', '141409.245000', '141409.247000', '141409.250000', '141409.253000', '141409.255000', '141409.258000', '141409.261000', '141409.263000', '141409.266000', '141409.274000', '141409.277000', '141409.280000', '141409.282000', '141409.285000', '141409.287000', '141409.290000', '141409.293000', '141409.295000', '141409.298000', '141409.300000', '141409.303000', '141409.306000', '141409.308000', '141409.311000', '141409.313000', '141409.316000', '141409.319000', '141409.321000', '141409.324000', '141409.326000', '141429.208000', '141429.211000', '141429.214000', '141429.217000', '141429.219000', '141429.222000', '141429.224000', '141429.227000', '141429.229000', '141429.232000', '141429.235000', '141429.237000', '141429.240000', '141429.242000', '141429.248000', '141429.251000', '141429.254000', '141429.256000', '141429.259000', '141429.261000', '141429.264000', '141429.267000', '141429.269000', '141429.272000', '141429.274000', '141429.277000', '141429.279000', '141429.282000', '141429.285000', '141429.287000', '141429.290000', '141429.292000', '141429.295000', '141429.298000', '141429.300000', '141429.303000', '141429.306000', '141429.308000', '141429.311000', '141429.314000', '141429.316000', '141429.319000', '141429.321000', '141449.208000', '141449.211000', '141449.214000', '141449.216000', '141449.229000', '141449.232000', '141449.234000', '141449.237000', '141449.240000', '141449.242000', '141449.245000', '141449.247000', '141449.250000', '141449.253000', '141449.255000', '141449.258000', '141449.260000', '141449.263000', '141449.265000', '141449.268000', '141449.271000', '141449.273000', '141449.276000', '141449.278000', '141449.281000', '141449.283000', '141449.286000', '141449.288000', '141449.291000', '141449.294000', '141449.296000', '141449.299000', '141449.301000', '141449.304000', '141449.306000', '141449.309000', '141449.311000', '141449.314000', '141449.317000', '141449.319000', '141449.322000', '141449.324000', '141449.327000', '141449.329000', '141509.208000', '141509.211000', '141509.214000', '141509.216000', '141509.219000', '141509.222000', '141509.224000', '141509.227000', '141509.229000', '141509.232000', '141509.234000', '141509.237000', '141509.240000', '141509.242000', '141509.245000', '141509.248000', '141509.251000', '141509.253000', '141509.256000', '141509.268000', '141509.270000', '141509.273000', '141509.275000', '141509.278000', '141509.281000', '141509.283000', '141509.286000', '141509.289000', '141509.291000', '141509.294000', '141509.296000', '141509.299000', '141509.302000', '141509.304000', '141509.307000', '141509.309000', '141509.312000', '141509.314000', '141509.317000', '141509.320000', '141509.322000', '141509.326000', '141509.329000', '141529.208000', '141529.211000', '141529.214000', '141529.216000', '141529.219000', '141529.222000', '141529.224000', '141529.227000', '141529.229000', '141529.232000', '141529.235000', '141529.237000', '141529.240000', '141529.242000', '141529.245000', '141529.247000', '141529.250000', '141529.253000', '141529.255000', '141529.258000', '141529.261000', '141529.263000', '141529.266000', '141529.269000', '141529.271000', '141529.274000', '141529.276000', '141529.279000', '141529.281000', '141529.284000', '141529.287000', '141529.289000', '141529.292000', '141529.294000', '141529.297000', '141529.300000', '141529.302000', '141529.305000', '141529.307000', '141529.310000', '141529.313000', '141529.315000', '141529.318000', '141529.320000', '141549.208000', '141549.211000', '141549.214000', '141549.216000', '141549.219000', '141549.222000', '141549.224000', '141549.227000', '141549.229000', '141549.232000', '141549.235000', '141549.237000', '141549.240000', '141549.242000', '141549.245000', '141549.251000', '141549.254000', '141549.256000', '141549.259000', '141549.262000', '141549.264000', '141549.267000', '141549.269000', '141549.272000', '141549.274000', '141549.277000', '141549.280000', '141549.282000', '141549.285000', '141549.287000', '141549.290000', '141549.292000', '141549.295000', '141549.298000', '141549.300000', '141549.303000', '141549.305000', '141549.308000', '141549.311000', '141549.313000', '141549.316000', '141549.318000', '141549.321000', '141609.208000', '141609.211000', '141609.214000', '141609.216000', '141609.219000', '141609.222000', '141609.224000', '141609.227000', '141609.230000', '141609.232000', '141609.235000', '141609.238000', '141609.240000', '141609.243000', '141609.245000', '141609.248000', '141609.251000', '141609.253000', '141609.256000', '141609.258000', '141609.261000', '141609.264000', '141609.266000', '141609.269000', '141609.271000', '141609.274000', '141609.277000', '141609.279000', '141609.282000', '141609.284000', '141609.287000', '141609.290000', '141609.292000', '141609.295000', '141609.297000', '141609.300000', '141609.302000', '141609.305000', '141609.308000', '141609.310000', '141609.313000', '141609.315000', '141609.318000', '141609.335000', '141629.208000', '141629.211000', '141629.214000', '141629.216000', '141629.219000', '141629.222000', '141629.224000', '141629.227000', '141629.229000', '141629.232000', '141629.235000', '141629.237000', '141629.240000', '141629.242000', '141629.245000', '141629.248000', '141629.250000', '141629.253000', '141629.256000', '141629.258000', '141629.261000', '141629.263000', '141629.266000', '141629.268000', '141629.271000', '141629.274000', '141629.276000', '141629.279000', '141629.282000', '141629.284000', '141629.287000', '141629.289000', '141629.292000', '141629.294000', '141629.297000', '141629.300000', '141629.306000', '141629.309000', '141629.311000', '141629.314000', '141629.317000', '141629.319000', '141629.322000', '141649.208000', '141649.211000', '141649.214000', '141649.216000', '141649.219000', '141649.221000', '141649.224000', '141649.227000', '141649.229000', '141649.232000', '141649.234000', '141649.237000', '141649.239000', '141649.242000', '141649.244000', '141649.247000', '141649.250000', '141649.252000', '141649.255000', '141649.257000', '141649.260000', '141649.262000', '141649.265000', '141649.268000', '141649.270000', '141649.273000', '141649.275000', '141649.278000', '141649.281000', '141649.283000', '141649.286000', '141649.288000', '141649.291000', '141649.293000', '141649.296000', '141649.299000', '141649.301000', '141649.304000', '141649.307000', '141649.309000', '141649.312000', '141649.314000', '141649.317000', '141649.319000', '141709.208000', '141709.211000', '141709.214000', '141709.216000', '141709.219000', '141709.222000', '141709.224000', '141709.227000', '141709.229000', '141709.232000', '141709.235000', '141709.237000', '141709.240000', '141709.243000', '141709.245000', '141709.248000', '141709.250000', '141709.253000', '141709.256000', '141709.258000', '141709.261000', '141709.263000', '141709.266000', '141709.269000', '141709.271000', '141709.274000', '141709.276000', '141709.279000', '141709.281000', '141709.284000', '141709.287000', '141709.289000', '141709.292000', '141709.295000', '141709.297000', '141709.300000', '141709.302000', '141709.305000', '141709.307000', '141709.310000', '141709.313000', '141709.315000', '141709.318000', '141729.208000', '141729.211000', '141729.214000', '141729.217000', '141729.219000', '141729.222000', '141729.225000', '141729.228000', '141729.230000', '141729.233000', '141729.236000', '141729.238000', '141729.241000', '141729.243000', '141729.246000', '141729.248000', '141729.251000', '141729.254000', '141729.256000', '141729.259000', '141729.262000', '141729.264000', '141729.267000', '141729.269000', '141729.272000', '141729.274000', '141729.277000', '141729.280000', '141729.282000', '141729.285000', '141729.287000', '141729.290000', '141729.293000', '141729.295000', '141729.298000', '141729.301000', '141729.303000', '141729.306000', '141729.308000', '141729.311000', '141729.314000', '141729.316000', '141729.319000', '141729.321000', '141749.208000', '141749.211000', '141749.214000', '141749.217000', '141749.219000', '141749.222000', '141749.224000', '141749.227000', '141749.230000', '141749.232000', '141749.241000', '141749.244000', '141749.246000', '141749.249000', '141749.252000', '141749.254000', '141749.257000', '141749.259000', '141749.262000', '141749.265000', '141749.272000', '141749.275000', '141749.277000', '141749.280000', '141749.283000', '141749.285000', '141749.288000', '141749.290000', '141749.293000', '141749.295000', '141749.298000', '141749.301000', '141749.303000', '141749.306000', '141749.309000', '141749.311000', '141749.314000', '141749.316000', '141749.319000', '141749.322000', '141749.324000', '141749.327000', '141749.329000', '141809.208000', '141809.212000', '141809.215000', '141809.217000', '141809.220000', '141809.222000', '141809.225000', '141809.228000', '141809.230000', '141809.233000', '141809.235000', '141809.238000', '141809.241000', '141809.243000', '141809.246000', '141809.248000', '141809.251000', '141809.253000', '141809.256000', '141809.259000', '141809.261000', '141809.264000', '141809.266000', '141809.269000', '141809.272000', '141809.274000', '141809.277000', '141809.279000', '141809.282000', '141809.285000', '141809.287000', '141809.290000', '141809.292000', '141809.295000', '141809.298000', '141809.300000', '141809.303000', '141809.305000', '141809.308000', '141809.311000', '141809.313000', '141809.316000', '141809.318000', '141829.208000', '141829.211000', '141829.214000', '141829.217000', '141829.219000', '141829.222000', '141829.224000', '141829.227000', '141829.230000', '141829.232000', '141829.235000', '141829.237000', '141829.240000', '141829.242000', '141829.245000', '141829.248000', '141829.250000', '141829.253000', '141829.255000', '141829.258000', '141829.261000', '141829.263000', '141829.266000', '141829.268000', '141829.271000', '141829.274000', '141829.276000', '141829.279000', '141829.281000', '141829.284000', '141829.286000', '141829.289000', '141829.292000', '141829.294000', '141829.297000', '141829.299000', '141829.302000', '141829.304000', '141829.307000', '141829.310000', '141829.312000', '141829.315000', '141829.317000', '141829.320000', '141849.209000', '141849.212000', '141849.214000', '141849.217000', '141849.220000', '141849.222000', '141849.225000', '141849.227000', '141849.230000', '141849.233000', '141849.235000', '141849.238000', '141849.241000', '141849.243000', '141849.246000', '141849.248000', '141849.251000', '141849.253000', '141849.256000', '141849.259000', '141849.262000', '141849.264000', '141849.267000', '141849.269000', '141849.272000', '141849.275000', '141849.277000', '141849.280000', '141849.283000', '141849.285000', '141849.288000', '141849.290000', '141849.293000', '141849.296000', '141849.298000', '141849.301000', '141849.303000', '141849.306000', '141849.309000', '141849.311000', '141849.314000', '141849.316000', '141849.319000', '141849.322000', '141909.208000', '141909.211000', '141909.214000', '141909.217000', '141909.219000', '141909.222000', '141909.224000', '141909.227000', '141909.230000', '141909.232000', '141909.235000', '141909.238000', '141909.240000', '141909.243000', '141909.245000', '141909.248000', '141909.251000', '141909.253000', '141909.256000', '141909.258000', '141909.261000', '141909.274000', '141909.277000', '141909.279000', '141909.282000', '141909.284000', '141909.287000', '141909.289000', '141909.292000', '141909.295000', '141909.297000', '141909.300000', '141909.302000', '141909.305000', '141909.307000', '141909.310000', '141909.313000', '141909.315000', '141909.318000', '141909.321000', '141909.323000', '141909.326000', '141909.328000', '141929.209000', '141929.211000', '141929.214000', '141929.217000', '141929.219000', '141929.222000', '141929.224000', '141929.227000', '141929.229000', '141929.232000', '141929.234000', '141929.237000', '141929.240000', '141929.242000', '141929.245000', '141929.248000', '141929.250000', '141929.253000', '141929.255000', '141929.258000', '141929.261000', '141929.263000', '141929.266000', '141929.268000', '141929.271000', '141929.274000', '141929.276000', '141929.279000', '141929.281000', '141929.284000', '141929.286000', '141929.289000', '141929.291000', '141929.294000', '141929.297000', '141929.299000', '141929.302000', '141929.312000', '141929.314000', '141929.317000', '141929.319000', '141929.322000', '141929.324000', '141949.208000', '141949.211000', '141949.214000', '141949.217000', '141949.219000', '141949.222000', '141949.224000', '141949.227000', '141949.230000', '141949.232000', '141949.235000', '141949.237000', '141949.240000', '141949.243000', '141949.245000', '141949.248000', '141949.250000', '141949.253000', '141949.256000', '141949.258000', '141949.261000', '141949.264000', '141949.266000', '141949.269000', '141949.271000', '141949.274000', '141949.276000', '141949.279000', '141949.282000', '141949.284000', '141949.287000', '141949.289000', '141949.292000', '141949.295000', '141949.297000', '141949.300000', '141949.302000', '141949.305000', '141949.308000', '141949.310000', '141949.313000', '141949.315000', '141949.318000', '141949.321000', '142009.209000', '142009.211000', '142009.214000', '142009.216000', '142009.219000', '142009.222000', '142009.224000', '142009.227000', '142009.229000', '142009.232000', '142009.235000', '142009.237000', '142009.240000', '142009.242000', '142009.247000', '142009.249000', '142009.252000', '142009.255000', '142009.257000', '142009.260000', '142009.263000', '142009.265000', '142009.268000', '142009.270000', '142009.273000', '142009.276000', '142009.278000', '142009.281000', '142009.283000', '142009.286000', '142009.288000', '142009.291000', '142009.294000', '142009.296000', '142009.299000', '142009.302000', '142009.304000', '142009.307000', '142009.310000', '142009.312000', '142009.315000', '142009.317000', '142009.320000', '142009.323000', '142029.209000', '142029.211000', '142029.214000', '142029.217000', '142029.219000', '142029.222000', '142029.225000', '142029.227000', '142029.230000', '142029.232000', '142029.235000', '142029.238000', '142029.240000', '142029.243000', '142029.245000', '142029.248000', '142029.251000', '142029.253000', '142029.256000', '142029.258000', '142029.261000', '142029.264000', '142029.266000', '142029.269000', '142029.271000', '142029.274000', '142029.277000', '142029.279000', '142029.282000', '142029.284000', '142029.287000', '142029.289000', '142029.302000', '142029.304000', '142029.307000', '142029.310000', '142029.312000', '142029.315000', '142029.317000', '142029.320000', '142029.322000', '142029.325000', '142029.328000', '142049.208000', '142049.211000', '142049.214000', '142049.217000', '142049.219000', '142049.222000', '142049.225000', '142049.227000', '142049.230000', '142049.233000', '142049.235000', '142049.238000', '142049.240000', '142049.243000', '142049.250000', '142049.252000', '142049.255000', '142049.258000', '142049.260000', '142049.263000', '142049.266000', '142049.268000', '142049.271000', '142049.274000', '142049.276000', '142049.279000', '142049.281000', '142049.284000', '142049.286000', '142049.289000', '142049.292000', '142049.294000', '142049.297000', '142049.299000', '142049.302000', '142049.305000', '142049.307000', '142049.310000', '142049.313000', '142049.315000', '142049.318000', '142049.320000', '142049.323000', '142109.208000', '142109.211000', '142109.214000', '142109.217000', '142109.219000', '142109.222000', '142109.224000', '142109.227000', '142109.230000', '142109.232000', '142109.235000', '142109.237000', '142109.240000', '142109.243000', '142109.245000', '142109.248000', '142109.250000', '142109.253000', '142109.256000', '142109.258000', '142109.261000', '142109.263000', '142109.266000', '142109.269000', '142109.271000', '142109.274000', '142109.277000', '142109.279000', '142109.282000', '142109.284000', '142109.287000', '142109.290000', '142109.292000', '142109.295000', '142109.298000', '142109.300000', '142109.303000', '142109.305000', '142109.308000', '142109.311000', '142109.313000', '142109.316000', '142109.318000', '142109.321000', '142129.208000', '142129.211000', '142129.214000', '142129.216000', '142129.219000', '142129.222000', '142129.224000', '142129.227000', '142129.229000', '142129.232000', '142129.235000', '142129.237000', '142129.240000', '142129.243000', '142129.245000', '142129.248000', '142129.251000', '142129.253000', '142129.256000', '142129.258000', '142129.261000', '142129.264000', '142129.266000', '142129.269000', '142129.272000', '142129.274000', '142129.277000', '142129.280000', '142129.282000', '142129.287000', '142129.290000', '142129.293000', '142129.296000', '142129.298000', '142129.301000', '142129.303000', '142129.306000', '142129.309000', '142129.311000', '142129.314000', '142129.317000', '142129.319000', '142129.322000', '142149.208000', '142149.211000', '142149.214000', '142149.216000', '142149.219000', '142149.222000', '142149.225000', '142149.227000', '142149.230000', '142149.233000', '142149.235000', '142149.238000', '142149.240000', '142149.243000', '142149.245000', '142149.248000', '142149.251000', '142149.253000', '142149.256000', '142149.259000', '142149.261000', '142149.264000', '142149.266000', '142149.269000', '142149.272000', '142149.274000', '142149.277000', '142149.280000', '142149.282000', '142149.298000', '142149.301000', '142149.303000', '142149.306000', '142149.308000', '142149.311000', '142149.314000', '142149.316000', '142149.319000', '142149.321000', '142149.324000', '142149.327000', '142149.329000', '142149.332000', '142149.334000', '142209.209000', '142209.211000', '142209.214000', '142209.216000', '142209.219000', '142209.222000', '142209.224000', '142209.227000', '142209.229000', '142209.232000', '142209.235000', '142209.237000', '142209.240000', '142209.242000', '142209.245000', '142209.248000', '142209.250000', '142209.253000', '142209.256000', '142209.258000', '142209.261000', '142209.263000', '142209.266000', '142209.269000', '142209.271000', '142209.274000', '142209.277000', '142209.279000', '142209.282000', '142209.285000', '142209.287000', '142209.290000', '142209.292000', '142209.295000', '142209.298000', '142209.300000', '142209.303000', '142209.306000', '142209.308000', '142209.311000', '142209.313000', '142209.316000', '142209.318000', '142210.649000', '142210.652000', '142210.655000', '142210.658000'], 'InstanceCreationTime': ['141249.245000', '141249.248000', '141249.251000', '141249.253000', '141249.256000', '141249.258000', '141249.264000', '141249.267000', '141249.269000', '141249.272000', '141249.274000', '141249.277000', '141249.279000', '141249.282000', '141249.284000', '141249.287000', '141249.289000', '141249.292000', '141249.295000', '141249.297000', '141249.300000', '141249.302000', '141249.305000', '141249.308000', '141249.310000', '141249.313000', '141249.315000', '141249.318000', '141249.321000', '141249.323000', '141249.326000', '141249.328000', '141249.331000', '141249.333000', '141249.336000', '141249.338000', '141249.341000', '141249.344000', '141249.346000', '141249.349000', '141249.351000', '141249.354000', '141249.356000', '141249.359000', '141249.361000', '141249.364000', '141249.367000', '141309.208000', '141309.211000', '141309.214000', '141309.216000', '141309.219000', '141309.221000', '141309.224000', '141309.226000', '141309.243000', '141309.246000', '141309.248000', '141309.251000', '141309.254000', '141309.256000', '141309.259000', '141309.261000', '141309.264000', '141309.267000', '141309.269000', '141309.272000', '141309.274000', '141309.277000', '141309.279000', '141309.282000', '141309.284000', '141309.287000', '141309.290000', '141309.292000', '141309.295000', '141309.297000', '141309.300000', '141309.303000', '141309.305000', '141309.308000', '141309.310000', '141309.313000', '141309.315000', '141309.318000', '141309.321000', '141309.323000', '141309.330000', '141309.333000', '141309.336000', '141329.208000', '141329.211000', '141329.214000', '141329.216000', '141329.219000', '141329.221000', '141329.224000', '141329.227000', '141329.229000', '141329.232000', '141329.235000', '141329.237000', '141329.240000', '141329.242000', '141329.245000', '141329.247000', '141329.250000', '141329.253000', '141329.255000', '141329.258000', '141329.260000', '141329.263000', '141329.266000', '141329.268000', '141329.271000', '141329.273000', '141329.276000', '141329.278000', '141329.281000', '141329.284000', '141329.286000', '141329.289000', '141329.291000', '141329.294000', '141329.296000', '141329.299000', '141329.302000', '141329.304000', '141329.307000', '141329.309000', '141329.312000', '141329.315000', '141329.317000', '141329.320000', '141349.208000', '141349.211000', '141349.214000', '141349.216000', '141349.219000', '141349.222000', '141349.224000', '141349.227000', '141349.229000', '141349.232000', '141349.234000', '141349.237000', '141349.240000', '141349.243000', '141349.245000', '141349.248000', '141349.251000', '141349.253000', '141349.256000', '141349.258000', '141349.261000', '141349.264000', '141349.266000', '141349.269000', '141349.271000', '141349.274000', '141349.276000', '141349.279000', '141349.281000', '141349.284000', '141349.294000', '141349.296000', '141349.299000', '141349.301000', '141349.304000', '141349.307000', '141349.309000', '141349.312000', '141349.314000', '141349.317000', '141349.320000', '141349.322000', '141349.325000', '141409.208000', '141409.211000', '141409.214000', '141409.216000', '141409.219000', '141409.221000', '141409.224000', '141409.227000', '141409.229000', '141409.232000', '141409.234000', '141409.237000', '141409.240000', '141409.242000', '141409.245000', '141409.247000', '141409.250000', '141409.253000', '141409.255000', '141409.258000', '141409.261000', '141409.263000', '141409.266000', '141409.274000', '141409.277000', '141409.280000', '141409.282000', '141409.285000', '141409.287000', '141409.290000', '141409.293000', '141409.295000', '141409.298000', '141409.300000', '141409.303000', '141409.306000', '141409.308000', '141409.311000', '141409.313000', '141409.316000', '141409.319000', '141409.321000', '141409.324000', '141409.326000', '141429.208000', '141429.211000', '141429.214000', '141429.217000', '141429.219000', '141429.222000', '141429.224000', '141429.227000', '141429.229000', '141429.232000', '141429.235000', '141429.237000', '141429.240000', '141429.242000', '141429.248000', '141429.251000', '141429.254000', '141429.256000', '141429.259000', '141429.261000', '141429.264000', '141429.267000', '141429.269000', '141429.272000', '141429.274000', '141429.277000', '141429.279000', '141429.282000', '141429.285000', '141429.287000', '141429.290000', '141429.292000', '141429.295000', '141429.298000', '141429.300000', '141429.303000', '141429.306000', '141429.308000', '141429.311000', '141429.314000', '141429.316000', '141429.319000', '141429.321000', '141449.208000', '141449.211000', '141449.214000', '141449.216000', '141449.229000', '141449.232000', '141449.234000', '141449.237000', '141449.240000', '141449.242000', '141449.245000', '141449.247000', '141449.250000', '141449.253000', '141449.255000', '141449.258000', '141449.260000', '141449.263000', '141449.265000', '141449.268000', '141449.271000', '141449.273000', '141449.276000', '141449.278000', '141449.281000', '141449.283000', '141449.286000', '141449.288000', '141449.291000', '141449.294000', '141449.296000', '141449.299000', '141449.301000', '141449.304000', '141449.306000', '141449.309000', '141449.311000', '141449.314000', '141449.317000', '141449.319000', '141449.322000', '141449.324000', '141449.327000', '141449.329000', '141509.208000', '141509.211000', '141509.214000', '141509.216000', '141509.219000', '141509.222000', '141509.224000', '141509.227000', '141509.229000', '141509.232000', '141509.234000', '141509.237000', '141509.240000', '141509.242000', '141509.245000', '141509.248000', '141509.251000', '141509.253000', '141509.256000', '141509.268000', '141509.270000', '141509.273000', '141509.275000', '141509.278000', '141509.281000', '141509.283000', '141509.286000', '141509.289000', '141509.291000', '141509.294000', '141509.296000', '141509.299000', '141509.302000', '141509.304000', '141509.307000', '141509.309000', '141509.312000', '141509.314000', '141509.317000', '141509.320000', '141509.322000', '141509.326000', '141509.329000', '141529.208000', '141529.211000', '141529.214000', '141529.216000', '141529.219000', '141529.222000', '141529.224000', '141529.227000', '141529.229000', '141529.232000', '141529.235000', '141529.237000', '141529.240000', '141529.242000', '141529.245000', '141529.247000', '141529.250000', '141529.253000', '141529.255000', '141529.258000', '141529.261000', '141529.263000', '141529.266000', '141529.269000', '141529.271000', '141529.274000', '141529.276000', '141529.279000', '141529.281000', '141529.284000', '141529.287000', '141529.289000', '141529.292000', '141529.294000', '141529.297000', '141529.300000', '141529.302000', '141529.305000', '141529.307000', '141529.310000', '141529.313000', '141529.315000', '141529.318000', '141529.320000', '141549.208000', '141549.211000', '141549.214000', '141549.216000', '141549.219000', '141549.222000', '141549.224000', '141549.227000', '141549.229000', '141549.232000', '141549.235000', '141549.237000', '141549.240000', '141549.242000', '141549.245000', '141549.251000', '141549.254000', '141549.256000', '141549.259000', '141549.262000', '141549.264000', '141549.267000', '141549.269000', '141549.272000', '141549.274000', '141549.277000', '141549.280000', '141549.282000', '141549.285000', '141549.287000', '141549.290000', '141549.292000', '141549.295000', '141549.298000', '141549.300000', '141549.303000', '141549.305000', '141549.308000', '141549.311000', '141549.313000', '141549.316000', '141549.318000', '141549.321000', '141609.208000', '141609.211000', '141609.214000', '141609.216000', '141609.219000', '141609.222000', '141609.224000', '141609.227000', '141609.230000', '141609.232000', '141609.235000', '141609.238000', '141609.240000', '141609.243000', '141609.245000', '141609.248000', '141609.251000', '141609.253000', '141609.256000', '141609.258000', '141609.261000', '141609.264000', '141609.266000', '141609.269000', '141609.271000', '141609.274000', '141609.277000', '141609.279000', '141609.282000', '141609.284000', '141609.287000', '141609.290000', '141609.292000', '141609.295000', '141609.297000', '141609.300000', '141609.302000', '141609.305000', '141609.308000', '141609.310000', '141609.313000', '141609.315000', '141609.318000', '141609.335000', '141629.208000', '141629.211000', '141629.214000', '141629.216000', '141629.219000', '141629.222000', '141629.224000', '141629.227000', '141629.229000', '141629.232000', '141629.235000', '141629.237000', '141629.240000', '141629.242000', '141629.245000', '141629.248000', '141629.250000', '141629.253000', '141629.256000', '141629.258000', '141629.261000', '141629.263000', '141629.266000', '141629.268000', '141629.271000', '141629.274000', '141629.276000', '141629.279000', '141629.282000', '141629.284000', '141629.287000', '141629.289000', '141629.292000', '141629.294000', '141629.297000', '141629.300000', '141629.306000', '141629.309000', '141629.311000', '141629.314000', '141629.317000', '141629.319000', '141629.322000', '141649.208000', '141649.211000', '141649.214000', '141649.216000', '141649.219000', '141649.221000', '141649.224000', '141649.227000', '141649.229000', '141649.232000', '141649.234000', '141649.237000', '141649.239000', '141649.242000', '141649.244000', '141649.247000', '141649.250000', '141649.252000', '141649.255000', '141649.257000', '141649.260000', '141649.262000', '141649.265000', '141649.268000', '141649.270000', '141649.273000', '141649.275000', '141649.278000', '141649.281000', '141649.283000', '141649.286000', '141649.288000', '141649.291000', '141649.293000', '141649.296000', '141649.299000', '141649.301000', '141649.304000', '141649.307000', '141649.309000', '141649.312000', '141649.314000', '141649.317000', '141649.319000', '141709.208000', '141709.211000', '141709.214000', '141709.216000', '141709.219000', '141709.222000', '141709.224000', '141709.227000', '141709.229000', '141709.232000', '141709.235000', '141709.237000', '141709.240000', '141709.243000', '141709.245000', '141709.248000', '141709.250000', '141709.253000', '141709.256000', '141709.258000', '141709.261000', '141709.263000', '141709.266000', '141709.269000', '141709.271000', '141709.274000', '141709.276000', '141709.279000', '141709.281000', '141709.284000', '141709.287000', '141709.289000', '141709.292000', '141709.295000', '141709.297000', '141709.300000', '141709.302000', '141709.305000', '141709.307000', '141709.310000', '141709.313000', '141709.315000', '141709.318000', '141729.208000', '141729.211000', '141729.214000', '141729.217000', '141729.219000', '141729.222000', '141729.225000', '141729.228000', '141729.230000', '141729.233000', '141729.236000', '141729.238000', '141729.241000', '141729.243000', '141729.246000', '141729.248000', '141729.251000', '141729.254000', '141729.256000', '141729.259000', '141729.262000', '141729.264000', '141729.267000', '141729.269000', '141729.272000', '141729.274000', '141729.277000', '141729.280000', '141729.282000', '141729.285000', '141729.287000', '141729.290000', '141729.293000', '141729.295000', '141729.298000', '141729.301000', '141729.303000', '141729.306000', '141729.308000', '141729.311000', '141729.314000', '141729.316000', '141729.319000', '141729.321000', '141749.208000', '141749.211000', '141749.214000', '141749.217000', '141749.219000', '141749.222000', '141749.224000', '141749.227000', '141749.230000', '141749.232000', '141749.241000', '141749.244000', '141749.246000', '141749.249000', '141749.252000', '141749.254000', '141749.257000', '141749.259000', '141749.262000', '141749.265000', '141749.272000', '141749.275000', '141749.277000', '141749.280000', '141749.283000', '141749.285000', '141749.288000', '141749.290000', '141749.293000', '141749.295000', '141749.298000', '141749.301000', '141749.303000', '141749.306000', '141749.309000', '141749.311000', '141749.314000', '141749.316000', '141749.319000', '141749.322000', '141749.324000', '141749.327000', '141749.329000', '141809.208000', '141809.212000', '141809.215000', '141809.217000', '141809.220000', '141809.222000', '141809.225000', '141809.228000', '141809.230000', '141809.233000', '141809.235000', '141809.238000', '141809.241000', '141809.243000', '141809.246000', '141809.248000', '141809.251000', '141809.253000', '141809.256000', '141809.259000', '141809.261000', '141809.264000', '141809.266000', '141809.269000', '141809.272000', '141809.274000', '141809.277000', '141809.279000', '141809.282000', '141809.285000', '141809.287000', '141809.290000', '141809.292000', '141809.295000', '141809.298000', '141809.300000', '141809.303000', '141809.305000', '141809.308000', '141809.311000', '141809.313000', '141809.316000', '141809.318000', '141829.208000', '141829.211000', '141829.214000', '141829.217000', '141829.219000', '141829.222000', '141829.224000', '141829.227000', '141829.230000', '141829.232000', '141829.235000', '141829.237000', '141829.240000', '141829.242000', '141829.245000', '141829.248000', '141829.250000', '141829.253000', '141829.255000', '141829.258000', '141829.261000', '141829.263000', '141829.266000', '141829.268000', '141829.271000', '141829.274000', '141829.276000', '141829.279000', '141829.281000', '141829.284000', '141829.286000', '141829.289000', '141829.292000', '141829.294000', '141829.297000', '141829.299000', '141829.302000', '141829.304000', '141829.307000', '141829.310000', '141829.312000', '141829.315000', '141829.317000', '141829.320000', '141849.209000', '141849.212000', '141849.214000', '141849.217000', '141849.220000', '141849.222000', '141849.225000', '141849.227000', '141849.230000', '141849.233000', '141849.235000', '141849.238000', '141849.241000', '141849.243000', '141849.246000', '141849.248000', '141849.251000', '141849.253000', '141849.256000', '141849.259000', '141849.262000', '141849.264000', '141849.267000', '141849.269000', '141849.272000', '141849.275000', '141849.277000', '141849.280000', '141849.283000', '141849.285000', '141849.288000', '141849.290000', '141849.293000', '141849.296000', '141849.298000', '141849.301000', '141849.303000', '141849.306000', '141849.309000', '141849.311000', '141849.314000', '141849.316000', '141849.319000', '141849.322000', '141909.208000', '141909.211000', '141909.214000', '141909.217000', '141909.219000', '141909.222000', '141909.224000', '141909.227000', '141909.230000', '141909.232000', '141909.235000', '141909.238000', '141909.240000', '141909.243000', '141909.245000', '141909.248000', '141909.251000', '141909.253000', '141909.256000', '141909.258000', '141909.261000', '141909.274000', '141909.277000', '141909.279000', '141909.282000', '141909.284000', '141909.287000', '141909.289000', '141909.292000', '141909.295000', '141909.297000', '141909.300000', '141909.302000', '141909.305000', '141909.307000', '141909.310000', '141909.313000', '141909.315000', '141909.318000', '141909.321000', '141909.323000', '141909.326000', '141909.328000', '141929.209000', '141929.211000', '141929.214000', '141929.217000', '141929.219000', '141929.222000', '141929.224000', '141929.227000', '141929.229000', '141929.232000', '141929.234000', '141929.237000', '141929.240000', '141929.242000', '141929.245000', '141929.248000', '141929.250000', '141929.253000', '141929.255000', '141929.258000', '141929.261000', '141929.263000', '141929.266000', '141929.268000', '141929.271000', '141929.274000', '141929.276000', '141929.279000', '141929.281000', '141929.284000', '141929.286000', '141929.289000', '141929.291000', '141929.294000', '141929.297000', '141929.299000', '141929.302000', '141929.312000', '141929.314000', '141929.317000', '141929.319000', '141929.322000', '141929.324000', '141949.208000', '141949.211000', '141949.214000', '141949.217000', '141949.219000', '141949.222000', '141949.224000', '141949.227000', '141949.230000', '141949.232000', '141949.235000', '141949.237000', '141949.240000', '141949.243000', '141949.245000', '141949.248000', '141949.250000', '141949.253000', '141949.256000', '141949.258000', '141949.261000', '141949.264000', '141949.266000', '141949.269000', '141949.271000', '141949.274000', '141949.276000', '141949.279000', '141949.282000', '141949.284000', '141949.287000', '141949.289000', '141949.292000', '141949.295000', '141949.297000', '141949.300000', '141949.302000', '141949.305000', '141949.308000', '141949.310000', '141949.313000', '141949.315000', '141949.318000', '141949.321000', '142009.209000', '142009.211000', '142009.214000', '142009.216000', '142009.219000', '142009.222000', '142009.224000', '142009.227000', '142009.229000', '142009.232000', '142009.235000', '142009.237000', '142009.240000', '142009.242000', '142009.247000', '142009.249000', '142009.252000', '142009.255000', '142009.257000', '142009.260000', '142009.263000', '142009.265000', '142009.268000', '142009.270000', '142009.273000', '142009.276000', '142009.278000', '142009.281000', '142009.283000', '142009.286000', '142009.288000', '142009.291000', '142009.294000', '142009.296000', '142009.299000', '142009.302000', '142009.304000', '142009.307000', '142009.310000', '142009.312000', '142009.315000', '142009.317000', '142009.320000', '142009.323000', '142029.209000', '142029.211000', '142029.214000', '142029.217000', '142029.219000', '142029.222000', '142029.225000', '142029.227000', '142029.230000', '142029.232000', '142029.235000', '142029.238000', '142029.240000', '142029.243000', '142029.245000', '142029.248000', '142029.251000', '142029.253000', '142029.256000', '142029.258000', '142029.261000', '142029.264000', '142029.266000', '142029.269000', '142029.271000', '142029.274000', '142029.277000', '142029.279000', '142029.282000', '142029.284000', '142029.287000', '142029.289000', '142029.302000', '142029.304000', '142029.307000', '142029.310000', '142029.312000', '142029.315000', '142029.317000', '142029.320000', '142029.322000', '142029.325000', '142029.328000', '142049.208000', '142049.211000', '142049.214000', '142049.217000', '142049.219000', '142049.222000', '142049.225000', '142049.227000', '142049.230000', '142049.233000', '142049.235000', '142049.238000', '142049.240000', '142049.243000', '142049.250000', '142049.252000', '142049.255000', '142049.258000', '142049.260000', '142049.263000', '142049.266000', '142049.268000', '142049.271000', '142049.274000', '142049.276000', '142049.279000', '142049.281000', '142049.284000', '142049.286000', '142049.289000', '142049.292000', '142049.294000', '142049.297000', '142049.299000', '142049.302000', '142049.305000', '142049.307000', '142049.310000', '142049.313000', '142049.315000', '142049.318000', '142049.320000', '142049.323000', '142109.208000', '142109.211000', '142109.214000', '142109.217000', '142109.219000', '142109.222000', '142109.224000', '142109.227000', '142109.230000', '142109.232000', '142109.235000', '142109.237000', '142109.240000', '142109.243000', '142109.245000', '142109.248000', '142109.250000', '142109.253000', '142109.256000', '142109.258000', '142109.261000', '142109.263000', '142109.266000', '142109.269000', '142109.271000', '142109.274000', '142109.277000', '142109.279000', '142109.282000', '142109.284000', '142109.287000', '142109.290000', '142109.292000', '142109.295000', '142109.298000', '142109.300000', '142109.303000', '142109.305000', '142109.308000', '142109.311000', '142109.313000', '142109.316000', '142109.318000', '142109.321000', '142129.208000', '142129.211000', '142129.214000', '142129.216000', '142129.219000', '142129.222000', '142129.224000', '142129.227000', '142129.229000', '142129.232000', '142129.235000', '142129.237000', '142129.240000', '142129.243000', '142129.245000', '142129.248000', '142129.251000', '142129.253000', '142129.256000', '142129.258000', '142129.261000', '142129.264000', '142129.266000', '142129.269000', '142129.272000', '142129.274000', '142129.277000', '142129.280000', '142129.282000', '142129.287000', '142129.290000', '142129.293000', '142129.296000', '142129.298000', '142129.301000', '142129.303000', '142129.306000', '142129.309000', '142129.311000', '142129.314000', '142129.317000', '142129.319000', '142129.322000', '142149.208000', '142149.211000', '142149.214000', '142149.216000', '142149.219000', '142149.222000', '142149.225000', '142149.227000', '142149.230000', '142149.233000', '142149.235000', '142149.238000', '142149.240000', '142149.243000', '142149.245000', '142149.248000', '142149.251000', '142149.253000', '142149.256000', '142149.259000', '142149.261000', '142149.264000', '142149.266000', '142149.269000', '142149.272000', '142149.274000', '142149.277000', '142149.280000', '142149.282000', '142149.298000', '142149.301000', '142149.303000', '142149.306000', '142149.308000', '142149.311000', '142149.314000', '142149.316000', '142149.319000', '142149.321000', '142149.324000', '142149.327000', '142149.329000', '142149.332000', '142149.334000', '142209.209000', '142209.211000', '142209.214000', '142209.216000', '142209.219000', '142209.222000', '142209.224000', '142209.227000', '142209.229000', '142209.232000', '142209.235000', '142209.237000', '142209.240000', '142209.242000', '142209.245000', '142209.248000', '142209.250000', '142209.253000', '142209.256000', '142209.258000', '142209.261000', '142209.263000', '142209.266000', '142209.269000', '142209.271000', '142209.274000', '142209.277000', '142209.279000', '142209.282000', '142209.285000', '142209.287000', '142209.290000', '142209.292000', '142209.295000', '142209.298000', '142209.300000', '142209.303000', '142209.306000', '142209.308000', '142209.311000', '142209.313000', '142209.316000', '142209.318000', '142210.649000', '142210.652000', '142210.655000', '142210.658000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268], 'LargestImagePixelValue': [11773, 14176, 12232, 9718, 15704, 9683, 16677, 9776, 16938, 10558, 16943, 10865, 17723, 11541, 12821, 10169, 10988, 12134, 10640, 14498, 9687, 16921, 9441, 16355, 10586, 17158, 11905, 13112, 12399, 9215, 14542, 9477, 16574, 10004, 17296, 11065, 17080, 10937, 14224, 11259, 11190, 14715, 9528, 16671, 9369, 16664, 11205, 18265, 12823, 14210, 12456, 9635, 14173, 9593, 17337, 10625, 18021, 12058, 12935, 10872, 9287, 14736, 9384, 16591, 10710, 16848, 9811, 15232, 10367, 12045, 13234, 9724, 15606, 9463, 16698, 10475, 18252, 12727, 9794, 12215, 9576, 15471, 9658, 16926, 11611, 18049, 10397, 12472, 11306, 10763, 14294, 9622, 17051, 9466, 17118, 10266, 14348, 11248, 10305, 15410, 9461, 16364, 9751, 16041, 11225, 12817, 12806, 10058, 15833, 9636, 17017, 10221, 18146, 12353, 10360, 12695, 9848, 15429, 9661, 16718, 10365, 16678, 11486, 9675, 12293, 8912, 16351, 11556, 9106, 13889, 8936, 18217, 11902, 9386, 12702, 9594, 16086, 9574, 16500, 10927, 17184, 10580, 16012, 9665, 16085, 10562, 14067, 11113, 10057, 14799, 9427, 16559, 9799, 16506, 11144, 12568, 12004, 9506, 16159, 9601, 16799, 10020, 18112, 11617, 15229, 11378, 9304, 14312, 9883, 16772, 9650, 17084, 11201, 18939, 11422, 9180, 11003, 10023, 15575, 9614, 17051, 11259, 11497, 10958, 9900, 14615, 9332, 16467, 10488, 13027, 11307, 9637, 14545, 9874, 16561, 10055, 14022, 11432, 9815, 15432, 9324, 13779, 11098, 9175, 16255, 9671, 17006, 10471, 16214, 10893, 18309, 11738, 12772, 10702, 9820, 10890, 9353, 13553, 9713, 16324, 9376, 17394, 9931, 11425, 11869, 9154, 15769, 9279, 17333, 10015, 13407, 11196, 11186, 13936, 10202, 15794, 9782, 15459, 9681, 16403, 10574, 16713, 10251, 16659, 10051, 16592, 10973, 15291, 11070, 9130, 12386, 9702, 14601, 9673, 16190, 9994, 16479, 10893, 16969, 10147, 14192, 10477, 12131, 11936, 9441, 13744, 9621, 15453, 9405, 16377, 9445, 16516, 9297, 16139, 9574, 16189, 10327, 16534, 11196, 15715, 10535, 9884, 11297, 9092, 13256, 9432, 15641, 9378, 16548, 9728, 16211, 9626, 16152, 10831, 17113, 11509, 16517, 9906, 16076, 10077, 16015, 11040, 17210, 11551, 10992, 10434, 8894, 12525, 9638, 13707, 10345, 15257, 9461, 16267, 9367, 16550, 10314, 16613, 11352, 14513, 10988, 8670, 11839, 8800, 14228, 9985, 14509, 9398, 14824, 9813, 14804, 9667, 16827, 9460, 16956, 9619, 16701, 10270, 16720, 11103, 17803, 11717, 11290, 10984, 9079, 13159, 9239, 14988, 9019, 16556, 9674, 16715, 9631, 16245, 11405, 17456, 11733, 17729, 11671, 10834, 10893, 9335, 12095, 9862, 13761, 10757, 15146, 9590, 16896, 9186, 16960, 9818, 16487, 11067, 16664, 11339, 16692, 11084, 13335, 10142, 13671, 11102, 14367, 11638, 13409, 13727, 9891, 14903, 9723, 16326, 9517, 16289, 10587, 16266, 11374, 14604, 10133, 13548, 10511, 14521, 11349, 12197, 13552, 9738, 14560, 9974, 16442, 9744, 17035, 10614, 16765, 10300, 16628, 9892, 15014, 10388, 12300, 11171, 9775, 15126, 9805, 16584, 9646, 16638, 10557, 16642, 11333, 18367, 10676, 14570, 10216, 14348, 10872, 16416, 11382, 12749, 12096, 9351, 12775, 9492, 15815, 9346, 16132, 10899, 14064, 10693, 8870, 13830, 9249, 17021, 10589, 18477, 11581, 18299, 12807, 18135, 10076, 13115, 9908, 12805, 10603, 17679, 11115, 16442, 11513, 11071, 10704, 8957, 12559, 9186, 14809, 9368, 16570, 9530, 16023, 10147, 12628, 11441, 14476, 13512, 12513, 14006, 11101, 12950, 14195, 12603, 16941, 12581, 10625, 13527, 9050, 13938, 9755, 15849, 9288, 17363, 9377, 16967, 9850, 16804, 11091, 16494, 11834, 16770, 11171, 14010, 11050, 13898, 11695, 13710, 12784, 9001, 14515, 9521, 15870, 9307, 16932, 10593, 16904, 11280, 17820, 11185, 15239, 11174, 14460, 10906, 10611, 13290, 9689, 14170, 9506, 16088, 9246, 16468, 10444, 16636, 10019, 16754, 11052, 14060, 11614, 12227, 13454, 9939, 15823, 9500, 16788, 10470, 17214, 12220, 12406, 12699, 9914, 15801, 9636, 17080, 10981, 17701, 12232, 16626, 11720, 9157, 11919, 9528, 14341, 9874, 15406, 10000, 16777, 9786, 16937, 10101, 16516, 11303, 17681, 12348, 12263, 11423, 9442, 13003, 9859, 15413, 9875, 16346, 10972, 17666, 10216, 14954, 10252, 13217, 10860, 10358, 14895, 10099, 16602, 10094, 9578, 13025, 9392, 16473, 10459, 13603, 12563, 9612, 15569, 10032, 16501, 10139, 15858, 9574, 13801, 9694, 15855, 9861, 16353, 10396, 9276, 12971, 9822, 15521, 10271, 15998, 10926, 9229, 12377, 10225, 15310, 9699, 14919, 12294, 14383, 10100, 13933, 10002, 14994, 10016, 16653, 10902, 18701, 10969, 8905, 11060, 10028, 15300, 10012, 17643, 10676, 12551, 12486, 10022, 15733, 10338, 16630, 10896, 11268, 10768, 10186, 15811, 10308, 12321, 10957, 9423, 15791, 10417, 9642, 10695, 9633, 15324, 10277, 15678, 10345, 15424, 9445, 15538, 10012, 15303, 9907, 16937, 10856, 11120, 11493, 9006, 14567, 9440, 16605, 10478, 12255, 12359, 9552, 15614, 9589, 16719, 10174, 16316, 11503, 17085, 11353, 18192, 10742, 14946, 10720, 12678, 11435, 11006, 14065, 9835, 16011, 9888, 16896, 10958, 18512, 12132, 12631, 10687, 10731, 11870, 11558, 14787, 10292, 15475, 10379, 16092, 10264, 16513, 10566, 17513, 10777, 12863, 10579, 9329, 12338, 9598, 15577, 9854, 16266, 9903, 15544, 9820, 17187, 12293, 11665, 10158, 11597, 10790, 12523, 11532, 11054, 14448, 9881, 14716, 9648, 17158, 11090, 17521, 10626, 14182, 10492, 11753, 12237, 11752, 15455, 9908, 16519, 9696, 16665, 10326, 17962, 12697, 11644, 10368, 9880, 12891, 10274, 16200, 9695, 16805, 10161, 16820, 11435, 13383, 12540, 10214, 15150, 9955, 16461, 10244, 17381, 11835, 15393, 10428, 13876, 10432, 12206, 12460, 9826, 14513, 9474, 15934, 10011, 17101, 11521, 12591, 11273, 9819, 13448, 9656, 15897, 9933, 16885, 9859, 15718, 9983, 15934, 10951, 15969, 12348, 17954, 10553, 11488, 10718, 10153, 11779, 10696, 14172, 9848, 16334, 10069, 16016, 10243, 17189, 11609, 11814, 11456, 10236, 13223, 10203, 15914, 9809, 16258, 10981, 15705, 10242, 16363, 10527, 12937, 10728, 10190, 12980, 10096, 15132, 10045, 15760, 10169, 15197, 10759, 14601, 9885, 14929, 9712, 15107, 10880, 16722, 11024, 10268, 10610, 10233, 14947, 10107, 16596, 10314, 13545, 10680, 9136, 12328, 10115, 15117, 10135, 15522, 10347, 15313, 10191, 16090, 11307, 17925, 10659, 13125, 10399, 11507, 11306, 11375, 13061, 10239, 14094, 10251, 15303, 10168, 15463, 10468, 16938, 10756, 12623, 10414, 8877, 12736, 9948, 15249, 10017, 15498, 9733, 15684, 9961, 15877, 10918, 15725, 11490, 14668, 10479, 9055, 11814, 9784, 14955, 9888, 17713, 11831, 12008, 10480, 11617, 10603, 14884, 10914, 18576, 11971, 12384, 10669, 9059, 11304, 9852, 13954, 9732, 16671, 10092, 17185, 10932, 12261, 11111, 10583, 14706, 10195, 15743, 10446, 13777, 11025, 12112, 12433, 10465, 14123, 10564, 15385, 10533, 16480, 11339, 14321, 11215, 10188, 11639, 9840, 15668, 10275, 17600, 10795, 11604, 10484, 9592, 12685, 10600, 16062, 10451, 16301, 10420, 13910, 10987, 10424, 12745, 10222, 15004, 9965, 15657, 10915, 10988, 11566, 9755, 16391, 10720, 9089, 13524, 10022, 16718, 11436, 12537, 10770, 10632, 13615, 10229, 15723, 10776, 17549, 11360, 18253, 11018, 9159, 11048, 10470, 13943, 10112, 16615, 10925, 10152, 10318, 10039, 14297, 10202, 13532, 10561, 9286, 13271, 9698, 16607, 10194, 17118, 10718, 16086, 11164, 16772, 11216, 15431, 11363, 9452, 10661, 10102, 11964, 10466, 14586, 10545, 16092, 10683, 10789, 10487, 10178, 13206, 9795, 17543, 10631, 10936, 10302, 9133, 13075, 10263, 14943, 10129, 15551, 9877, 15568, 10254, 16376, 11781, 15502, 11225, 9384, 10832, 10236, 12250, 10490, 15295, 10410, 15952, 10341, 14140, 11154, 11306, 11457, 10389, 14284, 10276, 14672, 10068, 16893, 11184, 14908, 11305, 9944, 10557, 10649, 13597, 9974, 15983, 10583, 17425, 10547, 9273, 10528, 9959, 15243, 10077, 12942, 11013, 9668, 14300, 10170, 16689, 10291, 13846, 10756, 10528, 11123, 10397, 14120, 10497, 15720, 10352, 12253, 10508, 9562, 12259, 9631, 15494, 10352, 14483, 10652, 9716, 12587, 10246, 15035, 10616, 16578, 10300, 13372, 10687, 9380, 11344, 10566, 14112, 9914, 15611, 10048, 16544, 10397, 12667, 11110, 9807, 13641, 10212, 15349, 10122, 16382, 10474, 15871, 10790, 10926, 11721, 10071, 14414, 9893, 16404, 10285, 15914, 10835, 10876, 12503, 10129, 14371, 10430, 15715, 10576, 16884, 11615, 10525, 12121, 9967, 14791, 10168, 11840, 10415, 10442, 14168, 10562, 16722, 10149, 14353, 10641, 12606, 10681, 12365, 13323, 10349, 14043, 10480, 14473, 9871, 15172, 11063, 9388, 12909, 9840, 17088, 11013, 9464, 11973, 9455, 15164, 10042, 15202, 10524, 12419, 12027, 9668, 14752, 9615, 16331, 10310, 13195, 10127, 10103, 12114, 9836, 15918, 9597, 14785, 10316, 9980, 11635, 9170, 16607, 10881, 13519, 10340, 8843, 13206, 9691, 15432, 11332, 17658, 9801, 15827, 10892, 11569, 11100, 10093, 14430, 10297, 18180, 10636, 10098, 10812, 9935, 14042, 9850, 17061, 10402, 11914, 10180, 9435, 13920, 10108, 16236, 10841, 12931, 9943, 9678], 'WindowCenter': [4711.0, 4691.0, 4667.0, 4634.0, 4683.0, 4621.0, 4681.0, 4621.0, 4678.0, 4617.0, 4666.0, 4617.0, 4668.0, 4627.0, 4636.0, 4618.0, 4615.0, 4624.0, 4615.0, 4647.0, 4607.0, 4668.0, 4618.0, 4666.0, 4618.0, 4666.0, 4627.0, 4648.0, 4636.0, 4607.0, 4646.0, 4607.0, 4665.0, 4606.0, 4679.0, 4629.0, 4668.0, 4627.0, 4646.0, 4624.0, 4625.0, 4658.0, 4606.0, 4668.0, 4607.0, 4664.0, 4626.0, 4664.0, 4636.0, 4647.0, 4636.0, 4606.0, 4645.0, 4604.0, 4665.0, 4613.0, 4667.0, 4625.0, 4637.0, 4615.0, 4595.0, 4643.0, 4593.0, 4665.0, 4615.0, 4665.0, 4615.0, 4652.0, 4604.0, 4622.0, 4635.0, 4604.0, 4654.0, 4605.0, 4663.0, 4615.0, 4665.0, 4637.0, 4604.0, 4634.0, 4606.0, 4653.0, 4603.0, 4663.0, 4627.0, 4666.0, 4617.0, 4634.0, 4624.0, 4614.0, 4642.0, 4606.0, 4665.0, 4606.0, 4664.0, 4617.0, 4643.0, 4613.0, 4604.0, 4655.0, 4605.0, 4665.0, 4606.0, 4655.0, 4626.0, 4635.0, 4635.0, 4604.0, 4653.0, 4605.0, 4665.0, 4615.0, 4662.0, 4625.0, 4604.0, 4636.0, 4604.0, 4653.0, 4603.0, 4651.0, 4614.0, 4677.0, 4626.0, 4616.0, 4635.0, 4607.0, 4664.0, 4627.0, 4607.0, 4647.0, 4606.0, 4676.0, 4638.0, 4608.0, 4647.0, 4621.0, 4669.0, 4608.0, 4665.0, 4616.0, 4666.0, 4615.0, 4655.0, 4605.0, 4653.0, 4615.0, 4633.0, 4613.0, 4604.0, 4644.0, 4607.0, 4665.0, 4615.0, 4654.0, 4624.0, 4622.0, 4623.0, 4606.0, 4655.0, 4604.0, 4665.0, 4618.0, 4664.0, 4624.0, 4642.0, 4625.0, 4596.0, 4644.0, 4605.0, 4654.0, 4594.0, 4653.0, 4613.0, 4663.0, 4614.0, 4593.0, 4613.0, 4603.0, 4642.0, 4592.0, 4650.0, 4613.0, 4614.0, 4612.0, 4605.0, 4642.0, 4594.0, 4651.0, 4613.0, 4637.0, 4614.0, 4605.0, 4643.0, 4604.0, 4663.0, 4605.0, 4644.0, 4624.0, 4603.0, 4642.0, 4596.0, 4633.0, 4613.0, 4605.0, 4664.0, 4617.0, 4665.0, 4616.0, 4654.0, 4616.0, 4664.0, 4627.0, 4623.0, 4614.0, 4605.0, 4615.0, 4593.0, 4633.0, 4591.0, 4654.0, 4593.0, 4665.0, 4604.0, 4623.0, 4623.0, 4593.0, 4655.0, 4606.0, 4668.0, 4617.0, 4645.0, 4625.0, 4626.0, 4644.0, 4615.0, 4655.0, 4605.0, 4644.0, 4591.0, 4652.0, 4602.0, 4652.0, 4602.0, 4651.0, 4602.0, 4650.0, 4612.0, 4641.0, 4613.0, 4606.0, 4622.0, 4593.0, 4641.0, 4593.0, 4651.0, 4602.0, 4664.0, 4612.0, 4655.0, 4614.0, 4643.0, 4613.0, 4624.0, 4625.0, 4603.0, 4645.0, 4605.0, 4653.0, 4594.0, 4653.0, 4604.0, 4657.0, 4605.0, 4653.0, 4603.0, 4652.0, 4604.0, 4651.0, 4624.0, 4652.0, 4615.0, 4604.0, 4624.0, 4594.0, 4633.0, 4593.0, 4654.0, 4605.0, 4664.0, 4604.0, 4653.0, 4604.0, 4652.0, 4613.0, 4653.0, 4625.0, 4652.0, 4603.0, 4653.0, 4604.0, 4650.0, 4612.0, 4662.0, 4623.0, 4611.0, 4602.0, 4593.0, 4622.0, 4602.0, 4632.0, 4602.0, 4654.0, 4603.0, 4652.0, 4604.0, 4652.0, 4605.0, 4652.0, 4624.0, 4644.0, 4615.0, 4596.0, 4637.0, 4607.0, 4645.0, 4606.0, 4645.0, 4605.0, 4644.0, 4603.0, 4644.0, 4594.0, 4664.0, 4604.0, 4664.0, 4603.0, 4652.0, 4603.0, 4651.0, 4614.0, 4663.0, 4624.0, 4614.0, 4613.0, 4594.0, 4632.0, 4592.0, 4644.0, 4593.0, 4667.0, 4606.0, 4664.0, 4607.0, 4665.0, 4626.0, 4664.0, 4626.0, 4662.0, 4624.0, 4613.0, 4614.0, 4594.0, 4622.0, 4601.0, 4632.0, 4611.0, 4641.0, 4594.0, 4652.0, 4593.0, 4661.0, 4603.0, 4653.0, 4624.0, 4652.0, 4612.0, 4653.0, 4613.0, 4632.0, 4602.0, 4632.0, 4612.0, 4631.0, 4611.0, 4620.0, 4631.0, 4591.0, 4641.0, 4603.0, 4651.0, 4603.0, 4653.0, 4603.0, 4651.0, 4613.0, 4643.0, 4613.0, 4633.0, 4613.0, 4641.0, 4613.0, 4624.0, 4633.0, 4593.0, 4643.0, 4602.0, 4651.0, 4604.0, 4652.0, 4602.0, 4653.0, 4602.0, 4651.0, 4603.0, 4641.0, 4614.0, 4621.0, 4613.0, 4603.0, 4653.0, 4605.0, 4653.0, 4605.0, 4663.0, 4615.0, 4652.0, 4614.0, 4665.0, 4615.0, 4643.0, 4613.0, 4641.0, 4613.0, 4652.0, 4613.0, 4634.0, 4622.0, 4593.0, 4631.0, 4602.0, 4651.0, 4594.0, 4653.0, 4616.0, 4645.0, 4618.0, 4606.0, 4645.0, 4607.0, 4666.0, 4617.0, 4678.0, 4637.0, 4666.0, 4634.0, 4665.0, 4603.0, 4632.0, 4604.0, 4633.0, 4615.0, 4665.0, 4613.0, 4653.0, 4613.0, 4611.0, 4604.0, 4591.0, 4622.0, 4591.0, 4640.0, 4591.0, 4653.0, 4603.0, 4653.0, 4615.0, 4636.0, 4651.0, 4658.0, 4648.0, 4625.0, 4646.0, 4625.0, 4636.0, 4644.0, 4635.0, 4653.0, 4622.0, 4603.0, 4632.0, 4593.0, 4632.0, 4592.0, 4652.0, 4592.0, 4663.0, 4594.0, 4663.0, 4605.0, 4652.0, 4614.0, 4652.0, 4625.0, 4653.0, 4615.0, 4645.0, 4614.0, 4635.0, 4623.0, 4632.0, 4624.0, 4593.0, 4643.0, 4594.0, 4652.0, 4594.0, 4652.0, 4603.0, 4653.0, 4615.0, 4663.0, 4614.0, 4642.0, 4615.0, 4642.0, 4601.0, 4614.0, 4633.0, 4605.0, 4645.0, 4603.0, 4654.0, 4593.0, 4652.0, 4616.0, 4653.0, 4605.0, 4654.0, 4625.0, 4643.0, 4624.0, 4624.0, 4634.0, 4605.0, 4655.0, 4605.0, 4655.0, 4615.0, 4663.0, 4624.0, 4635.0, 4634.0, 4604.0, 4654.0, 4606.0, 4663.0, 4617.0, 4667.0, 4624.0, 4655.0, 4625.0, 4594.0, 4623.0, 4593.0, 4644.0, 4591.0, 4643.0, 4604.0, 4653.0, 4605.0, 4654.0, 4604.0, 4652.0, 4615.0, 4663.0, 4625.0, 4624.0, 4612.0, 4592.0, 4633.0, 4603.0, 4652.0, 4602.0, 4653.0, 4613.0, 4663.0, 4604.0, 4642.0, 4603.0, 4634.0, 4613.0, 4603.0, 4656.0, 4617.0, 4664.0, 4614.0, 4607.0, 4634.0, 4606.0, 4665.0, 4616.0, 4644.0, 4636.0, 4595.0, 4655.0, 4604.0, 4653.0, 4604.0, 4641.0, 4590.0, 4618.0, 4578.0, 4643.0, 4591.0, 4638.0, 4602.0, 4594.0, 4631.0, 4602.0, 4653.0, 4602.0, 4654.0, 4615.0, 4594.0, 4623.0, 4605.0, 4653.0, 4593.0, 4643.0, 4611.0, 4631.0, 4589.0, 4629.0, 4589.0, 4628.0, 4589.0, 4639.0, 4600.0, 4660.0, 4599.0, 4579.0, 4598.0, 4591.0, 4640.0, 4590.0, 4660.0, 4600.0, 4622.0, 4622.0, 4591.0, 4641.0, 4602.0, 4650.0, 4601.0, 4611.0, 4602.0, 4605.0, 4652.0, 4603.0, 4622.0, 4613.0, 4594.0, 4640.0, 4602.0, 4592.0, 4602.0, 4603.0, 4653.0, 4603.0, 4653.0, 4602.0, 4643.0, 4594.0, 4642.0, 4602.0, 4641.0, 4603.0, 4650.0, 4613.0, 4613.0, 4624.0, 4596.0, 4654.0, 4618.0, 4676.0, 4626.0, 4636.0, 4637.0, 4609.0, 4656.0, 4607.0, 4665.0, 4615.0, 4666.0, 4623.0, 4654.0, 4616.0, 4663.0, 4615.0, 4654.0, 4612.0, 4621.0, 4611.0, 4613.0, 4644.0, 4604.0, 4651.0, 4602.0, 4651.0, 4612.0, 4676.0, 4623.0, 4623.0, 4601.0, 4600.0, 4612.0, 4610.0, 4641.0, 4601.0, 4639.0, 4601.0, 4639.0, 4599.0, 4649.0, 4601.0, 4650.0, 4611.0, 4619.0, 4601.0, 4591.0, 4621.0, 4590.0, 4664.0, 4603.0, 4652.0, 4605.0, 4651.0, 4603.0, 4662.0, 4638.0, 4626.0, 4615.0, 4622.0, 4613.0, 4634.0, 4623.0, 4624.0, 4644.0, 4603.0, 4643.0, 4602.0, 4662.0, 4623.0, 4665.0, 4614.0, 4644.0, 4615.0, 4621.0, 4622.0, 4623.0, 4654.0, 4604.0, 4651.0, 4592.0, 4650.0, 4603.0, 4662.0, 4635.0, 4611.0, 4601.0, 4602.0, 4620.0, 4600.0, 4663.0, 4602.0, 4662.0, 4604.0, 4653.0, 4622.0, 4633.0, 4633.0, 4602.0, 4654.0, 4604.0, 4651.0, 4602.0, 4662.0, 4636.0, 4652.0, 4625.0, 4642.0, 4613.0, 4621.0, 4633.0, 4603.0, 4642.0, 4604.0, 4651.0, 4603.0, 4661.0, 4624.0, 4634.0, 4625.0, 4617.0, 4645.0, 4604.0, 4654.0, 4603.0, 4666.0, 4603.0, 4652.0, 4603.0, 4651.0, 4614.0, 4650.0, 4633.0, 4660.0, 4613.0, 4612.0, 4600.0, 4599.0, 4611.0, 4601.0, 4630.0, 4601.0, 4652.0, 4603.0, 4650.0, 4603.0, 4661.0, 4624.0, 4623.0, 4624.0, 4604.0, 4631.0, 4603.0, 4652.0, 4589.0, 4655.0, 4613.0, 4651.0, 4603.0, 4652.0, 4602.0, 4620.0, 4599.0, 4601.0, 4631.0, 4602.0, 4642.0, 4601.0, 4651.0, 4603.0, 4644.0, 4613.0, 4641.0, 4604.0, 4640.0, 4592.0, 4639.0, 4614.0, 4654.0, 4612.0, 4600.0, 4601.0, 4601.0, 4641.0, 4603.0, 4652.0, 4604.0, 4632.0, 4614.0, 4591.0, 4621.0, 4602.0, 4653.0, 4603.0, 4651.0, 4616.0, 4641.0, 4602.0, 4638.0, 4613.0, 4651.0, 4602.0, 4631.0, 4601.0, 4611.0, 4608.0, 4610.0, 4630.0, 4600.0, 4630.0, 4602.0, 4638.0, 4599.0, 4639.0, 4599.0, 4652.0, 4613.0, 4621.0, 4612.0, 4590.0, 4632.0, 4601.0, 4655.0, 4604.0, 4654.0, 4604.0, 4651.0, 4603.0, 4653.0, 4612.0, 4641.0, 4611.0, 4642.0, 4603.0, 4594.0, 4624.0, 4614.0, 4653.0, 4614.0, 4664.0, 4637.0, 4637.0, 4627.0, 4625.0, 4615.0, 4643.0, 4612.0, 4662.0, 4624.0, 4620.0, 4601.0, 4581.0, 4610.0, 4602.0, 4630.0, 4591.0, 4652.0, 4603.0, 4653.0, 4611.0, 4610.0, 4599.0, 4600.0, 4641.0, 4602.0, 4641.0, 4613.0, 4629.0, 4602.0, 4611.0, 4621.0, 4600.0, 4629.0, 4600.0, 4639.0, 4599.0, 4639.0, 4612.0, 4631.0, 4599.0, 4589.0, 4598.0, 4589.0, 4639.0, 4603.0, 4650.0, 4600.0, 4610.0, 4599.0, 4588.0, 4620.0, 4601.0, 4642.0, 4603.0, 4641.0, 4614.0, 4630.0, 4601.0, 4600.0, 4621.0, 4604.0, 4641.0, 4602.0, 4640.0, 4613.0, 4627.0, 4626.0, 4605.0, 4653.0, 4615.0, 4596.0, 4634.0, 4605.0, 4652.0, 4626.0, 4625.0, 4614.0, 4615.0, 4633.0, 4604.0, 4642.0, 4602.0, 4651.0, 4611.0, 4651.0, 4601.0, 4591.0, 4613.0, 4600.0, 4629.0, 4589.0, 4638.0, 4602.0, 4602.0, 4600.0, 4603.0, 4642.0, 4614.0, 4634.0, 4615.0, 4594.0, 4635.0, 4605.0, 4667.0, 4617.0, 4666.0, 4615.0, 4655.0, 4615.0, 4653.0, 4613.0, 4646.0, 4613.0, 4590.0, 4602.0, 4603.0, 4610.0, 4600.0, 4629.0, 4604.0, 4640.0, 4603.0, 4612.0, 4603.0, 4601.0, 4631.0, 4604.0, 4664.0, 4616.0, 4615.0, 4616.0, 4607.0, 4636.0, 4605.0, 4655.0, 4606.0, 4655.0, 4604.0, 4643.0, 4603.0, 4651.0, 4624.0, 4643.0, 4612.0, 4591.0, 4601.0, 4603.0, 4620.0, 4599.0, 4641.0, 4603.0, 4640.0, 4603.0, 4629.0, 4612.0, 4612.0, 4613.0, 4603.0, 4632.0, 4604.0, 4630.0, 4604.0, 4651.0, 4612.0, 4645.0, 4613.0, 4605.0, 4603.0, 4602.0, 4619.0, 4591.0, 4640.0, 4600.0, 4652.0, 4600.0, 4591.0, 4601.0, 4603.0, 4642.0, 4601.0, 4622.0, 4614.0, 4603.0, 4642.0, 4604.0, 4653.0, 4605.0, 4632.0, 4614.0, 4602.0, 4612.0, 4602.0, 4635.0, 4614.0, 4642.0, 4602.0, 4622.0, 4613.0, 4603.0, 4621.0, 4591.0, 4644.0, 4604.0, 4642.0, 4614.0, 4593.0, 4621.0, 4602.0, 4644.0, 4601.0, 4655.0, 4604.0, 4633.0, 4614.0, 4591.0, 4613.0, 4604.0, 4643.0, 4604.0, 4653.0, 4603.0, 4653.0, 4615.0, 4635.0, 4614.0, 4605.0, 4644.0, 4604.0, 4653.0, 4615.0, 4652.0, 4615.0, 4655.0, 4613.0, 4616.0, 4623.0, 4603.0, 4643.0, 4604.0, 4654.0, 4614.0, 4654.0, 4615.0, 4626.0, 4639.0, 4615.0, 4644.0, 4616.0, 4653.0, 4616.0, 4653.0, 4614.0, 4615.0, 4625.0, 4606.0, 4642.0, 4614.0, 4625.0, 4617.0, 4614.0, 4645.0, 4615.0, 4653.0, 4604.0, 4643.0, 4614.0, 4622.0, 4612.0, 4622.0, 4634.0, 4601.0, 4630.0, 4601.0, 4631.0, 4604.0, 4641.0, 4612.0, 4592.0, 4621.0, 4603.0, 4653.0, 4614.0, 4604.0, 4623.0, 4605.0, 4642.0, 4604.0, 4654.0, 4616.0, 4622.0, 4623.0, 4592.0, 4643.0, 4592.0, 4650.0, 4604.0, 4631.0, 4604.0, 4602.0, 4622.0, 4604.0, 4653.0, 4606.0, 4645.0, 4604.0, 4604.0, 4624.0, 4592.0, 4666.0, 4628.0, 4644.0, 4617.0, 4595.0, 4633.0, 4604.0, 4644.0, 4628.0, 4664.0, 4606.0, 4643.0, 4614.0, 4612.0, 4613.0, 4601.0, 4632.0, 4604.0, 4662.0, 4603.0, 4602.0, 4601.0, 4591.0, 4631.0, 4604.0, 4664.0, 4615.0, 4623.0, 4603.0, 4592.0, 4632.0, 4602.0, 4654.0, 4615.0, 4623.0, 4603.0, 4604.0], 'WindowWidth': [10300.0, 10254.0, 10211.0, 10159.0, 10223.0, 10136.0, 10218.0, 10133.0, 10208.0, 10123.0, 10187.0, 10120.0, 10195.0, 10135.0, 10148.0, 10126.0, 10115.0, 10127.0, 10115.0, 10162.0, 10109.0, 10192.0, 10126.0, 10189.0, 10123.0, 10188.0, 10136.0, 10166.0, 10148.0, 10108.0, 10160.0, 10108.0, 10184.0, 10105.0, 10213.0, 10141.0, 10196.0, 10138.0, 10160.0, 10129.0, 10129.0, 10180.0, 10108.0, 10195.0, 10111.0, 10185.0, 10134.0, 10187.0, 10149.0, 10163.0, 10146.0, 10106.0, 10157.0, 10101.0, 10184.0, 10113.0, 10194.0, 10132.0, 10150.0, 10117.0, 10088.0, 10152.0, 10084.0, 10188.0, 10118.0, 10189.0, 10118.0, 10164.0, 10100.0, 10123.0, 10146.0, 10101.0, 10169.0, 10106.0, 10180.0, 10118.0, 10186.0, 10151.0, 10103.0, 10143.0, 10108.0, 10167.0, 10098.0, 10179.0, 10138.0, 10188.0, 10122.0, 10143.0, 10128.0, 10113.0, 10148.0, 10105.0, 10186.0, 10107.0, 10184.0, 10120.0, 10152.0, 10113.0, 10101.0, 10174.0, 10106.0, 10189.0, 10110.0, 10173.0, 10134.0, 10142.0, 10145.0, 10102.0, 10167.0, 10104.0, 10185.0, 10115.0, 10179.0, 10129.0, 10100.0, 10143.0, 10102.0, 10166.0, 10098.0, 10161.0, 10114.0, 10209.0, 10135.0, 10122.0, 10146.0, 10109.0, 10185.0, 10137.0, 10112.0, 10162.0, 10108.0, 10205.0, 10154.0, 10113.0, 10164.0, 10135.0, 10197.0, 10111.0, 10187.0, 10119.0, 10190.0, 10118.0, 10172.0, 10103.0, 10168.0, 10114.0, 10136.0, 10110.0, 10100.0, 10155.0, 10108.0, 10185.0, 10118.0, 10167.0, 10127.0, 10123.0, 10126.0, 10107.0, 10172.0, 10103.0, 10187.0, 10124.0, 10184.0, 10128.0, 10150.0, 10130.0, 10091.0, 10154.0, 10103.0, 10168.0, 10086.0, 10166.0, 10111.0, 10181.0, 10113.0, 10085.0, 10110.0, 10095.0, 10147.0, 10080.0, 10157.0, 10112.0, 10112.0, 10109.0, 10102.0, 10149.0, 10085.0, 10161.0, 10112.0, 10147.0, 10113.0, 10103.0, 10153.0, 10102.0, 10182.0, 10104.0, 10152.0, 10126.0, 10097.0, 10149.0, 10089.0, 10138.0, 10113.0, 10103.0, 10183.0, 10124.0, 10188.0, 10122.0, 10169.0, 10117.0, 10184.0, 10135.0, 10125.0, 10113.0, 10102.0, 10117.0, 10083.0, 10136.0, 10077.0, 10168.0, 10084.0, 10186.0, 10102.0, 10126.0, 10124.0, 10085.0, 10173.0, 10106.0, 10196.0, 10124.0, 10160.0, 10132.0, 10131.0, 10156.0, 10117.0, 10173.0, 10104.0, 10154.0, 10079.0, 10161.0, 10093.0, 10167.0, 10094.0, 10162.0, 10097.0, 10160.0, 10109.0, 10144.0, 10114.0, 10106.0, 10123.0, 10084.0, 10147.0, 10082.0, 10161.0, 10095.0, 10186.0, 10111.0, 10174.0, 10115.0, 10151.0, 10111.0, 10126.0, 10130.0, 10099.0, 10157.0, 10107.0, 10166.0, 10087.0, 10166.0, 10100.0, 10176.0, 10102.0, 10167.0, 10099.0, 10162.0, 10099.0, 10161.0, 10130.0, 10164.0, 10116.0, 10102.0, 10130.0, 10088.0, 10139.0, 10084.0, 10171.0, 10103.0, 10186.0, 10104.0, 10168.0, 10101.0, 10164.0, 10110.0, 10169.0, 10129.0, 10167.0, 10100.0, 10165.0, 10099.0, 10158.0, 10111.0, 10177.0, 10125.0, 10107.0, 10095.0, 10084.0, 10123.0, 10097.0, 10137.0, 10095.0, 10170.0, 10098.0, 10165.0, 10104.0, 10165.0, 10102.0, 10165.0, 10130.0, 10157.0, 10118.0, 10093.0, 10150.0, 10110.0, 10159.0, 10104.0, 10158.0, 10104.0, 10155.0, 10099.0, 10152.0, 10086.0, 10183.0, 10100.0, 10183.0, 10100.0, 10163.0, 10099.0, 10162.0, 10114.0, 10182.0, 10129.0, 10114.0, 10113.0, 10089.0, 10138.0, 10083.0, 10154.0, 10083.0, 10195.0, 10107.0, 10185.0, 10111.0, 10190.0, 10136.0, 10185.0, 10132.0, 10179.0, 10130.0, 10110.0, 10113.0, 10085.0, 10122.0, 10093.0, 10134.0, 10106.0, 10147.0, 10084.0, 10165.0, 10084.0, 10176.0, 10100.0, 10168.0, 10128.0, 10166.0, 10113.0, 10168.0, 10113.0, 10135.0, 10097.0, 10136.0, 10109.0, 10133.0, 10108.0, 10117.0, 10134.0, 10079.0, 10146.0, 10098.0, 10161.0, 10099.0, 10164.0, 10098.0, 10160.0, 10113.0, 10151.0, 10113.0, 10139.0, 10112.0, 10149.0, 10110.0, 10126.0, 10138.0, 10084.0, 10151.0, 10097.0, 10161.0, 10099.0, 10163.0, 10095.0, 10167.0, 10097.0, 10163.0, 10099.0, 10148.0, 10115.0, 10122.0, 10110.0, 10098.0, 10168.0, 10101.0, 10166.0, 10105.0, 10181.0, 10119.0, 10164.0, 10115.0, 10187.0, 10118.0, 10153.0, 10113.0, 10149.0, 10114.0, 10165.0, 10111.0, 10142.0, 10121.0, 10082.0, 10134.0, 10096.0, 10162.0, 10088.0, 10166.0, 10121.0, 10158.0, 10126.0, 10108.0, 10159.0, 10109.0, 10190.0, 10124.0, 10210.0, 10153.0, 10193.0, 10142.0, 10185.0, 10097.0, 10135.0, 10101.0, 10138.0, 10115.0, 10185.0, 10108.0, 10166.0, 10112.0, 10105.0, 10097.0, 10078.0, 10120.0, 10077.0, 10144.0, 10079.0, 10167.0, 10098.0, 10167.0, 10118.0, 10148.0, 10176.0, 10181.0, 10164.0, 10127.0, 10157.0, 10130.0, 10147.0, 10155.0, 10144.0, 10166.0, 10121.0, 10095.0, 10135.0, 10084.0, 10135.0, 10081.0, 10160.0, 10080.0, 10180.0, 10085.0, 10178.0, 10103.0, 10164.0, 10114.0, 10164.0, 10131.0, 10165.0, 10117.0, 10155.0, 10114.0, 10140.0, 10123.0, 10135.0, 10127.0, 10082.0, 10150.0, 10086.0, 10162.0, 10085.0, 10164.0, 10096.0, 10168.0, 10117.0, 10183.0, 10115.0, 10150.0, 10114.0, 10149.0, 10092.0, 10112.0, 10136.0, 10102.0, 10155.0, 10099.0, 10165.0, 10083.0, 10162.0, 10118.0, 10168.0, 10103.0, 10169.0, 10132.0, 10152.0, 10128.0, 10125.0, 10142.0, 10101.0, 10169.0, 10102.0, 10171.0, 10116.0, 10183.0, 10128.0, 10146.0, 10141.0, 10101.0, 10167.0, 10106.0, 10180.0, 10120.0, 10192.0, 10128.0, 10169.0, 10128.0, 10086.0, 10125.0, 10084.0, 10152.0, 10079.0, 10150.0, 10099.0, 10167.0, 10101.0, 10167.0, 10100.0, 10164.0, 10115.0, 10180.0, 10130.0, 10127.0, 10109.0, 10082.0, 10138.0, 10098.0, 10163.0, 10095.0, 10166.0, 10112.0, 10183.0, 10100.0, 10149.0, 10099.0, 10140.0, 10111.0, 10099.0, 10175.0, 10121.0, 10185.0, 10115.0, 10107.0, 10143.0, 10107.0, 10188.0, 10120.0, 10155.0, 10144.0, 10089.0, 10171.0, 10100.0, 10167.0, 10097.0, 10145.0, 10073.0, 10110.0, 10054.0, 10151.0, 10076.0, 10139.0, 10092.0, 10085.0, 10131.0, 10094.0, 10164.0, 10096.0, 10170.0, 10116.0, 10086.0, 10125.0, 10101.0, 10166.0, 10085.0, 10152.0, 10102.0, 10134.0, 10072.0, 10124.0, 10071.0, 10124.0, 10073.0, 10139.0, 10089.0, 10173.0, 10086.0, 10057.0, 10085.0, 10077.0, 10142.0, 10077.0, 10173.0, 10088.0, 10118.0, 10122.0, 10078.0, 10146.0, 10094.0, 10158.0, 10093.0, 10108.0, 10094.0, 10102.0, 10165.0, 10096.0, 10121.0, 10110.0, 10085.0, 10145.0, 10094.0, 10082.0, 10094.0, 10098.0, 10166.0, 10099.0, 10166.0, 10095.0, 10153.0, 10084.0, 10148.0, 10096.0, 10146.0, 10098.0, 10158.0, 10109.0, 10110.0, 10128.0, 10092.0, 10169.0, 10126.0, 10204.0, 10136.0, 10148.0, 10151.0, 10114.0, 10175.0, 10110.0, 10188.0, 10119.0, 10189.0, 10126.0, 10173.0, 10119.0, 10187.0, 10119.0, 10171.0, 10111.0, 10119.0, 10105.0, 10111.0, 10154.0, 10099.0, 10161.0, 10095.0, 10162.0, 10111.0, 10204.0, 10127.0, 10124.0, 10093.0, 10090.0, 10108.0, 10103.0, 10149.0, 10090.0, 10143.0, 10093.0, 10141.0, 10088.0, 10156.0, 10091.0, 10164.0, 10106.0, 10113.0, 10091.0, 10078.0, 10120.0, 10079.0, 10185.0, 10101.0, 10167.0, 10103.0, 10164.0, 10102.0, 10179.0, 10156.0, 10132.0, 10119.0, 10125.0, 10113.0, 10140.0, 10125.0, 10129.0, 10154.0, 10099.0, 10153.0, 10098.0, 10178.0, 10128.0, 10188.0, 10117.0, 10157.0, 10120.0, 10122.0, 10122.0, 10126.0, 10172.0, 10099.0, 10163.0, 10083.0, 10160.0, 10098.0, 10179.0, 10146.0, 10107.0, 10094.0, 10094.0, 10118.0, 10090.0, 10182.0, 10098.0, 10178.0, 10102.0, 10166.0, 10124.0, 10139.0, 10142.0, 10098.0, 10170.0, 10103.0, 10162.0, 10095.0, 10180.0, 10149.0, 10166.0, 10133.0, 10151.0, 10111.0, 10119.0, 10141.0, 10097.0, 10150.0, 10103.0, 10163.0, 10100.0, 10177.0, 10129.0, 10143.0, 10130.0, 10123.0, 10159.0, 10102.0, 10170.0, 10100.0, 10193.0, 10100.0, 10166.0, 10100.0, 10163.0, 10115.0, 10159.0, 10140.0, 10174.0, 10112.0, 10109.0, 10092.0, 10088.0, 10104.0, 10090.0, 10132.0, 10092.0, 10165.0, 10100.0, 10160.0, 10099.0, 10175.0, 10128.0, 10127.0, 10128.0, 10100.0, 10135.0, 10098.0, 10162.0, 10074.0, 10175.0, 10111.0, 10165.0, 10097.0, 10162.0, 10093.0, 10115.0, 10086.0, 10093.0, 10133.0, 10098.0, 10149.0, 10096.0, 10161.0, 10096.0, 10156.0, 10113.0, 10149.0, 10098.0, 10146.0, 10081.0, 10140.0, 10114.0, 10169.0, 10109.0, 10091.0, 10091.0, 10091.0, 10144.0, 10097.0, 10165.0, 10099.0, 10138.0, 10113.0, 10080.0, 10119.0, 10094.0, 10169.0, 10096.0, 10160.0, 10122.0, 10147.0, 10093.0, 10141.0, 10112.0, 10162.0, 10094.0, 10133.0, 10092.0, 10103.0, 10098.0, 10101.0, 10129.0, 10091.0, 10130.0, 10094.0, 10140.0, 10088.0, 10140.0, 10088.0, 10166.0, 10111.0, 10121.0, 10109.0, 10078.0, 10134.0, 10092.0, 10171.0, 10101.0, 10170.0, 10102.0, 10161.0, 10098.0, 10165.0, 10110.0, 10147.0, 10106.0, 10149.0, 10098.0, 10085.0, 10129.0, 10115.0, 10166.0, 10115.0, 10182.0, 10152.0, 10150.0, 10138.0, 10133.0, 10118.0, 10153.0, 10110.0, 10180.0, 10128.0, 10117.0, 10094.0, 10067.0, 10104.0, 10094.0, 10128.0, 10079.0, 10167.0, 10096.0, 10166.0, 10105.0, 10102.0, 10087.0, 10087.0, 10146.0, 10092.0, 10147.0, 10112.0, 10128.0, 10093.0, 10102.0, 10120.0, 10087.0, 10127.0, 10087.0, 10140.0, 10084.0, 10140.0, 10105.0, 10131.0, 10086.0, 10072.0, 10082.0, 10069.0, 10138.0, 10096.0, 10158.0, 10090.0, 10102.0, 10086.0, 10070.0, 10115.0, 10091.0, 10148.0, 10095.0, 10144.0, 10111.0, 10129.0, 10088.0, 10088.0, 10118.0, 10100.0, 10145.0, 10094.0, 10143.0, 10112.0, 10135.0, 10132.0, 10102.0, 10168.0, 10118.0, 10094.0, 10141.0, 10101.0, 10163.0, 10133.0, 10130.0, 10114.0, 10116.0, 10137.0, 10097.0, 10150.0, 10092.0, 10163.0, 10103.0, 10160.0, 10090.0, 10079.0, 10108.0, 10088.0, 10125.0, 10070.0, 10137.0, 10092.0, 10091.0, 10089.0, 10097.0, 10148.0, 10113.0, 10141.0, 10117.0, 10088.0, 10142.0, 10100.0, 10191.0, 10119.0, 10188.0, 10117.0, 10170.0, 10116.0, 10166.0, 10110.0, 10157.0, 10108.0, 10074.0, 10091.0, 10094.0, 10100.0, 10086.0, 10126.0, 10095.0, 10145.0, 10095.0, 10107.0, 10095.0, 10090.0, 10132.0, 10100.0, 10185.0, 10119.0, 10117.0, 10120.0, 10108.0, 10145.0, 10101.0, 10172.0, 10104.0, 10172.0, 10101.0, 10152.0, 10099.0, 10162.0, 10126.0, 10150.0, 10106.0, 10079.0, 10092.0, 10094.0, 10115.0, 10086.0, 10146.0, 10094.0, 10146.0, 10094.0, 10127.0, 10106.0, 10106.0, 10108.0, 10094.0, 10134.0, 10097.0, 10130.0, 10098.0, 10159.0, 10107.0, 10156.0, 10110.0, 10098.0, 10095.0, 10092.0, 10113.0, 10074.0, 10143.0, 10087.0, 10162.0, 10088.0, 10079.0, 10092.0, 10096.0, 10148.0, 10091.0, 10121.0, 10113.0, 10097.0, 10150.0, 10099.0, 10165.0, 10102.0, 10137.0, 10113.0, 10094.0, 10108.0, 10092.0, 10142.0, 10112.0, 10150.0, 10094.0, 10123.0, 10112.0, 10096.0, 10118.0, 10079.0, 10155.0, 10101.0, 10150.0, 10114.0, 10084.0, 10119.0, 10094.0, 10153.0, 10093.0, 10173.0, 10100.0, 10136.0, 10112.0, 10078.0, 10110.0, 10096.0, 10152.0, 10100.0, 10166.0, 10099.0, 10164.0, 10117.0, 10142.0, 10113.0, 10100.0, 10156.0, 10100.0, 10168.0, 10118.0, 10163.0, 10117.0, 10171.0, 10111.0, 10117.0, 10125.0, 10097.0, 10151.0, 10101.0, 10171.0, 10116.0, 10167.0, 10115.0, 10133.0, 10154.0, 10116.0, 10157.0, 10118.0, 10167.0, 10118.0, 10166.0, 10112.0, 10117.0, 10128.0, 10103.0, 10151.0, 10114.0, 10132.0, 10122.0, 10113.0, 10159.0, 10116.0, 10170.0, 10100.0, 10152.0, 10113.0, 10124.0, 10110.0, 10121.0, 10142.0, 10091.0, 10130.0, 10090.0, 10132.0, 10100.0, 10148.0, 10109.0, 10080.0, 10120.0, 10099.0, 10166.0, 10113.0, 10099.0, 10124.0, 10102.0, 10150.0, 10100.0, 10166.0, 10117.0, 10120.0, 10121.0, 10079.0, 10149.0, 10080.0, 10158.0, 10098.0, 10133.0, 10098.0, 10093.0, 10122.0, 10101.0, 10167.0, 10106.0, 10156.0, 10100.0, 10100.0, 10126.0, 10082.0, 10190.0, 10138.0, 10156.0, 10122.0, 10090.0, 10136.0, 10099.0, 10156.0, 10139.0, 10187.0, 10103.0, 10153.0, 10111.0, 10107.0, 10108.0, 10090.0, 10134.0, 10099.0, 10180.0, 10095.0, 10093.0, 10090.0, 10078.0, 10132.0, 10100.0, 10184.0, 10115.0, 10127.0, 10098.0, 10082.0, 10135.0, 10094.0, 10171.0, 10116.0, 10124.0, 10097.0, 10098.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.00018942947702060224</td></tr>
<tr><td colspan=3>aqi</td><td>0.01905239793977813</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.80955311461534</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2538653871609844</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9854477648850106</td></tr>
<tr><td colspan=3>efc</td><td>0.5202</td></tr>
<tr><td colspan=3>fber</td><td>3476.8811</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09083403417490493</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.199683042789223</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.328208206936296</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2317156740644792</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5492569392209785</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.203652007523431</td></tr>
<tr><td colspan=3>gcor</td><td>0.00423163</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012420061975717545</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03656122833490372</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1262</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>4.17733189405902</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.3996</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.6224</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.1009</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289378.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>1212.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>441.5852</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0512</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.6714</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3775.251</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3923.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1561.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.1108</td></tr>
<tr><td colspan=3>tsnr</td><td>41.78350000292994</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>