=== 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-0001 --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-0001",
"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-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-01/func/sub-0001_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>2817080e47130d8a7118db421c50d6e2</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:40:49.362500</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_VE11C_LATEST_20160120</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.99818, 0.031205, 0.0516067, -0.0413126, 0.977218, 0.208177]</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.0824422</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>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4161, -7762, -7267, 497, -47, -273, 3, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>236.07</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ae5dbf98-530f-4bed-b902-07cd6fad4aad||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6780436038970947, -0.11083874106407166, 0.1186240091919899, 112.30502319335938], [-0.08372076600790024, 2.621805429458618, 0.5668109655380249, -102.55542755126953], [0.13845692574977875, -0.558523416519165, 2.6371676921844482, -51.59519577026367], [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, 1203]</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], 'AcquisitionTime': ['154049.362500', '154049.822500', '154050.282500', '154050.742500', '154051.202500', '154051.662500', '154052.122500', '154052.582500', '154053.042500', '154053.502500', '154053.962500', '154054.422500', '154054.882500', '154055.342500', '154055.802500', '154056.262500', '154056.722500', '154057.182500', '154057.642500', '154058.102500', '154058.562500', '154059.022500', '154059.482500', '154059.942500', '154100.402500', '154100.862500', '154101.322500', '154101.782500', '154102.242500', '154102.702500', '154103.162500', '154103.622500', '154104.082500', '154104.542500', '154105.002500', '154105.462500', '154105.922500', '154106.382500', '154106.842500', '154107.302500', '154107.762500', '154108.222500', '154108.682500', '154109.142500', '154109.602500', '154110.062500', '154110.522500', '154110.982500', '154111.442500', '154111.902500', '154112.362500', '154112.822500', '154113.282500', '154113.742500', '154114.202500', '154114.662500', '154115.122500', '154115.582500', '154116.042500', '154116.502500', '154116.962500', '154117.422500', '154117.882500', '154118.342500', '154118.802500', '154119.262500', '154119.722500', '154120.182500', '154120.642500', '154121.102500', '154121.562500', '154122.022500', '154122.482500', '154122.942500', '154123.402500', '154123.862500', '154124.322500', '154124.782500', '154125.242500', '154125.702500', '154126.162500', '154126.622500', '154127.082500', '154127.542500', '154128.002500', '154128.462500', '154128.922500', '154129.382500', '154129.842500', '154130.302500', '154130.762500', '154131.222500', '154131.682500', '154132.142500', '154132.602500', '154133.062500', '154133.522500', '154133.982500', '154134.442500', '154134.902500', '154135.362500', '154135.822500', '154136.282500', '154136.742500', '154137.202500', '154137.662500', '154138.122500', '154138.582500', '154139.042500', '154139.502500', '154139.962500', '154140.422500', '154140.882500', '154141.342500', '154141.802500', '154142.262500', '154142.722500', '154143.182500', '154143.642500', '154144.102500', '154144.562500', '154145.022500', '154145.482500', '154145.942500', '154146.402500', '154146.862500', '154147.322500', '154147.782500', '154148.242500', '154148.702500', '154149.162500', '154149.622500', '154150.082500', '154150.542500', '154151.002500', '154151.462500', '154151.922500', '154152.382500', '154152.842500', '154153.302500', '154153.762500', '154154.222500', '154154.682500', '154155.142500', '154155.602500', '154156.062500', '154156.522500', '154156.982500', '154157.442500', '154157.902500', '154158.362500', '154158.822500', '154159.282500', '154159.742500', '154200.202500', '154200.662500', '154201.122500', '154201.582500', '154202.042500', '154202.502500', '154202.962500', '154203.422500', '154203.882500', '154204.342500', '154204.802500', '154205.262500', '154205.722500', '154206.182500', '154206.642500', '154207.102500', '154207.562500', '154208.022500', '154208.482500', '154208.942500', '154209.402500', '154209.862500', '154210.322500', '154210.782500', '154211.242500', '154211.702500', '154212.162500', '154212.622500', '154213.082500', '154213.542500', '154214.002500', '154214.462500', '154214.922500', '154215.382500', '154215.842500', '154216.302500', '154216.762500', '154217.222500', '154217.682500', '154218.142500', '154218.602500', '154219.062500', '154219.522500', '154219.982500', '154220.442500', '154220.902500', '154221.362500', '154221.822500', '154222.282500', '154222.742500', '154223.202500', '154223.662500', '154224.122500', '154224.582500', '154225.042500', '154225.502500', '154225.962500', '154226.422500', '154226.882500', '154227.342500', '154227.802500', '154228.262500', '154228.722500', '154229.182500', '154229.642500', '154230.102500', '154230.562500', '154231.022500', '154231.482500', '154231.942500', '154232.402500', '154232.862500', '154233.322500', '154233.782500', '154234.242500', '154234.702500', '154235.162500', '154235.622500', '154236.082500', '154236.542500', '154237.002500', '154237.462500', '154237.922500', '154238.382500', '154238.842500', '154239.302500', '154239.762500', '154240.222500', '154240.682500', '154241.142500', '154241.602500', '154242.062500', '154242.522500', '154242.982500', '154243.442500', '154243.902500', '154244.362500', '154244.822500', '154245.282500', '154245.742500', '154246.202500', '154246.662500', '154247.122500', '154247.582500', '154248.042500', '154248.502500', '154248.962500', '154249.422500', '154249.882500', '154250.342500', '154250.802500', '154251.262500', '154251.722500', '154252.182500', '154252.642500', '154253.102500', '154253.562500', '154254.022500', '154254.482500', '154254.942500', '154255.402500', '154255.862500', '154256.322500', '154256.782500', '154257.242500', '154257.702500', '154258.162500', '154258.622500', '154259.082500', '154259.542500', '154300.002500', '154300.462500', '154300.922500', '154301.382500', '154301.842500', '154302.302500', '154302.762500', '154303.222500', '154303.682500', '154304.142500', '154304.602500', '154305.062500', '154305.522500', '154305.982500', '154306.442500', '154306.902500', '154307.362500', '154307.822500', '154308.282500', '154308.742500', '154309.202500', '154309.662500', '154310.122500', '154310.582500', '154311.042500', '154311.502500', '154311.962500', '154312.422500', '154312.882500', '154313.342500', '154313.802500', '154314.262500', '154314.722500', '154315.182500', '154315.642500', '154316.102500', '154316.562500', '154317.022500', '154317.482500', '154317.942500', '154318.402500', '154318.862500', '154319.322500', '154319.782500', '154320.242500', '154320.702500', '154321.162500', '154321.622500', '154322.082500', '154322.542500', '154323.002500', '154323.462500', '154323.922500', '154324.382500', '154324.842500', '154325.302500', '154325.762500', '154326.222500', '154326.682500', '154327.142500', '154327.602500', '154328.062500', '154328.522500', '154328.982500', '154329.442500', '154329.902500', '154330.362500', '154330.822500', '154331.282500', '154331.742500', '154332.202500', '154332.662500', '154333.122500', '154333.582500', '154334.042500', '154334.502500', '154334.962500', '154335.422500', '154335.882500', '154336.342500', '154336.802500', '154337.262500', '154337.722500', '154338.182500', '154338.642500', '154339.102500', '154339.562500', '154340.022500', '154340.482500', '154340.942500', '154341.402500', '154341.862500', '154342.322500', '154342.782500', '154343.242500', '154343.702500', '154344.162500', '154344.622500', '154345.082500', '154345.542500', '154346.002500', '154346.462500', '154346.922500', '154347.382500', '154347.842500', '154348.302500', '154348.762500', '154349.222500', '154349.682500', '154350.142500', '154350.602500', '154351.062500', '154351.522500', '154351.982500', '154352.442500', '154352.902500', '154353.362500', '154353.822500', '154354.282500', '154354.742500', '154355.202500', '154355.662500', '154356.122500', '154356.582500', '154357.042500', '154357.502500', '154357.962500', '154358.422500', '154358.882500', '154359.342500', '154359.802500', '154400.262500', '154400.722500', '154401.182500', '154401.642500', '154402.102500', '154402.562500', '154403.022500', '154403.482500', '154403.942500', '154404.402500', '154404.862500', '154405.322500', '154405.782500', '154406.242500', '154406.702500', '154407.162500', '154407.622500', '154408.082500', '154408.542500', '154409.002500', '154409.462500', '154409.922500', '154410.382500', '154410.842500', '154411.302500', '154411.762500', '154412.222500', '154412.682500', '154413.142500', '154413.602500', '154414.062500', '154414.522500', '154414.982500', '154415.442500', '154415.902500', '154416.362500', '154416.822500', '154417.282500', '154417.742500', '154418.202500', '154418.662500', '154419.122500', '154419.582500', '154420.042500', '154420.502500', '154420.962500', '154421.422500', '154421.882500', '154422.342500', '154422.802500', '154423.262500', '154423.722500', '154424.182500', '154424.642500', '154425.102500', '154425.562500', '154426.022500', '154426.482500', '154426.942500', '154427.402500', '154427.862500', '154428.322500', '154428.782500', '154429.242500', '154429.702500', '154430.162500', '154430.622500', '154431.082500', '154431.542500', '154432.002500', '154432.462500', '154432.922500', '154433.382500', '154433.842500', '154434.302500', '154434.762500', '154435.222500', '154435.682500', '154436.142500', '154436.602500', '154437.062500', '154437.522500', '154437.982500', '154438.442500', '154438.902500', '154439.362500', '154439.822500', '154440.282500', '154440.742500', '154441.202500', '154441.662500', '154442.122500', '154442.582500', '154443.042500', '154443.502500', '154443.962500', '154444.422500', '154444.882500', '154445.342500', '154445.802500', '154446.262500', '154446.722500', '154447.182500', '154447.642500', '154448.102500', '154448.562500', '154449.022500', '154449.482500', '154449.942500', '154450.402500', '154450.862500', '154451.322500', '154451.782500', '154452.242500', '154452.702500', '154453.162500', '154453.622500', '154454.082500', '154454.542500', '154455.002500', '154455.462500', '154455.922500', '154456.382500', '154456.842500', '154457.302500', '154457.762500', '154458.222500', '154458.682500', '154459.142500', '154459.602500', '154500.062500', '154500.522500', '154500.982500', '154501.442500', '154501.902500', '154502.362500', '154502.822500', '154503.282500', '154503.742500', '154504.202500', '154504.662500', '154505.122500', '154505.582500', '154506.042500', '154506.502500', '154506.962500', '154507.422500', '154507.882500', '154508.342500', '154508.802500', '154509.262500', '154509.722500', '154510.182500', '154510.642500', '154511.102500', '154511.562500', '154512.022500', '154512.482500', '154512.942500', '154513.402500', '154513.862500', '154514.322500', '154514.782500', '154515.242500', '154515.702500', '154516.162500', '154516.622500', '154517.082500', '154517.542500', '154518.002500', '154518.462500', '154518.922500', '154519.382500', '154519.842500', '154520.302500', '154520.762500', '154521.222500', '154521.682500', '154522.142500', '154522.602500', '154523.062500', '154523.522500', '154523.982500', '154524.442500', '154524.902500', '154525.362500', '154525.822500', '154526.282500', '154526.742500', '154527.202500', '154527.662500', '154528.122500', '154528.582500', '154529.042500', '154529.502500', '154529.962500', '154530.422500', '154530.882500', '154531.342500', '154531.802500', '154532.262500', '154532.722500', '154533.182500', '154533.642500', '154534.102500', '154534.562500', '154535.022500', '154535.482500', '154535.942500', '154536.402500', '154536.862500', '154537.322500', '154537.782500', '154538.242500', '154538.702500', '154539.162500', '154539.622500', '154540.082500', '154540.542500', '154541.002500', '154541.462500', '154541.922500', '154542.382500', '154542.842500', '154543.302500', '154543.762500', '154544.222500', '154544.682500', '154545.142500', '154545.602500', '154546.062500', '154546.522500', '154546.982500', '154547.442500', '154547.902500', '154548.362500', '154548.822500', '154549.282500', '154549.742500', '154550.202500', '154550.662500', '154551.122500', '154551.582500', '154552.042500', '154552.502500', '154552.962500', '154553.422500', '154553.882500', '154554.342500', '154554.802500', '154555.262500', '154555.722500', '154556.182500', '154556.642500', '154557.102500', '154557.562500', '154558.022500', '154558.482500', '154558.942500', '154559.402500', '154559.862500', '154600.322500', '154600.782500', '154601.242500', '154601.702500', '154602.162500', '154602.622500', '154603.082500', '154603.542500', '154604.002500', '154604.462500', '154604.922500', '154605.382500', '154605.842500', '154606.302500', '154606.762500', '154607.222500', '154607.682500', '154608.142500', '154608.602500', '154609.062500', '154609.522500', '154609.982500', '154610.442500', '154610.902500', '154611.362500', '154611.822500', '154612.282500', '154612.742500', '154613.202500', '154613.662500', '154614.122500', '154614.582500', '154615.042500', '154615.502500', '154615.962500', '154616.422500', '154616.882500', '154617.342500', '154617.802500', '154618.262500', '154618.722500', '154619.182500', '154619.642500', '154620.102500', '154620.562500', '154621.022500', '154621.482500', '154621.942500', '154622.402500', '154622.862500', '154623.322500', '154623.782500', '154624.242500', '154624.702500', '154625.162500', '154625.622500', '154626.082500', '154626.542500', '154627.002500', '154627.462500', '154627.922500', '154628.382500', '154628.842500', '154629.302500', '154629.762500', '154630.222500', '154630.682500', '154631.142500', '154631.602500', '154632.062500', '154632.522500', '154632.982500', '154633.442500', '154633.902500', '154634.362500', '154634.822500', '154635.282500', '154635.742500', '154636.202500', '154636.662500', '154637.122500', '154637.582500', '154638.042500', '154638.502500', '154638.962500', '154639.422500', '154639.882500', '154640.342500', '154640.802500', '154641.262500', '154641.722500', '154642.182500', '154642.642500', '154643.102500', '154643.562500', '154644.022500', '154644.482500', '154644.942500', '154645.402500', '154645.862500', '154646.322500', '154646.782500', '154647.242500', '154647.702500', '154648.162500', '154648.622500', '154649.082500', '154649.542500', '154650.002500', '154650.462500', '154650.922500', '154651.382500', '154651.842500', '154652.302500', '154652.762500', '154653.222500', '154653.682500', '154654.142500', '154654.602500', '154655.062500', '154655.522500', '154655.982500', '154656.442500', '154656.902500', '154657.362500', '154657.822500', '154658.282500', '154658.742500', '154659.202500', '154659.662500', '154700.122500', '154700.582500', '154701.042500', '154701.502500', '154701.962500', '154702.422500', '154702.882500', '154703.342500', '154703.802500', '154704.262500', '154704.722500', '154705.182500', '154705.642500', '154706.102500', '154706.562500', '154707.022500', '154707.482500', '154707.942500', '154708.402500', '154708.862500', '154709.322500', '154709.782500', '154710.242500', '154710.702500', '154711.162500', '154711.622500', '154712.082500', '154712.542500', '154713.002500', '154713.462500', '154713.922500', '154714.382500', '154714.842500', '154715.302500', '154715.762500', '154716.222500', '154716.682500', '154717.142500', '154717.602500', '154718.062500', '154718.522500', '154718.982500', '154719.442500', '154719.902500', '154720.362500', '154720.822500', '154721.282500', '154721.742500', '154722.202500', '154722.662500', '154723.122500', '154723.582500', '154724.042500', '154724.502500', '154724.962500', '154725.422500', '154725.882500', '154726.342500', '154726.802500', '154727.262500', '154727.722500', '154728.182500', '154728.642500', '154729.102500', '154729.562500', '154730.022500', '154730.482500', '154730.942500', '154731.402500', '154731.862500', '154732.322500', '154732.782500', '154733.242500', '154733.702500', '154734.162500', '154734.622500', '154735.082500', '154735.542500', '154736.002500', '154736.462500', '154736.922500', '154737.382500', '154737.842500', '154738.302500', '154738.762500', '154739.222500', '154739.682500', '154740.142500', '154740.602500', '154741.062500', '154741.522500', '154741.982500', '154742.442500', '154742.902500', '154743.362500', '154743.822500', '154744.282500', '154744.742500', '154745.202500', '154745.662500', '154746.122500', '154746.582500', '154747.042500', '154747.502500', '154747.962500', '154748.422500', '154748.882500', '154749.342500', '154749.802500', '154750.262500', '154750.722500', '154751.182500', '154751.642500', '154752.102500', '154752.562500', '154753.022500', '154753.482500', '154753.942500', '154754.402500', '154754.862500', '154755.322500', '154755.782500', '154756.242500', '154756.702500', '154757.162500', '154757.622500', '154758.082500', '154758.542500', '154759.002500', '154759.462500', '154759.922500', '154800.382500', '154800.842500', '154801.302500', '154801.762500', '154802.222500', '154802.682500', '154803.142500', '154803.602500', '154804.062500', '154804.522500', '154804.982500', '154805.442500', '154805.902500', '154806.362500', '154806.822500', '154807.282500', '154807.742500', '154808.202500', '154808.662500', '154809.122500', '154809.582500', '154810.042500', '154810.502500', '154810.962500', '154811.422500', '154811.882500', '154812.342500', '154812.802500', '154813.262500', '154813.722500', '154814.182500', '154814.642500', '154815.102500', '154815.562500', '154816.022500', '154816.482500', '154816.942500', '154817.402500', '154817.862500', '154818.322500', '154818.782500', '154819.242500', '154819.702500', '154820.162500', '154820.622500', '154821.082500', '154821.542500', '154822.002500', '154822.462500', '154822.922500', '154823.382500', '154823.842500', '154824.302500', '154824.762500', '154825.222500', '154825.682500', '154826.142500', '154826.602500', '154827.062500', '154827.522500', '154827.982500', '154828.442500', '154828.902500', '154829.362500', '154829.822500', '154830.282500', '154830.742500', '154831.202500', '154831.662500', '154832.122500', '154832.582500', '154833.042500', '154833.502500', '154833.962500', '154834.422500', '154834.882500', '154835.342500', '154835.802500', '154836.262500', '154836.722500', '154837.182500', '154837.642500', '154838.102500', '154838.562500', '154839.022500', '154839.482500', '154839.942500', '154840.402500', '154840.862500', '154841.322500', '154841.782500', '154842.242500', '154842.702500', '154843.162500', '154843.622500', '154844.082500', '154844.542500', '154845.002500', '154845.462500', '154845.922500', '154846.382500', '154846.842500', '154847.302500', '154847.762500', '154848.222500', '154848.682500', '154849.142500', '154849.602500', '154850.062500', '154850.522500', '154850.982500', '154851.442500', '154851.902500', '154852.362500', '154852.822500', '154853.282500', '154853.742500', '154854.202500', '154854.662500', '154855.122500', '154855.582500', '154856.042500', '154856.502500', '154856.962500', '154857.422500', '154857.882500', '154858.342500', '154858.802500', '154859.262500', '154859.722500', '154900.182500', '154900.642500', '154901.102500', '154901.562500', '154902.022500', '154902.482500', '154902.942500', '154903.402500', '154903.862500', '154904.322500', '154904.782500', '154905.242500', '154905.702500', '154906.162500', '154906.622500', '154907.082500', '154907.542500', '154908.002500', '154908.462500', '154908.922500', '154909.382500', '154909.842500', '154910.302500', '154910.762500', '154911.222500', '154911.682500', '154912.142500', '154912.602500', '154913.062500', '154913.522500', '154913.982500', '154914.442500', '154914.902500', '154915.362500', '154915.822500', '154916.282500', '154916.742500', '154917.202500', '154917.662500', '154918.122500', '154918.582500', '154919.042500', '154919.502500', '154919.962500', '154920.422500', '154920.882500', '154921.342500', '154921.802500', '154922.262500', '154922.722500', '154923.182500', '154923.642500', '154924.102500', '154924.562500', '154925.022500', '154925.482500', '154925.942500', '154926.402500', '154926.862500', '154927.322500', '154927.782500', '154928.242500', '154928.702500', '154929.162500', '154929.622500', '154930.082500', '154930.542500', '154931.002500', '154931.462500', '154931.922500', '154932.382500', '154932.842500', '154933.302500', '154933.762500', '154934.222500', '154934.682500', '154935.142500', '154935.602500', '154936.062500', '154936.522500', '154936.982500', '154937.442500', '154937.902500', '154938.362500', '154938.822500', '154939.282500', '154939.742500', '154940.202500', '154940.662500', '154941.122500', '154941.582500', '154942.042500', '154942.502500', '154942.962500', '154943.422500', '154943.882500', '154944.342500', '154944.802500', '154945.262500', '154945.722500', '154946.182500', '154946.642500', '154947.102500', '154947.562500', '154948.022500', '154948.482500', '154948.942500', '154949.402500', '154949.862500', '154950.322500', '154950.782500', '154951.242500', '154951.702500', '154952.162500', '154952.622500', '154953.082500', '154953.542500', '154954.002500', '154954.462500', '154954.922500', '154955.382500', '154955.842500', '154956.302500', '154956.762500', '154957.222500', '154957.682500', '154958.142500', '154958.602500', '154959.062500', '154959.522500', '154959.982500', '155000.442500', '155000.902500', '155001.362500', '155001.822500', '155002.282500'], 'ContentTime': ['154101.891000', '154101.901000', '154101.904000', '154101.907000', '154101.910000', '154101.912000', '154101.915000', '154101.918000', '154101.921000', '154101.926000', '154101.929000', '154101.932000', '154101.934000', '154101.937000', '154101.940000', '154101.943000', '154101.946000', '154101.949000', '154101.952000', '154101.954000', '154101.957000', '154101.960000', '154101.963000', '154101.966000', '154101.968000', '154121.851000', '154121.854000', '154121.857000', '154121.860000', '154121.868000', '154121.871000', '154121.874000', '154121.877000', '154121.880000', '154121.882000', '154121.885000', '154121.888000', '154121.891000', '154121.893000', '154121.896000', '154121.904000', '154121.907000', '154121.910000', '154121.913000', '154121.916000', '154121.919000', '154121.921000', '154121.924000', '154121.927000', '154121.930000', '154121.933000', '154121.935000', '154121.938000', '154121.941000', '154121.944000', '154121.947000', '154121.950000', '154121.952000', '154121.955000', '154121.958000', '154121.961000', '154121.964000', '154121.966000', '154121.969000', '154121.972000', '154121.975000', '154121.978000', '154121.980000', '154121.983000', '154141.851000', '154141.854000', '154141.857000', '154141.859000', '154141.862000', '154141.865000', '154141.868000', '154141.871000', '154141.874000', '154141.878000', '154141.880000', '154141.883000', '154141.886000', '154141.889000', '154141.892000', '154141.895000', '154141.897000', '154141.900000', '154141.903000', '154141.906000', '154141.909000', '154141.911000', '154141.914000', '154141.917000', '154141.920000', '154141.923000', '154141.926000', '154141.928000', '154141.931000', '154141.939000', '154141.941000', '154141.945000', '154141.947000', '154141.950000', '154141.953000', '154141.956000', '154141.959000', '154141.961000', '154141.964000', '154141.967000', '154141.970000', '154141.973000', '154141.975000', '154201.851000', '154201.854000', '154201.857000', '154201.859000', '154201.862000', '154201.865000', '154201.868000', '154201.871000', '154201.874000', '154201.877000', '154201.879000', '154201.882000', '154201.885000', '154201.888000', '154201.891000', '154201.894000', '154201.896000', '154201.899000', '154201.902000', '154201.905000', '154201.908000', '154201.911000', '154201.913000', '154201.916000', '154201.919000', '154201.922000', '154201.925000', '154201.928000', '154201.930000', '154201.933000', '154201.936000', '154201.939000', '154201.942000', '154201.944000', '154201.947000', '154201.950000', '154201.953000', '154201.956000', '154201.959000', '154201.961000', '154201.964000', '154201.967000', '154201.970000', '154201.973000', '154221.852000', '154221.855000', '154221.858000', '154221.860000', '154221.863000', '154221.866000', '154221.869000', '154221.872000', '154221.875000', '154221.877000', '154221.880000', '154221.883000', '154221.886000', '154221.889000', '154221.892000', '154221.894000', '154221.897000', '154221.900000', '154221.903000', '154221.906000', '154221.909000', '154221.911000', '154221.914000', '154221.917000', '154221.920000', '154221.923000', '154221.926000', '154221.929000', '154221.932000', '154221.934000', '154221.937000', '154221.940000', '154221.943000', '154221.946000', '154221.948000', '154221.951000', '154221.955000', '154221.959000', '154221.962000', '154221.965000', '154221.968000', '154221.971000', '154221.974000', '154241.852000', '154241.855000', '154241.857000', '154241.860000', '154241.863000', '154241.866000', '154241.869000', '154241.872000', '154241.874000', '154241.877000', '154241.880000', '154241.883000', '154241.886000', '154241.889000', '154241.891000', '154241.894000', '154241.897000', '154241.900000', '154241.903000', '154241.906000', '154241.908000', '154241.911000', '154241.914000', '154241.917000', '154241.920000', '154241.923000', '154241.925000', '154241.939000', '154241.942000', '154241.945000', '154241.948000', '154241.951000', '154241.953000', '154241.956000', '154241.959000', '154241.962000', '154241.965000', '154241.967000', '154241.970000', '154241.973000', '154241.976000', '154241.979000', '154241.982000', '154241.984000', '154301.852000', '154301.855000', '154301.858000', '154301.861000', '154301.863000', '154301.866000', '154301.869000', '154301.872000', '154301.875000', '154301.878000', '154301.880000', '154301.883000', '154301.886000', '154301.889000', '154301.892000', '154301.895000', '154301.897000', '154301.900000', '154301.903000', '154301.906000', '154301.909000', '154301.913000', '154301.916000', '154301.919000', '154301.922000', '154301.925000', '154301.927000', '154301.930000', '154301.933000', '154301.936000', '154301.939000', '154301.942000', '154301.944000', '154301.947000', '154301.950000', '154301.953000', '154301.956000', '154301.959000', '154301.961000', '154301.964000', '154301.967000', '154301.971000', '154301.973000', '154321.852000', '154321.855000', '154321.857000', '154321.860000', '154321.863000', '154321.866000', '154321.869000', '154321.872000', '154321.874000', '154321.877000', '154321.881000', '154321.884000', '154321.887000', '154321.890000', '154321.893000', '154321.896000', '154321.898000', '154321.901000', '154321.904000', '154321.907000', '154321.910000', '154321.912000', '154321.915000', '154321.918000', '154321.921000', '154321.924000', '154321.927000', '154321.929000', '154321.932000', '154321.935000', '154321.938000', '154321.941000', '154321.944000', '154321.946000', '154321.949000', '154321.952000', '154321.955000', '154321.958000', '154321.961000', '154321.963000', '154321.966000', '154321.969000', '154321.972000', '154321.975000', '154341.851000', '154341.854000', '154341.857000', '154341.859000', '154341.862000', '154341.865000', '154341.868000', '154341.871000', '154341.874000', '154341.877000', '154341.879000', '154341.882000', '154341.885000', '154341.888000', '154341.891000', '154341.894000', '154341.896000', '154341.899000', '154341.902000', '154341.905000', '154341.908000', '154341.911000', '154341.914000', '154341.916000', '154341.919000', '154341.922000', '154341.925000', '154341.928000', '154341.931000', '154341.933000', '154341.936000', '154341.939000', '154341.942000', '154341.945000', '154341.948000', '154341.951000', '154341.953000', '154341.956000', '154341.959000', '154341.962000', '154341.965000', '154341.968000', '154341.970000', '154401.851000', '154401.854000', '154401.857000', '154401.859000', '154401.862000', '154401.865000', '154401.868000', '154401.871000', '154401.874000', '154401.877000', '154401.879000', '154401.882000', '154401.885000', '154401.888000', '154401.891000', '154401.894000', '154401.896000', '154401.899000', '154401.902000', '154401.905000', '154401.908000', '154401.911000', '154401.914000', '154401.916000', '154401.919000', '154401.922000', '154401.925000', '154401.928000', '154401.931000', '154401.933000', '154401.936000', '154401.939000', '154401.942000', '154401.945000', '154401.948000', '154401.950000', '154401.953000', '154401.956000', '154401.959000', '154401.962000', '154401.965000', '154401.967000', '154401.970000', '154401.973000', '154421.851000', '154421.854000', '154421.857000', '154421.860000', '154421.863000', '154421.865000', '154421.868000', '154421.875000', '154421.878000', '154421.881000', '154421.884000', '154421.887000', '154421.889000', '154421.892000', '154421.895000', '154421.898000', '154421.901000', '154421.904000', '154421.907000', '154421.909000', '154421.912000', '154421.915000', '154421.918000', '154421.921000', '154421.924000', '154421.926000', '154421.929000', '154421.932000', '154421.935000', '154421.938000', '154421.941000', '154421.943000', '154421.946000', '154421.951000', '154421.954000', '154421.957000', '154421.960000', '154421.963000', '154421.965000', '154421.968000', '154421.971000', '154421.974000', '154421.977000', '154441.852000', '154441.855000', '154441.858000', '154441.861000', '154441.863000', '154441.866000', '154441.869000', '154441.872000', '154441.875000', '154441.878000', '154441.880000', '154441.883000', '154441.886000', '154441.889000', '154441.892000', '154441.895000', '154441.897000', '154441.900000', '154441.903000', '154441.906000', '154441.909000', '154441.912000', '154441.915000', '154441.918000', '154441.921000', '154441.923000', '154441.926000', '154441.929000', '154441.932000', '154441.935000', '154441.938000', '154441.940000', '154441.943000', '154441.946000', '154441.949000', '154441.952000', '154441.955000', '154441.957000', '154441.960000', '154441.963000', '154441.966000', '154441.969000', '154441.972000', '154441.974000', '154501.852000', '154501.855000', '154501.858000', '154501.861000', '154501.864000', '154501.866000', '154501.869000', '154501.872000', '154501.875000', '154501.878000', '154501.881000', '154501.884000', '154501.886000', '154501.889000', '154501.892000', '154501.895000', '154501.898000', '154501.901000', '154501.904000', '154501.906000', '154501.909000', '154501.912000', '154501.915000', '154501.918000', '154501.921000', '154501.924000', '154501.926000', '154501.929000', '154501.932000', '154501.935000', '154501.938000', '154501.941000', '154501.943000', '154501.946000', '154501.949000', '154501.952000', '154501.955000', '154501.958000', '154501.960000', '154501.963000', '154501.966000', '154501.969000', '154501.972000', '154521.852000', '154521.855000', '154521.858000', '154521.861000', '154521.863000', '154521.866000', '154521.869000', '154521.872000', '154521.875000', '154521.877000', '154521.880000', '154521.883000', '154521.886000', '154521.889000', '154521.892000', '154521.894000', '154521.897000', '154521.900000', '154521.903000', '154521.906000', '154521.909000', '154521.912000', '154521.914000', '154521.917000', '154521.920000', '154521.923000', '154521.926000', '154521.929000', '154521.932000', '154521.934000', '154521.937000', '154521.940000', '154521.943000', '154521.946000', '154521.949000', '154521.952000', '154521.954000', '154521.957000', '154521.960000', '154521.963000', '154521.966000', '154521.969000', '154521.971000', '154521.974000', '154541.852000', '154541.855000', '154541.858000', '154541.861000', '154541.864000', '154541.866000', '154541.869000', '154541.872000', '154541.875000', '154541.878000', '154541.881000', '154541.883000', '154541.886000', '154541.889000', '154541.892000', '154541.895000', '154541.898000', '154541.900000', '154541.903000', '154541.906000', '154541.909000', '154541.912000', '154541.915000', '154541.918000', '154541.920000', '154541.923000', '154541.926000', '154541.929000', '154541.932000', '154541.935000', '154541.938000', '154541.940000', '154541.953000', '154541.955000', '154541.958000', '154541.961000', '154541.964000', '154541.967000', '154541.970000', '154541.973000', '154541.975000', '154541.978000', '154541.981000', '154601.851000', '154601.854000', '154601.857000', '154601.860000', '154601.863000', '154601.865000', '154601.868000', '154601.871000', '154601.874000', '154601.877000', '154601.880000', '154601.882000', '154601.885000', '154601.888000', '154601.891000', '154601.894000', '154601.897000', '154601.899000', '154601.902000', '154601.905000', '154601.908000', '154601.911000', '154601.914000', '154601.917000', '154601.919000', '154601.922000', '154601.925000', '154601.928000', '154601.931000', '154601.934000', '154601.936000', '154601.939000', '154601.942000', '154601.945000', '154601.948000', '154601.951000', '154601.954000', '154601.956000', '154601.959000', '154601.962000', '154601.965000', '154601.968000', '154601.970000', '154621.851000', '154621.854000', '154621.857000', '154621.860000', '154621.863000', '154621.865000', '154621.868000', '154621.871000', '154621.874000', '154621.879000', '154621.882000', '154621.885000', '154621.888000', '154621.890000', '154621.893000', '154621.896000', '154621.899000', '154621.902000', '154621.905000', '154621.908000', '154621.911000', '154621.913000', '154621.916000', '154621.919000', '154621.922000', '154621.925000', '154621.928000', '154621.930000', '154621.933000', '154621.936000', '154621.939000', '154621.942000', '154621.945000', '154621.947000', '154621.950000', '154621.953000', '154621.956000', '154621.959000', '154621.962000', '154621.964000', '154621.967000', '154621.970000', '154621.973000', '154621.976000', '154641.851000', '154641.854000', '154641.857000', '154641.860000', '154641.863000', '154641.866000', '154641.868000', '154641.871000', '154641.874000', '154641.877000', '154641.880000', '154641.882000', '154641.885000', '154641.888000', '154641.891000', '154641.894000', '154641.897000', '154641.899000', '154641.902000', '154641.905000', '154641.908000', '154641.911000', '154641.914000', '154641.917000', '154641.920000', '154641.922000', '154641.925000', '154641.928000', '154641.931000', '154641.934000', '154641.937000', '154641.939000', '154641.942000', '154641.945000', '154641.948000', '154641.951000', '154641.953000', '154641.956000', '154641.959000', '154641.962000', '154641.965000', '154641.968000', '154641.970000', '154701.852000', '154701.855000', '154701.858000', '154701.861000', '154701.864000', '154701.866000', '154701.869000', '154701.872000', '154701.875000', '154701.878000', '154701.881000', '154701.883000', '154701.886000', '154701.889000', '154701.892000', '154701.895000', '154701.898000', '154701.900000', '154701.903000', '154701.906000', '154701.909000', '154701.912000', '154701.915000', '154701.917000', '154701.920000', '154701.923000', '154701.926000', '154701.929000', '154701.932000', '154701.934000', '154701.937000', '154701.940000', '154701.943000', '154701.946000', '154701.949000', '154701.951000', '154701.954000', '154701.957000', '154701.960000', '154701.963000', '154701.966000', '154701.969000', '154701.971000', '154701.974000', '154721.852000', '154721.855000', '154721.858000', '154721.861000', '154721.864000', '154721.867000', '154721.869000', '154721.872000', '154721.875000', '154721.878000', '154721.881000', '154721.884000', '154721.887000', '154721.890000', '154721.893000', '154721.895000', '154721.898000', '154721.901000', '154721.904000', '154721.907000', '154721.910000', '154721.912000', '154721.915000', '154721.918000', '154721.921000', '154721.924000', '154721.926000', '154721.929000', '154721.932000', '154721.935000', '154721.938000', '154721.941000', '154721.944000', '154721.946000', '154721.949000', '154721.952000', '154721.955000', '154721.958000', '154721.960000', '154721.963000', '154721.966000', '154721.969000', '154721.972000', '154741.852000', '154741.855000', '154741.858000', '154741.861000', '154741.863000', '154741.866000', '154741.869000', '154741.872000', '154741.875000', '154741.878000', '154741.881000', '154741.883000', '154741.886000', '154741.889000', '154741.892000', '154741.895000', '154741.898000', '154741.900000', '154741.903000', '154741.906000', '154741.909000', '154741.912000', '154741.915000', '154741.917000', '154741.920000', '154741.923000', '154741.926000', '154741.929000', '154741.932000', '154741.934000', '154741.937000', '154741.940000', '154741.943000', '154741.946000', '154741.949000', '154741.951000', '154741.954000', '154741.957000', '154741.960000', '154741.963000', '154741.965000', '154741.968000', '154741.971000', '154741.974000', '154801.852000', '154801.855000', '154801.858000', '154801.861000', '154801.863000', '154801.866000', '154801.869000', '154801.872000', '154801.875000', '154801.878000', '154801.881000', '154801.884000', '154801.886000', '154801.891000', '154801.894000', '154801.897000', '154801.900000', '154801.903000', '154801.906000', '154801.909000', '154801.912000', '154801.915000', '154801.917000', '154801.920000', '154801.923000', '154801.926000', '154801.929000', '154801.932000', '154801.935000', '154801.937000', '154801.940000', '154801.943000', '154801.946000', '154801.949000', '154801.952000', '154801.954000', '154801.958000', '154801.961000', '154801.963000', '154801.966000', '154801.969000', '154801.972000', '154801.975000', '154821.851000', '154821.854000', '154821.857000', '154821.860000', '154821.862000', '154821.865000', '154821.868000', '154821.871000', '154821.874000', '154821.877000', '154821.879000', '154821.882000', '154821.885000', '154821.888000', '154821.891000', '154821.894000', '154821.896000', '154821.899000', '154821.902000', '154821.905000', '154821.908000', '154821.911000', '154821.913000', '154821.916000', '154821.919000', '154821.922000', '154821.925000', '154821.928000', '154821.931000', '154821.933000', '154821.936000', '154821.939000', '154821.942000', '154821.945000', '154821.948000', '154821.950000', '154821.953000', '154821.956000', '154821.959000', '154821.962000', '154821.965000', '154821.967000', '154821.970000', '154821.973000', '154841.851000', '154841.854000', '154841.857000', '154841.860000', '154841.863000', '154841.865000', '154841.868000', '154841.871000', '154841.874000', '154841.877000', '154841.880000', '154841.882000', '154841.885000', '154841.888000', '154841.891000', '154841.894000', '154841.897000', '154841.899000', '154841.902000', '154841.905000', '154841.908000', '154841.911000', '154841.914000', '154841.917000', '154841.920000', '154841.923000', '154841.926000', '154841.929000', '154841.931000', '154841.934000', '154841.937000', '154841.940000', '154841.943000', '154841.945000', '154841.948000', '154841.951000', '154841.954000', '154841.957000', '154841.960000', '154841.963000', '154841.965000', '154841.968000', '154841.971000', '154901.851000', '154901.854000', '154901.857000', '154901.860000', '154901.862000', '154901.865000', '154901.868000', '154901.871000', '154901.874000', '154901.877000', '154901.880000', '154901.882000', '154901.885000', '154901.888000', '154901.891000', '154901.894000', '154901.897000', '154901.899000', '154901.902000', '154901.905000', '154901.908000', '154901.911000', '154901.914000', '154901.917000', '154901.919000', '154901.922000', '154901.925000', '154901.928000', '154901.931000', '154901.934000', '154901.937000', '154901.939000', '154901.942000', '154901.945000', '154901.948000', '154901.951000', '154901.953000', '154901.956000', '154901.959000', '154901.962000', '154901.965000', '154901.968000', '154901.971000', '154901.973000', '154921.852000', '154921.855000', '154921.858000', '154921.861000', '154921.865000', '154921.868000', '154921.871000', '154921.874000', '154921.876000', '154921.879000', '154921.882000', '154921.885000', '154921.888000', '154921.891000', '154921.894000', '154921.896000', '154921.899000', '154921.902000', '154921.905000', '154921.908000', '154921.911000', '154921.913000', '154921.916000', '154921.920000', '154921.922000', '154921.925000', '154921.928000', '154921.931000', '154921.934000', '154921.938000', '154921.943000', '154921.946000', '154921.949000', '154921.951000', '154921.954000', '154921.957000', '154921.960000', '154921.963000', '154921.966000', '154921.968000', '154921.971000', '154921.974000', '154921.977000', '154941.852000', '154941.855000', '154941.858000', '154941.861000', '154941.863000', '154941.866000', '154941.869000', '154941.872000', '154941.875000', '154941.878000', '154941.881000', '154941.883000', '154941.886000', '154941.889000', '154941.892000', '154941.895000', '154941.898000', '154941.900000', '154941.903000', '154941.906000', '154941.909000', '154941.912000', '154941.915000', '154941.917000', '154941.920000', '154941.923000', '154941.926000', '154941.929000', '154941.932000', '154941.935000', '154941.937000', '154941.940000', '154941.943000', '154941.946000', '154941.949000', '154941.951000', '154941.954000', '154941.957000', '154941.960000', '154941.963000', '154941.966000', '154941.969000', '154941.971000', '154941.974000', '155001.852000', '155001.855000', '155001.858000', '155001.861000', '155001.864000', '155001.867000', '155001.869000', '155001.872000', '155001.875000', '155001.878000', '155001.881000', '155001.884000', '155001.886000', '155001.889000', '155001.892000', '155001.895000', '155001.898000', '155001.901000', '155001.904000', '155001.906000', '155001.909000', '155001.912000', '155001.915000', '155001.918000', '155001.921000', '155001.924000', '155001.927000', '155001.929000', '155001.932000', '155001.935000', '155001.938000', '155001.941000', '155001.944000', '155001.947000', '155001.950000', '155001.953000', '155001.956000', '155001.959000', '155001.961000', '155001.964000', '155001.967000', '155001.970000', '155001.973000', '155003.375000', '155003.378000', '155003.381000', '155003.383000'], 'InstanceCreationTime': ['154101.891000', '154101.901000', '154101.904000', '154101.907000', '154101.910000', '154101.912000', '154101.915000', '154101.918000', '154101.921000', '154101.926000', '154101.929000', '154101.932000', '154101.934000', '154101.937000', '154101.940000', '154101.943000', '154101.946000', '154101.949000', '154101.952000', '154101.954000', '154101.957000', '154101.960000', '154101.963000', '154101.966000', '154101.968000', '154121.851000', '154121.854000', '154121.857000', '154121.860000', '154121.868000', '154121.871000', '154121.874000', '154121.877000', '154121.880000', '154121.882000', '154121.885000', '154121.888000', '154121.891000', '154121.893000', '154121.896000', '154121.904000', '154121.907000', '154121.910000', '154121.913000', '154121.916000', '154121.919000', '154121.921000', '154121.924000', '154121.927000', '154121.930000', '154121.933000', '154121.935000', '154121.938000', '154121.941000', '154121.944000', '154121.947000', '154121.950000', '154121.952000', '154121.955000', '154121.958000', '154121.961000', '154121.964000', '154121.966000', '154121.969000', '154121.972000', '154121.975000', '154121.978000', '154121.980000', '154121.983000', '154141.851000', '154141.854000', '154141.857000', '154141.859000', '154141.862000', '154141.865000', '154141.868000', '154141.871000', '154141.874000', '154141.878000', '154141.880000', '154141.883000', '154141.886000', '154141.889000', '154141.892000', '154141.895000', '154141.897000', '154141.900000', '154141.903000', '154141.906000', '154141.909000', '154141.911000', '154141.914000', '154141.917000', '154141.920000', '154141.923000', '154141.926000', '154141.928000', '154141.931000', '154141.939000', '154141.941000', '154141.945000', '154141.947000', '154141.950000', '154141.953000', '154141.956000', '154141.959000', '154141.961000', '154141.964000', '154141.967000', '154141.970000', '154141.973000', '154141.975000', '154201.851000', '154201.854000', '154201.857000', '154201.859000', '154201.862000', '154201.865000', '154201.868000', '154201.871000', '154201.874000', '154201.877000', '154201.879000', '154201.882000', '154201.885000', '154201.888000', '154201.891000', '154201.894000', '154201.896000', '154201.899000', '154201.902000', '154201.905000', '154201.908000', '154201.911000', '154201.913000', '154201.916000', '154201.919000', '154201.922000', '154201.925000', '154201.928000', '154201.930000', '154201.933000', '154201.936000', '154201.939000', '154201.942000', '154201.944000', '154201.947000', '154201.950000', '154201.953000', '154201.956000', '154201.959000', '154201.961000', '154201.964000', '154201.967000', '154201.970000', '154201.973000', '154221.852000', '154221.855000', '154221.858000', '154221.860000', '154221.863000', '154221.866000', '154221.869000', '154221.872000', '154221.875000', '154221.877000', '154221.880000', '154221.883000', '154221.886000', '154221.889000', '154221.892000', '154221.894000', '154221.897000', '154221.900000', '154221.903000', '154221.906000', '154221.909000', '154221.911000', '154221.914000', '154221.917000', '154221.920000', '154221.923000', '154221.926000', '154221.929000', '154221.932000', '154221.934000', '154221.937000', '154221.940000', '154221.943000', '154221.946000', '154221.948000', '154221.951000', '154221.955000', '154221.959000', '154221.962000', '154221.965000', '154221.968000', '154221.971000', '154221.974000', '154241.852000', '154241.855000', '154241.857000', '154241.860000', '154241.863000', '154241.866000', '154241.869000', '154241.872000', '154241.874000', '154241.877000', '154241.880000', '154241.883000', '154241.886000', '154241.889000', '154241.891000', '154241.894000', '154241.897000', '154241.900000', '154241.903000', '154241.906000', '154241.908000', '154241.911000', '154241.914000', '154241.917000', '154241.920000', '154241.923000', '154241.925000', '154241.939000', '154241.942000', '154241.945000', '154241.948000', '154241.951000', '154241.953000', '154241.956000', '154241.959000', '154241.962000', '154241.965000', '154241.967000', '154241.970000', '154241.973000', '154241.976000', '154241.979000', '154241.982000', '154241.984000', '154301.852000', '154301.855000', '154301.858000', '154301.861000', '154301.863000', '154301.866000', '154301.869000', '154301.872000', '154301.875000', '154301.878000', '154301.880000', '154301.883000', '154301.886000', '154301.889000', '154301.892000', '154301.895000', '154301.897000', '154301.900000', '154301.903000', '154301.906000', '154301.909000', '154301.913000', '154301.916000', '154301.919000', '154301.922000', '154301.925000', '154301.927000', '154301.930000', '154301.933000', '154301.936000', '154301.939000', '154301.942000', '154301.944000', '154301.947000', '154301.950000', '154301.953000', '154301.956000', '154301.959000', '154301.961000', '154301.964000', '154301.967000', '154301.971000', '154301.973000', '154321.852000', '154321.855000', '154321.857000', '154321.860000', '154321.863000', '154321.866000', '154321.869000', '154321.872000', '154321.874000', '154321.877000', '154321.881000', '154321.884000', '154321.887000', '154321.890000', '154321.893000', '154321.896000', '154321.898000', '154321.901000', '154321.904000', '154321.907000', '154321.910000', '154321.912000', '154321.915000', '154321.918000', '154321.921000', '154321.924000', '154321.927000', '154321.929000', '154321.932000', '154321.935000', '154321.938000', '154321.941000', '154321.944000', '154321.946000', '154321.949000', '154321.952000', '154321.955000', '154321.958000', '154321.961000', '154321.963000', '154321.966000', '154321.969000', '154321.972000', '154321.975000', '154341.851000', '154341.854000', '154341.857000', '154341.859000', '154341.862000', '154341.865000', '154341.868000', '154341.871000', '154341.874000', '154341.877000', '154341.879000', '154341.882000', '154341.885000', '154341.888000', '154341.891000', '154341.894000', '154341.896000', '154341.899000', '154341.902000', '154341.905000', '154341.908000', '154341.911000', '154341.914000', '154341.916000', '154341.919000', '154341.922000', '154341.925000', '154341.928000', '154341.931000', '154341.933000', '154341.936000', '154341.939000', '154341.942000', '154341.945000', '154341.948000', '154341.951000', '154341.953000', '154341.956000', '154341.959000', '154341.962000', '154341.965000', '154341.968000', '154341.970000', '154401.851000', '154401.854000', '154401.857000', '154401.859000', '154401.862000', '154401.865000', '154401.868000', '154401.871000', '154401.874000', '154401.877000', '154401.879000', '154401.882000', '154401.885000', '154401.888000', '154401.891000', '154401.894000', '154401.896000', '154401.899000', '154401.902000', '154401.905000', '154401.908000', '154401.911000', '154401.914000', '154401.916000', '154401.919000', '154401.922000', '154401.925000', '154401.928000', '154401.931000', '154401.933000', '154401.936000', '154401.939000', '154401.942000', '154401.945000', '154401.948000', '154401.950000', '154401.953000', '154401.956000', '154401.959000', '154401.962000', '154401.965000', '154401.967000', '154401.970000', '154401.973000', '154421.851000', '154421.854000', '154421.857000', '154421.860000', '154421.863000', '154421.865000', '154421.868000', '154421.875000', '154421.878000', '154421.881000', '154421.884000', '154421.887000', '154421.889000', '154421.892000', '154421.895000', '154421.898000', '154421.901000', '154421.904000', '154421.907000', '154421.909000', '154421.912000', '154421.915000', '154421.918000', '154421.921000', '154421.924000', '154421.926000', '154421.929000', '154421.932000', '154421.935000', '154421.938000', '154421.941000', '154421.943000', '154421.946000', '154421.951000', '154421.954000', '154421.957000', '154421.960000', '154421.963000', '154421.965000', '154421.968000', '154421.971000', '154421.974000', '154421.977000', '154441.852000', '154441.855000', '154441.858000', '154441.861000', '154441.863000', '154441.866000', '154441.869000', '154441.872000', '154441.875000', '154441.878000', '154441.880000', '154441.883000', '154441.886000', '154441.889000', '154441.892000', '154441.895000', '154441.897000', '154441.900000', '154441.903000', '154441.906000', '154441.909000', '154441.912000', '154441.915000', '154441.918000', '154441.921000', '154441.923000', '154441.926000', '154441.929000', '154441.932000', '154441.935000', '154441.938000', '154441.940000', '154441.943000', '154441.946000', '154441.949000', '154441.952000', '154441.955000', '154441.957000', '154441.960000', '154441.963000', '154441.966000', '154441.969000', '154441.972000', '154441.974000', '154501.852000', '154501.855000', '154501.858000', '154501.861000', '154501.864000', '154501.866000', '154501.869000', '154501.872000', '154501.875000', '154501.878000', '154501.881000', '154501.884000', '154501.886000', '154501.889000', '154501.892000', '154501.895000', '154501.898000', '154501.901000', '154501.904000', '154501.906000', '154501.909000', '154501.912000', '154501.915000', '154501.918000', '154501.921000', '154501.924000', '154501.926000', '154501.929000', '154501.932000', '154501.935000', '154501.938000', '154501.941000', '154501.943000', '154501.946000', '154501.949000', '154501.952000', '154501.955000', '154501.958000', '154501.960000', '154501.963000', '154501.966000', '154501.969000', '154501.972000', '154521.852000', '154521.855000', '154521.858000', '154521.861000', '154521.863000', '154521.866000', '154521.869000', '154521.872000', '154521.875000', '154521.877000', '154521.880000', '154521.883000', '154521.886000', '154521.889000', '154521.892000', '154521.894000', '154521.897000', '154521.900000', '154521.903000', '154521.906000', '154521.909000', '154521.912000', '154521.914000', '154521.917000', '154521.920000', '154521.923000', '154521.926000', '154521.929000', '154521.932000', '154521.934000', '154521.937000', '154521.940000', '154521.943000', '154521.946000', '154521.949000', '154521.952000', '154521.954000', '154521.957000', '154521.960000', '154521.963000', '154521.966000', '154521.969000', '154521.971000', '154521.974000', '154541.852000', '154541.855000', '154541.858000', '154541.861000', '154541.864000', '154541.866000', '154541.869000', '154541.872000', '154541.875000', '154541.878000', '154541.881000', '154541.883000', '154541.886000', '154541.889000', '154541.892000', '154541.895000', '154541.898000', '154541.900000', '154541.903000', '154541.906000', '154541.909000', '154541.912000', '154541.915000', '154541.918000', '154541.920000', '154541.923000', '154541.926000', '154541.929000', '154541.932000', '154541.935000', '154541.938000', '154541.940000', '154541.953000', '154541.955000', '154541.958000', '154541.961000', '154541.964000', '154541.967000', '154541.970000', '154541.973000', '154541.975000', '154541.978000', '154541.981000', '154601.851000', '154601.854000', '154601.857000', '154601.860000', '154601.863000', '154601.865000', '154601.868000', '154601.871000', '154601.874000', '154601.877000', '154601.880000', '154601.882000', '154601.885000', '154601.888000', '154601.891000', '154601.894000', '154601.897000', '154601.899000', '154601.902000', '154601.905000', '154601.908000', '154601.911000', '154601.914000', '154601.917000', '154601.919000', '154601.922000', '154601.925000', '154601.928000', '154601.931000', '154601.934000', '154601.936000', '154601.939000', '154601.942000', '154601.945000', '154601.948000', '154601.951000', '154601.954000', '154601.956000', '154601.959000', '154601.962000', '154601.965000', '154601.968000', '154601.970000', '154621.851000', '154621.854000', '154621.857000', '154621.860000', '154621.863000', '154621.865000', '154621.868000', '154621.871000', '154621.874000', '154621.879000', '154621.882000', '154621.885000', '154621.888000', '154621.890000', '154621.893000', '154621.896000', '154621.899000', '154621.902000', '154621.905000', '154621.908000', '154621.911000', '154621.913000', '154621.916000', '154621.919000', '154621.922000', '154621.925000', '154621.928000', '154621.930000', '154621.933000', '154621.936000', '154621.939000', '154621.942000', '154621.945000', '154621.947000', '154621.950000', '154621.953000', '154621.956000', '154621.959000', '154621.962000', '154621.964000', '154621.967000', '154621.970000', '154621.973000', '154621.976000', '154641.851000', '154641.854000', '154641.857000', '154641.860000', '154641.863000', '154641.866000', '154641.868000', '154641.871000', '154641.874000', '154641.877000', '154641.880000', '154641.882000', '154641.885000', '154641.888000', '154641.891000', '154641.894000', '154641.897000', '154641.899000', '154641.902000', '154641.905000', '154641.908000', '154641.911000', '154641.914000', '154641.917000', '154641.920000', '154641.922000', '154641.925000', '154641.928000', '154641.931000', '154641.934000', '154641.937000', '154641.939000', '154641.942000', '154641.945000', '154641.948000', '154641.951000', '154641.953000', '154641.956000', '154641.959000', '154641.962000', '154641.965000', '154641.968000', '154641.970000', '154701.852000', '154701.855000', '154701.858000', '154701.861000', '154701.864000', '154701.866000', '154701.869000', '154701.872000', '154701.875000', '154701.878000', '154701.881000', '154701.883000', '154701.886000', '154701.889000', '154701.892000', '154701.895000', '154701.898000', '154701.900000', '154701.903000', '154701.906000', '154701.909000', '154701.912000', '154701.915000', '154701.917000', '154701.920000', '154701.923000', '154701.926000', '154701.929000', '154701.932000', '154701.934000', '154701.937000', '154701.940000', '154701.943000', '154701.946000', '154701.949000', '154701.951000', '154701.954000', '154701.957000', '154701.960000', '154701.963000', '154701.966000', '154701.969000', '154701.971000', '154701.974000', '154721.852000', '154721.855000', '154721.858000', '154721.861000', '154721.864000', '154721.867000', '154721.869000', '154721.872000', '154721.875000', '154721.878000', '154721.881000', '154721.884000', '154721.887000', '154721.890000', '154721.893000', '154721.895000', '154721.898000', '154721.901000', '154721.904000', '154721.907000', '154721.910000', '154721.912000', '154721.915000', '154721.918000', '154721.921000', '154721.924000', '154721.926000', '154721.929000', '154721.932000', '154721.935000', '154721.938000', '154721.941000', '154721.944000', '154721.946000', '154721.949000', '154721.952000', '154721.955000', '154721.958000', '154721.960000', '154721.963000', '154721.966000', '154721.969000', '154721.972000', '154741.852000', '154741.855000', '154741.858000', '154741.861000', '154741.863000', '154741.866000', '154741.869000', '154741.872000', '154741.875000', '154741.878000', '154741.881000', '154741.883000', '154741.886000', '154741.889000', '154741.892000', '154741.895000', '154741.898000', '154741.900000', '154741.903000', '154741.906000', '154741.909000', '154741.912000', '154741.915000', '154741.917000', '154741.920000', '154741.923000', '154741.926000', '154741.929000', '154741.932000', '154741.934000', '154741.937000', '154741.940000', '154741.943000', '154741.946000', '154741.949000', '154741.951000', '154741.954000', '154741.957000', '154741.960000', '154741.963000', '154741.965000', '154741.968000', '154741.971000', '154741.974000', '154801.852000', '154801.855000', '154801.858000', '154801.861000', '154801.863000', '154801.866000', '154801.869000', '154801.872000', '154801.875000', '154801.878000', '154801.881000', '154801.884000', '154801.886000', '154801.891000', '154801.894000', '154801.897000', '154801.900000', '154801.903000', '154801.906000', '154801.909000', '154801.912000', '154801.915000', '154801.917000', '154801.920000', '154801.923000', '154801.926000', '154801.929000', '154801.932000', '154801.935000', '154801.937000', '154801.940000', '154801.943000', '154801.946000', '154801.949000', '154801.952000', '154801.954000', '154801.958000', '154801.961000', '154801.963000', '154801.966000', '154801.969000', '154801.972000', '154801.975000', '154821.851000', '154821.854000', '154821.857000', '154821.860000', '154821.862000', '154821.865000', '154821.868000', '154821.871000', '154821.874000', '154821.877000', '154821.879000', '154821.882000', '154821.885000', '154821.888000', '154821.891000', '154821.894000', '154821.896000', '154821.899000', '154821.902000', '154821.905000', '154821.908000', '154821.911000', '154821.913000', '154821.916000', '154821.919000', '154821.922000', '154821.925000', '154821.928000', '154821.931000', '154821.933000', '154821.936000', '154821.939000', '154821.942000', '154821.945000', '154821.948000', '154821.950000', '154821.953000', '154821.956000', '154821.959000', '154821.962000', '154821.965000', '154821.967000', '154821.970000', '154821.973000', '154841.851000', '154841.854000', '154841.857000', '154841.860000', '154841.863000', '154841.865000', '154841.868000', '154841.871000', '154841.874000', '154841.877000', '154841.880000', '154841.882000', '154841.885000', '154841.888000', '154841.891000', '154841.894000', '154841.897000', '154841.899000', '154841.902000', '154841.905000', '154841.908000', '154841.911000', '154841.914000', '154841.917000', '154841.920000', '154841.923000', '154841.926000', '154841.929000', '154841.931000', '154841.934000', '154841.937000', '154841.940000', '154841.943000', '154841.945000', '154841.948000', '154841.951000', '154841.954000', '154841.957000', '154841.960000', '154841.963000', '154841.965000', '154841.968000', '154841.971000', '154901.851000', '154901.854000', '154901.857000', '154901.860000', '154901.862000', '154901.865000', '154901.868000', '154901.871000', '154901.874000', '154901.877000', '154901.880000', '154901.882000', '154901.885000', '154901.888000', '154901.891000', '154901.894000', '154901.897000', '154901.899000', '154901.902000', '154901.905000', '154901.908000', '154901.911000', '154901.914000', '154901.917000', '154901.919000', '154901.922000', '154901.925000', '154901.928000', '154901.931000', '154901.934000', '154901.937000', '154901.939000', '154901.942000', '154901.945000', '154901.948000', '154901.951000', '154901.953000', '154901.956000', '154901.959000', '154901.962000', '154901.965000', '154901.968000', '154901.971000', '154901.973000', '154921.852000', '154921.855000', '154921.858000', '154921.861000', '154921.865000', '154921.868000', '154921.871000', '154921.874000', '154921.876000', '154921.879000', '154921.882000', '154921.885000', '154921.888000', '154921.891000', '154921.894000', '154921.896000', '154921.899000', '154921.902000', '154921.905000', '154921.908000', '154921.911000', '154921.913000', '154921.916000', '154921.920000', '154921.922000', '154921.925000', '154921.928000', '154921.931000', '154921.934000', '154921.938000', '154921.943000', '154921.946000', '154921.949000', '154921.951000', '154921.954000', '154921.957000', '154921.960000', '154921.963000', '154921.966000', '154921.968000', '154921.971000', '154921.974000', '154921.977000', '154941.852000', '154941.855000', '154941.858000', '154941.861000', '154941.863000', '154941.866000', '154941.869000', '154941.872000', '154941.875000', '154941.878000', '154941.881000', '154941.883000', '154941.886000', '154941.889000', '154941.892000', '154941.895000', '154941.898000', '154941.900000', '154941.903000', '154941.906000', '154941.909000', '154941.912000', '154941.915000', '154941.917000', '154941.920000', '154941.923000', '154941.926000', '154941.929000', '154941.932000', '154941.935000', '154941.937000', '154941.940000', '154941.943000', '154941.946000', '154941.949000', '154941.951000', '154941.954000', '154941.957000', '154941.960000', '154941.963000', '154941.966000', '154941.969000', '154941.971000', '154941.974000', '155001.852000', '155001.855000', '155001.858000', '155001.861000', '155001.864000', '155001.867000', '155001.869000', '155001.872000', '155001.875000', '155001.878000', '155001.881000', '155001.884000', '155001.886000', '155001.889000', '155001.892000', '155001.895000', '155001.898000', '155001.901000', '155001.904000', '155001.906000', '155001.909000', '155001.912000', '155001.915000', '155001.918000', '155001.921000', '155001.924000', '155001.927000', '155001.929000', '155001.932000', '155001.935000', '155001.938000', '155001.941000', '155001.944000', '155001.947000', '155001.950000', '155001.953000', '155001.956000', '155001.959000', '155001.961000', '155001.964000', '155001.967000', '155001.970000', '155001.973000', '155003.375000', '155003.378000', '155003.381000', '155003.383000'], '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], 'LargestImagePixelValue': [12556, 11756, 10922, 11515, 10637, 9749, 9630, 9651, 9892, 9159, 9848, 11090, 9756, 9565, 10522, 9453, 10053, 11472, 9442, 9835, 9442, 8945, 10266, 9238, 8833, 10681, 9779, 9915, 11612, 9336, 9597, 11626, 9402, 10212, 9191, 9829, 11141, 9028, 9334, 11201, 9427, 10241, 11805, 9688, 9988, 11879, 10158, 9859, 8782, 9458, 10896, 8918, 9419, 10851, 9765, 9856, 11429, 10139, 9751, 11124, 9736, 9233, 9583, 10405, 9076, 9576, 10909, 9099, 9219, 10889, 10078, 9562, 10317, 8858, 9614, 11035, 9378, 9217, 10708, 10234, 10049, 11115, 8983, 9338, 9570, 10501, 13004, 9927, 9944, 11830, 9569, 9872, 10443, 9737, 9786, 10369, 9323, 9756, 9934, 9607, 9664, 10813, 9833, 10011, 10405, 9839, 10184, 11261, 9845, 9903, 9337, 9531, 10536, 10100, 10041, 10250, 9971, 9934, 11039, 9863, 10108, 10904, 9895, 9642, 9744, 9462, 9878, 9567, 9815, 10542, 9430, 9569, 9936, 9776, 10004, 9053, 9431, 10546, 10072, 9982, 11545, 9932, 9729, 11425, 9964, 9874, 9951, 9611, 10024, 10192, 9806, 10008, 9560, 9179, 10249, 10514, 9397, 10193, 10004, 9689, 10697, 10380, 9539, 10647, 10335, 9637, 10353, 9331, 10123, 10535, 9161, 9578, 10255, 9311, 9529, 11115, 9929, 9785, 10852, 9915, 9924, 9029, 9280, 10187, 9622, 9247, 10335, 9997, 9963, 10468, 8848, 9391, 10921, 9105, 9599, 10879, 9140, 9736, 11818, 9779, 9795, 11502, 9662, 9987, 10544, 9677, 9742, 9905, 9505, 10536, 10896, 10279, 10406, 9739, 9952, 11494, 9715, 9877, 10544, 9802, 10011, 9685, 9207, 11106, 10291, 9682, 10645, 9629, 9375, 11274, 9615, 9371, 10798, 9547, 9863, 11018, 9729, 9722, 9559, 9939, 10169, 9347, 10164, 10377, 9886, 9926, 10989, 9617, 9902, 10490, 9765, 9847, 10761, 9833, 10107, 9309, 9436, 10208, 10847, 9811, 10201, 9829, 9909, 10468, 9558, 9706, 9182, 10027, 10895, 9846, 9903, 10754, 9647, 9601, 10976, 9174, 9473, 10889, 9216, 9956, 9247, 9640, 9920, 9875, 9225, 9848, 9273, 9199, 10740, 9381, 9921, 9038, 9693, 10029, 8809, 9743, 10370, 10025, 9484, 9771, 9606, 9527, 10930, 9675, 9337, 10321, 10821, 9113, 10092, 12915, 9796, 9939, 9798, 9154, 9699, 9632, 8854, 9837, 9498, 10035, 10351, 10207, 9624, 10279, 9883, 9447, 11019, 9471, 9600, 10697, 9423, 9858, 11678, 9901, 9707, 10988, 9765, 9761, 9874, 9172, 10406, 9911, 9618, 10536, 9805, 9342, 11201, 9447, 9535, 11069, 9938, 10062, 11721, 10071, 9834, 10904, 9881, 10247, 9445, 9054, 9846, 9755, 9017, 9860, 10186, 10067, 10483, 10274, 9675, 10053, 9530, 10009, 9288, 9597, 9947, 10020, 9438, 11134, 9595, 9857, 10506, 9321, 9905, 9350, 9027, 10577, 10667, 9581, 10321, 9746, 10034, 9574, 11173, 10417, 9698, 10379, 9298, 9337, 10985, 9245, 9888, 10750, 9557, 9649, 9330, 9532, 9699, 8720, 9339, 10300, 9759, 9476, 10576, 9253, 9456, 10991, 9703, 9742, 10108, 9453, 10040, 9492, 9363, 10617, 9486, 9008, 10574, 9258, 9801, 10257, 9195, 9760, 9828, 9586, 10313, 9360, 9315, 10098, 9949, 9756, 10514, 9136, 9879, 10666, 9216, 9695, 9240, 9071, 9550, 8511, 8942, 9622, 9153, 9094, 10199, 9519, 9427, 10104, 8941, 9178, 10888, 8936, 10585, 9366, 10377, 9310, 9267, 10623, 10035, 9388, 10531, 9491, 9216, 10535, 9388, 9646, 10494, 9352, 9558, 8251, 8907, 9496, 9536, 9662, 10314, 8907, 9450, 8755, 9010, 10365, 9485, 9563, 10735, 8971, 9454, 11821, 9023, 9454, 11671, 9193, 9994, 8967, 9100, 10176, 8798, 9183, 10132, 8667, 8921, 10550, 9419, 9084, 10828, 8816, 9545, 9283, 9902, 9898, 9527, 9302, 10525, 9443, 9541, 10834, 8833, 9310, 8462, 8415, 10034, 9064, 9536, 10378, 9525, 9022, 10611, 9757, 9475, 10385, 9333, 8901, 10541, 8342, 8862, 10734, 9317, 9622, 8515, 8615, 10118, 10017, 9738, 10315, 9434, 9016, 10384, 9082, 9196, 11251, 8973, 9485, 9273, 9064, 10435, 7975, 9447, 10678, 9265, 9202, 10918, 9153, 9279, 10921, 9415, 8945, 8202, 9465, 10117, 9730, 9380, 10387, 9347, 9391, 10953, 9140, 9836, 10913, 9348, 9567, 9789, 9198, 9784, 9474, 9083, 10442, 8938, 9112, 10643, 9274, 9612, 10271, 8910, 9393, 10931, 9418, 9449, 9112, 8597, 9427, 9128, 9083, 10344, 9373, 9205, 10134, 9509, 9665, 8777, 8821, 9706, 8766, 9409, 9389, 9489, 9084, 10621, 10217, 9093, 10144, 9401, 9075, 10767, 9919, 9349, 10699, 9728, 9456, 11003, 9073, 9597, 10674, 9189, 9566, 8266, 9474, 10165, 9103, 9369, 10153, 9180, 8862, 10209, 8630, 8620, 9388, 10615, 11006, 9293, 10215, 9004, 8755, 10444, 8841, 8559, 8949, 9637, 12289, 9315, 9737, 11213, 9556, 9495, 9174, 8733, 9866, 10543, 10173, 9713, 9829, 9639, 10118, 10025, 10367, 9320, 9032, 10205, 9417, 10848, 9993, 9777, 10754, 9157, 9655, 11459, 9057, 9622, 9238, 9671, 9938, 8935, 8789, 10879, 9456, 9414, 10703, 9196, 9590, 8570, 9296, 10225, 9136, 9051, 8860, 8749, 9722, 9620, 9189, 10514, 9147, 8899, 10629, 9320, 9295, 10587, 9040, 9686, 8698, 9178, 10498, 9249, 9227, 11143, 9105, 9425, 9243, 9044, 10461, 9597, 9368, 10401, 9208, 9619, 11558, 8834, 9483, 9116, 8733, 9646, 9042, 8737, 10207, 8467, 9194, 10376, 8757, 9221, 10559, 8651, 9387, 10330, 8855, 9492, 10825, 8981, 9787, 8627, 8674, 9734, 9256, 9145, 10363, 9407, 9306, 10662, 9319, 9624, 11028, 9384, 9193, 8868, 8318, 9863, 8623, 9214, 10452, 9278, 9344, 10764, 9638, 9589, 10850, 9688, 9031, 9915, 9181, 8017, 8824, 11087, 9497, 9292, 10443, 8712, 9095, 10926, 9001, 8880, 10410, 8931, 9276, 11148, 8949, 9682, 8974, 9018, 10247, 8550, 9202, 10433, 8588, 8911, 8871, 8865, 9863, 9432, 8795, 10730, 9250, 8790, 10774, 8954, 9329, 11690, 8720, 9477, 8842, 8604, 10405, 9450, 9039, 11383, 9872, 9248, 10818, 8904, 9408, 10888, 8262, 9119, 10120, 7808, 9173, 9806, 8286, 9325, 8499, 9091, 10016, 9742, 9212, 10084, 8694, 9168, 11312, 8758, 9104, 11071, 9357, 8888, 10835, 8071, 9092, 11189, 8353, 9274, 9521, 8473, 9772, 9315, 8921, 9567, 8674, 8598, 10817, 10141, 9321, 11113, 8890, 9648, 9420, 8389, 9370, 9160, 7452, 8544, 9992, 12164, 8771, 9309, 8453, 8387, 9832, 9957, 8387, 9552, 8922, 9019, 10818, 9275, 9253, 10500, 8942, 9582, 8815, 8855, 10220, 9018, 9414, 10397, 9231, 9569, 9389, 8610, 10384, 9612, 9014, 10851, 9322, 9659, 10911, 8719, 9707, 9338, 8647, 8638, 8636, 9632, 9642, 9184, 10013, 9277, 9365, 10796, 9048, 9856, 12032, 9738, 10065, 9925, 9618, 10554, 9332, 9875, 9094, 9268, 11557, 8970, 9262, 10544, 8827, 9283, 10825, 10113, 9526, 10552, 9424, 9477, 9706, 9355, 10658, 9736, 8516, 10313, 8782, 10765, 10623, 11235, 9575, 10165, 9584, 9862, 9160, 9488, 9368, 10055, 9181, 9403, 9747, 9661, 9639, 9978, 9283, 9322, 8831, 8985, 9758, 8820, 9081, 10310, 9847, 9600, 9192, 8831, 9668, 8857, 8945, 10007, 9462, 9559, 9386, 9035, 10054, 10199, 9135, 10201, 10092, 9564, 10550, 9435, 10118, 9364, 9520, 10637, 9333, 9323, 10683, 9293, 9872, 9659, 9188, 9408, 9542, 9167, 9452, 9145, 9757, 9955, 9457, 9336, 9677, 9634, 9773, 8951, 9157, 9513, 8518, 9296, 10085, 9346, 9210, 10336, 9743, 9576, 10060, 9728, 9550, 10618, 9673, 9482, 9442, 8133, 9482, 9599, 10950, 9421, 9151, 9629, 9531, 9495, 10403, 9258, 9365, 9816, 9248, 9566, 9897, 9424, 9519, 9605, 9298, 9706, 9068, 8812, 9420, 10111, 9181, 9668, 9172, 9246, 9632, 9266, 9170, 9949, 9566, 9443, 10139, 9230, 9430, 10843, 9585, 9552, 9273, 8977, 9537, 10762, 9386, 9543, 9481, 9538, 11007, 10106, 9528, 9189, 10036, 9780, 10085, 9359, 9607, 9827, 9087, 9692, 9029, 8840, 9718, 9907, 9777, 9536, 8890, 8911, 9735, 9293, 9336, 9112, 9827, 7920, 10018, 9576, 10942, 8897, 9297, 10456, 9775, 9619, 10287, 9817, 9423, 10844, 9495, 9900, 10500, 9776, 9709, 8188, 8964, 9593, 8508, 9829, 9906, 9427, 9973, 10904, 9982, 9884, 10734, 9693, 9378, 9054, 9069, 9437, 9088, 9297, 9690, 9279, 9174, 9597, 9428, 8980, 9387, 8896, 9549, 9484, 9161, 9254, 9483, 9706, 9356, 9671, 9548, 9408, 10240, 9322, 9287, 9860, 9062, 9423, 9305, 9269, 9994, 9532, 9222, 8802, 8756, 9712, 9622, 9075], 'WindowCenter': [4020.0, 3994.0, 3969.0, 3955.0, 3944.0, 3933.0, 3931.0, 3931.0, 3933.0, 3921.0, 3932.0, 3942.0, 3930.0, 3931.0, 3940.0, 3931.0, 3930.0, 3951.0, 3931.0, 3932.0, 3930.0, 3921.0, 3941.0, 3930.0, 3921.0, 3942.0, 3930.0, 3931.0, 3940.0, 3931.0, 3932.0, 3939.0, 3919.0, 3931.0, 3919.0, 3930.0, 3952.0, 3919.0, 3921.0, 3941.0, 3919.0, 3931.0, 3939.0, 3918.0, 3931.0, 3951.0, 3930.0, 3930.0, 3908.0, 3930.0, 3940.0, 3919.0, 3919.0, 3940.0, 3917.0, 3928.0, 3938.0, 3927.0, 3919.0, 3939.0, 3917.0, 3917.0, 3929.0, 3929.0, 3918.0, 3917.0, 3939.0, 3907.0, 3918.0, 3940.0, 3928.0, 3917.0, 3927.0, 3906.0, 3917.0, 3928.0, 3917.0, 3918.0, 3927.0, 3915.0, 3917.0, 3926.0, 3906.0, 3917.0, 3930.0, 3941.0, 3950.0, 3929.0, 3930.0, 3938.0, 3917.0, 3918.0, 3927.0, 3916.0, 3917.0, 3928.0, 3905.0, 3917.0, 3916.0, 3916.0, 3918.0, 3927.0, 3928.0, 3929.0, 3927.0, 3917.0, 3929.0, 3939.0, 3927.0, 3929.0, 3916.0, 3918.0, 3928.0, 3928.0, 3929.0, 3928.0, 3927.0, 3929.0, 3927.0, 3917.0, 3928.0, 3927.0, 3927.0, 3918.0, 3916.0, 3917.0, 3917.0, 3917.0, 3928.0, 3927.0, 3918.0, 3919.0, 3917.0, 3929.0, 3929.0, 3918.0, 3919.0, 3929.0, 3918.0, 3929.0, 3938.0, 3916.0, 3918.0, 3937.0, 3917.0, 3918.0, 3916.0, 3917.0, 3918.0, 3916.0, 3917.0, 3917.0, 3915.0, 3916.0, 3917.0, 3926.0, 3917.0, 3928.0, 3917.0, 3918.0, 3926.0, 3927.0, 3917.0, 3928.0, 3927.0, 3918.0, 3915.0, 3917.0, 3928.0, 3926.0, 3917.0, 3918.0, 3916.0, 3906.0, 3918.0, 3926.0, 3917.0, 3929.0, 3927.0, 3928.0, 3929.0, 3907.0, 3919.0, 3928.0, 3918.0, 3919.0, 3929.0, 3928.0, 3931.0, 3929.0, 3920.0, 3933.0, 3940.0, 3919.0, 3932.0, 3941.0, 3919.0, 3931.0, 3939.0, 3930.0, 3931.0, 3940.0, 3920.0, 3931.0, 3928.0, 3919.0, 3920.0, 3918.0, 3919.0, 3930.0, 3941.0, 3943.0, 3930.0, 3931.0, 3933.0, 3940.0, 3930.0, 3931.0, 3930.0, 3931.0, 3929.0, 3931.0, 3930.0, 3940.0, 3930.0, 3932.0, 3929.0, 3919.0, 3920.0, 3939.0, 3917.0, 3920.0, 3929.0, 3919.0, 3919.0, 3928.0, 3919.0, 3919.0, 3918.0, 3929.0, 3929.0, 3907.0, 3929.0, 3930.0, 3931.0, 3929.0, 3927.0, 3917.0, 3918.0, 3927.0, 3918.0, 3929.0, 3928.0, 3918.0, 3929.0, 3918.0, 3919.0, 3929.0, 3927.0, 3930.0, 3928.0, 3928.0, 3930.0, 3927.0, 3919.0, 3919.0, 3918.0, 3928.0, 3928.0, 3917.0, 3919.0, 3928.0, 3917.0, 3918.0, 3927.0, 3917.0, 3919.0, 3926.0, 3918.0, 3918.0, 3906.0, 3917.0, 3918.0, 3916.0, 3917.0, 3917.0, 3917.0, 3919.0, 3939.0, 3918.0, 3929.0, 3919.0, 3930.0, 3929.0, 3919.0, 3931.0, 3940.0, 3930.0, 3931.0, 3930.0, 3930.0, 3931.0, 3942.0, 3930.0, 3920.0, 3931.0, 3939.0, 3919.0, 3929.0, 3949.0, 3918.0, 3929.0, 3928.0, 3918.0, 3918.0, 3915.0, 3918.0, 3929.0, 3931.0, 3930.0, 3930.0, 3930.0, 3931.0, 3940.0, 3928.0, 3930.0, 3938.0, 3918.0, 3931.0, 3940.0, 3919.0, 3931.0, 3938.0, 3929.0, 3919.0, 3928.0, 3928.0, 3918.0, 3927.0, 3917.0, 3928.0, 3917.0, 3919.0, 3928.0, 3928.0, 3919.0, 3938.0, 3917.0, 3918.0, 3938.0, 3927.0, 3929.0, 3937.0, 3928.0, 3929.0, 3927.0, 3916.0, 3928.0, 3915.0, 3906.0, 3917.0, 3915.0, 3907.0, 3917.0, 3926.0, 3928.0, 3928.0, 3927.0, 3928.0, 3927.0, 3928.0, 3929.0, 3916.0, 3918.0, 3928.0, 3929.0, 3920.0, 3939.0, 3929.0, 3930.0, 3928.0, 3919.0, 3931.0, 3919.0, 3919.0, 3928.0, 3927.0, 3930.0, 3929.0, 3919.0, 3930.0, 3931.0, 3941.0, 3928.0, 3930.0, 3928.0, 3919.0, 3919.0, 3938.0, 3918.0, 3931.0, 3928.0, 3918.0, 3919.0, 3917.0, 3918.0, 3919.0, 3907.0, 3918.0, 3928.0, 3917.0, 3920.0, 3929.0, 3919.0, 3919.0, 3927.0, 3918.0, 3917.0, 3916.0, 3918.0, 3917.0, 3918.0, 3918.0, 3928.0, 3917.0, 3908.0, 3928.0, 3919.0, 3930.0, 3927.0, 3918.0, 3931.0, 3918.0, 3918.0, 3928.0, 3906.0, 3917.0, 3917.0, 3916.0, 3917.0, 3927.0, 3917.0, 3917.0, 3926.0, 3917.0, 3917.0, 3918.0, 3918.0, 3918.0, 3907.0, 3919.0, 3919.0, 3918.0, 3918.0, 3929.0, 3918.0, 3920.0, 3929.0, 3919.0, 3920.0, 3939.0, 3918.0, 3940.0, 3933.0, 3943.0, 3931.0, 3920.0, 3930.0, 3927.0, 3920.0, 3929.0, 3918.0, 3918.0, 3926.0, 3918.0, 3918.0, 3928.0, 3917.0, 3929.0, 3908.0, 3920.0, 3930.0, 3930.0, 3932.0, 3941.0, 3933.0, 3933.0, 3921.0, 3921.0, 3943.0, 3920.0, 3932.0, 3941.0, 3921.0, 3932.0, 3939.0, 3920.0, 3932.0, 3940.0, 3919.0, 3930.0, 3918.0, 3919.0, 3929.0, 3908.0, 3919.0, 3928.0, 3908.0, 3919.0, 3928.0, 3918.0, 3920.0, 3939.0, 3920.0, 3930.0, 3919.0, 3929.0, 3930.0, 3929.0, 3930.0, 3939.0, 3930.0, 3931.0, 3940.0, 3920.0, 3920.0, 3909.0, 3910.0, 3931.0, 3919.0, 3929.0, 3931.0, 3919.0, 3920.0, 3929.0, 3918.0, 3930.0, 3930.0, 3919.0, 3920.0, 3929.0, 3909.0, 3920.0, 3939.0, 3920.0, 3932.0, 3920.0, 3921.0, 3931.0, 3930.0, 3931.0, 3931.0, 3919.0, 3920.0, 3928.0, 3920.0, 3931.0, 3940.0, 3921.0, 3930.0, 3931.0, 3932.0, 3941.0, 3910.0, 3932.0, 3941.0, 3920.0, 3921.0, 3940.0, 3920.0, 3921.0, 3940.0, 3920.0, 3920.0, 3909.0, 3931.0, 3930.0, 3918.0, 3920.0, 3931.0, 3920.0, 3920.0, 3940.0, 3919.0, 3930.0, 3929.0, 3919.0, 3919.0, 3917.0, 3918.0, 3918.0, 3917.0, 3908.0, 3928.0, 3918.0, 3918.0, 3928.0, 3917.0, 3918.0, 3929.0, 3919.0, 3919.0, 3927.0, 3918.0, 3930.0, 3907.0, 3909.0, 3918.0, 3919.0, 3920.0, 3930.0, 3919.0, 3920.0, 3929.0, 3919.0, 3920.0, 3908.0, 3919.0, 3930.0, 3909.0, 3921.0, 3921.0, 3931.0, 3922.0, 3942.0, 3930.0, 3922.0, 3941.0, 3920.0, 3921.0, 3941.0, 3930.0, 3920.0, 3941.0, 3919.0, 3920.0, 3929.0, 3908.0, 3919.0, 3929.0, 3919.0, 3919.0, 3910.0, 3931.0, 3930.0, 3919.0, 3920.0, 3931.0, 3918.0, 3920.0, 3928.0, 3908.0, 3918.0, 3932.0, 3944.0, 3941.0, 3920.0, 3930.0, 3908.0, 3909.0, 3929.0, 3907.0, 3907.0, 3920.0, 3932.0, 3950.0, 3919.0, 3929.0, 3939.0, 3918.0, 3920.0, 3918.0, 3909.0, 3930.0, 3928.0, 3931.0, 3920.0, 3931.0, 3931.0, 3930.0, 3932.0, 3931.0, 3920.0, 3921.0, 3942.0, 3933.0, 3942.0, 3931.0, 3931.0, 3941.0, 3921.0, 3932.0, 3940.0, 3920.0, 3929.0, 3918.0, 3929.0, 3929.0, 3920.0, 3910.0, 3940.0, 3918.0, 3920.0, 3928.0, 3919.0, 3919.0, 3909.0, 3920.0, 3929.0, 3919.0, 3921.0, 3920.0, 3921.0, 3931.0, 3919.0, 3930.0, 3942.0, 3919.0, 3921.0, 3939.0, 3931.0, 3931.0, 3929.0, 3920.0, 3930.0, 3921.0, 3931.0, 3940.0, 3931.0, 3932.0, 3941.0, 3921.0, 3920.0, 3920.0, 3919.0, 3941.0, 3920.0, 3921.0, 3940.0, 3921.0, 3932.0, 3951.0, 3920.0, 3931.0, 3919.0, 3920.0, 3931.0, 3920.0, 3919.0, 3930.0, 3909.0, 3920.0, 3927.0, 3908.0, 3930.0, 3939.0, 3909.0, 3921.0, 3928.0, 3919.0, 3931.0, 3940.0, 3920.0, 3931.0, 3908.0, 3919.0, 3930.0, 3919.0, 3920.0, 3931.0, 3920.0, 3920.0, 3929.0, 3919.0, 3930.0, 3938.0, 3919.0, 3920.0, 3918.0, 3909.0, 3929.0, 3908.0, 3918.0, 3930.0, 3918.0, 3919.0, 3939.0, 3918.0, 3929.0, 3940.0, 3930.0, 3921.0, 3929.0, 3918.0, 3911.0, 3932.0, 3954.0, 3931.0, 3932.0, 3941.0, 3909.0, 3920.0, 3939.0, 3919.0, 3919.0, 3928.0, 3919.0, 3920.0, 3939.0, 3919.0, 3931.0, 3919.0, 3920.0, 3930.0, 3920.0, 3931.0, 3941.0, 3921.0, 3922.0, 3921.0, 3931.0, 3943.0, 3930.0, 3922.0, 3941.0, 3921.0, 3921.0, 3941.0, 3922.0, 3933.0, 3952.0, 3922.0, 3932.0, 3921.0, 3921.0, 3941.0, 3931.0, 3921.0, 3952.0, 3931.0, 3921.0, 3940.0, 3921.0, 3931.0, 3939.0, 3909.0, 3922.0, 3930.0, 3900.0, 3933.0, 3931.0, 3911.0, 3933.0, 3921.0, 3922.0, 3933.0, 3931.0, 3934.0, 3945.0, 3924.0, 3934.0, 3942.0, 3923.0, 3924.0, 3953.0, 3923.0, 3923.0, 3943.0, 3912.0, 3923.0, 3942.0, 3911.0, 3923.0, 3920.0, 3911.0, 3932.0, 3920.0, 3921.0, 3932.0, 3921.0, 3921.0, 3939.0, 3931.0, 3922.0, 3941.0, 3920.0, 3933.0, 3919.0, 3911.0, 3922.0, 3921.0, 3900.0, 3924.0, 3946.0, 3954.0, 3923.0, 3923.0, 3912.0, 3923.0, 3934.0, 3932.0, 3913.0, 3933.0, 3922.0, 3923.0, 3943.0, 3932.0, 3921.0, 3942.0, 3922.0, 3933.0, 3922.0, 3922.0, 3932.0, 3921.0, 3924.0, 3944.0, 3934.0, 3934.0, 3933.0, 3923.0, 3932.0, 3921.0, 3924.0, 3943.0, 3933.0, 3934.0, 3941.0, 3911.0, 3932.0, 3921.0, 3923.0, 3921.0, 3922.0, 3933.0, 3931.0, 3934.0, 3932.0, 3934.0, 3935.0, 3943.0, 3922.0, 3944.0, 3953.0, 3932.0, 3932.0, 3931.0, 3935.0, 3944.0, 3933.0, 3930.0, 3921.0, 3934.0, 3953.0, 3922.0, 3933.0, 3940.0, 3920.0, 3932.0, 3942.0, 3942.0, 3932.0, 3929.0, 3920.0, 3920.0, 3919.0, 3919.0, 3929.0, 3919.0, 3910.0, 3930.0, 3921.0, 3953.0, 3943.0, 3952.0, 3919.0, 3931.0, 3919.0, 3930.0, 3922.0, 3919.0, 3919.0, 3930.0, 3919.0, 3919.0, 3919.0, 3930.0, 3931.0, 3916.0, 3918.0, 3919.0, 3908.0, 3920.0, 3919.0, 3917.0, 3920.0, 3929.0, 3929.0, 3920.0, 3920.0, 3921.0, 3930.0, 3920.0, 3921.0, 3932.0, 3933.0, 3934.0, 3932.0, 3922.0, 3933.0, 3931.0, 3932.0, 3932.0, 3933.0, 3933.0, 3930.0, 3920.0, 3932.0, 3919.0, 3920.0, 3928.0, 3918.0, 3919.0, 3929.0, 3919.0, 3930.0, 3919.0, 3919.0, 3920.0, 3915.0, 3917.0, 3919.0, 3918.0, 3919.0, 3918.0, 3918.0, 3918.0, 3919.0, 3920.0, 3930.0, 3905.0, 3918.0, 3920.0, 3908.0, 3919.0, 3927.0, 3907.0, 3919.0, 3928.0, 3918.0, 3918.0, 3917.0, 3917.0, 3919.0, 3927.0, 3917.0, 3919.0, 3918.0, 3898.0, 3931.0, 3930.0, 3940.0, 3919.0, 3918.0, 3917.0, 3919.0, 3918.0, 3927.0, 3918.0, 3919.0, 3917.0, 3917.0, 3918.0, 3916.0, 3918.0, 3918.0, 3918.0, 3919.0, 3920.0, 3907.0, 3919.0, 3920.0, 3927.0, 3919.0, 3919.0, 3918.0, 3919.0, 3918.0, 3918.0, 3920.0, 3919.0, 3919.0, 3920.0, 3929.0, 3919.0, 3919.0, 3929.0, 3919.0, 3920.0, 3919.0, 3922.0, 3930.0, 3941.0, 3921.0, 3920.0, 3920.0, 3931.0, 3930.0, 3930.0, 3931.0, 3919.0, 3930.0, 3919.0, 3928.0, 3919.0, 3919.0, 3918.0, 3919.0, 3918.0, 3917.0, 3920.0, 3930.0, 3929.0, 3930.0, 3919.0, 3918.0, 3920.0, 3930.0, 3933.0, 3933.0, 3909.0, 3918.0, 3896.0, 3930.0, 3944.0, 3940.0, 3920.0, 3919.0, 3941.0, 3930.0, 3932.0, 3929.0, 3929.0, 3920.0, 3929.0, 3918.0, 3919.0, 3927.0, 3918.0, 3917.0, 3895.0, 3907.0, 3917.0, 3906.0, 3918.0, 3917.0, 3906.0, 3917.0, 3925.0, 3916.0, 3917.0, 3915.0, 3905.0, 3906.0, 3893.0, 3905.0, 3905.0, 3904.0, 3906.0, 3906.0, 3905.0, 3905.0, 3916.0, 3905.0, 3906.0, 3906.0, 3904.0, 3917.0, 3916.0, 3906.0, 3917.0, 3916.0, 3916.0, 3918.0, 3916.0, 3917.0, 3918.0, 3927.0, 3918.0, 3918.0, 3918.0, 3919.0, 3919.0, 3919.0, 3919.0, 3928.0, 3919.0, 3917.0, 3917.0, 3908.0, 3919.0, 3917.0, 3909.0], 'WindowWidth': [8948.0, 8898.0, 8856.0, 8828.0, 8810.0, 8796.0, 8789.0, 8789.0, 8793.0, 8774.0, 8791.0, 8803.0, 8786.0, 8788.0, 8798.0, 8786.0, 8786.0, 8815.0, 8787.0, 8791.0, 8783.0, 8775.0, 8802.0, 8785.0, 8776.0, 8802.0, 8784.0, 8788.0, 8797.0, 8788.0, 8791.0, 8796.0, 8770.0, 8788.0, 8769.0, 8786.0, 8818.0, 8770.0, 8774.0, 8801.0, 8768.0, 8788.0, 8797.0, 8766.0, 8790.0, 8814.0, 8784.0, 8785.0, 8752.0, 8784.0, 8797.0, 8768.0, 8767.0, 8797.0, 8762.0, 8779.0, 8793.0, 8776.0, 8768.0, 8793.0, 8760.0, 8762.0, 8780.0, 8783.0, 8767.0, 8764.0, 8796.0, 8748.0, 8765.0, 8796.0, 8780.0, 8763.0, 8776.0, 8745.0, 8763.0, 8778.0, 8761.0, 8764.0, 8775.0, 8757.0, 8761.0, 8772.0, 8745.0, 8763.0, 8785.0, 8803.0, 8812.0, 8780.0, 8783.0, 8793.0, 8762.0, 8764.0, 8774.0, 8757.0, 8762.0, 8777.0, 8744.0, 8762.0, 8760.0, 8759.0, 8764.0, 8776.0, 8777.0, 8781.0, 8775.0, 8763.0, 8781.0, 8794.0, 8776.0, 8780.0, 8759.0, 8766.0, 8779.0, 8777.0, 8781.0, 8776.0, 8776.0, 8779.0, 8774.0, 8762.0, 8778.0, 8775.0, 8776.0, 8765.0, 8759.0, 8761.0, 8763.0, 8762.0, 8779.0, 8776.0, 8764.0, 8768.0, 8763.0, 8782.0, 8782.0, 8763.0, 8768.0, 8783.0, 8763.0, 8781.0, 8791.0, 8760.0, 8764.0, 8789.0, 8762.0, 8766.0, 8759.0, 8763.0, 8764.0, 8758.0, 8761.0, 8761.0, 8756.0, 8759.0, 8760.0, 8772.0, 8762.0, 8777.0, 8761.0, 8765.0, 8773.0, 8773.0, 8762.0, 8777.0, 8775.0, 8764.0, 8756.0, 8760.0, 8777.0, 8771.0, 8761.0, 8764.0, 8758.0, 8746.0, 8764.0, 8772.0, 8762.0, 8780.0, 8775.0, 8779.0, 8781.0, 8749.0, 8766.0, 8777.0, 8763.0, 8769.0, 8781.0, 8779.0, 8785.0, 8782.0, 8772.0, 8795.0, 8797.0, 8768.0, 8788.0, 8799.0, 8769.0, 8786.0, 8794.0, 8783.0, 8787.0, 8798.0, 8770.0, 8785.0, 8778.0, 8766.0, 8769.0, 8763.0, 8768.0, 8784.0, 8802.0, 8806.0, 8783.0, 8788.0, 8793.0, 8797.0, 8784.0, 8788.0, 8782.0, 8785.0, 8782.0, 8787.0, 8786.0, 8799.0, 8781.0, 8788.0, 8783.0, 8767.0, 8771.0, 8795.0, 8763.0, 8769.0, 8779.0, 8765.0, 8767.0, 8777.0, 8765.0, 8768.0, 8762.0, 8780.0, 8779.0, 8748.0, 8778.0, 8783.0, 8787.0, 8782.0, 8775.0, 8761.0, 8763.0, 8774.0, 8763.0, 8781.0, 8777.0, 8765.0, 8781.0, 8763.0, 8767.0, 8780.0, 8775.0, 8782.0, 8778.0, 8777.0, 8783.0, 8775.0, 8766.0, 8768.0, 8762.0, 8780.0, 8778.0, 8761.0, 8766.0, 8778.0, 8762.0, 8764.0, 8774.0, 8762.0, 8766.0, 8772.0, 8763.0, 8764.0, 8744.0, 8761.0, 8764.0, 8758.0, 8762.0, 8762.0, 8762.0, 8768.0, 8794.0, 8766.0, 8782.0, 8766.0, 8783.0, 8782.0, 8767.0, 8787.0, 8800.0, 8783.0, 8787.0, 8786.0, 8786.0, 8787.0, 8803.0, 8783.0, 8772.0, 8788.0, 8795.0, 8767.0, 8783.0, 8808.0, 8765.0, 8781.0, 8777.0, 8765.0, 8766.0, 8757.0, 8766.0, 8780.0, 8790.0, 8785.0, 8785.0, 8782.0, 8787.0, 8798.0, 8780.0, 8785.0, 8791.0, 8766.0, 8786.0, 8797.0, 8769.0, 8786.0, 8792.0, 8780.0, 8769.0, 8777.0, 8779.0, 8764.0, 8775.0, 8762.0, 8778.0, 8761.0, 8766.0, 8779.0, 8779.0, 8768.0, 8791.0, 8761.0, 8766.0, 8790.0, 8776.0, 8782.0, 8790.0, 8777.0, 8780.0, 8774.0, 8760.0, 8777.0, 8756.0, 8744.0, 8761.0, 8756.0, 8747.0, 8761.0, 8773.0, 8778.0, 8777.0, 8775.0, 8778.0, 8775.0, 8780.0, 8780.0, 8760.0, 8764.0, 8779.0, 8781.0, 8771.0, 8795.0, 8783.0, 8786.0, 8777.0, 8769.0, 8789.0, 8768.0, 8769.0, 8780.0, 8773.0, 8784.0, 8780.0, 8767.0, 8785.0, 8789.0, 8801.0, 8778.0, 8784.0, 8778.0, 8768.0, 8768.0, 8793.0, 8765.0, 8786.0, 8778.0, 8765.0, 8769.0, 8761.0, 8763.0, 8767.0, 8747.0, 8766.0, 8777.0, 8761.0, 8770.0, 8780.0, 8767.0, 8769.0, 8775.0, 8763.0, 8763.0, 8758.0, 8763.0, 8762.0, 8766.0, 8767.0, 8778.0, 8762.0, 8752.0, 8778.0, 8766.0, 8783.0, 8774.0, 8765.0, 8786.0, 8764.0, 8764.0, 8777.0, 8743.0, 8761.0, 8762.0, 8758.0, 8762.0, 8772.0, 8760.0, 8762.0, 8772.0, 8762.0, 8761.0, 8764.0, 8766.0, 8766.0, 8747.0, 8767.0, 8768.0, 8765.0, 8766.0, 8780.0, 8765.0, 8770.0, 8781.0, 8769.0, 8771.0, 8793.0, 8765.0, 8797.0, 8794.0, 8806.0, 8787.0, 8773.0, 8784.0, 8775.0, 8770.0, 8783.0, 8765.0, 8765.0, 8774.0, 8764.0, 8766.0, 8777.0, 8762.0, 8781.0, 8754.0, 8772.0, 8786.0, 8783.0, 8792.0, 8801.0, 8794.0, 8794.0, 8775.0, 8775.0, 8806.0, 8771.0, 8788.0, 8800.0, 8774.0, 8791.0, 8797.0, 8769.0, 8789.0, 8798.0, 8768.0, 8784.0, 8766.0, 8768.0, 8782.0, 8750.0, 8768.0, 8778.0, 8753.0, 8768.0, 8778.0, 8765.0, 8773.0, 8794.0, 8772.0, 8785.0, 8767.0, 8782.0, 8785.0, 8781.0, 8784.0, 8795.0, 8783.0, 8787.0, 8798.0, 8771.0, 8772.0, 8755.0, 8758.0, 8786.0, 8767.0, 8781.0, 8786.0, 8766.0, 8771.0, 8782.0, 8765.0, 8784.0, 8782.0, 8768.0, 8773.0, 8782.0, 8756.0, 8773.0, 8795.0, 8772.0, 8790.0, 8771.0, 8775.0, 8787.0, 8783.0, 8786.0, 8787.0, 8768.0, 8771.0, 8781.0, 8771.0, 8787.0, 8798.0, 8773.0, 8785.0, 8788.0, 8792.0, 8801.0, 8759.0, 8791.0, 8801.0, 8772.0, 8775.0, 8798.0, 8770.0, 8774.0, 8796.0, 8768.0, 8771.0, 8753.0, 8785.0, 8785.0, 8765.0, 8771.0, 8786.0, 8769.0, 8772.0, 8796.0, 8769.0, 8785.0, 8781.0, 8766.0, 8768.0, 8761.0, 8764.0, 8765.0, 8762.0, 8751.0, 8777.0, 8764.0, 8764.0, 8776.0, 8761.0, 8766.0, 8779.0, 8766.0, 8768.0, 8775.0, 8766.0, 8784.0, 8748.0, 8753.0, 8765.0, 8766.0, 8770.0, 8783.0, 8768.0, 8769.0, 8780.0, 8767.0, 8769.0, 8750.0, 8769.0, 8786.0, 8753.0, 8773.0, 8773.0, 8786.0, 8777.0, 8803.0, 8783.0, 8775.0, 8802.0, 8771.0, 8774.0, 8800.0, 8782.0, 8771.0, 8801.0, 8766.0, 8769.0, 8779.0, 8751.0, 8767.0, 8780.0, 8767.0, 8766.0, 8758.0, 8789.0, 8783.0, 8768.0, 8771.0, 8786.0, 8766.0, 8771.0, 8780.0, 8752.0, 8767.0, 8792.0, 8812.0, 8801.0, 8771.0, 8784.0, 8751.0, 8752.0, 8781.0, 8749.0, 8748.0, 8772.0, 8791.0, 8812.0, 8768.0, 8783.0, 8793.0, 8766.0, 8769.0, 8764.0, 8753.0, 8783.0, 8776.0, 8785.0, 8769.0, 8785.0, 8786.0, 8782.0, 8789.0, 8787.0, 8772.0, 8774.0, 8802.0, 8794.0, 8805.0, 8787.0, 8789.0, 8799.0, 8773.0, 8788.0, 8797.0, 8769.0, 8782.0, 8764.0, 8781.0, 8781.0, 8770.0, 8759.0, 8796.0, 8765.0, 8771.0, 8778.0, 8767.0, 8768.0, 8755.0, 8772.0, 8781.0, 8768.0, 8775.0, 8769.0, 8775.0, 8787.0, 8767.0, 8786.0, 8803.0, 8768.0, 8774.0, 8795.0, 8785.0, 8787.0, 8781.0, 8771.0, 8784.0, 8774.0, 8789.0, 8798.0, 8787.0, 8791.0, 8800.0, 8774.0, 8771.0, 8770.0, 8770.0, 8801.0, 8769.0, 8774.0, 8798.0, 8773.0, 8790.0, 8814.0, 8772.0, 8787.0, 8767.0, 8772.0, 8788.0, 8770.0, 8769.0, 8786.0, 8755.0, 8771.0, 8777.0, 8753.0, 8784.0, 8796.0, 8754.0, 8773.0, 8780.0, 8769.0, 8787.0, 8798.0, 8770.0, 8787.0, 8753.0, 8770.0, 8785.0, 8767.0, 8771.0, 8788.0, 8769.0, 8770.0, 8783.0, 8769.0, 8786.0, 8793.0, 8767.0, 8770.0, 8765.0, 8755.0, 8783.0, 8751.0, 8766.0, 8785.0, 8765.0, 8769.0, 8794.0, 8765.0, 8783.0, 8798.0, 8785.0, 8773.0, 8781.0, 8767.0, 8762.0, 8794.0, 8826.0, 8786.0, 8789.0, 8799.0, 8754.0, 8771.0, 8795.0, 8767.0, 8768.0, 8778.0, 8767.0, 8770.0, 8796.0, 8769.0, 8786.0, 8768.0, 8771.0, 8784.0, 8772.0, 8787.0, 8800.0, 8774.0, 8777.0, 8773.0, 8790.0, 8806.0, 8786.0, 8778.0, 8803.0, 8773.0, 8775.0, 8800.0, 8776.0, 8793.0, 8817.0, 8776.0, 8790.0, 8772.0, 8773.0, 8800.0, 8788.0, 8776.0, 8818.0, 8786.0, 8775.0, 8799.0, 8773.0, 8788.0, 8795.0, 8755.0, 8777.0, 8785.0, 8746.0, 8792.0, 8786.0, 8762.0, 8794.0, 8774.0, 8778.0, 8792.0, 8786.0, 8796.0, 8812.0, 8782.0, 8797.0, 8803.0, 8778.0, 8783.0, 8821.0, 8778.0, 8781.0, 8804.0, 8764.0, 8781.0, 8803.0, 8760.0, 8778.0, 8770.0, 8761.0, 8790.0, 8769.0, 8772.0, 8787.0, 8772.0, 8774.0, 8794.0, 8785.0, 8777.0, 8800.0, 8772.0, 8791.0, 8766.0, 8760.0, 8775.0, 8772.0, 8747.0, 8783.0, 8815.0, 8822.0, 8777.0, 8779.0, 8763.0, 8779.0, 8796.0, 8787.0, 8764.0, 8792.0, 8776.0, 8781.0, 8805.0, 8789.0, 8775.0, 8802.0, 8775.0, 8792.0, 8777.0, 8776.0, 8790.0, 8775.0, 8782.0, 8806.0, 8795.0, 8797.0, 8792.0, 8780.0, 8789.0, 8772.0, 8782.0, 8806.0, 8792.0, 8794.0, 8799.0, 8759.0, 8789.0, 8773.0, 8778.0, 8775.0, 8777.0, 8794.0, 8787.0, 8794.0, 8790.0, 8796.0, 8798.0, 8805.0, 8778.0, 8809.0, 8819.0, 8789.0, 8791.0, 8786.0, 8798.0, 8809.0, 8792.0, 8784.0, 8776.0, 8796.0, 8820.0, 8775.0, 8791.0, 8798.0, 8772.0, 8790.0, 8804.0, 8804.0, 8790.0, 8779.0, 8769.0, 8771.0, 8767.0, 8767.0, 8782.0, 8768.0, 8757.0, 8783.0, 8774.0, 8820.0, 8808.0, 8820.0, 8767.0, 8785.0, 8766.0, 8786.0, 8776.0, 8766.0, 8767.0, 8783.0, 8765.0, 8767.0, 8767.0, 8784.0, 8787.0, 8760.0, 8765.0, 8769.0, 8751.0, 8768.0, 8766.0, 8762.0, 8770.0, 8780.0, 8779.0, 8769.0, 8769.0, 8772.0, 8783.0, 8769.0, 8775.0, 8788.0, 8792.0, 8795.0, 8790.0, 8776.0, 8791.0, 8785.0, 8791.0, 8789.0, 8791.0, 8793.0, 8783.0, 8769.0, 8790.0, 8766.0, 8768.0, 8780.0, 8762.0, 8768.0, 8781.0, 8766.0, 8783.0, 8766.0, 8767.0, 8768.0, 8755.0, 8761.0, 8766.0, 8762.0, 8766.0, 8763.0, 8762.0, 8765.0, 8766.0, 8769.0, 8782.0, 8741.0, 8763.0, 8769.0, 8749.0, 8766.0, 8776.0, 8747.0, 8766.0, 8778.0, 8764.0, 8765.0, 8761.0, 8760.0, 8765.0, 8773.0, 8762.0, 8767.0, 8762.0, 8737.0, 8786.0, 8786.0, 8797.0, 8765.0, 8765.0, 8760.0, 8766.0, 8765.0, 8774.0, 8763.0, 8767.0, 8761.0, 8761.0, 8763.0, 8758.0, 8763.0, 8766.0, 8763.0, 8766.0, 8769.0, 8748.0, 8766.0, 8770.0, 8776.0, 8766.0, 8767.0, 8763.0, 8768.0, 8764.0, 8764.0, 8768.0, 8766.0, 8766.0, 8770.0, 8779.0, 8767.0, 8770.0, 8781.0, 8766.0, 8771.0, 8765.0, 8776.0, 8783.0, 8800.0, 8774.0, 8769.0, 8770.0, 8787.0, 8783.0, 8781.0, 8785.0, 8765.0, 8781.0, 8768.0, 8774.0, 8765.0, 8766.0, 8762.0, 8766.0, 8765.0, 8761.0, 8769.0, 8783.0, 8780.0, 8783.0, 8765.0, 8764.0, 8771.0, 8784.0, 8795.0, 8793.0, 8753.0, 8762.0, 8731.0, 8784.0, 8811.0, 8798.0, 8769.0, 8768.0, 8800.0, 8782.0, 8791.0, 8781.0, 8779.0, 8770.0, 8779.0, 8764.0, 8767.0, 8775.0, 8762.0, 8760.0, 8728.0, 8747.0, 8761.0, 8743.0, 8762.0, 8759.0, 8744.0, 8761.0, 8769.0, 8757.0, 8759.0, 8755.0, 8740.0, 8745.0, 8722.0, 8739.0, 8741.0, 8736.0, 8743.0, 8744.0, 8740.0, 8741.0, 8758.0, 8739.0, 8746.0, 8745.0, 8740.0, 8760.0, 8758.0, 8742.0, 8761.0, 8759.0, 8757.0, 8763.0, 8758.0, 8759.0, 8764.0, 8774.0, 8762.0, 8763.0, 8763.0, 8768.0, 8768.0, 8766.0, 8769.0, 8778.0, 8765.0, 8763.0, 8762.0, 8752.0, 8768.0, 8761.0, 8753.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.0019544666666666665</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022088176166666664</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.42306506471226</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2023289519683067</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0264356264053387</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4691</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5359.4282</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07747606451208244</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4935935324544043</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.426074305794245</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.724550571405289</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3301557201636784</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00437396</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015174495056271553</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021970806643366814</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1200</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.5803929148809703</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>35.85</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5467</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.9232</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305365.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>854.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.0098</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7126</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.8192</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3115.5071</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3359.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71179.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>814.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4144.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.1586</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.88132821302861</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> |