=== 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-0051 --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-0051",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
145 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
145 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-0051_ses-04_task-fractional_acq-mb8_run-02_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-0051_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0051_suffix-bold_task-fractional" 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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0051_suffix-bold_task-fractional" 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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0051_suffix-bold_task-fractional" 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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0051_suffix-bold_task-fractional" 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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0051_suffix-bold_task-fractional" 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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0051_suffix-bold_task-fractional" 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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0051_suffix-bold_task-fractional" 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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-02_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-0051/ses-04/func/sub-0051_ses-04_task-fractional_acq-mb8_run-02_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>e3d67e0d198e72ded2483adb2eb9d51f</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>14:27:52.320000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993868, 0.0952599, -0.0561443, -0.0796156, 0.968852, 0.234492]</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-02_task-fractional_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.101236</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-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4109, -7783, -7275, 604, -79, -84, -21, 123]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.595</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4caefd6d-01f2-460d-8d50-b954a219b950||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6664748191833496, -0.21360273659229279, -0.20717976987361908, 127.92860412597656], [-0.2555753290653229, 2.5993597507476807, 0.6171783208847046, -90.31717681884766], [-0.15063102543354034, -0.6291261315345764, 2.6203372478485107, -30.43635368347168], [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, 1322]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['142752.320000', '142752.780000', '142753.240000', '142753.700000', '142754.160000', '142754.620000', '142755.080000', '142755.540000', '142756.000000', '142756.460000', '142756.920000', '142757.380000', '142757.840000', '142758.300000', '142758.760000', '142759.220000', '142759.680000', '142800.140000', '142800.600000', '142801.060000', '142801.520000', '142801.980000', '142802.440000', '142802.900000', '142803.360000', '142803.820000', '142804.280000', '142804.740000', '142805.200000', '142805.660000', '142806.120000', '142806.580000', '142807.040000', '142807.500000', '142807.960000', '142808.420000', '142808.880000', '142809.340000', '142809.800000', '142810.260000', '142810.720000', '142811.180000', '142811.640000', '142812.100000', '142812.560000', '142813.020000', '142813.480000', '142813.940000', '142814.400000', '142814.860000', '142815.320000', '142815.780000', '142816.240000', '142816.700000', '142817.160000', '142817.620000', '142818.080000', '142818.540000', '142819.000000', '142819.460000', '142819.920000', '142820.380000', '142820.840000', '142821.300000', '142821.760000', '142822.220000', '142822.680000', '142823.140000', '142823.600000', '142824.060000', '142824.520000', '142824.980000', '142825.440000', '142825.900000', '142826.360000', '142826.820000', '142827.280000', '142827.740000', '142828.200000', '142828.660000', '142829.120000', '142829.580000', '142830.040000', '142830.500000', '142830.960000', '142831.420000', '142831.880000', '142832.340000', '142832.800000', '142833.260000', '142833.720000', '142834.180000', '142834.640000', '142835.100000', '142835.560000', '142836.020000', '142836.480000', '142836.940000', '142837.400000', '142837.860000', '142838.320000', '142838.780000', '142839.240000', '142839.700000', '142840.160000', '142840.620000', '142841.080000', '142841.540000', '142842.000000', '142842.460000', '142842.920000', '142843.380000', '142843.840000', '142844.300000', '142844.760000', '142845.220000', '142845.680000', '142846.140000', '142846.600000', '142847.060000', '142847.520000', '142847.980000', '142848.440000', '142848.900000', '142849.360000', '142849.820000', '142850.280000', '142850.740000', '142851.200000', '142851.660000', '142852.120000', '142852.580000', '142853.040000', '142853.500000', '142853.960000', '142854.420000', '142854.880000', '142855.340000', '142855.800000', '142856.260000', '142856.720000', '142857.180000', '142857.640000', '142858.100000', '142858.560000', '142859.020000', '142859.480000', '142859.940000', '142900.400000', '142900.860000', '142901.320000', '142901.780000', '142902.240000', '142902.700000', '142903.160000', '142903.620000', '142904.080000', '142904.540000', '142905.000000', '142905.460000', '142905.920000', '142906.380000', '142906.840000', '142907.300000', '142907.760000', '142908.220000', '142908.680000', '142909.140000', '142909.600000', '142910.060000', '142910.520000', '142910.980000', '142911.440000', '142911.900000', '142912.360000', '142912.820000', '142913.280000', '142913.740000', '142914.200000', '142914.660000', '142915.120000', '142915.580000', '142916.040000', '142916.500000', '142916.960000', '142917.420000', '142917.880000', '142918.340000', '142918.800000', '142919.260000', '142919.720000', '142920.180000', '142920.640000', '142921.100000', '142921.560000', '142922.020000', '142922.480000', '142922.940000', '142923.400000', '142923.860000', '142924.320000', '142924.780000', '142925.240000', '142925.700000', '142926.160000', '142926.620000', '142927.080000', '142927.540000', '142928.000000', '142928.460000', '142928.920000', '142929.380000', '142929.840000', '142930.300000', '142930.760000', '142931.220000', '142931.680000', '142932.140000', '142932.600000', '142933.060000', '142933.520000', '142933.980000', '142934.440000', '142934.900000', '142935.360000', '142935.820000', '142936.280000', '142936.740000', '142937.200000', '142937.660000', '142938.120000', '142938.580000', '142939.040000', '142939.500000', '142939.960000', '142940.420000', '142940.880000', '142941.340000', '142941.800000', '142942.260000', '142942.720000', '142943.180000', '142943.640000', '142944.100000', '142944.560000', '142945.020000', '142945.480000', '142945.940000', '142946.400000', '142946.860000', '142947.320000', '142947.780000', '142948.240000', '142948.700000', '142949.160000', '142949.620000', '142950.080000', '142950.540000', '142951.000000', '142951.460000', '142951.920000', '142952.380000', '142952.840000', '142953.300000', '142953.760000', '142954.220000', '142954.680000', '142955.140000', '142955.600000', '142956.060000', '142956.520000', '142956.980000', '142957.440000', '142957.900000', '142958.360000', '142958.820000', '142959.280000', '142959.740000', '143000.200000', '143000.660000', '143001.120000', '143001.580000', '143002.040000', '143002.500000', '143002.960000', '143003.420000', '143003.880000', '143004.340000', '143004.800000', '143005.260000', '143005.720000', '143006.180000', '143006.640000', '143007.100000', '143007.560000', '143008.020000', '143008.480000', '143008.940000', '143009.400000', '143009.860000', '143010.320000', '143010.780000', '143011.240000', '143011.700000', '143012.160000', '143012.620000', '143013.080000', '143013.540000', '143014.000000', '143014.460000', '143014.920000', '143015.380000', '143015.840000', '143016.300000', '143016.760000', '143017.220000', '143017.680000', '143018.140000', '143018.600000', '143019.060000', '143019.520000', '143019.980000', '143020.440000', '143020.900000', '143021.360000', '143021.820000', '143022.280000', '143022.740000', '143023.200000', '143023.660000', '143024.120000', '143024.580000', '143025.040000', '143025.500000', '143025.960000', '143026.420000', '143026.880000', '143027.340000', '143027.800000', '143028.260000', '143028.720000', '143029.180000', '143029.640000', '143030.100000', '143030.560000', '143031.020000', '143031.480000', '143031.940000', '143032.400000', '143032.860000', '143033.320000', '143033.780000', '143034.240000', '143034.700000', '143035.160000', '143035.620000', '143036.080000', '143036.540000', '143037.000000', '143037.460000', '143037.920000', '143038.380000', '143038.840000', '143039.300000', '143039.760000', '143040.220000', '143040.680000', '143041.140000', '143041.600000', '143042.060000', '143042.520000', '143042.980000', '143043.440000', '143043.900000', '143044.360000', '143044.820000', '143045.280000', '143045.740000', '143046.200000', '143046.660000', '143047.120000', '143047.580000', '143048.040000', '143048.500000', '143048.960000', '143049.420000', '143049.880000', '143050.340000', '143050.800000', '143051.260000', '143051.720000', '143052.180000', '143052.640000', '143053.100000', '143053.560000', '143054.020000', '143054.480000', '143054.940000', '143055.400000', '143055.860000', '143056.320000', '143056.780000', '143057.240000', '143057.700000', '143058.160000', '143058.620000', '143059.080000', '143059.540000', '143100.000000', '143100.460000', '143100.920000', '143101.380000', '143101.840000', '143102.300000', '143102.760000', '143103.220000', '143103.680000', '143104.140000', '143104.600000', '143105.060000', '143105.520000', '143105.980000', '143106.440000', '143106.900000', '143107.360000', '143107.820000', '143108.280000', '143108.740000', '143109.200000', '143109.660000', '143110.120000', '143110.580000', '143111.040000', '143111.500000', '143111.960000', '143112.420000', '143112.880000', '143113.340000', '143113.800000', '143114.260000', '143114.720000', '143115.180000', '143115.640000', '143116.100000', '143116.560000', '143117.020000', '143117.480000', '143117.940000', '143118.400000', '143118.860000', '143119.320000', '143119.780000', '143120.240000', '143120.700000', '143121.160000', '143121.620000', '143122.080000', '143122.540000', '143123.000000', '143123.460000', '143123.920000', '143124.380000', '143124.840000', '143125.300000', '143125.760000', '143126.220000', '143126.680000', '143127.140000', '143127.600000', '143128.060000', '143128.520000', '143128.980000', '143129.440000', '143129.900000', '143130.360000', '143130.820000', '143131.280000', '143131.740000', '143132.200000', '143132.660000', '143133.120000', '143133.580000', '143134.040000', '143134.500000', '143134.960000', '143135.420000', '143135.880000', '143136.340000', '143136.800000', '143137.260000', '143137.720000', '143138.180000', '143138.640000', '143139.100000', '143139.560000', '143140.020000', '143140.480000', '143140.940000', '143141.400000', '143141.860000', '143142.320000', '143142.780000', '143143.240000', '143143.700000', '143144.160000', '143144.620000', '143145.080000', '143145.540000', '143146.000000', '143146.460000', '143146.920000', '143147.380000', '143147.840000', '143148.300000', '143148.760000', '143149.220000', '143149.680000', '143150.140000', '143150.600000', '143151.060000', '143151.520000', '143151.980000', '143152.440000', '143152.900000', '143153.360000', '143153.820000', '143154.280000', '143154.740000', '143155.200000', '143155.660000', '143156.120000', '143156.580000', '143157.040000', '143157.500000', '143157.960000', '143158.420000', '143158.880000', '143159.340000', '143159.800000', '143200.260000', '143200.720000', '143201.180000', '143201.640000', '143202.100000', '143202.560000', '143203.020000', '143203.480000', '143203.940000', '143204.400000', '143204.860000', '143205.320000', '143205.780000', '143206.240000', '143206.700000', '143207.160000', '143207.620000', '143208.080000', '143208.540000', '143209.000000', '143209.460000', '143209.920000', '143210.380000', '143210.840000', '143211.300000', '143211.760000', '143212.220000', '143212.680000', '143213.140000', '143213.600000', '143214.060000', '143214.520000', '143214.980000', '143215.440000', '143215.900000', '143216.360000', '143216.820000', '143217.280000', '143217.740000', '143218.200000', '143218.660000', '143219.120000', '143219.580000', '143220.040000', '143220.500000', '143220.960000', '143221.420000', '143221.880000', '143222.340000', '143222.800000', '143223.260000', '143223.720000', '143224.180000', '143224.640000', '143225.100000', '143225.560000', '143226.020000', '143226.480000', '143226.940000', '143227.400000', '143227.860000', '143228.320000', '143228.780000', '143229.240000', '143229.700000', '143230.160000', '143230.620000', '143231.080000', '143231.540000', '143232.000000', '143232.460000', '143232.920000', '143233.380000', '143233.840000', '143234.300000', '143234.760000', '143235.220000', '143235.680000', '143236.140000', '143236.600000', '143237.060000', '143237.520000', '143237.980000', '143238.440000', '143238.900000', '143239.360000', '143239.820000', '143240.280000', '143240.740000', '143241.200000', '143241.660000', '143242.120000', '143242.580000', '143243.040000', '143243.500000', '143243.960000', '143244.420000', '143244.880000', '143245.340000', '143245.800000', '143246.260000', '143246.720000', '143247.180000', '143247.640000', '143248.100000', '143248.560000', '143249.020000', '143249.480000', '143249.940000', '143250.400000', '143250.860000', '143251.320000', '143251.780000', '143252.240000', '143252.700000', '143253.160000', '143253.620000', '143254.080000', '143254.540000', '143255.000000', '143255.460000', '143255.920000', '143256.380000', '143256.840000', '143257.300000', '143257.760000', '143258.220000', '143258.680000', '143259.140000', '143259.600000', '143300.060000', '143300.520000', '143300.980000', '143301.440000', '143301.900000', '143302.360000', '143302.820000', '143303.280000', '143303.740000', '143304.200000', '143304.660000', '143305.120000', '143305.580000', '143306.040000', '143306.500000', '143306.960000', '143307.420000', '143307.880000', '143308.340000', '143308.800000', '143309.260000', '143309.720000', '143310.180000', '143310.640000', '143311.100000', '143311.560000', '143312.020000', '143312.480000', '143312.940000', '143313.400000', '143313.860000', '143314.320000', '143314.780000', '143315.240000', '143315.700000', '143316.160000', '143316.620000', '143317.080000', '143317.540000', '143318.000000', '143318.460000', '143318.920000', '143319.380000', '143319.840000', '143320.300000', '143320.760000', '143321.220000', '143321.680000', '143322.140000', '143322.600000', '143323.060000', '143323.520000', '143323.980000', '143324.440000', '143324.900000', '143325.360000', '143325.820000', '143326.280000', '143326.740000', '143327.200000', '143327.660000', '143328.120000', '143328.580000', '143329.040000', '143329.500000', '143329.960000', '143330.420000', '143330.880000', '143331.340000', '143331.800000', '143332.260000', '143332.720000', '143333.180000', '143333.640000', '143334.100000', '143334.560000', '143335.020000', '143335.480000', '143335.940000', '143336.400000', '143336.860000', '143337.320000', '143337.780000', '143338.240000', '143338.700000', '143339.160000', '143339.620000', '143340.080000', '143340.540000', '143341.000000', '143341.460000', '143341.920000', '143342.380000', '143342.840000', '143343.300000', '143343.760000', '143344.220000', '143344.680000', '143345.140000', '143345.600000', '143346.060000', '143346.520000', '143346.980000', '143347.440000', '143347.900000', '143348.360000', '143348.820000', '143349.280000', '143349.740000', '143350.200000', '143350.660000', '143351.120000', '143351.580000', '143352.040000', '143352.500000', '143352.960000', '143353.420000', '143353.880000', '143354.340000', '143354.800000', '143355.260000', '143355.720000', '143356.180000', '143356.640000', '143357.100000', '143357.560000', '143358.020000', '143358.480000', '143358.940000', '143359.400000', '143359.860000', '143400.320000', '143400.780000', '143401.240000', '143401.700000', '143402.160000', '143402.620000', '143403.080000', '143403.540000', '143404.000000', '143404.460000', '143404.920000', '143405.380000', '143405.840000', '143406.300000', '143406.760000', '143407.220000', '143407.680000', '143408.140000', '143408.600000', '143409.060000', '143409.520000', '143409.980000', '143410.440000', '143410.900000', '143411.360000', '143411.820000', '143412.280000', '143412.740000', '143413.200000', '143413.660000', '143414.120000', '143414.580000', '143415.040000', '143415.500000', '143415.960000', '143416.420000', '143416.880000', '143417.340000', '143417.800000', '143418.260000', '143418.720000', '143419.180000', '143419.640000', '143420.100000', '143420.560000', '143421.020000', '143421.480000', '143421.940000', '143422.400000', '143422.860000', '143423.320000', '143423.780000', '143424.240000', '143424.700000', '143425.160000', '143425.620000', '143426.080000', '143426.540000', '143427.000000', '143427.460000', '143427.920000', '143428.380000', '143428.840000', '143429.300000', '143429.760000', '143430.220000', '143430.680000', '143431.140000', '143431.600000', '143432.060000', '143432.520000', '143432.980000', '143433.440000', '143433.900000', '143434.360000', '143434.820000', '143435.280000', '143435.740000', '143436.200000', '143436.660000', '143437.120000', '143437.580000', '143438.040000', '143438.500000', '143438.960000', '143439.420000', '143439.880000', '143440.340000', '143440.800000', '143441.260000', '143441.720000', '143442.180000', '143442.640000', '143443.100000', '143443.560000', '143444.020000', '143444.480000', '143444.940000', '143445.400000', '143445.860000', '143446.320000', '143446.780000', '143447.240000', '143447.700000', '143448.160000', '143448.620000', '143449.080000', '143449.540000', '143450.000000', '143450.460000', '143450.920000', '143451.380000', '143451.840000', '143452.300000', '143452.760000', '143453.220000', '143453.680000', '143454.140000', '143454.600000', '143455.060000', '143455.520000', '143455.980000', '143456.440000', '143456.900000', '143457.360000', '143457.820000', '143458.280000', '143458.740000', '143459.200000', '143459.660000', '143500.120000', '143500.580000', '143501.040000', '143501.500000', '143501.960000', '143502.420000', '143502.880000', '143503.340000', '143503.800000', '143504.260000', '143504.720000', '143505.180000', '143505.640000', '143506.100000', '143506.560000', '143507.020000', '143507.480000', '143507.940000', '143508.400000', '143508.860000', '143509.320000', '143509.780000', '143510.240000', '143510.700000', '143511.160000', '143511.620000', '143512.080000', '143512.540000', '143513.000000', '143513.460000', '143513.920000', '143514.380000', '143514.840000', '143515.300000', '143515.760000', '143516.220000', '143516.680000', '143517.140000', '143517.600000', '143518.060000', '143518.520000', '143518.980000', '143519.440000', '143519.900000', '143520.360000', '143520.820000', '143521.280000', '143521.740000', '143522.200000', '143522.660000', '143523.120000', '143523.580000', '143524.040000', '143524.500000', '143524.960000', '143525.420000', '143525.880000', '143526.340000', '143526.800000', '143527.260000', '143527.720000', '143528.180000', '143528.640000', '143529.100000', '143529.560000', '143530.020000', '143530.480000', '143530.940000', '143531.400000', '143531.860000', '143532.320000', '143532.780000', '143533.240000', '143533.700000', '143534.160000', '143534.620000', '143535.080000', '143535.540000', '143536.000000', '143536.460000', '143536.920000', '143537.380000', '143537.840000', '143538.300000', '143538.760000', '143539.220000', '143539.680000', '143540.140000', '143540.600000', '143541.060000', '143541.520000', '143541.980000', '143542.440000', '143542.900000', '143543.360000', '143543.820000', '143544.280000', '143544.740000', '143545.200000', '143545.660000', '143546.120000', '143546.580000', '143547.040000', '143547.500000', '143547.960000', '143548.420000', '143548.880000', '143549.340000', '143549.800000', '143550.260000', '143550.720000', '143551.180000', '143551.640000', '143552.100000', '143552.560000', '143553.020000', '143553.480000', '143553.940000', '143554.400000', '143554.860000', '143555.320000', '143555.780000', '143556.240000', '143556.700000', '143557.160000', '143557.620000', '143558.080000', '143558.540000', '143559.000000', '143559.460000', '143559.920000', '143600.380000', '143600.840000', '143601.300000', '143601.760000', '143602.220000', '143602.680000', '143603.140000', '143603.600000', '143604.060000', '143604.520000', '143604.980000', '143605.440000', '143605.900000', '143606.360000', '143606.820000', '143607.280000', '143607.740000', '143608.200000', '143608.660000', '143609.120000', '143609.580000', '143610.040000', '143610.500000', '143610.960000', '143611.420000', '143611.880000', '143612.340000', '143612.800000', '143613.260000', '143613.720000', '143614.180000', '143614.640000', '143615.100000', '143615.560000', '143616.020000', '143616.480000', '143616.940000', '143617.400000', '143617.860000', '143618.320000', '143618.780000', '143619.240000', '143619.700000', '143620.160000', '143620.620000', '143621.080000', '143621.540000', '143622.000000', '143622.460000', '143622.920000', '143623.380000', '143623.840000', '143624.300000', '143624.760000', '143625.220000', '143625.680000', '143626.140000', '143626.600000', '143627.060000', '143627.520000', '143627.980000', '143628.440000', '143628.900000', '143629.360000', '143629.820000', '143630.280000', '143630.740000', '143631.200000', '143631.660000', '143632.120000', '143632.580000', '143633.040000', '143633.500000', '143633.960000', '143634.420000', '143634.880000', '143635.340000', '143635.800000', '143636.260000', '143636.720000', '143637.180000', '143637.640000', '143638.100000', '143638.560000', '143639.020000', '143639.480000', '143639.940000', '143640.400000', '143640.860000', '143641.320000', '143641.780000', '143642.240000', '143642.700000', '143643.160000', '143643.620000', '143644.080000', '143644.540000', '143645.000000', '143645.460000', '143645.920000', '143646.380000', '143646.840000', '143647.300000', '143647.760000', '143648.220000', '143648.680000', '143649.140000', '143649.600000', '143650.060000', '143650.520000', '143650.980000', '143651.440000', '143651.900000', '143652.360000', '143652.820000', '143653.280000', '143653.740000', '143654.200000', '143654.660000', '143655.120000', '143655.580000', '143656.040000', '143656.500000', '143656.960000', '143657.420000', '143657.880000', '143658.340000', '143658.800000', '143659.260000', '143659.720000', '143700.180000', '143700.640000', '143701.100000', '143701.560000', '143702.020000', '143702.480000', '143702.940000', '143703.400000', '143703.860000', '143704.320000', '143704.780000', '143705.240000', '143705.700000', '143706.160000', '143706.620000', '143707.080000', '143707.540000', '143708.000000', '143708.460000', '143708.920000', '143709.380000', '143709.840000', '143710.300000', '143710.760000', '143711.220000', '143711.680000', '143712.140000', '143712.600000', '143713.060000', '143713.520000', '143713.980000', '143714.440000', '143714.900000', '143715.360000', '143715.820000', '143716.280000', '143716.740000', '143717.200000', '143717.660000', '143718.120000', '143718.580000', '143719.040000', '143719.500000', '143719.960000', '143720.420000', '143720.880000', '143721.340000', '143721.800000', '143722.260000', '143722.720000', '143723.180000', '143723.640000', '143724.100000', '143724.560000', '143725.020000', '143725.480000', '143725.940000', '143726.400000', '143726.860000', '143727.320000', '143727.780000', '143728.240000', '143728.700000', '143729.160000', '143729.620000', '143730.080000', '143730.540000', '143731.000000', '143731.460000', '143731.920000', '143732.380000', '143732.840000', '143733.300000', '143733.760000', '143734.220000', '143734.680000', '143735.140000', '143735.600000', '143736.060000', '143736.520000', '143736.980000', '143737.440000', '143737.900000', '143738.360000', '143738.820000', '143739.280000', '143739.740000', '143740.200000', '143740.660000', '143741.120000', '143741.580000', '143742.040000', '143742.500000', '143742.960000', '143743.420000', '143743.880000', '143744.340000', '143744.800000', '143745.260000', '143745.720000', '143746.180000', '143746.640000', '143747.100000', '143747.560000', '143748.020000', '143748.480000', '143748.940000', '143749.400000', '143749.860000', '143750.320000', '143750.780000', '143751.240000', '143751.700000', '143752.160000', '143752.620000', '143753.080000', '143753.540000', '143754.000000', '143754.460000', '143754.920000', '143755.380000', '143755.840000', '143756.300000', '143756.760000', '143757.220000', '143757.680000', '143758.140000', '143758.600000', '143759.060000', '143759.520000', '143759.980000'], 'ContentTime': ['142810.813000', '142810.817000', '142810.820000', '142810.822000', '142810.825000', '142810.827000', '142810.830000', '142810.832000', '142810.835000', '142810.837000', '142810.840000', '142810.843000', '142810.845000', '142810.848000', '142810.850000', '142810.853000', '142810.856000', '142810.858000', '142810.862000', '142810.865000', '142810.867000', '142810.870000', '142810.872000', '142810.875000', '142810.878000', '142810.880000', '142810.886000', '142810.888000', '142810.891000', '142810.894000', '142810.896000', '142810.899000', '142810.901000', '142810.904000', '142810.906000', '142810.909000', '142810.912000', '142810.914000', '142830.781000', '142830.784000', '142830.787000', '142830.789000', '142830.792000', '142830.796000', '142830.799000', '142830.802000', '142830.804000', '142830.807000', '142830.809000', '142830.812000', '142830.815000', '142830.817000', '142830.820000', '142830.823000', '142830.825000', '142830.828000', '142830.830000', '142830.833000', '142830.835000', '142830.838000', '142830.840000', '142830.843000', '142830.846000', '142830.848000', '142830.851000', '142830.853000', '142830.856000', '142830.858000', '142830.861000', '142830.864000', '142830.866000', '142830.869000', '142830.871000', '142830.874000', '142830.876000', '142830.879000', '142830.881000', '142830.884000', '142830.886000', '142830.889000', '142830.892000', '142850.782000', '142850.785000', '142850.788000', '142850.790000', '142850.793000', '142850.795000', '142850.798000', '142850.801000', '142850.803000', '142850.806000', '142850.808000', '142850.811000', '142850.813000', '142850.816000', '142850.819000', '142850.821000', '142850.824000', '142850.826000', '142850.829000', '142850.831000', '142850.834000', '142850.837000', '142850.839000', '142850.842000', '142850.844000', '142850.847000', '142850.849000', '142850.852000', '142850.854000', '142850.857000', '142850.860000', '142850.862000', '142850.865000', '142850.867000', '142850.870000', '142850.873000', '142850.875000', '142850.878000', '142850.880000', '142850.883000', '142850.886000', '142850.888000', '142850.891000', '142850.893000', '142910.781000', '142910.784000', '142910.787000', '142910.789000', '142910.792000', '142910.794000', '142910.797000', '142910.800000', '142910.802000', '142910.805000', '142910.807000', '142910.810000', '142910.812000', '142910.815000', '142910.818000', '142910.820000', '142910.823000', '142910.825000', '142910.828000', '142910.831000', '142910.833000', '142910.836000', '142910.838000', '142910.841000', '142910.843000', '142910.846000', '142910.849000', '142910.851000', '142910.854000', '142910.856000', '142910.859000', '142910.861000', '142910.864000', '142910.866000', '142910.869000', '142910.872000', '142910.874000', '142910.877000', '142910.879000', '142910.882000', '142910.885000', '142910.887000', '142910.890000', '142930.782000', '142930.785000', '142930.787000', '142930.790000', '142930.792000', '142930.795000', '142930.797000', '142930.800000', '142930.803000', '142930.805000', '142930.808000', '142930.810000', '142930.813000', '142930.816000', '142930.818000', '142930.821000', '142930.824000', '142930.827000', '142930.829000', '142930.832000', '142930.834000', '142930.837000', '142930.839000', '142930.842000', '142930.845000', '142930.847000', '142930.850000', '142930.852000', '142930.855000', '142930.857000', '142930.860000', '142930.863000', '142930.865000', '142930.868000', '142930.871000', '142930.873000', '142930.876000', '142930.878000', '142930.881000', '142930.883000', '142930.886000', '142930.889000', '142930.891000', '142930.922000', '142950.781000', '142950.784000', '142950.787000', '142950.790000', '142950.792000', '142950.795000', '142950.797000', '142950.800000', '142950.803000', '142950.805000', '142950.808000', '142950.810000', '142950.813000', '142950.816000', '142950.818000', '142950.821000', '142950.823000', '142950.826000', '142950.829000', '142950.831000', '142950.847000', '142950.850000', '142950.852000', '142950.855000', '142950.858000', '142950.860000', '142950.863000', '142950.865000', '142950.868000', '142950.870000', '142950.873000', '142950.876000', '142950.878000', '142950.881000', '142950.883000', '142950.886000', '142950.889000', '142950.891000', '142950.894000', '142950.896000', '142950.899000', '142950.901000', '142950.904000', '143010.781000', '143010.784000', '143010.787000', '143010.789000', '143010.792000', '143010.795000', '143010.797000', '143010.800000', '143010.802000', '143010.805000', '143010.807000', '143010.810000', '143010.813000', '143010.880000', '143010.882000', '143010.885000', '143010.888000', '143010.890000', '143010.893000', '143010.895000', '143010.898000', '143010.900000', '143010.903000', '143010.906000', '143010.908000', '143010.911000', '143010.913000', '143010.916000', '143010.919000', '143010.921000', '143010.924000', '143010.926000', '143010.929000', '143010.931000', '143010.934000', '143010.937000', '143010.939000', '143010.942000', '143010.944000', '143010.947000', '143010.949000', '143010.952000', '143010.955000', '143010.957000', '143030.781000', '143030.784000', '143030.787000', '143030.789000', '143030.792000', '143030.795000', '143030.797000', '143030.800000', '143030.802000', '143030.805000', '143030.808000', '143030.810000', '143030.813000', '143030.815000', '143030.818000', '143030.821000', '143030.823000', '143030.826000', '143030.828000', '143030.831000', '143030.834000', '143030.836000', '143030.839000', '143030.841000', '143030.844000', '143030.846000', '143030.849000', '143030.852000', '143030.854000', '143030.857000', '143030.859000', '143030.862000', '143030.865000', '143030.867000', '143030.870000', '143030.872000', '143030.875000', '143030.878000', '143030.880000', '143030.883000', '143030.886000', '143030.888000', '143030.891000', '143050.782000', '143050.784000', '143050.787000', '143050.790000', '143050.792000', '143050.795000', '143050.797000', '143050.800000', '143050.803000', '143050.806000', '143050.809000', '143050.813000', '143050.882000', '143050.884000', '143050.887000', '143050.890000', '143050.892000', '143050.895000', '143050.897000', '143050.900000', '143050.902000', '143050.905000', '143050.908000', '143050.910000', '143050.913000', '143050.916000', '143050.918000', '143050.921000', '143050.923000', '143050.926000', '143050.929000', '143050.931000', '143050.934000', '143050.936000', '143050.939000', '143050.941000', '143050.944000', '143050.946000', '143050.949000', '143050.952000', '143050.954000', '143050.957000', '143050.959000', '143110.782000', '143110.784000', '143110.787000', '143110.789000', '143110.792000', '143110.795000', '143110.797000', '143110.800000', '143110.802000', '143110.805000', '143110.808000', '143110.810000', '143110.813000', '143110.892000', '143110.895000', '143110.897000', '143110.900000', '143110.903000', '143110.905000', '143110.908000', '143110.910000', '143110.913000', '143110.915000', '143110.918000', '143110.921000', '143110.938000', '143110.941000', '143110.943000', '143110.946000', '143110.949000', '143110.951000', '143110.954000', '143110.956000', '143110.959000', '143110.962000', '143110.964000', '143110.967000', '143110.969000', '143110.972000', '143110.974000', '143110.977000', '143110.980000', '143110.982000', '143110.985000', '143130.781000', '143130.784000', '143130.787000', '143130.790000', '143130.792000', '143130.795000', '143130.798000', '143130.802000', '143130.804000', '143130.807000', '143130.809000', '143130.812000', '143130.815000', '143130.866000', '143130.869000', '143130.871000', '143130.874000', '143130.877000', '143130.879000', '143130.882000', '143130.884000', '143130.887000', '143130.889000', '143130.892000', '143130.895000', '143130.897000', '143130.900000', '143130.902000', '143130.905000', '143130.908000', '143130.910000', '143130.913000', '143130.915000', '143130.918000', '143130.920000', '143130.923000', '143130.926000', '143130.928000', '143130.931000', '143130.933000', '143130.936000', '143130.938000', '143130.941000', '143150.781000', '143150.784000', '143150.787000', '143150.790000', '143150.792000', '143150.795000', '143150.797000', '143150.800000', '143150.802000', '143150.805000', '143150.808000', '143150.810000', '143150.813000', '143150.843000', '143150.846000', '143150.849000', '143150.851000', '143150.854000', '143150.856000', '143150.859000', '143150.861000', '143150.864000', '143150.867000', '143150.869000', '143150.872000', '143150.875000', '143150.877000', '143150.880000', '143150.882000', '143150.885000', '143150.887000', '143150.890000', '143150.893000', '143150.895000', '143150.898000', '143150.900000', '143150.903000', '143150.906000', '143150.908000', '143150.911000', '143150.913000', '143150.916000', '143150.919000', '143150.921000', '143210.781000', '143210.784000', '143210.787000', '143210.789000', '143210.792000', '143210.795000', '143210.797000', '143210.800000', '143210.803000', '143210.805000', '143210.808000', '143210.810000', '143210.813000', '143210.899000', '143210.901000', '143210.904000', '143210.907000', '143210.910000', '143210.912000', '143210.915000', '143210.918000', '143210.920000', '143210.923000', '143210.926000', '143210.928000', '143210.931000', '143210.933000', '143210.936000', '143210.938000', '143210.941000', '143210.944000', '143210.946000', '143210.949000', '143210.951000', '143210.954000', '143210.957000', '143210.959000', '143210.962000', '143210.964000', '143210.967000', '143210.970000', '143210.972000', '143210.975000', '143230.781000', '143230.784000', '143230.787000', '143230.789000', '143230.792000', '143230.795000', '143230.797000', '143230.800000', '143230.802000', '143230.805000', '143230.808000', '143230.810000', '143230.813000', '143230.851000', '143230.854000', '143230.856000', '143230.859000', '143230.861000', '143230.864000', '143230.866000', '143230.869000', '143230.872000', '143230.874000', '143230.877000', '143230.880000', '143230.882000', '143230.885000', '143230.887000', '143230.890000', '143230.893000', '143230.895000', '143230.898000', '143230.901000', '143230.903000', '143230.906000', '143230.909000', '143230.911000', '143230.914000', '143230.917000', '143230.919000', '143230.922000', '143230.924000', '143230.927000', '143230.930000', '143250.781000', '143250.784000', '143250.787000', '143250.789000', '143250.792000', '143250.795000', '143250.809000', '143250.811000', '143250.814000', '143250.837000', '143250.839000', '143250.842000', '143250.844000', '143250.847000', '143250.850000', '143250.852000', '143250.855000', '143250.858000', '143250.861000', '143250.864000', '143250.866000', '143250.869000', '143250.872000', '143250.875000', '143250.877000', '143250.880000', '143250.882000', '143250.885000', '143250.888000', '143250.890000', '143250.893000', '143250.896000', '143250.898000', '143250.901000', '143250.903000', '143250.906000', '143250.909000', '143250.911000', '143250.914000', '143250.916000', '143250.919000', '143250.921000', '143250.924000', '143310.781000', '143310.784000', '143310.787000', '143310.789000', '143310.792000', '143310.795000', '143310.797000', '143310.800000', '143310.803000', '143310.805000', '143310.808000', '143310.810000', '143310.813000', '143310.872000', '143310.875000', '143310.877000', '143310.880000', '143310.882000', '143310.885000', '143310.888000', '143310.890000', '143310.893000', '143310.895000', '143310.898000', '143310.901000', '143310.903000', '143310.906000', '143310.908000', '143310.911000', '143310.914000', '143310.916000', '143310.919000', '143310.921000', '143310.924000', '143310.926000', '143310.929000', '143310.932000', '143310.934000', '143310.937000', '143310.939000', '143310.942000', '143310.945000', '143310.947000', '143310.950000', '143330.782000', '143330.784000', '143330.787000', '143330.790000', '143330.792000', '143330.795000', '143330.798000', '143330.800000', '143330.803000', '143330.805000', '143330.808000', '143330.810000', '143330.813000', '143330.816000', '143330.889000', '143330.892000', '143330.895000', '143330.897000', '143330.900000', '143330.903000', '143330.905000', '143330.908000', '143330.910000', '143330.913000', '143330.916000', '143330.918000', '143330.921000', '143330.923000', '143330.926000', '143330.929000', '143330.931000', '143330.934000', '143330.936000', '143330.939000', '143330.942000', '143330.944000', '143330.947000', '143330.950000', '143330.952000', '143330.955000', '143330.957000', '143330.960000', '143330.963000', '143350.781000', '143350.784000', '143350.787000', '143350.789000', '143350.792000', '143350.795000', '143350.797000', '143350.800000', '143350.803000', '143350.805000', '143350.808000', '143350.811000', '143350.813000', '143350.877000', '143350.879000', '143350.882000', '143350.885000', '143350.887000', '143350.890000', '143350.893000', '143350.895000', '143350.898000', '143350.901000', '143350.903000', '143350.906000', '143350.908000', '143350.911000', '143350.914000', '143350.916000', '143350.919000', '143350.921000', '143350.924000', '143350.927000', '143350.929000', '143350.932000', '143350.934000', '143350.937000', '143350.939000', '143350.942000', '143350.945000', '143350.947000', '143350.950000', '143350.952000', '143350.955000', '143410.781000', '143410.784000', '143410.787000', '143410.789000', '143410.792000', '143410.795000', '143410.797000', '143410.800000', '143410.802000', '143410.805000', '143410.808000', '143410.810000', '143410.813000', '143410.816000', '143410.868000', '143410.871000', '143410.874000', '143410.887000', '143410.890000', '143410.893000', '143410.895000', '143410.898000', '143410.900000', '143410.903000', '143410.906000', '143410.908000', '143410.911000', '143410.913000', '143410.916000', '143410.918000', '143410.921000', '143410.924000', '143410.926000', '143410.929000', '143410.931000', '143410.934000', '143410.937000', '143410.939000', '143410.942000', '143410.944000', '143410.947000', '143410.950000', '143410.952000', '143430.781000', '143430.784000', '143430.787000', '143430.789000', '143430.792000', '143430.794000', '143430.797000', '143430.800000', '143430.802000', '143430.805000', '143430.807000', '143430.810000', '143430.812000', '143430.815000', '143430.882000', '143430.884000', '143430.887000', '143430.889000', '143430.892000', '143430.895000', '143430.897000', '143430.900000', '143430.902000', '143430.905000', '143430.908000', '143430.910000', '143430.913000', '143430.915000', '143430.918000', '143430.921000', '143430.923000', '143430.926000', '143430.928000', '143430.931000', '143430.934000', '143430.936000', '143430.939000', '143430.941000', '143430.944000', '143430.947000', '143430.949000', '143430.952000', '143430.954000', '143430.957000', '143450.781000', '143450.784000', '143450.787000', '143450.790000', '143450.792000', '143450.795000', '143450.797000', '143450.800000', '143450.803000', '143450.805000', '143450.808000', '143450.810000', '143450.813000', '143450.873000', '143450.875000', '143450.878000', '143450.881000', '143450.883000', '143450.886000', '143450.889000', '143450.892000', '143450.895000', '143450.898000', '143450.900000', '143450.903000', '143450.905000', '143450.908000', '143450.911000', '143450.913000', '143450.916000', '143450.918000', '143450.921000', '143450.924000', '143450.926000', '143450.930000', '143450.932000', '143450.935000', '143450.938000', '143450.940000', '143450.943000', '143450.945000', '143450.948000', '143450.951000', '143510.782000', '143510.784000', '143510.787000', '143510.790000', '143510.792000', '143510.795000', '143510.797000', '143510.800000', '143510.803000', '143510.805000', '143510.808000', '143510.810000', '143510.813000', '143510.876000', '143510.879000', '143510.881000', '143510.884000', '143510.887000', '143510.889000', '143510.892000', '143510.894000', '143510.897000', '143510.900000', '143510.902000', '143510.905000', '143510.908000', '143510.910000', '143510.913000', '143510.915000', '143510.918000', '143510.921000', '143510.923000', '143510.926000', '143510.929000', '143510.931000', '143510.934000', '143510.936000', '143510.939000', '143510.942000', '143510.944000', '143510.947000', '143510.949000', '143510.952000', '143510.955000', '143530.781000', '143530.784000', '143530.787000', '143530.790000', '143530.792000', '143530.795000', '143530.798000', '143530.800000', '143530.803000', '143530.805000', '143530.808000', '143530.811000', '143530.813000', '143530.893000', '143530.896000', '143530.898000', '143530.901000', '143530.904000', '143530.906000', '143530.909000', '143530.911000', '143530.914000', '143530.916000', '143530.919000', '143530.922000', '143530.924000', '143530.927000', '143530.930000', '143530.933000', '143530.935000', '143530.938000', '143530.941000', '143530.943000', '143530.946000', '143530.949000', '143530.952000', '143530.954000', '143530.957000', '143530.960000', '143530.963000', '143530.965000', '143530.968000', '143530.971000', '143550.782000', '143550.785000', '143550.787000', '143550.790000', '143550.793000', '143550.795000', '143550.798000', '143550.800000', '143550.803000', '143550.806000', '143550.808000', '143550.811000', '143550.813000', '143550.879000', '143550.882000', '143550.885000', '143550.887000', '143550.890000', '143550.892000', '143550.895000', '143550.897000', '143550.900000', '143550.903000', '143550.905000', '143550.908000', '143550.910000', '143550.913000', '143550.915000', '143550.918000', '143550.921000', '143550.923000', '143550.926000', '143550.929000', '143550.931000', '143550.934000', '143550.936000', '143550.939000', '143550.942000', '143550.944000', '143550.947000', '143550.949000', '143550.952000', '143550.955000', '143550.957000', '143610.782000', '143610.784000', '143610.787000', '143610.790000', '143610.792000', '143610.795000', '143610.798000', '143610.800000', '143610.803000', '143610.806000', '143610.808000', '143610.811000', '143610.813000', '143610.816000', '143610.819000', '143610.822000', '143610.824000', '143610.827000', '143610.829000', '143610.832000', '143610.835000', '143610.837000', '143610.840000', '143610.842000', '143610.845000', '143610.847000', '143610.850000', '143610.853000', '143610.855000', '143610.858000', '143610.861000', '143610.871000', '143610.874000', '143610.877000', '143610.879000', '143610.882000', '143610.884000', '143610.887000', '143610.890000', '143610.892000', '143610.895000', '143610.898000', '143610.900000', '143630.781000', '143630.784000', '143630.787000', '143630.790000', '143630.792000', '143630.795000', '143630.797000', '143630.800000', '143630.803000', '143630.805000', '143630.808000', '143630.811000', '143630.813000', '143630.860000', '143630.862000', '143630.865000', '143630.867000', '143630.870000', '143630.872000', '143630.875000', '143630.878000', '143630.880000', '143630.883000', '143630.885000', '143630.888000', '143630.891000', '143630.893000', '143630.896000', '143630.899000', '143630.901000', '143630.904000', '143630.907000', '143630.909000', '143630.912000', '143630.914000', '143630.917000', '143630.919000', '143630.922000', '143630.925000', '143630.927000', '143630.930000', '143630.933000', '143630.935000', '143630.938000', '143650.781000', '143650.784000', '143650.787000', '143650.790000', '143650.792000', '143650.795000', '143650.797000', '143650.800000', '143650.803000', '143650.805000', '143650.836000', '143650.853000', '143650.855000', '143650.858000', '143650.860000', '143650.863000', '143650.866000', '143650.868000', '143650.871000', '143650.873000', '143650.876000', '143650.879000', '143650.881000', '143650.884000', '143650.886000', '143650.889000', '143650.892000', '143650.894000', '143650.897000', '143650.900000', '143650.902000', '143650.905000', '143650.907000', '143650.910000', '143650.912000', '143650.915000', '143650.918000', '143650.920000', '143650.923000', '143650.925000', '143650.928000', '143650.931000', '143650.933000', '143710.782000', '143710.784000', '143710.787000', '143710.790000', '143710.792000', '143710.795000', '143710.798000', '143710.800000', '143710.803000', '143710.806000', '143710.808000', '143710.811000', '143710.814000', '143710.878000', '143710.881000', '143710.883000', '143710.886000', '143710.889000', '143710.891000', '143710.894000', '143710.897000', '143710.899000', '143710.902000', '143710.904000', '143710.907000', '143710.910000', '143710.912000', '143710.915000', '143710.918000', '143710.920000', '143710.923000', '143710.926000', '143710.928000', '143710.931000', '143710.933000', '143710.936000', '143710.938000', '143710.941000', '143710.944000', '143710.946000', '143710.949000', '143710.952000', '143710.954000', '143730.782000', '143730.785000', '143730.787000', '143730.790000', '143730.792000', '143730.795000', '143730.798000', '143730.800000', '143730.803000', '143730.805000', '143730.808000', '143730.811000', '143730.813000', '143730.877000', '143730.880000', '143730.882000', '143730.885000', '143730.888000', '143730.890000', '143730.893000', '143730.895000', '143730.898000', '143730.901000', '143730.903000', '143730.906000', '143730.908000', '143730.911000', '143730.914000', '143730.916000', '143730.919000', '143730.921000', '143730.924000', '143730.927000', '143730.929000', '143730.932000', '143730.934000', '143730.937000', '143730.939000', '143730.942000', '143730.945000', '143730.947000', '143730.950000', '143730.953000', '143730.955000', '143750.782000', '143750.784000', '143750.787000', '143750.790000', '143750.792000', '143750.795000', '143750.798000', '143750.800000', '143750.803000', '143750.806000', '143750.808000', '143750.811000', '143750.814000', '143750.860000', '143750.862000', '143750.865000', '143750.868000', '143750.870000', '143750.873000', '143750.875000', '143750.878000', '143750.880000', '143750.883000', '143750.886000', '143750.888000', '143750.891000', '143750.893000', '143750.896000', '143750.899000', '143750.901000', '143750.904000', '143750.907000', '143750.909000', '143750.912000', '143750.915000', '143750.917000', '143750.920000', '143750.923000', '143750.925000', '143750.928000', '143750.931000', '143750.934000', '143750.936000', '143750.939000', '143801.296000', '143801.299000', '143801.301000', '143801.304000', '143801.307000', '143801.309000', '143801.312000', '143801.315000', '143801.317000', '143801.320000', '143801.322000', '143801.325000', '143801.328000', '143801.330000', '143801.333000', '143801.336000', '143801.338000', '143801.341000', '143801.344000', '143801.346000', '143801.349000', '143801.374000', '143801.377000'], 'InstanceCreationTime': ['142810.813000', '142810.817000', '142810.820000', '142810.822000', '142810.825000', '142810.827000', '142810.830000', '142810.832000', '142810.835000', '142810.837000', '142810.840000', '142810.843000', '142810.845000', '142810.848000', '142810.850000', '142810.853000', '142810.856000', '142810.858000', '142810.862000', '142810.865000', '142810.867000', '142810.870000', '142810.872000', '142810.875000', '142810.878000', '142810.880000', '142810.886000', '142810.888000', '142810.891000', '142810.894000', '142810.896000', '142810.899000', '142810.901000', '142810.904000', '142810.906000', '142810.909000', '142810.912000', '142810.914000', '142830.781000', '142830.784000', '142830.787000', '142830.789000', '142830.792000', '142830.796000', '142830.799000', '142830.802000', '142830.804000', '142830.807000', '142830.809000', '142830.812000', '142830.815000', '142830.817000', '142830.820000', '142830.823000', '142830.825000', '142830.828000', '142830.830000', '142830.833000', '142830.835000', '142830.838000', '142830.840000', '142830.843000', '142830.846000', '142830.848000', '142830.851000', '142830.853000', '142830.856000', '142830.858000', '142830.861000', '142830.864000', '142830.866000', '142830.869000', '142830.871000', '142830.874000', '142830.876000', '142830.879000', '142830.881000', '142830.884000', '142830.886000', '142830.889000', '142830.892000', '142850.782000', '142850.785000', '142850.788000', '142850.790000', '142850.793000', '142850.795000', '142850.798000', '142850.801000', '142850.803000', '142850.806000', '142850.808000', '142850.811000', '142850.813000', '142850.816000', '142850.819000', '142850.821000', '142850.824000', '142850.826000', '142850.829000', '142850.831000', '142850.834000', '142850.837000', '142850.839000', '142850.842000', '142850.844000', '142850.847000', '142850.849000', '142850.852000', '142850.854000', '142850.857000', '142850.860000', '142850.862000', '142850.865000', '142850.867000', '142850.870000', '142850.873000', '142850.875000', '142850.878000', '142850.880000', '142850.883000', '142850.886000', '142850.888000', '142850.891000', '142850.893000', '142910.781000', '142910.784000', '142910.787000', '142910.789000', '142910.792000', '142910.794000', '142910.797000', '142910.800000', '142910.802000', '142910.805000', '142910.807000', '142910.810000', '142910.812000', '142910.815000', '142910.818000', '142910.820000', '142910.823000', '142910.825000', '142910.828000', '142910.831000', '142910.833000', '142910.836000', '142910.838000', '142910.841000', '142910.843000', '142910.846000', '142910.849000', '142910.851000', '142910.854000', '142910.856000', '142910.859000', '142910.861000', '142910.864000', '142910.866000', '142910.869000', '142910.872000', '142910.874000', '142910.877000', '142910.879000', '142910.882000', '142910.885000', '142910.887000', '142910.890000', '142930.782000', '142930.785000', '142930.787000', '142930.790000', '142930.792000', '142930.795000', '142930.797000', '142930.800000', '142930.803000', '142930.805000', '142930.808000', '142930.810000', '142930.813000', '142930.816000', '142930.818000', '142930.821000', '142930.824000', '142930.827000', '142930.829000', '142930.832000', '142930.834000', '142930.837000', '142930.839000', '142930.842000', '142930.845000', '142930.847000', '142930.850000', '142930.852000', '142930.855000', '142930.857000', '142930.860000', '142930.863000', '142930.865000', '142930.868000', '142930.871000', '142930.873000', '142930.876000', '142930.878000', '142930.881000', '142930.883000', '142930.886000', '142930.889000', '142930.891000', '142930.922000', '142950.781000', '142950.784000', '142950.787000', '142950.790000', '142950.792000', '142950.795000', '142950.797000', '142950.800000', '142950.803000', '142950.805000', '142950.808000', '142950.810000', '142950.813000', '142950.816000', '142950.818000', '142950.821000', '142950.823000', '142950.826000', '142950.829000', '142950.831000', '142950.847000', '142950.850000', '142950.852000', '142950.855000', '142950.858000', '142950.860000', '142950.863000', '142950.865000', '142950.868000', '142950.870000', '142950.873000', '142950.876000', '142950.878000', '142950.881000', '142950.883000', '142950.886000', '142950.889000', '142950.891000', '142950.894000', '142950.896000', '142950.899000', '142950.901000', '142950.904000', '143010.781000', '143010.784000', '143010.787000', '143010.789000', '143010.792000', '143010.795000', '143010.797000', '143010.800000', '143010.802000', '143010.805000', '143010.807000', '143010.810000', '143010.813000', '143010.880000', '143010.882000', '143010.885000', '143010.888000', '143010.890000', '143010.893000', '143010.895000', '143010.898000', '143010.900000', '143010.903000', '143010.906000', '143010.908000', '143010.911000', '143010.913000', '143010.916000', '143010.919000', '143010.921000', '143010.924000', '143010.926000', '143010.929000', '143010.931000', '143010.934000', '143010.937000', '143010.939000', '143010.942000', '143010.944000', '143010.947000', '143010.949000', '143010.952000', '143010.955000', '143010.957000', '143030.781000', '143030.784000', '143030.787000', '143030.789000', '143030.792000', '143030.795000', '143030.797000', '143030.800000', '143030.802000', '143030.805000', '143030.808000', '143030.810000', '143030.813000', '143030.815000', '143030.818000', '143030.821000', '143030.823000', '143030.826000', '143030.828000', '143030.831000', '143030.834000', '143030.836000', '143030.839000', '143030.841000', '143030.844000', '143030.846000', '143030.849000', '143030.852000', '143030.854000', '143030.857000', '143030.859000', '143030.862000', '143030.865000', '143030.867000', '143030.870000', '143030.872000', '143030.875000', '143030.878000', '143030.880000', '143030.883000', '143030.886000', '143030.888000', '143030.891000', '143050.782000', '143050.784000', '143050.787000', '143050.790000', '143050.792000', '143050.795000', '143050.797000', '143050.800000', '143050.803000', '143050.806000', '143050.809000', '143050.813000', '143050.882000', '143050.884000', '143050.887000', '143050.890000', '143050.892000', '143050.895000', '143050.897000', '143050.900000', '143050.902000', '143050.905000', '143050.908000', '143050.910000', '143050.913000', '143050.916000', '143050.918000', '143050.921000', '143050.923000', '143050.926000', '143050.929000', '143050.931000', '143050.934000', '143050.936000', '143050.939000', '143050.941000', '143050.944000', '143050.946000', '143050.949000', '143050.952000', '143050.954000', '143050.957000', '143050.959000', '143110.782000', '143110.784000', '143110.787000', '143110.789000', '143110.792000', '143110.795000', '143110.797000', '143110.800000', '143110.802000', '143110.805000', '143110.808000', '143110.810000', '143110.813000', '143110.892000', '143110.895000', '143110.897000', '143110.900000', '143110.903000', '143110.905000', '143110.908000', '143110.910000', '143110.913000', '143110.915000', '143110.918000', '143110.921000', '143110.938000', '143110.941000', '143110.943000', '143110.946000', '143110.949000', '143110.951000', '143110.954000', '143110.956000', '143110.959000', '143110.962000', '143110.964000', '143110.967000', '143110.969000', '143110.972000', '143110.974000', '143110.977000', '143110.980000', '143110.982000', '143110.985000', '143130.781000', '143130.784000', '143130.787000', '143130.790000', '143130.792000', '143130.795000', '143130.798000', '143130.802000', '143130.804000', '143130.807000', '143130.809000', '143130.812000', '143130.815000', '143130.866000', '143130.869000', '143130.871000', '143130.874000', '143130.877000', '143130.879000', '143130.882000', '143130.884000', '143130.887000', '143130.889000', '143130.892000', '143130.895000', '143130.897000', '143130.900000', '143130.902000', '143130.905000', '143130.908000', '143130.910000', '143130.913000', '143130.915000', '143130.918000', '143130.920000', '143130.923000', '143130.926000', '143130.928000', '143130.931000', '143130.933000', '143130.936000', '143130.938000', '143130.941000', '143150.781000', '143150.784000', '143150.787000', '143150.790000', '143150.792000', '143150.795000', '143150.797000', '143150.800000', '143150.802000', '143150.805000', '143150.808000', '143150.810000', '143150.813000', '143150.843000', '143150.846000', '143150.849000', '143150.851000', '143150.854000', '143150.856000', '143150.859000', '143150.861000', '143150.864000', '143150.867000', '143150.869000', '143150.872000', '143150.875000', '143150.877000', '143150.880000', '143150.882000', '143150.885000', '143150.887000', '143150.890000', '143150.893000', '143150.895000', '143150.898000', '143150.900000', '143150.903000', '143150.906000', '143150.908000', '143150.911000', '143150.913000', '143150.916000', '143150.919000', '143150.921000', '143210.781000', '143210.784000', '143210.787000', '143210.789000', '143210.792000', '143210.795000', '143210.797000', '143210.800000', '143210.803000', '143210.805000', '143210.808000', '143210.810000', '143210.813000', '143210.899000', '143210.901000', '143210.904000', '143210.907000', '143210.910000', '143210.912000', '143210.915000', '143210.918000', '143210.920000', '143210.923000', '143210.926000', '143210.928000', '143210.931000', '143210.933000', '143210.936000', '143210.938000', '143210.941000', '143210.944000', '143210.946000', '143210.949000', '143210.951000', '143210.954000', '143210.957000', '143210.959000', '143210.962000', '143210.964000', '143210.967000', '143210.970000', '143210.972000', '143210.975000', '143230.781000', '143230.784000', '143230.787000', '143230.789000', '143230.792000', '143230.795000', '143230.797000', '143230.800000', '143230.802000', '143230.805000', '143230.808000', '143230.810000', '143230.813000', '143230.851000', '143230.854000', '143230.856000', '143230.859000', '143230.861000', '143230.864000', '143230.866000', '143230.869000', '143230.872000', '143230.874000', '143230.877000', '143230.880000', '143230.882000', '143230.885000', '143230.887000', '143230.890000', '143230.893000', '143230.895000', '143230.898000', '143230.901000', '143230.903000', '143230.906000', '143230.909000', '143230.911000', '143230.914000', '143230.917000', '143230.919000', '143230.922000', '143230.924000', '143230.927000', '143230.930000', '143250.781000', '143250.784000', '143250.787000', '143250.789000', '143250.792000', '143250.795000', '143250.809000', '143250.811000', '143250.814000', '143250.837000', '143250.839000', '143250.842000', '143250.844000', '143250.847000', '143250.850000', '143250.852000', '143250.855000', '143250.858000', '143250.861000', '143250.864000', '143250.866000', '143250.869000', '143250.872000', '143250.875000', '143250.877000', '143250.880000', '143250.882000', '143250.885000', '143250.888000', '143250.890000', '143250.893000', '143250.896000', '143250.898000', '143250.901000', '143250.903000', '143250.906000', '143250.909000', '143250.911000', '143250.914000', '143250.916000', '143250.919000', '143250.921000', '143250.924000', '143310.781000', '143310.784000', '143310.787000', '143310.789000', '143310.792000', '143310.795000', '143310.797000', '143310.800000', '143310.803000', '143310.805000', '143310.808000', '143310.810000', '143310.813000', '143310.872000', '143310.875000', '143310.877000', '143310.880000', '143310.882000', '143310.885000', '143310.888000', '143310.890000', '143310.893000', '143310.895000', '143310.898000', '143310.901000', '143310.903000', '143310.906000', '143310.908000', '143310.911000', '143310.914000', '143310.916000', '143310.919000', '143310.921000', '143310.924000', '143310.926000', '143310.929000', '143310.932000', '143310.934000', '143310.937000', '143310.939000', '143310.942000', '143310.945000', '143310.947000', '143310.950000', '143330.782000', '143330.784000', '143330.787000', '143330.790000', '143330.792000', '143330.795000', '143330.798000', '143330.800000', '143330.803000', '143330.805000', '143330.808000', '143330.810000', '143330.813000', '143330.816000', '143330.889000', '143330.892000', '143330.895000', '143330.897000', '143330.900000', '143330.903000', '143330.905000', '143330.908000', '143330.910000', '143330.913000', '143330.916000', '143330.918000', '143330.921000', '143330.923000', '143330.926000', '143330.929000', '143330.931000', '143330.934000', '143330.936000', '143330.939000', '143330.942000', '143330.944000', '143330.947000', '143330.950000', '143330.952000', '143330.955000', '143330.957000', '143330.960000', '143330.963000', '143350.781000', '143350.784000', '143350.787000', '143350.789000', '143350.792000', '143350.795000', '143350.797000', '143350.800000', '143350.803000', '143350.805000', '143350.808000', '143350.811000', '143350.813000', '143350.877000', '143350.879000', '143350.882000', '143350.885000', '143350.887000', '143350.890000', '143350.893000', '143350.895000', '143350.898000', '143350.901000', '143350.903000', '143350.906000', '143350.908000', '143350.911000', '143350.914000', '143350.916000', '143350.919000', '143350.921000', '143350.924000', '143350.927000', '143350.929000', '143350.932000', '143350.934000', '143350.937000', '143350.939000', '143350.942000', '143350.945000', '143350.947000', '143350.950000', '143350.952000', '143350.955000', '143410.781000', '143410.784000', '143410.787000', '143410.789000', '143410.792000', '143410.795000', '143410.797000', '143410.800000', '143410.802000', '143410.805000', '143410.808000', '143410.810000', '143410.813000', '143410.816000', '143410.868000', '143410.871000', '143410.874000', '143410.887000', '143410.890000', '143410.893000', '143410.895000', '143410.898000', '143410.900000', '143410.903000', '143410.906000', '143410.908000', '143410.911000', '143410.913000', '143410.916000', '143410.918000', '143410.921000', '143410.924000', '143410.926000', '143410.929000', '143410.931000', '143410.934000', '143410.937000', '143410.939000', '143410.942000', '143410.944000', '143410.947000', '143410.950000', '143410.952000', '143430.781000', '143430.784000', '143430.787000', '143430.789000', '143430.792000', '143430.794000', '143430.797000', '143430.800000', '143430.802000', '143430.805000', '143430.807000', '143430.810000', '143430.812000', '143430.815000', '143430.882000', '143430.884000', '143430.887000', '143430.889000', '143430.892000', '143430.895000', '143430.897000', '143430.900000', '143430.902000', '143430.905000', '143430.908000', '143430.910000', '143430.913000', '143430.915000', '143430.918000', '143430.921000', '143430.923000', '143430.926000', '143430.928000', '143430.931000', '143430.934000', '143430.936000', '143430.939000', '143430.941000', '143430.944000', '143430.947000', '143430.949000', '143430.952000', '143430.954000', '143430.957000', '143450.781000', '143450.784000', '143450.787000', '143450.790000', '143450.792000', '143450.795000', '143450.797000', '143450.800000', '143450.803000', '143450.805000', '143450.808000', '143450.810000', '143450.813000', '143450.873000', '143450.875000', '143450.878000', '143450.881000', '143450.883000', '143450.886000', '143450.889000', '143450.892000', '143450.895000', '143450.898000', '143450.900000', '143450.903000', '143450.905000', '143450.908000', '143450.911000', '143450.913000', '143450.916000', '143450.918000', '143450.921000', '143450.924000', '143450.926000', '143450.930000', '143450.932000', '143450.935000', '143450.938000', '143450.940000', '143450.943000', '143450.945000', '143450.948000', '143450.951000', '143510.782000', '143510.784000', '143510.787000', '143510.790000', '143510.792000', '143510.795000', '143510.797000', '143510.800000', '143510.803000', '143510.805000', '143510.808000', '143510.810000', '143510.813000', '143510.876000', '143510.879000', '143510.881000', '143510.884000', '143510.887000', '143510.889000', '143510.892000', '143510.894000', '143510.897000', '143510.900000', '143510.902000', '143510.905000', '143510.908000', '143510.910000', '143510.913000', '143510.915000', '143510.918000', '143510.921000', '143510.923000', '143510.926000', '143510.929000', '143510.931000', '143510.934000', '143510.936000', '143510.939000', '143510.942000', '143510.944000', '143510.947000', '143510.949000', '143510.952000', '143510.955000', '143530.781000', '143530.784000', '143530.787000', '143530.790000', '143530.792000', '143530.795000', '143530.798000', '143530.800000', '143530.803000', '143530.805000', '143530.808000', '143530.811000', '143530.813000', '143530.893000', '143530.896000', '143530.898000', '143530.901000', '143530.904000', '143530.906000', '143530.909000', '143530.911000', '143530.914000', '143530.916000', '143530.919000', '143530.922000', '143530.924000', '143530.927000', '143530.930000', '143530.933000', '143530.935000', '143530.938000', '143530.941000', '143530.943000', '143530.946000', '143530.949000', '143530.952000', '143530.954000', '143530.957000', '143530.960000', '143530.963000', '143530.965000', '143530.968000', '143530.971000', '143550.782000', '143550.785000', '143550.787000', '143550.790000', '143550.793000', '143550.795000', '143550.798000', '143550.800000', '143550.803000', '143550.806000', '143550.808000', '143550.811000', '143550.813000', '143550.879000', '143550.882000', '143550.885000', '143550.887000', '143550.890000', '143550.892000', '143550.895000', '143550.897000', '143550.900000', '143550.903000', '143550.905000', '143550.908000', '143550.910000', '143550.913000', '143550.915000', '143550.918000', '143550.921000', '143550.923000', '143550.926000', '143550.929000', '143550.931000', '143550.934000', '143550.936000', '143550.939000', '143550.942000', '143550.944000', '143550.947000', '143550.949000', '143550.952000', '143550.955000', '143550.957000', '143610.782000', '143610.784000', '143610.787000', '143610.790000', '143610.792000', '143610.795000', '143610.798000', '143610.800000', '143610.803000', '143610.806000', '143610.808000', '143610.811000', '143610.813000', '143610.816000', '143610.819000', '143610.822000', '143610.824000', '143610.827000', '143610.829000', '143610.832000', '143610.835000', '143610.837000', '143610.840000', '143610.842000', '143610.845000', '143610.847000', '143610.850000', '143610.853000', '143610.855000', '143610.858000', '143610.861000', '143610.871000', '143610.874000', '143610.877000', '143610.879000', '143610.882000', '143610.884000', '143610.887000', '143610.890000', '143610.892000', '143610.895000', '143610.898000', '143610.900000', '143630.781000', '143630.784000', '143630.787000', '143630.790000', '143630.792000', '143630.795000', '143630.797000', '143630.800000', '143630.803000', '143630.805000', '143630.808000', '143630.811000', '143630.813000', '143630.860000', '143630.862000', '143630.865000', '143630.867000', '143630.870000', '143630.872000', '143630.875000', '143630.878000', '143630.880000', '143630.883000', '143630.885000', '143630.888000', '143630.891000', '143630.893000', '143630.896000', '143630.899000', '143630.901000', '143630.904000', '143630.907000', '143630.909000', '143630.912000', '143630.914000', '143630.917000', '143630.919000', '143630.922000', '143630.925000', '143630.927000', '143630.930000', '143630.933000', '143630.935000', '143630.938000', '143650.781000', '143650.784000', '143650.787000', '143650.790000', '143650.792000', '143650.795000', '143650.797000', '143650.800000', '143650.803000', '143650.805000', '143650.836000', '143650.853000', '143650.855000', '143650.858000', '143650.860000', '143650.863000', '143650.866000', '143650.868000', '143650.871000', '143650.873000', '143650.876000', '143650.879000', '143650.881000', '143650.884000', '143650.886000', '143650.889000', '143650.892000', '143650.894000', '143650.897000', '143650.900000', '143650.902000', '143650.905000', '143650.907000', '143650.910000', '143650.912000', '143650.915000', '143650.918000', '143650.920000', '143650.923000', '143650.925000', '143650.928000', '143650.931000', '143650.933000', '143710.782000', '143710.784000', '143710.787000', '143710.790000', '143710.792000', '143710.795000', '143710.798000', '143710.800000', '143710.803000', '143710.806000', '143710.808000', '143710.811000', '143710.814000', '143710.878000', '143710.881000', '143710.883000', '143710.886000', '143710.889000', '143710.891000', '143710.894000', '143710.897000', '143710.899000', '143710.902000', '143710.904000', '143710.907000', '143710.910000', '143710.912000', '143710.915000', '143710.918000', '143710.920000', '143710.923000', '143710.926000', '143710.928000', '143710.931000', '143710.933000', '143710.936000', '143710.938000', '143710.941000', '143710.944000', '143710.946000', '143710.949000', '143710.952000', '143710.954000', '143730.782000', '143730.785000', '143730.787000', '143730.790000', '143730.792000', '143730.795000', '143730.798000', '143730.800000', '143730.803000', '143730.805000', '143730.808000', '143730.811000', '143730.813000', '143730.877000', '143730.880000', '143730.882000', '143730.885000', '143730.888000', '143730.890000', '143730.893000', '143730.895000', '143730.898000', '143730.901000', '143730.903000', '143730.906000', '143730.908000', '143730.911000', '143730.914000', '143730.916000', '143730.919000', '143730.921000', '143730.924000', '143730.927000', '143730.929000', '143730.932000', '143730.934000', '143730.937000', '143730.939000', '143730.942000', '143730.945000', '143730.947000', '143730.950000', '143730.953000', '143730.955000', '143750.782000', '143750.784000', '143750.787000', '143750.790000', '143750.792000', '143750.795000', '143750.798000', '143750.800000', '143750.803000', '143750.806000', '143750.808000', '143750.811000', '143750.814000', '143750.860000', '143750.862000', '143750.865000', '143750.868000', '143750.870000', '143750.873000', '143750.875000', '143750.878000', '143750.880000', '143750.883000', '143750.886000', '143750.888000', '143750.891000', '143750.893000', '143750.896000', '143750.899000', '143750.901000', '143750.904000', '143750.907000', '143750.909000', '143750.912000', '143750.915000', '143750.917000', '143750.920000', '143750.923000', '143750.925000', '143750.928000', '143750.931000', '143750.934000', '143750.936000', '143750.939000', '143801.296000', '143801.299000', '143801.301000', '143801.304000', '143801.307000', '143801.309000', '143801.312000', '143801.315000', '143801.317000', '143801.320000', '143801.322000', '143801.325000', '143801.328000', '143801.330000', '143801.333000', '143801.336000', '143801.338000', '143801.341000', '143801.344000', '143801.346000', '143801.349000', '143801.374000', '143801.377000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [11535, 14693, 12784, 14918, 13965, 14519, 14259, 15102, 13740, 14142, 14342, 14094, 13946, 14127, 14741, 12462, 12488, 13330, 12473, 14308, 10741, 15569, 11158, 15564, 11991, 15742, 14343, 15731, 12925, 15565, 10340, 12693, 11794, 12763, 12531, 12413, 12757, 14208, 13778, 10865, 14987, 10554, 12881, 12471, 13649, 12973, 15124, 13972, 11431, 12693, 12502, 14142, 14137, 10439, 12841, 12639, 13253, 14367, 12229, 15074, 11771, 15985, 12198, 13819, 13557, 15236, 14155, 14328, 14675, 11068, 12675, 12584, 12176, 14853, 11683, 11090, 14521, 11357, 13579, 15096, 11843, 13556, 14396, 14516, 15535, 13792, 14400, 15020, 14567, 14839, 14566, 14873, 13382, 13661, 14772, 13144, 15268, 12456, 13182, 14350, 13895, 15868, 11038, 12841, 14218, 13570, 15089, 13492, 15271, 12689, 13413, 14298, 13002, 15791, 10509, 13755, 13886, 14038, 15706, 12058, 15234, 10354, 13090, 14822, 15089, 15181, 14491, 12776, 13247, 12338, 13874, 13264, 15182, 11299, 14624, 12081, 13440, 13848, 11365, 12560, 13809, 12840, 12559, 13335, 12790, 11839, 13520, 13906, 14719, 11090, 14224, 13806, 13843, 14640, 14891, 15469, 12421, 14205, 13839, 14559, 14760, 13697, 12497, 14358, 13036, 15057, 11432, 15385, 12939, 13734, 14830, 15553, 15252, 13550, 15114, 12375, 12759, 14336, 13426, 15210, 13028, 15432, 13068, 12997, 14008, 11256, 15224, 11163, 12807, 12934, 13583, 14528, 12613, 15308, 10885, 13216, 12737, 13684, 13162, 13803, 14630, 12141, 14865, 10805, 14667, 11994, 13053, 13461, 11542, 12497, 12347, 11317, 11651, 11973, 11364, 14477, 11826, 13333, 12228, 14747, 14084, 15392, 13784, 11298, 14965, 13717, 15043, 11365, 13616, 13739, 10679, 15161, 11993, 12632, 14269, 10895, 12330, 13562, 13378, 15431, 13439, 15567, 11955, 13668, 13076, 13771, 14324, 14042, 14609, 13651, 14863, 12313, 13368, 13969, 12476, 14658, 11620, 13013, 13401, 12490, 14738, 10860, 12939, 12494, 14205, 13073, 14265, 14186, 14110, 13191, 13200, 12892, 14833, 10560, 12513, 13362, 10555, 12602, 13542, 13029, 15657, 11246, 13402, 14122, 13466, 14813, 13865, 15484, 13434, 13692, 15001, 12414, 15558, 12282, 13245, 14860, 12956, 15060, 14924, 15556, 12049, 13628, 14406, 13275, 14782, 15361, 15567, 12541, 13128, 14798, 12457, 14195, 12959, 11747, 14064, 10328, 13124, 13382, 12274, 14839, 11765, 13473, 13735, 14805, 14260, 15139, 14782, 11762, 13458, 13299, 12844, 14660, 10424, 13063, 13618, 10760, 12808, 13135, 12064, 14801, 11279, 13498, 13234, 16120, 14228, 13695, 14222, 13994, 13330, 12436, 13006, 13843, 13615, 12815, 12896, 10522, 15182, 13266, 13500, 14991, 11664, 13334, 14026, 14239, 15361, 12166, 13306, 14207, 13397, 15371, 12254, 13277, 13597, 13326, 14459, 13209, 15308, 11164, 13406, 13590, 14018, 14524, 11704, 13069, 12415, 12547, 14134, 11544, 15394, 10335, 13324, 13061, 12078, 14439, 13252, 13087, 12795, 13681, 13663, 13788, 13165, 13331, 15099, 14750, 14009, 15651, 11451, 13007, 13998, 14100, 15946, 11896, 13040, 14778, 10323, 15417, 11843, 15638, 12985, 13225, 13591, 14921, 14443, 14668, 15300, 11014, 13426, 13555, 12707, 12367, 12001, 11271, 13728, 13031, 13920, 14032, 11984, 15480, 10811, 13868, 14485, 13294, 14796, 14547, 15321, 11301, 13527, 13874, 15148, 14508, 12216, 15440, 12539, 13942, 13789, 13961, 12670, 13649, 11260, 15695, 12886, 13230, 14778, 12367, 16475, 11554, 13782, 13742, 14988, 15000, 15689, 15260, 13125, 13177, 14899, 14003, 14982, 14293, 14105, 14197, 12511, 14384, 13505, 12739, 14250, 13985, 14955, 14768, 12841, 14367, 13166, 15583, 15827, 14126, 13484, 13101, 15040, 13317, 15574, 12692, 12793, 13590, 13797, 14526, 13202, 12595, 13436, 13286, 14453, 12503, 15205, 13434, 15546, 13263, 15848, 12757, 13227, 14085, 13836, 14709, 14771, 14380, 13574, 14097, 14087, 11597, 14664, 12012, 14404, 13269, 13410, 14285, 12907, 14191, 13597, 14112, 12293, 12486, 13822, 13903, 15087, 10859, 13062, 12814, 14349, 15111, 12071, 16876, 13664, 11556, 15406, 13144, 12579, 13916, 10911, 13026, 14610, 11168, 14027, 14744, 13547, 14025, 15419, 14648, 13991, 16062, 13411, 13801, 13580, 15357, 15350, 12543, 14500, 12660, 14861, 14511, 15476, 15326, 15431, 15943, 15251, 12246, 12839, 13653, 11654, 15133, 10717, 12298, 13182, 13025, 12711, 13464, 13964, 14072, 13714, 15296, 10796, 15315, 11042, 13811, 13316, 12681, 13516, 12747, 11945, 14523, 11274, 13772, 13817, 13418, 12783, 13232, 12636, 13807, 12572, 11572, 13469, 12149, 11485, 12382, 11752, 10563, 15091, 10810, 14342, 13676, 13698, 15266, 10626, 14618, 14443, 13218, 13600, 14683, 12656, 15423, 11863, 14449, 14917, 12336, 15364, 12757, 14759, 14965, 11176, 13481, 13802, 13955, 13007, 13352, 12415, 13826, 13807, 13473, 13441, 13403, 12660, 15235, 12797, 14615, 15296, 12411, 13976, 14228, 13066, 15115, 12559, 13805, 14985, 13181, 13226, 13987, 11817, 14638, 13271, 11910, 14654, 11236, 13669, 14514, 12617, 15085, 12964, 13782, 14834, 12944, 14877, 10442, 13693, 14079, 11088, 15288, 12372, 12871, 13800, 13624, 12802, 12472, 13113, 13528, 12833, 15857, 10923, 13805, 12734, 14478, 14411, 13473, 15300, 11247, 13045, 11478, 11642, 13918, 10906, 12852, 12568, 11203, 13646, 11588, 11787, 13585, 13214, 14211, 14315, 12542, 15508, 11070, 14957, 13298, 14872, 13564, 14654, 13223, 11993, 14958, 11396, 14967, 10800, 13517, 13164, 14234, 13048, 13226, 14339, 13342, 15573, 10641, 13175, 11851, 13457, 14006, 11168, 14782, 14281, 15264, 10750, 15956, 12318, 14274, 14130, 13465, 15141, 12042, 12823, 13505, 12930, 15651, 12223, 13542, 14224, 14626, 13715, 13664, 13929, 13521, 14113, 12276, 15033, 10598, 13012, 12531, 13157, 12791, 11401, 12632, 13609, 12469, 15600, 10875, 13905, 11880, 14781, 13421, 14701, 13796, 13662, 14109, 12337, 15053, 12823, 14897, 11542, 13106, 14066, 12984, 15079, 13244, 12670, 12689, 13295, 14205, 12464, 12773, 12153, 14234, 13563, 11459, 15328, 11182, 13942, 14729, 11930, 13814, 11370, 13922, 14138, 12573, 15454, 13809, 14242, 15713, 11474, 14843, 14898, 14348, 15327, 12988, 13186, 14347, 11564, 13494, 15538, 11287, 13162, 14521, 11371, 13428, 13825, 11392, 14973, 13806, 15576, 11495, 14563, 13311, 13798, 14924, 13550, 15191, 11559, 15449, 13202, 15921, 11880, 14300, 15373, 13394, 14152, 12986, 12284, 12770, 13219, 13761, 13293, 13566, 13925, 14641, 13841, 14206, 14823, 14029, 14330, 14103, 14727, 11303, 13011, 13313, 12376, 14567, 10088, 15568, 11003, 12895, 12535, 12945, 13796, 10098, 15735, 10236, 14168, 12472, 14455, 13678, 12053, 14836, 14486, 15876, 11277, 14189, 12806, 14637, 14351, 13976, 15054, 12495, 15641, 11734, 14194, 14029, 14051, 15375, 13692, 13557, 14007, 12450, 16247, 12613, 16255, 11743, 15314, 13627, 13999, 12957, 14240, 13820, 14626, 13834, 13889, 14612, 12303, 15114, 10863, 11924, 12580, 10319, 13886, 10070, 14995, 10741, 15137, 11962, 14796, 10635, 15014, 11284, 13578, 13214, 14414, 13926, 10209, 14783, 10582, 12438, 11645, 12771, 13523, 11417, 15194, 11592, 12844, 13797, 10473, 15188, 10115, 13680, 12460, 13303, 13086, 11153, 15173, 10415, 13856, 13750, 13238, 14717, 10260, 13447, 12482, 11125, 14973, 10914, 14278, 13491, 13274, 14889, 12712, 12990, 12775, 13839, 13656, 12554, 14951, 10973, 13201, 11849, 13966, 13969, 11574, 15489, 11600, 14318, 14530, 12165, 16037, 12877, 14081, 14767, 13221, 13209, 13300, 13814, 14816, 13368, 15142, 13820, 15657, 12134, 14088, 13803, 13315, 14385, 11497, 13302, 13134, 12575, 14683, 14105, 15353, 12108, 15046, 12649, 15064, 13916, 15186, 11351, 15034, 14153, 13804, 12735, 14996, 12151, 15636, 11236, 12348, 12675, 11663, 14097, 12305, 16224, 11676, 15909, 13252, 14373, 14566, 15119, 15308, 12079, 15554, 14617, 15862, 11949, 13941, 13783, 14005, 14977, 12435, 13488, 13015, 13830, 14335, 11798, 15494, 11555, 13737, 12951, 11441, 15599, 11064, 13948, 13510, 10941, 15405, 12277, 13832, 14456, 14056, 15186, 14054, 16197, 11769, 14867, 14565, 14953, 15468, 12663, 15123, 12621, 15925, 11046, 13907, 14095, 13854, 14364, 15290, 14724, 12076, 15271, 12162, 12592, 13161, 12556, 13878, 11686, 15553, 12890, 16158, 11533, 13769, 12843, 14394, 12754, 13911, 14220, 12983, 14374, 11653, 15416, 11397, 13910, 12095, 13448, 13120, 11892, 15040, 10845, 13444, 11887, 14112, 13287, 11600, 15117, 11832, 15746, 12213, 14467, 14547, 11350, 14955, 14448, 15783, 11597, 14444, 13019, 12531, 13874, 11814, 13077, 13474, 11951, 14864, 12728, 15781, 10934, 14435, 13738, 13925, 14435, 12651, 15410, 13329, 14417, 14356, 13161, 15013, 10712, 14013, 13295, 13562, 13990, 14135, 14225, 14359, 14116, 13278, 14854, 13993, 15450, 10828, 14160, 13357, 13881, 13475, 13467, 14469, 12214, 15409, 10788, 14067, 13157, 15574, 14644, 13891, 15511, 13314, 13460, 14757, 12791, 15437, 13239, 14047, 14612, 12334, 15331, 11308, 14710, 13791, 13039, 13400, 12531, 12667, 14247, 10671, 13852, 13972, 12188, 14432, 13334, 14235, 14746, 15145, 12392, 15271, 12871, 14096, 14061, 13860, 14042, 13773, 14235, 13665, 12767, 12010, 11581, 14677, 10631, 13395, 13502, 13212, 15652, 11678, 15061, 13719, 14207, 13181, 14109, 13224, 14967, 13868, 13246, 14735, 11283, 13727, 12980, 14402, 13856, 10799, 14243, 11920, 13590, 13225, 11591, 14318, 11287, 14302, 11693, 14622, 11372, 13714, 13903, 14264, 13663, 12401, 13324, 14135, 10387, 15203, 13477, 15734, 12690, 15176, 11556, 13852, 13327, 13893, 14011, 10599, 14780, 11617, 12974, 13257, 13722, 14145, 12607, 15146, 11652, 14913, 14076, 12945, 12818, 12722, 12543], 'WindowCenter': [4893.0, 4908.0, 4873.0, 4879.0, 4868.0, 4853.0, 4854.0, 4850.0, 4841.0, 4839.0, 4839.0, 4838.0, 4839.0, 4836.0, 4837.0, 4827.0, 4828.0, 4838.0, 4829.0, 4851.0, 4821.0, 4862.0, 4821.0, 4863.0, 4831.0, 4862.0, 4840.0, 4860.0, 4830.0, 4860.0, 4811.0, 4840.0, 4833.0, 4842.0, 4844.0, 4844.0, 4856.0, 4863.0, 4865.0, 4834.0, 4876.0, 4836.0, 4843.0, 4857.0, 4866.0, 4868.0, 4876.0, 4878.0, 4848.0, 4857.0, 4858.0, 4863.0, 4865.0, 4826.0, 4855.0, 4857.0, 4856.0, 4877.0, 4847.0, 4876.0, 4845.0, 4875.0, 4845.0, 4854.0, 4854.0, 4862.0, 4864.0, 4862.0, 4862.0, 4809.0, 4842.0, 4857.0, 4841.0, 4875.0, 4869.0, 4842.0, 4887.0, 4860.0, 4878.0, 4889.0, 4858.0, 4868.0, 4866.0, 4876.0, 4876.0, 4866.0, 4865.0, 4852.0, 4852.0, 4851.0, 4847.0, 4848.0, 4839.0, 4838.0, 4851.0, 4828.0, 4847.0, 4829.0, 4828.0, 4850.0, 4838.0, 4858.0, 4809.0, 4826.0, 4849.0, 4837.0, 4861.0, 4840.0, 4859.0, 4840.0, 4841.0, 4862.0, 4841.0, 4860.0, 4819.0, 4850.0, 4852.0, 4849.0, 4862.0, 4830.0, 4860.0, 4813.0, 4828.0, 4861.0, 4849.0, 4860.0, 4862.0, 4841.0, 4841.0, 4839.0, 4852.0, 4841.0, 4863.0, 4834.0, 4863.0, 4844.0, 4854.0, 4876.0, 4843.0, 4854.0, 4879.0, 4894.0, 4870.0, 4854.0, 4828.0, 4820.0, 4852.0, 4853.0, 4866.0, 4836.0, 4865.0, 4867.0, 4852.0, 4863.0, 4851.0, 4838.0, 4832.0, 4838.0, 4839.0, 4837.0, 4838.0, 4839.0, 4815.0, 4836.0, 4827.0, 4847.0, 4818.0, 4848.0, 4831.0, 4838.0, 4850.0, 4847.0, 4848.0, 4827.0, 4837.0, 4817.0, 4826.0, 4836.0, 4827.0, 4847.0, 4828.0, 4848.0, 4838.0, 4839.0, 4837.0, 4819.0, 4859.0, 4820.0, 4841.0, 4842.0, 4839.0, 4851.0, 4841.0, 4861.0, 4823.0, 4844.0, 4843.0, 4851.0, 4843.0, 4851.0, 4861.0, 4831.0, 4851.0, 4819.0, 4851.0, 4832.0, 4853.0, 4868.0, 4860.0, 4856.0, 4843.0, 4819.0, 4819.0, 4830.0, 4847.0, 4866.0, 4844.0, 4897.0, 4887.0, 4892.0, 4881.0, 4876.0, 4857.0, 4810.0, 4852.0, 4841.0, 4848.0, 4819.0, 4840.0, 4852.0, 4824.0, 4874.0, 4846.0, 4845.0, 4866.0, 4835.0, 4833.0, 4857.0, 4853.0, 4864.0, 4844.0, 4864.0, 4834.0, 4841.0, 4841.0, 4843.0, 4855.0, 4852.0, 4854.0, 4842.0, 4851.0, 4831.0, 4838.0, 4838.0, 4828.0, 4860.0, 4845.0, 4854.0, 4854.0, 4844.0, 4852.0, 4823.0, 4843.0, 4845.0, 4864.0, 4855.0, 4862.0, 4853.0, 4852.0, 4841.0, 4856.0, 4855.0, 4877.0, 4837.0, 4843.0, 4851.0, 4836.0, 4855.0, 4867.0, 4856.0, 4875.0, 4834.0, 4854.0, 4865.0, 4840.0, 4864.0, 4841.0, 4860.0, 4843.0, 4851.0, 4861.0, 4830.0, 4859.0, 4841.0, 4842.0, 4863.0, 4841.0, 4862.0, 4860.0, 4862.0, 4833.0, 4852.0, 4852.0, 4841.0, 4852.0, 4849.0, 4860.0, 4842.0, 4838.0, 4850.0, 4842.0, 4852.0, 4842.0, 4831.0, 4863.0, 4825.0, 4856.0, 4854.0, 4844.0, 4863.0, 4845.0, 4864.0, 4865.0, 4863.0, 4864.0, 4863.0, 4863.0, 4833.0, 4840.0, 4855.0, 4854.0, 4862.0, 4823.0, 4841.0, 4863.0, 4836.0, 4854.0, 4867.0, 4856.0, 4875.0, 4860.0, 4867.0, 4869.0, 4875.0, 4864.0, 4852.0, 4854.0, 4854.0, 4853.0, 4843.0, 4842.0, 4852.0, 4853.0, 4854.0, 4854.0, 4824.0, 4873.0, 4854.0, 4854.0, 4875.0, 4846.0, 4854.0, 4854.0, 4852.0, 4865.0, 4843.0, 4853.0, 4865.0, 4867.0, 4864.0, 4834.0, 4843.0, 4854.0, 4842.0, 4853.0, 4842.0, 4861.0, 4824.0, 4854.0, 4853.0, 4853.0, 4852.0, 4833.0, 4855.0, 4856.0, 4855.0, 4866.0, 4846.0, 4876.0, 4839.0, 4867.0, 4868.0, 4846.0, 4868.0, 4868.0, 4857.0, 4857.0, 4864.0, 4865.0, 4865.0, 4857.0, 4857.0, 4864.0, 4866.0, 4865.0, 4876.0, 4837.0, 4855.0, 4866.0, 4854.0, 4874.0, 4845.0, 4844.0, 4865.0, 4814.0, 4865.0, 4845.0, 4875.0, 4854.0, 4844.0, 4855.0, 4863.0, 4865.0, 4853.0, 4863.0, 4824.0, 4853.0, 4855.0, 4844.0, 4845.0, 4859.0, 4851.0, 4867.0, 4869.0, 4878.0, 4879.0, 4849.0, 4879.0, 4839.0, 4856.0, 4867.0, 4853.0, 4867.0, 4841.0, 4864.0, 4809.0, 4841.0, 4852.0, 4851.0, 4853.0, 4832.0, 4861.0, 4843.0, 4867.0, 4869.0, 4879.0, 4869.0, 4866.0, 4818.0, 4835.0, 4828.0, 4842.0, 4864.0, 4856.0, 4886.0, 4835.0, 4855.0, 4856.0, 4853.0, 4864.0, 4863.0, 4862.0, 4842.0, 4840.0, 4852.0, 4842.0, 4849.0, 4840.0, 4840.0, 4840.0, 4830.0, 4850.0, 4839.0, 4830.0, 4850.0, 4839.0, 4852.0, 4850.0, 4830.0, 4851.0, 4829.0, 4862.0, 4860.0, 4840.0, 4829.0, 4828.0, 4848.0, 4828.0, 4848.0, 4830.0, 4829.0, 4814.0, 4810.0, 4823.0, 4815.0, 4816.0, 4826.0, 4829.0, 4837.0, 4845.0, 4877.0, 4853.0, 4861.0, 4842.0, 4861.0, 4842.0, 4842.0, 4864.0, 4840.0, 4836.0, 4834.0, 4838.0, 4840.0, 4840.0, 4852.0, 4822.0, 4863.0, 4835.0, 4853.0, 4842.0, 4830.0, 4851.0, 4829.0, 4838.0, 4827.0, 4838.0, 4818.0, 4828.0, 4851.0, 4840.0, 4850.0, 4821.0, 4840.0, 4857.0, 4875.0, 4905.0, 4846.0, 4916.0, 4854.0, 4822.0, 4861.0, 4843.0, 4831.0, 4853.0, 4824.0, 4844.0, 4863.0, 4834.0, 4854.0, 4851.0, 4818.0, 4830.0, 4836.0, 4816.0, 4816.0, 4811.0, 4792.0, 4815.0, 4803.0, 4821.0, 4819.0, 4788.0, 4810.0, 4797.0, 4821.0, 4809.0, 4821.0, 4821.0, 4834.0, 4833.0, 4835.0, 4858.0, 4842.0, 4852.0, 4817.0, 4861.0, 4837.0, 4828.0, 4839.0, 4841.0, 4843.0, 4854.0, 4856.0, 4867.0, 4854.0, 4876.0, 4851.0, 4892.0, 4852.0, 4840.0, 4858.0, 4807.0, 4842.0, 4832.0, 4820.0, 4841.0, 4798.0, 4853.0, 4951.0, 4951.0, 4888.0, 4872.0, 4846.0, 4843.0, 4831.0, 4809.0, 4797.0, 4789.0, 4806.0, 4833.0, 4835.0, 4826.0, 4853.0, 4839.0, 4866.0, 4856.0, 4855.0, 4850.0, 4824.0, 4865.0, 4866.0, 4856.0, 4853.0, 4863.0, 4840.0, 4861.0, 4821.0, 4850.0, 4850.0, 4829.0, 4860.0, 4841.0, 4850.0, 4861.0, 4820.0, 4855.0, 4868.0, 4890.0, 4883.0, 4852.0, 4826.0, 4852.0, 4855.0, 4854.0, 4855.0, 4866.0, 4857.0, 4865.0, 4846.0, 4864.0, 4862.0, 4844.0, 4853.0, 4853.0, 4830.0, 4863.0, 4830.0, 4840.0, 4837.0, 4830.0, 4829.0, 4852.0, 4820.0, 4849.0, 4841.0, 4831.0, 4851.0, 4833.0, 4852.0, 4853.0, 4842.0, 4862.0, 4854.0, 4853.0, 4863.0, 4842.0, 4850.0, 4823.0, 4840.0, 4852.0, 4821.0, 4850.0, 4832.0, 4839.0, 4853.0, 4852.0, 4842.0, 4843.0, 4843.0, 4854.0, 4854.0, 4873.0, 4835.0, 4854.0, 4854.0, 4891.0, 4892.0, 4868.0, 4875.0, 4846.0, 4843.0, 4849.0, 4849.0, 4865.0, 4837.0, 4868.0, 4858.0, 4862.0, 4894.0, 4862.0, 4872.0, 4880.0, 4883.0, 4905.0, 4882.0, 4859.0, 4879.0, 4837.0, 4866.0, 4857.0, 4863.0, 4852.0, 4838.0, 4854.0, 4832.0, 4862.0, 4831.0, 4861.0, 4836.0, 4855.0, 4854.0, 4851.0, 4853.0, 4842.0, 4853.0, 4852.0, 4862.0, 4823.0, 4853.0, 4845.0, 4853.0, 4865.0, 4833.0, 4865.0, 4863.0, 4864.0, 4824.0, 4872.0, 4833.0, 4851.0, 4853.0, 4841.0, 4861.0, 4833.0, 4843.0, 4866.0, 4854.0, 4875.0, 4857.0, 4866.0, 4878.0, 4866.0, 4867.0, 4854.0, 4865.0, 4841.0, 4854.0, 4833.0, 4849.0, 4823.0, 4841.0, 4842.0, 4854.0, 4855.0, 4857.0, 4855.0, 4867.0, 4856.0, 4876.0, 4837.0, 4853.0, 4836.0, 4864.0, 4854.0, 4851.0, 4843.0, 4841.0, 4841.0, 4829.0, 4850.0, 4830.0, 4860.0, 4832.0, 4841.0, 4852.0, 4842.0, 4874.0, 4854.0, 4855.0, 4855.0, 4854.0, 4868.0, 4855.0, 4882.0, 4872.0, 4877.0, 4868.0, 4846.0, 4888.0, 4863.0, 4896.0, 4895.0, 4820.0, 4894.0, 4861.0, 4881.0, 4906.0, 4913.0, 4850.0, 4865.0, 4866.0, 4863.0, 4821.0, 4852.0, 4863.0, 4852.0, 4863.0, 4842.0, 4852.0, 4864.0, 4848.0, 4882.0, 4888.0, 4837.0, 4815.0, 4824.0, 4806.0, 4840.0, 4855.0, 4835.0, 4850.0, 4853.0, 4891.0, 4879.0, 4880.0, 4858.0, 4845.0, 4862.0, 4842.0, 4850.0, 4820.0, 4847.0, 4841.0, 4835.0, 4820.0, 4836.0, 4860.0, 4841.0, 4851.0, 4841.0, 4832.0, 4843.0, 4851.0, 4865.0, 4866.0, 4866.0, 4865.0, 4838.0, 4845.0, 4853.0, 4853.0, 4841.0, 4854.0, 4854.0, 4854.0, 4822.0, 4829.0, 4840.0, 4830.0, 4850.0, 4812.0, 4861.0, 4824.0, 4830.0, 4846.0, 4858.0, 4882.0, 4837.0, 4876.0, 4828.0, 4867.0, 4856.0, 4864.0, 4870.0, 4860.0, 4878.0, 4880.0, 4889.0, 4849.0, 4867.0, 4845.0, 4863.0, 4853.0, 4853.0, 4865.0, 4844.0, 4876.0, 4849.0, 4869.0, 4853.0, 4838.0, 4905.0, 4881.0, 4824.0, 4838.0, 4844.0, 4916.0, 4831.0, 4861.0, 4835.0, 4864.0, 4854.0, 4853.0, 4844.0, 4839.0, 4853.0, 4852.0, 4842.0, 4840.0, 4851.0, 4843.0, 4942.0, 4822.0, 4789.0, 4815.0, 4810.0, 4854.0, 4814.0, 4863.0, 4837.0, 4868.0, 4834.0, 4866.0, 4815.0, 4851.0, 4822.0, 4841.0, 4843.0, 4867.0, 4878.0, 4812.0, 4876.0, 4837.0, 4854.0, 4846.0, 4856.0, 4881.0, 4861.0, 4903.0, 4874.0, 4855.0, 4867.0, 4839.0, 4890.0, 4841.0, 4869.0, 4861.0, 4869.0, 4872.0, 4839.0, 4878.0, 4840.0, 4906.0, 4896.0, 4869.0, 4865.0, 4827.0, 4857.0, 4857.0, 4850.0, 4890.0, 4851.0, 4868.0, 4870.0, 4884.0, 4907.0, 4861.0, 4832.0, 4844.0, 4856.0, 4868.0, 4846.0, 4865.0, 4836.0, 4855.0, 4833.0, 4852.0, 4861.0, 4847.0, 4877.0, 4850.0, 4879.0, 4878.0, 4862.0, 4890.0, 4856.0, 4867.0, 4863.0, 4831.0, 4843.0, 4856.0, 4855.0, 4868.0, 4857.0, 4865.0, 4857.0, 4876.0, 4846.0, 4853.0, 4856.0, 4855.0, 4866.0, 4845.0, 4855.0, 4855.0, 4832.0, 4867.0, 4855.0, 4866.0, 4834.0, 4867.0, 4844.0, 4863.0, 4842.0, 4852.0, 4809.0, 4853.0, 4866.0, 4864.0, 4845.0, 4880.0, 4845.0, 4875.0, 4847.0, 4856.0, 4872.0, 4860.0, 4895.0, 4903.0, 4918.0, 4875.0, 4920.0, 4873.0, 4881.0, 4881.0, 4854.0, 4866.0, 4834.0, 4877.0, 4865.0, 4876.0, 4835.0, 4853.0, 4855.0, 4855.0, 4864.0, 4845.0, 4853.0, 4857.0, 4867.0, 4883.0, 4834.0, 4890.0, 4876.0, 4844.0, 4831.0, 4796.0, 4848.0, 4812.0, 4841.0, 4855.0, 4835.0, 4879.0, 4850.0, 4884.0, 4977.0, 4941.0, 4909.0, 4868.0, 4878.0, 4848.0, 4866.0, 4868.0, 4854.0, 4849.0, 4819.0, 4864.0, 4832.0, 4862.0, 4824.0, 4855.0, 4853.0, 4843.0, 4866.0, 4852.0, 4850.0, 4829.0, 4863.0, 4831.0, 4831.0, 4845.0, 4857.0, 4868.0, 4844.0, 4878.0, 4857.0, 4878.0, 4850.0, 4870.0, 4858.0, 4867.0, 4859.0, 4868.0, 4869.0, 4857.0, 4867.0, 4836.0, 4877.0, 4837.0, 4853.0, 4847.0, 4856.0, 4869.0, 4848.0, 4865.0, 4825.0, 4867.0, 4848.0, 4868.0, 4870.0, 4848.0, 4876.0, 4846.0, 4877.0, 4848.0, 4865.0, 4867.0, 4836.0, 4874.0, 4867.0, 4877.0, 4837.0, 4867.0, 4856.0, 4846.0, 4867.0, 4845.0, 4867.0, 4855.0, 4847.0, 4892.0, 4871.0, 4890.0, 4851.0, 4866.0, 4881.0, 4866.0, 4867.0, 4860.0, 4905.0, 4900.0, 4870.0, 4864.0, 4832.0, 4863.0, 4823.0, 4841.0, 4854.0, 4843.0, 4854.0, 4854.0, 4854.0, 4854.0, 4843.0, 4842.0, 4852.0, 4840.0, 4861.0, 4824.0, 4851.0, 4842.0, 4841.0, 4844.0, 4842.0, 4853.0, 4833.0, 4863.0, 4825.0, 4842.0, 4843.0, 4864.0, 4866.0, 4855.0, 4874.0, 4856.0, 4855.0, 4866.0, 4845.0, 4876.0, 4860.0, 4866.0, 4868.0, 4847.0, 4879.0, 4851.0, 4877.0, 4867.0, 4844.0, 4857.0, 4858.0, 4856.0, 4867.0, 4840.0, 4868.0, 4870.0, 4848.0, 4879.0, 4856.0, 4867.0, 4865.0, 4865.0, 4834.0, 4840.0, 4844.0, 4844.0, 4843.0, 4841.0, 4853.0, 4842.0, 4852.0, 4852.0, 4844.0, 4846.0, 4836.0, 4875.0, 4851.0, 4870.0, 4871.0, 4870.0, 4877.0, 4862.0, 4891.0, 4882.0, 4881.0, 4860.0, 4868.0, 4859.0, 4866.0, 4857.0, 4845.0, 4864.0, 4837.0, 4855.0, 4844.0, 4853.0, 4854.0, 4835.0, 4866.0, 4848.0, 4843.0, 4858.0, 4833.0, 4868.0, 4837.0, 4867.0, 4847.0, 4866.0, 4835.0, 4868.0, 4870.0, 4868.0, 4839.0, 4805.0, 4788.0, 4810.0, 4785.0, 4837.0, 4852.0, 4959.0, 4929.0, 4911.0, 4863.0, 4856.0, 4856.0, 4868.0, 4837.0, 4821.0, 4880.0, 4861.0, 4911.0, 4910.0, 4894.0, 4884.0, 4876.0, 4894.0, 4876.0, 4907.0, 4847.0, 4821.0, 4810.0, 4836.0, 4823.0], 'WindowWidth': [10657.0, 10670.0, 10610.0, 10610.0, 10591.0, 10563.0, 10565.0, 10556.0, 10542.0, 10537.0, 10537.0, 10534.0, 10536.0, 10528.0, 10529.0, 10517.0, 10523.0, 10534.0, 10526.0, 10556.0, 10515.0, 10574.0, 10517.0, 10578.0, 10530.0, 10574.0, 10537.0, 10568.0, 10526.0, 10568.0, 10503.0, 10542.0, 10535.0, 10546.0, 10554.0, 10554.0, 10573.0, 10579.0, 10584.0, 10538.0, 10598.0, 10547.0, 10550.0, 10575.0, 10586.0, 10593.0, 10601.0, 10607.0, 10565.0, 10577.0, 10578.0, 10580.0, 10584.0, 10531.0, 10571.0, 10575.0, 10573.0, 10604.0, 10561.0, 10600.0, 10556.0, 10598.0, 10555.0, 10567.0, 10567.0, 10576.0, 10583.0, 10574.0, 10575.0, 10493.0, 10546.0, 10577.0, 10544.0, 10600.0, 10599.0, 10553.0, 10623.0, 10591.0, 10611.0, 10625.0, 10580.0, 10594.0, 10585.0, 10602.0, 10601.0, 10587.0, 10587.0, 10559.0, 10564.0, 10557.0, 10547.0, 10550.0, 10535.0, 10537.0, 10557.0, 10521.0, 10547.0, 10522.0, 10523.0, 10555.0, 10536.0, 10561.0, 10497.0, 10519.0, 10553.0, 10537.0, 10571.0, 10540.0, 10567.0, 10542.0, 10545.0, 10576.0, 10542.0, 10568.0, 10514.0, 10558.0, 10560.0, 10556.0, 10576.0, 10529.0, 10570.0, 10509.0, 10521.0, 10572.0, 10554.0, 10571.0, 10573.0, 10546.0, 10545.0, 10541.0, 10564.0, 10545.0, 10581.0, 10537.0, 10582.0, 10554.0, 10569.0, 10603.0, 10553.0, 10566.0, 10610.0, 10644.0, 10603.0, 10567.0, 10519.0, 10512.0, 10560.0, 10565.0, 10587.0, 10547.0, 10585.0, 10587.0, 10563.0, 10575.0, 10557.0, 10535.0, 10529.0, 10538.0, 10536.0, 10531.0, 10533.0, 10535.0, 10496.0, 10530.0, 10517.0, 10544.0, 10508.0, 10550.0, 10526.0, 10535.0, 10553.0, 10545.0, 10548.0, 10517.0, 10530.0, 10501.0, 10515.0, 10530.0, 10519.0, 10546.0, 10521.0, 10550.0, 10536.0, 10539.0, 10530.0, 10511.0, 10565.0, 10513.0, 10544.0, 10546.0, 10540.0, 10558.0, 10542.0, 10573.0, 10523.0, 10552.0, 10548.0, 10558.0, 10549.0, 10557.0, 10573.0, 10527.0, 10556.0, 10511.0, 10557.0, 10532.0, 10566.0, 10592.0, 10586.0, 10573.0, 10549.0, 10509.0, 10508.0, 10527.0, 10563.0, 10585.0, 10552.0, 10651.0, 10632.0, 10635.0, 10615.0, 10601.0, 10572.0, 10495.0, 10558.0, 10537.0, 10546.0, 10507.0, 10538.0, 10560.0, 10525.0, 10594.0, 10559.0, 10556.0, 10584.0, 10541.0, 10533.0, 10573.0, 10564.0, 10580.0, 10550.0, 10577.0, 10534.0, 10542.0, 10543.0, 10548.0, 10566.0, 10561.0, 10564.0, 10545.0, 10556.0, 10528.0, 10536.0, 10532.0, 10517.0, 10567.0, 10556.0, 10566.0, 10567.0, 10549.0, 10558.0, 10521.0, 10550.0, 10555.0, 10582.0, 10567.0, 10577.0, 10564.0, 10558.0, 10543.0, 10572.0, 10572.0, 10604.0, 10549.0, 10551.0, 10555.0, 10544.0, 10571.0, 10592.0, 10575.0, 10601.0, 10541.0, 10569.0, 10583.0, 10542.0, 10579.0, 10544.0, 10569.0, 10549.0, 10560.0, 10572.0, 10527.0, 10567.0, 10545.0, 10548.0, 10576.0, 10546.0, 10576.0, 10569.0, 10577.0, 10536.0, 10563.0, 10560.0, 10543.0, 10560.0, 10552.0, 10568.0, 10545.0, 10538.0, 10555.0, 10547.0, 10561.0, 10546.0, 10533.0, 10577.0, 10529.0, 10571.0, 10568.0, 10552.0, 10579.0, 10556.0, 10583.0, 10583.0, 10577.0, 10579.0, 10576.0, 10577.0, 10533.0, 10541.0, 10568.0, 10568.0, 10575.0, 10522.0, 10546.0, 10578.0, 10545.0, 10569.0, 10591.0, 10575.0, 10599.0, 10586.0, 10591.0, 10595.0, 10599.0, 10582.0, 10560.0, 10564.0, 10565.0, 10563.0, 10548.0, 10547.0, 10562.0, 10564.0, 10568.0, 10567.0, 10526.0, 10592.0, 10569.0, 10569.0, 10597.0, 10556.0, 10568.0, 10567.0, 10559.0, 10583.0, 10549.0, 10564.0, 10581.0, 10589.0, 10579.0, 10536.0, 10548.0, 10567.0, 10548.0, 10564.0, 10544.0, 10572.0, 10524.0, 10565.0, 10562.0, 10562.0, 10560.0, 10534.0, 10570.0, 10572.0, 10569.0, 10585.0, 10558.0, 10601.0, 10553.0, 10589.0, 10591.0, 10558.0, 10591.0, 10590.0, 10577.0, 10573.0, 10582.0, 10583.0, 10582.0, 10574.0, 10574.0, 10581.0, 10585.0, 10581.0, 10599.0, 10546.0, 10571.0, 10583.0, 10565.0, 10593.0, 10555.0, 10553.0, 10581.0, 10511.0, 10582.0, 10556.0, 10598.0, 10566.0, 10554.0, 10568.0, 10577.0, 10583.0, 10562.0, 10578.0, 10522.0, 10562.0, 10569.0, 10553.0, 10556.0, 10583.0, 10575.0, 10589.0, 10594.0, 10607.0, 10609.0, 10566.0, 10611.0, 10552.0, 10569.0, 10587.0, 10566.0, 10586.0, 10541.0, 10577.0, 10493.0, 10542.0, 10559.0, 10558.0, 10561.0, 10529.0, 10571.0, 10547.0, 10591.0, 10595.0, 10609.0, 10595.0, 10587.0, 10506.0, 10521.0, 10521.0, 10546.0, 10577.0, 10571.0, 10614.0, 10543.0, 10570.0, 10569.0, 10564.0, 10578.0, 10573.0, 10573.0, 10543.0, 10538.0, 10557.0, 10545.0, 10550.0, 10535.0, 10536.0, 10538.0, 10524.0, 10551.0, 10535.0, 10523.0, 10552.0, 10535.0, 10557.0, 10551.0, 10526.0, 10553.0, 10523.0, 10572.0, 10566.0, 10539.0, 10521.0, 10518.0, 10546.0, 10520.0, 10548.0, 10528.0, 10522.0, 10492.0, 10479.0, 10503.0, 10495.0, 10500.0, 10514.0, 10519.0, 10532.0, 10558.0, 10606.0, 10565.0, 10571.0, 10545.0, 10570.0, 10544.0, 10544.0, 10581.0, 10538.0, 10524.0, 10518.0, 10531.0, 10536.0, 10539.0, 10559.0, 10517.0, 10577.0, 10536.0, 10561.0, 10541.0, 10524.0, 10553.0, 10521.0, 10532.0, 10514.0, 10531.0, 10507.0, 10520.0, 10555.0, 10538.0, 10553.0, 10513.0, 10540.0, 10578.0, 10606.0, 10661.0, 10559.0, 10687.0, 10569.0, 10518.0, 10568.0, 10545.0, 10526.0, 10562.0, 10523.0, 10550.0, 10576.0, 10537.0, 10563.0, 10557.0, 10500.0, 10525.0, 10523.0, 10498.0, 10493.0, 10479.0, 10455.0, 10490.0, 10474.0, 10495.0, 10489.0, 10445.0, 10477.0, 10457.0, 10496.0, 10476.0, 10500.0, 10496.0, 10520.0, 10515.0, 10523.0, 10577.0, 10547.0, 10557.0, 10502.0, 10571.0, 10549.0, 10519.0, 10536.0, 10540.0, 10548.0, 10565.0, 10569.0, 10586.0, 10565.0, 10597.0, 10571.0, 10631.0, 10574.0, 10540.0, 10568.0, 10477.0, 10539.0, 10523.0, 10505.0, 10534.0, 10470.0, 10559.0, 10748.0, 10748.0, 10635.0, 10599.0, 10553.0, 10546.0, 10526.0, 10491.0, 10454.0, 10445.0, 10483.0, 10532.0, 10538.0, 10529.0, 10559.0, 10553.0, 10588.0, 10570.0, 10569.0, 10551.0, 10525.0, 10582.0, 10585.0, 10570.0, 10563.0, 10575.0, 10543.0, 10570.0, 10515.0, 10555.0, 10552.0, 10523.0, 10568.0, 10542.0, 10555.0, 10568.0, 10510.0, 10570.0, 10593.0, 10628.0, 10624.0, 10561.0, 10513.0, 10558.0, 10568.0, 10564.0, 10567.0, 10587.0, 10574.0, 10581.0, 10555.0, 10580.0, 10576.0, 10550.0, 10561.0, 10560.0, 10522.0, 10574.0, 10526.0, 10539.0, 10528.0, 10523.0, 10524.0, 10556.0, 10511.0, 10548.0, 10541.0, 10527.0, 10557.0, 10536.0, 10561.0, 10561.0, 10545.0, 10572.0, 10565.0, 10563.0, 10576.0, 10545.0, 10554.0, 10520.0, 10541.0, 10557.0, 10514.0, 10553.0, 10529.0, 10537.0, 10560.0, 10559.0, 10546.0, 10549.0, 10549.0, 10568.0, 10566.0, 10591.0, 10541.0, 10566.0, 10566.0, 10630.0, 10633.0, 10591.0, 10593.0, 10558.0, 10548.0, 10567.0, 10569.0, 10583.0, 10547.0, 10592.0, 10579.0, 10593.0, 10642.0, 10592.0, 10607.0, 10615.0, 10622.0, 10659.0, 10618.0, 10580.0, 10610.0, 10548.0, 10588.0, 10573.0, 10580.0, 10562.0, 10536.0, 10566.0, 10532.0, 10573.0, 10531.0, 10570.0, 10545.0, 10570.0, 10567.0, 10558.0, 10563.0, 10546.0, 10564.0, 10559.0, 10572.0, 10522.0, 10562.0, 10555.0, 10564.0, 10582.0, 10537.0, 10582.0, 10575.0, 10580.0, 10523.0, 10589.0, 10535.0, 10557.0, 10563.0, 10544.0, 10571.0, 10533.0, 10550.0, 10587.0, 10567.0, 10596.0, 10574.0, 10585.0, 10606.0, 10587.0, 10588.0, 10568.0, 10580.0, 10546.0, 10565.0, 10534.0, 10548.0, 10522.0, 10544.0, 10548.0, 10567.0, 10571.0, 10577.0, 10574.0, 10588.0, 10572.0, 10602.0, 10548.0, 10562.0, 10542.0, 10579.0, 10565.0, 10559.0, 10546.0, 10542.0, 10542.0, 10524.0, 10554.0, 10526.0, 10567.0, 10531.0, 10542.0, 10561.0, 10548.0, 10595.0, 10567.0, 10570.0, 10570.0, 10568.0, 10593.0, 10572.0, 10624.0, 10610.0, 10604.0, 10592.0, 10562.0, 10623.0, 10595.0, 10647.0, 10640.0, 10512.0, 10644.0, 10593.0, 10619.0, 10664.0, 10684.0, 10552.0, 10584.0, 10590.0, 10578.0, 10516.0, 10560.0, 10576.0, 10558.0, 10577.0, 10546.0, 10562.0, 10582.0, 10566.0, 10621.0, 10620.0, 10546.0, 10494.0, 10503.0, 10484.0, 10537.0, 10567.0, 10537.0, 10550.0, 10560.0, 10627.0, 10627.0, 10612.0, 10575.0, 10553.0, 10573.0, 10545.0, 10551.0, 10508.0, 10545.0, 10539.0, 10521.0, 10511.0, 10530.0, 10568.0, 10544.0, 10555.0, 10540.0, 10531.0, 10550.0, 10561.0, 10584.0, 10586.0, 10587.0, 10581.0, 10533.0, 10550.0, 10560.0, 10561.0, 10541.0, 10565.0, 10568.0, 10565.0, 10513.0, 10520.0, 10538.0, 10527.0, 10551.0, 10505.0, 10573.0, 10522.0, 10526.0, 10556.0, 10577.0, 10618.0, 10549.0, 10598.0, 10536.0, 10589.0, 10574.0, 10582.0, 10596.0, 10585.0, 10604.0, 10610.0, 10625.0, 10565.0, 10587.0, 10552.0, 10578.0, 10562.0, 10564.0, 10580.0, 10549.0, 10596.0, 10565.0, 10596.0, 10564.0, 10532.0, 10655.0, 10612.0, 10506.0, 10534.0, 10549.0, 10671.0, 10527.0, 10571.0, 10539.0, 10580.0, 10565.0, 10563.0, 10549.0, 10537.0, 10563.0, 10559.0, 10545.0, 10539.0, 10557.0, 10549.0, 10723.0, 10513.0, 10447.0, 10495.0, 10498.0, 10564.0, 10508.0, 10579.0, 10544.0, 10591.0, 10537.0, 10584.0, 10510.0, 10556.0, 10517.0, 10543.0, 10547.0, 10589.0, 10606.0, 10504.0, 10599.0, 10546.0, 10568.0, 10557.0, 10574.0, 10616.0, 10587.0, 10651.0, 10611.0, 10573.0, 10587.0, 10552.0, 10624.0, 10558.0, 10596.0, 10584.0, 10598.0, 10602.0, 10551.0, 10605.0, 10557.0, 10661.0, 10646.0, 10597.0, 10582.0, 10533.0, 10574.0, 10575.0, 10570.0, 10626.0, 10571.0, 10592.0, 10597.0, 10624.0, 10659.0, 10584.0, 10529.0, 10547.0, 10572.0, 10589.0, 10557.0, 10582.0, 10544.0, 10570.0, 10532.0, 10560.0, 10574.0, 10562.0, 10603.0, 10569.0, 10610.0, 10604.0, 10590.0, 10625.0, 10574.0, 10589.0, 10575.0, 10526.0, 10545.0, 10571.0, 10572.0, 10591.0, 10572.0, 10580.0, 10572.0, 10600.0, 10555.0, 10565.0, 10569.0, 10569.0, 10585.0, 10557.0, 10569.0, 10571.0, 10529.0, 10586.0, 10567.0, 10584.0, 10535.0, 10586.0, 10552.0, 10576.0, 10544.0, 10558.0, 10495.0, 10560.0, 10587.0, 10581.0, 10554.0, 10609.0, 10551.0, 10595.0, 10563.0, 10571.0, 10603.0, 10584.0, 10638.0, 10666.0, 10676.0, 10613.0, 10684.0, 10606.0, 10612.0, 10611.0, 10563.0, 10580.0, 10536.0, 10598.0, 10577.0, 10596.0, 10536.0, 10561.0, 10566.0, 10568.0, 10578.0, 10550.0, 10562.0, 10572.0, 10589.0, 10617.0, 10537.0, 10625.0, 10614.0, 10548.0, 10525.0, 10468.0, 10544.0, 10499.0, 10541.0, 10565.0, 10541.0, 10607.0, 10567.0, 10625.0, 10793.0, 10731.0, 10663.0, 10586.0, 10602.0, 10560.0, 10582.0, 10586.0, 10560.0, 10546.0, 10504.0, 10575.0, 10526.0, 10572.0, 10519.0, 10565.0, 10560.0, 10547.0, 10582.0, 10557.0, 10550.0, 10520.0, 10574.0, 10525.0, 10527.0, 10554.0, 10575.0, 10588.0, 10551.0, 10605.0, 10572.0, 10604.0, 10569.0, 10596.0, 10576.0, 10588.0, 10579.0, 10592.0, 10595.0, 10572.0, 10587.0, 10542.0, 10600.0, 10546.0, 10561.0, 10560.0, 10571.0, 10592.0, 10563.0, 10581.0, 10524.0, 10589.0, 10564.0, 10593.0, 10596.0, 10564.0, 10600.0, 10557.0, 10601.0, 10563.0, 10583.0, 10586.0, 10542.0, 10594.0, 10585.0, 10603.0, 10546.0, 10587.0, 10569.0, 10559.0, 10588.0, 10555.0, 10589.0, 10565.0, 10561.0, 10632.0, 10601.0, 10626.0, 10572.0, 10585.0, 10613.0, 10586.0, 10588.0, 10582.0, 10655.0, 10653.0, 10596.0, 10578.0, 10528.0, 10572.0, 10520.0, 10539.0, 10564.0, 10548.0, 10566.0, 10565.0, 10561.0, 10566.0, 10545.0, 10542.0, 10555.0, 10539.0, 10571.0, 10521.0, 10555.0, 10543.0, 10542.0, 10550.0, 10546.0, 10561.0, 10533.0, 10575.0, 10526.0, 10543.0, 10546.0, 10579.0, 10583.0, 10566.0, 10595.0, 10570.0, 10566.0, 10582.0, 10552.0, 10598.0, 10580.0, 10584.0, 10589.0, 10556.0, 10607.0, 10572.0, 10605.0, 10587.0, 10552.0, 10574.0, 10575.0, 10569.0, 10588.0, 10555.0, 10591.0, 10595.0, 10562.0, 10607.0, 10572.0, 10588.0, 10580.0, 10581.0, 10533.0, 10538.0, 10550.0, 10549.0, 10546.0, 10542.0, 10560.0, 10546.0, 10559.0, 10558.0, 10551.0, 10557.0, 10543.0, 10598.0, 10573.0, 10597.0, 10601.0, 10597.0, 10602.0, 10589.0, 10630.0, 10614.0, 10615.0, 10581.0, 10592.0, 10580.0, 10584.0, 10574.0, 10553.0, 10577.0, 10545.0, 10570.0, 10552.0, 10563.0, 10563.0, 10540.0, 10588.0, 10564.0, 10548.0, 10577.0, 10535.0, 10590.0, 10547.0, 10590.0, 10560.0, 10585.0, 10541.0, 10591.0, 10593.0, 10587.0, 10531.0, 10472.0, 10437.0, 10474.0, 10447.0, 10521.0, 10558.0, 10755.0, 10709.0, 10672.0, 10590.0, 10569.0, 10568.0, 10589.0, 10526.0, 10513.0, 10609.0, 10589.0, 10675.0, 10672.0, 10640.0, 10621.0, 10615.0, 10635.0, 10618.0, 10658.0, 10549.0, 10501.0, 10482.0, 10534.0, 10510.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.0013520136260408782</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02365533020439061</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.508901873454604</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3090365586212123</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0117612381893923</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5042</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4991.6646</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12406243985141621</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>155</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.733535200605601</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.236278330321769</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.105763677067409</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5210787580746166</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.0819925558232812</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0306002</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011815899983048439</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04698633775115013</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.380575542321651</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1073</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.7665</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.5277</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293871.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1130.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>433.9664</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3236</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.9688</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4048.2041</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4206.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82673.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1787.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5205.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>960.142</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.16218589548953</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> |