=== 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-0074 --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-0074",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
134 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-0074_ses-01_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0074_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 «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0074/ses-01/func/sub-0074_ses-01_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>7bfa6413dfcf9bccfa561872298b8d0b</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>22:26:38.267500</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.9992, -0.0212247, 0.0339007, 0.0214537, 0.999749, -0.00640466]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0991198</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4126, -7726, -7214, 574, -142, -150, -96, 59]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.938</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>129eb49e-435a-467d-837e-dd8fc3b23992||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.6807799339294434, 0.05755865201354027, 0.09114199131727219, 109.66912078857422], [0.0569443441927433, 2.6822543144226074, -0.019242452457547188, -99.73812866210938], [0.09095317870378494, 0.017183244228363037, 2.698392629623413, -48.87458419799805], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1209]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'AcquisitionTime': ['222638.267500', '222638.727500', '222639.187500', '222639.647500', '222640.107500', '222640.567500', '222641.027500', '222641.487500', '222641.947500', '222642.407500', '222642.867500', '222643.327500', '222643.787500', '222644.247500', '222644.707500', '222645.167500', '222645.627500', '222646.087500', '222646.547500', '222647.007500', '222647.467500', '222647.927500', '222648.387500', '222648.847500', '222649.307500', '222649.767500', '222650.227500', '222650.687500', '222651.147500', '222651.607500', '222652.067500', '222652.527500', '222652.987500', '222653.447500', '222653.907500', '222654.367500', '222654.827500', '222655.287500', '222655.747500', '222656.207500', '222656.667500', '222657.127500', '222657.587500', '222658.047500', '222658.507500', '222658.967500', '222659.427500', '222659.887500', '222700.347500', '222700.807500', '222701.267500', '222701.727500', '222702.187500', '222702.647500', '222703.107500', '222703.567500', '222704.027500', '222704.487500', '222704.947500', '222705.407500', '222705.867500', '222706.327500', '222706.787500', '222707.247500', '222707.707500', '222708.167500', '222708.627500', '222709.087500', '222709.547500', '222710.007500', '222710.467500', '222710.927500', '222711.387500', '222711.847500', '222712.307500', '222712.767500', '222713.227500', '222713.687500', '222714.147500', '222714.607500', '222715.067500', '222715.527500', '222715.987500', '222716.447500', '222716.907500', '222717.367500', '222717.827500', '222718.287500', '222718.747500', '222719.207500', '222719.667500', '222720.127500', '222720.587500', '222721.047500', '222721.507500', '222721.967500', '222722.427500', '222722.887500', '222723.347500', '222723.807500', '222724.267500', '222724.727500', '222725.187500', '222725.647500', '222726.107500', '222726.567500', '222727.027500', '222727.487500', '222727.947500', '222728.407500', '222728.867500', '222729.327500', '222729.787500', '222730.247500', '222730.707500', '222731.167500', '222731.627500', '222732.087500', '222732.547500', '222733.007500', '222733.467500', '222733.927500', '222734.387500', '222734.847500', '222735.307500', '222735.767500', '222736.227500', '222736.687500', '222737.147500', '222737.607500', '222738.067500', '222738.527500', '222738.987500', '222739.447500', '222739.907500', '222740.367500', '222740.827500', '222741.287500', '222741.747500', '222742.207500', '222742.667500', '222743.127500', '222743.587500', '222744.047500', '222744.507500', '222744.967500', '222745.427500', '222745.887500', '222746.347500', '222746.807500', '222747.267500', '222747.727500', '222748.187500', '222748.647500', '222749.107500', '222749.567500', '222750.027500', '222750.487500', '222750.947500', '222751.407500', '222751.867500', '222752.327500', '222752.787500', '222753.247500', '222753.707500', '222754.167500', '222754.627500', '222755.087500', '222755.547500', '222756.007500', '222756.467500', '222756.927500', '222757.387500', '222757.847500', '222758.307500', '222758.767500', '222759.227500', '222759.687500', '222800.147500', '222800.607500', '222801.067500', '222801.527500', '222801.987500', '222802.447500', '222802.907500', '222803.367500', '222803.827500', '222804.287500', '222804.747500', '222805.207500', '222805.667500', '222806.127500', '222806.587500', '222807.047500', '222807.507500', '222807.967500', '222808.427500', '222808.887500', '222809.347500', '222809.807500', '222810.267500', '222810.727500', '222811.187500', '222811.647500', '222812.107500', '222812.567500', '222813.027500', '222813.487500', '222813.947500', '222814.407500', '222814.867500', '222815.327500', '222815.787500', '222816.247500', '222816.707500', '222817.167500', '222817.627500', '222818.087500', '222818.547500', '222819.007500', '222819.467500', '222819.927500', '222820.387500', '222820.847500', '222821.307500', '222821.767500', '222822.227500', '222822.687500', '222823.147500', '222823.607500', '222824.067500', '222824.527500', '222824.987500', '222825.447500', '222825.907500', '222826.367500', '222826.827500', '222827.287500', '222827.747500', '222828.207500', '222828.667500', '222829.127500', '222829.587500', '222830.047500', '222830.507500', '222830.967500', '222831.427500', '222831.887500', '222832.347500', '222832.807500', '222833.267500', '222833.727500', '222834.187500', '222834.647500', '222835.107500', '222835.567500', '222836.027500', '222836.487500', '222836.947500', '222837.407500', '222837.867500', '222838.327500', '222838.787500', '222839.247500', '222839.707500', '222840.167500', '222840.627500', '222841.087500', '222841.547500', '222842.007500', '222842.467500', '222842.927500', '222843.387500', '222843.847500', '222844.307500', '222844.767500', '222845.227500', '222845.687500', '222846.147500', '222846.607500', '222847.067500', '222847.527500', '222847.987500', '222848.447500', '222848.907500', '222849.367500', '222849.827500', '222850.287500', '222850.747500', '222851.207500', '222851.667500', '222852.127500', '222852.587500', '222853.047500', '222853.507500', '222853.967500', '222854.427500', '222854.887500', '222855.347500', '222855.807500', '222856.267500', '222856.727500', '222857.187500', '222857.647500', '222858.107500', '222858.567500', '222859.027500', '222859.487500', '222859.947500', '222900.407500', '222900.867500', '222901.327500', '222901.787500', '222902.247500', '222902.707500', '222903.167500', '222903.627500', '222904.087500', '222904.547500', '222905.007500', '222905.467500', '222905.927500', '222906.387500', '222906.847500', '222907.307500', '222907.767500', '222908.227500', '222908.687500', '222909.147500', '222909.607500', '222910.067500', '222910.527500', '222910.987500', '222911.447500', '222911.907500', '222912.367500', '222912.827500', '222913.287500', '222913.747500', '222914.207500', '222914.667500', '222915.127500', '222915.587500', '222916.047500', '222916.507500', '222916.967500', '222917.427500', '222917.887500', '222918.347500', '222918.807500', '222919.267500', '222919.727500', '222920.187500', '222920.647500', '222921.107500', '222921.567500', '222922.027500', '222922.487500', '222922.947500', '222923.407500', '222923.867500', '222924.327500', '222924.787500', '222925.247500', '222925.707500', '222926.167500', '222926.627500', '222927.087500', '222927.547500', '222928.007500', '222928.467500', '222928.927500', '222929.387500', '222929.847500', '222930.307500', '222930.767500', '222931.227500', '222931.687500', '222932.147500', '222932.607500', '222933.067500', '222933.527500', '222933.987500', '222934.447500', '222934.907500', '222935.367500', '222935.827500', '222936.287500', '222936.747500', '222937.207500', '222937.667500', '222938.127500', '222938.587500', '222939.047500', '222939.507500', '222939.967500', '222940.427500', '222940.887500', '222941.347500', '222941.807500', '222942.267500', '222942.727500', '222943.187500', '222943.647500', '222944.107500', '222944.567500', '222945.027500', '222945.487500', '222945.947500', '222946.407500', '222946.867500', '222947.327500', '222947.787500', '222948.247500', '222948.707500', '222949.167500', '222949.627500', '222950.087500', '222950.547500', '222951.007500', '222951.467500', '222951.927500', '222952.387500', '222952.847500', '222953.307500', '222953.767500', '222954.227500', '222954.687500', '222955.147500', '222955.607500', '222956.067500', '222956.527500', '222956.987500', '222957.447500', '222957.907500', '222958.367500', '222958.827500', '222959.287500', '222959.747500', '223000.207500', '223000.667500', '223001.127500', '223001.587500', '223002.047500', '223002.507500', '223002.967500', '223003.427500', '223003.887500', '223004.347500', '223004.807500', '223005.267500', '223005.727500', '223006.187500', '223006.647500', '223007.107500', '223007.567500', '223008.027500', '223008.487500', '223008.947500', '223009.407500', '223009.867500', '223010.327500', '223010.787500', '223011.247500', '223011.707500', '223012.167500', '223012.627500', '223013.087500', '223013.547500', '223014.007500', '223014.467500', '223014.927500', '223015.387500', '223015.847500', '223016.307500', '223016.767500', '223017.227500', '223017.687500', '223018.147500', '223018.607500', '223019.067500', '223019.527500', '223019.987500', '223020.447500', '223020.907500', '223021.367500', '223021.827500', '223022.287500', '223022.747500', '223023.207500', '223023.667500', '223024.127500', '223024.587500', '223025.047500', '223025.507500', '223025.967500', '223026.427500', '223026.887500', '223027.347500', '223027.807500', '223028.267500', '223028.727500', '223029.187500', '223029.647500', '223030.107500', '223030.567500', '223031.027500', '223031.487500', '223031.947500', '223032.407500', '223032.867500', '223033.327500', '223033.787500', '223034.247500', '223034.707500', '223035.167500', '223035.627500', '223036.087500', '223036.547500', '223037.007500', '223037.467500', '223037.927500', '223038.387500', '223038.847500', '223039.307500', '223039.767500', '223040.227500', '223040.687500', '223041.147500', '223041.607500', '223042.067500', '223042.527500', '223042.987500', '223043.447500', '223043.907500', '223044.367500', '223044.827500', '223045.287500', '223045.747500', '223046.207500', '223046.667500', '223047.127500', '223047.587500', '223048.047500', '223048.507500', '223048.967500', '223049.427500', '223049.887500', '223050.347500', '223050.807500', '223051.267500', '223051.727500', '223052.187500', '223052.647500', '223053.107500', '223053.567500', '223054.027500', '223054.487500', '223054.947500', '223055.407500', '223055.867500', '223056.327500', '223056.787500', '223057.247500', '223057.707500', '223058.167500', '223058.627500', '223059.087500', '223059.547500', '223100.007500', '223100.467500', '223100.927500', '223101.387500', '223101.847500', '223102.307500', '223102.767500', '223103.227500', '223103.687500', '223104.147500', '223104.607500', '223105.067500', '223105.527500', '223105.987500', '223106.447500', '223106.907500', '223107.367500', '223107.827500', '223108.287500', '223108.747500', '223109.207500', '223109.667500', '223110.127500', '223110.587500', '223111.047500', '223111.507500', '223111.967500', '223112.427500', '223112.887500', '223113.347500', '223113.807500', '223114.267500', '223114.727500', '223115.187500', '223115.647500', '223116.107500', '223116.567500', '223117.027500', '223117.487500', '223117.947500', '223118.407500', '223118.867500', '223119.327500', '223119.787500', '223120.247500', '223120.707500', '223121.167500', '223121.627500', '223122.087500', '223122.547500', '223123.007500', '223123.467500', '223123.927500', '223124.387500', '223124.847500', '223125.307500', '223125.767500', '223126.227500', '223126.687500', '223127.147500', '223127.607500', '223128.067500', '223128.527500', '223128.987500', '223129.447500', '223129.907500', '223130.367500', '223130.827500', '223131.287500', '223131.747500', '223132.207500', '223132.667500', '223133.127500', '223133.587500', '223134.047500', '223134.507500', '223134.967500', '223135.427500', '223135.887500', '223136.347500', '223136.807500', '223137.267500', '223137.727500', '223138.187500', '223138.647500', '223139.107500', '223139.567500', '223140.027500', '223140.487500', '223140.947500', '223141.407500', '223141.867500', '223142.327500', '223142.787500', '223143.247500', '223143.707500', '223144.167500', '223144.627500', '223145.087500', '223145.547500', '223146.007500', '223146.467500', '223146.927500', '223147.387500', '223147.847500', '223148.307500', '223148.767500', '223149.227500', '223149.687500', '223150.147500', '223150.607500', '223151.067500', '223151.527500', '223151.987500', '223152.447500', '223152.907500', '223153.367500', '223153.827500', '223154.287500', '223154.747500', '223155.207500', '223155.667500', '223156.127500', '223156.587500', '223157.047500', '223157.507500', '223157.967500', '223158.427500', '223158.887500', '223159.347500', '223159.807500', '223200.267500', '223200.727500', '223201.187500', '223201.647500', '223202.107500', '223202.567500', '223203.027500', '223203.487500', '223203.947500', '223204.407500', '223204.867500', '223205.327500', '223205.787500', '223206.247500', '223206.707500', '223207.167500', '223207.627500', '223208.087500', '223208.547500', '223209.007500', '223209.467500', '223209.927500', '223210.387500', '223210.847500', '223211.307500', '223211.767500', '223212.227500', '223212.687500', '223213.147500', '223213.607500', '223214.067500', '223214.527500', '223214.987500', '223215.447500', '223215.907500', '223216.367500', '223216.827500', '223217.287500', '223217.747500', '223218.207500', '223218.667500', '223219.127500', '223219.587500', '223220.047500', '223220.507500', '223220.967500', '223221.427500', '223221.887500', '223222.347500', '223222.807500', '223223.267500', '223223.727500', '223224.187500', '223224.647500', '223225.107500', '223225.567500', '223226.027500', '223226.487500', '223226.947500', '223227.407500', '223227.867500', '223228.327500', '223228.787500', '223229.247500', '223229.707500', '223230.167500', '223230.627500', '223231.087500', '223231.547500', '223232.007500', '223232.467500', '223232.927500', '223233.387500', '223233.847500', '223234.307500', '223234.767500', '223235.227500', '223235.687500', '223236.147500', '223236.607500', '223237.067500', '223237.527500', '223237.987500', '223238.447500', '223238.907500', '223239.367500', '223239.827500', '223240.287500', '223240.747500', '223241.207500', '223241.667500', '223242.127500', '223242.587500', '223243.047500', '223243.507500', '223243.967500', '223244.427500', '223244.887500', '223245.347500', '223245.807500', '223246.267500', '223246.727500', '223247.187500', '223247.647500', '223248.107500', '223248.567500', '223249.027500', '223249.487500', '223249.947500', '223250.407500', '223250.867500', '223251.327500', '223251.787500', '223252.247500', '223252.707500', '223253.167500', '223253.627500', '223254.087500', '223254.547500', '223255.007500', '223255.467500', '223255.927500', '223256.387500', '223256.847500', '223257.307500', '223257.767500', '223258.227500', '223258.687500', '223259.147500', '223259.607500', '223300.067500', '223300.527500', '223300.987500', '223301.447500', '223301.907500', '223302.367500', '223302.827500', '223303.287500', '223303.747500', '223304.207500', '223304.667500', '223305.127500', '223305.587500', '223306.047500', '223306.507500', '223306.967500', '223307.427500', '223307.887500', '223308.347500', '223308.807500', '223309.267500', '223309.727500', '223310.187500', '223310.647500', '223311.107500', '223311.567500', '223312.027500', '223312.487500', '223312.947500', '223313.407500', '223313.867500', '223314.327500', '223314.787500', '223315.247500', '223315.707500', '223316.167500', '223316.627500', '223317.087500', '223317.547500', '223318.007500', '223318.467500', '223318.927500', '223319.387500', '223319.847500', '223320.307500', '223320.767500', '223321.227500', '223321.687500', '223322.147500', '223322.607500', '223323.067500', '223323.527500', '223323.987500', '223324.447500', '223324.907500', '223325.367500', '223325.827500', '223326.287500', '223326.747500', '223327.207500', '223327.667500', '223328.127500', '223328.587500', '223329.047500', '223329.507500', '223329.967500', '223330.427500', '223330.887500', '223331.347500', '223331.807500', '223332.267500', '223332.727500', '223333.187500', '223333.647500', '223334.107500', '223334.567500', '223335.027500', '223335.487500', '223335.947500', '223336.407500', '223336.867500', '223337.327500', '223337.787500', '223338.247500', '223338.707500', '223339.167500', '223339.627500', '223340.087500', '223340.547500', '223341.007500', '223341.467500', '223341.927500', '223342.387500', '223342.847500', '223343.307500', '223343.767500', '223344.227500', '223344.687500', '223345.147500', '223345.607500', '223346.067500', '223346.527500', '223346.987500', '223347.447500', '223347.907500', '223348.367500', '223348.827500', '223349.287500', '223349.747500', '223350.207500', '223350.667500', '223351.127500', '223351.587500', '223352.047500', '223352.507500', '223352.967500', '223353.427500', '223353.887500', '223354.347500', '223354.807500', '223355.267500', '223355.727500', '223356.187500', '223356.647500', '223357.107500', '223357.567500', '223358.027500', '223358.487500', '223358.947500', '223359.407500', '223359.867500', '223400.327500', '223400.787500', '223401.247500', '223401.707500', '223402.167500', '223402.627500', '223403.087500', '223403.547500', '223404.007500', '223404.467500', '223404.927500', '223405.387500', '223405.847500', '223406.307500', '223406.767500', '223407.227500', '223407.687500', '223408.147500', '223408.607500', '223409.067500', '223409.527500', '223409.987500', '223410.447500', '223410.907500', '223411.367500', '223411.827500', '223412.287500', '223412.747500', '223413.207500', '223413.667500', '223414.127500', '223414.587500', '223415.047500', '223415.507500', '223415.967500', '223416.427500', '223416.887500', '223417.347500', '223417.807500', '223418.267500', '223418.727500', '223419.187500', '223419.647500', '223420.107500', '223420.567500', '223421.027500', '223421.487500', '223421.947500', '223422.407500', '223422.867500', '223423.327500', '223423.787500', '223424.247500', '223424.707500', '223425.167500', '223425.627500', '223426.087500', '223426.547500', '223427.007500', '223427.467500', '223427.927500', '223428.387500', '223428.847500', '223429.307500', '223429.767500', '223430.227500', '223430.687500', '223431.147500', '223431.607500', '223432.067500', '223432.527500', '223432.987500', '223433.447500', '223433.907500', '223434.367500', '223434.827500', '223435.287500', '223435.747500', '223436.207500', '223436.667500', '223437.127500', '223437.587500', '223438.047500', '223438.507500', '223438.967500', '223439.427500', '223439.887500', '223440.347500', '223440.807500', '223441.267500', '223441.727500', '223442.187500', '223442.647500', '223443.107500', '223443.567500', '223444.027500', '223444.487500', '223444.947500', '223445.407500', '223445.867500', '223446.327500', '223446.787500', '223447.247500', '223447.707500', '223448.167500', '223448.627500', '223449.087500', '223449.547500', '223450.007500', '223450.467500', '223450.927500', '223451.387500', '223451.847500', '223452.307500', '223452.767500', '223453.227500', '223453.687500', '223454.147500', '223454.607500', '223455.067500', '223455.527500', '223455.987500', '223456.447500', '223456.907500', '223457.367500', '223457.827500', '223458.287500', '223458.747500', '223459.207500', '223459.667500', '223500.127500', '223500.587500', '223501.047500', '223501.507500', '223501.967500', '223502.427500', '223502.887500', '223503.347500', '223503.807500', '223504.267500', '223504.727500', '223505.187500', '223505.647500', '223506.107500', '223506.567500', '223507.027500', '223507.487500', '223507.947500', '223508.407500', '223508.867500', '223509.327500', '223509.787500', '223510.247500', '223510.707500', '223511.167500', '223511.627500', '223512.087500', '223512.547500', '223513.007500', '223513.467500', '223513.927500', '223514.387500', '223514.847500', '223515.307500', '223515.767500', '223516.227500', '223516.687500', '223517.147500', '223517.607500', '223518.067500', '223518.527500', '223518.987500', '223519.447500', '223519.907500', '223520.367500', '223520.827500', '223521.287500', '223521.747500', '223522.207500', '223522.667500', '223523.127500', '223523.587500', '223524.047500', '223524.507500', '223524.967500', '223525.427500', '223525.887500', '223526.347500', '223526.807500', '223527.267500', '223527.727500', '223528.187500', '223528.647500', '223529.107500', '223529.567500', '223530.027500', '223530.487500', '223530.947500', '223531.407500', '223531.867500', '223532.327500', '223532.787500', '223533.247500', '223533.707500', '223534.167500', '223534.627500', '223535.087500', '223535.547500', '223536.007500', '223536.467500', '223536.927500', '223537.387500', '223537.847500', '223538.307500', '223538.767500', '223539.227500', '223539.687500', '223540.147500', '223540.607500', '223541.067500', '223541.527500', '223541.987500', '223542.447500', '223542.907500', '223543.367500', '223543.827500', '223544.287500', '223544.747500', '223545.207500', '223545.667500', '223546.127500', '223546.587500', '223547.047500', '223547.507500', '223547.967500', '223548.427500', '223548.887500', '223549.347500', '223549.807500', '223550.267500', '223550.727500', '223551.187500', '223551.647500', '223552.107500', '223552.567500', '223553.027500', '223553.487500', '223553.947500'], 'ContentTime': ['222651.843000', '222651.846000', '222651.849000', '222651.852000', '222651.855000', '222651.857000', '222651.860000', '222651.862000', '222651.865000', '222651.868000', '222651.871000', '222651.874000', '222651.877000', '222651.891000', '222651.905000', '222651.908000', '222651.911000', '222651.914000', '222651.917000', '222651.919000', '222651.925000', '222651.928000', '222651.931000', '222651.933000', '222651.936000', '222651.939000', '222651.942000', '222711.789000', '222711.792000', '222711.800000', '222711.802000', '222711.805000', '222711.807000', '222711.810000', '222711.813000', '222711.815000', '222711.818000', '222711.820000', '222711.823000', '222711.826000', '222711.828000', '222711.831000', '222711.833000', '222711.836000', '222711.839000', '222711.849000', '222711.852000', '222711.854000', '222711.857000', '222711.859000', '222711.862000', '222711.864000', '222711.867000', '222711.870000', '222711.872000', '222711.875000', '222711.878000', '222711.880000', '222711.883000', '222711.885000', '222711.888000', '222711.891000', '222711.894000', '222711.896000', '222711.900000', '222711.903000', '222711.906000', '222711.908000', '222711.911000', '222711.914000', '222731.790000', '222731.793000', '222731.796000', '222731.799000', '222731.802000', '222731.805000', '222731.807000', '222731.810000', '222731.820000', '222731.822000', '222731.825000', '222731.828000', '222731.830000', '222731.833000', '222731.836000', '222731.838000', '222731.841000', '222731.844000', '222731.846000', '222731.849000', '222731.851000', '222731.854000', '222731.856000', '222731.859000', '222731.862000', '222731.864000', '222731.867000', '222731.870000', '222731.872000', '222731.875000', '222731.878000', '222731.880000', '222731.883000', '222731.886000', '222731.888000', '222731.891000', '222731.893000', '222731.896000', '222731.899000', '222731.902000', '222731.904000', '222731.907000', '222731.909000', '222731.912000', '222751.790000', '222751.793000', '222751.796000', '222751.799000', '222751.801000', '222751.804000', '222751.807000', '222751.809000', '222751.812000', '222751.814000', '222751.817000', '222751.819000', '222751.822000', '222751.825000', '222751.828000', '222751.830000', '222751.833000', '222751.836000', '222751.838000', '222751.841000', '222751.844000', '222751.846000', '222751.849000', '222751.852000', '222751.854000', '222751.857000', '222751.859000', '222751.862000', '222751.865000', '222751.867000', '222751.870000', '222751.873000', '222751.875000', '222751.878000', '222751.880000', '222751.883000', '222751.886000', '222751.888000', '222751.891000', '222751.893000', '222751.896000', '222751.899000', '222751.901000', '222811.790000', '222811.793000', '222811.796000', '222811.799000', '222811.801000', '222811.804000', '222811.807000', '222811.809000', '222811.812000', '222811.814000', '222811.817000', '222811.820000', '222811.822000', '222811.825000', '222811.828000', '222811.830000', '222811.833000', '222811.835000', '222811.838000', '222811.841000', '222811.843000', '222811.846000', '222811.849000', '222811.851000', '222811.854000', '222811.857000', '222811.859000', '222811.862000', '222811.865000', '222811.867000', '222811.871000', '222811.874000', '222811.876000', '222811.879000', '222811.881000', '222811.884000', '222811.887000', '222811.889000', '222811.892000', '222811.895000', '222811.897000', '222811.900000', '222811.903000', '222811.905000', '222831.790000', '222831.793000', '222831.796000', '222831.799000', '222831.802000', '222831.804000', '222831.807000', '222831.809000', '222831.812000', '222831.815000', '222831.829000', '222831.831000', '222831.834000', '222831.837000', '222831.839000', '222831.842000', '222831.845000', '222831.847000', '222831.850000', '222831.852000', '222831.855000', '222831.858000', '222831.860000', '222831.863000', '222831.866000', '222831.868000', '222831.872000', '222831.875000', '222831.878000', '222831.880000', '222831.883000', '222831.886000', '222831.888000', '222831.891000', '222831.894000', '222831.896000', '222831.899000', '222831.901000', '222831.904000', '222831.907000', '222831.909000', '222831.912000', '222831.915000', '222851.791000', '222851.794000', '222851.797000', '222851.799000', '222851.802000', '222851.805000', '222851.808000', '222851.810000', '222851.813000', '222851.815000', '222851.818000', '222851.821000', '222851.823000', '222851.826000', '222851.829000', '222851.831000', '222851.834000', '222851.837000', '222851.839000', '222851.842000', '222851.845000', '222851.847000', '222851.850000', '222851.853000', '222851.855000', '222851.858000', '222851.861000', '222851.863000', '222851.866000', '222851.869000', '222851.871000', '222851.874000', '222851.876000', '222851.879000', '222851.882000', '222851.885000', '222851.887000', '222851.890000', '222851.893000', '222851.895000', '222851.898000', '222851.901000', '222851.903000', '222851.906000', '222911.789000', '222911.792000', '222911.795000', '222911.798000', '222911.800000', '222911.803000', '222911.806000', '222911.808000', '222911.811000', '222911.814000', '222911.816000', '222911.819000', '222911.822000', '222911.824000', '222911.827000', '222911.830000', '222911.832000', '222911.835000', '222911.837000', '222911.840000', '222911.843000', '222911.845000', '222911.848000', '222911.851000', '222911.853000', '222911.856000', '222911.859000', '222911.861000', '222911.864000', '222911.866000', '222911.869000', '222911.872000', '222911.874000', '222911.877000', '222911.880000', '222911.882000', '222911.885000', '222911.888000', '222911.890000', '222911.893000', '222911.896000', '222911.898000', '222911.902000', '222931.789000', '222931.792000', '222931.795000', '222931.798000', '222931.801000', '222931.803000', '222931.806000', '222931.808000', '222931.811000', '222931.814000', '222931.817000', '222931.819000', '222931.822000', '222931.825000', '222931.827000', '222931.830000', '222931.833000', '222931.835000', '222931.838000', '222931.840000', '222931.844000', '222931.846000', '222931.849000', '222931.852000', '222931.854000', '222931.857000', '222931.859000', '222931.862000', '222931.865000', '222931.867000', '222931.870000', '222931.873000', '222931.875000', '222931.878000', '222931.880000', '222931.883000', '222931.886000', '222931.888000', '222931.891000', '222931.894000', '222931.897000', '222931.899000', '222931.902000', '222931.904000', '222951.791000', '222951.793000', '222951.796000', '222951.799000', '222951.802000', '222951.804000', '222951.807000', '222951.809000', '222951.812000', '222951.815000', '222951.817000', '222951.820000', '222951.823000', '222951.825000', '222951.828000', '222951.831000', '222951.833000', '222951.836000', '222951.838000', '222951.841000', '222951.844000', '222951.846000', '222951.849000', '222951.852000', '222951.854000', '222951.857000', '222951.860000', '222951.862000', '222951.865000', '222951.868000', '222951.870000', '222951.873000', '222951.876000', '222951.878000', '222951.881000', '222951.884000', '222951.886000', '222951.889000', '222951.892000', '222951.894000', '222951.897000', '222951.900000', '222951.903000', '223011.790000', '223011.793000', '223011.796000', '223011.799000', '223011.802000', '223011.804000', '223011.827000', '223011.829000', '223011.832000', '223011.835000', '223011.837000', '223011.849000', '223011.852000', '223011.855000', '223011.857000', '223011.860000', '223011.863000', '223011.865000', '223011.868000', '223011.871000', '223011.873000', '223011.876000', '223011.879000', '223011.881000', '223011.884000', '223011.887000', '223011.889000', '223011.892000', '223011.895000', '223011.897000', '223011.900000', '223011.903000', '223011.905000', '223011.908000', '223011.911000', '223011.913000', '223011.916000', '223011.919000', '223011.921000', '223011.924000', '223011.927000', '223011.929000', '223011.932000', '223011.934000', '223031.790000', '223031.794000', '223031.796000', '223031.799000', '223031.801000', '223031.804000', '223031.807000', '223031.810000', '223031.812000', '223031.815000', '223031.818000', '223031.820000', '223031.823000', '223031.826000', '223031.828000', '223031.831000', '223031.833000', '223031.836000', '223031.839000', '223031.841000', '223031.844000', '223031.847000', '223031.849000', '223031.852000', '223031.854000', '223031.857000', '223031.860000', '223031.863000', '223031.865000', '223031.868000', '223031.871000', '223031.873000', '223031.876000', '223031.879000', '223031.881000', '223031.884000', '223031.887000', '223031.889000', '223031.892000', '223031.894000', '223031.897000', '223031.900000', '223031.902000', '223051.791000', '223051.794000', '223051.796000', '223051.799000', '223051.802000', '223051.804000', '223051.807000', '223051.810000', '223051.812000', '223051.815000', '223051.818000', '223051.820000', '223051.823000', '223051.826000', '223051.828000', '223051.831000', '223051.834000', '223051.836000', '223051.839000', '223051.842000', '223051.844000', '223051.847000', '223051.850000', '223051.852000', '223051.855000', '223051.857000', '223051.860000', '223051.863000', '223051.865000', '223051.868000', '223051.871000', '223051.873000', '223051.876000', '223051.879000', '223051.882000', '223051.884000', '223051.887000', '223051.889000', '223051.892000', '223051.895000', '223051.897000', '223051.900000', '223051.903000', '223051.905000', '223111.790000', '223111.793000', '223111.796000', '223111.799000', '223111.801000', '223111.804000', '223111.807000', '223111.809000', '223111.812000', '223111.815000', '223111.817000', '223111.820000', '223111.823000', '223111.825000', '223111.828000', '223111.830000', '223111.833000', '223111.836000', '223111.839000', '223111.841000', '223111.844000', '223111.847000', '223111.849000', '223111.852000', '223111.855000', '223111.857000', '223111.860000', '223111.863000', '223111.865000', '223111.868000', '223111.870000', '223111.873000', '223111.876000', '223111.878000', '223111.881000', '223111.884000', '223111.886000', '223111.889000', '223111.892000', '223111.894000', '223111.897000', '223111.900000', '223111.902000', '223131.790000', '223131.792000', '223131.795000', '223131.798000', '223131.801000', '223131.803000', '223131.806000', '223131.809000', '223131.811000', '223131.814000', '223131.816000', '223131.819000', '223131.822000', '223131.825000', '223131.827000', '223131.830000', '223131.833000', '223131.836000', '223131.840000', '223131.843000', '223131.846000', '223131.849000', '223131.851000', '223131.854000', '223131.856000', '223131.859000', '223131.862000', '223131.864000', '223131.867000', '223131.870000', '223131.872000', '223131.903000', '223131.906000', '223131.908000', '223131.911000', '223131.914000', '223131.916000', '223131.919000', '223131.922000', '223131.924000', '223131.927000', '223131.930000', '223131.932000', '223151.790000', '223151.793000', '223151.795000', '223151.798000', '223151.801000', '223151.803000', '223151.806000', '223151.809000', '223151.811000', '223151.814000', '223151.817000', '223151.819000', '223151.822000', '223151.825000', '223151.827000', '223151.830000', '223151.833000', '223151.835000', '223151.838000', '223151.841000', '223151.844000', '223151.846000', '223151.849000', '223151.851000', '223151.854000', '223151.857000', '223151.859000', '223151.862000', '223151.865000', '223151.868000', '223151.870000', '223151.873000', '223151.876000', '223151.879000', '223151.881000', '223151.884000', '223151.887000', '223151.889000', '223151.892000', '223151.894000', '223151.897000', '223151.900000', '223151.902000', '223151.905000', '223211.790000', '223211.795000', '223211.798000', '223211.801000', '223211.804000', '223211.806000', '223211.809000', '223211.811000', '223211.814000', '223211.817000', '223211.819000', '223211.822000', '223211.825000', '223211.828000', '223211.836000', '223211.839000', '223211.842000', '223211.845000', '223211.847000', '223211.850000', '223211.853000', '223211.855000', '223211.858000', '223211.860000', '223211.863000', '223211.866000', '223211.868000', '223211.871000', '223211.874000', '223211.876000', '223211.879000', '223211.882000', '223211.884000', '223211.887000', '223211.890000', '223211.892000', '223211.895000', '223211.898000', '223211.900000', '223211.903000', '223211.906000', '223211.908000', '223211.911000', '223211.913000', '223231.791000', '223231.793000', '223231.796000', '223231.799000', '223231.801000', '223231.804000', '223231.807000', '223231.809000', '223231.812000', '223231.814000', '223231.817000', '223231.820000', '223231.822000', '223231.825000', '223231.828000', '223231.830000', '223231.833000', '223231.835000', '223231.838000', '223231.841000', '223231.843000', '223231.846000', '223231.848000', '223231.851000', '223231.854000', '223231.856000', '223231.859000', '223231.861000', '223231.864000', '223231.867000', '223231.869000', '223231.872000', '223231.875000', '223231.877000', '223231.880000', '223231.882000', '223231.885000', '223231.887000', '223231.890000', '223231.893000', '223231.895000', '223231.898000', '223231.900000', '223251.791000', '223251.793000', '223251.796000', '223251.799000', '223251.801000', '223251.804000', '223251.806000', '223251.809000', '223251.811000', '223251.814000', '223251.817000', '223251.819000', '223251.823000', '223251.825000', '223251.828000', '223251.831000', '223251.833000', '223251.836000', '223251.839000', '223251.841000', '223251.844000', '223251.847000', '223251.849000', '223251.852000', '223251.855000', '223251.857000', '223251.860000', '223251.863000', '223251.865000', '223251.868000', '223251.870000', '223251.873000', '223251.876000', '223251.878000', '223251.881000', '223251.883000', '223251.886000', '223251.889000', '223251.891000', '223251.894000', '223251.896000', '223251.899000', '223251.910000', '223251.913000', '223311.791000', '223311.794000', '223311.796000', '223311.799000', '223311.801000', '223311.804000', '223311.807000', '223311.809000', '223311.812000', '223311.815000', '223311.817000', '223311.820000', '223311.823000', '223311.825000', '223311.828000', '223311.831000', '223311.833000', '223311.836000', '223311.839000', '223311.841000', '223311.844000', '223311.846000', '223311.849000', '223311.852000', '223311.854000', '223311.857000', '223311.860000', '223311.862000', '223311.865000', '223311.868000', '223311.870000', '223311.873000', '223311.875000', '223311.878000', '223311.881000', '223311.883000', '223311.886000', '223311.888000', '223311.891000', '223311.894000', '223311.896000', '223311.899000', '223311.902000', '223331.791000', '223331.793000', '223331.796000', '223331.799000', '223331.801000', '223331.804000', '223331.806000', '223331.809000', '223331.812000', '223331.814000', '223331.817000', '223331.820000', '223331.822000', '223331.825000', '223331.828000', '223331.831000', '223331.834000', '223331.837000', '223331.839000', '223331.842000', '223331.845000', '223331.847000', '223331.850000', '223331.852000', '223331.855000', '223331.857000', '223331.860000', '223331.863000', '223331.865000', '223331.868000', '223331.871000', '223331.873000', '223331.876000', '223331.878000', '223331.881000', '223331.884000', '223331.886000', '223331.889000', '223331.891000', '223331.894000', '223331.897000', '223331.899000', '223331.902000', '223351.790000', '223351.792000', '223351.795000', '223351.798000', '223351.800000', '223351.803000', '223351.805000', '223351.808000', '223351.811000', '223351.814000', '223351.816000', '223351.819000', '223351.821000', '223351.824000', '223351.827000', '223351.830000', '223351.832000', '223351.835000', '223351.838000', '223351.840000', '223351.843000', '223351.846000', '223351.848000', '223351.851000', '223351.853000', '223351.856000', '223351.859000', '223351.862000', '223351.864000', '223351.867000', '223351.870000', '223351.872000', '223351.875000', '223351.878000', '223351.880000', '223351.883000', '223351.885000', '223351.888000', '223351.891000', '223351.893000', '223351.896000', '223351.899000', '223351.901000', '223351.904000', '223411.790000', '223411.792000', '223411.795000', '223411.798000', '223411.801000', '223411.804000', '223411.807000', '223411.810000', '223411.812000', '223411.815000', '223411.818000', '223411.820000', '223411.823000', '223411.826000', '223411.828000', '223411.831000', '223411.834000', '223411.836000', '223411.839000', '223411.842000', '223411.844000', '223411.847000', '223411.849000', '223411.852000', '223411.855000', '223411.857000', '223411.860000', '223411.863000', '223411.866000', '223411.869000', '223411.871000', '223411.874000', '223411.876000', '223411.879000', '223411.882000', '223411.884000', '223411.887000', '223411.890000', '223411.892000', '223411.895000', '223411.898000', '223411.900000', '223411.903000', '223431.791000', '223431.793000', '223431.796000', '223431.799000', '223431.801000', '223431.804000', '223431.807000', '223431.809000', '223431.812000', '223431.815000', '223431.817000', '223431.820000', '223431.823000', '223431.825000', '223431.828000', '223431.831000', '223431.833000', '223431.836000', '223431.839000', '223431.841000', '223431.844000', '223431.847000', '223431.849000', '223431.852000', '223431.855000', '223431.858000', '223431.860000', '223431.863000', '223431.866000', '223431.868000', '223431.871000', '223431.873000', '223431.876000', '223431.879000', '223431.881000', '223431.884000', '223431.887000', '223431.889000', '223431.892000', '223431.895000', '223431.897000', '223431.900000', '223431.903000', '223431.905000', '223451.791000', '223451.794000', '223451.797000', '223451.799000', '223451.802000', '223451.804000', '223451.807000', '223451.810000', '223451.812000', '223451.815000', '223451.818000', '223451.820000', '223451.823000', '223451.826000', '223451.828000', '223451.831000', '223451.834000', '223451.836000', '223451.839000', '223451.841000', '223451.844000', '223451.847000', '223451.849000', '223451.852000', '223451.855000', '223451.857000', '223451.860000', '223451.863000', '223451.865000', '223451.868000', '223451.870000', '223451.874000', '223451.877000', '223451.880000', '223451.882000', '223451.885000', '223451.888000', '223451.890000', '223451.893000', '223451.896000', '223451.898000', '223451.901000', '223451.903000', '223511.791000', '223511.794000', '223511.796000', '223511.799000', '223511.802000', '223511.804000', '223511.807000', '223511.809000', '223511.812000', '223511.815000', '223511.817000', '223511.820000', '223511.822000', '223511.825000', '223511.828000', '223511.831000', '223511.833000', '223511.836000', '223511.838000', '223511.841000', '223511.844000', '223511.846000', '223511.849000', '223511.852000', '223511.855000', '223511.857000', '223511.860000', '223511.862000', '223511.865000', '223511.868000', '223511.870000', '223511.873000', '223511.876000', '223511.878000', '223511.881000', '223511.884000', '223511.886000', '223511.889000', '223511.892000', '223511.894000', '223511.897000', '223511.900000', '223511.902000', '223511.905000', '223531.791000', '223531.794000', '223531.796000', '223531.799000', '223531.802000', '223531.804000', '223531.807000', '223531.810000', '223531.812000', '223531.815000', '223531.818000', '223531.820000', '223531.823000', '223531.826000', '223531.828000', '223531.831000', '223531.833000', '223531.836000', '223531.839000', '223531.841000', '223531.844000', '223531.847000', '223531.849000', '223531.852000', '223531.855000', '223531.857000', '223531.860000', '223531.863000', '223531.866000', '223531.869000', '223531.872000', '223531.875000', '223531.877000', '223531.880000', '223531.883000', '223531.911000', '223531.914000', '223531.917000', '223531.919000', '223531.922000', '223531.925000', '223531.927000', '223531.930000', '223551.790000', '223551.793000', '223551.795000', '223551.798000', '223551.800000', '223551.803000', '223551.806000', '223551.808000', '223551.811000', '223551.814000', '223551.816000', '223551.819000', '223551.822000', '223551.824000', '223551.827000', '223551.829000', '223551.832000', '223551.835000', '223551.837000', '223551.840000', '223551.843000', '223551.845000', '223551.848000', '223551.851000', '223551.853000', '223551.856000', '223551.858000', '223551.861000', '223551.864000', '223551.866000', '223551.869000', '223551.872000', '223551.874000', '223551.877000', '223551.880000', '223551.882000', '223551.885000', '223551.888000', '223551.890000', '223551.893000', '223551.896000', '223551.898000', '223551.901000', '223551.903000', '223555.303000', '223555.306000', '223555.308000', '223555.311000', '223555.314000', '223555.316000', '223555.319000', '223555.322000'], 'InstanceCreationTime': ['222651.843000', '222651.846000', '222651.849000', '222651.852000', '222651.855000', '222651.857000', '222651.860000', '222651.862000', '222651.865000', '222651.868000', '222651.871000', '222651.874000', '222651.877000', '222651.891000', '222651.905000', '222651.908000', '222651.911000', '222651.914000', '222651.917000', '222651.919000', '222651.925000', '222651.928000', '222651.931000', '222651.933000', '222651.936000', '222651.939000', '222651.942000', '222711.789000', '222711.792000', '222711.800000', '222711.802000', '222711.805000', '222711.807000', '222711.810000', '222711.813000', '222711.815000', '222711.818000', '222711.820000', '222711.823000', '222711.826000', '222711.828000', '222711.831000', '222711.833000', '222711.836000', '222711.839000', '222711.849000', '222711.852000', '222711.854000', '222711.857000', '222711.859000', '222711.862000', '222711.864000', '222711.867000', '222711.870000', '222711.872000', '222711.875000', '222711.878000', '222711.880000', '222711.883000', '222711.885000', '222711.888000', '222711.891000', '222711.894000', '222711.896000', '222711.900000', '222711.903000', '222711.906000', '222711.908000', '222711.911000', '222711.914000', '222731.790000', '222731.793000', '222731.796000', '222731.799000', '222731.802000', '222731.805000', '222731.807000', '222731.810000', '222731.820000', '222731.822000', '222731.825000', '222731.828000', '222731.830000', '222731.833000', '222731.836000', '222731.838000', '222731.841000', '222731.844000', '222731.846000', '222731.849000', '222731.851000', '222731.854000', '222731.856000', '222731.859000', '222731.862000', '222731.864000', '222731.867000', '222731.870000', '222731.872000', '222731.875000', '222731.878000', '222731.880000', '222731.883000', '222731.886000', '222731.888000', '222731.891000', '222731.893000', '222731.896000', '222731.899000', '222731.902000', '222731.904000', '222731.907000', '222731.909000', '222731.912000', '222751.790000', '222751.793000', '222751.796000', '222751.799000', '222751.801000', '222751.804000', '222751.807000', '222751.809000', '222751.812000', '222751.814000', '222751.817000', '222751.819000', '222751.822000', '222751.825000', '222751.828000', '222751.830000', '222751.833000', '222751.836000', '222751.838000', '222751.841000', '222751.844000', '222751.846000', '222751.849000', '222751.852000', '222751.854000', '222751.857000', '222751.859000', '222751.862000', '222751.865000', '222751.867000', '222751.870000', '222751.873000', '222751.875000', '222751.878000', '222751.880000', '222751.883000', '222751.886000', '222751.888000', '222751.891000', '222751.893000', '222751.896000', '222751.899000', '222751.901000', '222811.790000', '222811.793000', '222811.796000', '222811.799000', '222811.801000', '222811.804000', '222811.807000', '222811.809000', '222811.812000', '222811.814000', '222811.817000', '222811.820000', '222811.822000', '222811.825000', '222811.828000', '222811.830000', '222811.833000', '222811.835000', '222811.838000', '222811.841000', '222811.843000', '222811.846000', '222811.849000', '222811.851000', '222811.854000', '222811.857000', '222811.859000', '222811.862000', '222811.865000', '222811.867000', '222811.871000', '222811.874000', '222811.876000', '222811.879000', '222811.881000', '222811.884000', '222811.887000', '222811.889000', '222811.892000', '222811.895000', '222811.897000', '222811.900000', '222811.903000', '222811.905000', '222831.790000', '222831.793000', '222831.796000', '222831.799000', '222831.802000', '222831.804000', '222831.807000', '222831.809000', '222831.812000', '222831.815000', '222831.829000', '222831.831000', '222831.834000', '222831.837000', '222831.839000', '222831.842000', '222831.845000', '222831.847000', '222831.850000', '222831.852000', '222831.855000', '222831.858000', '222831.860000', '222831.863000', '222831.866000', '222831.868000', '222831.872000', '222831.875000', '222831.878000', '222831.880000', '222831.883000', '222831.886000', '222831.888000', '222831.891000', '222831.894000', '222831.896000', '222831.899000', '222831.901000', '222831.904000', '222831.907000', '222831.909000', '222831.912000', '222831.915000', '222851.791000', '222851.794000', '222851.797000', '222851.799000', '222851.802000', '222851.805000', '222851.808000', '222851.810000', '222851.813000', '222851.815000', '222851.818000', '222851.821000', '222851.823000', '222851.826000', '222851.829000', '222851.831000', '222851.834000', '222851.837000', '222851.839000', '222851.842000', '222851.845000', '222851.847000', '222851.850000', '222851.853000', '222851.855000', '222851.858000', '222851.861000', '222851.863000', '222851.866000', '222851.869000', '222851.871000', '222851.874000', '222851.876000', '222851.879000', '222851.882000', '222851.885000', '222851.887000', '222851.890000', '222851.893000', '222851.895000', '222851.898000', '222851.901000', '222851.903000', '222851.906000', '222911.789000', '222911.792000', '222911.795000', '222911.798000', '222911.800000', '222911.803000', '222911.806000', '222911.808000', '222911.811000', '222911.814000', '222911.816000', '222911.819000', '222911.822000', '222911.824000', '222911.827000', '222911.830000', '222911.832000', '222911.835000', '222911.837000', '222911.840000', '222911.843000', '222911.845000', '222911.848000', '222911.851000', '222911.853000', '222911.856000', '222911.859000', '222911.861000', '222911.864000', '222911.866000', '222911.869000', '222911.872000', '222911.874000', '222911.877000', '222911.880000', '222911.882000', '222911.885000', '222911.888000', '222911.890000', '222911.893000', '222911.896000', '222911.898000', '222911.902000', '222931.789000', '222931.792000', '222931.795000', '222931.798000', '222931.801000', '222931.803000', '222931.806000', '222931.808000', '222931.811000', '222931.814000', '222931.817000', '222931.819000', '222931.822000', '222931.825000', '222931.827000', '222931.830000', '222931.833000', '222931.835000', '222931.838000', '222931.840000', '222931.844000', '222931.846000', '222931.849000', '222931.852000', '222931.854000', '222931.857000', '222931.859000', '222931.862000', '222931.865000', '222931.867000', '222931.870000', '222931.873000', '222931.875000', '222931.878000', '222931.880000', '222931.883000', '222931.886000', '222931.888000', '222931.891000', '222931.894000', '222931.897000', '222931.899000', '222931.902000', '222931.904000', '222951.791000', '222951.793000', '222951.796000', '222951.799000', '222951.802000', '222951.804000', '222951.807000', '222951.809000', '222951.812000', '222951.815000', '222951.817000', '222951.820000', '222951.823000', '222951.825000', '222951.828000', '222951.831000', '222951.833000', '222951.836000', '222951.838000', '222951.841000', '222951.844000', '222951.846000', '222951.849000', '222951.852000', '222951.854000', '222951.857000', '222951.860000', '222951.862000', '222951.865000', '222951.868000', '222951.870000', '222951.873000', '222951.876000', '222951.878000', '222951.881000', '222951.884000', '222951.886000', '222951.889000', '222951.892000', '222951.894000', '222951.897000', '222951.900000', '222951.903000', '223011.790000', '223011.793000', '223011.796000', '223011.799000', '223011.802000', '223011.804000', '223011.827000', '223011.829000', '223011.832000', '223011.835000', '223011.837000', '223011.849000', '223011.852000', '223011.855000', '223011.857000', '223011.860000', '223011.863000', '223011.865000', '223011.868000', '223011.871000', '223011.873000', '223011.876000', '223011.879000', '223011.881000', '223011.884000', '223011.887000', '223011.889000', '223011.892000', '223011.895000', '223011.897000', '223011.900000', '223011.903000', '223011.905000', '223011.908000', '223011.911000', '223011.913000', '223011.916000', '223011.919000', '223011.921000', '223011.924000', '223011.927000', '223011.929000', '223011.932000', '223011.934000', '223031.790000', '223031.794000', '223031.796000', '223031.799000', '223031.801000', '223031.804000', '223031.807000', '223031.810000', '223031.812000', '223031.815000', '223031.818000', '223031.820000', '223031.823000', '223031.826000', '223031.828000', '223031.831000', '223031.833000', '223031.836000', '223031.839000', '223031.841000', '223031.844000', '223031.847000', '223031.849000', '223031.852000', '223031.854000', '223031.857000', '223031.860000', '223031.863000', '223031.865000', '223031.868000', '223031.871000', '223031.873000', '223031.876000', '223031.879000', '223031.881000', '223031.884000', '223031.887000', '223031.889000', '223031.892000', '223031.894000', '223031.897000', '223031.900000', '223031.902000', '223051.791000', '223051.794000', '223051.796000', '223051.799000', '223051.802000', '223051.804000', '223051.807000', '223051.810000', '223051.812000', '223051.815000', '223051.818000', '223051.820000', '223051.823000', '223051.826000', '223051.828000', '223051.831000', '223051.834000', '223051.836000', '223051.839000', '223051.842000', '223051.844000', '223051.847000', '223051.850000', '223051.852000', '223051.855000', '223051.857000', '223051.860000', '223051.863000', '223051.865000', '223051.868000', '223051.871000', '223051.873000', '223051.876000', '223051.879000', '223051.882000', '223051.884000', '223051.887000', '223051.889000', '223051.892000', '223051.895000', '223051.897000', '223051.900000', '223051.903000', '223051.905000', '223111.790000', '223111.793000', '223111.796000', '223111.799000', '223111.801000', '223111.804000', '223111.807000', '223111.809000', '223111.812000', '223111.815000', '223111.817000', '223111.820000', '223111.823000', '223111.825000', '223111.828000', '223111.830000', '223111.833000', '223111.836000', '223111.839000', '223111.841000', '223111.844000', '223111.847000', '223111.849000', '223111.852000', '223111.855000', '223111.857000', '223111.860000', '223111.863000', '223111.865000', '223111.868000', '223111.870000', '223111.873000', '223111.876000', '223111.878000', '223111.881000', '223111.884000', '223111.886000', '223111.889000', '223111.892000', '223111.894000', '223111.897000', '223111.900000', '223111.902000', '223131.790000', '223131.792000', '223131.795000', '223131.798000', '223131.801000', '223131.803000', '223131.806000', '223131.809000', '223131.811000', '223131.814000', '223131.816000', '223131.819000', '223131.822000', '223131.825000', '223131.827000', '223131.830000', '223131.833000', '223131.836000', '223131.840000', '223131.843000', '223131.846000', '223131.849000', '223131.851000', '223131.854000', '223131.856000', '223131.859000', '223131.862000', '223131.864000', '223131.867000', '223131.870000', '223131.872000', '223131.903000', '223131.906000', '223131.908000', '223131.911000', '223131.914000', '223131.916000', '223131.919000', '223131.922000', '223131.924000', '223131.927000', '223131.930000', '223131.932000', '223151.790000', '223151.793000', '223151.795000', '223151.798000', '223151.801000', '223151.803000', '223151.806000', '223151.809000', '223151.811000', '223151.814000', '223151.817000', '223151.819000', '223151.822000', '223151.825000', '223151.827000', '223151.830000', '223151.833000', '223151.835000', '223151.838000', '223151.841000', '223151.844000', '223151.846000', '223151.849000', '223151.851000', '223151.854000', '223151.857000', '223151.859000', '223151.862000', '223151.865000', '223151.868000', '223151.870000', '223151.873000', '223151.876000', '223151.879000', '223151.881000', '223151.884000', '223151.887000', '223151.889000', '223151.892000', '223151.894000', '223151.897000', '223151.900000', '223151.902000', '223151.905000', '223211.790000', '223211.795000', '223211.798000', '223211.801000', '223211.804000', '223211.806000', '223211.809000', '223211.811000', '223211.814000', '223211.817000', '223211.819000', '223211.822000', '223211.825000', '223211.828000', '223211.836000', '223211.839000', '223211.842000', '223211.845000', '223211.847000', '223211.850000', '223211.853000', '223211.855000', '223211.858000', '223211.860000', '223211.863000', '223211.866000', '223211.868000', '223211.871000', '223211.874000', '223211.876000', '223211.879000', '223211.882000', '223211.884000', '223211.887000', '223211.890000', '223211.892000', '223211.895000', '223211.898000', '223211.900000', '223211.903000', '223211.906000', '223211.908000', '223211.911000', '223211.913000', '223231.791000', '223231.793000', '223231.796000', '223231.799000', '223231.801000', '223231.804000', '223231.807000', '223231.809000', '223231.812000', '223231.814000', '223231.817000', '223231.820000', '223231.822000', '223231.825000', '223231.828000', '223231.830000', '223231.833000', '223231.835000', '223231.838000', '223231.841000', '223231.843000', '223231.846000', '223231.848000', '223231.851000', '223231.854000', '223231.856000', '223231.859000', '223231.861000', '223231.864000', '223231.867000', '223231.869000', '223231.872000', '223231.875000', '223231.877000', '223231.880000', '223231.882000', '223231.885000', '223231.887000', '223231.890000', '223231.893000', '223231.895000', '223231.898000', '223231.900000', '223251.791000', '223251.793000', '223251.796000', '223251.799000', '223251.801000', '223251.804000', '223251.806000', '223251.809000', '223251.811000', '223251.814000', '223251.817000', '223251.819000', '223251.823000', '223251.825000', '223251.828000', '223251.831000', '223251.833000', '223251.836000', '223251.839000', '223251.841000', '223251.844000', '223251.847000', '223251.849000', '223251.852000', '223251.855000', '223251.857000', '223251.860000', '223251.863000', '223251.865000', '223251.868000', '223251.870000', '223251.873000', '223251.876000', '223251.878000', '223251.881000', '223251.883000', '223251.886000', '223251.889000', '223251.891000', '223251.894000', '223251.896000', '223251.899000', '223251.910000', '223251.913000', '223311.791000', '223311.794000', '223311.796000', '223311.799000', '223311.801000', '223311.804000', '223311.807000', '223311.809000', '223311.812000', '223311.815000', '223311.817000', '223311.820000', '223311.823000', '223311.825000', '223311.828000', '223311.831000', '223311.833000', '223311.836000', '223311.839000', '223311.841000', '223311.844000', '223311.846000', '223311.849000', '223311.852000', '223311.854000', '223311.857000', '223311.860000', '223311.862000', '223311.865000', '223311.868000', '223311.870000', '223311.873000', '223311.875000', '223311.878000', '223311.881000', '223311.883000', '223311.886000', '223311.888000', '223311.891000', '223311.894000', '223311.896000', '223311.899000', '223311.902000', '223331.791000', '223331.793000', '223331.796000', '223331.799000', '223331.801000', '223331.804000', '223331.806000', '223331.809000', '223331.812000', '223331.814000', '223331.817000', '223331.820000', '223331.822000', '223331.825000', '223331.828000', '223331.831000', '223331.834000', '223331.837000', '223331.839000', '223331.842000', '223331.845000', '223331.847000', '223331.850000', '223331.852000', '223331.855000', '223331.857000', '223331.860000', '223331.863000', '223331.865000', '223331.868000', '223331.871000', '223331.873000', '223331.876000', '223331.878000', '223331.881000', '223331.884000', '223331.886000', '223331.889000', '223331.891000', '223331.894000', '223331.897000', '223331.899000', '223331.902000', '223351.790000', '223351.792000', '223351.795000', '223351.798000', '223351.800000', '223351.803000', '223351.805000', '223351.808000', '223351.811000', '223351.814000', '223351.816000', '223351.819000', '223351.821000', '223351.824000', '223351.827000', '223351.830000', '223351.832000', '223351.835000', '223351.838000', '223351.840000', '223351.843000', '223351.846000', '223351.848000', '223351.851000', '223351.853000', '223351.856000', '223351.859000', '223351.862000', '223351.864000', '223351.867000', '223351.870000', '223351.872000', '223351.875000', '223351.878000', '223351.880000', '223351.883000', '223351.885000', '223351.888000', '223351.891000', '223351.893000', '223351.896000', '223351.899000', '223351.901000', '223351.904000', '223411.790000', '223411.792000', '223411.795000', '223411.798000', '223411.801000', '223411.804000', '223411.807000', '223411.810000', '223411.812000', '223411.815000', '223411.818000', '223411.820000', '223411.823000', '223411.826000', '223411.828000', '223411.831000', '223411.834000', '223411.836000', '223411.839000', '223411.842000', '223411.844000', '223411.847000', '223411.849000', '223411.852000', '223411.855000', '223411.857000', '223411.860000', '223411.863000', '223411.866000', '223411.869000', '223411.871000', '223411.874000', '223411.876000', '223411.879000', '223411.882000', '223411.884000', '223411.887000', '223411.890000', '223411.892000', '223411.895000', '223411.898000', '223411.900000', '223411.903000', '223431.791000', '223431.793000', '223431.796000', '223431.799000', '223431.801000', '223431.804000', '223431.807000', '223431.809000', '223431.812000', '223431.815000', '223431.817000', '223431.820000', '223431.823000', '223431.825000', '223431.828000', '223431.831000', '223431.833000', '223431.836000', '223431.839000', '223431.841000', '223431.844000', '223431.847000', '223431.849000', '223431.852000', '223431.855000', '223431.858000', '223431.860000', '223431.863000', '223431.866000', '223431.868000', '223431.871000', '223431.873000', '223431.876000', '223431.879000', '223431.881000', '223431.884000', '223431.887000', '223431.889000', '223431.892000', '223431.895000', '223431.897000', '223431.900000', '223431.903000', '223431.905000', '223451.791000', '223451.794000', '223451.797000', '223451.799000', '223451.802000', '223451.804000', '223451.807000', '223451.810000', '223451.812000', '223451.815000', '223451.818000', '223451.820000', '223451.823000', '223451.826000', '223451.828000', '223451.831000', '223451.834000', '223451.836000', '223451.839000', '223451.841000', '223451.844000', '223451.847000', '223451.849000', '223451.852000', '223451.855000', '223451.857000', '223451.860000', '223451.863000', '223451.865000', '223451.868000', '223451.870000', '223451.874000', '223451.877000', '223451.880000', '223451.882000', '223451.885000', '223451.888000', '223451.890000', '223451.893000', '223451.896000', '223451.898000', '223451.901000', '223451.903000', '223511.791000', '223511.794000', '223511.796000', '223511.799000', '223511.802000', '223511.804000', '223511.807000', '223511.809000', '223511.812000', '223511.815000', '223511.817000', '223511.820000', '223511.822000', '223511.825000', '223511.828000', '223511.831000', '223511.833000', '223511.836000', '223511.838000', '223511.841000', '223511.844000', '223511.846000', '223511.849000', '223511.852000', '223511.855000', '223511.857000', '223511.860000', '223511.862000', '223511.865000', '223511.868000', '223511.870000', '223511.873000', '223511.876000', '223511.878000', '223511.881000', '223511.884000', '223511.886000', '223511.889000', '223511.892000', '223511.894000', '223511.897000', '223511.900000', '223511.902000', '223511.905000', '223531.791000', '223531.794000', '223531.796000', '223531.799000', '223531.802000', '223531.804000', '223531.807000', '223531.810000', '223531.812000', '223531.815000', '223531.818000', '223531.820000', '223531.823000', '223531.826000', '223531.828000', '223531.831000', '223531.833000', '223531.836000', '223531.839000', '223531.841000', '223531.844000', '223531.847000', '223531.849000', '223531.852000', '223531.855000', '223531.857000', '223531.860000', '223531.863000', '223531.866000', '223531.869000', '223531.872000', '223531.875000', '223531.877000', '223531.880000', '223531.883000', '223531.911000', '223531.914000', '223531.917000', '223531.919000', '223531.922000', '223531.925000', '223531.927000', '223531.930000', '223551.790000', '223551.793000', '223551.795000', '223551.798000', '223551.800000', '223551.803000', '223551.806000', '223551.808000', '223551.811000', '223551.814000', '223551.816000', '223551.819000', '223551.822000', '223551.824000', '223551.827000', '223551.829000', '223551.832000', '223551.835000', '223551.837000', '223551.840000', '223551.843000', '223551.845000', '223551.848000', '223551.851000', '223551.853000', '223551.856000', '223551.858000', '223551.861000', '223551.864000', '223551.866000', '223551.869000', '223551.872000', '223551.874000', '223551.877000', '223551.880000', '223551.882000', '223551.885000', '223551.888000', '223551.890000', '223551.893000', '223551.896000', '223551.898000', '223551.901000', '223551.903000', '223555.303000', '223555.306000', '223555.308000', '223555.311000', '223555.314000', '223555.316000', '223555.319000', '223555.322000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'LargestImagePixelValue': [13509, 9197, 13736, 9433, 12214, 9998, 9350, 10784, 9561, 12290, 9755, 13148, 9709, 12547, 9439, 12679, 9856, 12530, 10195, 13242, 9426, 13695, 9746, 14253, 10422, 13147, 10291, 13376, 10132, 14880, 10628, 14558, 10901, 11004, 10761, 12597, 11198, 15251, 10782, 14263, 9723, 14934, 9565, 13768, 9950, 12400, 9811, 13164, 9636, 11754, 9444, 12170, 9398, 12145, 9607, 11995, 9252, 11475, 9592, 13896, 9590, 10671, 9558, 9427, 11354, 9718, 13088, 9363, 12417, 9291, 12742, 9845, 12506, 9908, 11724, 9518, 11637, 9284, 12263, 9355, 11837, 9162, 11606, 9376, 12395, 9561, 12134, 9569, 11558, 9618, 12329, 9647, 13073, 9634, 12038, 9771, 11931, 9601, 12632, 9593, 12170, 9393, 11242, 10632, 11153, 11796, 11403, 10802, 10563, 11702, 10634, 13514, 10401, 12047, 10371, 12538, 10445, 13581, 10953, 10931, 10926, 10293, 11551, 10286, 12861, 9910, 12713, 9715, 12502, 9579, 12780, 9756, 12780, 9575, 12424, 9176, 11760, 9188, 13380, 9256, 12572, 9334, 12168, 9472, 12730, 9674, 12813, 9699, 11813, 9524, 12865, 9498, 13642, 9606, 13327, 9527, 12071, 9487, 12163, 9740, 12376, 9653, 11542, 9950, 11967, 9589, 11763, 9577, 11493, 12043, 11462, 13278, 11493, 10402, 10661, 11091, 11660, 11527, 12653, 9470, 12499, 9429, 12132, 10316, 12646, 9409, 11983, 9621, 11135, 13924, 10800, 14442, 10312, 13792, 9253, 15498, 9605, 12626, 9680, 13716, 9542, 13278, 9671, 13738, 9483, 12434, 9645, 9742, 9841, 10194, 11688, 9693, 12542, 9361, 12192, 9541, 12906, 9371, 12650, 9029, 11742, 9270, 12399, 9425, 12675, 9727, 12042, 9631, 12066, 9592, 12626, 9591, 12241, 9628, 11617, 9761, 12681, 9629, 13680, 9501, 11620, 9563, 12664, 11537, 8983, 11596, 9031, 12023, 9090, 13034, 9673, 14485, 8725, 10372, 10267, 9062, 13560, 8843, 12692, 9340, 11966, 9255, 11952, 9602, 14496, 8700, 11462, 9316, 12781, 10913, 11829, 11619, 9009, 10975, 9262, 11837, 9676, 12203, 9388, 10898, 9378, 11674, 9525, 12306, 8728, 11410, 8896, 12088, 9346, 12160, 9366, 11225, 9107, 11555, 9060, 14068, 9266, 10793, 9239, 10149, 11179, 9665, 12238, 9158, 11118, 8876, 12407, 9168, 12213, 9389, 11348, 8705, 13916, 9360, 12349, 9276, 9540, 10543, 9377, 11923, 10138, 12381, 9014, 11596, 8752, 12185, 9734, 11942, 9525, 10270, 9163, 8513, 11232, 8857, 11909, 9479, 9022, 9299, 8299, 11329, 8725, 12760, 9409, 11579, 9039, 11135, 9055, 13049, 9446, 13225, 8818, 12252, 9489, 12378, 10860, 9227, 11289, 8927, 10812, 9642, 12123, 9751, 12028, 8955, 11653, 9331, 11877, 9468, 12750, 8839, 11609, 9480, 12091, 10138, 12149, 11265, 10361, 13078, 10187, 13947, 9986, 14836, 11214, 13630, 10974, 12902, 10918, 13007, 10897, 13939, 10643, 14498, 10351, 16024, 10985, 13832, 11147, 12854, 11679, 12778, 12443, 12606, 12442, 10918, 12405, 11102, 12563, 10313, 13246, 9016, 12681, 9123, 11502, 10134, 12233, 10800, 11994, 12287, 10438, 12855, 9226, 12995, 10052, 13938, 10711, 13235, 10173, 12910, 9562, 12668, 9687, 12410, 9959, 12756, 10408, 12443, 11692, 12262, 14054, 11623, 14130, 11213, 13671, 10721, 12694, 10310, 12448, 10385, 12098, 10193, 11910, 10090, 11428, 10301, 11740, 10669, 11514, 10345, 11728, 10194, 12160, 10274, 11541, 10060, 11760, 9857, 11505, 10484, 10963, 10607, 10348, 10832, 10618, 11167, 10294, 11798, 8779, 11676, 8783, 11889, 8911, 12553, 8674, 12547, 8678, 12722, 8695, 12943, 8863, 13326, 9166, 13114, 8900, 13550, 9286, 14030, 9603, 13683, 9186, 13765, 9010, 14020, 9851, 14337, 9453, 14210, 9649, 13985, 9971, 14351, 10281, 13990, 9452, 13743, 9500, 14224, 10085, 14622, 9725, 13786, 9520, 13633, 10040, 14326, 10169, 13841, 10145, 13072, 10057, 13876, 10559, 13878, 10516, 13332, 10330, 13622, 9981, 14153, 10134, 13613, 9254, 13188, 11206, 13730, 10314, 12862, 9396, 12188, 12429, 12030, 13370, 11884, 12988, 11007, 13035, 10850, 12885, 11008, 12097, 10677, 11895, 10710, 13016, 11136, 12014, 10809, 10275, 10547, 12131, 11034, 12495, 10975, 10153, 10473, 11480, 10676, 12462, 11200, 10615, 11228, 8812, 11112, 9571, 12273, 9071, 12583, 8750, 11908, 8701, 13025, 10303, 13533, 8950, 12831, 9144, 12690, 9498, 13105, 9914, 12054, 9404, 11901, 9246, 12692, 9767, 11696, 9083, 11374, 8878, 11876, 9339, 13751, 9058, 13247, 8835, 13477, 9531, 13290, 10671, 10101, 10729, 8729, 11798, 9901, 12650, 9274, 11920, 8940, 11662, 9128, 12394, 9728, 12900, 9890, 11932, 9589, 11997, 10210, 13024, 9898, 11987, 8625, 11739, 8916, 12862, 9397, 12519, 9334, 11683, 8826, 12291, 9185, 12925, 9376, 12037, 8899, 11684, 8804, 12224, 9135, 12333, 9182, 11670, 8806, 11294, 9000, 12135, 8974, 11646, 8853, 13284, 8957, 14358, 9230, 12681, 9791, 9170, 10787, 9500, 11519, 10180, 12615, 8923, 11567, 8403, 11722, 9648, 12948, 9435, 12540, 9146, 12116, 8685, 12293, 9272, 12497, 9475, 11652, 9017, 11706, 8908, 12552, 9176, 11547, 8714, 11128, 8732, 12004, 9068, 13071, 8980, 13687, 9084, 14268, 9392, 13203, 9368, 10555, 9583, 11667, 10294, 12117, 11435, 8705, 10980, 8489, 11639, 8957, 12515, 8523, 12123, 8627, 12388, 8765, 12982, 9846, 12413, 9337, 11888, 9144, 12499, 10002, 12183, 9030, 12558, 8932, 11827, 9124, 12004, 8998, 14122, 9034, 11376, 9206, 12058, 9452, 12690, 8914, 11499, 9063, 12029, 9265, 14983, 9722, 14772, 9624, 14007, 9356, 15137, 9528, 12603, 9587, 13531, 9897, 13416, 10962, 9954, 11398, 8627, 11391, 9339, 11776, 10885, 12126, 8284, 11090, 9797, 11063, 12750, 12000, 9153, 11507, 8025, 11077, 8386, 11959, 8772, 13115, 8283, 12089, 8670, 12097, 8778, 13180, 9892, 11964, 9006, 11782, 8878, 11902, 9594, 15091, 9536, 13195, 9626, 15148, 9577, 12925, 9870, 8802, 10167, 8331, 11140, 8611, 12349, 8196, 11653, 8153, 11359, 8370, 12947, 8870, 12385, 9391, 12179, 9077, 12451, 9347, 12244, 9160, 11309, 9150, 11762, 9291, 11339, 9477, 14354, 9648, 13680, 9395, 13804, 9628, 15181, 9735, 14363, 9531, 13490, 9660, 14498, 9584, 14130, 9575, 14494, 9738, 14228, 9499, 11572, 9332, 13770, 9667, 13739, 9949, 9256, 10173, 10391, 10234, 13470, 10642, 11811, 11055, 7969, 10754, 8070, 11435, 8714, 12103, 8111, 11924, 7904, 11665, 8197, 11816, 9096, 12471, 8880, 12239, 9234, 11468, 9122, 12186, 9109, 11902, 9155, 11398, 9154, 11618, 9452, 14346, 9490, 14024, 9300, 13729, 9686, 14766, 9626, 10498, 10014, 10538, 10476, 9357, 12236, 8653, 12052, 9263, 11816, 9254, 12313, 9520, 11524, 9454, 11160, 9584, 14362, 9762, 12584, 9894, 10039, 9793, 10021, 11874, 9138, 12260, 9137, 11837, 9380, 11775, 9633, 12054, 9576, 12092, 9591, 12311, 9343, 12825, 9351, 12004, 9457, 11883, 9516, 12842, 9545, 14101, 9390, 13802, 9661, 15624, 9725, 11254, 9509, 10488, 9925, 9714, 11586, 8484, 11479, 8525, 11443, 9204, 12528, 9419, 11507, 9430, 11188, 9623, 11570, 9440, 16147, 9505, 12887, 9458, 14015, 9273, 15190, 9856, 9187, 10813, 9566, 10926, 9944, 12522, 8769, 11878, 9102, 11521, 9609, 12369, 9401, 12964, 9345, 10393, 9096, 9703, 10923, 9795, 11697, 8770, 11247, 9087, 11093, 9081, 12247, 8787, 12156, 9889, 12087, 9711, 11953, 10077, 13559, 9863, 10321, 9496, 8280, 10131, 8364, 11832, 9359, 10532, 9537, 9064, 11039, 9043, 11515, 8829, 10891, 9428, 11467, 9024, 12257, 9537, 15573, 9421, 13503, 9147, 14293, 9226, 11445, 10181, 8959, 10622, 8908, 11393, 9159, 11998, 8903, 11269, 9087, 10691, 8844, 12841, 9258, 11635, 9136, 9994, 9409, 9948, 10377, 8680, 11991, 8951, 11838, 9297, 11420, 10434, 11591, 9117, 11266, 12411, 10086, 16230, 9732, 14099, 9454, 10729, 9068, 10212, 8749, 12066, 8854, 12022, 8741, 9831, 8846, 10308, 9764, 8064, 10469, 9275, 10570, 15741, 9681, 15917, 9663, 11316, 9433, 10627, 8749, 11102, 8563, 10873, 8897, 10350, 8924, 10535, 8895, 11115, 8175, 10493, 9026, 10210, 11755, 10086, 9673, 10653, 12185, 9504, 12982, 9748, 10294, 9813, 10967, 9985, 11198, 10146, 9119, 10684, 8867, 10639, 11899, 10327, 9303, 11451, 8448, 11406, 8682, 11220, 9157, 11666, 8016, 11555, 8316, 11463, 10310, 11488, 9666, 12299, 8414, 11768, 8483, 11855, 10228, 12028, 10464, 16343, 10606, 10417, 11734, 9904, 14504, 11341, 13042, 11133, 12954, 11736, 12207, 15292, 12443, 18578, 12348, 18002, 12186, 18152, 11423, 17322, 11110, 16482, 10838, 12635, 11087, 9109, 11633, 8765, 11895, 9082, 12239, 9817, 11697, 9829, 11735], 'WindowCenter': [4359.0, 4295.0, 4331.0, 4279.0, 4304.0, 4275.0, 4261.0, 4282.0, 4259.0, 4292.0, 4260.0, 4301.0, 4260.0, 4290.0, 4260.0, 4301.0, 4272.0, 4301.0, 4272.0, 4300.0, 4262.0, 4300.0, 4262.0, 4300.0, 4272.0, 4289.0, 4270.0, 4287.0, 4259.0, 4297.0, 4269.0, 4286.0, 4269.0, 4255.0, 4257.0, 4276.0, 4268.0, 4298.0, 4268.0, 4286.0, 4247.0, 4285.0, 4246.0, 4286.0, 4248.0, 4276.0, 4246.0, 4275.0, 4246.0, 4265.0, 4247.0, 4266.0, 4247.0, 4265.0, 4246.0, 4264.0, 4259.0, 4279.0, 4257.0, 4286.0, 4247.0, 4255.0, 4246.0, 4246.0, 4278.0, 4247.0, 4289.0, 4247.0, 4288.0, 4248.0, 4289.0, 4259.0, 4289.0, 4258.0, 4278.0, 4247.0, 4268.0, 4248.0, 4277.0, 4235.0, 4266.0, 4235.0, 4265.0, 4234.0, 4274.0, 4234.0, 4265.0, 4233.0, 4265.0, 4245.0, 4275.0, 4234.0, 4286.0, 4245.0, 4276.0, 4246.0, 4278.0, 4246.0, 4277.0, 4245.0, 4276.0, 4235.0, 4267.0, 4256.0, 4268.0, 4266.0, 4278.0, 4256.0, 4268.0, 4277.0, 4269.0, 4287.0, 4269.0, 4276.0, 4258.0, 4277.0, 4270.0, 4288.0, 4269.0, 4256.0, 4268.0, 4257.0, 4279.0, 4257.0, 4289.0, 4257.0, 4289.0, 4247.0, 4289.0, 4258.0, 4289.0, 4247.0, 4288.0, 4247.0, 4302.0, 4262.0, 4292.0, 4260.0, 4300.0, 4247.0, 4288.0, 4248.0, 4290.0, 4258.0, 4290.0, 4260.0, 4289.0, 4260.0, 4289.0, 4273.0, 4300.0, 4271.0, 4311.0, 4272.0, 4311.0, 4273.0, 4302.0, 4272.0, 4292.0, 4262.0, 4290.0, 4259.0, 4280.0, 4260.0, 4279.0, 4246.0, 4278.0, 4247.0, 4267.0, 4276.0, 4277.0, 4275.0, 4268.0, 4255.0, 4257.0, 4265.0, 4267.0, 4265.0, 4287.0, 4245.0, 4277.0, 4235.0, 4277.0, 4245.0, 4276.0, 4234.0, 4276.0, 4245.0, 4267.0, 4285.0, 4256.0, 4285.0, 4246.0, 4274.0, 4236.0, 4296.0, 4246.0, 4265.0, 4245.0, 4275.0, 4246.0, 4275.0, 4247.0, 4285.0, 4248.0, 4277.0, 4248.0, 4246.0, 4259.0, 4257.0, 4279.0, 4258.0, 4290.0, 4249.0, 4289.0, 4258.0, 4289.0, 4248.0, 4289.0, 4248.0, 4278.0, 4248.0, 4278.0, 4247.0, 4288.0, 4247.0, 4277.0, 4248.0, 4278.0, 4248.0, 4277.0, 4248.0, 4278.0, 4259.0, 4279.0, 4260.0, 4291.0, 4261.0, 4289.0, 4251.0, 4279.0, 4261.0, 4278.0, 4279.0, 4248.0, 4279.0, 4248.0, 4291.0, 4248.0, 4290.0, 4261.0, 4300.0, 4252.0, 4269.0, 4269.0, 4237.0, 4288.0, 4237.0, 4277.0, 4247.0, 4266.0, 4247.0, 4278.0, 4248.0, 4285.0, 4237.0, 4254.0, 4236.0, 4275.0, 4267.0, 4264.0, 4266.0, 4224.0, 4256.0, 4234.0, 4265.0, 4233.0, 4264.0, 4223.0, 4244.0, 4233.0, 4265.0, 4234.0, 4265.0, 4224.0, 4265.0, 4235.0, 4265.0, 4235.0, 4265.0, 4236.0, 4255.0, 4236.0, 4266.0, 4237.0, 4286.0, 4237.0, 4255.0, 4236.0, 4245.0, 4267.0, 4245.0, 4276.0, 4235.0, 4266.0, 4236.0, 4276.0, 4236.0, 4276.0, 4247.0, 4256.0, 4237.0, 4286.0, 4247.0, 4275.0, 4236.0, 4235.0, 4256.0, 4236.0, 4267.0, 4245.0, 4276.0, 4235.0, 4266.0, 4236.0, 4289.0, 4261.0, 4291.0, 4260.0, 4258.0, 4248.0, 4237.0, 4279.0, 4249.0, 4279.0, 4259.0, 4249.0, 4249.0, 4238.0, 4280.0, 4249.0, 4291.0, 4249.0, 4267.0, 4238.0, 4267.0, 4248.0, 4277.0, 4248.0, 4275.0, 4237.0, 4265.0, 4247.0, 4275.0, 4256.0, 4235.0, 4267.0, 4247.0, 4267.0, 4245.0, 4276.0, 4234.0, 4265.0, 4234.0, 4264.0, 4235.0, 4277.0, 4246.0, 4287.0, 4249.0, 4277.0, 4269.0, 4274.0, 4254.0, 4273.0, 4276.0, 4269.0, 4299.0, 4266.0, 4296.0, 4256.0, 4298.0, 4267.0, 4286.0, 4266.0, 4275.0, 4255.0, 4274.0, 4255.0, 4272.0, 4243.0, 4271.0, 4243.0, 4292.0, 4253.0, 4271.0, 4251.0, 4259.0, 4252.0, 4261.0, 4262.0, 4259.0, 4263.0, 4251.0, 4272.0, 4262.0, 4274.0, 4253.0, 4285.0, 4233.0, 4274.0, 4245.0, 4263.0, 4254.0, 4271.0, 4264.0, 4263.0, 4274.0, 4252.0, 4274.0, 4232.0, 4273.0, 4244.0, 4283.0, 4241.0, 4261.0, 4229.0, 4250.0, 4218.0, 4249.0, 4217.0, 4246.0, 4217.0, 4247.0, 4214.0, 4247.0, 4234.0, 4236.0, 4255.0, 4238.0, 4254.0, 4238.0, 4256.0, 4240.0, 4258.0, 4240.0, 4260.0, 4242.0, 4261.0, 4242.0, 4261.0, 4253.0, 4252.0, 4254.0, 4261.0, 4254.0, 4263.0, 4255.0, 4273.0, 4255.0, 4273.0, 4256.0, 4265.0, 4257.0, 4275.0, 4268.0, 4277.0, 4279.0, 4267.0, 4279.0, 4267.0, 4278.0, 4277.0, 4290.0, 4268.0, 4290.0, 4248.0, 4290.0, 4249.0, 4301.0, 4260.0, 4301.0, 4260.0, 4311.0, 4261.0, 4311.0, 4261.0, 4313.0, 4261.0, 4313.0, 4270.0, 4313.0, 4259.0, 4313.0, 4270.0, 4322.0, 4269.0, 4311.0, 4260.0, 4311.0, 4260.0, 4322.0, 4270.0, 4322.0, 4269.0, 4321.0, 4270.0, 4322.0, 4281.0, 4321.0, 4279.0, 4311.0, 4269.0, 4310.0, 4269.0, 4312.0, 4279.0, 4320.0, 4269.0, 4310.0, 4270.0, 4311.0, 4270.0, 4321.0, 4281.0, 4310.0, 4279.0, 4310.0, 4281.0, 4312.0, 4281.0, 4311.0, 4280.0, 4309.0, 4281.0, 4311.0, 4269.0, 4311.0, 4269.0, 4299.0, 4259.0, 4299.0, 4277.0, 4299.0, 4266.0, 4299.0, 4246.0, 4288.0, 4286.0, 4288.0, 4296.0, 4288.0, 4287.0, 4278.0, 4297.0, 4279.0, 4287.0, 4279.0, 4287.0, 4278.0, 4286.0, 4279.0, 4297.0, 4305.0, 4301.0, 4282.0, 4266.0, 4292.0, 4289.0, 4282.0, 4289.0, 4280.0, 4257.0, 4269.0, 4277.0, 4269.0, 4286.0, 4279.0, 4267.0, 4279.0, 4237.0, 4279.0, 4257.0, 4289.0, 4247.0, 4288.0, 4237.0, 4278.0, 4248.0, 4289.0, 4258.0, 4299.0, 4237.0, 4287.0, 4247.0, 4287.0, 4247.0, 4286.0, 4257.0, 4276.0, 4246.0, 4276.0, 4247.0, 4276.0, 4257.0, 4265.0, 4247.0, 4266.0, 4246.0, 4276.0, 4248.0, 4287.0, 4248.0, 4287.0, 4247.0, 4285.0, 4258.0, 4287.0, 4267.0, 4255.0, 4267.0, 4236.0, 4278.0, 4245.0, 4288.0, 4246.0, 4277.0, 4236.0, 4278.0, 4247.0, 4288.0, 4246.0, 4288.0, 4255.0, 4276.0, 4246.0, 4277.0, 4255.0, 4287.0, 4245.0, 4266.0, 4234.0, 4277.0, 4236.0, 4287.0, 4247.0, 4277.0, 4247.0, 4277.0, 4237.0, 4278.0, 4247.0, 4286.0, 4247.0, 4277.0, 4237.0, 4277.0, 4247.0, 4277.0, 4246.0, 4276.0, 4246.0, 4265.0, 4247.0, 4266.0, 4248.0, 4276.0, 4248.0, 4276.0, 4248.0, 4287.0, 4249.0, 4298.0, 4259.0, 4287.0, 4259.0, 4246.0, 4269.0, 4247.0, 4279.0, 4256.0, 4288.0, 4235.0, 4278.0, 4226.0, 4278.0, 4246.0, 4287.0, 4248.0, 4278.0, 4247.0, 4276.0, 4238.0, 4277.0, 4246.0, 4277.0, 4245.0, 4265.0, 4237.0, 4275.0, 4237.0, 4276.0, 4246.0, 4267.0, 4238.0, 4277.0, 4249.0, 4278.0, 4249.0, 4288.0, 4249.0, 4297.0, 4250.0, 4298.0, 4260.0, 4287.0, 4260.0, 4268.0, 4270.0, 4279.0, 4271.0, 4289.0, 4291.0, 4238.0, 4281.0, 4249.0, 4290.0, 4249.0, 4291.0, 4249.0, 4289.0, 4249.0, 4300.0, 4250.0, 4301.0, 4270.0, 4290.0, 4259.0, 4290.0, 4261.0, 4289.0, 4269.0, 4289.0, 4250.0, 4289.0, 4260.0, 4290.0, 4261.0, 4289.0, 4249.0, 4299.0, 4261.0, 4290.0, 4260.0, 4288.0, 4260.0, 4288.0, 4249.0, 4277.0, 4248.0, 4288.0, 4259.0, 4308.0, 4259.0, 4297.0, 4258.0, 4297.0, 4259.0, 4297.0, 4259.0, 4286.0, 4259.0, 4297.0, 4260.0, 4287.0, 4268.0, 4247.0, 4278.0, 4237.0, 4278.0, 4247.0, 4279.0, 4267.0, 4278.0, 4225.0, 4278.0, 4257.0, 4268.0, 4275.0, 4278.0, 4246.0, 4267.0, 4215.0, 4269.0, 4237.0, 4278.0, 4237.0, 4289.0, 4227.0, 4278.0, 4238.0, 4287.0, 4238.0, 4288.0, 4259.0, 4279.0, 4251.0, 4279.0, 4261.0, 4278.0, 4260.0, 4297.0, 4258.0, 4287.0, 4259.0, 4307.0, 4259.0, 4287.0, 4258.0, 4237.0, 4269.0, 4236.0, 4278.0, 4237.0, 4290.0, 4238.0, 4280.0, 4239.0, 4280.0, 4239.0, 4289.0, 4249.0, 4289.0, 4259.0, 4288.0, 4261.0, 4288.0, 4260.0, 4277.0, 4249.0, 4277.0, 4249.0, 4279.0, 4249.0, 4267.0, 4259.0, 4297.0, 4259.0, 4297.0, 4249.0, 4298.0, 4259.0, 4297.0, 4247.0, 4296.0, 4260.0, 4287.0, 4258.0, 4295.0, 4257.0, 4296.0, 4259.0, 4297.0, 4248.0, 4296.0, 4259.0, 4278.0, 4259.0, 4298.0, 4260.0, 4297.0, 4259.0, 4248.0, 4270.0, 4270.0, 4271.0, 4300.0, 4270.0, 4279.0, 4279.0, 4227.0, 4269.0, 4239.0, 4280.0, 4240.0, 4289.0, 4229.0, 4279.0, 4228.0, 4280.0, 4241.0, 4290.0, 4248.0, 4289.0, 4248.0, 4289.0, 4260.0, 4281.0, 4258.0, 4279.0, 4248.0, 4279.0, 4258.0, 4279.0, 4261.0, 4278.0, 4258.0, 4298.0, 4258.0, 4297.0, 4249.0, 4288.0, 4259.0, 4298.0, 4248.0, 4257.0, 4259.0, 4267.0, 4269.0, 4247.0, 4278.0, 4225.0, 4277.0, 4248.0, 4278.0, 4246.0, 4278.0, 4246.0, 4266.0, 4247.0, 4267.0, 4247.0, 4286.0, 4247.0, 4263.0, 4246.0, 4244.0, 4246.0, 4245.0, 4266.0, 4236.0, 4265.0, 4236.0, 4265.0, 4236.0, 4266.0, 4246.0, 4265.0, 4235.0, 4264.0, 4235.0, 4264.0, 4235.0, 4262.0, 4224.0, 4252.0, 4235.0, 4253.0, 4233.0, 4261.0, 4233.0, 4271.0, 4234.0, 4271.0, 4234.0, 4282.0, 4235.0, 4252.0, 4235.0, 4243.0, 4245.0, 4233.0, 4256.0, 4224.0, 4265.0, 4226.0, 4266.0, 4236.0, 4277.0, 4238.0, 4266.0, 4248.0, 4267.0, 4247.0, 4266.0, 4247.0, 4296.0, 4245.0, 4274.0, 4247.0, 4284.0, 4234.0, 4282.0, 4243.0, 4233.0, 4255.0, 4232.0, 4254.0, 4232.0, 4263.0, 4213.0, 4253.0, 4222.0, 4252.0, 4233.0, 4251.0, 4223.0, 4261.0, 4223.0, 4231.0, 4224.0, 4233.0, 4243.0, 4233.0, 4253.0, 4213.0, 4252.0, 4236.0, 4254.0, 4224.0, 4263.0, 4213.0, 4264.0, 4245.0, 4263.0, 4234.0, 4253.0, 4245.0, 4286.0, 4246.0, 4256.0, 4246.0, 4224.0, 4246.0, 4226.0, 4266.0, 4248.0, 4256.0, 4246.0, 4236.0, 4257.0, 4237.0, 4255.0, 4225.0, 4253.0, 4235.0, 4255.0, 4224.0, 4252.0, 4235.0, 4281.0, 4224.0, 4262.0, 4223.0, 4272.0, 4225.0, 4253.0, 4243.0, 4222.0, 4243.0, 4222.0, 4255.0, 4223.0, 4254.0, 4223.0, 4253.0, 4223.0, 4242.0, 4223.0, 4263.0, 4234.0, 4253.0, 4234.0, 4244.0, 4237.0, 4246.0, 4257.0, 4237.0, 4276.0, 4237.0, 4267.0, 4236.0, 4268.0, 4256.0, 4267.0, 4224.0, 4255.0, 4261.0, 4245.0, 4283.0, 4234.0, 4274.0, 4234.0, 4241.0, 4223.0, 4232.0, 4224.0, 4252.0, 4224.0, 4262.0, 4226.0, 4245.0, 4237.0, 4257.0, 4259.0, 4227.0, 4259.0, 4247.0, 4269.0, 4295.0, 4247.0, 4285.0, 4235.0, 4254.0, 4224.0, 4243.0, 4212.0, 4242.0, 4212.0, 4241.0, 4211.0, 4243.0, 4223.0, 4242.0, 4222.0, 4252.0, 4212.0, 4254.0, 4235.0, 4245.0, 4263.0, 4245.0, 4232.0, 4256.0, 4274.0, 4247.0, 4273.0, 4248.0, 4255.0, 4258.0, 4267.0, 4270.0, 4267.0, 4257.0, 4236.0, 4284.0, 4249.0, 4281.0, 4289.0, 4269.0, 4248.0, 4279.0, 4237.0, 4280.0, 4239.0, 4278.0, 4246.0, 4278.0, 4226.0, 4278.0, 4226.0, 4280.0, 4257.0, 4278.0, 4246.0, 4277.0, 4225.0, 4277.0, 4239.0, 4290.0, 4271.0, 4291.0, 4269.0, 4296.0, 4268.0, 4266.0, 4276.0, 4255.0, 4307.0, 4266.0, 4298.0, 4277.0, 4300.0, 4278.0, 4289.0, 4296.0, 4277.0, 4303.0, 4262.0, 4280.0, 4240.0, 4265.0, 4227.0, 4255.0, 4215.0, 4253.0, 4212.0, 4221.0, 4214.0, 4193.0, 4211.0, 4182.0, 4220.0, 4192.0, 4222.0, 4202.0, 4234.0, 4216.0, 4224.0], 'WindowWidth': [9609.0, 9511.0, 9548.0, 9474.0, 9497.0, 9456.0, 9431.0, 9461.0, 9426.0, 9473.0, 9427.0, 9484.0, 9426.0, 9467.0, 9427.0, 9482.0, 9446.0, 9484.0, 9445.0, 9481.0, 9432.0, 9480.0, 9433.0, 9479.0, 9444.0, 9462.0, 9438.0, 9457.0, 9422.0, 9471.0, 9435.0, 9453.0, 9432.0, 9409.0, 9415.0, 9438.0, 9433.0, 9470.0, 9431.0, 9451.0, 9401.0, 9450.0, 9400.0, 9451.0, 9403.0, 9438.0, 9399.0, 9435.0, 9397.0, 9421.0, 9400.0, 9425.0, 9401.0, 9421.0, 9397.0, 9419.0, 9423.0, 9449.0, 9418.0, 9452.0, 9403.0, 9409.0, 9401.0, 9399.0, 9446.0, 9402.0, 9462.0, 9404.0, 9461.0, 9408.0, 9464.0, 9422.0, 9465.0, 9419.0, 9446.0, 9403.0, 9433.0, 9404.0, 9442.0, 9382.0, 9424.0, 9380.0, 9422.0, 9379.0, 9435.0, 9377.0, 9420.0, 9376.0, 9423.0, 9395.0, 9437.0, 9378.0, 9452.0, 9393.0, 9440.0, 9396.0, 9444.0, 9401.0, 9442.0, 9394.0, 9439.0, 9382.0, 9429.0, 9412.0, 9432.0, 9427.0, 9446.0, 9413.0, 9431.0, 9443.0, 9436.0, 9455.0, 9434.0, 9440.0, 9419.0, 9443.0, 9438.0, 9458.0, 9434.0, 9414.0, 9433.0, 9416.0, 9450.0, 9416.0, 9461.0, 9415.0, 9461.0, 9403.0, 9464.0, 9421.0, 9462.0, 9401.0, 9459.0, 9403.0, 9488.0, 9430.0, 9471.0, 9425.0, 9480.0, 9403.0, 9459.0, 9405.0, 9466.0, 9419.0, 9465.0, 9426.0, 9464.0, 9427.0, 9463.0, 9448.0, 9481.0, 9446.0, 9497.0, 9449.0, 9499.0, 9450.0, 9488.0, 9447.0, 9473.0, 9432.0, 9468.0, 9423.0, 9455.0, 9423.0, 9449.0, 9399.0, 9444.0, 9399.0, 9430.0, 9439.0, 9442.0, 9436.0, 9428.0, 9408.0, 9414.0, 9424.0, 9428.0, 9422.0, 9455.0, 9394.0, 9440.0, 9383.0, 9443.0, 9395.0, 9440.0, 9379.0, 9439.0, 9394.0, 9428.0, 9450.0, 9413.0, 9448.0, 9398.0, 9434.0, 9384.0, 9465.0, 9399.0, 9422.0, 9396.0, 9434.0, 9398.0, 9436.0, 9403.0, 9449.0, 9405.0, 9441.0, 9404.0, 9401.0, 9421.0, 9418.0, 9450.0, 9418.0, 9464.0, 9407.0, 9463.0, 9420.0, 9463.0, 9404.0, 9461.0, 9405.0, 9446.0, 9405.0, 9445.0, 9401.0, 9457.0, 9402.0, 9443.0, 9406.0, 9445.0, 9404.0, 9444.0, 9404.0, 9446.0, 9421.0, 9448.0, 9425.0, 9465.0, 9427.0, 9460.0, 9412.0, 9449.0, 9428.0, 9445.0, 9447.0, 9407.0, 9449.0, 9406.0, 9470.0, 9407.0, 9464.0, 9430.0, 9481.0, 9420.0, 9438.0, 9435.0, 9390.0, 9461.0, 9388.0, 9443.0, 9401.0, 9425.0, 9402.0, 9444.0, 9405.0, 9451.0, 9386.0, 9405.0, 9384.0, 9436.0, 9427.0, 9419.0, 9422.0, 9363.0, 9409.0, 9376.0, 9422.0, 9373.0, 9418.0, 9359.0, 9390.0, 9374.0, 9421.0, 9375.0, 9420.0, 9365.0, 9420.0, 9382.0, 9423.0, 9381.0, 9422.0, 9383.0, 9408.0, 9386.0, 9424.0, 9388.0, 9450.0, 9387.0, 9406.0, 9385.0, 9396.0, 9426.0, 9393.0, 9438.0, 9380.0, 9424.0, 9383.0, 9438.0, 9384.0, 9438.0, 9400.0, 9410.0, 9389.0, 9452.0, 9401.0, 9434.0, 9385.0, 9380.0, 9412.0, 9383.0, 9428.0, 9395.0, 9438.0, 9382.0, 9425.0, 9386.0, 9462.0, 9428.0, 9469.0, 9424.0, 9419.0, 9405.0, 9388.0, 9448.0, 9409.0, 9449.0, 9423.0, 9408.0, 9410.0, 9392.0, 9451.0, 9408.0, 9467.0, 9406.0, 9429.0, 9392.0, 9428.0, 9406.0, 9441.0, 9404.0, 9436.0, 9386.0, 9422.0, 9401.0, 9435.0, 9412.0, 9379.0, 9426.0, 9402.0, 9430.0, 9394.0, 9439.0, 9378.0, 9422.0, 9379.0, 9420.0, 9381.0, 9443.0, 9398.0, 9456.0, 9411.0, 9446.0, 9439.0, 9437.0, 9409.0, 9430.0, 9441.0, 9439.0, 9478.0, 9428.0, 9470.0, 9417.0, 9475.0, 9430.0, 9454.0, 9427.0, 9436.0, 9411.0, 9432.0, 9408.0, 9427.0, 9389.0, 9424.0, 9390.0, 9455.0, 9402.0, 9422.0, 9396.0, 9405.0, 9399.0, 9409.0, 9414.0, 9406.0, 9416.0, 9397.0, 9428.0, 9413.0, 9434.0, 9404.0, 9451.0, 9380.0, 9435.0, 9398.0, 9417.0, 9408.0, 9428.0, 9422.0, 9418.0, 9434.0, 9401.0, 9434.0, 9375.0, 9432.0, 9392.0, 9444.0, 9384.0, 9410.0, 9364.0, 9392.0, 9346.0, 9388.0, 9342.0, 9382.0, 9341.0, 9383.0, 9334.0, 9381.0, 9358.0, 9367.0, 9390.0, 9372.0, 9390.0, 9373.0, 9396.0, 9378.0, 9401.0, 9381.0, 9406.0, 9386.0, 9408.0, 9386.0, 9410.0, 9403.0, 9400.0, 9406.0, 9413.0, 9407.0, 9416.0, 9409.0, 9431.0, 9413.0, 9433.0, 9414.0, 9423.0, 9416.0, 9438.0, 9434.0, 9445.0, 9451.0, 9431.0, 9450.0, 9432.0, 9450.0, 9448.0, 9468.0, 9436.0, 9469.0, 9410.0, 9468.0, 9412.0, 9487.0, 9428.0, 9486.0, 9428.0, 9500.0, 9431.0, 9501.0, 9434.0, 9507.0, 9434.0, 9507.0, 9444.0, 9506.0, 9428.0, 9507.0, 9442.0, 9516.0, 9441.0, 9501.0, 9429.0, 9501.0, 9429.0, 9517.0, 9443.0, 9515.0, 9441.0, 9515.0, 9444.0, 9516.0, 9460.0, 9515.0, 9453.0, 9500.0, 9437.0, 9496.0, 9439.0, 9502.0, 9454.0, 9510.0, 9441.0, 9497.0, 9443.0, 9499.0, 9443.0, 9512.0, 9457.0, 9496.0, 9454.0, 9496.0, 9460.0, 9502.0, 9461.0, 9499.0, 9456.0, 9495.0, 9459.0, 9499.0, 9441.0, 9499.0, 9439.0, 9479.0, 9424.0, 9481.0, 9447.0, 9479.0, 9429.0, 9477.0, 9402.0, 9463.0, 9458.0, 9462.0, 9471.0, 9461.0, 9457.0, 9447.0, 9474.0, 9451.0, 9461.0, 9451.0, 9458.0, 9449.0, 9457.0, 9452.0, 9474.0, 9499.0, 9485.0, 9460.0, 9430.0, 9477.0, 9467.0, 9461.0, 9464.0, 9453.0, 9416.0, 9436.0, 9443.0, 9437.0, 9456.0, 9450.0, 9429.0, 9449.0, 9389.0, 9450.0, 9418.0, 9463.0, 9404.0, 9462.0, 9391.0, 9448.0, 9407.0, 9466.0, 9419.0, 9478.0, 9390.0, 9458.0, 9404.0, 9457.0, 9402.0, 9455.0, 9415.0, 9440.0, 9401.0, 9439.0, 9402.0, 9440.0, 9414.0, 9423.0, 9402.0, 9425.0, 9402.0, 9439.0, 9406.0, 9455.0, 9405.0, 9456.0, 9404.0, 9452.0, 9421.0, 9456.0, 9431.0, 9411.0, 9431.0, 9386.0, 9447.0, 9396.0, 9458.0, 9399.0, 9442.0, 9386.0, 9447.0, 9404.0, 9461.0, 9400.0, 9459.0, 9410.0, 9442.0, 9399.0, 9443.0, 9408.0, 9457.0, 9396.0, 9427.0, 9381.0, 9441.0, 9386.0, 9457.0, 9402.0, 9443.0, 9403.0, 9442.0, 9389.0, 9445.0, 9403.0, 9456.0, 9402.0, 9441.0, 9388.0, 9443.0, 9403.0, 9442.0, 9400.0, 9440.0, 9401.0, 9424.0, 9403.0, 9426.0, 9407.0, 9442.0, 9407.0, 9441.0, 9408.0, 9458.0, 9409.0, 9472.0, 9423.0, 9456.0, 9422.0, 9401.0, 9434.0, 9404.0, 9449.0, 9413.0, 9460.0, 9384.0, 9444.0, 9374.0, 9448.0, 9402.0, 9459.0, 9405.0, 9445.0, 9403.0, 9442.0, 9393.0, 9444.0, 9400.0, 9441.0, 9396.0, 9422.0, 9388.0, 9438.0, 9389.0, 9441.0, 9402.0, 9429.0, 9392.0, 9443.0, 9410.0, 9445.0, 9411.0, 9460.0, 9410.0, 9470.0, 9412.0, 9474.0, 9426.0, 9458.0, 9426.0, 9434.0, 9441.0, 9451.0, 9443.0, 9463.0, 9469.0, 9395.0, 9456.0, 9411.0, 9468.0, 9410.0, 9470.0, 9410.0, 9466.0, 9410.0, 9482.0, 9415.0, 9484.0, 9440.0, 9468.0, 9426.0, 9467.0, 9429.0, 9464.0, 9437.0, 9463.0, 9412.0, 9462.0, 9428.0, 9468.0, 9432.0, 9463.0, 9413.0, 9478.0, 9429.0, 9467.0, 9427.0, 9461.0, 9427.0, 9460.0, 9410.0, 9444.0, 9409.0, 9460.0, 9424.0, 9488.0, 9423.0, 9470.0, 9420.0, 9471.0, 9423.0, 9469.0, 9423.0, 9455.0, 9423.0, 9469.0, 9425.0, 9457.0, 9434.0, 9402.0, 9445.0, 9388.0, 9446.0, 9404.0, 9449.0, 9428.0, 9446.0, 9370.0, 9447.0, 9414.0, 9433.0, 9435.0, 9445.0, 9398.0, 9429.0, 9356.0, 9434.0, 9389.0, 9447.0, 9388.0, 9461.0, 9375.0, 9447.0, 9392.0, 9458.0, 9393.0, 9460.0, 9423.0, 9448.0, 9415.0, 9451.0, 9428.0, 9447.0, 9425.0, 9470.0, 9420.0, 9456.0, 9422.0, 9485.0, 9424.0, 9456.0, 9419.0, 9390.0, 9435.0, 9389.0, 9448.0, 9390.0, 9465.0, 9393.0, 9452.0, 9397.0, 9454.0, 9396.0, 9465.0, 9410.0, 9464.0, 9424.0, 9461.0, 9429.0, 9462.0, 9425.0, 9446.0, 9411.0, 9444.0, 9411.0, 9448.0, 9410.0, 9430.0, 9422.0, 9470.0, 9421.0, 9469.0, 9408.0, 9471.0, 9421.0, 9470.0, 9403.0, 9466.0, 9423.0, 9455.0, 9420.0, 9465.0, 9418.0, 9466.0, 9423.0, 9471.0, 9407.0, 9467.0, 9422.0, 9446.0, 9422.0, 9474.0, 9427.0, 9471.0, 9424.0, 9407.0, 9440.0, 9437.0, 9444.0, 9480.0, 9440.0, 9447.0, 9450.0, 9376.0, 9435.0, 9396.0, 9454.0, 9398.0, 9465.0, 9381.0, 9449.0, 9378.0, 9451.0, 9401.0, 9466.0, 9407.0, 9465.0, 9407.0, 9464.0, 9428.0, 9455.0, 9421.0, 9449.0, 9406.0, 9448.0, 9421.0, 9448.0, 9428.0, 9446.0, 9421.0, 9472.0, 9419.0, 9470.0, 9408.0, 9458.0, 9421.0, 9471.0, 9405.0, 9414.0, 9422.0, 9430.0, 9435.0, 9401.0, 9445.0, 9371.0, 9442.0, 9403.0, 9443.0, 9399.0, 9445.0, 9400.0, 9425.0, 9401.0, 9427.0, 9401.0, 9450.0, 9400.0, 9416.0, 9397.0, 9392.0, 9399.0, 9394.0, 9425.0, 9381.0, 9421.0, 9383.0, 9422.0, 9383.0, 9423.0, 9397.0, 9421.0, 9381.0, 9417.0, 9382.0, 9416.0, 9379.0, 9412.0, 9362.0, 9397.0, 9378.0, 9400.0, 9373.0, 9408.0, 9372.0, 9420.0, 9377.0, 9423.0, 9377.0, 9438.0, 9378.0, 9397.0, 9379.0, 9387.0, 9392.0, 9374.0, 9409.0, 9362.0, 9421.0, 9369.0, 9425.0, 9383.0, 9440.0, 9387.0, 9425.0, 9403.0, 9427.0, 9400.0, 9424.0, 9403.0, 9463.0, 9395.0, 9431.0, 9397.0, 9444.0, 9379.0, 9439.0, 9389.0, 9373.0, 9407.0, 9370.0, 9404.0, 9371.0, 9414.0, 9345.0, 9399.0, 9356.0, 9397.0, 9374.0, 9395.0, 9360.0, 9408.0, 9360.0, 9367.0, 9363.0, 9372.0, 9388.0, 9372.0, 9399.0, 9344.0, 9396.0, 9383.0, 9406.0, 9363.0, 9414.0, 9347.0, 9420.0, 9393.0, 9414.0, 9377.0, 9400.0, 9392.0, 9450.0, 9397.0, 9410.0, 9397.0, 9365.0, 9397.0, 9370.0, 9425.0, 9405.0, 9413.0, 9399.0, 9384.0, 9414.0, 9384.0, 9409.0, 9366.0, 9403.0, 9379.0, 9407.0, 9365.0, 9398.0, 9378.0, 9433.0, 9360.0, 9408.0, 9359.0, 9422.0, 9363.0, 9396.0, 9385.0, 9355.0, 9386.0, 9355.0, 9404.0, 9358.0, 9402.0, 9361.0, 9398.0, 9361.0, 9384.0, 9362.0, 9413.0, 9377.0, 9399.0, 9376.0, 9390.0, 9386.0, 9396.0, 9414.0, 9385.0, 9439.0, 9385.0, 9427.0, 9385.0, 9430.0, 9409.0, 9426.0, 9364.0, 9406.0, 9410.0, 9393.0, 9441.0, 9376.0, 9427.0, 9374.0, 9380.0, 9361.0, 9372.0, 9362.0, 9396.0, 9362.0, 9413.0, 9370.0, 9395.0, 9387.0, 9413.0, 9418.0, 9374.0, 9421.0, 9401.0, 9434.0, 9463.0, 9400.0, 9448.0, 9379.0, 9403.0, 9363.0, 9388.0, 9342.0, 9382.0, 9340.0, 9380.0, 9339.0, 9385.0, 9357.0, 9383.0, 9355.0, 9398.0, 9342.0, 9404.0, 9379.0, 9393.0, 9414.0, 9392.0, 9371.0, 9410.0, 9431.0, 9401.0, 9431.0, 9404.0, 9409.0, 9416.0, 9431.0, 9437.0, 9428.0, 9418.0, 9387.0, 9464.0, 9411.0, 9457.0, 9463.0, 9436.0, 9403.0, 9448.0, 9388.0, 9450.0, 9396.0, 9448.0, 9400.0, 9445.0, 9372.0, 9446.0, 9373.0, 9451.0, 9414.0, 9446.0, 9398.0, 9441.0, 9370.0, 9441.0, 9396.0, 9467.0, 9445.0, 9470.0, 9438.0, 9467.0, 9434.0, 9429.0, 9441.0, 9410.0, 9486.0, 9428.0, 9476.0, 9443.0, 9482.0, 9445.0, 9463.0, 9464.0, 9444.0, 9471.0, 9414.0, 9433.0, 9378.0, 9405.0, 9353.0, 9388.0, 9334.0, 9381.0, 9326.0, 9335.0, 9330.0, 9302.0, 9324.0, 9284.0, 9335.0, 9298.0, 9340.0, 9314.0, 9360.0, 9340.0, 9345.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.0059215575807787905</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.057877251864125935</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.5074183620895</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2128598068739622</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0043754920398005</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4458</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7712.7769</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10352984190772435</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.468102734051367</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3729733073219426</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2942630362095975</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.518797667219911</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.30585921853632</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00678926</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013116644695401192</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02892322838306427</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.887872777102619</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>32.2278</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8462</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.5578</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307962.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>687.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.2255</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1946</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>615.0311</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3498.1912</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3652.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68582.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1261.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4634.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.3243</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>25.904841435549315</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> |