=== 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-0095 --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-0095",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
133 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
133 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-01/func/sub-0095_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>5f428d8e2eda8d57915a89adf44be75d</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>15:33:54.677500</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.999223, 0.0393673, 0.00184374, -0.0390849, 0.995884, -0.0817709]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.10383</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7808, -7195, 507, -55, -303, -144, 53]</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>263.489</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6400a757-386e-40be-8032-97fd584a8f8a||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.680842638015747, -0.10486200451850891, 0.01364918239414692, 115.76432800292969], [-0.10561970621347427, 2.6718852519989014, -0.220415398478508, -84.57376861572266], [0.004946610424667597, 0.21938541531562805, 2.690953493118286, -65.77576446533203], [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': ['153354.677500', '153355.137500', '153355.597500', '153356.057500', '153356.517500', '153356.977500', '153357.437500', '153357.897500', '153358.357500', '153358.817500', '153359.277500', '153359.737500', '153400.197500', '153400.657500', '153401.117500', '153401.577500', '153402.037500', '153402.497500', '153402.957500', '153403.417500', '153403.877500', '153404.337500', '153404.797500', '153405.257500', '153405.717500', '153406.177500', '153406.637500', '153407.097500', '153407.557500', '153408.017500', '153408.477500', '153408.937500', '153409.397500', '153409.857500', '153410.317500', '153410.777500', '153411.237500', '153411.697500', '153412.157500', '153412.617500', '153413.077500', '153413.537500', '153413.997500', '153414.457500', '153414.917500', '153415.377500', '153415.837500', '153416.297500', '153416.757500', '153417.217500', '153417.677500', '153418.137500', '153418.597500', '153419.057500', '153419.517500', '153419.977500', '153420.437500', '153420.897500', '153421.357500', '153421.817500', '153422.277500', '153422.737500', '153423.197500', '153423.657500', '153424.117500', '153424.577500', '153425.037500', '153425.497500', '153425.957500', '153426.417500', '153426.877500', '153427.337500', '153427.797500', '153428.257500', '153428.717500', '153429.177500', '153429.637500', '153430.097500', '153430.557500', '153431.017500', '153431.477500', '153431.937500', '153432.397500', '153432.857500', '153433.317500', '153433.777500', '153434.237500', '153434.697500', '153435.157500', '153435.617500', '153436.077500', '153436.537500', '153436.997500', '153437.457500', '153437.917500', '153438.377500', '153438.837500', '153439.297500', '153439.757500', '153440.217500', '153440.677500', '153441.137500', '153441.597500', '153442.057500', '153442.517500', '153442.977500', '153443.437500', '153443.897500', '153444.357500', '153444.817500', '153445.277500', '153445.737500', '153446.197500', '153446.657500', '153447.117500', '153447.577500', '153448.037500', '153448.497500', '153448.957500', '153449.417500', '153449.877500', '153450.337500', '153450.797500', '153451.257500', '153451.717500', '153452.177500', '153452.637500', '153453.097500', '153453.557500', '153454.017500', '153454.477500', '153454.937500', '153455.397500', '153455.857500', '153456.317500', '153456.777500', '153457.237500', '153457.697500', '153458.157500', '153458.617500', '153459.077500', '153459.537500', '153459.997500', '153500.457500', '153500.917500', '153501.377500', '153501.837500', '153502.297500', '153502.757500', '153503.217500', '153503.677500', '153504.137500', '153504.597500', '153505.057500', '153505.517500', '153505.977500', '153506.437500', '153506.897500', '153507.357500', '153507.817500', '153508.277500', '153508.737500', '153509.197500', '153509.657500', '153510.117500', '153510.577500', '153511.037500', '153511.497500', '153511.957500', '153512.417500', '153512.877500', '153513.337500', '153513.797500', '153514.257500', '153514.717500', '153515.177500', '153515.637500', '153516.097500', '153516.557500', '153517.017500', '153517.477500', '153517.937500', '153518.397500', '153518.857500', '153519.317500', '153519.777500', '153520.237500', '153520.697500', '153521.157500', '153521.617500', '153522.077500', '153522.537500', '153522.997500', '153523.457500', '153523.917500', '153524.377500', '153524.837500', '153525.297500', '153525.757500', '153526.217500', '153526.677500', '153527.137500', '153527.597500', '153528.057500', '153528.517500', '153528.977500', '153529.437500', '153529.897500', '153530.357500', '153530.817500', '153531.277500', '153531.737500', '153532.197500', '153532.657500', '153533.117500', '153533.577500', '153534.037500', '153534.497500', '153534.957500', '153535.417500', '153535.877500', '153536.337500', '153536.797500', '153537.257500', '153537.717500', '153538.177500', '153538.637500', '153539.097500', '153539.557500', '153540.017500', '153540.477500', '153540.937500', '153541.397500', '153541.857500', '153542.317500', '153542.777500', '153543.237500', '153543.697500', '153544.157500', '153544.617500', '153545.077500', '153545.537500', '153545.997500', '153546.457500', '153546.917500', '153547.377500', '153547.837500', '153548.297500', '153548.757500', '153549.217500', '153549.677500', '153550.137500', '153550.597500', '153551.057500', '153551.517500', '153551.977500', '153552.437500', '153552.897500', '153553.357500', '153553.817500', '153554.277500', '153554.737500', '153555.197500', '153555.657500', '153556.117500', '153556.577500', '153557.037500', '153557.497500', '153557.957500', '153558.417500', '153558.877500', '153559.337500', '153559.797500', '153600.257500', '153600.717500', '153601.177500', '153601.637500', '153602.097500', '153602.557500', '153603.017500', '153603.477500', '153603.937500', '153604.397500', '153604.857500', '153605.317500', '153605.777500', '153606.237500', '153606.697500', '153607.157500', '153607.617500', '153608.077500', '153608.537500', '153608.997500', '153609.457500', '153609.917500', '153610.377500', '153610.837500', '153611.297500', '153611.757500', '153612.217500', '153612.677500', '153613.137500', '153613.597500', '153614.057500', '153614.517500', '153614.977500', '153615.437500', '153615.897500', '153616.357500', '153616.817500', '153617.277500', '153617.737500', '153618.197500', '153618.657500', '153619.117500', '153619.577500', '153620.037500', '153620.497500', '153620.957500', '153621.417500', '153621.877500', '153622.337500', '153622.797500', '153623.257500', '153623.717500', '153624.177500', '153624.637500', '153625.097500', '153625.557500', '153626.017500', '153626.477500', '153626.937500', '153627.397500', '153627.857500', '153628.317500', '153628.777500', '153629.237500', '153629.697500', '153630.157500', '153630.617500', '153631.077500', '153631.537500', '153631.997500', '153632.457500', '153632.917500', '153633.377500', '153633.837500', '153634.297500', '153634.757500', '153635.217500', '153635.677500', '153636.137500', '153636.597500', '153637.057500', '153637.517500', '153637.977500', '153638.437500', '153638.897500', '153639.357500', '153639.817500', '153640.277500', '153640.737500', '153641.197500', '153641.657500', '153642.117500', '153642.577500', '153643.037500', '153643.497500', '153643.957500', '153644.417500', '153644.877500', '153645.337500', '153645.797500', '153646.257500', '153646.717500', '153647.177500', '153647.637500', '153648.097500', '153648.557500', '153649.017500', '153649.477500', '153649.937500', '153650.397500', '153650.857500', '153651.317500', '153651.777500', '153652.237500', '153652.697500', '153653.157500', '153653.617500', '153654.077500', '153654.537500', '153654.997500', '153655.457500', '153655.917500', '153656.377500', '153656.837500', '153657.297500', '153657.757500', '153658.217500', '153658.677500', '153659.137500', '153659.597500', '153700.057500', '153700.517500', '153700.977500', '153701.437500', '153701.897500', '153702.357500', '153702.817500', '153703.277500', '153703.737500', '153704.197500', '153704.657500', '153705.117500', '153705.577500', '153706.037500', '153706.497500', '153706.957500', '153707.417500', '153707.877500', '153708.337500', '153708.797500', '153709.257500', '153709.717500', '153710.177500', '153710.637500', '153711.097500', '153711.557500', '153712.017500', '153712.477500', '153712.937500', '153713.397500', '153713.857500', '153714.317500', '153714.777500', '153715.237500', '153715.697500', '153716.157500', '153716.617500', '153717.077500', '153717.537500', '153717.997500', '153718.457500', '153718.917500', '153719.377500', '153719.837500', '153720.297500', '153720.757500', '153721.217500', '153721.677500', '153722.137500', '153722.597500', '153723.057500', '153723.517500', '153723.977500', '153724.437500', '153724.897500', '153725.357500', '153725.817500', '153726.277500', '153726.737500', '153727.197500', '153727.657500', '153728.117500', '153728.577500', '153729.037500', '153729.497500', '153729.957500', '153730.417500', '153730.877500', '153731.337500', '153731.797500', '153732.257500', '153732.717500', '153733.177500', '153733.637500', '153734.097500', '153734.557500', '153735.017500', '153735.477500', '153735.937500', '153736.397500', '153736.857500', '153737.317500', '153737.777500', '153738.237500', '153738.697500', '153739.157500', '153739.617500', '153740.077500', '153740.537500', '153740.997500', '153741.457500', '153741.917500', '153742.377500', '153742.837500', '153743.297500', '153743.757500', '153744.217500', '153744.677500', '153745.137500', '153745.597500', '153746.057500', '153746.517500', '153746.977500', '153747.437500', '153747.897500', '153748.357500', '153748.817500', '153749.277500', '153749.737500', '153750.197500', '153750.657500', '153751.117500', '153751.577500', '153752.037500', '153752.497500', '153752.957500', '153753.417500', '153753.877500', '153754.337500', '153754.797500', '153755.257500', '153755.717500', '153756.177500', '153756.637500', '153757.097500', '153757.557500', '153758.017500', '153758.477500', '153758.937500', '153759.397500', '153759.857500', '153800.317500', '153800.777500', '153801.237500', '153801.697500', '153802.157500', '153802.617500', '153803.077500', '153803.537500', '153803.997500', '153804.457500', '153804.917500', '153805.377500', '153805.837500', '153806.297500', '153806.757500', '153807.217500', '153807.677500', '153808.137500', '153808.597500', '153809.057500', '153809.517500', '153809.977500', '153810.437500', '153810.897500', '153811.357500', '153811.817500', '153812.277500', '153812.737500', '153813.197500', '153813.657500', '153814.117500', '153814.577500', '153815.037500', '153815.497500', '153815.957500', '153816.417500', '153816.877500', '153817.337500', '153817.797500', '153818.257500', '153818.717500', '153819.177500', '153819.637500', '153820.097500', '153820.557500', '153821.017500', '153821.477500', '153821.937500', '153822.397500', '153822.857500', '153823.317500', '153823.777500', '153824.237500', '153824.697500', '153825.157500', '153825.617500', '153826.077500', '153826.537500', '153826.997500', '153827.457500', '153827.917500', '153828.377500', '153828.837500', '153829.297500', '153829.757500', '153830.217500', '153830.677500', '153831.137500', '153831.597500', '153832.057500', '153832.517500', '153832.977500', '153833.437500', '153833.897500', '153834.357500', '153834.817500', '153835.277500', '153835.737500', '153836.197500', '153836.657500', '153837.117500', '153837.577500', '153838.037500', '153838.497500', '153838.957500', '153839.417500', '153839.877500', '153840.337500', '153840.797500', '153841.257500', '153841.717500', '153842.177500', '153842.637500', '153843.097500', '153843.557500', '153844.017500', '153844.477500', '153844.937500', '153845.397500', '153845.857500', '153846.317500', '153846.777500', '153847.237500', '153847.697500', '153848.157500', '153848.617500', '153849.077500', '153849.537500', '153849.997500', '153850.457500', '153850.917500', '153851.377500', '153851.837500', '153852.297500', '153852.757500', '153853.217500', '153853.677500', '153854.137500', '153854.597500', '153855.057500', '153855.517500', '153855.977500', '153856.437500', '153856.897500', '153857.357500', '153857.817500', '153858.277500', '153858.737500', '153859.197500', '153859.657500', '153900.117500', '153900.577500', '153901.037500', '153901.497500', '153901.957500', '153902.417500', '153902.877500', '153903.337500', '153903.797500', '153904.257500', '153904.717500', '153905.177500', '153905.637500', '153906.097500', '153906.557500', '153907.017500', '153907.477500', '153907.937500', '153908.397500', '153908.857500', '153909.317500', '153909.777500', '153910.237500', '153910.697500', '153911.157500', '153911.617500', '153912.077500', '153912.537500', '153912.997500', '153913.457500', '153913.917500', '153914.377500', '153914.837500', '153915.297500', '153915.757500', '153916.217500', '153916.677500', '153917.137500', '153917.597500', '153918.057500', '153918.517500', '153918.977500', '153919.437500', '153919.897500', '153920.357500', '153920.817500', '153921.277500', '153921.737500', '153922.197500', '153922.657500', '153923.117500', '153923.577500', '153924.037500', '153924.497500', '153924.957500', '153925.417500', '153925.877500', '153926.337500', '153926.797500', '153927.257500', '153927.717500', '153928.177500', '153928.637500', '153929.097500', '153929.557500', '153930.017500', '153930.477500', '153930.937500', '153931.397500', '153931.857500', '153932.317500', '153932.777500', '153933.237500', '153933.697500', '153934.157500', '153934.617500', '153935.077500', '153935.537500', '153935.997500', '153936.457500', '153936.917500', '153937.377500', '153937.837500', '153938.297500', '153938.757500', '153939.217500', '153939.677500', '153940.137500', '153940.597500', '153941.057500', '153941.517500', '153941.977500', '153942.437500', '153942.897500', '153943.357500', '153943.817500', '153944.277500', '153944.737500', '153945.197500', '153945.657500', '153946.117500', '153946.577500', '153947.037500', '153947.497500', '153947.957500', '153948.417500', '153948.877500', '153949.337500', '153949.797500', '153950.257500', '153950.717500', '153951.177500', '153951.637500', '153952.097500', '153952.557500', '153953.017500', '153953.477500', '153953.937500', '153954.397500', '153954.857500', '153955.317500', '153955.777500', '153956.237500', '153956.697500', '153957.157500', '153957.617500', '153958.077500', '153958.537500', '153958.997500', '153959.457500', '153959.917500', '154000.377500', '154000.837500', '154001.297500', '154001.757500', '154002.217500', '154002.677500', '154003.137500', '154003.597500', '154004.057500', '154004.517500', '154004.977500', '154005.437500', '154005.897500', '154006.357500', '154006.817500', '154007.277500', '154007.737500', '154008.197500', '154008.657500', '154009.117500', '154009.577500', '154010.037500', '154010.497500', '154010.957500', '154011.417500', '154011.877500', '154012.337500', '154012.797500', '154013.257500', '154013.717500', '154014.177500', '154014.637500', '154015.097500', '154015.557500', '154016.017500', '154016.477500', '154016.937500', '154017.397500', '154017.857500', '154018.317500', '154018.777500', '154019.237500', '154019.697500', '154020.157500', '154020.617500', '154021.077500', '154021.537500', '154021.997500', '154022.457500', '154022.917500', '154023.377500', '154023.837500', '154024.297500', '154024.757500', '154025.217500', '154025.677500', '154026.137500', '154026.597500', '154027.057500', '154027.517500', '154027.977500', '154028.437500', '154028.897500', '154029.357500', '154029.817500', '154030.277500', '154030.737500', '154031.197500', '154031.657500', '154032.117500', '154032.577500', '154033.037500', '154033.497500', '154033.957500', '154034.417500', '154034.877500', '154035.337500', '154035.797500', '154036.257500', '154036.717500', '154037.177500', '154037.637500', '154038.097500', '154038.557500', '154039.017500', '154039.477500', '154039.937500', '154040.397500', '154040.857500', '154041.317500', '154041.777500', '154042.237500', '154042.697500', '154043.157500', '154043.617500', '154044.077500', '154044.537500', '154044.997500', '154045.457500', '154045.917500', '154046.377500', '154046.837500', '154047.297500', '154047.757500', '154048.217500', '154048.677500', '154049.137500', '154049.597500', '154050.057500', '154050.517500', '154050.977500', '154051.437500', '154051.897500', '154052.357500', '154052.817500', '154053.277500', '154053.737500', '154054.197500', '154054.657500', '154055.117500', '154055.577500', '154056.037500', '154056.497500', '154056.957500', '154057.417500', '154057.877500', '154058.337500', '154058.797500', '154059.257500', '154059.717500', '154100.177500', '154100.637500', '154101.097500', '154101.557500', '154102.017500', '154102.477500', '154102.937500', '154103.397500', '154103.857500', '154104.317500', '154104.777500', '154105.237500', '154105.697500', '154106.157500', '154106.617500', '154107.077500', '154107.537500', '154107.997500', '154108.457500', '154108.917500', '154109.377500', '154109.837500', '154110.297500', '154110.757500', '154111.217500', '154111.677500', '154112.137500', '154112.597500', '154113.057500', '154113.517500', '154113.977500', '154114.437500', '154114.897500', '154115.357500', '154115.817500', '154116.277500', '154116.737500', '154117.197500', '154117.657500', '154118.117500', '154118.577500', '154119.037500', '154119.497500', '154119.957500', '154120.417500', '154120.877500', '154121.337500', '154121.797500', '154122.257500', '154122.717500', '154123.177500', '154123.637500', '154124.097500', '154124.557500', '154125.017500', '154125.477500', '154125.937500', '154126.397500', '154126.857500', '154127.317500', '154127.777500', '154128.237500', '154128.697500', '154129.157500', '154129.617500', '154130.077500', '154130.537500', '154130.997500', '154131.457500', '154131.917500', '154132.377500', '154132.837500', '154133.297500', '154133.757500', '154134.217500', '154134.677500', '154135.137500', '154135.597500', '154136.057500', '154136.517500', '154136.977500', '154137.437500', '154137.897500', '154138.357500', '154138.817500', '154139.277500', '154139.737500', '154140.197500', '154140.657500', '154141.117500', '154141.577500', '154142.037500', '154142.497500', '154142.957500', '154143.417500', '154143.877500', '154144.337500', '154144.797500', '154145.257500', '154145.717500', '154146.177500', '154146.637500', '154147.097500', '154147.557500', '154148.017500', '154148.477500', '154148.937500', '154149.397500', '154149.857500', '154150.317500', '154150.777500', '154151.237500', '154151.697500', '154152.157500', '154152.617500', '154153.077500', '154153.537500', '154153.997500', '154154.457500', '154154.917500', '154155.377500', '154155.837500', '154156.297500', '154156.757500', '154157.217500', '154157.677500', '154158.137500', '154158.597500', '154159.057500', '154159.517500', '154159.977500', '154200.437500', '154200.897500', '154201.357500', '154201.817500', '154202.277500', '154202.737500', '154203.197500', '154203.657500', '154204.117500', '154204.577500', '154205.037500', '154205.497500', '154205.957500', '154206.417500', '154206.877500', '154207.337500', '154207.797500', '154208.257500', '154208.717500', '154209.177500', '154209.637500', '154210.097500', '154210.557500', '154211.017500', '154211.477500', '154211.937500', '154212.397500', '154212.857500', '154213.317500', '154213.777500', '154214.237500', '154214.697500', '154215.157500', '154215.617500', '154216.077500', '154216.537500', '154216.997500', '154217.457500', '154217.917500', '154218.377500', '154218.837500', '154219.297500', '154219.757500', '154220.217500', '154220.677500', '154221.137500', '154221.597500', '154222.057500', '154222.517500', '154222.977500', '154223.437500', '154223.897500', '154224.357500', '154224.817500', '154225.277500', '154225.737500', '154226.197500', '154226.657500', '154227.117500', '154227.577500', '154228.037500', '154228.497500', '154228.957500', '154229.417500', '154229.877500', '154230.337500', '154230.797500', '154231.257500', '154231.717500', '154232.177500', '154232.637500', '154233.097500', '154233.557500', '154234.017500', '154234.477500', '154234.937500', '154235.397500', '154235.857500', '154236.317500', '154236.777500', '154237.237500', '154237.697500', '154238.157500', '154238.617500', '154239.077500', '154239.537500', '154239.997500', '154240.457500', '154240.917500', '154241.377500', '154241.837500', '154242.297500', '154242.757500', '154243.217500', '154243.677500', '154244.137500', '154244.597500', '154245.057500', '154245.517500', '154245.977500', '154246.437500', '154246.897500', '154247.357500', '154247.817500', '154248.277500', '154248.737500', '154249.197500', '154249.657500', '154250.117500', '154250.577500', '154251.037500', '154251.497500', '154251.957500', '154252.417500', '154252.877500', '154253.337500', '154253.797500', '154254.257500', '154254.717500', '154255.177500', '154255.637500', '154256.097500', '154256.557500', '154257.017500', '154257.477500', '154257.937500', '154258.397500', '154258.857500', '154259.317500', '154259.777500', '154300.237500', '154300.697500', '154301.157500', '154301.617500', '154302.077500', '154302.537500', '154302.997500', '154303.457500', '154303.917500', '154304.377500', '154304.837500', '154305.297500', '154305.757500', '154306.217500', '154306.677500', '154307.137500', '154307.597500', '154308.057500', '154308.517500', '154308.977500', '154309.437500', '154309.897500', '154310.357500'], 'ContentTime': ['153407.603000', '153407.606000', '153407.609000', '153407.611000', '153407.614000', '153407.616000', '153407.627000', '153407.630000', '153407.632000', '153407.635000', '153407.637000', '153407.640000', '153407.642000', '153407.645000', '153407.656000', '153407.658000', '153407.661000', '153407.663000', '153407.666000', '153407.668000', '153407.671000', '153407.673000', '153407.676000', '153407.679000', '153407.681000', '153427.547000', '153427.550000', '153427.553000', '153427.556000', '153427.564000', '153427.567000', '153427.570000', '153427.572000', '153427.575000', '153427.577000', '153427.580000', '153427.582000', '153427.585000', '153427.587000', '153427.590000', '153427.593000', '153427.595000', '153427.598000', '153427.600000', '153427.603000', '153427.605000', '153427.608000', '153427.617000', '153427.619000', '153427.622000', '153427.624000', '153427.627000', '153427.629000', '153427.632000', '153427.634000', '153427.637000', '153427.639000', '153427.642000', '153427.645000', '153427.647000', '153427.650000', '153427.652000', '153427.655000', '153427.657000', '153427.660000', '153427.662000', '153427.665000', '153427.668000', '153447.547000', '153447.550000', '153447.553000', '153447.556000', '153447.558000', '153447.561000', '153447.563000', '153447.566000', '153447.568000', '153447.571000', '153447.574000', '153447.576000', '153447.579000', '153447.581000', '153447.584000', '153447.597000', '153447.600000', '153447.603000', '153447.605000', '153447.608000', '153447.610000', '153447.613000', '153447.615000', '153447.618000', '153447.620000', '153447.623000', '153447.625000', '153447.628000', '153447.631000', '153447.633000', '153447.636000', '153447.638000', '153447.641000', '153447.643000', '153447.646000', '153447.649000', '153447.651000', '153447.654000', '153447.656000', '153447.659000', '153447.661000', '153447.664000', '153447.667000', '153447.669000', '153507.557000', '153507.560000', '153507.562000', '153507.565000', '153507.567000', '153507.570000', '153507.573000', '153507.577000', '153507.579000', '153507.582000', '153507.584000', '153507.587000', '153507.590000', '153507.592000', '153507.595000', '153507.598000', '153507.600000', '153507.603000', '153507.605000', '153507.608000', '153507.611000', '153507.613000', '153507.616000', '153507.618000', '153507.621000', '153507.623000', '153507.626000', '153507.629000', '153507.632000', '153507.635000', '153507.637000', '153507.640000', '153507.643000', '153507.645000', '153507.648000', '153507.651000', '153507.653000', '153507.656000', '153507.658000', '153507.661000', '153507.664000', '153507.666000', '153507.669000', '153527.547000', '153527.550000', '153527.553000', '153527.556000', '153527.558000', '153527.561000', '153527.563000', '153527.566000', '153527.568000', '153527.571000', '153527.574000', '153527.576000', '153527.579000', '153527.582000', '153527.584000', '153527.587000', '153527.590000', '153527.592000', '153527.595000', '153527.597000', '153527.600000', '153527.603000', '153527.605000', '153527.608000', '153527.610000', '153527.613000', '153527.616000', '153527.618000', '153527.621000', '153527.623000', '153527.626000', '153527.629000', '153527.631000', '153527.634000', '153527.637000', '153527.639000', '153527.642000', '153527.644000', '153527.647000', '153527.650000', '153527.653000', '153527.655000', '153527.658000', '153527.661000', '153547.547000', '153547.550000', '153547.553000', '153547.555000', '153547.558000', '153547.561000', '153547.564000', '153547.566000', '153547.569000', '153547.572000', '153547.574000', '153547.577000', '153547.580000', '153547.582000', '153547.585000', '153547.587000', '153547.590000', '153547.593000', '153547.596000', '153547.598000', '153547.601000', '153547.604000', '153547.606000', '153547.609000', '153547.612000', '153547.614000', '153547.617000', '153547.619000', '153547.622000', '153547.625000', '153547.627000', '153547.630000', '153547.633000', '153547.636000', '153547.638000', '153547.641000', '153547.643000', '153547.646000', '153547.649000', '153547.651000', '153547.654000', '153547.657000', '153547.659000', '153607.548000', '153607.551000', '153607.554000', '153607.556000', '153607.559000', '153607.562000', '153607.564000', '153607.567000', '153607.569000', '153607.572000', '153607.575000', '153607.577000', '153607.580000', '153607.583000', '153607.585000', '153607.588000', '153607.590000', '153607.593000', '153607.596000', '153607.598000', '153607.601000', '153607.603000', '153607.606000', '153607.608000', '153607.611000', '153607.614000', '153607.616000', '153607.619000', '153607.622000', '153607.624000', '153607.627000', '153607.630000', '153607.639000', '153607.642000', '153607.644000', '153607.647000', '153607.649000', '153607.652000', '153607.655000', '153607.657000', '153607.660000', '153607.663000', '153607.665000', '153607.668000', '153627.548000', '153627.551000', '153627.553000', '153627.556000', '153627.559000', '153627.561000', '153627.564000', '153627.567000', '153627.569000', '153627.572000', '153627.574000', '153627.577000', '153627.580000', '153627.583000', '153627.585000', '153627.588000', '153627.591000', '153627.593000', '153627.596000', '153627.599000', '153627.601000', '153627.604000', '153627.607000', '153627.610000', '153627.613000', '153627.616000', '153627.618000', '153627.621000', '153627.624000', '153627.626000', '153627.629000', '153627.631000', '153627.634000', '153627.637000', '153627.639000', '153627.642000', '153627.644000', '153627.647000', '153627.650000', '153627.668000', '153627.671000', '153627.674000', '153627.677000', '153647.547000', '153647.550000', '153647.553000', '153647.555000', '153647.558000', '153647.561000', '153647.563000', '153647.566000', '153647.569000', '153647.571000', '153647.574000', '153647.577000', '153647.579000', '153647.582000', '153647.585000', '153647.587000', '153647.590000', '153647.593000', '153647.595000', '153647.598000', '153647.601000', '153647.603000', '153647.606000', '153647.608000', '153647.611000', '153647.614000', '153647.616000', '153647.619000', '153647.621000', '153647.624000', '153647.626000', '153647.629000', '153647.632000', '153647.634000', '153647.637000', '153647.640000', '153647.642000', '153647.645000', '153647.647000', '153647.650000', '153647.653000', '153647.655000', '153647.658000', '153647.661000', '153707.547000', '153707.550000', '153707.552000', '153707.555000', '153707.557000', '153707.560000', '153707.563000', '153707.565000', '153707.568000', '153707.570000', '153707.573000', '153707.576000', '153707.578000', '153707.581000', '153707.584000', '153707.586000', '153707.589000', '153707.592000', '153707.594000', '153707.597000', '153707.600000', '153707.602000', '153707.605000', '153707.608000', '153707.610000', '153707.613000', '153707.616000', '153707.618000', '153707.621000', '153707.624000', '153707.626000', '153707.629000', '153707.632000', '153707.634000', '153707.637000', '153707.639000', '153707.642000', '153707.645000', '153707.648000', '153707.650000', '153707.653000', '153707.656000', '153707.658000', '153727.546000', '153727.549000', '153727.552000', '153727.555000', '153727.557000', '153727.560000', '153727.563000', '153727.565000', '153727.568000', '153727.571000', '153727.573000', '153727.576000', '153727.579000', '153727.581000', '153727.584000', '153727.586000', '153727.589000', '153727.592000', '153727.594000', '153727.597000', '153727.600000', '153727.602000', '153727.605000', '153727.608000', '153727.610000', '153727.613000', '153727.615000', '153727.618000', '153727.621000', '153727.623000', '153727.626000', '153727.628000', '153727.631000', '153727.634000', '153727.636000', '153727.639000', '153727.642000', '153727.644000', '153727.647000', '153727.650000', '153727.652000', '153727.655000', '153727.658000', '153727.660000', '153747.547000', '153747.550000', '153747.553000', '153747.556000', '153747.558000', '153747.561000', '153747.564000', '153747.566000', '153747.569000', '153747.572000', '153747.574000', '153747.577000', '153747.580000', '153747.582000', '153747.585000', '153747.588000', '153747.590000', '153747.593000', '153747.596000', '153747.598000', '153747.601000', '153747.604000', '153747.606000', '153747.609000', '153747.612000', '153747.614000', '153747.617000', '153747.620000', '153747.622000', '153747.625000', '153747.628000', '153747.630000', '153747.633000', '153747.636000', '153747.638000', '153747.641000', '153747.644000', '153747.646000', '153747.649000', '153747.651000', '153747.654000', '153747.657000', '153747.659000', '153807.548000', '153807.550000', '153807.553000', '153807.556000', '153807.558000', '153807.561000', '153807.563000', '153807.566000', '153807.569000', '153807.571000', '153807.574000', '153807.577000', '153807.579000', '153807.582000', '153807.585000', '153807.587000', '153807.590000', '153807.593000', '153807.595000', '153807.598000', '153807.601000', '153807.632000', '153807.635000', '153807.638000', '153807.641000', '153807.643000', '153807.646000', '153807.649000', '153807.651000', '153807.654000', '153807.656000', '153807.659000', '153807.662000', '153807.664000', '153807.667000', '153807.670000', '153807.672000', '153807.675000', '153807.678000', '153807.681000', '153807.683000', '153807.686000', '153807.689000', '153807.691000', '153827.548000', '153827.550000', '153827.553000', '153827.556000', '153827.559000', '153827.562000', '153827.564000', '153827.567000', '153827.570000', '153827.572000', '153827.575000', '153827.577000', '153827.580000', '153827.583000', '153827.585000', '153827.588000', '153827.591000', '153827.594000', '153827.596000', '153827.599000', '153827.602000', '153827.604000', '153827.607000', '153827.610000', '153827.612000', '153827.615000', '153827.617000', '153827.620000', '153827.623000', '153827.625000', '153827.628000', '153827.631000', '153827.633000', '153827.636000', '153827.639000', '153827.641000', '153827.644000', '153827.647000', '153827.649000', '153827.652000', '153827.655000', '153827.657000', '153827.660000', '153847.547000', '153847.550000', '153847.553000', '153847.556000', '153847.558000', '153847.561000', '153847.564000', '153847.567000', '153847.569000', '153847.572000', '153847.575000', '153847.578000', '153847.580000', '153847.583000', '153847.586000', '153847.588000', '153847.591000', '153847.594000', '153847.596000', '153847.599000', '153847.602000', '153847.604000', '153847.607000', '153847.610000', '153847.612000', '153847.615000', '153847.617000', '153847.620000', '153847.622000', '153847.625000', '153847.628000', '153847.630000', '153847.633000', '153847.635000', '153847.638000', '153847.641000', '153847.643000', '153847.646000', '153847.648000', '153847.651000', '153847.654000', '153847.656000', '153847.659000', '153847.661000', '153907.548000', '153907.550000', '153907.553000', '153907.556000', '153907.558000', '153907.561000', '153907.564000', '153907.566000', '153907.569000', '153907.571000', '153907.574000', '153907.576000', '153907.579000', '153907.582000', '153907.584000', '153907.587000', '153907.589000', '153907.592000', '153907.595000', '153907.597000', '153907.600000', '153907.603000', '153907.605000', '153907.608000', '153907.610000', '153907.613000', '153907.616000', '153907.618000', '153907.621000', '153907.623000', '153907.626000', '153907.629000', '153907.631000', '153907.634000', '153907.637000', '153907.639000', '153907.642000', '153907.644000', '153907.647000', '153907.650000', '153907.652000', '153907.655000', '153907.657000', '153927.547000', '153927.549000', '153927.552000', '153927.557000', '153927.559000', '153927.562000', '153927.565000', '153927.567000', '153927.570000', '153927.572000', '153927.575000', '153927.577000', '153927.580000', '153927.583000', '153927.585000', '153927.588000', '153927.590000', '153927.593000', '153927.596000', '153927.598000', '153927.601000', '153927.604000', '153927.606000', '153927.609000', '153927.611000', '153927.614000', '153927.617000', '153927.619000', '153927.622000', '153927.624000', '153927.627000', '153927.629000', '153927.636000', '153927.639000', '153927.641000', '153927.644000', '153927.646000', '153927.649000', '153927.652000', '153927.654000', '153927.657000', '153927.660000', '153927.662000', '153927.665000', '153947.546000', '153947.549000', '153947.552000', '153947.555000', '153947.557000', '153947.560000', '153947.562000', '153947.565000', '153947.568000', '153947.570000', '153947.573000', '153947.575000', '153947.578000', '153947.581000', '153947.583000', '153947.586000', '153947.589000', '153947.592000', '153947.594000', '153947.597000', '153947.599000', '153947.602000', '153947.605000', '153947.607000', '153947.610000', '153947.612000', '153947.615000', '153947.618000', '153947.620000', '153947.623000', '153947.626000', '153947.628000', '153947.631000', '153947.633000', '153947.636000', '153947.638000', '153947.641000', '153947.644000', '153947.646000', '153947.649000', '153947.651000', '153947.654000', '153947.657000', '154007.549000', '154007.553000', '154007.555000', '154007.558000', '154007.560000', '154007.563000', '154007.566000', '154007.568000', '154007.571000', '154007.573000', '154007.576000', '154007.579000', '154007.581000', '154007.584000', '154007.586000', '154007.589000', '154007.592000', '154007.595000', '154007.597000', '154007.600000', '154007.603000', '154007.606000', '154007.608000', '154007.611000', '154007.614000', '154007.616000', '154007.619000', '154007.621000', '154007.624000', '154007.627000', '154007.629000', '154007.632000', '154007.634000', '154007.637000', '154007.640000', '154007.642000', '154007.645000', '154007.647000', '154007.650000', '154007.653000', '154007.655000', '154007.658000', '154007.660000', '154007.663000', '154027.548000', '154027.550000', '154027.553000', '154027.556000', '154027.558000', '154027.561000', '154027.563000', '154027.566000', '154027.569000', '154027.571000', '154027.574000', '154027.576000', '154027.579000', '154027.582000', '154027.584000', '154027.587000', '154027.590000', '154027.592000', '154027.595000', '154027.598000', '154027.600000', '154027.603000', '154027.605000', '154027.608000', '154027.610000', '154027.613000', '154027.616000', '154027.618000', '154027.621000', '154027.624000', '154027.626000', '154027.629000', '154027.631000', '154027.634000', '154027.637000', '154027.639000', '154027.642000', '154027.644000', '154027.647000', '154027.650000', '154027.652000', '154027.655000', '154027.657000', '154047.548000', '154047.550000', '154047.553000', '154047.556000', '154047.558000', '154047.561000', '154047.563000', '154047.566000', '154047.569000', '154047.571000', '154047.574000', '154047.576000', '154047.586000', '154047.589000', '154047.591000', '154047.594000', '154047.597000', '154047.599000', '154047.602000', '154047.604000', '154047.607000', '154047.610000', '154047.612000', '154047.615000', '154047.618000', '154047.620000', '154047.623000', '154047.625000', '154047.628000', '154047.631000', '154047.633000', '154047.636000', '154047.639000', '154047.641000', '154047.644000', '154047.646000', '154047.649000', '154047.652000', '154047.654000', '154047.657000', '154047.659000', '154047.662000', '154047.665000', '154047.667000', '154107.547000', '154107.550000', '154107.553000', '154107.556000', '154107.558000', '154107.561000', '154107.563000', '154107.566000', '154107.568000', '154107.571000', '154107.574000', '154107.576000', '154107.579000', '154107.581000', '154107.584000', '154107.587000', '154107.589000', '154107.592000', '154107.595000', '154107.597000', '154107.600000', '154107.603000', '154107.605000', '154107.608000', '154107.610000', '154107.613000', '154107.615000', '154107.618000', '154107.621000', '154107.623000', '154107.626000', '154107.629000', '154107.631000', '154107.634000', '154107.636000', '154107.639000', '154107.642000', '154107.644000', '154107.647000', '154107.649000', '154107.652000', '154107.655000', '154107.657000', '154127.567000', '154127.570000', '154127.573000', '154127.575000', '154127.578000', '154127.581000', '154127.583000', '154127.586000', '154127.590000', '154127.593000', '154127.595000', '154127.598000', '154127.601000', '154127.603000', '154127.606000', '154127.608000', '154127.611000', '154127.614000', '154127.616000', '154127.619000', '154127.622000', '154127.624000', '154127.627000', '154127.630000', '154127.632000', '154127.635000', '154127.638000', '154127.641000', '154127.643000', '154127.646000', '154127.649000', '154127.651000', '154127.654000', '154127.657000', '154127.659000', '154127.662000', '154127.664000', '154127.667000', '154127.670000', '154127.673000', '154127.675000', '154127.678000', '154127.681000', '154127.683000', '154147.547000', '154147.549000', '154147.552000', '154147.555000', '154147.558000', '154147.560000', '154147.563000', '154147.566000', '154147.569000', '154147.571000', '154147.574000', '154147.577000', '154147.579000', '154147.582000', '154147.585000', '154147.587000', '154147.590000', '154147.593000', '154147.595000', '154147.598000', '154147.601000', '154147.603000', '154147.606000', '154147.609000', '154147.611000', '154147.614000', '154147.617000', '154147.619000', '154147.622000', '154147.624000', '154147.627000', '154147.630000', '154147.632000', '154147.635000', '154147.637000', '154147.640000', '154147.643000', '154147.645000', '154147.648000', '154147.651000', '154147.653000', '154147.656000', '154147.659000', '154207.547000', '154207.550000', '154207.552000', '154207.555000', '154207.558000', '154207.560000', '154207.563000', '154207.566000', '154207.568000', '154207.571000', '154207.574000', '154207.577000', '154207.581000', '154207.584000', '154207.586000', '154207.589000', '154207.592000', '154207.594000', '154207.597000', '154207.600000', '154207.602000', '154207.605000', '154207.607000', '154207.610000', '154207.613000', '154207.615000', '154207.618000', '154207.621000', '154207.623000', '154207.626000', '154207.629000', '154207.631000', '154207.634000', '154207.637000', '154207.639000', '154207.642000', '154207.644000', '154207.647000', '154207.650000', '154207.652000', '154207.655000', '154207.658000', '154207.660000', '154227.548000', '154227.550000', '154227.553000', '154227.556000', '154227.558000', '154227.561000', '154227.564000', '154227.566000', '154227.569000', '154227.572000', '154227.574000', '154227.577000', '154227.580000', '154227.582000', '154227.585000', '154227.588000', '154227.591000', '154227.593000', '154227.596000', '154227.599000', '154227.601000', '154227.604000', '154227.606000', '154227.609000', '154227.612000', '154227.615000', '154227.617000', '154227.620000', '154227.623000', '154227.625000', '154227.628000', '154227.631000', '154227.633000', '154227.636000', '154227.639000', '154227.642000', '154227.644000', '154227.647000', '154227.649000', '154227.652000', '154227.655000', '154227.658000', '154227.660000', '154227.663000', '154247.548000', '154247.551000', '154247.553000', '154247.556000', '154247.558000', '154247.561000', '154247.564000', '154247.567000', '154247.570000', '154247.573000', '154247.576000', '154247.578000', '154247.581000', '154247.584000', '154247.586000', '154247.589000', '154247.592000', '154247.594000', '154247.597000', '154247.599000', '154247.602000', '154247.605000', '154247.607000', '154247.610000', '154247.613000', '154247.615000', '154247.618000', '154247.620000', '154247.623000', '154247.627000', '154247.630000', '154247.633000', '154247.636000', '154247.638000', '154247.647000', '154247.650000', '154247.652000', '154247.655000', '154247.658000', '154247.661000', '154247.663000', '154247.666000', '154247.668000', '154307.548000', '154307.551000', '154307.553000', '154307.556000', '154307.559000', '154307.561000', '154307.564000', '154307.567000', '154307.570000', '154307.572000', '154307.575000', '154307.578000', '154307.581000', '154307.583000', '154307.586000', '154307.589000', '154307.592000', '154307.594000', '154307.597000', '154307.600000', '154307.602000', '154307.605000', '154307.608000', '154307.611000', '154307.613000', '154307.616000', '154307.618000', '154307.621000', '154307.624000', '154307.626000', '154307.629000', '154307.632000', '154307.634000', '154307.637000', '154307.640000', '154307.642000', '154307.645000', '154307.648000', '154307.650000', '154307.653000', '154307.656000', '154307.658000', '154307.661000', '154307.663000', '154311.936000', '154311.939000', '154311.942000', '154311.944000', '154311.947000', '154311.950000', '154311.952000', '154311.955000', '154311.958000', '154311.960000'], 'InstanceCreationTime': ['153407.603000', '153407.606000', '153407.609000', '153407.611000', '153407.614000', '153407.616000', '153407.627000', '153407.630000', '153407.632000', '153407.635000', '153407.637000', '153407.640000', '153407.642000', '153407.645000', '153407.656000', '153407.658000', '153407.661000', '153407.663000', '153407.666000', '153407.668000', '153407.671000', '153407.673000', '153407.676000', '153407.679000', '153407.681000', '153427.547000', '153427.550000', '153427.553000', '153427.556000', '153427.564000', '153427.567000', '153427.570000', '153427.572000', '153427.575000', '153427.577000', '153427.580000', '153427.582000', '153427.585000', '153427.587000', '153427.590000', '153427.593000', '153427.595000', '153427.598000', '153427.600000', '153427.603000', '153427.605000', '153427.608000', '153427.617000', '153427.619000', '153427.622000', '153427.624000', '153427.627000', '153427.629000', '153427.632000', '153427.634000', '153427.637000', '153427.639000', '153427.642000', '153427.645000', '153427.647000', '153427.650000', '153427.652000', '153427.655000', '153427.657000', '153427.660000', '153427.662000', '153427.665000', '153427.668000', '153447.547000', '153447.550000', '153447.553000', '153447.556000', '153447.558000', '153447.561000', '153447.563000', '153447.566000', '153447.568000', '153447.571000', '153447.574000', '153447.576000', '153447.579000', '153447.581000', '153447.584000', '153447.597000', '153447.600000', '153447.603000', '153447.605000', '153447.608000', '153447.610000', '153447.613000', '153447.615000', '153447.618000', '153447.620000', '153447.623000', '153447.625000', '153447.628000', '153447.631000', '153447.633000', '153447.636000', '153447.638000', '153447.641000', '153447.643000', '153447.646000', '153447.649000', '153447.651000', '153447.654000', '153447.656000', '153447.659000', '153447.661000', '153447.664000', '153447.667000', '153447.669000', '153507.557000', '153507.560000', '153507.562000', '153507.565000', '153507.567000', '153507.570000', '153507.573000', '153507.577000', '153507.579000', '153507.582000', '153507.584000', '153507.587000', '153507.590000', '153507.592000', '153507.595000', '153507.598000', '153507.600000', '153507.603000', '153507.605000', '153507.608000', '153507.611000', '153507.613000', '153507.616000', '153507.618000', '153507.621000', '153507.623000', '153507.626000', '153507.629000', '153507.632000', '153507.635000', '153507.637000', '153507.640000', '153507.643000', '153507.645000', '153507.648000', '153507.651000', '153507.653000', '153507.656000', '153507.658000', '153507.661000', '153507.664000', '153507.666000', '153507.669000', '153527.547000', '153527.550000', '153527.553000', '153527.556000', '153527.558000', '153527.561000', '153527.563000', '153527.566000', '153527.568000', '153527.571000', '153527.574000', '153527.576000', '153527.579000', '153527.582000', '153527.584000', '153527.587000', '153527.590000', '153527.592000', '153527.595000', '153527.597000', '153527.600000', '153527.603000', '153527.605000', '153527.608000', '153527.610000', '153527.613000', '153527.616000', '153527.618000', '153527.621000', '153527.623000', '153527.626000', '153527.629000', '153527.631000', '153527.634000', '153527.637000', '153527.639000', '153527.642000', '153527.644000', '153527.647000', '153527.650000', '153527.653000', '153527.655000', '153527.658000', '153527.661000', '153547.547000', '153547.550000', '153547.553000', '153547.555000', '153547.558000', '153547.561000', '153547.564000', '153547.566000', '153547.569000', '153547.572000', '153547.574000', '153547.577000', '153547.580000', '153547.582000', '153547.585000', '153547.587000', '153547.590000', '153547.593000', '153547.596000', '153547.598000', '153547.601000', '153547.604000', '153547.606000', '153547.609000', '153547.612000', '153547.614000', '153547.617000', '153547.619000', '153547.622000', '153547.625000', '153547.627000', '153547.630000', '153547.633000', '153547.636000', '153547.638000', '153547.641000', '153547.643000', '153547.646000', '153547.649000', '153547.651000', '153547.654000', '153547.657000', '153547.659000', '153607.548000', '153607.551000', '153607.554000', '153607.556000', '153607.559000', '153607.562000', '153607.564000', '153607.567000', '153607.569000', '153607.572000', '153607.575000', '153607.577000', '153607.580000', '153607.583000', '153607.585000', '153607.588000', '153607.590000', '153607.593000', '153607.596000', '153607.598000', '153607.601000', '153607.603000', '153607.606000', '153607.608000', '153607.611000', '153607.614000', '153607.616000', '153607.619000', '153607.622000', '153607.624000', '153607.627000', '153607.630000', '153607.639000', '153607.642000', '153607.644000', '153607.647000', '153607.649000', '153607.652000', '153607.655000', '153607.657000', '153607.660000', '153607.663000', '153607.665000', '153607.668000', '153627.548000', '153627.551000', '153627.553000', '153627.556000', '153627.559000', '153627.561000', '153627.564000', '153627.567000', '153627.569000', '153627.572000', '153627.574000', '153627.577000', '153627.580000', '153627.583000', '153627.585000', '153627.588000', '153627.591000', '153627.593000', '153627.596000', '153627.599000', '153627.601000', '153627.604000', '153627.607000', '153627.610000', '153627.613000', '153627.616000', '153627.618000', '153627.621000', '153627.624000', '153627.626000', '153627.629000', '153627.631000', '153627.634000', '153627.637000', '153627.639000', '153627.642000', '153627.644000', '153627.647000', '153627.650000', '153627.668000', '153627.671000', '153627.674000', '153627.677000', '153647.547000', '153647.550000', '153647.553000', '153647.555000', '153647.558000', '153647.561000', '153647.563000', '153647.566000', '153647.569000', '153647.571000', '153647.574000', '153647.577000', '153647.579000', '153647.582000', '153647.585000', '153647.587000', '153647.590000', '153647.593000', '153647.595000', '153647.598000', '153647.601000', '153647.603000', '153647.606000', '153647.608000', '153647.611000', '153647.614000', '153647.616000', '153647.619000', '153647.621000', '153647.624000', '153647.626000', '153647.629000', '153647.632000', '153647.634000', '153647.637000', '153647.640000', '153647.642000', '153647.645000', '153647.647000', '153647.650000', '153647.653000', '153647.655000', '153647.658000', '153647.661000', '153707.547000', '153707.550000', '153707.552000', '153707.555000', '153707.557000', '153707.560000', '153707.563000', '153707.565000', '153707.568000', '153707.570000', '153707.573000', '153707.576000', '153707.578000', '153707.581000', '153707.584000', '153707.586000', '153707.589000', '153707.592000', '153707.594000', '153707.597000', '153707.600000', '153707.602000', '153707.605000', '153707.608000', '153707.610000', '153707.613000', '153707.616000', '153707.618000', '153707.621000', '153707.624000', '153707.626000', '153707.629000', '153707.632000', '153707.634000', '153707.637000', '153707.639000', '153707.642000', '153707.645000', '153707.648000', '153707.650000', '153707.653000', '153707.656000', '153707.658000', '153727.546000', '153727.549000', '153727.552000', '153727.555000', '153727.557000', '153727.560000', '153727.563000', '153727.565000', '153727.568000', '153727.571000', '153727.573000', '153727.576000', '153727.579000', '153727.581000', '153727.584000', '153727.586000', '153727.589000', '153727.592000', '153727.594000', '153727.597000', '153727.600000', '153727.602000', '153727.605000', '153727.608000', '153727.610000', '153727.613000', '153727.615000', '153727.618000', '153727.621000', '153727.623000', '153727.626000', '153727.628000', '153727.631000', '153727.634000', '153727.636000', '153727.639000', '153727.642000', '153727.644000', '153727.647000', '153727.650000', '153727.652000', '153727.655000', '153727.658000', '153727.660000', '153747.547000', '153747.550000', '153747.553000', '153747.556000', '153747.558000', '153747.561000', '153747.564000', '153747.566000', '153747.569000', '153747.572000', '153747.574000', '153747.577000', '153747.580000', '153747.582000', '153747.585000', '153747.588000', '153747.590000', '153747.593000', '153747.596000', '153747.598000', '153747.601000', '153747.604000', '153747.606000', '153747.609000', '153747.612000', '153747.614000', '153747.617000', '153747.620000', '153747.622000', '153747.625000', '153747.628000', '153747.630000', '153747.633000', '153747.636000', '153747.638000', '153747.641000', '153747.644000', '153747.646000', '153747.649000', '153747.651000', '153747.654000', '153747.657000', '153747.659000', '153807.548000', '153807.550000', '153807.553000', '153807.556000', '153807.558000', '153807.561000', '153807.563000', '153807.566000', '153807.569000', '153807.571000', '153807.574000', '153807.577000', '153807.579000', '153807.582000', '153807.585000', '153807.587000', '153807.590000', '153807.593000', '153807.595000', '153807.598000', '153807.601000', '153807.632000', '153807.635000', '153807.638000', '153807.641000', '153807.643000', '153807.646000', '153807.649000', '153807.651000', '153807.654000', '153807.656000', '153807.659000', '153807.662000', '153807.664000', '153807.667000', '153807.670000', '153807.672000', '153807.675000', '153807.678000', '153807.681000', '153807.683000', '153807.686000', '153807.689000', '153807.691000', '153827.548000', '153827.550000', '153827.553000', '153827.556000', '153827.559000', '153827.562000', '153827.564000', '153827.567000', '153827.570000', '153827.572000', '153827.575000', '153827.577000', '153827.580000', '153827.583000', '153827.585000', '153827.588000', '153827.591000', '153827.594000', '153827.596000', '153827.599000', '153827.602000', '153827.604000', '153827.607000', '153827.610000', '153827.612000', '153827.615000', '153827.617000', '153827.620000', '153827.623000', '153827.625000', '153827.628000', '153827.631000', '153827.633000', '153827.636000', '153827.639000', '153827.641000', '153827.644000', '153827.647000', '153827.649000', '153827.652000', '153827.655000', '153827.657000', '153827.660000', '153847.547000', '153847.550000', '153847.553000', '153847.556000', '153847.558000', '153847.561000', '153847.564000', '153847.567000', '153847.569000', '153847.572000', '153847.575000', '153847.578000', '153847.580000', '153847.583000', '153847.586000', '153847.588000', '153847.591000', '153847.594000', '153847.596000', '153847.599000', '153847.602000', '153847.604000', '153847.607000', '153847.610000', '153847.612000', '153847.615000', '153847.617000', '153847.620000', '153847.622000', '153847.625000', '153847.628000', '153847.630000', '153847.633000', '153847.635000', '153847.638000', '153847.641000', '153847.643000', '153847.646000', '153847.648000', '153847.651000', '153847.654000', '153847.656000', '153847.659000', '153847.661000', '153907.548000', '153907.550000', '153907.553000', '153907.556000', '153907.558000', '153907.561000', '153907.564000', '153907.566000', '153907.569000', '153907.571000', '153907.574000', '153907.576000', '153907.579000', '153907.582000', '153907.584000', '153907.587000', '153907.589000', '153907.592000', '153907.595000', '153907.597000', '153907.600000', '153907.603000', '153907.605000', '153907.608000', '153907.610000', '153907.613000', '153907.616000', '153907.618000', '153907.621000', '153907.623000', '153907.626000', '153907.629000', '153907.631000', '153907.634000', '153907.637000', '153907.639000', '153907.642000', '153907.644000', '153907.647000', '153907.650000', '153907.652000', '153907.655000', '153907.657000', '153927.547000', '153927.549000', '153927.552000', '153927.557000', '153927.559000', '153927.562000', '153927.565000', '153927.567000', '153927.570000', '153927.572000', '153927.575000', '153927.577000', '153927.580000', '153927.583000', '153927.585000', '153927.588000', '153927.590000', '153927.593000', '153927.596000', '153927.598000', '153927.601000', '153927.604000', '153927.606000', '153927.609000', '153927.611000', '153927.614000', '153927.617000', '153927.619000', '153927.622000', '153927.624000', '153927.627000', '153927.629000', '153927.636000', '153927.639000', '153927.641000', '153927.644000', '153927.646000', '153927.649000', '153927.652000', '153927.654000', '153927.657000', '153927.660000', '153927.662000', '153927.665000', '153947.546000', '153947.549000', '153947.552000', '153947.555000', '153947.557000', '153947.560000', '153947.562000', '153947.565000', '153947.568000', '153947.570000', '153947.573000', '153947.575000', '153947.578000', '153947.581000', '153947.583000', '153947.586000', '153947.589000', '153947.592000', '153947.594000', '153947.597000', '153947.599000', '153947.602000', '153947.605000', '153947.607000', '153947.610000', '153947.612000', '153947.615000', '153947.618000', '153947.620000', '153947.623000', '153947.626000', '153947.628000', '153947.631000', '153947.633000', '153947.636000', '153947.638000', '153947.641000', '153947.644000', '153947.646000', '153947.649000', '153947.651000', '153947.654000', '153947.657000', '154007.549000', '154007.553000', '154007.555000', '154007.558000', '154007.560000', '154007.563000', '154007.566000', '154007.568000', '154007.571000', '154007.573000', '154007.576000', '154007.579000', '154007.581000', '154007.584000', '154007.586000', '154007.589000', '154007.592000', '154007.595000', '154007.597000', '154007.600000', '154007.603000', '154007.606000', '154007.608000', '154007.611000', '154007.614000', '154007.616000', '154007.619000', '154007.621000', '154007.624000', '154007.627000', '154007.629000', '154007.632000', '154007.634000', '154007.637000', '154007.640000', '154007.642000', '154007.645000', '154007.647000', '154007.650000', '154007.653000', '154007.655000', '154007.658000', '154007.660000', '154007.663000', '154027.548000', '154027.550000', '154027.553000', '154027.556000', '154027.558000', '154027.561000', '154027.563000', '154027.566000', '154027.569000', '154027.571000', '154027.574000', '154027.576000', '154027.579000', '154027.582000', '154027.584000', '154027.587000', '154027.590000', '154027.592000', '154027.595000', '154027.598000', '154027.600000', '154027.603000', '154027.605000', '154027.608000', '154027.610000', '154027.613000', '154027.616000', '154027.618000', '154027.621000', '154027.624000', '154027.626000', '154027.629000', '154027.631000', '154027.634000', '154027.637000', '154027.639000', '154027.642000', '154027.644000', '154027.647000', '154027.650000', '154027.652000', '154027.655000', '154027.657000', '154047.548000', '154047.550000', '154047.553000', '154047.556000', '154047.558000', '154047.561000', '154047.563000', '154047.566000', '154047.569000', '154047.571000', '154047.574000', '154047.576000', '154047.586000', '154047.589000', '154047.591000', '154047.594000', '154047.597000', '154047.599000', '154047.602000', '154047.604000', '154047.607000', '154047.610000', '154047.612000', '154047.615000', '154047.618000', '154047.620000', '154047.623000', '154047.625000', '154047.628000', '154047.631000', '154047.633000', '154047.636000', '154047.639000', '154047.641000', '154047.644000', '154047.646000', '154047.649000', '154047.652000', '154047.654000', '154047.657000', '154047.659000', '154047.662000', '154047.665000', '154047.667000', '154107.547000', '154107.550000', '154107.553000', '154107.556000', '154107.558000', '154107.561000', '154107.563000', '154107.566000', '154107.568000', '154107.571000', '154107.574000', '154107.576000', '154107.579000', '154107.581000', '154107.584000', '154107.587000', '154107.589000', '154107.592000', '154107.595000', '154107.597000', '154107.600000', '154107.603000', '154107.605000', '154107.608000', '154107.610000', '154107.613000', '154107.615000', '154107.618000', '154107.621000', '154107.623000', '154107.626000', '154107.629000', '154107.631000', '154107.634000', '154107.636000', '154107.639000', '154107.642000', '154107.644000', '154107.647000', '154107.649000', '154107.652000', '154107.655000', '154107.657000', '154127.567000', '154127.570000', '154127.573000', '154127.575000', '154127.578000', '154127.581000', '154127.583000', '154127.586000', '154127.590000', '154127.593000', '154127.595000', '154127.598000', '154127.601000', '154127.603000', '154127.606000', '154127.608000', '154127.611000', '154127.614000', '154127.616000', '154127.619000', '154127.622000', '154127.624000', '154127.627000', '154127.630000', '154127.632000', '154127.635000', '154127.638000', '154127.641000', '154127.643000', '154127.646000', '154127.649000', '154127.651000', '154127.654000', '154127.657000', '154127.659000', '154127.662000', '154127.664000', '154127.667000', '154127.670000', '154127.673000', '154127.675000', '154127.678000', '154127.681000', '154127.683000', '154147.547000', '154147.549000', '154147.552000', '154147.555000', '154147.558000', '154147.560000', '154147.563000', '154147.566000', '154147.569000', '154147.571000', '154147.574000', '154147.577000', '154147.579000', '154147.582000', '154147.585000', '154147.587000', '154147.590000', '154147.593000', '154147.595000', '154147.598000', '154147.601000', '154147.603000', '154147.606000', '154147.609000', '154147.611000', '154147.614000', '154147.617000', '154147.619000', '154147.622000', '154147.624000', '154147.627000', '154147.630000', '154147.632000', '154147.635000', '154147.637000', '154147.640000', '154147.643000', '154147.645000', '154147.648000', '154147.651000', '154147.653000', '154147.656000', '154147.659000', '154207.547000', '154207.550000', '154207.552000', '154207.555000', '154207.558000', '154207.560000', '154207.563000', '154207.566000', '154207.568000', '154207.571000', '154207.574000', '154207.577000', '154207.581000', '154207.584000', '154207.586000', '154207.589000', '154207.592000', '154207.594000', '154207.597000', '154207.600000', '154207.602000', '154207.605000', '154207.607000', '154207.610000', '154207.613000', '154207.615000', '154207.618000', '154207.621000', '154207.623000', '154207.626000', '154207.629000', '154207.631000', '154207.634000', '154207.637000', '154207.639000', '154207.642000', '154207.644000', '154207.647000', '154207.650000', '154207.652000', '154207.655000', '154207.658000', '154207.660000', '154227.548000', '154227.550000', '154227.553000', '154227.556000', '154227.558000', '154227.561000', '154227.564000', '154227.566000', '154227.569000', '154227.572000', '154227.574000', '154227.577000', '154227.580000', '154227.582000', '154227.585000', '154227.588000', '154227.591000', '154227.593000', '154227.596000', '154227.599000', '154227.601000', '154227.604000', '154227.606000', '154227.609000', '154227.612000', '154227.615000', '154227.617000', '154227.620000', '154227.623000', '154227.625000', '154227.628000', '154227.631000', '154227.633000', '154227.636000', '154227.639000', '154227.642000', '154227.644000', '154227.647000', '154227.649000', '154227.652000', '154227.655000', '154227.658000', '154227.660000', '154227.663000', '154247.548000', '154247.551000', '154247.553000', '154247.556000', '154247.558000', '154247.561000', '154247.564000', '154247.567000', '154247.570000', '154247.573000', '154247.576000', '154247.578000', '154247.581000', '154247.584000', '154247.586000', '154247.589000', '154247.592000', '154247.594000', '154247.597000', '154247.599000', '154247.602000', '154247.605000', '154247.607000', '154247.610000', '154247.613000', '154247.615000', '154247.618000', '154247.620000', '154247.623000', '154247.627000', '154247.630000', '154247.633000', '154247.636000', '154247.638000', '154247.647000', '154247.650000', '154247.652000', '154247.655000', '154247.658000', '154247.661000', '154247.663000', '154247.666000', '154247.668000', '154307.548000', '154307.551000', '154307.553000', '154307.556000', '154307.559000', '154307.561000', '154307.564000', '154307.567000', '154307.570000', '154307.572000', '154307.575000', '154307.578000', '154307.581000', '154307.583000', '154307.586000', '154307.589000', '154307.592000', '154307.594000', '154307.597000', '154307.600000', '154307.602000', '154307.605000', '154307.608000', '154307.611000', '154307.613000', '154307.616000', '154307.618000', '154307.621000', '154307.624000', '154307.626000', '154307.629000', '154307.632000', '154307.634000', '154307.637000', '154307.640000', '154307.642000', '154307.645000', '154307.648000', '154307.650000', '154307.653000', '154307.656000', '154307.658000', '154307.661000', '154307.663000', '154311.936000', '154311.939000', '154311.942000', '154311.944000', '154311.947000', '154311.950000', '154311.952000', '154311.955000', '154311.958000', '154311.960000'], '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': [6604, 12105, 10162, 7613, 6011, 5448, 10909, 9773, 8836, 6506, 7228, 10745, 8124, 5991, 10449, 8534, 6460, 10384, 7414, 5576, 10573, 8866, 6765, 6022, 10240, 7496, 7219, 11116, 8767, 5809, 10266, 8028, 7360, 11522, 8344, 5649, 10279, 9230, 6597, 5638, 9502, 7453, 6579, 10171, 7651, 5938, 10289, 8769, 6749, 5837, 10532, 8506, 6824, 5614, 10138, 7663, 6107, 12041, 9357, 7002, 5922, 10266, 7555, 7022, 10618, 9365, 6880, 5730, 10892, 8464, 6241, 8021, 8430, 6723, 6338, 10917, 7585, 5538, 6727, 9010, 7350, 5742, 10415, 7290, 5959, 10426, 8820, 6605, 5557, 9028, 7619, 6513, 6496, 8143, 6453, 6242, 10972, 7742, 5734, 7253, 9672, 7662, 5625, 10074, 7846, 6845, 7905, 9965, 6971, 5555, 10767, 8904, 6507, 5454, 9720, 7529, 6336, 10088, 7726, 6233, 6926, 10797, 7901, 5627, 7308, 8439, 7361, 6341, 6268, 9551, 7509, 6840, 6212, 9687, 7948, 6578, 6206, 11794, 9763, 7110, 5678, 5538, 11061, 8887, 8349, 6110, 11582, 8246, 7724, 6721, 10800, 7975, 6664, 6207, 11942, 9824, 6312, 6041, 8739, 7697, 5972, 8237, 7921, 6384, 6541, 10590, 7502, 5453, 10513, 8511, 6716, 9589, 8140, 6224, 6831, 10649, 7652, 5546, 8375, 8577, 7193, 5495, 8300, 8237, 7039, 8364, 10013, 6787, 6104, 11208, 8662, 5817, 6766, 8658, 7618, 6314, 9931, 7157, 5757, 8399, 8789, 6609, 5715, 8603, 7310, 10377, 9686, 6653, 7868, 10551, 7714, 5971, 9333, 6948, 6898, 11626, 8142, 5635, 7169, 8717, 7582, 5586, 9738, 7602, 6829, 8299, 9731, 7076, 5604, 10128, 8471, 6145, 5919, 8788, 6603, 6313, 11245, 8686, 6204, 5866, 9889, 8217, 5808, 6064, 8583, 7826, 6051, 6093, 8512, 6642, 6081, 5895, 7331, 8196, 7051, 5833, 10954, 9270, 7500, 5684, 7463, 9613, 7681, 6260, 6464, 9440, 7091, 6199, 6517, 9763, 7074, 5681, 6047, 9733, 7842, 5950, 9908, 7330, 6160, 6329, 9585, 7098, 5977, 6053, 8906, 7083, 5793, 5999, 8781, 7664, 6538, 5892, 8730, 8099, 6977, 6103, 6686, 8790, 6877, 6066, 5594, 8730, 8687, 7982, 7331, 5460, 5640, 11081, 8644, 9065, 6558, 11761, 7468, 6412, 7884, 10044, 7255, 5745, 6005, 10047, 7311, 5651, 5726, 8892, 8291, 6837, 5459, 7064, 8912, 8516, 7987, 11055, 8515, 6638, 8738, 11392, 8794, 5961, 6625, 7795, 10653, 8038, 6065, 9770, 10278, 7705, 8393, 12279, 9379, 7823, 15266, 11419, 8880, 14071, 10878, 7918, 10699, 8135, 6895, 10876, 8039, 5496, 8172, 8296, 5803, 5572, 8819, 7305, 5613, 9697, 7651, 6185, 5759, 11277, 8195, 6206, 5435, 10166, 8664, 5814, 6222, 8908, 7594, 6899, 7202, 8935, 7168, 6161, 6524, 10134, 7363, 6330, 5429, 8752, 10514, 7692, 6489, 6367, 10064, 8803, 6608, 5608, 9195, 10455, 7930, 6446, 6310, 11855, 8814, 6735, 5436, 6661, 9642, 7078, 5974, 5559, 8861, 8799, 6690, 5537, 6552, 10237, 8072, 6377, 5941, 10127, 7679, 7215, 6093, 10971, 7732, 6320, 8800, 10830, 7741, 5635, 9549, 9298, 7188, 5558, 5787, 8938, 7385, 5830, 5486, 9258, 7348, 6946, 6729, 10987, 8076, 6309, 7328, 10939, 7823, 5480, 7474, 8385, 7443, 6382, 9880, 7090, 6083, 6664, 9825, 7132, 5390, 6761, 9453, 7102, 5526, 6039, 8393, 7193, 6126, 9560, 7378, 5719, 8515, 9423, 6522, 5621, 9825, 7650, 6771, 9543, 7744, 5862, 6093, 11020, 8013, 6475, 5572, 9463, 8661, 8018, 6215, 10660, 7643, 6363, 9494, 10807, 7542, 5764, 8820, 9467, 7651, 5479, 5594, 9026, 7952, 6195, 5658, 5808, 8360, 7729, 6258, 5549, 9965, 8267, 7917, 6733, 8576, 9316, 7071, 6305, 11394, 9357, 7101, 5735, 8621, 9480, 7579, 5633, 9753, 8116, 6840, 6550, 9705, 7580, 5718, 8133, 8684, 6342, 5562, 7363, 8325, 7448, 6126, 5821, 9109, 7593, 7756, 6777, 5709, 7185, 5725, 7276, 9823, 11205, 9934, 9288, 9349, 5763, 7466, 13286, 12089, 8806, 6562, 6247, 11639, 9046, 7324, 5517, 9658, 7840, 6688, 5334, 7844, 7923, 7109, 6984, 5610, 8923, 7691, 6900, 7162, 5803, 9536, 9078, 7241, 6497, 9290, 9883, 6988, 6443, 9969, 9809, 7646, 6071, 8787, 10674, 8217, 5514, 7326, 9616, 7718, 5659, 6153, 9940, 7678, 7218, 5879, 8749, 7821, 7157, 6437, 10366, 9015, 6862, 9231, 10232, 7523, 9643, 8936, 6822, 7335, 10230, 7477, 5583, 5985, 9204, 7138, 5753, 9583, 7622, 6728, 8160, 8977, 6369, 5602, 9960, 7896, 5536, 7815, 8139, 6728, 6478, 9959, 7599, 5726, 5637, 10249, 8097, 5746, 6777, 8289, 6880, 8134, 9683, 7308, 5739, 10034, 8092, 6750, 8476, 7574, 5584, 10541, 8396, 6661, 9047, 7135, 5462, 9469, 7539, 5606, 8591, 6989, 6363, 10886, 8557, 5979, 5729, 10158, 8052, 6605, 5563, 9288, 7832, 6982, 9264, 8669, 6387, 6798, 12162, 9618, 6285, 9328, 8500, 7265, 5671, 9756, 7414, 6711, 8775, 9662, 6902, 5857, 6017, 11261, 8571, 6298, 5591, 9251, 7807, 6614, 10170, 7250, 5861, 10127, 7729, 5558, 9429, 8331, 6703, 7734, 9275, 7003, 5739, 6538, 11123, 8235, 5665, 5482, 9182, 7987, 12762, 9420, 7280, 8188, 6513, 13155, 8988, 6227, 8000, 7808, 7160, 7380, 9403, 6800, 5630, 10662, 8677, 7167, 9892, 7012, 6174, 10807, 8164, 5548, 8876, 7785, 6899, 10790, 7598, 5842, 8704, 7084, 6118, 9104, 6340, 5532, 10603, 8764, 6229, 5648, 10236, 7929, 7255, 6318, 10104, 7624, 5486, 10399, 8446, 6702, 5502, 8281, 8302, 7497, 5678, 6958, 10241, 7781, 7255, 10268, 9206, 7285, 5776, 11751, 8713, 7447, 5496, 8050, 10099, 7908, 6013, 5453, 10330, 8235, 7118, 5412, 6012, 9544, 8047, 8048, 6095, 9601, 8472, 7253, 6389, 8253, 9889, 7456, 6873, 7496, 10121, 9293, 7394, 6823, 7624, 9061, 9221, 7054, 6646, 7847, 11081, 8643, 6901, 6229, 10736, 8810, 7218, 5694, 5514, 10222, 8088, 5987, 5515, 8868, 8425, 7444, 6465, 6941, 9357, 7438, 6743, 7990, 10588, 7638, 5575, 8080, 10442, 7658, 5823, 5462, 10353, 8187, 7228, 9191, 9954, 7554, 6188, 12038, 8893, 7782, 5435, 9210, 8711, 7293, 5319, 9830, 7759, 7850, 6598, 9630, 8084, 6462, 6284, 10605, 9565, 5633, 5426, 13084, 9755, 7998, 11708, 8257, 8467, 5663, 6601, 8847, 8012, 7017, 6064, 5828, 10382, 8464, 7750, 6684, 7200, 8837, 6819, 6643, 8307, 7769, 6089, 5787, 5585, 9171, 9460, 7405, 13348, 9434, 6458, 10586, 8268, 6453, 11324, 8491, 10919, 12526, 8901, 7059, 11787, 7249, 5387, 9821, 5728, 5707, 12018, 10177, 8040, 11424, 9134, 6284, 9439, 6854, 7417, 8545, 6257, 5477, 8884, 6969, 6209, 8465, 7671, 5823, 5527, 10502, 7924, 5840, 5750, 8204, 6379, 5664, 11025, 8128, 6833, 8956, 12785, 9581, 6435, 9349, 8284, 7202, 7115, 14492, 10633, 7154, 6191, 12947, 9627, 7036, 6675, 5584, 9784, 8373, 7180, 6356, 5585, 6237, 9926, 10710, 10484, 11755, 9833, 7770, 8386, 8444, 5946, 5310, 5414, 8469, 11262, 9972, 7193, 5972, 10739, 8656, 7109, 6112, 5483, 5446, 11002, 9227, 7528, 5785, 5526, 10494, 8699, 7450, 5594, 7573, 9815, 7894, 6587, 6935, 10351, 8179, 7670, 7068, 10577, 8059, 6290, 6031, 10377, 8405, 6136, 6060, 9157, 7542, 7068, 8109, 8505, 6350, 5920, 11624, 8255, 6112, 5391, 9284, 8001, 6676, 5645, 9676, 7864, 6850, 6578, 9857, 7649, 6084, 5873, 11256, 8748, 6901, 5596, 6111, 10399, 8787, 6528, 5520, 9599, 7651, 6733, 5976, 9694, 7176, 6535, 6058, 9805, 7795, 6427, 6031, 9324, 11715, 8485, 6708, 5866, 10646, 10678, 7771, 6051, 5459, 10552, 9013, 7020, 5699, 5536, 10389, 8183, 6982, 5452, 5474, 9273, 7841, 6455, 6216, 7490, 8228, 7362, 5856, 7154, 12713, 9380, 6789, 5602, 10527, 8251, 6184, 5701, 6838, 8770, 7415, 6178, 5594, 9102, 8280, 6473, 6449, 7030, 9749, 7394, 6033, 5707, 6173, 8699, 7214, 6661, 5825, 11842, 8806, 7035, 6368, 12917, 9293, 8595, 6964, 13529, 9832, 8159, 7870, 7121, 14842, 9529, 7766, 6723, 5640, 7382, 10573, 7884, 6510, 5507, 5654, 8716, 9297, 7897, 6610, 6312, 5941, 11368, 9071, 9678, 7334, 8957, 7333, 7388, 10382, 8458, 8452, 6903, 5933, 10939, 8711, 7436, 6005, 5503, 7307, 8788, 7057, 6063, 5374, 6844, 9902, 8278, 6533, 6037, 11668, 8123, 8563, 10736, 12247, 8578, 7757, 13743, 12877, 9096, 6597], 'WindowCenter': [3603.0, 3642.0, 3618.0, 3584.0, 3562.0, 3540.0, 3615.0, 3604.0, 3605.0, 3562.0, 3583.0, 3615.0, 3582.0, 3548.0, 3601.0, 3592.0, 3559.0, 3603.0, 3570.0, 3539.0, 3604.0, 3593.0, 3560.0, 3549.0, 3602.0, 3569.0, 3569.0, 3612.0, 3581.0, 3538.0, 3601.0, 3581.0, 3570.0, 3601.0, 3579.0, 3537.0, 3601.0, 3589.0, 3559.0, 3536.0, 3588.0, 3569.0, 3559.0, 3603.0, 3569.0, 3549.0, 3602.0, 3591.0, 3559.0, 3548.0, 3602.0, 3592.0, 3571.0, 3550.0, 3614.0, 3581.0, 3548.0, 3613.0, 3590.0, 3570.0, 3548.0, 3600.0, 3569.0, 3559.0, 3601.0, 3590.0, 3558.0, 3536.0, 3599.0, 3579.0, 3547.0, 3577.0, 3578.0, 3556.0, 3546.0, 3600.0, 3568.0, 3537.0, 3558.0, 3589.0, 3568.0, 3547.0, 3601.0, 3569.0, 3548.0, 3602.0, 3590.0, 3559.0, 3537.0, 3591.0, 3581.0, 3559.0, 3560.0, 3580.0, 3559.0, 3560.0, 3614.0, 3581.0, 3549.0, 3570.0, 3603.0, 3581.0, 3551.0, 3603.0, 3580.0, 3568.0, 3581.0, 3603.0, 3569.0, 3536.0, 3614.0, 3591.0, 3561.0, 3537.0, 3602.0, 3594.0, 3575.0, 3616.0, 3594.0, 3560.0, 3570.0, 3614.0, 3582.0, 3550.0, 3581.0, 3580.0, 3581.0, 3560.0, 3561.0, 3603.0, 3570.0, 3570.0, 3562.0, 3616.0, 3594.0, 3571.0, 3558.0, 3625.0, 3603.0, 3570.0, 3549.0, 3537.0, 3612.0, 3591.0, 3580.0, 3547.0, 3612.0, 3578.0, 3568.0, 3556.0, 3600.0, 3567.0, 3556.0, 3545.0, 3600.0, 3588.0, 3546.0, 3545.0, 3576.0, 3566.0, 3546.0, 3578.0, 3567.0, 3547.0, 3547.0, 3600.0, 3567.0, 3536.0, 3599.0, 3578.0, 3557.0, 3588.0, 3567.0, 3546.0, 3557.0, 3600.0, 3569.0, 3537.0, 3578.0, 3590.0, 3569.0, 3538.0, 3579.0, 3579.0, 3570.0, 3591.0, 3601.0, 3559.0, 3547.0, 3613.0, 3590.0, 3546.0, 3557.0, 3579.0, 3579.0, 3559.0, 3602.0, 3569.0, 3549.0, 3592.0, 3593.0, 3572.0, 3550.0, 3592.0, 3582.0, 3613.0, 3602.0, 3560.0, 3579.0, 3601.0, 3568.0, 3548.0, 3589.0, 3556.0, 3558.0, 3611.0, 3578.0, 3548.0, 3568.0, 3579.0, 3579.0, 3537.0, 3601.0, 3568.0, 3558.0, 3581.0, 3602.0, 3570.0, 3548.0, 3613.0, 3607.0, 3563.0, 3550.0, 3590.0, 3558.0, 3559.0, 3613.0, 3591.0, 3549.0, 3548.0, 3603.0, 3580.0, 3537.0, 3548.0, 3577.0, 3568.0, 3548.0, 3548.0, 3592.0, 3572.0, 3562.0, 3551.0, 3583.0, 3593.0, 3571.0, 3548.0, 3613.0, 3592.0, 3571.0, 3550.0, 3569.0, 3591.0, 3580.0, 3558.0, 3558.0, 3590.0, 3557.0, 3547.0, 3558.0, 3601.0, 3569.0, 3548.0, 3548.0, 3600.0, 3580.0, 3548.0, 3600.0, 3568.0, 3548.0, 3558.0, 3601.0, 3569.0, 3549.0, 3548.0, 3590.0, 3571.0, 3551.0, 3560.0, 3591.0, 3582.0, 3572.0, 3550.0, 3592.0, 3591.0, 3571.0, 3561.0, 3584.0, 3606.0, 3586.0, 3564.0, 3539.0, 3602.0, 3604.0, 3595.0, 3584.0, 3550.0, 3562.0, 3614.0, 3591.0, 3591.0, 3558.0, 3612.0, 3568.0, 3559.0, 3581.0, 3602.0, 3570.0, 3548.0, 3548.0, 3602.0, 3569.0, 3549.0, 3550.0, 3604.0, 3605.0, 3573.0, 3553.0, 3584.0, 3604.0, 3605.0, 3594.0, 3615.0, 3593.0, 3570.0, 3591.0, 3613.0, 3592.0, 3562.0, 3572.0, 3582.0, 3613.0, 3580.0, 3547.0, 3589.0, 3600.0, 3579.0, 3591.0, 3624.0, 3602.0, 3581.0, 3622.0, 3587.0, 3563.0, 3584.0, 3571.0, 3538.0, 3570.0, 3538.0, 3539.0, 3583.0, 3550.0, 3509.0, 3549.0, 3549.0, 3518.0, 3520.0, 3575.0, 3567.0, 3547.0, 3587.0, 3564.0, 3532.0, 3534.0, 3610.0, 3577.0, 3545.0, 3534.0, 3600.0, 3590.0, 3548.0, 3548.0, 3589.0, 3579.0, 3569.0, 3581.0, 3591.0, 3570.0, 3561.0, 3572.0, 3614.0, 3580.0, 3560.0, 3551.0, 3606.0, 3615.0, 3592.0, 3573.0, 3574.0, 3616.0, 3604.0, 3572.0, 3549.0, 3603.0, 3613.0, 3581.0, 3558.0, 3559.0, 3613.0, 3591.0, 3559.0, 3538.0, 3569.0, 3601.0, 3570.0, 3559.0, 3549.0, 3603.0, 3604.0, 3573.0, 3540.0, 3573.0, 3616.0, 3582.0, 3562.0, 3561.0, 3615.0, 3582.0, 3571.0, 3549.0, 3612.0, 3580.0, 3558.0, 3590.0, 3601.0, 3569.0, 3535.0, 3590.0, 3590.0, 3557.0, 3537.0, 3536.0, 3590.0, 3569.0, 3538.0, 3538.0, 3590.0, 3569.0, 3571.0, 3572.0, 3615.0, 3594.0, 3560.0, 3584.0, 3616.0, 3594.0, 3552.0, 3582.0, 3592.0, 3569.0, 3557.0, 3601.0, 3568.0, 3548.0, 3559.0, 3602.0, 3570.0, 3539.0, 3570.0, 3602.0, 3570.0, 3538.0, 3549.0, 3591.0, 3570.0, 3560.0, 3601.0, 3570.0, 3548.0, 3591.0, 3602.0, 3561.0, 3547.0, 3602.0, 3581.0, 3559.0, 3602.0, 3580.0, 3538.0, 3549.0, 3614.0, 3581.0, 3559.0, 3538.0, 3603.0, 3592.0, 3581.0, 3550.0, 3602.0, 3580.0, 3559.0, 3602.0, 3603.0, 3569.0, 3537.0, 3590.0, 3591.0, 3569.0, 3536.0, 3537.0, 3589.0, 3580.0, 3548.0, 3548.0, 3548.0, 3592.0, 3582.0, 3561.0, 3551.0, 3603.0, 3592.0, 3594.0, 3573.0, 3593.0, 3602.0, 3571.0, 3561.0, 3614.0, 3603.0, 3569.0, 3549.0, 3590.0, 3602.0, 3580.0, 3549.0, 3600.0, 3579.0, 3558.0, 3558.0, 3600.0, 3569.0, 3537.0, 3579.0, 3590.0, 3559.0, 3538.0, 3581.0, 3590.0, 3581.0, 3561.0, 3552.0, 3604.0, 3582.0, 3583.0, 3572.0, 3563.0, 3583.0, 3563.0, 3582.0, 3617.0, 3615.0, 3604.0, 3604.0, 3592.0, 3551.0, 3583.0, 3625.0, 3613.0, 3580.0, 3557.0, 3547.0, 3600.0, 3578.0, 3556.0, 3524.0, 3588.0, 3567.0, 3556.0, 3526.0, 3567.0, 3566.0, 3558.0, 3559.0, 3537.0, 3590.0, 3567.0, 3558.0, 3569.0, 3548.0, 3603.0, 3591.0, 3570.0, 3560.0, 3592.0, 3601.0, 3570.0, 3559.0, 3603.0, 3603.0, 3581.0, 3548.0, 3591.0, 3602.0, 3580.0, 3538.0, 3569.0, 3589.0, 3570.0, 3538.0, 3548.0, 3601.0, 3568.0, 3570.0, 3539.0, 3591.0, 3568.0, 3570.0, 3559.0, 3603.0, 3590.0, 3558.0, 3589.0, 3601.0, 3584.0, 3591.0, 3590.0, 3557.0, 3568.0, 3603.0, 3569.0, 3536.0, 3546.0, 3590.0, 3558.0, 3536.0, 3589.0, 3568.0, 3558.0, 3580.0, 3590.0, 3560.0, 3537.0, 3602.0, 3580.0, 3537.0, 3569.0, 3579.0, 3558.0, 3558.0, 3602.0, 3580.0, 3549.0, 3549.0, 3604.0, 3582.0, 3551.0, 3570.0, 3591.0, 3570.0, 3580.0, 3602.0, 3570.0, 3537.0, 3601.0, 3581.0, 3559.0, 3580.0, 3581.0, 3538.0, 3600.0, 3580.0, 3559.0, 3590.0, 3569.0, 3538.0, 3591.0, 3581.0, 3549.0, 3592.0, 3569.0, 3558.0, 3613.0, 3592.0, 3560.0, 3550.0, 3614.0, 3593.0, 3573.0, 3541.0, 3603.0, 3583.0, 3572.0, 3604.0, 3591.0, 3559.0, 3559.0, 3613.0, 3603.0, 3559.0, 3591.0, 3591.0, 3570.0, 3548.0, 3601.0, 3568.0, 3559.0, 3591.0, 3601.0, 3570.0, 3548.0, 3548.0, 3613.0, 3591.0, 3560.0, 3538.0, 3591.0, 3581.0, 3559.0, 3601.0, 3570.0, 3536.0, 3601.0, 3569.0, 3538.0, 3591.0, 3578.0, 3558.0, 3581.0, 3602.0, 3570.0, 3549.0, 3560.0, 3615.0, 3592.0, 3551.0, 3539.0, 3603.0, 3581.0, 3623.0, 3593.0, 3569.0, 3579.0, 3546.0, 3622.0, 3589.0, 3546.0, 3578.0, 3567.0, 3568.0, 3570.0, 3590.0, 3557.0, 3547.0, 3601.0, 3591.0, 3570.0, 3601.0, 3557.0, 3548.0, 3602.0, 3580.0, 3537.0, 3590.0, 3568.0, 3568.0, 3600.0, 3569.0, 3537.0, 3577.0, 3557.0, 3547.0, 3591.0, 3559.0, 3537.0, 3600.0, 3591.0, 3549.0, 3550.0, 3602.0, 3580.0, 3582.0, 3561.0, 3614.0, 3582.0, 3538.0, 3602.0, 3592.0, 3571.0, 3550.0, 3593.0, 3593.0, 3584.0, 3551.0, 3583.0, 3614.0, 3582.0, 3582.0, 3614.0, 3603.0, 3569.0, 3549.0, 3624.0, 3591.0, 3569.0, 3539.0, 3580.0, 3602.0, 3581.0, 3560.0, 3538.0, 3602.0, 3591.0, 3571.0, 3539.0, 3549.0, 3601.0, 3581.0, 3582.0, 3549.0, 3603.0, 3580.0, 3568.0, 3559.0, 3591.0, 3601.0, 3569.0, 3559.0, 3582.0, 3603.0, 3592.0, 3569.0, 3558.0, 3579.0, 3590.0, 3590.0, 3568.0, 3558.0, 3581.0, 3612.0, 3590.0, 3568.0, 3548.0, 3601.0, 3590.0, 3569.0, 3536.0, 3537.0, 3600.0, 3579.0, 3548.0, 3537.0, 3591.0, 3591.0, 3581.0, 3560.0, 3570.0, 3601.0, 3569.0, 3571.0, 3580.0, 3614.0, 3582.0, 3538.0, 3580.0, 3614.0, 3581.0, 3550.0, 3551.0, 3614.0, 3592.0, 3583.0, 3604.0, 3602.0, 3580.0, 3548.0, 3613.0, 3589.0, 3580.0, 3536.0, 3588.0, 3579.0, 3568.0, 3536.0, 3600.0, 3569.0, 3580.0, 3559.0, 3601.0, 3578.0, 3547.0, 3547.0, 3601.0, 3590.0, 3549.0, 3539.0, 3622.0, 3600.0, 3593.0, 3612.0, 3580.0, 3579.0, 3547.0, 3570.0, 3591.0, 3579.0, 3569.0, 3548.0, 3549.0, 3601.0, 3580.0, 3581.0, 3560.0, 3582.0, 3603.0, 3571.0, 3570.0, 3592.0, 3581.0, 3561.0, 3549.0, 3539.0, 3602.0, 3602.0, 3569.0, 3611.0, 3589.0, 3546.0, 3601.0, 3590.0, 3560.0, 3612.0, 3578.0, 3587.0, 3597.0, 3564.0, 3541.0, 3585.0, 3552.0, 3508.0, 3572.0, 3519.0, 3519.0, 3595.0, 3585.0, 3552.0, 3585.0, 3573.0, 3531.0, 3573.0, 3541.0, 3541.0, 3562.0, 3532.0, 3522.0, 3576.0, 3555.0, 3547.0, 3579.0, 3578.0, 3547.0, 3538.0, 3614.0, 3592.0, 3562.0, 3561.0, 3593.0, 3571.0, 3550.0, 3613.0, 3580.0, 3569.0, 3591.0, 3637.0, 3603.0, 3571.0, 3602.0, 3579.0, 3569.0, 3570.0, 3623.0, 3614.0, 3570.0, 3548.0, 3613.0, 3591.0, 3570.0, 3570.0, 3538.0, 3601.0, 3579.0, 3568.0, 3546.0, 3537.0, 3546.0, 3599.0, 3600.0, 3599.0, 3599.0, 3589.0, 3566.0, 3577.0, 3576.0, 3545.0, 3523.0, 3536.0, 3581.0, 3612.0, 3590.0, 3556.0, 3535.0, 3600.0, 3591.0, 3569.0, 3549.0, 3538.0, 3538.0, 3613.0, 3603.0, 3580.0, 3549.0, 3538.0, 3603.0, 3592.0, 3570.0, 3538.0, 3570.0, 3603.0, 3581.0, 3559.0, 3569.0, 3600.0, 3579.0, 3569.0, 3569.0, 3601.0, 3579.0, 3558.0, 3546.0, 3600.0, 3579.0, 3548.0, 3548.0, 3590.0, 3580.0, 3569.0, 3580.0, 3605.0, 3559.0, 3548.0, 3611.0, 3580.0, 3547.0, 3536.0, 3589.0, 3580.0, 3569.0, 3548.0, 3600.0, 3579.0, 3570.0, 3560.0, 3601.0, 3579.0, 3548.0, 3537.0, 3613.0, 3591.0, 3570.0, 3538.0, 3548.0, 3601.0, 3592.0, 3560.0, 3537.0, 3590.0, 3568.0, 3558.0, 3561.0, 3615.0, 3570.0, 3558.0, 3548.0, 3601.0, 3579.0, 3548.0, 3548.0, 3592.0, 3613.0, 3591.0, 3559.0, 3536.0, 3601.0, 3601.0, 3568.0, 3545.0, 3535.0, 3599.0, 3588.0, 3557.0, 3536.0, 3525.0, 3588.0, 3577.0, 3558.0, 3536.0, 3536.0, 3589.0, 3578.0, 3546.0, 3548.0, 3569.0, 3579.0, 3569.0, 3547.0, 3569.0, 3624.0, 3590.0, 3559.0, 3537.0, 3600.0, 3580.0, 3547.0, 3537.0, 3557.0, 3579.0, 3569.0, 3547.0, 3537.0, 3589.0, 3578.0, 3558.0, 3560.0, 3584.0, 3602.0, 3569.0, 3549.0, 3550.0, 3560.0, 3592.0, 3581.0, 3573.0, 3550.0, 3625.0, 3604.0, 3584.0, 3573.0, 3624.0, 3604.0, 3590.0, 3558.0, 3611.0, 3588.0, 3567.0, 3567.0, 3555.0, 3610.0, 3576.0, 3565.0, 3544.0, 3534.0, 3566.0, 3599.0, 3578.0, 3558.0, 3537.0, 3549.0, 3591.0, 3603.0, 3606.0, 3583.0, 3573.0, 3564.0, 3627.0, 3603.0, 3603.0, 3583.0, 3604.0, 3582.0, 3582.0, 3602.0, 3592.0, 3592.0, 3570.0, 3548.0, 3601.0, 3590.0, 3569.0, 3548.0, 3539.0, 3581.0, 3592.0, 3571.0, 3560.0, 3550.0, 3573.0, 3629.0, 3606.0, 3573.0, 3562.0, 3612.0, 3582.0, 3592.0, 3613.0, 3613.0, 3579.0, 3568.0, 3612.0, 3612.0, 3578.0, 3555.0], 'WindowWidth': [8168.0, 8214.0, 8176.0, 8124.0, 8092.0, 8060.0, 8166.0, 8150.0, 8153.0, 8092.0, 8121.0, 8165.0, 8116.0, 8066.0, 8142.0, 8130.0, 8083.0, 8146.0, 8099.0, 8056.0, 8149.0, 8133.0, 8088.0, 8072.0, 8143.0, 8095.0, 8096.0, 8158.0, 8112.0, 8055.0, 8142.0, 8113.0, 8096.0, 8142.0, 8106.0, 8048.0, 8140.0, 8121.0, 8081.0, 8049.0, 8120.0, 8096.0, 8083.0, 8146.0, 8096.0, 8068.0, 8144.0, 8127.0, 8084.0, 8068.0, 8146.0, 8131.0, 8103.0, 8075.0, 8165.0, 8115.0, 8067.0, 8160.0, 8126.0, 8097.0, 8068.0, 8139.0, 8093.0, 8081.0, 8142.0, 8123.0, 8079.0, 8048.0, 8135.0, 8106.0, 8062.0, 8104.0, 8104.0, 8074.0, 8061.0, 8139.0, 8092.0, 8052.0, 8079.0, 8122.0, 8094.0, 8066.0, 8141.0, 8094.0, 8067.0, 8144.0, 8125.0, 8083.0, 8052.0, 8128.0, 8113.0, 8083.0, 8086.0, 8113.0, 8084.0, 8086.0, 8163.0, 8115.0, 8071.0, 8098.0, 8147.0, 8115.0, 8079.0, 8148.0, 8113.0, 8097.0, 8116.0, 8148.0, 8098.0, 8051.0, 8162.0, 8130.0, 8089.0, 8055.0, 8143.0, 8140.0, 8116.0, 8171.0, 8139.0, 8089.0, 8099.0, 8162.0, 8117.0, 8075.0, 8116.0, 8111.0, 8116.0, 8087.0, 8090.0, 8146.0, 8099.0, 8101.0, 8095.0, 8170.0, 8139.0, 8104.0, 8083.0, 8181.0, 8148.0, 8100.0, 8072.0, 8052.0, 8156.0, 8127.0, 8110.0, 8064.0, 8158.0, 8105.0, 8092.0, 8074.0, 8137.0, 8089.0, 8072.0, 8058.0, 8139.0, 8119.0, 8063.0, 8057.0, 8100.0, 8089.0, 8062.0, 8105.0, 8088.0, 8063.0, 8063.0, 8138.0, 8090.0, 8049.0, 8135.0, 8107.0, 8077.0, 8120.0, 8089.0, 8062.0, 8077.0, 8139.0, 8094.0, 8051.0, 8105.0, 8124.0, 8096.0, 8055.0, 8110.0, 8110.0, 8098.0, 8128.0, 8140.0, 8082.0, 8065.0, 8160.0, 8125.0, 8064.0, 8076.0, 8107.0, 8110.0, 8084.0, 8145.0, 8098.0, 8072.0, 8131.0, 8134.0, 8105.0, 8074.0, 8131.0, 8117.0, 8160.0, 8144.0, 8085.0, 8108.0, 8142.0, 8094.0, 8066.0, 8122.0, 8076.0, 8078.0, 8156.0, 8107.0, 8066.0, 8092.0, 8108.0, 8110.0, 8053.0, 8142.0, 8093.0, 8081.0, 8114.0, 8145.0, 8098.0, 8069.0, 8164.0, 8160.0, 8097.0, 8072.0, 8126.0, 8081.0, 8083.0, 8162.0, 8127.0, 8071.0, 8066.0, 8145.0, 8113.0, 8052.0, 8065.0, 8104.0, 8094.0, 8066.0, 8067.0, 8129.0, 8102.0, 8093.0, 8077.0, 8122.0, 8133.0, 8100.0, 8067.0, 8160.0, 8130.0, 8101.0, 8074.0, 8095.0, 8125.0, 8113.0, 8081.0, 8080.0, 8125.0, 8076.0, 8065.0, 8079.0, 8141.0, 8096.0, 8069.0, 8066.0, 8140.0, 8111.0, 8067.0, 8139.0, 8091.0, 8067.0, 8080.0, 8141.0, 8096.0, 8070.0, 8067.0, 8128.0, 8102.0, 8076.0, 8086.0, 8130.0, 8118.0, 8105.0, 8076.0, 8133.0, 8130.0, 8104.0, 8091.0, 8126.0, 8158.0, 8132.0, 8098.0, 8059.0, 8147.0, 8151.0, 8143.0, 8125.0, 8078.0, 8094.0, 8165.0, 8128.0, 8129.0, 8079.0, 8157.0, 8093.0, 8083.0, 8114.0, 8145.0, 8099.0, 8068.0, 8068.0, 8144.0, 8098.0, 8071.0, 8073.0, 8150.0, 8153.0, 8111.0, 8084.0, 8125.0, 8151.0, 8152.0, 8137.0, 8168.0, 8133.0, 8098.0, 8126.0, 8160.0, 8131.0, 8092.0, 8107.0, 8118.0, 8161.0, 8111.0, 8063.0, 8119.0, 8136.0, 8110.0, 8127.0, 8179.0, 8146.0, 8114.0, 8173.0, 8115.0, 8073.0, 8107.0, 8081.0, 8033.0, 8079.0, 8034.0, 8038.0, 8101.0, 8054.0, 7999.0, 8049.0, 8050.0, 8010.0, 8019.0, 8098.0, 8093.0, 8067.0, 8117.0, 8081.0, 8038.0, 8044.0, 8151.0, 8103.0, 8061.0, 8044.0, 8139.0, 8125.0, 8070.0, 8067.0, 8123.0, 8110.0, 8096.0, 8114.0, 8129.0, 8100.0, 8092.0, 8108.0, 8166.0, 8113.0, 8089.0, 8079.0, 8159.0, 8169.0, 8134.0, 8109.0, 8112.0, 8170.0, 8151.0, 8105.0, 8072.0, 8147.0, 8162.0, 8117.0, 8081.0, 8083.0, 8161.0, 8127.0, 8082.0, 8055.0, 8097.0, 8143.0, 8100.0, 8086.0, 8073.0, 8149.0, 8152.0, 8108.0, 8061.0, 8110.0, 8170.0, 8116.0, 8091.0, 8088.0, 8166.0, 8118.0, 8102.0, 8070.0, 8157.0, 8112.0, 8080.0, 8123.0, 8141.0, 8095.0, 8046.0, 8122.0, 8122.0, 8076.0, 8049.0, 8048.0, 8124.0, 8095.0, 8054.0, 8054.0, 8126.0, 8095.0, 8101.0, 8105.0, 8168.0, 8139.0, 8086.0, 8123.0, 8170.0, 8138.0, 8083.0, 8121.0, 8131.0, 8097.0, 8079.0, 8142.0, 8092.0, 8068.0, 8084.0, 8145.0, 8099.0, 8057.0, 8100.0, 8145.0, 8100.0, 8056.0, 8070.0, 8127.0, 8100.0, 8087.0, 8143.0, 8099.0, 8070.0, 8127.0, 8146.0, 8089.0, 8066.0, 8144.0, 8114.0, 8084.0, 8143.0, 8112.0, 8054.0, 8070.0, 8165.0, 8115.0, 8085.0, 8056.0, 8146.0, 8132.0, 8116.0, 8072.0, 8145.0, 8111.0, 8083.0, 8143.0, 8146.0, 8095.0, 8049.0, 8122.0, 8126.0, 8095.0, 8049.0, 8051.0, 8123.0, 8111.0, 8067.0, 8068.0, 8070.0, 8130.0, 8117.0, 8089.0, 8077.0, 8148.0, 8130.0, 8138.0, 8108.0, 8133.0, 8146.0, 8100.0, 8088.0, 8162.0, 8145.0, 8097.0, 8069.0, 8125.0, 8145.0, 8113.0, 8068.0, 8140.0, 8108.0, 8080.0, 8079.0, 8139.0, 8094.0, 8051.0, 8107.0, 8124.0, 8082.0, 8055.0, 8114.0, 8126.0, 8114.0, 8089.0, 8079.0, 8150.0, 8118.0, 8121.0, 8107.0, 8095.0, 8123.0, 8096.0, 8118.0, 8174.0, 8166.0, 8150.0, 8149.0, 8131.0, 8074.0, 8118.0, 8181.0, 8159.0, 8110.0, 8076.0, 8060.0, 8137.0, 8102.0, 8072.0, 8026.0, 8116.0, 8087.0, 8074.0, 8033.0, 8090.0, 8086.0, 8077.0, 8081.0, 8050.0, 8122.0, 8091.0, 8080.0, 8097.0, 8068.0, 8146.0, 8128.0, 8098.0, 8085.0, 8129.0, 8140.0, 8098.0, 8083.0, 8146.0, 8146.0, 8114.0, 8067.0, 8126.0, 8144.0, 8110.0, 8053.0, 8094.0, 8120.0, 8097.0, 8052.0, 8065.0, 8139.0, 8093.0, 8097.0, 8056.0, 8126.0, 8094.0, 8098.0, 8084.0, 8146.0, 8126.0, 8080.0, 8121.0, 8139.0, 8124.0, 8127.0, 8124.0, 8076.0, 8091.0, 8148.0, 8096.0, 8049.0, 8061.0, 8122.0, 8080.0, 8049.0, 8123.0, 8091.0, 8080.0, 8111.0, 8126.0, 8084.0, 8052.0, 8143.0, 8112.0, 8051.0, 8095.0, 8106.0, 8080.0, 8078.0, 8143.0, 8111.0, 8070.0, 8070.0, 8149.0, 8117.0, 8075.0, 8100.0, 8128.0, 8100.0, 8113.0, 8145.0, 8098.0, 8052.0, 8140.0, 8113.0, 8082.0, 8114.0, 8113.0, 8053.0, 8140.0, 8110.0, 8082.0, 8126.0, 8095.0, 8054.0, 8127.0, 8114.0, 8069.0, 8129.0, 8096.0, 8082.0, 8162.0, 8130.0, 8088.0, 8072.0, 8162.0, 8133.0, 8107.0, 8062.0, 8147.0, 8121.0, 8105.0, 8151.0, 8129.0, 8084.0, 8083.0, 8162.0, 8146.0, 8084.0, 8127.0, 8127.0, 8099.0, 8069.0, 8141.0, 8093.0, 8081.0, 8127.0, 8141.0, 8099.0, 8068.0, 8068.0, 8162.0, 8128.0, 8086.0, 8054.0, 8127.0, 8115.0, 8083.0, 8143.0, 8097.0, 8049.0, 8139.0, 8096.0, 8053.0, 8126.0, 8106.0, 8081.0, 8115.0, 8146.0, 8099.0, 8073.0, 8086.0, 8166.0, 8130.0, 8077.0, 8058.0, 8146.0, 8116.0, 8176.0, 8132.0, 8096.0, 8105.0, 8060.0, 8172.0, 8121.0, 8062.0, 8104.0, 8088.0, 8091.0, 8096.0, 8125.0, 8078.0, 8065.0, 8141.0, 8128.0, 8097.0, 8139.0, 8075.0, 8064.0, 8143.0, 8112.0, 8052.0, 8123.0, 8092.0, 8092.0, 8138.0, 8095.0, 8049.0, 8101.0, 8077.0, 8064.0, 8126.0, 8082.0, 8050.0, 8138.0, 8127.0, 8070.0, 8073.0, 8144.0, 8113.0, 8118.0, 8090.0, 8163.0, 8115.0, 8056.0, 8146.0, 8131.0, 8102.0, 8076.0, 8136.0, 8133.0, 8125.0, 8076.0, 8122.0, 8163.0, 8118.0, 8118.0, 8164.0, 8147.0, 8098.0, 8069.0, 8178.0, 8128.0, 8098.0, 8056.0, 8112.0, 8143.0, 8114.0, 8085.0, 8055.0, 8144.0, 8128.0, 8103.0, 8057.0, 8069.0, 8141.0, 8115.0, 8117.0, 8070.0, 8145.0, 8110.0, 8093.0, 8081.0, 8126.0, 8142.0, 8096.0, 8083.0, 8116.0, 8146.0, 8129.0, 8094.0, 8080.0, 8109.0, 8125.0, 8125.0, 8094.0, 8081.0, 8112.0, 8158.0, 8124.0, 8094.0, 8065.0, 8142.0, 8124.0, 8095.0, 8049.0, 8050.0, 8139.0, 8110.0, 8068.0, 8054.0, 8128.0, 8127.0, 8116.0, 8086.0, 8101.0, 8144.0, 8097.0, 8102.0, 8114.0, 8165.0, 8117.0, 8056.0, 8113.0, 8165.0, 8118.0, 8076.0, 8078.0, 8163.0, 8130.0, 8120.0, 8150.0, 8146.0, 8112.0, 8067.0, 8162.0, 8123.0, 8110.0, 8047.0, 8117.0, 8107.0, 8091.0, 8050.0, 8138.0, 8093.0, 8110.0, 8081.0, 8139.0, 8107.0, 8063.0, 8062.0, 8143.0, 8124.0, 8069.0, 8059.0, 8171.0, 8137.0, 8135.0, 8156.0, 8109.0, 8108.0, 8066.0, 8099.0, 8129.0, 8109.0, 8097.0, 8067.0, 8069.0, 8143.0, 8110.0, 8114.0, 8083.0, 8116.0, 8148.0, 8102.0, 8100.0, 8131.0, 8116.0, 8090.0, 8072.0, 8058.0, 8144.0, 8142.0, 8095.0, 8154.0, 8121.0, 8061.0, 8142.0, 8127.0, 8086.0, 8157.0, 8104.0, 8112.0, 8129.0, 8077.0, 8042.0, 8108.0, 8060.0, 7997.0, 8085.0, 8010.0, 8012.0, 8122.0, 8107.0, 8059.0, 8108.0, 8088.0, 8030.0, 8088.0, 8043.0, 8042.0, 8071.0, 8034.0, 8021.0, 8097.0, 8071.0, 8062.0, 8109.0, 8106.0, 8064.0, 8053.0, 8161.0, 8131.0, 8092.0, 8091.0, 8133.0, 8104.0, 8073.0, 8158.0, 8113.0, 8096.0, 8128.0, 8201.0, 8149.0, 8105.0, 8145.0, 8109.0, 8095.0, 8099.0, 8177.0, 8161.0, 8099.0, 8066.0, 8159.0, 8125.0, 8097.0, 8099.0, 8053.0, 8138.0, 8106.0, 8091.0, 8060.0, 8053.0, 8060.0, 8135.0, 8139.0, 8133.0, 8136.0, 8121.0, 8087.0, 8101.0, 8099.0, 8057.0, 8024.0, 8050.0, 8113.0, 8156.0, 8122.0, 8070.0, 8042.0, 8134.0, 8125.0, 8094.0, 8068.0, 8055.0, 8054.0, 8161.0, 8144.0, 8113.0, 8068.0, 8054.0, 8146.0, 8129.0, 8097.0, 8054.0, 8096.0, 8145.0, 8114.0, 8082.0, 8094.0, 8138.0, 8106.0, 8094.0, 8095.0, 8142.0, 8109.0, 8079.0, 8061.0, 8138.0, 8108.0, 8068.0, 8067.0, 8124.0, 8111.0, 8095.0, 8113.0, 8154.0, 8085.0, 8065.0, 8155.0, 8109.0, 8064.0, 8047.0, 8121.0, 8110.0, 8097.0, 8069.0, 8139.0, 8108.0, 8098.0, 8085.0, 8142.0, 8107.0, 8065.0, 8051.0, 8159.0, 8129.0, 8099.0, 8054.0, 8065.0, 8142.0, 8129.0, 8085.0, 8050.0, 8125.0, 8093.0, 8079.0, 8091.0, 8169.0, 8099.0, 8080.0, 8066.0, 8140.0, 8109.0, 8066.0, 8066.0, 8130.0, 8159.0, 8125.0, 8080.0, 8048.0, 8139.0, 8138.0, 8090.0, 8057.0, 8046.0, 8134.0, 8118.0, 8076.0, 8046.0, 8032.0, 8119.0, 8103.0, 8077.0, 8048.0, 8049.0, 8122.0, 8104.0, 8061.0, 8064.0, 8096.0, 8110.0, 8096.0, 8065.0, 8095.0, 8177.0, 8124.0, 8082.0, 8049.0, 8137.0, 8108.0, 8064.0, 8049.0, 8077.0, 8108.0, 8096.0, 8063.0, 8053.0, 8123.0, 8106.0, 8078.0, 8086.0, 8123.0, 8143.0, 8096.0, 8070.0, 8073.0, 8087.0, 8132.0, 8118.0, 8108.0, 8075.0, 8181.0, 8149.0, 8126.0, 8108.0, 8178.0, 8149.0, 8125.0, 8077.0, 8153.0, 8117.0, 8089.0, 8087.0, 8070.0, 8150.0, 8097.0, 8082.0, 8053.0, 8042.0, 8088.0, 8135.0, 8105.0, 8082.0, 8051.0, 8071.0, 8130.0, 8146.0, 8158.0, 8125.0, 8110.0, 8100.0, 8184.0, 8145.0, 8148.0, 8121.0, 8149.0, 8118.0, 8117.0, 8145.0, 8130.0, 8130.0, 8098.0, 8067.0, 8140.0, 8123.0, 8095.0, 8067.0, 8056.0, 8114.0, 8130.0, 8102.0, 8087.0, 8074.0, 8108.0, 8194.0, 8157.0, 8109.0, 8092.0, 8160.0, 8118.0, 8132.0, 8159.0, 8160.0, 8109.0, 8091.0, 8157.0, 8156.0, 8103.0, 8070.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.0022744610281923714</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.035443108374792705</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.641963933352656</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1798700504481348</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0255074273029054</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4648</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5817.7925</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14245478600287345</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>224</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>18.57379767827529</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.58216291081338</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.579738574857876</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.776620570163843</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3901295874184223</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00590387</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010548753663897514</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019886979833245277</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1206</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.839126245985314</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>29.6564</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.3377</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>131.9449</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302284.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>578.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>257.4415</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2014</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.3948</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2790.0428</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2963.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74260.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>901.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3661.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>771.785</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.52445823326707</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> |