=== 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-0107 --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-0107",
"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-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-01/func/sub-0107_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>6cd3fb8e70f1153f1aa3fb6c7e3829d8</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:49:10.205000</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.999071, 0.0309688, 0.0299609, -0.0266851, 0.990609, -0.134098]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0806357</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>40</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4221, -7752, -7287, 399, -131, -199, 38, 89]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>234.918</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ef8ef700-0035-44fe-add6-9f76c8b22ddc||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.6804349422454834, -0.07159408181905746, 0.09134746342897415, 115.61528778076172], [-0.08308708667755127, 2.6577305793762207, -0.35957029461860657, -90.09952545166016], [0.08038290590047836, 0.35977575182914734, 2.6743905544281006, -107.87345123291016], [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': ['104910.205000', '104910.665000', '104911.125000', '104911.585000', '104912.045000', '104912.505000', '104912.965000', '104913.425000', '104913.885000', '104914.345000', '104914.805000', '104915.265000', '104915.725000', '104916.185000', '104916.645000', '104917.105000', '104917.565000', '104918.025000', '104918.485000', '104918.945000', '104919.405000', '104919.865000', '104920.325000', '104920.785000', '104921.245000', '104921.705000', '104922.165000', '104922.625000', '104923.085000', '104923.545000', '104924.005000', '104924.465000', '104924.925000', '104925.385000', '104925.845000', '104926.305000', '104926.765000', '104927.225000', '104927.685000', '104928.145000', '104928.605000', '104929.065000', '104929.525000', '104929.985000', '104930.445000', '104930.905000', '104931.365000', '104931.825000', '104932.285000', '104932.745000', '104933.205000', '104933.665000', '104934.125000', '104934.585000', '104935.045000', '104935.505000', '104935.965000', '104936.425000', '104936.885000', '104937.345000', '104937.805000', '104938.265000', '104938.725000', '104939.185000', '104939.645000', '104940.105000', '104940.565000', '104941.025000', '104941.485000', '104941.945000', '104942.405000', '104942.865000', '104943.325000', '104943.785000', '104944.245000', '104944.705000', '104945.165000', '104945.625000', '104946.085000', '104946.545000', '104947.005000', '104947.465000', '104947.925000', '104948.385000', '104948.845000', '104949.305000', '104949.765000', '104950.225000', '104950.685000', '104951.145000', '104951.605000', '104952.065000', '104952.525000', '104952.985000', '104953.445000', '104953.905000', '104954.365000', '104954.825000', '104955.285000', '104955.745000', '104956.205000', '104956.665000', '104957.125000', '104957.585000', '104958.045000', '104958.505000', '104958.965000', '104959.425000', '104959.885000', '105000.345000', '105000.805000', '105001.265000', '105001.725000', '105002.185000', '105002.645000', '105003.105000', '105003.565000', '105004.025000', '105004.485000', '105004.945000', '105005.405000', '105005.865000', '105006.325000', '105006.785000', '105007.245000', '105007.705000', '105008.165000', '105008.625000', '105009.085000', '105009.545000', '105010.005000', '105010.465000', '105010.925000', '105011.385000', '105011.845000', '105012.305000', '105012.765000', '105013.225000', '105013.685000', '105014.145000', '105014.605000', '105015.065000', '105015.525000', '105015.985000', '105016.445000', '105016.905000', '105017.365000', '105017.825000', '105018.285000', '105018.745000', '105019.205000', '105019.665000', '105020.125000', '105020.585000', '105021.045000', '105021.505000', '105021.965000', '105022.425000', '105022.885000', '105023.345000', '105023.805000', '105024.265000', '105024.725000', '105025.185000', '105025.645000', '105026.105000', '105026.565000', '105027.025000', '105027.485000', '105027.945000', '105028.405000', '105028.865000', '105029.325000', '105029.785000', '105030.245000', '105030.705000', '105031.165000', '105031.625000', '105032.085000', '105032.545000', '105033.005000', '105033.465000', '105033.925000', '105034.385000', '105034.845000', '105035.305000', '105035.765000', '105036.225000', '105036.685000', '105037.145000', '105037.605000', '105038.065000', '105038.525000', '105038.985000', '105039.445000', '105039.905000', '105040.365000', '105040.825000', '105041.285000', '105041.745000', '105042.205000', '105042.665000', '105043.125000', '105043.585000', '105044.045000', '105044.505000', '105044.965000', '105045.425000', '105045.885000', '105046.345000', '105046.805000', '105047.265000', '105047.725000', '105048.185000', '105048.645000', '105049.105000', '105049.565000', '105050.025000', '105050.485000', '105050.945000', '105051.405000', '105051.865000', '105052.325000', '105052.785000', '105053.245000', '105053.705000', '105054.165000', '105054.625000', '105055.085000', '105055.545000', '105056.005000', '105056.465000', '105056.925000', '105057.385000', '105057.845000', '105058.305000', '105058.765000', '105059.225000', '105059.685000', '105100.145000', '105100.605000', '105101.065000', '105101.525000', '105101.985000', '105102.445000', '105102.905000', '105103.365000', '105103.825000', '105104.285000', '105104.745000', '105105.205000', '105105.665000', '105106.125000', '105106.585000', '105107.045000', '105107.505000', '105107.965000', '105108.425000', '105108.885000', '105109.345000', '105109.805000', '105110.265000', '105110.725000', '105111.185000', '105111.645000', '105112.105000', '105112.565000', '105113.025000', '105113.485000', '105113.945000', '105114.405000', '105114.865000', '105115.325000', '105115.785000', '105116.245000', '105116.705000', '105117.165000', '105117.625000', '105118.085000', '105118.545000', '105119.005000', '105119.465000', '105119.925000', '105120.385000', '105120.845000', '105121.305000', '105121.765000', '105122.225000', '105122.685000', '105123.145000', '105123.605000', '105124.065000', '105124.525000', '105124.985000', '105125.445000', '105125.905000', '105126.365000', '105126.825000', '105127.285000', '105127.745000', '105128.205000', '105128.665000', '105129.125000', '105129.585000', '105130.045000', '105130.505000', '105130.965000', '105131.425000', '105131.885000', '105132.345000', '105132.805000', '105133.265000', '105133.725000', '105134.185000', '105134.645000', '105135.105000', '105135.565000', '105136.025000', '105136.485000', '105136.945000', '105137.405000', '105137.865000', '105138.325000', '105138.785000', '105139.245000', '105139.705000', '105140.165000', '105140.625000', '105141.085000', '105141.545000', '105142.005000', '105142.465000', '105142.925000', '105143.385000', '105143.845000', '105144.305000', '105144.765000', '105145.225000', '105145.685000', '105146.145000', '105146.605000', '105147.065000', '105147.525000', '105147.985000', '105148.445000', '105148.905000', '105149.365000', '105149.825000', '105150.285000', '105150.745000', '105151.205000', '105151.665000', '105152.125000', '105152.585000', '105153.045000', '105153.505000', '105153.965000', '105154.425000', '105154.885000', '105155.345000', '105155.805000', '105156.265000', '105156.725000', '105157.185000', '105157.645000', '105158.105000', '105158.565000', '105159.025000', '105159.485000', '105159.945000', '105200.405000', '105200.865000', '105201.325000', '105201.785000', '105202.245000', '105202.705000', '105203.165000', '105203.625000', '105204.085000', '105204.545000', '105205.005000', '105205.465000', '105205.925000', '105206.385000', '105206.845000', '105207.305000', '105207.765000', '105208.225000', '105208.685000', '105209.145000', '105209.605000', '105210.065000', '105210.525000', '105210.985000', '105211.445000', '105211.905000', '105212.365000', '105212.825000', '105213.285000', '105213.745000', '105214.205000', '105214.665000', '105215.125000', '105215.585000', '105216.045000', '105216.505000', '105216.965000', '105217.425000', '105217.885000', '105218.345000', '105218.805000', '105219.265000', '105219.725000', '105220.185000', '105220.645000', '105221.105000', '105221.565000', '105222.025000', '105222.485000', '105222.945000', '105223.405000', '105223.865000', '105224.325000', '105224.785000', '105225.245000', '105225.705000', '105226.165000', '105226.625000', '105227.085000', '105227.545000', '105228.005000', '105228.465000', '105228.925000', '105229.385000', '105229.845000', '105230.305000', '105230.765000', '105231.225000', '105231.685000', '105232.145000', '105232.605000', '105233.065000', '105233.525000', '105233.985000', '105234.445000', '105234.905000', '105235.365000', '105235.825000', '105236.285000', '105236.745000', '105237.205000', '105237.665000', '105238.125000', '105238.585000', '105239.045000', '105239.505000', '105239.965000', '105240.425000', '105240.885000', '105241.345000', '105241.805000', '105242.265000', '105242.725000', '105243.185000', '105243.645000', '105244.105000', '105244.565000', '105245.025000', '105245.485000', '105245.945000', '105246.405000', '105246.865000', '105247.325000', '105247.785000', '105248.245000', '105248.705000', '105249.165000', '105249.625000', '105250.085000', '105250.545000', '105251.005000', '105251.465000', '105251.925000', '105252.385000', '105252.845000', '105253.305000', '105253.765000', '105254.225000', '105254.685000', '105255.145000', '105255.605000', '105256.065000', '105256.525000', '105256.985000', '105257.445000', '105257.905000', '105258.365000', '105258.825000', '105259.285000', '105259.745000', '105300.205000', '105300.665000', '105301.125000', '105301.585000', '105302.045000', '105302.505000', '105302.965000', '105303.425000', '105303.885000', '105304.345000', '105304.805000', '105305.265000', '105305.725000', '105306.185000', '105306.645000', '105307.105000', '105307.565000', '105308.025000', '105308.485000', '105308.945000', '105309.405000', '105309.865000', '105310.325000', '105310.785000', '105311.245000', '105311.705000', '105312.165000', '105312.625000', '105313.085000', '105313.545000', '105314.005000', '105314.465000', '105314.925000', '105315.385000', '105315.845000', '105316.305000', '105316.765000', '105317.225000', '105317.685000', '105318.145000', '105318.605000', '105319.065000', '105319.525000', '105319.985000', '105320.445000', '105320.905000', '105321.365000', '105321.825000', '105322.285000', '105322.745000', '105323.205000', '105323.665000', '105324.125000', '105324.585000', '105325.045000', '105325.505000', '105325.965000', '105326.425000', '105326.885000', '105327.345000', '105327.805000', '105328.265000', '105328.725000', '105329.185000', '105329.645000', '105330.105000', '105330.565000', '105331.025000', '105331.485000', '105331.945000', '105332.405000', '105332.865000', '105333.325000', '105333.785000', '105334.245000', '105334.705000', '105335.165000', '105335.625000', '105336.085000', '105336.545000', '105337.005000', '105337.465000', '105337.925000', '105338.385000', '105338.845000', '105339.305000', '105339.765000', '105340.225000', '105340.685000', '105341.145000', '105341.605000', '105342.065000', '105342.525000', '105342.985000', '105343.445000', '105343.905000', '105344.365000', '105344.825000', '105345.285000', '105345.745000', '105346.205000', '105346.665000', '105347.125000', '105347.585000', '105348.045000', '105348.505000', '105348.965000', '105349.425000', '105349.885000', '105350.345000', '105350.805000', '105351.265000', '105351.725000', '105352.185000', '105352.645000', '105353.105000', '105353.565000', '105354.025000', '105354.485000', '105354.945000', '105355.405000', '105355.865000', '105356.325000', '105356.785000', '105357.245000', '105357.705000', '105358.165000', '105358.625000', '105359.085000', '105359.545000', '105400.005000', '105400.465000', '105400.925000', '105401.385000', '105401.845000', '105402.305000', '105402.765000', '105403.225000', '105403.685000', '105404.145000', '105404.605000', '105405.065000', '105405.525000', '105405.985000', '105406.445000', '105406.905000', '105407.365000', '105407.825000', '105408.285000', '105408.745000', '105409.205000', '105409.665000', '105410.125000', '105410.585000', '105411.045000', '105411.505000', '105411.965000', '105412.425000', '105412.885000', '105413.345000', '105413.805000', '105414.265000', '105414.725000', '105415.185000', '105415.645000', '105416.105000', '105416.565000', '105417.025000', '105417.485000', '105417.945000', '105418.405000', '105418.865000', '105419.325000', '105419.785000', '105420.245000', '105420.705000', '105421.165000', '105421.625000', '105422.085000', '105422.545000', '105423.005000', '105423.465000', '105423.925000', '105424.385000', '105424.845000', '105425.305000', '105425.765000', '105426.225000', '105426.685000', '105427.145000', '105427.605000', '105428.065000', '105428.525000', '105428.985000', '105429.445000', '105429.905000', '105430.365000', '105430.825000', '105431.285000', '105431.745000', '105432.205000', '105432.665000', '105433.125000', '105433.585000', '105434.045000', '105434.505000', '105434.965000', '105435.425000', '105435.885000', '105436.345000', '105436.805000', '105437.265000', '105437.725000', '105438.185000', '105438.645000', '105439.105000', '105439.565000', '105440.025000', '105440.485000', '105440.945000', '105441.405000', '105441.865000', '105442.325000', '105442.785000', '105443.245000', '105443.705000', '105444.165000', '105444.625000', '105445.085000', '105445.545000', '105446.005000', '105446.465000', '105446.925000', '105447.385000', '105447.845000', '105448.305000', '105448.765000', '105449.225000', '105449.685000', '105450.145000', '105450.605000', '105451.065000', '105451.525000', '105451.985000', '105452.445000', '105452.905000', '105453.365000', '105453.825000', '105454.285000', '105454.745000', '105455.205000', '105455.665000', '105456.125000', '105456.585000', '105457.045000', '105457.505000', '105457.965000', '105458.425000', '105458.885000', '105459.345000', '105459.805000', '105500.265000', '105500.725000', '105501.185000', '105501.645000', '105502.105000', '105502.565000', '105503.025000', '105503.485000', '105503.945000', '105504.405000', '105504.865000', '105505.325000', '105505.785000', '105506.245000', '105506.705000', '105507.165000', '105507.625000', '105508.085000', '105508.545000', '105509.005000', '105509.465000', '105509.925000', '105510.385000', '105510.845000', '105511.305000', '105511.765000', '105512.225000', '105512.685000', '105513.145000', '105513.605000', '105514.065000', '105514.525000', '105514.985000', '105515.445000', '105515.905000', '105516.365000', '105516.825000', '105517.285000', '105517.745000', '105518.205000', '105518.665000', '105519.125000', '105519.585000', '105520.045000', '105520.505000', '105520.965000', '105521.425000', '105521.885000', '105522.345000', '105522.805000', '105523.265000', '105523.725000', '105524.185000', '105524.645000', '105525.105000', '105525.565000', '105526.025000', '105526.485000', '105526.945000', '105527.405000', '105527.865000', '105528.325000', '105528.785000', '105529.245000', '105529.705000', '105530.165000', '105530.625000', '105531.085000', '105531.545000', '105532.005000', '105532.465000', '105532.925000', '105533.385000', '105533.845000', '105534.305000', '105534.765000', '105535.225000', '105535.685000', '105536.145000', '105536.605000', '105537.065000', '105537.525000', '105537.985000', '105538.445000', '105538.905000', '105539.365000', '105539.825000', '105540.285000', '105540.745000', '105541.205000', '105541.665000', '105542.125000', '105542.585000', '105543.045000', '105543.505000', '105543.965000', '105544.425000', '105544.885000', '105545.345000', '105545.805000', '105546.265000', '105546.725000', '105547.185000', '105547.645000', '105548.105000', '105548.565000', '105549.025000', '105549.485000', '105549.945000', '105550.405000', '105550.865000', '105551.325000', '105551.785000', '105552.245000', '105552.705000', '105553.165000', '105553.625000', '105554.085000', '105554.545000', '105555.005000', '105555.465000', '105555.925000', '105556.385000', '105556.845000', '105557.305000', '105557.765000', '105558.225000', '105558.685000', '105559.145000', '105559.605000', '105600.065000', '105600.525000', '105600.985000', '105601.445000', '105601.905000', '105602.365000', '105602.825000', '105603.285000', '105603.745000', '105604.205000', '105604.665000', '105605.125000', '105605.585000', '105606.045000', '105606.505000', '105606.965000', '105607.425000', '105607.885000', '105608.345000', '105608.805000', '105609.265000', '105609.725000', '105610.185000', '105610.645000', '105611.105000', '105611.565000', '105612.025000', '105612.485000', '105612.945000', '105613.405000', '105613.865000', '105614.325000', '105614.785000', '105615.245000', '105615.705000', '105616.165000', '105616.625000', '105617.085000', '105617.545000', '105618.005000', '105618.465000', '105618.925000', '105619.385000', '105619.845000', '105620.305000', '105620.765000', '105621.225000', '105621.685000', '105622.145000', '105622.605000', '105623.065000', '105623.525000', '105623.985000', '105624.445000', '105624.905000', '105625.365000', '105625.825000', '105626.285000', '105626.745000', '105627.205000', '105627.665000', '105628.125000', '105628.585000', '105629.045000', '105629.505000', '105629.965000', '105630.425000', '105630.885000', '105631.345000', '105631.805000', '105632.265000', '105632.725000', '105633.185000', '105633.645000', '105634.105000', '105634.565000', '105635.025000', '105635.485000', '105635.945000', '105636.405000', '105636.865000', '105637.325000', '105637.785000', '105638.245000', '105638.705000', '105639.165000', '105639.625000', '105640.085000', '105640.545000', '105641.005000', '105641.465000', '105641.925000', '105642.385000', '105642.845000', '105643.305000', '105643.765000', '105644.225000', '105644.685000', '105645.145000', '105645.605000', '105646.065000', '105646.525000', '105646.985000', '105647.445000', '105647.905000', '105648.365000', '105648.825000', '105649.285000', '105649.745000', '105650.205000', '105650.665000', '105651.125000', '105651.585000', '105652.045000', '105652.505000', '105652.965000', '105653.425000', '105653.885000', '105654.345000', '105654.805000', '105655.265000', '105655.725000', '105656.185000', '105656.645000', '105657.105000', '105657.565000', '105658.025000', '105658.485000', '105658.945000', '105659.405000', '105659.865000', '105700.325000', '105700.785000', '105701.245000', '105701.705000', '105702.165000', '105702.625000', '105703.085000', '105703.545000', '105704.005000', '105704.465000', '105704.925000', '105705.385000', '105705.845000', '105706.305000', '105706.765000', '105707.225000', '105707.685000', '105708.145000', '105708.605000', '105709.065000', '105709.525000', '105709.985000', '105710.445000', '105710.905000', '105711.365000', '105711.825000', '105712.285000', '105712.745000', '105713.205000', '105713.665000', '105714.125000', '105714.585000', '105715.045000', '105715.505000', '105715.965000', '105716.425000', '105716.885000', '105717.345000', '105717.805000', '105718.265000', '105718.725000', '105719.185000', '105719.645000', '105720.105000', '105720.565000', '105721.025000', '105721.485000', '105721.945000', '105722.405000', '105722.865000', '105723.325000', '105723.785000', '105724.245000', '105724.705000', '105725.165000', '105725.625000', '105726.085000', '105726.545000', '105727.005000', '105727.465000', '105727.925000', '105728.385000', '105728.845000', '105729.305000', '105729.765000', '105730.225000', '105730.685000', '105731.145000', '105731.605000', '105732.065000', '105732.525000', '105732.985000', '105733.445000', '105733.905000', '105734.365000', '105734.825000', '105735.285000', '105735.745000', '105736.205000', '105736.665000', '105737.125000', '105737.585000', '105738.045000', '105738.505000', '105738.965000', '105739.425000', '105739.885000', '105740.345000', '105740.805000', '105741.265000', '105741.725000', '105742.185000', '105742.645000', '105743.105000', '105743.565000', '105744.025000', '105744.485000', '105744.945000', '105745.405000', '105745.865000', '105746.325000', '105746.785000', '105747.245000', '105747.705000', '105748.165000', '105748.625000', '105749.085000', '105749.545000', '105750.005000', '105750.465000', '105750.925000', '105751.385000', '105751.845000', '105752.305000', '105752.765000', '105753.225000', '105753.685000', '105754.145000', '105754.605000', '105755.065000', '105755.525000', '105755.985000', '105756.445000', '105756.905000', '105757.365000', '105757.825000', '105758.285000', '105758.745000', '105759.205000', '105759.665000', '105800.125000', '105800.585000', '105801.045000', '105801.505000', '105801.965000', '105802.425000', '105802.885000', '105803.345000', '105803.805000', '105804.265000', '105804.725000', '105805.185000', '105805.645000', '105806.105000', '105806.565000', '105807.025000', '105807.485000', '105807.945000', '105808.405000', '105808.865000', '105809.325000', '105809.785000', '105810.245000', '105810.705000', '105811.165000', '105811.625000', '105812.085000', '105812.545000', '105813.005000', '105813.465000', '105813.925000', '105814.385000', '105814.845000', '105815.305000', '105815.765000', '105816.225000', '105816.685000', '105817.145000', '105817.605000', '105818.065000', '105818.525000', '105818.985000', '105819.445000', '105819.905000', '105820.365000', '105820.825000', '105821.285000', '105821.745000', '105822.205000', '105822.665000', '105823.125000', '105823.585000', '105824.045000', '105824.505000', '105824.965000', '105825.425000', '105825.885000'], 'ContentTime': ['104925.990000', '104925.993000', '104925.996000', '104925.998000', '104926.005000', '104926.008000', '104926.010000', '104926.013000', '104926.015000', '104926.018000', '104926.020000', '104926.023000', '104926.025000', '104926.038000', '104926.041000', '104926.043000', '104926.046000', '104926.049000', '104926.062000', '104926.065000', '104926.067000', '104926.070000', '104926.072000', '104926.075000', '104926.077000', '104926.080000', '104926.082000', '104926.085000', '104926.088000', '104926.090000', '104926.093000', '104945.962000', '104945.965000', '104945.968000', '104945.970000', '104945.973000', '104945.975000', '104945.978000', '104945.981000', '104945.983000', '104945.986000', '104945.989000', '104945.991000', '104945.994000', '104945.996000', '104946.000000', '104946.002000', '104946.005000', '104946.019000', '104946.021000', '104946.024000', '104946.026000', '104946.029000', '104946.031000', '104946.034000', '104946.037000', '104946.039000', '104946.042000', '104946.044000', '104946.047000', '104946.049000', '104946.052000', '104946.055000', '104946.057000', '104946.060000', '104946.062000', '104946.075000', '104946.078000', '104946.080000', '104946.083000', '104946.085000', '104946.088000', '104946.091000', '104946.093000', '105005.962000', '105005.965000', '105005.968000', '105005.970000', '105005.973000', '105005.976000', '105005.978000', '105005.981000', '105005.983000', '105005.986000', '105005.989000', '105005.991000', '105006.004000', '105006.007000', '105006.009000', '105006.012000', '105006.015000', '105006.017000', '105006.020000', '105006.022000', '105006.025000', '105006.027000', '105006.030000', '105006.032000', '105006.035000', '105006.038000', '105006.040000', '105006.043000', '105006.045000', '105006.048000', '105006.050000', '105006.053000', '105006.056000', '105006.058000', '105006.061000', '105006.063000', '105006.066000', '105006.068000', '105006.071000', '105006.073000', '105006.076000', '105006.079000', '105006.081000', '105006.084000', '105025.962000', '105025.965000', '105025.968000', '105025.970000', '105025.973000', '105025.975000', '105025.978000', '105025.981000', '105025.983000', '105025.986000', '105025.989000', '105025.991000', '105025.994000', '105025.996000', '105026.000000', '105026.002000', '105026.005000', '105026.007000', '105026.010000', '105026.013000', '105026.015000', '105026.018000', '105026.020000', '105026.023000', '105026.025000', '105026.028000', '105026.031000', '105026.033000', '105026.036000', '105026.038000', '105026.041000', '105026.044000', '105026.046000', '105026.049000', '105026.051000', '105026.054000', '105026.056000', '105026.059000', '105026.062000', '105026.064000', '105026.067000', '105026.069000', '105026.072000', '105045.961000', '105045.964000', '105045.967000', '105045.969000', '105045.972000', '105045.975000', '105045.977000', '105045.980000', '105045.982000', '105045.985000', '105045.988000', '105045.990000', '105045.993000', '105045.995000', '105045.998000', '105046.002000', '105046.004000', '105046.007000', '105046.009000', '105046.012000', '105046.015000', '105046.017000', '105046.020000', '105046.022000', '105046.025000', '105046.028000', '105046.030000', '105046.033000', '105046.035000', '105046.038000', '105046.041000', '105046.043000', '105046.046000', '105046.048000', '105046.051000', '105046.053000', '105046.056000', '105046.059000', '105046.061000', '105046.064000', '105046.066000', '105046.069000', '105046.072000', '105046.074000', '105105.961000', '105105.964000', '105105.967000', '105105.969000', '105105.972000', '105105.975000', '105105.977000', '105105.980000', '105105.982000', '105105.985000', '105105.988000', '105105.990000', '105105.993000', '105105.995000', '105105.998000', '105106.002000', '105106.004000', '105106.007000', '105106.009000', '105106.012000', '105106.014000', '105106.029000', '105106.032000', '105106.034000', '105106.037000', '105106.040000', '105106.042000', '105106.045000', '105106.047000', '105106.050000', '105106.053000', '105106.055000', '105106.058000', '105106.060000', '105106.063000', '105106.066000', '105106.068000', '105106.071000', '105106.073000', '105106.076000', '105106.078000', '105106.081000', '105106.084000', '105125.962000', '105125.966000', '105125.968000', '105125.971000', '105125.973000', '105125.976000', '105125.979000', '105125.981000', '105125.984000', '105125.986000', '105125.989000', '105125.991000', '105125.994000', '105125.997000', '105126.000000', '105126.003000', '105126.005000', '105126.008000', '105126.011000', '105126.013000', '105126.016000', '105126.019000', '105126.021000', '105126.024000', '105126.026000', '105126.029000', '105126.031000', '105126.034000', '105126.037000', '105126.039000', '105126.042000', '105126.044000', '105126.047000', '105126.049000', '105126.052000', '105126.055000', '105126.057000', '105126.060000', '105126.062000', '105126.065000', '105126.068000', '105126.070000', '105126.073000', '105126.075000', '105145.963000', '105145.966000', '105145.968000', '105145.971000', '105145.973000', '105145.976000', '105145.979000', '105145.981000', '105145.984000', '105145.986000', '105145.989000', '105145.991000', '105145.994000', '105145.997000', '105145.999000', '105146.002000', '105146.004000', '105146.007000', '105146.010000', '105146.012000', '105146.015000', '105146.017000', '105146.020000', '105146.023000', '105146.025000', '105146.028000', '105146.030000', '105146.033000', '105146.035000', '105146.038000', '105146.041000', '105146.043000', '105146.046000', '105146.048000', '105146.051000', '105146.053000', '105146.056000', '105146.059000', '105146.061000', '105146.064000', '105146.066000', '105146.069000', '105146.071000', '105205.962000', '105205.965000', '105205.968000', '105205.970000', '105205.973000', '105205.975000', '105205.978000', '105205.980000', '105205.983000', '105205.986000', '105205.988000', '105205.991000', '105205.993000', '105205.996000', '105205.998000', '105206.002000', '105206.005000', '105206.007000', '105206.010000', '105206.012000', '105206.015000', '105206.017000', '105206.020000', '105206.023000', '105206.025000', '105206.028000', '105206.030000', '105206.033000', '105206.035000', '105206.038000', '105206.041000', '105206.043000', '105206.046000', '105206.048000', '105206.051000', '105206.054000', '105206.056000', '105206.059000', '105206.061000', '105206.064000', '105206.066000', '105206.069000', '105206.071000', '105206.074000', '105225.963000', '105225.965000', '105225.968000', '105225.971000', '105225.973000', '105225.976000', '105225.978000', '105225.981000', '105225.984000', '105225.986000', '105225.989000', '105225.991000', '105225.994000', '105225.996000', '105226.000000', '105226.003000', '105226.005000', '105226.008000', '105226.010000', '105226.013000', '105226.016000', '105226.018000', '105226.021000', '105226.023000', '105226.026000', '105226.029000', '105226.031000', '105226.034000', '105226.036000', '105226.039000', '105226.041000', '105226.044000', '105226.047000', '105226.049000', '105226.052000', '105226.055000', '105226.057000', '105226.060000', '105226.062000', '105226.065000', '105226.067000', '105226.070000', '105226.073000', '105245.963000', '105245.965000', '105245.968000', '105245.971000', '105245.973000', '105245.976000', '105245.978000', '105245.981000', '105245.984000', '105245.986000', '105245.989000', '105245.991000', '105245.994000', '105245.996000', '105246.000000', '105246.004000', '105246.006000', '105246.067000', '105246.070000', '105246.072000', '105246.075000', '105246.077000', '105246.080000', '105246.083000', '105246.085000', '105246.088000', '105246.090000', '105246.093000', '105246.096000', '105246.098000', '105246.101000', '105246.103000', '105246.106000', '105246.108000', '105246.111000', '105246.114000', '105246.116000', '105246.119000', '105246.121000', '105246.124000', '105246.126000', '105246.129000', '105246.132000', '105246.134000', '105305.962000', '105305.964000', '105305.967000', '105305.970000', '105305.972000', '105305.975000', '105305.978000', '105305.980000', '105305.983000', '105305.985000', '105305.988000', '105305.991000', '105305.993000', '105305.996000', '105305.998000', '105306.002000', '105306.005000', '105306.007000', '105306.010000', '105306.012000', '105306.015000', '105306.017000', '105306.020000', '105306.023000', '105306.025000', '105306.028000', '105306.030000', '105306.033000', '105306.036000', '105306.038000', '105306.041000', '105306.043000', '105306.046000', '105306.049000', '105306.051000', '105306.054000', '105306.056000', '105306.059000', '105306.061000', '105306.064000', '105306.067000', '105306.069000', '105306.072000', '105325.961000', '105325.964000', '105325.967000', '105325.969000', '105325.972000', '105325.975000', '105325.977000', '105325.980000', '105325.982000', '105325.985000', '105325.988000', '105325.991000', '105325.994000', '105325.997000', '105326.000000', '105326.003000', '105326.006000', '105326.008000', '105326.011000', '105326.014000', '105326.016000', '105326.019000', '105326.021000', '105326.024000', '105326.026000', '105326.029000', '105326.031000', '105326.034000', '105326.037000', '105326.039000', '105326.042000', '105326.045000', '105326.047000', '105326.050000', '105326.052000', '105326.055000', '105326.058000', '105326.060000', '105326.063000', '105326.065000', '105326.068000', '105326.070000', '105326.073000', '105345.962000', '105345.965000', '105345.967000', '105345.970000', '105345.973000', '105345.975000', '105345.978000', '105345.980000', '105345.983000', '105345.985000', '105345.988000', '105345.991000', '105345.993000', '105345.996000', '105345.999000', '105346.001000', '105346.004000', '105346.007000', '105346.009000', '105346.012000', '105346.014000', '105346.017000', '105346.019000', '105346.022000', '105346.025000', '105346.027000', '105346.030000', '105346.032000', '105346.035000', '105346.038000', '105346.040000', '105346.043000', '105346.046000', '105346.048000', '105346.051000', '105346.053000', '105346.056000', '105346.058000', '105346.061000', '105346.064000', '105346.066000', '105346.069000', '105346.071000', '105346.074000', '105405.963000', '105405.965000', '105405.968000', '105405.971000', '105405.973000', '105405.976000', '105405.978000', '105405.981000', '105405.984000', '105405.986000', '105405.989000', '105405.991000', '105405.994000', '105405.997000', '105405.999000', '105406.002000', '105406.005000', '105406.007000', '105406.010000', '105406.013000', '105406.015000', '105406.018000', '105406.020000', '105406.023000', '105406.026000', '105406.028000', '105406.031000', '105406.047000', '105406.050000', '105406.052000', '105406.055000', '105406.058000', '105406.061000', '105406.063000', '105406.066000', '105406.069000', '105406.071000', '105406.074000', '105406.077000', '105406.079000', '105406.082000', '105406.085000', '105406.087000', '105425.962000', '105425.965000', '105425.968000', '105425.971000', '105425.973000', '105425.976000', '105425.978000', '105425.981000', '105425.984000', '105425.986000', '105425.989000', '105425.991000', '105425.994000', '105425.996000', '105426.000000', '105426.003000', '105426.005000', '105426.008000', '105426.011000', '105426.013000', '105426.016000', '105426.018000', '105426.021000', '105426.024000', '105426.026000', '105426.029000', '105426.031000', '105426.034000', '105426.037000', '105426.039000', '105426.042000', '105426.045000', '105426.047000', '105426.050000', '105426.052000', '105426.055000', '105426.057000', '105426.060000', '105426.063000', '105426.065000', '105426.068000', '105426.073000', '105426.075000', '105426.078000', '105445.963000', '105445.966000', '105445.968000', '105445.971000', '105445.973000', '105445.976000', '105445.978000', '105445.981000', '105445.984000', '105445.986000', '105445.989000', '105445.991000', '105445.994000', '105445.997000', '105446.000000', '105446.003000', '105446.005000', '105446.008000', '105446.010000', '105446.013000', '105446.015000', '105446.019000', '105446.022000', '105446.025000', '105446.028000', '105446.030000', '105446.033000', '105446.035000', '105446.038000', '105446.041000', '105446.043000', '105446.046000', '105446.048000', '105446.051000', '105446.053000', '105446.056000', '105446.059000', '105446.061000', '105446.064000', '105446.066000', '105446.069000', '105446.071000', '105446.074000', '105505.963000', '105505.965000', '105505.968000', '105505.971000', '105505.973000', '105505.976000', '105505.978000', '105505.981000', '105505.983000', '105505.986000', '105505.989000', '105505.991000', '105505.994000', '105505.996000', '105506.000000', '105506.003000', '105506.005000', '105506.008000', '105506.010000', '105506.013000', '105506.016000', '105506.018000', '105506.021000', '105506.023000', '105506.026000', '105506.029000', '105506.031000', '105506.034000', '105506.036000', '105506.039000', '105506.042000', '105506.045000', '105506.047000', '105506.050000', '105506.052000', '105506.055000', '105506.058000', '105506.060000', '105506.063000', '105506.065000', '105506.068000', '105506.071000', '105506.073000', '105506.076000', '105525.962000', '105525.964000', '105525.967000', '105525.970000', '105525.972000', '105525.975000', '105525.977000', '105525.980000', '105525.982000', '105525.985000', '105525.988000', '105525.990000', '105525.993000', '105525.996000', '105525.998000', '105526.002000', '105526.004000', '105526.007000', '105526.009000', '105526.012000', '105526.015000', '105526.017000', '105526.020000', '105526.022000', '105526.025000', '105526.027000', '105526.030000', '105526.033000', '105526.035000', '105526.038000', '105526.040000', '105526.043000', '105526.046000', '105526.049000', '105526.052000', '105526.055000', '105526.057000', '105526.060000', '105526.099000', '105526.102000', '105526.104000', '105526.107000', '105526.109000', '105545.961000', '105545.964000', '105545.967000', '105545.970000', '105545.972000', '105545.975000', '105545.977000', '105545.980000', '105545.983000', '105545.985000', '105545.988000', '105545.991000', '105545.993000', '105545.996000', '105545.998000', '105546.002000', '105546.005000', '105546.007000', '105546.010000', '105546.012000', '105546.015000', '105546.017000', '105546.020000', '105546.023000', '105546.033000', '105546.036000', '105546.039000', '105546.041000', '105546.044000', '105546.046000', '105546.049000', '105546.052000', '105546.054000', '105546.057000', '105546.060000', '105546.062000', '105546.065000', '105546.067000', '105546.070000', '105546.073000', '105546.075000', '105546.078000', '105546.080000', '105546.083000', '105605.962000', '105605.964000', '105605.967000', '105605.970000', '105605.972000', '105605.975000', '105605.977000', '105605.980000', '105605.983000', '105605.985000', '105605.988000', '105605.990000', '105605.993000', '105605.996000', '105605.998000', '105606.002000', '105606.004000', '105606.007000', '105606.010000', '105606.012000', '105606.015000', '105606.017000', '105606.020000', '105606.023000', '105606.026000', '105606.029000', '105606.031000', '105606.034000', '105606.037000', '105606.039000', '105606.042000', '105606.044000', '105606.047000', '105606.050000', '105606.052000', '105606.055000', '105606.057000', '105606.060000', '105606.063000', '105606.065000', '105606.068000', '105606.071000', '105606.073000', '105625.963000', '105625.966000', '105625.968000', '105625.971000', '105625.974000', '105625.976000', '105625.979000', '105625.981000', '105625.984000', '105625.987000', '105625.989000', '105625.992000', '105625.995000', '105625.997000', '105626.000000', '105626.003000', '105626.005000', '105626.008000', '105626.010000', '105626.013000', '105626.016000', '105626.018000', '105626.021000', '105626.023000', '105626.026000', '105626.029000', '105626.031000', '105626.034000', '105626.036000', '105626.039000', '105626.042000', '105626.044000', '105626.047000', '105626.049000', '105626.052000', '105626.055000', '105626.057000', '105626.060000', '105626.063000', '105626.065000', '105626.068000', '105626.070000', '105626.073000', '105626.075000', '105645.963000', '105645.966000', '105645.968000', '105645.971000', '105645.973000', '105645.976000', '105645.979000', '105645.981000', '105645.984000', '105645.986000', '105645.989000', '105645.992000', '105645.994000', '105645.997000', '105646.000000', '105646.003000', '105646.006000', '105646.008000', '105646.011000', '105646.013000', '105646.016000', '105646.018000', '105646.021000', '105646.024000', '105646.026000', '105646.029000', '105646.031000', '105646.034000', '105646.037000', '105646.039000', '105646.042000', '105646.044000', '105646.047000', '105646.050000', '105646.052000', '105646.055000', '105646.057000', '105646.060000', '105646.063000', '105646.065000', '105646.068000', '105646.071000', '105646.073000', '105705.963000', '105705.966000', '105705.968000', '105705.971000', '105705.973000', '105705.984000', '105705.996000', '105706.000000', '105706.003000', '105706.005000', '105706.008000', '105706.010000', '105706.013000', '105706.016000', '105706.018000', '105706.021000', '105706.023000', '105706.026000', '105706.028000', '105706.031000', '105706.034000', '105706.036000', '105706.039000', '105706.042000', '105706.044000', '105706.047000', '105706.050000', '105706.053000', '105706.055000', '105706.058000', '105706.060000', '105706.063000', '105706.066000', '105706.068000', '105706.071000', '105706.074000', '105706.076000', '105706.079000', '105706.081000', '105706.084000', '105706.087000', '105706.089000', '105706.092000', '105706.095000', '105725.963000', '105725.965000', '105725.968000', '105725.971000', '105725.973000', '105725.976000', '105725.979000', '105725.981000', '105725.984000', '105725.986000', '105725.989000', '105725.992000', '105725.994000', '105725.997000', '105726.000000', '105726.003000', '105726.005000', '105726.008000', '105726.011000', '105726.013000', '105726.016000', '105726.018000', '105726.021000', '105726.024000', '105726.026000', '105726.029000', '105726.031000', '105726.034000', '105726.037000', '105726.039000', '105726.042000', '105726.044000', '105726.047000', '105726.050000', '105726.052000', '105726.055000', '105726.058000', '105726.060000', '105726.063000', '105726.065000', '105726.068000', '105726.070000', '105726.073000', '105745.961000', '105745.964000', '105745.967000', '105745.970000', '105745.972000', '105745.975000', '105745.978000', '105745.980000', '105745.983000', '105745.986000', '105745.988000', '105745.991000', '105745.993000', '105745.996000', '105746.000000', '105746.002000', '105746.005000', '105746.008000', '105746.010000', '105746.013000', '105746.016000', '105746.018000', '105746.021000', '105746.023000', '105746.026000', '105746.037000', '105746.039000', '105746.042000', '105746.045000', '105746.047000', '105746.050000', '105746.052000', '105746.055000', '105746.058000', '105746.060000', '105746.063000', '105746.066000', '105746.068000', '105746.071000', '105746.073000', '105746.076000', '105746.078000', '105746.081000', '105746.084000', '105805.962000', '105805.964000', '105805.967000', '105805.970000', '105805.972000', '105805.975000', '105805.978000', '105805.980000', '105805.983000', '105805.985000', '105805.988000', '105805.991000', '105805.993000', '105805.996000', '105806.000000', '105806.002000', '105806.005000', '105806.008000', '105806.010000', '105806.013000', '105806.015000', '105806.018000', '105806.021000', '105806.023000', '105806.026000', '105806.028000', '105806.031000', '105806.034000', '105806.036000', '105806.039000', '105806.042000', '105806.044000', '105806.047000', '105806.049000', '105806.052000', '105806.055000', '105806.057000', '105806.060000', '105806.062000', '105806.065000', '105806.068000', '105806.070000', '105806.073000', '105825.962000', '105825.965000', '105825.967000', '105825.970000', '105825.973000', '105825.975000', '105825.978000', '105825.980000', '105825.983000', '105825.986000', '105825.988000', '105825.991000', '105825.993000', '105825.996000', '105826.000000', '105826.002000', '105826.005000', '105826.007000', '105826.010000', '105826.013000', '105826.015000', '105826.018000', '105826.021000', '105826.023000', '105826.026000', '105826.028000', '105826.031000', '105826.034000', '105826.036000', '105826.039000', '105826.041000', '105826.044000', '105826.047000', '105826.049000', '105826.052000', '105826.055000', '105826.057000', '105826.060000', '105826.062000', '105826.065000', '105826.068000', '105826.070000', '105826.073000', '105826.076000', '105827.728000', '105827.731000', '105827.733000', '105827.736000'], 'InstanceCreationTime': ['104925.990000', '104925.993000', '104925.996000', '104925.998000', '104926.005000', '104926.008000', '104926.010000', '104926.013000', '104926.015000', '104926.018000', '104926.020000', '104926.023000', '104926.025000', '104926.038000', '104926.041000', '104926.043000', '104926.046000', '104926.049000', '104926.062000', '104926.065000', '104926.067000', '104926.070000', '104926.072000', '104926.075000', '104926.077000', '104926.080000', '104926.082000', '104926.085000', '104926.088000', '104926.090000', '104926.093000', '104945.962000', '104945.965000', '104945.968000', '104945.970000', '104945.973000', '104945.975000', '104945.978000', '104945.981000', '104945.983000', '104945.986000', '104945.989000', '104945.991000', '104945.994000', '104945.996000', '104946.000000', '104946.002000', '104946.005000', '104946.019000', '104946.021000', '104946.024000', '104946.026000', '104946.029000', '104946.031000', '104946.034000', '104946.037000', '104946.039000', '104946.042000', '104946.044000', '104946.047000', '104946.049000', '104946.052000', '104946.055000', '104946.057000', '104946.060000', '104946.062000', '104946.075000', '104946.078000', '104946.080000', '104946.083000', '104946.085000', '104946.088000', '104946.091000', '104946.093000', '105005.962000', '105005.965000', '105005.968000', '105005.970000', '105005.973000', '105005.976000', '105005.978000', '105005.981000', '105005.983000', '105005.986000', '105005.989000', '105005.991000', '105006.004000', '105006.007000', '105006.009000', '105006.012000', '105006.015000', '105006.017000', '105006.020000', '105006.022000', '105006.025000', '105006.027000', '105006.030000', '105006.032000', '105006.035000', '105006.038000', '105006.040000', '105006.043000', '105006.045000', '105006.048000', '105006.050000', '105006.053000', '105006.056000', '105006.058000', '105006.061000', '105006.063000', '105006.066000', '105006.068000', '105006.071000', '105006.073000', '105006.076000', '105006.079000', '105006.081000', '105006.084000', '105025.962000', '105025.965000', '105025.968000', '105025.970000', '105025.973000', '105025.975000', '105025.978000', '105025.981000', '105025.983000', '105025.986000', '105025.989000', '105025.991000', '105025.994000', '105025.996000', '105026.000000', '105026.002000', '105026.005000', '105026.007000', '105026.010000', '105026.013000', '105026.015000', '105026.018000', '105026.020000', '105026.023000', '105026.025000', '105026.028000', '105026.031000', '105026.033000', '105026.036000', '105026.038000', '105026.041000', '105026.044000', '105026.046000', '105026.049000', '105026.051000', '105026.054000', '105026.056000', '105026.059000', '105026.062000', '105026.064000', '105026.067000', '105026.069000', '105026.072000', '105045.961000', '105045.964000', '105045.967000', '105045.969000', '105045.972000', '105045.975000', '105045.977000', '105045.980000', '105045.982000', '105045.985000', '105045.988000', '105045.990000', '105045.993000', '105045.995000', '105045.998000', '105046.002000', '105046.004000', '105046.007000', '105046.009000', '105046.012000', '105046.015000', '105046.017000', '105046.020000', '105046.022000', '105046.025000', '105046.028000', '105046.030000', '105046.033000', '105046.035000', '105046.038000', '105046.041000', '105046.043000', '105046.046000', '105046.048000', '105046.051000', '105046.053000', '105046.056000', '105046.059000', '105046.061000', '105046.064000', '105046.066000', '105046.069000', '105046.072000', '105046.074000', '105105.961000', '105105.964000', '105105.967000', '105105.969000', '105105.972000', '105105.975000', '105105.977000', '105105.980000', '105105.982000', '105105.985000', '105105.988000', '105105.990000', '105105.993000', '105105.995000', '105105.998000', '105106.002000', '105106.004000', '105106.007000', '105106.009000', '105106.012000', '105106.014000', '105106.029000', '105106.032000', '105106.034000', '105106.037000', '105106.040000', '105106.042000', '105106.045000', '105106.047000', '105106.050000', '105106.053000', '105106.055000', '105106.058000', '105106.060000', '105106.063000', '105106.066000', '105106.068000', '105106.071000', '105106.073000', '105106.076000', '105106.078000', '105106.081000', '105106.084000', '105125.962000', '105125.966000', '105125.968000', '105125.971000', '105125.973000', '105125.976000', '105125.979000', '105125.981000', '105125.984000', '105125.986000', '105125.989000', '105125.991000', '105125.994000', '105125.997000', '105126.000000', '105126.003000', '105126.005000', '105126.008000', '105126.011000', '105126.013000', '105126.016000', '105126.019000', '105126.021000', '105126.024000', '105126.026000', '105126.029000', '105126.031000', '105126.034000', '105126.037000', '105126.039000', '105126.042000', '105126.044000', '105126.047000', '105126.049000', '105126.052000', '105126.055000', '105126.057000', '105126.060000', '105126.062000', '105126.065000', '105126.068000', '105126.070000', '105126.073000', '105126.075000', '105145.963000', '105145.966000', '105145.968000', '105145.971000', '105145.973000', '105145.976000', '105145.979000', '105145.981000', '105145.984000', '105145.986000', '105145.989000', '105145.991000', '105145.994000', '105145.997000', '105145.999000', '105146.002000', '105146.004000', '105146.007000', '105146.010000', '105146.012000', '105146.015000', '105146.017000', '105146.020000', '105146.023000', '105146.025000', '105146.028000', '105146.030000', '105146.033000', '105146.035000', '105146.038000', '105146.041000', '105146.043000', '105146.046000', '105146.048000', '105146.051000', '105146.053000', '105146.056000', '105146.059000', '105146.061000', '105146.064000', '105146.066000', '105146.069000', '105146.071000', '105205.962000', '105205.965000', '105205.968000', '105205.970000', '105205.973000', '105205.975000', '105205.978000', '105205.980000', '105205.983000', '105205.986000', '105205.988000', '105205.991000', '105205.993000', '105205.996000', '105205.998000', '105206.002000', '105206.005000', '105206.007000', '105206.010000', '105206.012000', '105206.015000', '105206.017000', '105206.020000', '105206.023000', '105206.025000', '105206.028000', '105206.030000', '105206.033000', '105206.035000', '105206.038000', '105206.041000', '105206.043000', '105206.046000', '105206.048000', '105206.051000', '105206.054000', '105206.056000', '105206.059000', '105206.061000', '105206.064000', '105206.066000', '105206.069000', '105206.071000', '105206.074000', '105225.963000', '105225.965000', '105225.968000', '105225.971000', '105225.973000', '105225.976000', '105225.978000', '105225.981000', '105225.984000', '105225.986000', '105225.989000', '105225.991000', '105225.994000', '105225.996000', '105226.000000', '105226.003000', '105226.005000', '105226.008000', '105226.010000', '105226.013000', '105226.016000', '105226.018000', '105226.021000', '105226.023000', '105226.026000', '105226.029000', '105226.031000', '105226.034000', '105226.036000', '105226.039000', '105226.041000', '105226.044000', '105226.047000', '105226.049000', '105226.052000', '105226.055000', '105226.057000', '105226.060000', '105226.062000', '105226.065000', '105226.067000', '105226.070000', '105226.073000', '105245.963000', '105245.965000', '105245.968000', '105245.971000', '105245.973000', '105245.976000', '105245.978000', '105245.981000', '105245.984000', '105245.986000', '105245.989000', '105245.991000', '105245.994000', '105245.996000', '105246.000000', '105246.004000', '105246.006000', '105246.067000', '105246.070000', '105246.072000', '105246.075000', '105246.077000', '105246.080000', '105246.083000', '105246.085000', '105246.088000', '105246.090000', '105246.093000', '105246.096000', '105246.098000', '105246.101000', '105246.103000', '105246.106000', '105246.108000', '105246.111000', '105246.114000', '105246.116000', '105246.119000', '105246.121000', '105246.124000', '105246.126000', '105246.129000', '105246.132000', '105246.134000', '105305.962000', '105305.964000', '105305.967000', '105305.970000', '105305.972000', '105305.975000', '105305.978000', '105305.980000', '105305.983000', '105305.985000', '105305.988000', '105305.991000', '105305.993000', '105305.996000', '105305.998000', '105306.002000', '105306.005000', '105306.007000', '105306.010000', '105306.012000', '105306.015000', '105306.017000', '105306.020000', '105306.023000', '105306.025000', '105306.028000', '105306.030000', '105306.033000', '105306.036000', '105306.038000', '105306.041000', '105306.043000', '105306.046000', '105306.049000', '105306.051000', '105306.054000', '105306.056000', '105306.059000', '105306.061000', '105306.064000', '105306.067000', '105306.069000', '105306.072000', '105325.961000', '105325.964000', '105325.967000', '105325.969000', '105325.972000', '105325.975000', '105325.977000', '105325.980000', '105325.982000', '105325.985000', '105325.988000', '105325.991000', '105325.994000', '105325.997000', '105326.000000', '105326.003000', '105326.006000', '105326.008000', '105326.011000', '105326.014000', '105326.016000', '105326.019000', '105326.021000', '105326.024000', '105326.026000', '105326.029000', '105326.031000', '105326.034000', '105326.037000', '105326.039000', '105326.042000', '105326.045000', '105326.047000', '105326.050000', '105326.052000', '105326.055000', '105326.058000', '105326.060000', '105326.063000', '105326.065000', '105326.068000', '105326.070000', '105326.073000', '105345.962000', '105345.965000', '105345.967000', '105345.970000', '105345.973000', '105345.975000', '105345.978000', '105345.980000', '105345.983000', '105345.985000', '105345.988000', '105345.991000', '105345.993000', '105345.996000', '105345.999000', '105346.001000', '105346.004000', '105346.007000', '105346.009000', '105346.012000', '105346.014000', '105346.017000', '105346.019000', '105346.022000', '105346.025000', '105346.027000', '105346.030000', '105346.032000', '105346.035000', '105346.038000', '105346.040000', '105346.043000', '105346.046000', '105346.048000', '105346.051000', '105346.053000', '105346.056000', '105346.058000', '105346.061000', '105346.064000', '105346.066000', '105346.069000', '105346.071000', '105346.074000', '105405.963000', '105405.965000', '105405.968000', '105405.971000', '105405.973000', '105405.976000', '105405.978000', '105405.981000', '105405.984000', '105405.986000', '105405.989000', '105405.991000', '105405.994000', '105405.997000', '105405.999000', '105406.002000', '105406.005000', '105406.007000', '105406.010000', '105406.013000', '105406.015000', '105406.018000', '105406.020000', '105406.023000', '105406.026000', '105406.028000', '105406.031000', '105406.047000', '105406.050000', '105406.052000', '105406.055000', '105406.058000', '105406.061000', '105406.063000', '105406.066000', '105406.069000', '105406.071000', '105406.074000', '105406.077000', '105406.079000', '105406.082000', '105406.085000', '105406.087000', '105425.962000', '105425.965000', '105425.968000', '105425.971000', '105425.973000', '105425.976000', '105425.978000', '105425.981000', '105425.984000', '105425.986000', '105425.989000', '105425.991000', '105425.994000', '105425.996000', '105426.000000', '105426.003000', '105426.005000', '105426.008000', '105426.011000', '105426.013000', '105426.016000', '105426.018000', '105426.021000', '105426.024000', '105426.026000', '105426.029000', '105426.031000', '105426.034000', '105426.037000', '105426.039000', '105426.042000', '105426.045000', '105426.047000', '105426.050000', '105426.052000', '105426.055000', '105426.057000', '105426.060000', '105426.063000', '105426.065000', '105426.068000', '105426.073000', '105426.075000', '105426.078000', '105445.963000', '105445.966000', '105445.968000', '105445.971000', '105445.973000', '105445.976000', '105445.978000', '105445.981000', '105445.984000', '105445.986000', '105445.989000', '105445.991000', '105445.994000', '105445.997000', '105446.000000', '105446.003000', '105446.005000', '105446.008000', '105446.010000', '105446.013000', '105446.015000', '105446.019000', '105446.022000', '105446.025000', '105446.028000', '105446.030000', '105446.033000', '105446.035000', '105446.038000', '105446.041000', '105446.043000', '105446.046000', '105446.048000', '105446.051000', '105446.053000', '105446.056000', '105446.059000', '105446.061000', '105446.064000', '105446.066000', '105446.069000', '105446.071000', '105446.074000', '105505.963000', '105505.965000', '105505.968000', '105505.971000', '105505.973000', '105505.976000', '105505.978000', '105505.981000', '105505.983000', '105505.986000', '105505.989000', '105505.991000', '105505.994000', '105505.996000', '105506.000000', '105506.003000', '105506.005000', '105506.008000', '105506.010000', '105506.013000', '105506.016000', '105506.018000', '105506.021000', '105506.023000', '105506.026000', '105506.029000', '105506.031000', '105506.034000', '105506.036000', '105506.039000', '105506.042000', '105506.045000', '105506.047000', '105506.050000', '105506.052000', '105506.055000', '105506.058000', '105506.060000', '105506.063000', '105506.065000', '105506.068000', '105506.071000', '105506.073000', '105506.076000', '105525.962000', '105525.964000', '105525.967000', '105525.970000', '105525.972000', '105525.975000', '105525.977000', '105525.980000', '105525.982000', '105525.985000', '105525.988000', '105525.990000', '105525.993000', '105525.996000', '105525.998000', '105526.002000', '105526.004000', '105526.007000', '105526.009000', '105526.012000', '105526.015000', '105526.017000', '105526.020000', '105526.022000', '105526.025000', '105526.027000', '105526.030000', '105526.033000', '105526.035000', '105526.038000', '105526.040000', '105526.043000', '105526.046000', '105526.049000', '105526.052000', '105526.055000', '105526.057000', '105526.060000', '105526.099000', '105526.102000', '105526.104000', '105526.107000', '105526.109000', '105545.961000', '105545.964000', '105545.967000', '105545.970000', '105545.972000', '105545.975000', '105545.977000', '105545.980000', '105545.983000', '105545.985000', '105545.988000', '105545.991000', '105545.993000', '105545.996000', '105545.998000', '105546.002000', '105546.005000', '105546.007000', '105546.010000', '105546.012000', '105546.015000', '105546.017000', '105546.020000', '105546.023000', '105546.033000', '105546.036000', '105546.039000', '105546.041000', '105546.044000', '105546.046000', '105546.049000', '105546.052000', '105546.054000', '105546.057000', '105546.060000', '105546.062000', '105546.065000', '105546.067000', '105546.070000', '105546.073000', '105546.075000', '105546.078000', '105546.080000', '105546.083000', '105605.962000', '105605.964000', '105605.967000', '105605.970000', '105605.972000', '105605.975000', '105605.977000', '105605.980000', '105605.983000', '105605.985000', '105605.988000', '105605.990000', '105605.993000', '105605.996000', '105605.998000', '105606.002000', '105606.004000', '105606.007000', '105606.010000', '105606.012000', '105606.015000', '105606.017000', '105606.020000', '105606.023000', '105606.026000', '105606.029000', '105606.031000', '105606.034000', '105606.037000', '105606.039000', '105606.042000', '105606.044000', '105606.047000', '105606.050000', '105606.052000', '105606.055000', '105606.057000', '105606.060000', '105606.063000', '105606.065000', '105606.068000', '105606.071000', '105606.073000', '105625.963000', '105625.966000', '105625.968000', '105625.971000', '105625.974000', '105625.976000', '105625.979000', '105625.981000', '105625.984000', '105625.987000', '105625.989000', '105625.992000', '105625.995000', '105625.997000', '105626.000000', '105626.003000', '105626.005000', '105626.008000', '105626.010000', '105626.013000', '105626.016000', '105626.018000', '105626.021000', '105626.023000', '105626.026000', '105626.029000', '105626.031000', '105626.034000', '105626.036000', '105626.039000', '105626.042000', '105626.044000', '105626.047000', '105626.049000', '105626.052000', '105626.055000', '105626.057000', '105626.060000', '105626.063000', '105626.065000', '105626.068000', '105626.070000', '105626.073000', '105626.075000', '105645.963000', '105645.966000', '105645.968000', '105645.971000', '105645.973000', '105645.976000', '105645.979000', '105645.981000', '105645.984000', '105645.986000', '105645.989000', '105645.992000', '105645.994000', '105645.997000', '105646.000000', '105646.003000', '105646.006000', '105646.008000', '105646.011000', '105646.013000', '105646.016000', '105646.018000', '105646.021000', '105646.024000', '105646.026000', '105646.029000', '105646.031000', '105646.034000', '105646.037000', '105646.039000', '105646.042000', '105646.044000', '105646.047000', '105646.050000', '105646.052000', '105646.055000', '105646.057000', '105646.060000', '105646.063000', '105646.065000', '105646.068000', '105646.071000', '105646.073000', '105705.963000', '105705.966000', '105705.968000', '105705.971000', '105705.973000', '105705.984000', '105705.996000', '105706.000000', '105706.003000', '105706.005000', '105706.008000', '105706.010000', '105706.013000', '105706.016000', '105706.018000', '105706.021000', '105706.023000', '105706.026000', '105706.028000', '105706.031000', '105706.034000', '105706.036000', '105706.039000', '105706.042000', '105706.044000', '105706.047000', '105706.050000', '105706.053000', '105706.055000', '105706.058000', '105706.060000', '105706.063000', '105706.066000', '105706.068000', '105706.071000', '105706.074000', '105706.076000', '105706.079000', '105706.081000', '105706.084000', '105706.087000', '105706.089000', '105706.092000', '105706.095000', '105725.963000', '105725.965000', '105725.968000', '105725.971000', '105725.973000', '105725.976000', '105725.979000', '105725.981000', '105725.984000', '105725.986000', '105725.989000', '105725.992000', '105725.994000', '105725.997000', '105726.000000', '105726.003000', '105726.005000', '105726.008000', '105726.011000', '105726.013000', '105726.016000', '105726.018000', '105726.021000', '105726.024000', '105726.026000', '105726.029000', '105726.031000', '105726.034000', '105726.037000', '105726.039000', '105726.042000', '105726.044000', '105726.047000', '105726.050000', '105726.052000', '105726.055000', '105726.058000', '105726.060000', '105726.063000', '105726.065000', '105726.068000', '105726.070000', '105726.073000', '105745.961000', '105745.964000', '105745.967000', '105745.970000', '105745.972000', '105745.975000', '105745.978000', '105745.980000', '105745.983000', '105745.986000', '105745.988000', '105745.991000', '105745.993000', '105745.996000', '105746.000000', '105746.002000', '105746.005000', '105746.008000', '105746.010000', '105746.013000', '105746.016000', '105746.018000', '105746.021000', '105746.023000', '105746.026000', '105746.037000', '105746.039000', '105746.042000', '105746.045000', '105746.047000', '105746.050000', '105746.052000', '105746.055000', '105746.058000', '105746.060000', '105746.063000', '105746.066000', '105746.068000', '105746.071000', '105746.073000', '105746.076000', '105746.078000', '105746.081000', '105746.084000', '105805.962000', '105805.964000', '105805.967000', '105805.970000', '105805.972000', '105805.975000', '105805.978000', '105805.980000', '105805.983000', '105805.985000', '105805.988000', '105805.991000', '105805.993000', '105805.996000', '105806.000000', '105806.002000', '105806.005000', '105806.008000', '105806.010000', '105806.013000', '105806.015000', '105806.018000', '105806.021000', '105806.023000', '105806.026000', '105806.028000', '105806.031000', '105806.034000', '105806.036000', '105806.039000', '105806.042000', '105806.044000', '105806.047000', '105806.049000', '105806.052000', '105806.055000', '105806.057000', '105806.060000', '105806.062000', '105806.065000', '105806.068000', '105806.070000', '105806.073000', '105825.962000', '105825.965000', '105825.967000', '105825.970000', '105825.973000', '105825.975000', '105825.978000', '105825.980000', '105825.983000', '105825.986000', '105825.988000', '105825.991000', '105825.993000', '105825.996000', '105826.000000', '105826.002000', '105826.005000', '105826.007000', '105826.010000', '105826.013000', '105826.015000', '105826.018000', '105826.021000', '105826.023000', '105826.026000', '105826.028000', '105826.031000', '105826.034000', '105826.036000', '105826.039000', '105826.041000', '105826.044000', '105826.047000', '105826.049000', '105826.052000', '105826.055000', '105826.057000', '105826.060000', '105826.062000', '105826.065000', '105826.068000', '105826.070000', '105826.073000', '105826.076000', '105827.728000', '105827.731000', '105827.733000', '105827.736000'], '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': [14713, 8824, 7959, 8657, 7782, 11974, 8486, 14727, 11233, 14493, 11303, 14423, 9894, 14172, 9916, 14001, 11634, 13708, 13960, 10933, 17103, 9542, 16738, 10019, 14056, 8816, 12298, 10487, 8682, 16061, 8970, 16247, 11676, 14357, 9155, 12668, 7993, 11469, 9039, 11560, 12309, 9690, 16870, 9370, 15257, 11365, 14219, 9167, 12583, 8084, 12452, 9894, 12432, 11631, 9574, 17518, 11165, 15347, 11611, 14285, 8563, 12493, 8607, 10423, 13339, 10491, 16361, 9761, 16104, 9494, 14205, 10525, 14524, 8907, 13360, 9379, 11988, 15370, 10905, 17273, 10189, 15356, 9897, 13739, 9369, 13599, 9049, 13854, 7651, 10686, 7659, 11373, 7756, 12455, 7921, 8128, 9508, 7962, 13465, 8809, 14952, 10064, 15180, 14132, 13162, 17009, 10888, 18019, 12942, 14847, 10439, 12520, 10145, 9636, 15380, 8610, 17268, 9777, 15562, 9519, 14691, 9609, 13378, 9375, 12625, 8196, 11501, 7915, 10672, 8195, 9249, 11813, 9315, 15923, 10106, 15897, 10228, 14675, 10001, 13012, 9520, 13681, 9131, 12837, 8554, 12030, 7919, 12810, 8030, 12889, 8052, 11794, 8315, 13819, 9449, 15423, 10710, 15508, 10168, 15501, 10424, 15709, 11536, 15852, 10386, 15103, 9447, 14107, 11716, 12957, 10309, 10390, 11301, 9691, 15263, 9419, 16767, 10068, 16732, 9674, 14836, 9556, 13597, 9758, 13829, 8240, 11639, 8227, 9145, 9532, 9316, 12315, 9493, 10374, 9201, 11438, 9572, 15006, 9706, 15260, 10172, 14709, 9525, 16036, 10104, 16168, 11735, 17047, 10071, 15970, 10747, 15012, 11091, 15562, 10907, 15623, 10038, 14455, 9633, 15434, 10116, 14598, 8672, 13396, 8873, 13221, 8885, 13199, 8572, 10428, 9857, 11772, 8569, 11366, 8521, 12515, 10223, 12412, 9212, 10325, 12584, 10359, 17354, 11953, 16512, 11641, 15665, 10099, 14121, 9666, 14215, 9857, 14381, 9172, 13406, 8984, 14491, 10346, 14883, 9844, 14011, 9728, 14376, 9738, 15536, 11197, 15489, 10017, 14375, 9114, 14514, 9088, 15173, 8945, 13625, 8941, 12942, 8268, 14323, 8814, 12928, 9855, 10413, 12335, 11349, 12345, 10170, 12338, 9590, 12885, 10431, 10170, 10216, 9540, 9992, 11257, 10476, 9959, 11006, 10112, 10313, 10498, 10156, 12717, 12262, 9268, 10804, 8403, 12491, 8523, 15390, 10582, 15903, 9922, 14648, 9810, 14927, 10524, 16248, 9608, 8373, 9926, 7583, 14380, 10256, 9056, 9871, 8661, 11259, 10149, 14328, 9461, 15252, 10372, 16775, 11396, 16655, 11455, 16151, 10795, 15748, 10723, 15045, 10231, 13477, 11904, 10349, 16330, 8697, 18071, 9021, 15123, 9832, 13805, 9100, 12179, 8717, 11606, 8957, 12731, 8792, 13229, 9183, 12966, 8925, 13922, 9215, 14842, 9078, 14991, 9473, 13940, 9242, 14924, 9607, 16527, 9741, 17766, 10914, 16324, 9436, 14483, 10066, 14518, 10441, 15066, 9639, 14481, 9677, 13471, 9613, 14551, 9560, 14909, 9359, 13912, 9513, 14697, 10499, 14814, 9148, 13811, 9122, 15555, 9777, 16317, 10986, 16632, 10279, 16303, 10512, 15610, 11181, 15310, 10443, 14749, 9378, 13375, 8856, 12898, 10037, 10862, 9052, 9302, 12285, 9029, 16175, 9701, 16245, 9769, 15307, 10026, 14011, 9534, 13985, 9748, 13665, 8410, 12236, 8231, 12428, 7917, 12743, 8266, 10442, 8919, 9647, 14987, 10332, 15760, 9902, 16004, 9995, 14893, 10683, 14414, 9760, 13499, 8494, 12588, 8477, 12251, 9152, 10916, 14693, 9805, 16383, 11190, 15163, 11605, 14427, 9820, 12927, 8560, 12350, 10532, 10696, 13933, 9544, 16842, 11129, 15086, 11015, 13722, 9080, 12824, 9797, 10232, 15570, 10439, 17122, 11332, 16202, 10870, 14685, 10623, 14434, 8746, 13383, 9937, 10183, 14447, 9679, 17665, 11962, 15565, 10271, 13928, 8806, 13541, 8637, 12777, 8245, 10596, 8690, 9485, 13315, 10272, 13687, 10064, 15738, 10284, 15460, 11251, 15057, 10649, 14487, 10494, 13951, 10571, 14769, 10262, 14704, 9099, 13425, 8624, 14542, 8657, 13554, 8826, 12884, 8225, 14073, 9526, 14128, 9319, 13064, 9728, 12172, 10783, 13389, 13629, 13229, 11618, 11221, 12746, 10896, 16758, 11608, 16325, 10259, 16817, 10478, 16770, 11490, 16022, 11560, 15258, 10182, 14348, 10779, 14660, 10624, 14552, 10123, 14571, 9160, 13494, 9276, 13646, 9224, 11607, 10624, 10573, 16515, 11570, 16453, 10448, 15569, 11074, 15311, 11414, 15215, 10483, 14504, 8954, 13071, 8333, 13769, 9667, 12437, 10678, 9935, 16470, 10499, 16163, 11794, 14512, 8999, 12902, 9913, 10560, 15307, 9766, 17125, 9576, 15085, 10141, 14172, 10192, 13832, 8716, 11562, 8684, 9428, 14945, 10088, 15782, 9692, 15342, 10392, 14401, 10436, 13820, 8477, 12548, 9070, 10455, 12534, 11163, 15528, 10114, 16144, 9603, 15536, 10294, 15179, 11345, 14508, 9589, 13361, 8647, 10855, 11912, 10201, 14509, 9628, 16389, 10393, 14539, 11015, 13776, 8677, 12779, 8957, 10214, 17266, 11698, 15300, 11047, 13884, 8792, 11191, 9136, 10015, 16811, 11200, 15792, 10060, 14542, 10336, 13790, 8723, 14189, 8802, 12953, 8903, 9569, 10089, 10455, 12023, 10527, 14126, 10102, 16302, 10741, 16008, 10719, 15594, 9870, 16751, 9868, 15541, 11054, 15132, 9618, 16605, 10445, 16880, 10060, 15212, 9644, 15849, 9686, 13814, 8718, 14576, 9654, 16579, 11116, 15102, 10056, 14294, 10418, 14415, 10587, 14567, 9910, 13904, 9667, 13409, 9229, 14459, 9187, 13504, 8567, 12734, 9351, 12188, 14092, 10870, 14639, 10230, 15887, 10269, 16853, 11845, 16342, 10509, 16175, 10543, 16372, 11531, 16252, 10395, 16330, 10134, 15026, 10089, 16605, 10797, 15411, 9953, 14426, 10219, 14875, 10796, 14565, 10223, 14283, 10593, 14657, 10767, 14635, 10487, 14311, 10451, 14151, 10677, 14906, 10571, 14173, 10175, 13742, 9779, 14391, 10217, 14432, 10159, 14210, 10883, 15158, 10781, 15024, 10365, 14560, 10606, 15108, 10562, 15065, 10296, 14102, 10044, 14342, 10490, 14265, 10347, 14083, 10424, 14582, 10837, 14117, 10325, 13466, 9705, 12606, 10014, 8774, 10245, 8134, 12151, 8860, 15076, 9832, 14798, 10604, 15217, 11052, 14947, 11025, 15220, 10775, 15011, 10964, 14895, 10456, 14180, 10168, 14098, 10301, 15054, 11004, 13659, 9800, 12331, 9423, 14804, 10382, 15189, 10792, 15525, 11149, 13691, 10355, 12682, 10205, 13403, 10261, 14939, 10763, 15112, 11189, 13343, 10438, 14370, 10216, 12764, 10131, 13397, 11270, 10437, 10619, 9674, 10900, 15537, 11270, 16423, 12241, 15434, 11266, 14816, 10188, 13721, 9417, 12874, 8794, 13519, 9192, 11814, 8386, 11849, 8398, 14637, 9723, 15153, 9559, 14927, 9582, 13793, 9441, 12321, 12110, 10553, 16955, 11865, 15990, 12111, 14698, 10307, 13040, 8778, 10433, 15027, 10322, 16579, 12376, 14796, 10872, 13303, 9809, 12010, 8973, 10475, 15115, 11529, 15306, 11090, 13412, 9193, 10620, 14206, 10503, 15921, 12048, 14968, 11096, 13736, 10373, 12784, 8841, 11267, 15222, 10657, 16273, 11412, 13682, 11291, 9817, 16806, 11755, 14678, 12336, 10448, 16269, 10229, 14110, 9708, 11978, 11829, 9872, 16380, 10926, 13769, 9370, 11534, 9243, 10059, 15469, 11474, 14250, 10419, 12740, 10241, 11596, 9317, 10974, 13492, 10847, 15114, 11110, 13935, 9771, 13014, 13086, 10771, 16323, 11696, 14759, 11218, 12940, 11335, 11013, 13554, 9831, 15121, 10690, 13350, 9955, 11406, 10064, 9830, 15728, 10722, 14159, 11010, 13631, 9175, 11585, 9557, 9817, 15696, 11831, 14549, 9758, 13029, 11832, 9949, 16071, 10081, 14612, 10471, 12539, 9025, 13914, 9062, 13199, 8924, 11587, 8863, 10818, 15293, 11284, 15004, 10617, 13924, 9498, 11156, 12781, 10274, 16194, 11344, 14074, 10616, 12507, 9877, 11844, 8995, 12316, 9666, 10261, 15598, 11132, 14148, 10383, 13023, 12680, 10995, 16844, 10842, 14254, 10233, 13042, 13979, 10801, 16589, 10533, 13576, 10149, 11853, 9749, 9763, 16344, 11291, 13822, 10204, 12149, 9444, 11446, 9251, 10425, 15289, 11874, 14645, 10661, 13209, 10250, 11653, 9071, 10957, 15590, 11892, 14789, 10916, 13041, 9808, 12173, 9992, 10635, 16189, 12450, 13983, 10686, 12383, 9039, 10620, 10045, 10481, 15821, 12082, 12413, 10714, 12712, 9765, 11355, 10372, 14524, 11193, 15191, 11789, 14382, 11016, 12797, 11909, 11446, 14728, 10169, 15621, 11292, 14147, 9579, 13340, 9156, 10712, 9771, 9505, 13040, 9693, 14551, 10416, 13621, 10202, 8169, 8761, 8000, 9951, 8456, 10939, 14087, 10997, 15186, 12220, 14510, 12235, 13003, 17511, 12377, 16354, 12377, 14137, 12582, 10994, 17542, 11150, 14458, 12054, 15064, 10683, 13279, 9714, 12733, 9518, 11667, 9076, 11610, 9114, 12135, 8499, 14233, 9248, 11538, 8752, 10258, 11376, 9463, 16296, 10904, 15111, 11590, 13426, 9819, 11167, 9608, 12550, 9553, 13978, 9693, 12123, 8834, 11858, 8937, 14388, 9969, 13962, 9922, 12873, 10030, 13823, 9830, 14772], 'WindowCenter': [4179.0, 4138.0, 4128.0, 4128.0, 4117.0, 4170.0, 4139.0, 4194.0, 4175.0, 4182.0, 4161.0, 4180.0, 4150.0, 4181.0, 4149.0, 4180.0, 4161.0, 4182.0, 4180.0, 4161.0, 4188.0, 4137.0, 4177.0, 4137.0, 4169.0, 4113.0, 4157.0, 4133.0, 4114.0, 4163.0, 4127.0, 4187.0, 4146.0, 4165.0, 4123.0, 4155.0, 4102.0, 4158.0, 4126.0, 4156.0, 4157.0, 4135.0, 4187.0, 4138.0, 4190.0, 4157.0, 4168.0, 4125.0, 4157.0, 4127.0, 4169.0, 4130.0, 4168.0, 4157.0, 4135.0, 4187.0, 4158.0, 4188.0, 4155.0, 4179.0, 4125.0, 4155.0, 4124.0, 4158.0, 4166.0, 4146.0, 4187.0, 4146.0, 4187.0, 4147.0, 4178.0, 4147.0, 4192.0, 4137.0, 4181.0, 4137.0, 4171.0, 4188.0, 4147.0, 4188.0, 4135.0, 4176.0, 4133.0, 4165.0, 4124.0, 4169.0, 4126.0, 4154.0, 4116.0, 4145.0, 4102.0, 4143.0, 4120.0, 4166.0, 4129.0, 4130.0, 4164.0, 4151.0, 4213.0, 4168.0, 4207.0, 4153.0, 4185.0, 4169.0, 4160.0, 4178.0, 4136.0, 4180.0, 4145.0, 4153.0, 4120.0, 4130.0, 4105.0, 4108.0, 4146.0, 4086.0, 4158.0, 4106.0, 4146.0, 4109.0, 4149.0, 4108.0, 4132.0, 4109.0, 4139.0, 4100.0, 4143.0, 4100.0, 4132.0, 4112.0, 4122.0, 4141.0, 4122.0, 4186.0, 4135.0, 4175.0, 4135.0, 4166.0, 4134.0, 4166.0, 4136.0, 4166.0, 4124.0, 4156.0, 4125.0, 4156.0, 4127.0, 4169.0, 4118.0, 4170.0, 4128.0, 4170.0, 4130.0, 4193.0, 4165.0, 4205.0, 4174.0, 4205.0, 4163.0, 4205.0, 4176.0, 4207.0, 4174.0, 4205.0, 4152.0, 4182.0, 4139.0, 4183.0, 4158.0, 4159.0, 4135.0, 4136.0, 4145.0, 4135.0, 4176.0, 4127.0, 4175.0, 4134.0, 4176.0, 4122.0, 4164.0, 4123.0, 4155.0, 4122.0, 4154.0, 4100.0, 4142.0, 4101.0, 4116.0, 4122.0, 4124.0, 4143.0, 4123.0, 4133.0, 4123.0, 4142.0, 4134.0, 4188.0, 4148.0, 4177.0, 4147.0, 4177.0, 4140.0, 4189.0, 4149.0, 4190.0, 4158.0, 4187.0, 4147.0, 4189.0, 4147.0, 4191.0, 4158.0, 4189.0, 4147.0, 4178.0, 4135.0, 4177.0, 4136.0, 4180.0, 4134.0, 4176.0, 4114.0, 4165.0, 4126.0, 4168.0, 4124.0, 4156.0, 4114.0, 4144.0, 4134.0, 4155.0, 4123.0, 4155.0, 4138.0, 4180.0, 4147.0, 4156.0, 4123.0, 4134.0, 4153.0, 4133.0, 4197.0, 4156.0, 4187.0, 4145.0, 4176.0, 4134.0, 4164.0, 4134.0, 4165.0, 4133.0, 4175.0, 4135.0, 4165.0, 4137.0, 4180.0, 4146.0, 4189.0, 4147.0, 4178.0, 4136.0, 4191.0, 4150.0, 4191.0, 4159.0, 4191.0, 4147.0, 4180.0, 4131.0, 4192.0, 4137.0, 4178.0, 4126.0, 4178.0, 4124.0, 4180.0, 4128.0, 4181.0, 4137.0, 4168.0, 4136.0, 4159.0, 4168.0, 4158.0, 4157.0, 4146.0, 4155.0, 4147.0, 4166.0, 4145.0, 4146.0, 4147.0, 4135.0, 4147.0, 4158.0, 4146.0, 4137.0, 4157.0, 4147.0, 4147.0, 4160.0, 4161.0, 4170.0, 4167.0, 4136.0, 4157.0, 4125.0, 4167.0, 4127.0, 4189.0, 4146.0, 4189.0, 4136.0, 4178.0, 4148.0, 4189.0, 4160.0, 4202.0, 4149.0, 4139.0, 4161.0, 4131.0, 4190.0, 4163.0, 4133.0, 4166.0, 4152.0, 4186.0, 4159.0, 4193.0, 4153.0, 4193.0, 4150.0, 4201.0, 4159.0, 4190.0, 4146.0, 4177.0, 4132.0, 4164.0, 4119.0, 4150.0, 4099.0, 4129.0, 4112.0, 4106.0, 4142.0, 4081.0, 4143.0, 4082.0, 4123.0, 4093.0, 4123.0, 4096.0, 4126.0, 4097.0, 4128.0, 4108.0, 4140.0, 4112.0, 4152.0, 4123.0, 4153.0, 4124.0, 4165.0, 4137.0, 4191.0, 4152.0, 4190.0, 4150.0, 4178.0, 4140.0, 4177.0, 4140.0, 4202.0, 4153.0, 4201.0, 4160.0, 4191.0, 4139.0, 4179.0, 4151.0, 4193.0, 4160.0, 4190.0, 4152.0, 4179.0, 4139.0, 4182.0, 4151.0, 4180.0, 4138.0, 4190.0, 4138.0, 4179.0, 4150.0, 4191.0, 4162.0, 4190.0, 4150.0, 4179.0, 4150.0, 4203.0, 4162.0, 4201.0, 4161.0, 4189.0, 4149.0, 4190.0, 4147.0, 4180.0, 4145.0, 4176.0, 4133.0, 4165.0, 4121.0, 4154.0, 4112.0, 4154.0, 4119.0, 4132.0, 4110.0, 4110.0, 4139.0, 4124.0, 4174.0, 4123.0, 4168.0, 4133.0, 4164.0, 4132.0, 4168.0, 4136.0, 4166.0, 4124.0, 4165.0, 4114.0, 4155.0, 4126.0, 4168.0, 4115.0, 4166.0, 4114.0, 4147.0, 4125.0, 4139.0, 4177.0, 4146.0, 4178.0, 4148.0, 4187.0, 4147.0, 4179.0, 4147.0, 4178.0, 4139.0, 4167.0, 4126.0, 4169.0, 4128.0, 4170.0, 4138.0, 4159.0, 4178.0, 4147.0, 4201.0, 4160.0, 4180.0, 4159.0, 4178.0, 4148.0, 4169.0, 4140.0, 4169.0, 4149.0, 4160.0, 4179.0, 4149.0, 4190.0, 4160.0, 4191.0, 4148.0, 4179.0, 4137.0, 4169.0, 4138.0, 4149.0, 4202.0, 4160.0, 4200.0, 4160.0, 4190.0, 4158.0, 4179.0, 4160.0, 4181.0, 4125.0, 4168.0, 4136.0, 4147.0, 4179.0, 4139.0, 4189.0, 4157.0, 4177.0, 4135.0, 4166.0, 4139.0, 4168.0, 4126.0, 4168.0, 4127.0, 4147.0, 4126.0, 4150.0, 4179.0, 4148.0, 4178.0, 4149.0, 4189.0, 4150.0, 4192.0, 4161.0, 4192.0, 4161.0, 4182.0, 4160.0, 4193.0, 4161.0, 4191.0, 4161.0, 4192.0, 4138.0, 4182.0, 4140.0, 4183.0, 4140.0, 4182.0, 4140.0, 4181.0, 4154.0, 4194.0, 4151.0, 4194.0, 4151.0, 4183.0, 4150.0, 4182.0, 4162.0, 4182.0, 4182.0, 4182.0, 4161.0, 4160.0, 4170.0, 4163.0, 4189.0, 4159.0, 4189.0, 4148.0, 4188.0, 4147.0, 4189.0, 4158.0, 4189.0, 4158.0, 4179.0, 4147.0, 4178.0, 4147.0, 4191.0, 4149.0, 4180.0, 4151.0, 4191.0, 4139.0, 4184.0, 4138.0, 4180.0, 4137.0, 4159.0, 4146.0, 4149.0, 4188.0, 4158.0, 4177.0, 4146.0, 4177.0, 4147.0, 4177.0, 4145.0, 4176.0, 4134.0, 4167.0, 4124.0, 4155.0, 4127.0, 4167.0, 4136.0, 4168.0, 4145.0, 4136.0, 4187.0, 4149.0, 4190.0, 4146.0, 4167.0, 4124.0, 4156.0, 4135.0, 4147.0, 4175.0, 4135.0, 4175.0, 4124.0, 4166.0, 4148.0, 4166.0, 4135.0, 4167.0, 4126.0, 4146.0, 4127.0, 4138.0, 4177.0, 4147.0, 4177.0, 4138.0, 4178.0, 4149.0, 4179.0, 4147.0, 4170.0, 4126.0, 4169.0, 4126.0, 4160.0, 4169.0, 4158.0, 4177.0, 4136.0, 4176.0, 4135.0, 4178.0, 4148.0, 4178.0, 4146.0, 4166.0, 4136.0, 4169.0, 4125.0, 4148.0, 4157.0, 4136.0, 4177.0, 4136.0, 4188.0, 4148.0, 4179.0, 4147.0, 4168.0, 4126.0, 4169.0, 4126.0, 4147.0, 4199.0, 4157.0, 4177.0, 4146.0, 4179.0, 4113.0, 4145.0, 4126.0, 4137.0, 4186.0, 4145.0, 4176.0, 4134.0, 4166.0, 4135.0, 4168.0, 4125.0, 4167.0, 4126.0, 4170.0, 4126.0, 4150.0, 4150.0, 4159.0, 4172.0, 4161.0, 4178.0, 4150.0, 4191.0, 4160.0, 4191.0, 4162.0, 4189.0, 4149.0, 4202.0, 4151.0, 4203.0, 4172.0, 4193.0, 4149.0, 4202.0, 4161.0, 4201.0, 4151.0, 4190.0, 4151.0, 4201.0, 4149.0, 4179.0, 4138.0, 4178.0, 4137.0, 4200.0, 4159.0, 4191.0, 4148.0, 4177.0, 4147.0, 4179.0, 4148.0, 4180.0, 4137.0, 4167.0, 4136.0, 4181.0, 4139.0, 4178.0, 4138.0, 4180.0, 4127.0, 4169.0, 4140.0, 4171.0, 4179.0, 4159.0, 4178.0, 4148.0, 4188.0, 4150.0, 4189.0, 4159.0, 4188.0, 4147.0, 4187.0, 4147.0, 4178.0, 4157.0, 4187.0, 4147.0, 4187.0, 4146.0, 4179.0, 4149.0, 4188.0, 4159.0, 4177.0, 4147.0, 4178.0, 4148.0, 4178.0, 4160.0, 4179.0, 4148.0, 4179.0, 4148.0, 4179.0, 4159.0, 4180.0, 4146.0, 4178.0, 4148.0, 4181.0, 4148.0, 4190.0, 4146.0, 4167.0, 4147.0, 4169.0, 4137.0, 4180.0, 4149.0, 4179.0, 4148.0, 4179.0, 4159.0, 4190.0, 4158.0, 4179.0, 4148.0, 4191.0, 4149.0, 4179.0, 4149.0, 4177.0, 4136.0, 4166.0, 4137.0, 4167.0, 4149.0, 4177.0, 4147.0, 4169.0, 4159.0, 4179.0, 4160.0, 4180.0, 4147.0, 4167.0, 4149.0, 4168.0, 4150.0, 4139.0, 4149.0, 4129.0, 4181.0, 4140.0, 4208.0, 4151.0, 4192.0, 4161.0, 4192.0, 4159.0, 4192.0, 4149.0, 4180.0, 4149.0, 4177.0, 4147.0, 4167.0, 4136.0, 4165.0, 4137.0, 4165.0, 4146.0, 4177.0, 4147.0, 4154.0, 4135.0, 4143.0, 4124.0, 4165.0, 4136.0, 4166.0, 4147.0, 4176.0, 4145.0, 4153.0, 4134.0, 4153.0, 4134.0, 4153.0, 4136.0, 4166.0, 4146.0, 4165.0, 4148.0, 4155.0, 4137.0, 4165.0, 4136.0, 4156.0, 4137.0, 4156.0, 4147.0, 4135.0, 4136.0, 4124.0, 4137.0, 4166.0, 4146.0, 4177.0, 4146.0, 4166.0, 4134.0, 4164.0, 4124.0, 4154.0, 4112.0, 4156.0, 4114.0, 4169.0, 4128.0, 4159.0, 4128.0, 4161.0, 4128.0, 4180.0, 4139.0, 4182.0, 4139.0, 4181.0, 4140.0, 4172.0, 4128.0, 4160.0, 4157.0, 4138.0, 4180.0, 4147.0, 4178.0, 4146.0, 4167.0, 4123.0, 4155.0, 4113.0, 4136.0, 4165.0, 4137.0, 4176.0, 4157.0, 4166.0, 4147.0, 4168.0, 4135.0, 4157.0, 4114.0, 4138.0, 4167.0, 4147.0, 4180.0, 4147.0, 4168.0, 4125.0, 4139.0, 4169.0, 4150.0, 4179.0, 4158.0, 4178.0, 4147.0, 4167.0, 4148.0, 4169.0, 4126.0, 4159.0, 4179.0, 4149.0, 4191.0, 4148.0, 4170.0, 4147.0, 4136.0, 4178.0, 4144.0, 4168.0, 4144.0, 4134.0, 4164.0, 4122.0, 4155.0, 4110.0, 4143.0, 4131.0, 4122.0, 4174.0, 4132.0, 4152.0, 4109.0, 4144.0, 4124.0, 4135.0, 4178.0, 4145.0, 4165.0, 4134.0, 4155.0, 4134.0, 4146.0, 4137.0, 4150.0, 4167.0, 4149.0, 4178.0, 4147.0, 4167.0, 4135.0, 4168.0, 4156.0, 4147.0, 4179.0, 4146.0, 4167.0, 4134.0, 4156.0, 4133.0, 4135.0, 4155.0, 4123.0, 4165.0, 4134.0, 4166.0, 4123.0, 4145.0, 4121.0, 4123.0, 4164.0, 4134.0, 4167.0, 4147.0, 4167.0, 4124.0, 4157.0, 4125.0, 4136.0, 4179.0, 4158.0, 4178.0, 4136.0, 4168.0, 4148.0, 4136.0, 4172.0, 4139.0, 4179.0, 4147.0, 4158.0, 4126.0, 4169.0, 4127.0, 4168.0, 4125.0, 4146.0, 4124.0, 4147.0, 4177.0, 4146.0, 4166.0, 4135.0, 4167.0, 4122.0, 4145.0, 4143.0, 4134.0, 4176.0, 4133.0, 4152.0, 4121.0, 4142.0, 4122.0, 4146.0, 4125.0, 4156.0, 4136.0, 4147.0, 4177.0, 4146.0, 4168.0, 4134.0, 4157.0, 4156.0, 4145.0, 4175.0, 4133.0, 4164.0, 4121.0, 4156.0, 4155.0, 4133.0, 4173.0, 4120.0, 4141.0, 4119.0, 4132.0, 4121.0, 4121.0, 4162.0, 4131.0, 4152.0, 4121.0, 4140.0, 4120.0, 4143.0, 4124.0, 4146.0, 4176.0, 4146.0, 4166.0, 4133.0, 4154.0, 4123.0, 4144.0, 4112.0, 4145.0, 4175.0, 4145.0, 4166.0, 4134.0, 4154.0, 4122.0, 4144.0, 4122.0, 4134.0, 4175.0, 4144.0, 4153.0, 4121.0, 4141.0, 4110.0, 4133.0, 4123.0, 4134.0, 4176.0, 4156.0, 4154.0, 4135.0, 4154.0, 4136.0, 4145.0, 4147.0, 4177.0, 4148.0, 4178.0, 4157.0, 4167.0, 4134.0, 4157.0, 4143.0, 4145.0, 4152.0, 4121.0, 4162.0, 4130.0, 4155.0, 4111.0, 4141.0, 4109.0, 4121.0, 4119.0, 4122.0, 4153.0, 4137.0, 4178.0, 4136.0, 4155.0, 4135.0, 4114.0, 4129.0, 4115.0, 4148.0, 4127.0, 4161.0, 4181.0, 4162.0, 4194.0, 4172.0, 4193.0, 4159.0, 4171.0, 4189.0, 4156.0, 4179.0, 4133.0, 4154.0, 4130.0, 4119.0, 4160.0, 4117.0, 4141.0, 4116.0, 4138.0, 4104.0, 4127.0, 4093.0, 4125.0, 4093.0, 4115.0, 4095.0, 4115.0, 4096.0, 4131.0, 4097.0, 4151.0, 4107.0, 4130.0, 4098.0, 4118.0, 4129.0, 4108.0, 4161.0, 4130.0, 4151.0, 4130.0, 4140.0, 4107.0, 4130.0, 4120.0, 4142.0, 4123.0, 4166.0, 4123.0, 4144.0, 4123.0, 4143.0, 4124.0, 4177.0, 4135.0, 4167.0, 4136.0, 4156.0, 4136.0, 4167.0, 4137.0, 4192.0], 'WindowWidth': [9257.0, 9202.0, 9186.0, 9187.0, 9170.0, 9245.0, 9203.0, 9284.0, 9260.0, 9266.0, 9233.0, 9258.0, 9218.0, 9263.0, 9213.0, 9260.0, 9234.0, 9266.0, 9256.0, 9233.0, 9268.0, 9192.0, 9252.0, 9194.0, 9243.0, 9156.0, 9219.0, 9180.0, 9158.0, 9224.0, 9181.0, 9264.0, 9203.0, 9229.0, 9168.0, 9214.0, 9140.0, 9223.0, 9179.0, 9218.0, 9220.0, 9188.0, 9263.0, 9199.0, 9269.0, 9220.0, 9236.0, 9176.0, 9221.0, 9183.0, 9243.0, 9181.0, 9239.0, 9219.0, 9190.0, 9266.0, 9225.0, 9269.0, 9217.0, 9255.0, 9174.0, 9217.0, 9172.0, 9227.0, 9235.0, 9206.0, 9264.0, 9208.0, 9262.0, 9210.0, 9254.0, 9211.0, 9278.0, 9198.0, 9262.0, 9197.0, 9248.0, 9268.0, 9209.0, 9270.0, 9188.0, 9249.0, 9183.0, 9230.0, 9174.0, 9240.0, 9179.0, 9212.0, 9166.0, 9202.0, 9142.0, 9194.0, 9177.0, 9235.0, 9190.0, 9193.0, 9245.0, 9231.0, 9326.0, 9255.0, 9306.0, 9222.0, 9271.0, 9237.0, 9231.0, 9251.0, 9189.0, 9262.0, 9197.0, 9212.0, 9155.0, 9173.0, 9128.0, 9138.0, 9184.0, 9106.0, 9208.0, 9131.0, 9188.0, 9141.0, 9197.0, 9141.0, 9170.0, 9144.0, 9183.0, 9132.0, 9195.0, 9133.0, 9179.0, 9150.0, 9167.0, 9190.0, 9167.0, 9262.0, 9189.0, 9244.0, 9189.0, 9232.0, 9185.0, 9234.0, 9192.0, 9231.0, 9174.0, 9219.0, 9176.0, 9221.0, 9183.0, 9240.0, 9170.0, 9244.0, 9186.0, 9244.0, 9193.0, 9282.0, 9248.0, 9300.0, 9259.0, 9302.0, 9242.0, 9300.0, 9264.0, 9308.0, 9257.0, 9304.0, 9223.0, 9268.0, 9202.0, 9268.0, 9222.0, 9229.0, 9187.0, 9192.0, 9200.0, 9189.0, 9246.0, 9179.0, 9244.0, 9184.0, 9248.0, 9165.0, 9225.0, 9170.0, 9214.0, 9164.0, 9210.0, 9133.0, 9193.0, 9136.0, 9155.0, 9167.0, 9174.0, 9196.0, 9169.0, 9182.0, 9170.0, 9196.0, 9187.0, 9267.0, 9211.0, 9250.0, 9210.0, 9249.0, 9203.0, 9268.0, 9214.0, 9272.0, 9226.0, 9266.0, 9209.0, 9268.0, 9208.0, 9277.0, 9226.0, 9269.0, 9209.0, 9254.0, 9190.0, 9249.0, 9195.0, 9256.0, 9187.0, 9248.0, 9160.0, 9231.0, 9180.0, 9238.0, 9173.0, 9218.0, 9158.0, 9201.0, 9185.0, 9217.0, 9172.0, 9219.0, 9200.0, 9261.0, 9209.0, 9219.0, 9172.0, 9187.0, 9211.0, 9184.0, 9281.0, 9220.0, 9262.0, 9202.0, 9246.0, 9185.0, 9226.0, 9188.0, 9232.0, 9185.0, 9242.0, 9190.0, 9231.0, 9198.0, 9259.0, 9209.0, 9268.0, 9210.0, 9254.0, 9196.0, 9275.0, 9221.0, 9276.0, 9230.0, 9277.0, 9211.0, 9259.0, 9186.0, 9279.0, 9198.0, 9257.0, 9181.0, 9255.0, 9176.0, 9262.0, 9186.0, 9260.0, 9194.0, 9241.0, 9192.0, 9229.0, 9240.0, 9226.0, 9223.0, 9207.0, 9217.0, 9211.0, 9236.0, 9205.0, 9207.0, 9209.0, 9190.0, 9212.0, 9227.0, 9208.0, 9196.0, 9224.0, 9209.0, 9210.0, 9233.0, 9236.0, 9243.0, 9239.0, 9194.0, 9224.0, 9179.0, 9238.0, 9184.0, 9270.0, 9207.0, 9270.0, 9194.0, 9253.0, 9217.0, 9272.0, 9235.0, 9294.0, 9218.0, 9206.0, 9236.0, 9195.0, 9273.0, 9241.0, 9193.0, 9251.0, 9229.0, 9281.0, 9231.0, 9283.0, 9227.0, 9282.0, 9218.0, 9292.0, 9227.0, 9276.0, 9205.0, 9253.0, 9177.0, 9231.0, 9154.0, 9204.0, 9117.0, 9169.0, 9135.0, 9132.0, 9175.0, 9091.0, 9184.0, 9092.0, 9150.0, 9110.0, 9152.0, 9122.0, 9162.0, 9124.0, 9166.0, 9141.0, 9187.0, 9153.0, 9209.0, 9171.0, 9210.0, 9176.0, 9231.0, 9197.0, 9279.0, 9224.0, 9271.0, 9218.0, 9252.0, 9204.0, 9251.0, 9203.0, 9291.0, 9226.0, 9291.0, 9231.0, 9276.0, 9201.0, 9255.0, 9221.0, 9282.0, 9231.0, 9272.0, 9224.0, 9257.0, 9199.0, 9265.0, 9219.0, 9256.0, 9199.0, 9271.0, 9199.0, 9255.0, 9220.0, 9274.0, 9238.0, 9272.0, 9220.0, 9258.0, 9219.0, 9298.0, 9238.0, 9291.0, 9235.0, 9273.0, 9215.0, 9273.0, 9209.0, 9259.0, 9203.0, 9247.0, 9183.0, 9229.0, 9163.0, 9213.0, 9152.0, 9211.0, 9158.0, 9178.0, 9145.0, 9146.0, 9184.0, 9171.0, 9242.0, 9170.0, 9230.0, 9184.0, 9225.0, 9181.0, 9236.0, 9191.0, 9230.0, 9172.0, 9229.0, 9158.0, 9215.0, 9180.0, 9239.0, 9162.0, 9233.0, 9162.0, 9209.0, 9175.0, 9200.0, 9249.0, 9206.0, 9253.0, 9211.0, 9264.0, 9210.0, 9255.0, 9208.0, 9251.0, 9199.0, 9237.0, 9180.0, 9243.0, 9188.0, 9244.0, 9197.0, 9229.0, 9253.0, 9210.0, 9289.0, 9230.0, 9257.0, 9229.0, 9255.0, 9212.0, 9243.0, 9204.0, 9244.0, 9213.0, 9233.0, 9256.0, 9215.0, 9274.0, 9232.0, 9275.0, 9212.0, 9256.0, 9196.0, 9243.0, 9198.0, 9216.0, 9292.0, 9231.0, 9291.0, 9233.0, 9274.0, 9225.0, 9256.0, 9233.0, 9260.0, 9179.0, 9241.0, 9192.0, 9210.0, 9256.0, 9200.0, 9273.0, 9223.0, 9252.0, 9191.0, 9234.0, 9201.0, 9240.0, 9179.0, 9239.0, 9181.0, 9210.0, 9181.0, 9220.0, 9256.0, 9214.0, 9254.0, 9217.0, 9272.0, 9219.0, 9281.0, 9235.0, 9277.0, 9235.0, 9265.0, 9232.0, 9281.0, 9236.0, 9276.0, 9235.0, 9278.0, 9201.0, 9265.0, 9206.0, 9266.0, 9206.0, 9267.0, 9205.0, 9264.0, 9234.0, 9286.0, 9222.0, 9285.0, 9222.0, 9271.0, 9220.0, 9267.0, 9237.0, 9267.0, 9263.0, 9268.0, 9233.0, 9232.0, 9246.0, 9240.0, 9270.0, 9228.0, 9269.0, 9211.0, 9267.0, 9208.0, 9270.0, 9224.0, 9269.0, 9224.0, 9255.0, 9210.0, 9252.0, 9211.0, 9276.0, 9216.0, 9259.0, 9222.0, 9276.0, 9202.0, 9270.0, 9200.0, 9258.0, 9197.0, 9227.0, 9206.0, 9215.0, 9266.0, 9224.0, 9250.0, 9206.0, 9250.0, 9207.0, 9251.0, 9203.0, 9246.0, 9187.0, 9234.0, 9172.0, 9217.0, 9183.0, 9237.0, 9191.0, 9239.0, 9204.0, 9194.0, 9266.0, 9214.0, 9271.0, 9205.0, 9237.0, 9174.0, 9219.0, 9191.0, 9208.0, 9242.0, 9187.0, 9244.0, 9173.0, 9233.0, 9210.0, 9235.0, 9188.0, 9235.0, 9177.0, 9206.0, 9181.0, 9200.0, 9250.0, 9208.0, 9251.0, 9199.0, 9254.0, 9216.0, 9258.0, 9208.0, 9244.0, 9180.0, 9242.0, 9178.0, 9231.0, 9239.0, 9225.0, 9249.0, 9193.0, 9248.0, 9189.0, 9252.0, 9213.0, 9252.0, 9205.0, 9234.0, 9193.0, 9243.0, 9178.0, 9213.0, 9220.0, 9192.0, 9249.0, 9194.0, 9267.0, 9215.0, 9258.0, 9209.0, 9239.0, 9180.0, 9241.0, 9178.0, 9209.0, 9287.0, 9224.0, 9249.0, 9207.0, 9257.0, 9157.0, 9203.0, 9180.0, 9196.0, 9261.0, 9202.0, 9246.0, 9187.0, 9232.0, 9189.0, 9238.0, 9178.0, 9237.0, 9180.0, 9245.0, 9180.0, 9219.0, 9217.0, 9230.0, 9251.0, 9233.0, 9254.0, 9217.0, 9276.0, 9233.0, 9278.0, 9237.0, 9272.0, 9216.0, 9292.0, 9223.0, 9297.0, 9252.0, 9282.0, 9217.0, 9292.0, 9236.0, 9292.0, 9223.0, 9275.0, 9224.0, 9290.0, 9215.0, 9256.0, 9199.0, 9254.0, 9198.0, 9289.0, 9230.0, 9277.0, 9213.0, 9252.0, 9210.0, 9257.0, 9212.0, 9258.0, 9198.0, 9235.0, 9194.0, 9260.0, 9203.0, 9256.0, 9200.0, 9259.0, 9183.0, 9243.0, 9204.0, 9247.0, 9254.0, 9229.0, 9252.0, 9210.0, 9267.0, 9217.0, 9272.0, 9227.0, 9268.0, 9207.0, 9264.0, 9207.0, 9255.0, 9223.0, 9266.0, 9208.0, 9265.0, 9206.0, 9257.0, 9214.0, 9268.0, 9231.0, 9250.0, 9211.0, 9254.0, 9215.0, 9256.0, 9233.0, 9258.0, 9213.0, 9255.0, 9213.0, 9256.0, 9230.0, 9259.0, 9209.0, 9252.0, 9213.0, 9259.0, 9213.0, 9272.0, 9208.0, 9236.0, 9208.0, 9241.0, 9198.0, 9260.0, 9216.0, 9254.0, 9213.0, 9257.0, 9230.0, 9272.0, 9228.0, 9256.0, 9213.0, 9278.0, 9217.0, 9258.0, 9216.0, 9251.0, 9193.0, 9235.0, 9197.0, 9235.0, 9215.0, 9252.0, 9209.0, 9241.0, 9230.0, 9256.0, 9232.0, 9258.0, 9211.0, 9236.0, 9217.0, 9241.0, 9219.0, 9203.0, 9216.0, 9191.0, 9265.0, 9207.0, 9307.0, 9221.0, 9279.0, 9235.0, 9281.0, 9230.0, 9281.0, 9214.0, 9261.0, 9214.0, 9253.0, 9209.0, 9238.0, 9191.0, 9232.0, 9193.0, 9232.0, 9208.0, 9251.0, 9207.0, 9214.0, 9187.0, 9196.0, 9173.0, 9229.0, 9190.0, 9232.0, 9206.0, 9246.0, 9201.0, 9209.0, 9184.0, 9207.0, 9183.0, 9207.0, 9189.0, 9231.0, 9203.0, 9231.0, 9207.0, 9212.0, 9192.0, 9229.0, 9190.0, 9217.0, 9194.0, 9217.0, 9206.0, 9185.0, 9187.0, 9169.0, 9192.0, 9230.0, 9202.0, 9250.0, 9201.0, 9231.0, 9183.0, 9223.0, 9168.0, 9208.0, 9151.0, 9216.0, 9157.0, 9240.0, 9183.0, 9228.0, 9185.0, 9233.0, 9183.0, 9255.0, 9198.0, 9262.0, 9198.0, 9260.0, 9198.0, 9249.0, 9180.0, 9226.0, 9219.0, 9193.0, 9257.0, 9205.0, 9249.0, 9201.0, 9231.0, 9166.0, 9212.0, 9153.0, 9190.0, 9225.0, 9191.0, 9245.0, 9220.0, 9229.0, 9207.0, 9235.0, 9188.0, 9218.0, 9157.0, 9194.0, 9234.0, 9207.0, 9255.0, 9204.0, 9237.0, 9174.0, 9198.0, 9240.0, 9216.0, 9254.0, 9224.0, 9250.0, 9207.0, 9233.0, 9209.0, 9241.0, 9179.0, 9228.0, 9255.0, 9212.0, 9274.0, 9210.0, 9242.0, 9204.0, 9190.0, 9252.0, 9197.0, 9237.0, 9195.0, 9182.0, 9226.0, 9162.0, 9211.0, 9145.0, 9194.0, 9176.0, 9164.0, 9238.0, 9177.0, 9206.0, 9145.0, 9197.0, 9169.0, 9186.0, 9252.0, 9202.0, 9227.0, 9186.0, 9214.0, 9187.0, 9207.0, 9196.0, 9217.0, 9235.0, 9211.0, 9252.0, 9206.0, 9236.0, 9187.0, 9238.0, 9219.0, 9206.0, 9257.0, 9204.0, 9235.0, 9185.0, 9219.0, 9180.0, 9188.0, 9216.0, 9169.0, 9229.0, 9184.0, 9232.0, 9168.0, 9200.0, 9162.0, 9167.0, 9226.0, 9184.0, 9235.0, 9208.0, 9234.0, 9173.0, 9221.0, 9174.0, 9190.0, 9253.0, 9223.0, 9253.0, 9191.0, 9237.0, 9206.0, 9189.0, 9240.0, 9198.0, 9254.0, 9207.0, 9223.0, 9179.0, 9242.0, 9181.0, 9238.0, 9176.0, 9206.0, 9172.0, 9207.0, 9249.0, 9205.0, 9235.0, 9186.0, 9233.0, 9167.0, 9200.0, 9195.0, 9182.0, 9244.0, 9182.0, 9207.0, 9163.0, 9191.0, 9166.0, 9206.0, 9176.0, 9220.0, 9192.0, 9208.0, 9250.0, 9205.0, 9236.0, 9186.0, 9222.0, 9215.0, 9202.0, 9246.0, 9180.0, 9227.0, 9163.0, 9218.0, 9211.0, 9182.0, 9240.0, 9158.0, 9191.0, 9154.0, 9178.0, 9162.0, 9163.0, 9221.0, 9174.0, 9206.0, 9162.0, 9188.0, 9161.0, 9195.0, 9172.0, 9206.0, 9246.0, 9204.0, 9233.0, 9183.0, 9211.0, 9169.0, 9199.0, 9154.0, 9202.0, 9245.0, 9201.0, 9233.0, 9184.0, 9212.0, 9167.0, 9199.0, 9167.0, 9185.0, 9243.0, 9196.0, 9211.0, 9161.0, 9190.0, 9145.0, 9181.0, 9167.0, 9183.0, 9248.0, 9218.0, 9212.0, 9187.0, 9212.0, 9192.0, 9204.0, 9208.0, 9250.0, 9210.0, 9254.0, 9219.0, 9237.0, 9185.0, 9220.0, 9194.0, 9201.0, 9206.0, 9160.0, 9220.0, 9171.0, 9211.0, 9146.0, 9188.0, 9143.0, 9159.0, 9157.0, 9163.0, 9207.0, 9196.0, 9251.0, 9188.0, 9211.0, 9188.0, 9158.0, 9186.0, 9164.0, 9210.0, 9180.0, 9234.0, 9262.0, 9238.0, 9282.0, 9249.0, 9284.0, 9227.0, 9249.0, 9272.0, 9219.0, 9263.0, 9179.0, 9216.0, 9168.0, 9154.0, 9214.0, 9148.0, 9189.0, 9146.0, 9180.0, 9127.0, 9161.0, 9112.0, 9156.0, 9110.0, 9144.0, 9119.0, 9146.0, 9123.0, 9173.0, 9124.0, 9205.0, 9136.0, 9172.0, 9126.0, 9153.0, 9169.0, 9141.0, 9217.0, 9174.0, 9203.0, 9171.0, 9184.0, 9139.0, 9171.0, 9160.0, 9194.0, 9169.0, 9230.0, 9169.0, 9198.0, 9169.0, 9197.0, 9174.0, 9250.0, 9189.0, 9235.0, 9190.0, 9218.0, 9192.0, 9235.0, 9195.0, 9277.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.0005598511166253102</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027842656244830444</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.34380106576153</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2707956555711917</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9839404401986758</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4994</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4856.792</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1046978670409455</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.782464846980976</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6517267510548415</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.574628484070619</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9180332940650286</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4625184750288773</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0150669</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01432962715625763</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026668749749660492</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1209</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.875161889351858</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>18.3372</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4401</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.4256</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297492.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>1121.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>414.3807</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.539</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.7103</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3305.2406</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3495.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79052.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1113.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4334.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.8921</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.86276754178107</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> |