=== 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-0088 --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-0088",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-04/func/sub-0088_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>71897cd13db3a17cf72a9230ebeb8487</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:46:4.037500</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.998911, 0.00540873, 0.0463371, -0.00453293, 0.99981, -0.0189849]</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.0869687</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>[4148, -7742, -7199, 544, -73, -73, -5, 97]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>254.263</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>666f7b76-190b-4575-a68d-7336198f8e9c||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.6800057888031006, -0.012161508202552795, 0.12536349892616272, 111.87700653076172], [-0.014511214569211006, 2.682415723800659, -0.05063629522919655, -96.40975189208984], [0.12431897968053818, 0.05093508958816528, 2.696612596511841, -66.36515045166016], [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': ['104604.037500', '104604.497500', '104604.957500', '104605.417500', '104605.877500', '104606.337500', '104606.797500', '104607.257500', '104607.717500', '104608.177500', '104608.637500', '104609.097500', '104609.557500', '104610.017500', '104610.477500', '104610.937500', '104611.397500', '104611.857500', '104612.317500', '104612.777500', '104613.237500', '104613.697500', '104614.157500', '104614.617500', '104615.077500', '104615.537500', '104615.997500', '104616.457500', '104616.917500', '104617.377500', '104617.837500', '104618.297500', '104618.757500', '104619.217500', '104619.677500', '104620.137500', '104620.597500', '104621.057500', '104621.517500', '104621.977500', '104622.437500', '104622.897500', '104623.357500', '104623.817500', '104624.277500', '104624.737500', '104625.197500', '104625.657500', '104626.117500', '104626.577500', '104627.037500', '104627.497500', '104627.957500', '104628.417500', '104628.877500', '104629.337500', '104629.797500', '104630.257500', '104630.717500', '104631.177500', '104631.637500', '104632.097500', '104632.557500', '104633.017500', '104633.477500', '104633.937500', '104634.397500', '104634.857500', '104635.317500', '104635.777500', '104636.237500', '104636.697500', '104637.157500', '104637.617500', '104638.077500', '104638.537500', '104638.997500', '104639.457500', '104639.917500', '104640.377500', '104640.837500', '104641.297500', '104641.757500', '104642.217500', '104642.677500', '104643.137500', '104643.597500', '104644.057500', '104644.517500', '104644.977500', '104645.437500', '104645.897500', '104646.357500', '104646.817500', '104647.277500', '104647.737500', '104648.197500', '104648.657500', '104649.117500', '104649.577500', '104650.037500', '104650.497500', '104650.957500', '104651.417500', '104651.877500', '104652.337500', '104652.797500', '104653.257500', '104653.717500', '104654.177500', '104654.637500', '104655.097500', '104655.557500', '104656.017500', '104656.477500', '104656.937500', '104657.397500', '104657.857500', '104658.317500', '104658.777500', '104659.237500', '104659.697500', '104700.157500', '104700.617500', '104701.077500', '104701.537500', '104701.997500', '104702.457500', '104702.917500', '104703.377500', '104703.837500', '104704.297500', '104704.757500', '104705.217500', '104705.677500', '104706.137500', '104706.597500', '104707.057500', '104707.517500', '104707.977500', '104708.437500', '104708.897500', '104709.357500', '104709.817500', '104710.277500', '104710.737500', '104711.197500', '104711.657500', '104712.117500', '104712.577500', '104713.037500', '104713.497500', '104713.957500', '104714.417500', '104714.877500', '104715.337500', '104715.797500', '104716.257500', '104716.717500', '104717.177500', '104717.637500', '104718.097500', '104718.557500', '104719.017500', '104719.477500', '104719.937500', '104720.397500', '104720.857500', '104721.317500', '104721.777500', '104722.237500', '104722.697500', '104723.157500', '104723.617500', '104724.077500', '104724.537500', '104724.997500', '104725.457500', '104725.917500', '104726.377500', '104726.837500', '104727.297500', '104727.757500', '104728.217500', '104728.677500', '104729.137500', '104729.597500', '104730.057500', '104730.517500', '104730.977500', '104731.437500', '104731.897500', '104732.357500', '104732.817500', '104733.277500', '104733.737500', '104734.197500', '104734.657500', '104735.117500', '104735.577500', '104736.037500', '104736.497500', '104736.957500', '104737.417500', '104737.877500', '104738.337500', '104738.797500', '104739.257500', '104739.717500', '104740.177500', '104740.637500', '104741.097500', '104741.557500', '104742.017500', '104742.477500', '104742.937500', '104743.397500', '104743.857500', '104744.317500', '104744.777500', '104745.237500', '104745.697500', '104746.157500', '104746.617500', '104747.077500', '104747.537500', '104747.997500', '104748.457500', '104748.917500', '104749.377500', '104749.837500', '104750.297500', '104750.757500', '104751.217500', '104751.677500', '104752.137500', '104752.597500', '104753.057500', '104753.517500', '104753.977500', '104754.437500', '104754.897500', '104755.357500', '104755.817500', '104756.277500', '104756.737500', '104757.197500', '104757.657500', '104758.117500', '104758.577500', '104759.037500', '104759.497500', '104759.957500', '104800.417500', '104800.877500', '104801.337500', '104801.797500', '104802.257500', '104802.717500', '104803.177500', '104803.637500', '104804.097500', '104804.557500', '104805.017500', '104805.477500', '104805.937500', '104806.397500', '104806.857500', '104807.317500', '104807.777500', '104808.237500', '104808.697500', '104809.157500', '104809.617500', '104810.077500', '104810.537500', '104810.997500', '104811.457500', '104811.917500', '104812.377500', '104812.837500', '104813.297500', '104813.757500', '104814.217500', '104814.677500', '104815.137500', '104815.597500', '104816.057500', '104816.517500', '104816.977500', '104817.437500', '104817.897500', '104818.357500', '104818.817500', '104819.277500', '104819.737500', '104820.197500', '104820.657500', '104821.117500', '104821.577500', '104822.037500', '104822.497500', '104822.957500', '104823.417500', '104823.877500', '104824.337500', '104824.797500', '104825.257500', '104825.717500', '104826.177500', '104826.637500', '104827.097500', '104827.557500', '104828.017500', '104828.477500', '104828.937500', '104829.397500', '104829.857500', '104830.317500', '104830.777500', '104831.237500', '104831.697500', '104832.157500', '104832.617500', '104833.077500', '104833.537500', '104833.997500', '104834.457500', '104834.917500', '104835.377500', '104835.837500', '104836.297500', '104836.757500', '104837.217500', '104837.677500', '104838.137500', '104838.597500', '104839.057500', '104839.517500', '104839.977500', '104840.437500', '104840.897500', '104841.357500', '104841.817500', '104842.277500', '104842.737500', '104843.197500', '104843.657500', '104844.117500', '104844.577500', '104845.037500', '104845.497500', '104845.957500', '104846.417500', '104846.877500', '104847.337500', '104847.797500', '104848.257500', '104848.717500', '104849.177500', '104849.637500', '104850.097500', '104850.557500', '104851.017500', '104851.477500', '104851.937500', '104852.397500', '104852.857500', '104853.317500', '104853.777500', '104854.237500', '104854.697500', '104855.157500', '104855.617500', '104856.077500', '104856.537500', '104856.997500', '104857.457500', '104857.917500', '104858.377500', '104858.837500', '104859.297500', '104859.757500', '104900.217500', '104900.677500', '104901.137500', '104901.597500', '104902.057500', '104902.517500', '104902.977500', '104903.437500', '104903.897500', '104904.357500', '104904.817500', '104905.277500', '104905.737500', '104906.197500', '104906.657500', '104907.117500', '104907.577500', '104908.037500', '104908.497500', '104908.957500', '104909.417500', '104909.877500', '104910.337500', '104910.797500', '104911.257500', '104911.717500', '104912.177500', '104912.637500', '104913.097500', '104913.557500', '104914.017500', '104914.477500', '104914.937500', '104915.397500', '104915.857500', '104916.317500', '104916.777500', '104917.237500', '104917.697500', '104918.157500', '104918.617500', '104919.077500', '104919.537500', '104919.997500', '104920.457500', '104920.917500', '104921.377500', '104921.837500', '104922.297500', '104922.757500', '104923.217500', '104923.677500', '104924.137500', '104924.597500', '104925.057500', '104925.517500', '104925.977500', '104926.437500', '104926.897500', '104927.357500', '104927.817500', '104928.277500', '104928.737500', '104929.197500', '104929.657500', '104930.117500', '104930.577500', '104931.037500', '104931.497500', '104931.957500', '104932.417500', '104932.877500', '104933.337500', '104933.797500', '104934.257500', '104934.717500', '104935.177500', '104935.637500', '104936.097500', '104936.557500', '104937.017500', '104937.477500', '104937.937500', '104938.397500', '104938.857500', '104939.317500', '104939.777500', '104940.237500', '104940.697500', '104941.157500', '104941.617500', '104942.077500', '104942.537500', '104942.997500', '104943.457500', '104943.917500', '104944.377500', '104944.837500', '104945.297500', '104945.757500', '104946.217500', '104946.677500', '104947.137500', '104947.597500', '104948.057500', '104948.517500', '104948.977500', '104949.437500', '104949.897500', '104950.357500', '104950.817500', '104951.277500', '104951.737500', '104952.197500', '104952.657500', '104953.117500', '104953.577500', '104954.037500', '104954.497500', '104954.957500', '104955.417500', '104955.877500', '104956.337500', '104956.797500', '104957.257500', '104957.717500', '104958.177500', '104958.637500', '104959.097500', '104959.557500', '105000.017500', '105000.477500', '105000.937500', '105001.397500', '105001.857500', '105002.317500', '105002.777500', '105003.237500', '105003.697500', '105004.157500', '105004.617500', '105005.077500', '105005.537500', '105005.997500', '105006.457500', '105006.917500', '105007.377500', '105007.837500', '105008.297500', '105008.757500', '105009.217500', '105009.677500', '105010.137500', '105010.597500', '105011.057500', '105011.517500', '105011.977500', '105012.437500', '105012.897500', '105013.357500', '105013.817500', '105014.277500', '105014.737500', '105015.197500', '105015.657500', '105016.117500', '105016.577500', '105017.037500', '105017.497500', '105017.957500', '105018.417500', '105018.877500', '105019.337500', '105019.797500', '105020.257500', '105020.717500', '105021.177500', '105021.637500', '105022.097500', '105022.557500', '105023.017500', '105023.477500', '105023.937500', '105024.397500', '105024.857500', '105025.317500', '105025.777500', '105026.237500', '105026.697500', '105027.157500', '105027.617500', '105028.077500', '105028.537500', '105028.997500', '105029.457500', '105029.917500', '105030.377500', '105030.837500', '105031.297500', '105031.757500', '105032.217500', '105032.677500', '105033.137500', '105033.597500', '105034.057500', '105034.517500', '105034.977500', '105035.437500', '105035.897500', '105036.357500', '105036.817500', '105037.277500', '105037.737500', '105038.197500', '105038.657500', '105039.117500', '105039.577500', '105040.037500', '105040.497500', '105040.957500', '105041.417500', '105041.877500', '105042.337500', '105042.797500', '105043.257500', '105043.717500', '105044.177500', '105044.637500', '105045.097500', '105045.557500', '105046.017500', '105046.477500', '105046.937500', '105047.397500', '105047.857500', '105048.317500', '105048.777500', '105049.237500', '105049.697500', '105050.157500', '105050.617500', '105051.077500', '105051.537500', '105051.997500', '105052.457500', '105052.917500', '105053.377500', '105053.837500', '105054.297500', '105054.757500', '105055.217500', '105055.677500', '105056.137500', '105056.597500', '105057.057500', '105057.517500', '105057.977500', '105058.437500', '105058.897500', '105059.357500', '105059.817500', '105100.277500', '105100.737500', '105101.197500', '105101.657500', '105102.117500', '105102.577500', '105103.037500', '105103.497500', '105103.957500', '105104.417500', '105104.877500', '105105.337500', '105105.797500', '105106.257500', '105106.717500', '105107.177500', '105107.637500', '105108.097500', '105108.557500', '105109.017500', '105109.477500', '105109.937500', '105110.397500', '105110.857500', '105111.317500', '105111.777500', '105112.237500', '105112.697500', '105113.157500', '105113.617500', '105114.077500', '105114.537500', '105114.997500', '105115.457500', '105115.917500', '105116.377500', '105116.837500', '105117.297500', '105117.757500', '105118.217500', '105118.677500', '105119.137500', '105119.597500', '105120.057500', '105120.517500', '105120.977500', '105121.437500', '105121.897500', '105122.357500', '105122.817500', '105123.277500', '105123.737500', '105124.197500', '105124.657500', '105125.117500', '105125.577500', '105126.037500', '105126.497500', '105126.957500', '105127.417500', '105127.877500', '105128.337500', '105128.797500', '105129.257500', '105129.717500', '105130.177500', '105130.637500', '105131.097500', '105131.557500', '105132.017500', '105132.477500', '105132.937500', '105133.397500', '105133.857500', '105134.317500', '105134.777500', '105135.237500', '105135.697500', '105136.157500', '105136.617500', '105137.077500', '105137.537500', '105137.997500', '105138.457500', '105138.917500', '105139.377500', '105139.837500', '105140.297500', '105140.757500', '105141.217500', '105141.677500', '105142.137500', '105142.597500', '105143.057500', '105143.517500', '105143.977500', '105144.437500', '105144.897500', '105145.357500', '105145.817500', '105146.277500', '105146.737500', '105147.197500', '105147.657500', '105148.117500', '105148.577500', '105149.037500', '105149.497500', '105149.957500', '105150.417500', '105150.877500', '105151.337500', '105151.797500', '105152.257500', '105152.717500', '105153.177500', '105153.637500', '105154.097500', '105154.557500', '105155.017500', '105155.477500', '105155.937500', '105156.397500', '105156.857500', '105157.317500', '105157.777500', '105158.237500', '105158.697500', '105159.157500', '105159.617500', '105200.077500', '105200.537500', '105200.997500', '105201.457500', '105201.917500', '105202.377500', '105202.837500', '105203.297500', '105203.757500', '105204.217500', '105204.677500', '105205.137500', '105205.597500', '105206.057500', '105206.517500', '105206.977500', '105207.437500', '105207.897500', '105208.357500', '105208.817500', '105209.277500', '105209.737500', '105210.197500', '105210.657500', '105211.117500', '105211.577500', '105212.037500', '105212.497500', '105212.957500', '105213.417500', '105213.877500', '105214.337500', '105214.797500', '105215.257500', '105215.717500', '105216.177500', '105216.637500', '105217.097500', '105217.557500', '105218.017500', '105218.477500', '105218.937500', '105219.397500', '105219.857500', '105220.317500', '105220.777500', '105221.237500', '105221.697500', '105222.157500', '105222.617500', '105223.077500', '105223.537500', '105223.997500', '105224.457500', '105224.917500', '105225.377500', '105225.837500', '105226.297500', '105226.757500', '105227.217500', '105227.677500', '105228.137500', '105228.597500', '105229.057500', '105229.517500', '105229.977500', '105230.437500', '105230.897500', '105231.357500', '105231.817500', '105232.277500', '105232.737500', '105233.197500', '105233.657500', '105234.117500', '105234.577500', '105235.037500', '105235.497500', '105235.957500', '105236.417500', '105236.877500', '105237.337500', '105237.797500', '105238.257500', '105238.717500', '105239.177500', '105239.637500', '105240.097500', '105240.557500', '105241.017500', '105241.477500', '105241.937500', '105242.397500', '105242.857500', '105243.317500', '105243.777500', '105244.237500', '105244.697500', '105245.157500', '105245.617500', '105246.077500', '105246.537500', '105246.997500', '105247.457500', '105247.917500', '105248.377500', '105248.837500', '105249.297500', '105249.757500', '105250.217500', '105250.677500', '105251.137500', '105251.597500', '105252.057500', '105252.517500', '105252.977500', '105253.437500', '105253.897500', '105254.357500', '105254.817500', '105255.277500', '105255.737500', '105256.197500', '105256.657500', '105257.117500', '105257.577500', '105258.037500', '105258.497500', '105258.957500', '105259.417500', '105259.877500', '105300.337500', '105300.797500', '105301.257500', '105301.717500', '105302.177500', '105302.637500', '105303.097500', '105303.557500', '105304.017500', '105304.477500', '105304.937500', '105305.397500', '105305.857500', '105306.317500', '105306.777500', '105307.237500', '105307.697500', '105308.157500', '105308.617500', '105309.077500', '105309.537500', '105309.997500', '105310.457500', '105310.917500', '105311.377500', '105311.837500', '105312.297500', '105312.757500', '105313.217500', '105313.677500', '105314.137500', '105314.597500', '105315.057500', '105315.517500', '105315.977500', '105316.437500', '105316.897500', '105317.357500', '105317.817500', '105318.277500', '105318.737500', '105319.197500', '105319.657500', '105320.117500', '105320.577500', '105321.037500', '105321.497500', '105321.957500', '105322.417500', '105322.877500', '105323.337500', '105323.797500', '105324.257500', '105324.717500', '105325.177500', '105325.637500', '105326.097500', '105326.557500', '105327.017500', '105327.477500', '105327.937500', '105328.397500', '105328.857500', '105329.317500', '105329.777500', '105330.237500', '105330.697500', '105331.157500', '105331.617500', '105332.077500', '105332.537500', '105332.997500', '105333.457500', '105333.917500', '105334.377500', '105334.837500', '105335.297500', '105335.757500', '105336.217500', '105336.677500', '105337.137500', '105337.597500', '105338.057500', '105338.517500', '105338.977500', '105339.437500', '105339.897500', '105340.357500', '105340.817500', '105341.277500', '105341.737500', '105342.197500', '105342.657500', '105343.117500', '105343.577500', '105344.037500', '105344.497500', '105344.957500', '105345.417500', '105345.877500', '105346.337500', '105346.797500', '105347.257500', '105347.717500', '105348.177500', '105348.637500', '105349.097500', '105349.557500', '105350.017500', '105350.477500', '105350.937500', '105351.397500', '105351.857500', '105352.317500', '105352.777500', '105353.237500', '105353.697500', '105354.157500', '105354.617500', '105355.077500', '105355.537500', '105355.997500', '105356.457500', '105356.917500', '105357.377500', '105357.837500', '105358.297500', '105358.757500', '105359.217500', '105359.677500', '105400.137500', '105400.597500', '105401.057500', '105401.517500', '105401.977500', '105402.437500', '105402.897500', '105403.357500', '105403.817500', '105404.277500', '105404.737500', '105405.197500', '105405.657500', '105406.117500', '105406.577500', '105407.037500', '105407.497500', '105407.957500', '105408.417500', '105408.877500', '105409.337500', '105409.797500', '105410.257500', '105410.717500', '105411.177500', '105411.637500', '105412.097500', '105412.557500', '105413.017500', '105413.477500', '105413.937500', '105414.397500', '105414.857500', '105415.317500', '105415.777500', '105416.237500', '105416.697500', '105417.157500', '105417.617500', '105418.077500', '105418.537500', '105418.997500', '105419.457500', '105419.917500', '105420.377500', '105420.837500', '105421.297500', '105421.757500', '105422.217500', '105422.677500', '105423.137500', '105423.597500', '105424.057500', '105424.517500', '105424.977500', '105425.437500', '105425.897500', '105426.357500', '105426.817500', '105427.277500', '105427.737500', '105428.197500', '105428.657500', '105429.117500', '105429.577500', '105430.037500', '105430.497500', '105430.957500', '105431.417500', '105431.877500', '105432.337500', '105432.797500', '105433.257500', '105433.717500', '105434.177500', '105434.637500', '105435.097500', '105435.557500', '105436.017500', '105436.477500', '105436.937500', '105437.397500', '105437.857500', '105438.317500', '105438.777500', '105439.237500', '105439.697500', '105440.157500', '105440.617500', '105441.077500', '105441.537500', '105441.997500', '105442.457500', '105442.917500', '105443.377500', '105443.837500', '105444.297500', '105444.757500', '105445.217500', '105445.677500', '105446.137500', '105446.597500', '105447.057500', '105447.517500', '105447.977500', '105448.437500', '105448.897500', '105449.357500', '105449.817500', '105450.277500', '105450.737500', '105451.197500', '105451.657500', '105452.117500', '105452.577500', '105453.037500', '105453.497500', '105453.957500', '105454.417500', '105454.877500', '105455.337500', '105455.797500', '105456.257500', '105456.717500', '105457.177500', '105457.637500', '105458.097500', '105458.557500', '105459.017500', '105459.477500', '105459.937500', '105500.397500', '105500.857500', '105501.317500', '105501.777500', '105502.237500', '105502.697500', '105503.157500', '105503.617500', '105504.077500', '105504.537500', '105504.997500', '105505.457500', '105505.917500', '105506.377500', '105506.837500', '105507.297500', '105507.757500', '105508.217500', '105508.677500', '105509.137500', '105509.597500', '105510.057500', '105510.517500', '105510.977500', '105511.437500', '105511.897500', '105512.357500', '105512.817500', '105513.277500', '105513.737500', '105514.197500', '105514.657500', '105515.117500', '105515.577500', '105516.037500', '105516.497500', '105516.957500', '105517.417500', '105517.877500', '105518.337500', '105518.797500', '105519.257500', '105519.717500', '105520.177500', '105520.637500', '105521.097500', '105521.557500', '105522.017500', '105522.477500', '105522.937500', '105523.397500', '105523.857500', '105524.317500', '105524.777500', '105525.237500', '105525.697500', '105526.157500', '105526.617500', '105527.077500', '105527.537500', '105527.997500', '105528.457500', '105528.917500', '105529.377500', '105529.837500', '105530.297500', '105530.757500', '105531.217500', '105531.677500', '105532.137500', '105532.597500', '105533.057500', '105533.517500', '105533.977500', '105534.437500', '105534.897500', '105535.357500', '105535.817500', '105536.277500', '105536.737500', '105537.197500', '105537.657500', '105538.117500', '105538.577500', '105539.037500', '105539.497500', '105539.957500', '105540.417500', '105540.877500', '105541.337500', '105541.797500', '105542.257500', '105542.717500', '105543.177500', '105543.637500', '105544.097500', '105544.557500', '105545.017500', '105545.477500', '105545.937500', '105546.397500', '105546.857500', '105547.317500', '105547.777500', '105548.237500', '105548.697500', '105549.157500', '105549.617500', '105550.077500', '105550.537500', '105550.997500', '105551.457500', '105551.917500', '105552.377500', '105552.837500', '105553.297500', '105553.757500', '105554.217500', '105554.677500', '105555.137500', '105555.597500', '105556.057500', '105556.517500', '105556.977500', '105557.437500', '105557.897500', '105558.357500', '105558.817500', '105559.277500', '105559.737500', '105600.197500', '105600.657500', '105601.117500', '105601.577500', '105602.037500', '105602.497500', '105602.957500', '105603.417500', '105603.877500', '105604.337500', '105604.797500', '105605.257500', '105605.717500', '105606.177500', '105606.637500', '105607.097500', '105607.557500', '105608.017500', '105608.477500', '105608.937500', '105609.397500', '105609.857500', '105610.317500', '105610.777500', '105611.237500', '105611.697500'], 'ContentTime': ['104627.485000', '104627.488000', '104627.498000', '104627.500000', '104627.503000', '104627.505000', '104627.508000', '104627.511000', '104627.513000', '104627.516000', '104627.519000', '104627.521000', '104627.524000', '104627.527000', '104627.529000', '104627.532000', '104627.534000', '104627.537000', '104627.540000', '104627.542000', '104627.545000', '104627.548000', '104627.550000', '104627.553000', '104627.556000', '104627.558000', '104627.561000', '104627.564000', '104627.566000', '104627.569000', '104627.571000', '104627.574000', '104627.576000', '104627.579000', '104627.582000', '104627.584000', '104627.587000', '104627.590000', '104627.592000', '104627.595000', '104627.597000', '104627.600000', '104627.603000', '104627.605000', '104627.608000', '104627.610000', '104627.613000', '104627.616000', '104647.462000', '104647.465000', '104647.467000', '104647.470000', '104647.472000', '104647.475000', '104647.477000', '104647.480000', '104647.483000', '104647.485000', '104647.488000', '104647.491000', '104647.493000', '104647.496000', '104647.498000', '104647.501000', '104647.504000', '104647.506000', '104647.509000', '104647.511000', '104647.514000', '104647.517000', '104647.519000', '104647.528000', '104647.531000', '104647.533000', '104647.536000', '104647.538000', '104647.541000', '104647.543000', '104647.546000', '104647.548000', '104647.551000', '104647.553000', '104647.556000', '104647.559000', '104647.561000', '104647.564000', '104647.566000', '104647.569000', '104647.571000', '104647.574000', '104647.576000', '104707.462000', '104707.464000', '104707.467000', '104707.469000', '104707.472000', '104707.474000', '104707.477000', '104707.480000', '104707.482000', '104707.485000', '104707.487000', '104707.490000', '104707.492000', '104707.495000', '104707.498000', '104707.500000', '104707.503000', '104707.505000', '104707.508000', '104707.510000', '104707.513000', '104707.516000', '104707.518000', '104707.534000', '104707.536000', '104707.539000', '104707.542000', '104707.544000', '104707.547000', '104707.549000', '104707.552000', '104707.554000', '104707.557000', '104707.560000', '104707.562000', '104707.565000', '104707.568000', '104707.570000', '104707.573000', '104707.575000', '104707.578000', '104707.580000', '104707.583000', '104707.586000', '104727.461000', '104727.464000', '104727.467000', '104727.470000', '104727.472000', '104727.475000', '104727.477000', '104727.480000', '104727.483000', '104727.485000', '104727.488000', '104727.490000', '104727.493000', '104727.495000', '104727.498000', '104727.501000', '104727.503000', '104727.512000', '104727.515000', '104727.517000', '104727.520000', '104727.522000', '104727.525000', '104727.528000', '104727.530000', '104727.533000', '104727.535000', '104727.538000', '104727.541000', '104727.543000', '104727.546000', '104727.548000', '104727.551000', '104727.553000', '104727.556000', '104727.559000', '104727.561000', '104727.564000', '104727.566000', '104727.569000', '104727.571000', '104727.574000', '104727.576000', '104747.460000', '104747.463000', '104747.466000', '104747.468000', '104747.471000', '104747.505000', '104747.507000', '104747.510000', '104747.512000', '104747.515000', '104747.518000', '104747.520000', '104747.523000', '104747.526000', '104747.528000', '104747.531000', '104747.534000', '104747.536000', '104747.539000', '104747.542000', '104747.544000', '104747.547000', '104747.549000', '104747.552000', '104747.554000', '104747.557000', '104747.560000', '104747.562000', '104747.565000', '104747.567000', '104747.570000', '104747.572000', '104747.575000', '104747.578000', '104747.580000', '104747.583000', '104747.594000', '104747.596000', '104747.599000', '104747.602000', '104747.604000', '104747.607000', '104747.609000', '104807.461000', '104807.464000', '104807.467000', '104807.470000', '104807.472000', '104807.475000', '104807.477000', '104807.480000', '104807.483000', '104807.485000', '104807.488000', '104807.490000', '104807.493000', '104807.496000', '104807.498000', '104807.501000', '104807.503000', '104807.506000', '104807.509000', '104807.511000', '104807.514000', '104807.516000', '104807.519000', '104807.522000', '104807.524000', '104807.527000', '104807.545000', '104807.547000', '104807.550000', '104807.552000', '104807.555000', '104807.557000', '104807.560000', '104807.563000', '104807.565000', '104807.568000', '104807.570000', '104807.573000', '104807.576000', '104807.578000', '104807.581000', '104807.583000', '104807.586000', '104807.589000', '104827.462000', '104827.464000', '104827.467000', '104827.470000', '104827.473000', '104827.475000', '104827.478000', '104827.480000', '104827.483000', '104827.486000', '104827.488000', '104827.491000', '104827.493000', '104827.496000', '104827.499000', '104827.501000', '104827.504000', '104827.507000', '104827.509000', '104827.512000', '104827.515000', '104827.517000', '104827.520000', '104827.522000', '104827.525000', '104827.527000', '104827.530000', '104827.533000', '104827.535000', '104827.538000', '104827.541000', '104827.543000', '104827.546000', '104827.548000', '104827.551000', '104827.554000', '104827.556000', '104827.559000', '104827.562000', '104827.564000', '104827.567000', '104827.569000', '104827.572000', '104847.461000', '104847.465000', '104847.467000', '104847.470000', '104847.472000', '104847.475000', '104847.485000', '104847.487000', '104847.490000', '104847.492000', '104847.495000', '104847.498000', '104847.500000', '104847.503000', '104847.505000', '104847.508000', '104847.510000', '104847.513000', '104847.516000', '104847.518000', '104847.521000', '104847.524000', '104847.526000', '104847.529000', '104847.531000', '104847.534000', '104847.536000', '104847.539000', '104847.541000', '104847.544000', '104847.547000', '104847.549000', '104847.552000', '104847.554000', '104847.557000', '104847.559000', '104847.562000', '104847.565000', '104847.567000', '104847.570000', '104847.572000', '104847.575000', '104847.577000', '104847.580000', '104907.462000', '104907.464000', '104907.467000', '104907.470000', '104907.472000', '104907.475000', '104907.477000', '104907.480000', '104907.483000', '104907.485000', '104907.488000', '104907.491000', '104907.493000', '104907.496000', '104907.498000', '104907.501000', '104907.504000', '104907.506000', '104907.509000', '104907.512000', '104907.515000', '104907.520000', '104907.522000', '104907.525000', '104907.527000', '104907.530000', '104907.532000', '104907.535000', '104907.538000', '104907.541000', '104907.557000', '104907.559000', '104907.562000', '104907.565000', '104907.567000', '104907.570000', '104907.573000', '104907.576000', '104907.578000', '104907.581000', '104907.583000', '104907.586000', '104907.589000', '104927.462000', '104927.464000', '104927.467000', '104927.469000', '104927.472000', '104927.475000', '104927.477000', '104927.480000', '104927.483000', '104927.485000', '104927.488000', '104927.490000', '104927.493000', '104927.495000', '104927.498000', '104927.501000', '104927.503000', '104927.506000', '104927.508000', '104927.511000', '104927.514000', '104927.516000', '104927.519000', '104927.521000', '104927.524000', '104927.526000', '104927.529000', '104927.532000', '104927.534000', '104927.542000', '104927.545000', '104927.547000', '104927.550000', '104927.552000', '104927.555000', '104927.558000', '104927.560000', '104927.563000', '104927.565000', '104927.568000', '104927.571000', '104927.573000', '104927.576000', '104927.578000', '104947.461000', '104947.464000', '104947.467000', '104947.470000', '104947.472000', '104947.475000', '104947.478000', '104947.480000', '104947.483000', '104947.485000', '104947.488000', '104947.491000', '104947.493000', '104947.496000', '104947.498000', '104947.501000', '104947.504000', '104947.506000', '104947.509000', '104947.511000', '104947.514000', '104947.516000', '104947.519000', '104947.521000', '104947.524000', '104947.527000', '104947.529000', '104947.532000', '104947.534000', '104947.537000', '104947.540000', '104947.542000', '104947.545000', '104947.547000', '104947.550000', '104947.553000', '104947.555000', '104947.558000', '104947.560000', '104947.563000', '104947.565000', '104947.568000', '104947.571000', '105007.460000', '105007.463000', '105007.466000', '105007.469000', '105007.471000', '105007.474000', '105007.476000', '105007.479000', '105007.482000', '105007.484000', '105007.487000', '105007.489000', '105007.492000', '105007.495000', '105007.497000', '105007.500000', '105007.502000', '105007.505000', '105007.507000', '105007.510000', '105007.513000', '105007.515000', '105007.518000', '105007.520000', '105007.523000', '105007.526000', '105007.528000', '105007.531000', '105007.533000', '105007.536000', '105007.538000', '105007.541000', '105007.544000', '105007.546000', '105007.549000', '105007.551000', '105007.554000', '105007.556000', '105007.559000', '105007.562000', '105007.564000', '105007.567000', '105007.569000', '105007.572000', '105027.461000', '105027.464000', '105027.467000', '105027.470000', '105027.472000', '105027.475000', '105027.478000', '105027.480000', '105027.483000', '105027.485000', '105027.488000', '105027.490000', '105027.493000', '105027.496000', '105027.498000', '105027.501000', '105027.503000', '105027.506000', '105027.509000', '105027.511000', '105027.514000', '105027.516000', '105027.519000', '105027.521000', '105027.524000', '105027.527000', '105027.529000', '105027.532000', '105027.534000', '105027.537000', '105027.540000', '105027.542000', '105027.545000', '105027.548000', '105027.551000', '105027.554000', '105027.556000', '105027.559000', '105027.561000', '105027.564000', '105027.566000', '105027.569000', '105027.572000', '105047.462000', '105047.465000', '105047.467000', '105047.470000', '105047.473000', '105047.475000', '105047.478000', '105047.481000', '105047.483000', '105047.486000', '105047.488000', '105047.491000', '105047.509000', '105047.511000', '105047.514000', '105047.517000', '105047.519000', '105047.522000', '105047.525000', '105047.527000', '105047.530000', '105047.532000', '105047.535000', '105047.538000', '105047.540000', '105047.543000', '105047.545000', '105047.548000', '105047.551000', '105047.553000', '105047.556000', '105047.565000', '105047.568000', '105047.571000', '105047.573000', '105047.576000', '105047.578000', '105047.581000', '105047.584000', '105047.586000', '105047.589000', '105047.592000', '105047.594000', '105047.597000', '105107.462000', '105107.464000', '105107.467000', '105107.469000', '105107.472000', '105107.475000', '105107.477000', '105107.480000', '105107.482000', '105107.485000', '105107.488000', '105107.490000', '105107.493000', '105107.495000', '105107.498000', '105107.500000', '105107.503000', '105107.506000', '105107.508000', '105107.511000', '105107.513000', '105107.516000', '105107.519000', '105107.521000', '105107.524000', '105107.527000', '105107.529000', '105107.532000', '105107.535000', '105107.537000', '105107.540000', '105107.542000', '105107.545000', '105107.548000', '105107.550000', '105107.553000', '105107.555000', '105107.558000', '105107.561000', '105107.563000', '105107.566000', '105107.569000', '105107.571000', '105127.462000', '105127.465000', '105127.467000', '105127.470000', '105127.472000', '105127.475000', '105127.478000', '105127.480000', '105127.483000', '105127.486000', '105127.488000', '105127.491000', '105127.493000', '105127.496000', '105127.499000', '105127.501000', '105127.504000', '105127.507000', '105127.509000', '105127.512000', '105127.514000', '105127.517000', '105127.520000', '105127.522000', '105127.525000', '105127.528000', '105127.530000', '105127.533000', '105127.535000', '105127.538000', '105127.541000', '105127.543000', '105127.546000', '105127.548000', '105127.551000', '105127.554000', '105127.556000', '105127.559000', '105127.561000', '105127.564000', '105127.567000', '105127.569000', '105127.572000', '105127.574000', '105147.462000', '105147.464000', '105147.467000', '105147.470000', '105147.472000', '105147.475000', '105147.477000', '105147.480000', '105147.483000', '105147.485000', '105147.488000', '105147.491000', '105147.493000', '105147.496000', '105147.498000', '105147.501000', '105147.504000', '105147.506000', '105147.509000', '105147.512000', '105147.514000', '105147.517000', '105147.519000', '105147.522000', '105147.525000', '105147.527000', '105147.530000', '105147.532000', '105147.535000', '105147.538000', '105147.540000', '105147.543000', '105147.545000', '105147.548000', '105147.551000', '105147.553000', '105147.556000', '105147.559000', '105147.561000', '105147.564000', '105147.566000', '105147.569000', '105147.571000', '105207.461000', '105207.464000', '105207.467000', '105207.469000', '105207.472000', '105207.474000', '105207.477000', '105207.480000', '105207.482000', '105207.485000', '105207.487000', '105207.490000', '105207.492000', '105207.495000', '105207.498000', '105207.500000', '105207.503000', '105207.505000', '105207.508000', '105207.510000', '105207.513000', '105207.516000', '105207.518000', '105207.537000', '105207.539000', '105207.542000', '105207.545000', '105207.547000', '105207.550000', '105207.552000', '105207.555000', '105207.558000', '105207.560000', '105207.563000', '105207.565000', '105207.568000', '105207.570000', '105207.573000', '105207.576000', '105207.580000', '105207.582000', '105207.585000', '105207.587000', '105207.590000', '105227.461000', '105227.463000', '105227.466000', '105227.469000', '105227.471000', '105227.474000', '105227.477000', '105227.479000', '105227.482000', '105227.484000', '105227.487000', '105227.490000', '105227.492000', '105227.495000', '105227.498000', '105227.500000', '105227.503000', '105227.505000', '105227.508000', '105227.511000', '105227.513000', '105227.516000', '105227.519000', '105227.521000', '105227.524000', '105227.526000', '105227.529000', '105227.532000', '105227.534000', '105227.537000', '105227.539000', '105227.542000', '105227.545000', '105227.547000', '105227.550000', '105227.552000', '105227.555000', '105227.557000', '105227.560000', '105227.563000', '105227.565000', '105227.568000', '105227.570000', '105247.461000', '105247.464000', '105247.467000', '105247.470000', '105247.472000', '105247.475000', '105247.477000', '105247.480000', '105247.483000', '105247.485000', '105247.488000', '105247.490000', '105247.493000', '105247.496000', '105247.498000', '105247.501000', '105247.503000', '105247.506000', '105247.509000', '105247.512000', '105247.514000', '105247.517000', '105247.519000', '105247.522000', '105247.525000', '105247.527000', '105247.530000', '105247.533000', '105247.535000', '105247.538000', '105247.540000', '105247.543000', '105247.546000', '105247.548000', '105247.551000', '105247.554000', '105247.556000', '105247.559000', '105247.561000', '105247.564000', '105247.566000', '105247.569000', '105247.571000', '105247.574000', '105307.462000', '105307.465000', '105307.467000', '105307.470000', '105307.472000', '105307.475000', '105307.478000', '105307.480000', '105307.483000', '105307.485000', '105307.488000', '105307.490000', '105307.493000', '105307.496000', '105307.498000', '105307.501000', '105307.503000', '105307.506000', '105307.508000', '105307.511000', '105307.514000', '105307.516000', '105307.519000', '105307.521000', '105307.524000', '105307.526000', '105307.529000', '105307.531000', '105307.534000', '105307.537000', '105307.539000', '105307.542000', '105307.545000', '105307.547000', '105307.550000', '105307.552000', '105307.555000', '105307.558000', '105307.560000', '105307.563000', '105307.565000', '105307.568000', '105307.571000', '105327.462000', '105327.464000', '105327.467000', '105327.470000', '105327.472000', '105327.475000', '105327.478000', '105327.480000', '105327.483000', '105327.485000', '105327.488000', '105327.491000', '105327.493000', '105327.496000', '105327.498000', '105327.501000', '105327.503000', '105327.506000', '105327.509000', '105327.511000', '105327.514000', '105327.516000', '105327.519000', '105327.522000', '105327.524000', '105327.527000', '105327.530000', '105327.532000', '105327.535000', '105327.537000', '105327.540000', '105327.542000', '105327.545000', '105327.557000', '105327.560000', '105327.562000', '105327.565000', '105327.567000', '105327.570000', '105327.572000', '105327.575000', '105327.578000', '105327.580000', '105327.583000', '105347.462000', '105347.464000', '105347.467000', '105347.470000', '105347.472000', '105347.475000', '105347.478000', '105347.480000', '105347.483000', '105347.485000', '105347.488000', '105347.490000', '105347.493000', '105347.496000', '105347.498000', '105347.501000', '105347.504000', '105347.506000', '105347.509000', '105347.512000', '105347.514000', '105347.517000', '105347.519000', '105347.522000', '105347.524000', '105347.527000', '105347.530000', '105347.532000', '105347.535000', '105347.537000', '105347.540000', '105347.542000', '105347.545000', '105347.548000', '105347.550000', '105347.553000', '105347.556000', '105347.558000', '105347.561000', '105347.563000', '105347.566000', '105347.569000', '105347.571000', '105407.462000', '105407.468000', '105407.471000', '105407.474000', '105407.476000', '105407.479000', '105407.481000', '105407.484000', '105407.486000', '105407.489000', '105407.492000', '105407.495000', '105407.497000', '105407.500000', '105407.502000', '105407.505000', '105407.507000', '105407.510000', '105407.513000', '105407.515000', '105407.518000', '105407.520000', '105407.523000', '105407.525000', '105407.528000', '105407.531000', '105407.533000', '105407.536000', '105407.539000', '105407.541000', '105407.544000', '105407.546000', '105407.549000', '105407.552000', '105407.554000', '105407.557000', '105407.559000', '105407.562000', '105407.564000', '105407.567000', '105407.570000', '105407.572000', '105407.575000', '105427.462000', '105427.464000', '105427.467000', '105427.469000', '105427.472000', '105427.475000', '105427.478000', '105427.480000', '105427.491000', '105427.494000', '105427.496000', '105427.499000', '105427.502000', '105427.504000', '105427.507000', '105427.509000', '105427.512000', '105427.515000', '105427.517000', '105427.520000', '105427.523000', '105427.525000', '105427.528000', '105427.530000', '105427.533000', '105427.535000', '105427.538000', '105427.541000', '105427.543000', '105427.546000', '105427.548000', '105427.551000', '105427.554000', '105427.556000', '105427.559000', '105427.562000', '105427.564000', '105427.567000', '105427.569000', '105427.572000', '105427.574000', '105427.577000', '105427.580000', '105427.582000', '105447.460000', '105447.463000', '105447.466000', '105447.469000', '105447.471000', '105447.474000', '105447.476000', '105447.479000', '105447.482000', '105447.484000', '105447.487000', '105447.489000', '105447.492000', '105447.495000', '105447.497000', '105447.500000', '105447.503000', '105447.505000', '105447.508000', '105447.510000', '105447.513000', '105447.515000', '105447.518000', '105447.521000', '105447.523000', '105447.526000', '105447.528000', '105447.531000', '105447.534000', '105447.536000', '105447.545000', '105447.548000', '105447.551000', '105447.553000', '105447.556000', '105447.558000', '105447.561000', '105447.563000', '105447.566000', '105447.569000', '105447.571000', '105447.574000', '105447.576000', '105507.462000', '105507.465000', '105507.467000', '105507.470000', '105507.472000', '105507.475000', '105507.478000', '105507.480000', '105507.483000', '105507.485000', '105507.488000', '105507.491000', '105507.493000', '105507.496000', '105507.498000', '105507.501000', '105507.503000', '105507.506000', '105507.509000', '105507.511000', '105507.514000', '105507.516000', '105507.519000', '105507.522000', '105507.524000', '105507.527000', '105507.529000', '105507.532000', '105507.534000', '105507.537000', '105507.540000', '105507.542000', '105507.545000', '105507.547000', '105507.550000', '105507.553000', '105507.555000', '105507.558000', '105507.560000', '105507.563000', '105507.565000', '105507.568000', '105507.571000', '105507.573000', '105527.461000', '105527.464000', '105527.467000', '105527.470000', '105527.472000', '105527.475000', '105527.478000', '105527.480000', '105527.483000', '105527.486000', '105527.488000', '105527.491000', '105527.495000', '105527.498000', '105527.501000', '105527.503000', '105527.506000', '105527.508000', '105527.511000', '105527.514000', '105527.516000', '105527.519000', '105527.521000', '105527.524000', '105527.527000', '105527.530000', '105527.533000', '105527.536000', '105527.539000', '105527.541000', '105527.544000', '105527.546000', '105527.549000', '105527.552000', '105527.554000', '105527.557000', '105527.560000', '105527.562000', '105527.565000', '105527.567000', '105527.570000', '105527.572000', '105527.575000', '105547.461000', '105547.464000', '105547.467000', '105547.470000', '105547.472000', '105547.475000', '105547.478000', '105547.480000', '105547.483000', '105547.485000', '105547.488000', '105547.491000', '105547.493000', '105547.496000', '105547.500000', '105547.502000', '105547.505000', '105547.507000', '105547.510000', '105547.513000', '105547.515000', '105547.518000', '105547.520000', '105547.523000', '105547.525000', '105547.528000', '105547.531000', '105547.533000', '105547.536000', '105547.538000', '105547.541000', '105547.544000', '105547.546000', '105547.549000', '105547.551000', '105547.554000', '105547.556000', '105547.559000', '105547.562000', '105547.564000', '105547.567000', '105547.569000', '105547.572000', '105547.575000', '105607.462000', '105607.464000', '105607.467000', '105607.470000', '105607.472000', '105607.475000', '105607.477000', '105607.480000', '105607.482000', '105607.485000', '105607.488000', '105607.490000', '105607.506000', '105607.509000', '105607.511000', '105607.514000', '105607.517000', '105607.519000', '105607.522000', '105607.524000', '105607.527000', '105607.529000', '105607.532000', '105607.535000', '105607.538000', '105607.540000', '105607.543000', '105607.545000', '105607.548000', '105607.551000', '105607.553000', '105607.556000', '105607.558000', '105607.561000', '105607.564000', '105607.566000', '105607.569000', '105607.571000', '105607.574000', '105607.576000', '105607.579000', '105607.582000', '105607.584000', '105607.587000', '105613.500000', '105613.503000', '105613.506000', '105613.508000', '105613.511000', '105613.514000', '105613.516000', '105613.519000', '105613.521000', '105613.524000', '105613.526000', '105613.529000', '105613.532000'], 'InstanceCreationTime': ['104627.485000', '104627.488000', '104627.498000', '104627.500000', '104627.503000', '104627.505000', '104627.508000', '104627.511000', '104627.513000', '104627.516000', '104627.519000', '104627.521000', '104627.524000', '104627.527000', '104627.529000', '104627.532000', '104627.534000', '104627.537000', '104627.540000', '104627.542000', '104627.545000', '104627.548000', '104627.550000', '104627.553000', '104627.556000', '104627.558000', '104627.561000', '104627.564000', '104627.566000', '104627.569000', '104627.571000', '104627.574000', '104627.576000', '104627.579000', '104627.582000', '104627.584000', '104627.587000', '104627.590000', '104627.592000', '104627.595000', '104627.597000', '104627.600000', '104627.603000', '104627.605000', '104627.608000', '104627.610000', '104627.613000', '104627.616000', '104647.462000', '104647.465000', '104647.467000', '104647.470000', '104647.472000', '104647.475000', '104647.477000', '104647.480000', '104647.483000', '104647.485000', '104647.488000', '104647.491000', '104647.493000', '104647.496000', '104647.498000', '104647.501000', '104647.504000', '104647.506000', '104647.509000', '104647.511000', '104647.514000', '104647.517000', '104647.519000', '104647.528000', '104647.531000', '104647.533000', '104647.536000', '104647.538000', '104647.541000', '104647.543000', '104647.546000', '104647.548000', '104647.551000', '104647.553000', '104647.556000', '104647.559000', '104647.561000', '104647.564000', '104647.566000', '104647.569000', '104647.571000', '104647.574000', '104647.576000', '104707.462000', '104707.464000', '104707.467000', '104707.469000', '104707.472000', '104707.474000', '104707.477000', '104707.480000', '104707.482000', '104707.485000', '104707.487000', '104707.490000', '104707.492000', '104707.495000', '104707.498000', '104707.500000', '104707.503000', '104707.505000', '104707.508000', '104707.510000', '104707.513000', '104707.516000', '104707.518000', '104707.534000', '104707.536000', '104707.539000', '104707.542000', '104707.544000', '104707.547000', '104707.549000', '104707.552000', '104707.554000', '104707.557000', '104707.560000', '104707.562000', '104707.565000', '104707.568000', '104707.570000', '104707.573000', '104707.575000', '104707.578000', '104707.580000', '104707.583000', '104707.586000', '104727.461000', '104727.464000', '104727.467000', '104727.470000', '104727.472000', '104727.475000', '104727.477000', '104727.480000', '104727.483000', '104727.485000', '104727.488000', '104727.490000', '104727.493000', '104727.495000', '104727.498000', '104727.501000', '104727.503000', '104727.512000', '104727.515000', '104727.517000', '104727.520000', '104727.522000', '104727.525000', '104727.528000', '104727.530000', '104727.533000', '104727.535000', '104727.538000', '104727.541000', '104727.543000', '104727.546000', '104727.548000', '104727.551000', '104727.553000', '104727.556000', '104727.559000', '104727.561000', '104727.564000', '104727.566000', '104727.569000', '104727.571000', '104727.574000', '104727.576000', '104747.460000', '104747.463000', '104747.466000', '104747.468000', '104747.471000', '104747.505000', '104747.507000', '104747.510000', '104747.512000', '104747.515000', '104747.518000', '104747.520000', '104747.523000', '104747.526000', '104747.528000', '104747.531000', '104747.534000', '104747.536000', '104747.539000', '104747.542000', '104747.544000', '104747.547000', '104747.549000', '104747.552000', '104747.554000', '104747.557000', '104747.560000', '104747.562000', '104747.565000', '104747.567000', '104747.570000', '104747.572000', '104747.575000', '104747.578000', '104747.580000', '104747.583000', '104747.594000', '104747.596000', '104747.599000', '104747.602000', '104747.604000', '104747.607000', '104747.609000', '104807.461000', '104807.464000', '104807.467000', '104807.470000', '104807.472000', '104807.475000', '104807.477000', '104807.480000', '104807.483000', '104807.485000', '104807.488000', '104807.490000', '104807.493000', '104807.496000', '104807.498000', '104807.501000', '104807.503000', '104807.506000', '104807.509000', '104807.511000', '104807.514000', '104807.516000', '104807.519000', '104807.522000', '104807.524000', '104807.527000', '104807.545000', '104807.547000', '104807.550000', '104807.552000', '104807.555000', '104807.557000', '104807.560000', '104807.563000', '104807.565000', '104807.568000', '104807.570000', '104807.573000', '104807.576000', '104807.578000', '104807.581000', '104807.583000', '104807.586000', '104807.589000', '104827.462000', '104827.464000', '104827.467000', '104827.470000', '104827.473000', '104827.475000', '104827.478000', '104827.480000', '104827.483000', '104827.486000', '104827.488000', '104827.491000', '104827.493000', '104827.496000', '104827.499000', '104827.501000', '104827.504000', '104827.507000', '104827.509000', '104827.512000', '104827.515000', '104827.517000', '104827.520000', '104827.522000', '104827.525000', '104827.527000', '104827.530000', '104827.533000', '104827.535000', '104827.538000', '104827.541000', '104827.543000', '104827.546000', '104827.548000', '104827.551000', '104827.554000', '104827.556000', '104827.559000', '104827.562000', '104827.564000', '104827.567000', '104827.569000', '104827.572000', '104847.461000', '104847.465000', '104847.467000', '104847.470000', '104847.472000', '104847.475000', '104847.485000', '104847.487000', '104847.490000', '104847.492000', '104847.495000', '104847.498000', '104847.500000', '104847.503000', '104847.505000', '104847.508000', '104847.510000', '104847.513000', '104847.516000', '104847.518000', '104847.521000', '104847.524000', '104847.526000', '104847.529000', '104847.531000', '104847.534000', '104847.536000', '104847.539000', '104847.541000', '104847.544000', '104847.547000', '104847.549000', '104847.552000', '104847.554000', '104847.557000', '104847.559000', '104847.562000', '104847.565000', '104847.567000', '104847.570000', '104847.572000', '104847.575000', '104847.577000', '104847.580000', '104907.462000', '104907.464000', '104907.467000', '104907.470000', '104907.472000', '104907.475000', '104907.477000', '104907.480000', '104907.483000', '104907.485000', '104907.488000', '104907.491000', '104907.493000', '104907.496000', '104907.498000', '104907.501000', '104907.504000', '104907.506000', '104907.509000', '104907.512000', '104907.515000', '104907.520000', '104907.522000', '104907.525000', '104907.527000', '104907.530000', '104907.532000', '104907.535000', '104907.538000', '104907.541000', '104907.557000', '104907.559000', '104907.562000', '104907.565000', '104907.567000', '104907.570000', '104907.573000', '104907.576000', '104907.578000', '104907.581000', '104907.583000', '104907.586000', '104907.589000', '104927.462000', '104927.464000', '104927.467000', '104927.469000', '104927.472000', '104927.475000', '104927.477000', '104927.480000', '104927.483000', '104927.485000', '104927.488000', '104927.490000', '104927.493000', '104927.495000', '104927.498000', '104927.501000', '104927.503000', '104927.506000', '104927.508000', '104927.511000', '104927.514000', '104927.516000', '104927.519000', '104927.521000', '104927.524000', '104927.526000', '104927.529000', '104927.532000', '104927.534000', '104927.542000', '104927.545000', '104927.547000', '104927.550000', '104927.552000', '104927.555000', '104927.558000', '104927.560000', '104927.563000', '104927.565000', '104927.568000', '104927.571000', '104927.573000', '104927.576000', '104927.578000', '104947.461000', '104947.464000', '104947.467000', '104947.470000', '104947.472000', '104947.475000', '104947.478000', '104947.480000', '104947.483000', '104947.485000', '104947.488000', '104947.491000', '104947.493000', '104947.496000', '104947.498000', '104947.501000', '104947.504000', '104947.506000', '104947.509000', '104947.511000', '104947.514000', '104947.516000', '104947.519000', '104947.521000', '104947.524000', '104947.527000', '104947.529000', '104947.532000', '104947.534000', '104947.537000', '104947.540000', '104947.542000', '104947.545000', '104947.547000', '104947.550000', '104947.553000', '104947.555000', '104947.558000', '104947.560000', '104947.563000', '104947.565000', '104947.568000', '104947.571000', '105007.460000', '105007.463000', '105007.466000', '105007.469000', '105007.471000', '105007.474000', '105007.476000', '105007.479000', '105007.482000', '105007.484000', '105007.487000', '105007.489000', '105007.492000', '105007.495000', '105007.497000', '105007.500000', '105007.502000', '105007.505000', '105007.507000', '105007.510000', '105007.513000', '105007.515000', '105007.518000', '105007.520000', '105007.523000', '105007.526000', '105007.528000', '105007.531000', '105007.533000', '105007.536000', '105007.538000', '105007.541000', '105007.544000', '105007.546000', '105007.549000', '105007.551000', '105007.554000', '105007.556000', '105007.559000', '105007.562000', '105007.564000', '105007.567000', '105007.569000', '105007.572000', '105027.461000', '105027.464000', '105027.467000', '105027.470000', '105027.472000', '105027.475000', '105027.478000', '105027.480000', '105027.483000', '105027.485000', '105027.488000', '105027.490000', '105027.493000', '105027.496000', '105027.498000', '105027.501000', '105027.503000', '105027.506000', '105027.509000', '105027.511000', '105027.514000', '105027.516000', '105027.519000', '105027.521000', '105027.524000', '105027.527000', '105027.529000', '105027.532000', '105027.534000', '105027.537000', '105027.540000', '105027.542000', '105027.545000', '105027.548000', '105027.551000', '105027.554000', '105027.556000', '105027.559000', '105027.561000', '105027.564000', '105027.566000', '105027.569000', '105027.572000', '105047.462000', '105047.465000', '105047.467000', '105047.470000', '105047.473000', '105047.475000', '105047.478000', '105047.481000', '105047.483000', '105047.486000', '105047.488000', '105047.491000', '105047.509000', '105047.511000', '105047.514000', '105047.517000', '105047.519000', '105047.522000', '105047.525000', '105047.527000', '105047.530000', '105047.532000', '105047.535000', '105047.538000', '105047.540000', '105047.543000', '105047.545000', '105047.548000', '105047.551000', '105047.553000', '105047.556000', '105047.565000', '105047.568000', '105047.571000', '105047.573000', '105047.576000', '105047.578000', '105047.581000', '105047.584000', '105047.586000', '105047.589000', '105047.592000', '105047.594000', '105047.597000', '105107.462000', '105107.464000', '105107.467000', '105107.469000', '105107.472000', '105107.475000', '105107.477000', '105107.480000', '105107.482000', '105107.485000', '105107.488000', '105107.490000', '105107.493000', '105107.495000', '105107.498000', '105107.500000', '105107.503000', '105107.506000', '105107.508000', '105107.511000', '105107.513000', '105107.516000', '105107.519000', '105107.521000', '105107.524000', '105107.527000', '105107.529000', '105107.532000', '105107.535000', '105107.537000', '105107.540000', '105107.542000', '105107.545000', '105107.548000', '105107.550000', '105107.553000', '105107.555000', '105107.558000', '105107.561000', '105107.563000', '105107.566000', '105107.569000', '105107.571000', '105127.462000', '105127.465000', '105127.467000', '105127.470000', '105127.472000', '105127.475000', '105127.478000', '105127.480000', '105127.483000', '105127.486000', '105127.488000', '105127.491000', '105127.493000', '105127.496000', '105127.499000', '105127.501000', '105127.504000', '105127.507000', '105127.509000', '105127.512000', '105127.514000', '105127.517000', '105127.520000', '105127.522000', '105127.525000', '105127.528000', '105127.530000', '105127.533000', '105127.535000', '105127.538000', '105127.541000', '105127.543000', '105127.546000', '105127.548000', '105127.551000', '105127.554000', '105127.556000', '105127.559000', '105127.561000', '105127.564000', '105127.567000', '105127.569000', '105127.572000', '105127.574000', '105147.462000', '105147.464000', '105147.467000', '105147.470000', '105147.472000', '105147.475000', '105147.477000', '105147.480000', '105147.483000', '105147.485000', '105147.488000', '105147.491000', '105147.493000', '105147.496000', '105147.498000', '105147.501000', '105147.504000', '105147.506000', '105147.509000', '105147.512000', '105147.514000', '105147.517000', '105147.519000', '105147.522000', '105147.525000', '105147.527000', '105147.530000', '105147.532000', '105147.535000', '105147.538000', '105147.540000', '105147.543000', '105147.545000', '105147.548000', '105147.551000', '105147.553000', '105147.556000', '105147.559000', '105147.561000', '105147.564000', '105147.566000', '105147.569000', '105147.571000', '105207.461000', '105207.464000', '105207.467000', '105207.469000', '105207.472000', '105207.474000', '105207.477000', '105207.480000', '105207.482000', '105207.485000', '105207.487000', '105207.490000', '105207.492000', '105207.495000', '105207.498000', '105207.500000', '105207.503000', '105207.505000', '105207.508000', '105207.510000', '105207.513000', '105207.516000', '105207.518000', '105207.537000', '105207.539000', '105207.542000', '105207.545000', '105207.547000', '105207.550000', '105207.552000', '105207.555000', '105207.558000', '105207.560000', '105207.563000', '105207.565000', '105207.568000', '105207.570000', '105207.573000', '105207.576000', '105207.580000', '105207.582000', '105207.585000', '105207.587000', '105207.590000', '105227.461000', '105227.463000', '105227.466000', '105227.469000', '105227.471000', '105227.474000', '105227.477000', '105227.479000', '105227.482000', '105227.484000', '105227.487000', '105227.490000', '105227.492000', '105227.495000', '105227.498000', '105227.500000', '105227.503000', '105227.505000', '105227.508000', '105227.511000', '105227.513000', '105227.516000', '105227.519000', '105227.521000', '105227.524000', '105227.526000', '105227.529000', '105227.532000', '105227.534000', '105227.537000', '105227.539000', '105227.542000', '105227.545000', '105227.547000', '105227.550000', '105227.552000', '105227.555000', '105227.557000', '105227.560000', '105227.563000', '105227.565000', '105227.568000', '105227.570000', '105247.461000', '105247.464000', '105247.467000', '105247.470000', '105247.472000', '105247.475000', '105247.477000', '105247.480000', '105247.483000', '105247.485000', '105247.488000', '105247.490000', '105247.493000', '105247.496000', '105247.498000', '105247.501000', '105247.503000', '105247.506000', '105247.509000', '105247.512000', '105247.514000', '105247.517000', '105247.519000', '105247.522000', '105247.525000', '105247.527000', '105247.530000', '105247.533000', '105247.535000', '105247.538000', '105247.540000', '105247.543000', '105247.546000', '105247.548000', '105247.551000', '105247.554000', '105247.556000', '105247.559000', '105247.561000', '105247.564000', '105247.566000', '105247.569000', '105247.571000', '105247.574000', '105307.462000', '105307.465000', '105307.467000', '105307.470000', '105307.472000', '105307.475000', '105307.478000', '105307.480000', '105307.483000', '105307.485000', '105307.488000', '105307.490000', '105307.493000', '105307.496000', '105307.498000', '105307.501000', '105307.503000', '105307.506000', '105307.508000', '105307.511000', '105307.514000', '105307.516000', '105307.519000', '105307.521000', '105307.524000', '105307.526000', '105307.529000', '105307.531000', '105307.534000', '105307.537000', '105307.539000', '105307.542000', '105307.545000', '105307.547000', '105307.550000', '105307.552000', '105307.555000', '105307.558000', '105307.560000', '105307.563000', '105307.565000', '105307.568000', '105307.571000', '105327.462000', '105327.464000', '105327.467000', '105327.470000', '105327.472000', '105327.475000', '105327.478000', '105327.480000', '105327.483000', '105327.485000', '105327.488000', '105327.491000', '105327.493000', '105327.496000', '105327.498000', '105327.501000', '105327.503000', '105327.506000', '105327.509000', '105327.511000', '105327.514000', '105327.516000', '105327.519000', '105327.522000', '105327.524000', '105327.527000', '105327.530000', '105327.532000', '105327.535000', '105327.537000', '105327.540000', '105327.542000', '105327.545000', '105327.557000', '105327.560000', '105327.562000', '105327.565000', '105327.567000', '105327.570000', '105327.572000', '105327.575000', '105327.578000', '105327.580000', '105327.583000', '105347.462000', '105347.464000', '105347.467000', '105347.470000', '105347.472000', '105347.475000', '105347.478000', '105347.480000', '105347.483000', '105347.485000', '105347.488000', '105347.490000', '105347.493000', '105347.496000', '105347.498000', '105347.501000', '105347.504000', '105347.506000', '105347.509000', '105347.512000', '105347.514000', '105347.517000', '105347.519000', '105347.522000', '105347.524000', '105347.527000', '105347.530000', '105347.532000', '105347.535000', '105347.537000', '105347.540000', '105347.542000', '105347.545000', '105347.548000', '105347.550000', '105347.553000', '105347.556000', '105347.558000', '105347.561000', '105347.563000', '105347.566000', '105347.569000', '105347.571000', '105407.462000', '105407.468000', '105407.471000', '105407.474000', '105407.476000', '105407.479000', '105407.481000', '105407.484000', '105407.486000', '105407.489000', '105407.492000', '105407.495000', '105407.497000', '105407.500000', '105407.502000', '105407.505000', '105407.507000', '105407.510000', '105407.513000', '105407.515000', '105407.518000', '105407.520000', '105407.523000', '105407.525000', '105407.528000', '105407.531000', '105407.533000', '105407.536000', '105407.539000', '105407.541000', '105407.544000', '105407.546000', '105407.549000', '105407.552000', '105407.554000', '105407.557000', '105407.559000', '105407.562000', '105407.564000', '105407.567000', '105407.570000', '105407.572000', '105407.575000', '105427.462000', '105427.464000', '105427.467000', '105427.469000', '105427.472000', '105427.475000', '105427.478000', '105427.480000', '105427.491000', '105427.494000', '105427.496000', '105427.499000', '105427.502000', '105427.504000', '105427.507000', '105427.509000', '105427.512000', '105427.515000', '105427.517000', '105427.520000', '105427.523000', '105427.525000', '105427.528000', '105427.530000', '105427.533000', '105427.535000', '105427.538000', '105427.541000', '105427.543000', '105427.546000', '105427.548000', '105427.551000', '105427.554000', '105427.556000', '105427.559000', '105427.562000', '105427.564000', '105427.567000', '105427.569000', '105427.572000', '105427.574000', '105427.577000', '105427.580000', '105427.582000', '105447.460000', '105447.463000', '105447.466000', '105447.469000', '105447.471000', '105447.474000', '105447.476000', '105447.479000', '105447.482000', '105447.484000', '105447.487000', '105447.489000', '105447.492000', '105447.495000', '105447.497000', '105447.500000', '105447.503000', '105447.505000', '105447.508000', '105447.510000', '105447.513000', '105447.515000', '105447.518000', '105447.521000', '105447.523000', '105447.526000', '105447.528000', '105447.531000', '105447.534000', '105447.536000', '105447.545000', '105447.548000', '105447.551000', '105447.553000', '105447.556000', '105447.558000', '105447.561000', '105447.563000', '105447.566000', '105447.569000', '105447.571000', '105447.574000', '105447.576000', '105507.462000', '105507.465000', '105507.467000', '105507.470000', '105507.472000', '105507.475000', '105507.478000', '105507.480000', '105507.483000', '105507.485000', '105507.488000', '105507.491000', '105507.493000', '105507.496000', '105507.498000', '105507.501000', '105507.503000', '105507.506000', '105507.509000', '105507.511000', '105507.514000', '105507.516000', '105507.519000', '105507.522000', '105507.524000', '105507.527000', '105507.529000', '105507.532000', '105507.534000', '105507.537000', '105507.540000', '105507.542000', '105507.545000', '105507.547000', '105507.550000', '105507.553000', '105507.555000', '105507.558000', '105507.560000', '105507.563000', '105507.565000', '105507.568000', '105507.571000', '105507.573000', '105527.461000', '105527.464000', '105527.467000', '105527.470000', '105527.472000', '105527.475000', '105527.478000', '105527.480000', '105527.483000', '105527.486000', '105527.488000', '105527.491000', '105527.495000', '105527.498000', '105527.501000', '105527.503000', '105527.506000', '105527.508000', '105527.511000', '105527.514000', '105527.516000', '105527.519000', '105527.521000', '105527.524000', '105527.527000', '105527.530000', '105527.533000', '105527.536000', '105527.539000', '105527.541000', '105527.544000', '105527.546000', '105527.549000', '105527.552000', '105527.554000', '105527.557000', '105527.560000', '105527.562000', '105527.565000', '105527.567000', '105527.570000', '105527.572000', '105527.575000', '105547.461000', '105547.464000', '105547.467000', '105547.470000', '105547.472000', '105547.475000', '105547.478000', '105547.480000', '105547.483000', '105547.485000', '105547.488000', '105547.491000', '105547.493000', '105547.496000', '105547.500000', '105547.502000', '105547.505000', '105547.507000', '105547.510000', '105547.513000', '105547.515000', '105547.518000', '105547.520000', '105547.523000', '105547.525000', '105547.528000', '105547.531000', '105547.533000', '105547.536000', '105547.538000', '105547.541000', '105547.544000', '105547.546000', '105547.549000', '105547.551000', '105547.554000', '105547.556000', '105547.559000', '105547.562000', '105547.564000', '105547.567000', '105547.569000', '105547.572000', '105547.575000', '105607.462000', '105607.464000', '105607.467000', '105607.470000', '105607.472000', '105607.475000', '105607.477000', '105607.480000', '105607.482000', '105607.485000', '105607.488000', '105607.490000', '105607.506000', '105607.509000', '105607.511000', '105607.514000', '105607.517000', '105607.519000', '105607.522000', '105607.524000', '105607.527000', '105607.529000', '105607.532000', '105607.535000', '105607.538000', '105607.540000', '105607.543000', '105607.545000', '105607.548000', '105607.551000', '105607.553000', '105607.556000', '105607.558000', '105607.561000', '105607.564000', '105607.566000', '105607.569000', '105607.571000', '105607.574000', '105607.576000', '105607.579000', '105607.582000', '105607.584000', '105607.587000', '105613.500000', '105613.503000', '105613.506000', '105613.508000', '105613.511000', '105613.514000', '105613.516000', '105613.519000', '105613.521000', '105613.524000', '105613.526000', '105613.529000', '105613.532000'], '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': [10425, 10572, 9357, 7757, 7568, 9848, 14175, 12778, 12188, 16711, 14142, 9242, 7641, 10389, 13098, 12371, 12090, 8770, 7045, 7110, 7095, 7694, 10278, 9495, 8951, 10480, 11216, 12764, 14163, 13831, 11118, 8153, 8601, 7802, 8710, 9277, 9611, 7587, 7340, 7970, 12423, 10564, 8758, 7342, 8682, 7275, 7597, 11758, 9149, 8386, 8190, 9492, 7854, 7617, 11862, 8245, 7784, 8135, 8367, 7390, 8318, 11768, 9281, 7152, 8757, 10319, 7580, 7409, 8774, 12098, 9248, 7458, 7301, 8981, 12251, 9107, 7679, 7016, 10168, 7761, 7244, 10205, 8624, 7587, 7503, 11864, 11075, 8150, 7327, 10685, 9590, 7311, 7964, 10769, 7744, 7271, 7431, 11829, 10031, 7658, 7340, 11110, 8195, 7122, 11481, 9337, 7554, 8110, 10452, 7379, 8071, 11636, 7674, 7262, 11038, 7656, 8841, 11669, 7424, 7992, 8385, 7196, 7436, 9800, 7287, 7436, 7698, 12004, 8656, 8621, 11866, 8356, 8263, 10977, 7249, 7070, 11531, 8973, 7211, 10309, 7361, 7286, 10356, 7319, 12087, 8339, 10924, 8114, 7125, 11899, 7739, 6948, 8678, 9275, 7207, 9402, 8097, 7115, 12136, 7350, 8379, 7395, 7039, 11452, 7177, 9894, 7608, 7927, 10237, 7278, 9917, 7573, 8153, 11310, 7567, 9842, 7646, 6822, 11834, 7208, 10965, 7764, 7712, 14184, 8212, 10916, 8321, 7233, 14105, 8507, 7086, 9759, 7316, 13813, 9201, 7110, 10030, 7110, 12343, 8069, 7264, 10516, 7579, 7304, 10571, 7435, 7175, 11264, 7746, 9709, 10331, 7242, 9491, 9086, 7460, 12602, 10120, 8071, 15058, 10675, 7178, 9108, 7330, 6917, 11273, 8923, 7372, 7625, 11603, 7292, 10550, 7552, 7193, 11040, 7543, 7501, 7547, 7179, 11565, 7960, 7414, 10471, 7298, 7251, 11636, 7207, 10633, 7626, 7186, 12283, 8684, 8684, 10642, 7450, 12118, 9942, 8327, 15170, 7865, 7079, 9107, 7120, 12812, 8856, 7334, 8973, 7385, 11254, 8014, 7222, 12007, 8507, 7363, 9309, 7162, 12719, 8663, 7331, 12291, 7511, 8542, 8580, 7139, 12439, 8500, 7163, 10929, 7752, 11829, 8566, 6983, 10484, 7315, 8807, 9603, 7024, 9828, 7767, 7146, 11830, 7926, 9525, 8434, 7309, 12774, 9067, 9730, 10238, 7006, 11388, 7766, 8092, 10532, 6986, 11861, 8130, 7413, 12066, 8175, 11288, 8452, 7193, 11670, 8695, 12659, 8570, 6982, 7611, 7190, 7997, 8371, 7311, 12018, 7877, 7425, 11691, 7641, 9129, 12725, 8005, 7414, 10981, 6995, 14193, 10053, 7145, 11869, 8625, 11133, 9183, 7117, 12769, 8551, 7165, 10761, 7123, 10341, 9041, 7259, 13429, 9446, 6891, 11060, 7139, 13333, 9342, 8534, 12180, 7112, 11541, 9001, 7476, 13797, 8866, 13774, 8188, 7338, 11266, 7039, 13469, 9448, 7242, 9851, 7125, 12571, 7297, 11013, 7114, 9181, 7297, 7410, 8385, 7138, 9592, 7616, 7183, 12222, 8255, 9495, 7868, 7069, 12996, 8849, 8295, 8400, 7236, 12930, 9585, 7224, 10245, 7088, 13052, 9622, 7059, 9559, 6987, 8851, 10026, 7132, 12188, 8899, 9072, 11538, 8129, 7293, 12513, 8762, 7337, 12998, 8894, 12077, 8183, 7241, 12451, 8906, 7527, 9140, 7309, 12943, 9924, 6902, 10901, 8165, 12501, 9709, 7001, 11394, 8353, 7217, 12401, 8888, 8494, 9900, 7234, 13515, 9546, 7034, 11883, 9141, 10392, 9541, 7292, 12296, 9239, 8603, 12345, 8109, 9252, 9614, 7421, 13300, 9882, 7209, 11782, 8618, 11670, 10217, 7323, 12122, 8638, 7248, 12566, 7438, 11407, 7447, 6944, 12818, 9093, 8222, 9962, 7177, 12844, 9055, 8641, 10689, 7440, 11062, 8776, 7138, 12859, 8388, 7512, 10878, 7407, 11610, 9378, 7210, 12841, 9044, 7428, 12474, 8103, 10385, 9723, 6967, 13374, 9591, 7059, 11222, 7749, 10882, 10884, 7124, 12864, 8756, 7285, 11982, 9377, 7858, 12236, 7909, 6942, 12508, 9483, 9722, 11533, 7342, 12407, 8484, 7585, 12548, 8493, 7985, 9329, 7312, 13270, 9635, 7109, 11636, 8511, 12455, 9743, 7277, 12124, 8252, 9260, 11072, 6886, 13381, 8897, 6825, 12317, 8958, 9934, 11814, 7091, 12670, 8880, 8703, 12458, 8023, 10787, 8109, 7306, 12144, 7099, 10653, 7880, 7181, 12548, 8090, 13532, 9078, 7076, 12027, 8291, 12118, 10423, 7218, 12304, 8068, 7845, 12580, 7307, 12008, 7890, 7005, 13282, 9035, 7742, 9778, 7132, 13147, 9113, 12188, 8058, 7383, 12201, 8801, 7176, 11848, 7642, 11401, 9702, 7345, 13648, 9383, 7346, 12215, 8589, 9875, 10775, 7100, 13633, 9505, 7459, 12465, 7383, 7360, 11752, 7585, 11684, 10603, 6903, 13703, 9561, 7500, 13009, 9546, 7058, 12827, 9084, 7072, 12942, 8202, 14447, 10984, 6884, 12331, 8667, 7297, 13150, 9209, 7013, 11692, 8020, 12756, 10130, 7379, 12933, 9126, 8380, 12438, 7404, 10553, 8346, 7277, 12996, 8885, 8165, 10406, 7244, 13596, 8420, 10293, 7633, 7284, 12831, 9311, 7638, 10840, 7196, 13742, 10188, 8065, 13846, 8470, 13130, 9676, 9841, 12259, 7778, 12880, 8932, 8850, 11876, 7226, 9003, 9336, 7149, 13490, 9781, 7704, 12789, 8035, 8235, 11754, 7407, 12964, 9565, 7260, 13086, 9073, 7962, 13494, 8427, 10322, 8731, 7315, 13525, 9683, 7521, 11050, 7337, 12275, 9285, 7396, 13487, 9168, 7297, 12681, 9021, 12401, 11128, 7218, 11684, 8751, 7431, 14251, 10326, 6995, 11730, 7887, 9817, 11729, 7364, 13099, 8572, 7321, 12564, 9456, 7922, 13340, 8789, 7193, 12025, 9870, 7592, 13898, 12380, 9961, 15600, 9082, 7938, 11126, 7317, 13936, 10850, 7137, 11673, 8340, 7353, 13228, 9540, 10756, 10560, 7308, 9903, 9267, 7176, 14292, 10879, 7025, 12370, 8684, 8489, 12955, 8479, 8370, 9395, 6958, 13545, 10220, 7099, 12873, 9132, 7939, 13714, 9807, 7193, 12376, 8954, 10781, 12691, 7796, 11856, 9439, 7796, 14618, 10237, 7570, 11541, 8047, 12021, 11068, 7492, 11179, 9941, 7193, 14606, 10955, 7351, 12770, 9374, 7862, 14641, 10803, 7360, 12631, 9107, 10313, 14053, 8938, 10300, 10143, 7336, 15070, 11180, 7610, 12782, 8736, 9133, 13546, 8380, 9766, 8981, 7177, 14375, 10895, 7497, 11810, 8104, 9318, 12416, 7266, 13942, 10021, 6941, 13675, 10384, 7804, 11709, 13623, 8836, 11190, 12591, 7811, 16615, 13146, 7984, 11495, 7538, 9889, 12028, 7435, 8732, 8878, 7185, 13421, 9870, 7117, 12860, 10195, 7332, 13614, 8964, 7166, 13785, 12004, 9077, 13196, 8572, 7966, 13930, 9467, 8056, 11770, 8183, 12234, 12305, 8053, 13116, 9197, 7434, 14852, 10994, 7616, 10994, 7359, 13704, 10802, 7891, 12460, 8625, 7729, 13612, 10042, 7853, 8852, 7004, 13908, 10576, 9060, 12658, 7749, 9077, 11174, 7651, 14204, 10928, 7276, 13247, 9622, 8948, 11268, 7676, 9743, 13329, 8546, 11986, 8804, 7307, 13673, 10072, 7692, 15064, 10333, 7309, 11589, 8885, 10494, 13642, 8460, 10047, 9062, 7321, 14636, 10781, 7646, 11437, 8329, 9301, 11629, 7406, 14156, 9491, 7586, 12883, 8538, 13122, 10887, 7241, 12308, 8610, 7927, 14004, 8779, 11982, 8336, 7179, 13403, 9451, 7612, 13427, 8714, 8623, 12410, 7516, 15713, 10594, 7248, 11783, 7088, 14671, 11046, 7648, 11269, 8573, 9329, 12629, 7840, 10681, 10218, 7368, 14379, 11164, 7378, 13029, 9601, 7744, 14120, 9562, 7308, 12397, 8811, 11552, 9993, 7385, 10795, 9249, 7432, 14745, 11514, 7449, 12867, 9397, 8191, 14395, 9909, 7144, 12461, 8710, 9810, 12634, 8760, 7320, 13521, 9623, 7613, 14209, 10937, 9906, 13103, 8517, 10445, 10465, 7358, 14923, 11174, 7271, 11252, 8395, 9376, 12299, 7231, 9055, 8446, 7346, 14046, 10143, 7651, 13014, 9118, 13254, 9896, 8285, 13296, 7128, 10788, 7950, 7851, 13258, 8583, 7489, 11942, 8183, 13968, 11230, 8114, 12633, 9015, 11866, 11129, 7998, 12906, 9260, 10515, 11078, 7689, 13071, 9246, 7622, 12791, 7832, 13079, 9813, 7629, 13555, 9764, 14172, 11312, 7462, 11295, 8293, 11365, 9680, 7560, 12487, 8754, 7605, 12995, 8972, 9642, 9488, 7209, 14251, 10061, 12097, 9118, 7200, 13482, 10417, 9257, 9923, 7146, 11997, 10051, 7566, 13670, 9031, 7271, 13097, 8714, 12979, 9919, 7450, 13837, 10535, 8273, 12221, 8010, 10212, 11012, 7492, 14122, 10672, 7596, 12569, 9566, 9851, 12814, 8276, 9187, 8884, 7378, 13699, 10970, 7302, 13383, 10121, 7914, 14332, 10008, 7868, 11770, 7610, 13678, 10546, 7713, 11543, 8811, 7328, 14078, 10414, 9193, 12760, 7797, 9077, 9009, 7100, 10071, 11842, 9311, 7199, 12528, 9179, 7392, 15191, 11308, 8609, 12527, 7806, 12834, 10839, 7798, 11149, 8343, 7311, 14721, 10898, 7470, 12686, 9335, 9284, 13789, 8932, 8375, 10790, 7245, 14044, 11125, 9374, 11783, 8813, 7300, 14975, 11264, 7211, 13040, 8907, 11692, 11541, 7267, 11166, 9051, 7486, 14407, 8696, 8075, 10187, 7191, 15018, 11200, 7463, 12253, 8993, 8763, 14705, 9026, 7483, 11894, 8096, 12464, 10926, 7054, 12343, 8864, 7498, 15003, 9918, 7247, 12022, 8777, 8470, 14384, 9658, 9380, 11693, 7937, 14822, 12177, 10128, 12870, 9280, 8660, 12870, 7996, 7287, 10341, 6900, 15180, 11494, 7708, 10721, 8520, 10307, 11745, 7558, 9734, 9209, 7171, 15284, 10923, 7368, 13044, 9277, 7906, 14015, 8774, 7717, 13360, 9140, 9967, 9269, 7266, 13804, 9645, 7424, 13328, 8379, 7334, 13978, 9814, 9488, 12456, 8969, 7470, 14015, 9171, 7362, 10710, 7652, 14117, 11139, 8623, 12185, 8156, 7030, 14374, 9872, 7414, 11598], 'WindowCenter': [4380.0, 4364.0, 4339.0, 4319.0, 4320.0, 4341.0, 4370.0, 4383.0, 4358.0, 4389.0, 4422.0, 4365.0, 4248.0, 4262.0, 4311.0, 4313.0, 4314.0, 4284.0, 4268.0, 4274.0, 4295.0, 4317.0, 4347.0, 4335.0, 4312.0, 4321.0, 4320.0, 4329.0, 4327.0, 4327.0, 4305.0, 4275.0, 4273.0, 4264.0, 4286.0, 4294.0, 4292.0, 4262.0, 4262.0, 4273.0, 4313.0, 4304.0, 4274.0, 4263.0, 4282.0, 4264.0, 4277.0, 4316.0, 4294.0, 4274.0, 4274.0, 4293.0, 4274.0, 4275.0, 4316.0, 4286.0, 4277.0, 4274.0, 4286.0, 4277.0, 4288.0, 4328.0, 4309.0, 4280.0, 4299.0, 4317.0, 4289.0, 4304.0, 4313.0, 4340.0, 4310.0, 4280.0, 4291.0, 4310.0, 4343.0, 4312.0, 4292.0, 4281.0, 4321.0, 4291.0, 4292.0, 4333.0, 4311.0, 4291.0, 4293.0, 4342.0, 4332.0, 4302.0, 4291.0, 4331.0, 4322.0, 4292.0, 4302.0, 4333.0, 4291.0, 4292.0, 4293.0, 4342.0, 4322.0, 4292.0, 4291.0, 4330.0, 4299.0, 4282.0, 4331.0, 4310.0, 4291.0, 4300.0, 4331.0, 4293.0, 4301.0, 4342.0, 4290.0, 4290.0, 4330.0, 4292.0, 4312.0, 4356.0, 4305.0, 4303.0, 4299.0, 4293.0, 4291.0, 4324.0, 4292.0, 4289.0, 4305.0, 4352.0, 4326.0, 4317.0, 4344.0, 4317.0, 4315.0, 4335.0, 4294.0, 4293.0, 4353.0, 4324.0, 4306.0, 4336.0, 4304.0, 4293.0, 4330.0, 4304.0, 4354.0, 4327.0, 4342.0, 4301.0, 4294.0, 4354.0, 4304.0, 4291.0, 4311.0, 4334.0, 4303.0, 4322.0, 4302.0, 4293.0, 4352.0, 4293.0, 4314.0, 4306.0, 4294.0, 4346.0, 4294.0, 4331.0, 4302.0, 4301.0, 4329.0, 4291.0, 4321.0, 4300.0, 4310.0, 4343.0, 4302.0, 4323.0, 4304.0, 4283.0, 4342.0, 4289.0, 4332.0, 4290.0, 4290.0, 4352.0, 4300.0, 4329.0, 4295.0, 4291.0, 4351.0, 4298.0, 4278.0, 4311.0, 4290.0, 4339.0, 4308.0, 4266.0, 4305.0, 4277.0, 4326.0, 4285.0, 4280.0, 4315.0, 4289.0, 4276.0, 4316.0, 4279.0, 4268.0, 4327.0, 4289.0, 4307.0, 4320.0, 4288.0, 4309.0, 4310.0, 4287.0, 4337.0, 4316.0, 4287.0, 4348.0, 4320.0, 4275.0, 4296.0, 4273.0, 4279.0, 4330.0, 4308.0, 4290.0, 4291.0, 4340.0, 4291.0, 4329.0, 4289.0, 4279.0, 4329.0, 4289.0, 4277.0, 4287.0, 4278.0, 4328.0, 4299.0, 4288.0, 4327.0, 4289.0, 4286.0, 4340.0, 4289.0, 4330.0, 4299.0, 4279.0, 4339.0, 4311.0, 4298.0, 4318.0, 4275.0, 4337.0, 4305.0, 4286.0, 4346.0, 4284.0, 4275.0, 4305.0, 4277.0, 4336.0, 4297.0, 4275.0, 4296.0, 4274.0, 4325.0, 4286.0, 4286.0, 4338.0, 4297.0, 4287.0, 4303.0, 4277.0, 4335.0, 4307.0, 4286.0, 4338.0, 4288.0, 4295.0, 4293.0, 4278.0, 4333.0, 4297.0, 4277.0, 4327.0, 4299.0, 4340.0, 4311.0, 4285.0, 4328.0, 4289.0, 4305.0, 4317.0, 4287.0, 4327.0, 4298.0, 4288.0, 4338.0, 4300.0, 4319.0, 4310.0, 4288.0, 4349.0, 4319.0, 4317.0, 4318.0, 4277.0, 4336.0, 4288.0, 4297.0, 4327.0, 4278.0, 4338.0, 4296.0, 4285.0, 4337.0, 4297.0, 4325.0, 4297.0, 4275.0, 4325.0, 4309.0, 4336.0, 4295.0, 4274.0, 4285.0, 4277.0, 4295.0, 4308.0, 4289.0, 4352.0, 4311.0, 4291.0, 4349.0, 4312.0, 4315.0, 4335.0, 4296.0, 4288.0, 4325.0, 4287.0, 4346.0, 4316.0, 4272.0, 4323.0, 4306.0, 4323.0, 4305.0, 4272.0, 4332.0, 4306.0, 4274.0, 4325.0, 4285.0, 4313.0, 4305.0, 4282.0, 4343.0, 4314.0, 4273.0, 4323.0, 4273.0, 4343.0, 4304.0, 4293.0, 4333.0, 4274.0, 4321.0, 4291.0, 4269.0, 4331.0, 4292.0, 4332.0, 4280.0, 4269.0, 4310.0, 4259.0, 4331.0, 4300.0, 4268.0, 4298.0, 4259.0, 4333.0, 4271.0, 4311.0, 4261.0, 4287.0, 4273.0, 4271.0, 4293.0, 4275.0, 4312.0, 4283.0, 4285.0, 4334.0, 4305.0, 4316.0, 4297.0, 4279.0, 4344.0, 4304.0, 4293.0, 4295.0, 4283.0, 4348.0, 4314.0, 4286.0, 4312.0, 4275.0, 4334.0, 4316.0, 4274.0, 4302.0, 4274.0, 4307.0, 4314.0, 4289.0, 4338.0, 4306.0, 4310.0, 4335.0, 4299.0, 4288.0, 4334.0, 4308.0, 4289.0, 4345.0, 4304.0, 4327.0, 4283.0, 4270.0, 4332.0, 4307.0, 4283.0, 4302.0, 4275.0, 4335.0, 4316.0, 4275.0, 4325.0, 4298.0, 4332.0, 4315.0, 4277.0, 4323.0, 4309.0, 4288.0, 4334.0, 4309.0, 4296.0, 4313.0, 4287.0, 4347.0, 4317.0, 4274.0, 4336.0, 4304.0, 4316.0, 4317.0, 4274.0, 4321.0, 4305.0, 4295.0, 4337.0, 4297.0, 4305.0, 4305.0, 4275.0, 4336.0, 4317.0, 4285.0, 4337.0, 4295.0, 4324.0, 4315.0, 4275.0, 4333.0, 4296.0, 4275.0, 4335.0, 4275.0, 4324.0, 4274.0, 4263.0, 4334.0, 4295.0, 4284.0, 4305.0, 4277.0, 4337.0, 4305.0, 4296.0, 4316.0, 4276.0, 4324.0, 4297.0, 4276.0, 4336.0, 4293.0, 4275.0, 4328.0, 4287.0, 4326.0, 4305.0, 4286.0, 4334.0, 4306.0, 4273.0, 4337.0, 4297.0, 4315.0, 4318.0, 4276.0, 4336.0, 4319.0, 4274.0, 4324.0, 4286.0, 4325.0, 4326.0, 4277.0, 4336.0, 4310.0, 4289.0, 4339.0, 4322.0, 4300.0, 4338.0, 4298.0, 4279.0, 4351.0, 4321.0, 4318.0, 4328.0, 4277.0, 4327.0, 4297.0, 4285.0, 4338.0, 4308.0, 4285.0, 4306.0, 4286.0, 4348.0, 4319.0, 4277.0, 4338.0, 4309.0, 4338.0, 4320.0, 4289.0, 4338.0, 4300.0, 4307.0, 4327.0, 4278.0, 4338.0, 4307.0, 4266.0, 4338.0, 4307.0, 4318.0, 4338.0, 4278.0, 4338.0, 4309.0, 4296.0, 4338.0, 4298.0, 4325.0, 4285.0, 4276.0, 4336.0, 4275.0, 4317.0, 4296.0, 4276.0, 4337.0, 4286.0, 4337.0, 4306.0, 4277.0, 4336.0, 4297.0, 4338.0, 4330.0, 4288.0, 4337.0, 4298.0, 4298.0, 4338.0, 4289.0, 4337.0, 4287.0, 4278.0, 4346.0, 4307.0, 4285.0, 4318.0, 4277.0, 4337.0, 4309.0, 4336.0, 4287.0, 4287.0, 4337.0, 4309.0, 4278.0, 4337.0, 4289.0, 4339.0, 4317.0, 4289.0, 4350.0, 4318.0, 4276.0, 4340.0, 4309.0, 4318.0, 4327.0, 4290.0, 4348.0, 4319.0, 4288.0, 4339.0, 4289.0, 4288.0, 4339.0, 4300.0, 4338.0, 4329.0, 4291.0, 4360.0, 4320.0, 4289.0, 4349.0, 4318.0, 4289.0, 4350.0, 4310.0, 4277.0, 4337.0, 4296.0, 4347.0, 4327.0, 4276.0, 4336.0, 4297.0, 4287.0, 4337.0, 4308.0, 4275.0, 4337.0, 4298.0, 4338.0, 4318.0, 4289.0, 4338.0, 4320.0, 4310.0, 4339.0, 4289.0, 4327.0, 4297.0, 4288.0, 4348.0, 4309.0, 4309.0, 4330.0, 4290.0, 4350.0, 4311.0, 4329.0, 4299.0, 4289.0, 4350.0, 4320.0, 4301.0, 4341.0, 4291.0, 4361.0, 4332.0, 4301.0, 4351.0, 4311.0, 4348.0, 4320.0, 4317.0, 4328.0, 4285.0, 4336.0, 4306.0, 4295.0, 4327.0, 4277.0, 4296.0, 4306.0, 4277.0, 4348.0, 4319.0, 4287.0, 4337.0, 4287.0, 4296.0, 4339.0, 4289.0, 4337.0, 4310.0, 4287.0, 4337.0, 4308.0, 4286.0, 4347.0, 4299.0, 4317.0, 4297.0, 4278.0, 4337.0, 4319.0, 4288.0, 4328.0, 4288.0, 4339.0, 4321.0, 4290.0, 4350.0, 4320.0, 4289.0, 4351.0, 4323.0, 4350.0, 4341.0, 4291.0, 4340.0, 4310.0, 4287.0, 4349.0, 4331.0, 4280.0, 4340.0, 4311.0, 4331.0, 4340.0, 4291.0, 4350.0, 4310.0, 4290.0, 4351.0, 4322.0, 4300.0, 4352.0, 4312.0, 4292.0, 4352.0, 4332.0, 4303.0, 4362.0, 4355.0, 4332.0, 4372.0, 4310.0, 4301.0, 4342.0, 4291.0, 4349.0, 4328.0, 4279.0, 4338.0, 4299.0, 4288.0, 4350.0, 4331.0, 4330.0, 4330.0, 4291.0, 4329.0, 4320.0, 4290.0, 4361.0, 4342.0, 4291.0, 4340.0, 4311.0, 4309.0, 4350.0, 4311.0, 4310.0, 4320.0, 4304.0, 4351.0, 4343.0, 4292.0, 4351.0, 4333.0, 4301.0, 4362.0, 4333.0, 4291.0, 4350.0, 4321.0, 4331.0, 4351.0, 4300.0, 4340.0, 4321.0, 4301.0, 4361.0, 4320.0, 4288.0, 4339.0, 4300.0, 4336.0, 4329.0, 4289.0, 4328.0, 4330.0, 4290.0, 4359.0, 4331.0, 4290.0, 4337.0, 4320.0, 4312.0, 4362.0, 4343.0, 4289.0, 4338.0, 4309.0, 4318.0, 4348.0, 4307.0, 4316.0, 4317.0, 4278.0, 4348.0, 4329.0, 4286.0, 4337.0, 4308.0, 4306.0, 4338.0, 4297.0, 4316.0, 4308.0, 4276.0, 4344.0, 4327.0, 4277.0, 4328.0, 4297.0, 4307.0, 4338.0, 4288.0, 4348.0, 4319.0, 4289.0, 4351.0, 4330.0, 4301.0, 4341.0, 4351.0, 4311.0, 4330.0, 4335.0, 4287.0, 4346.0, 4337.0, 4284.0, 4314.0, 4288.0, 4305.0, 4326.0, 4276.0, 4295.0, 4308.0, 4279.0, 4346.0, 4331.0, 4290.0, 4351.0, 4333.0, 4301.0, 4362.0, 4322.0, 4293.0, 4364.0, 4353.0, 4322.0, 4351.0, 4309.0, 4298.0, 4349.0, 4319.0, 4298.0, 4339.0, 4299.0, 4337.0, 4338.0, 4298.0, 4336.0, 4294.0, 4274.0, 4346.0, 4330.0, 4285.0, 4315.0, 4276.0, 4335.0, 4314.0, 4284.0, 4324.0, 4295.0, 4285.0, 4346.0, 4306.0, 4285.0, 4297.0, 4277.0, 4347.0, 4328.0, 4307.0, 4338.0, 4288.0, 4308.0, 4329.0, 4287.0, 4359.0, 4329.0, 4277.0, 4337.0, 4319.0, 4309.0, 4328.0, 4288.0, 4317.0, 4349.0, 4307.0, 4338.0, 4309.0, 4288.0, 4347.0, 4316.0, 4286.0, 4362.0, 4329.0, 4286.0, 4325.0, 4308.0, 4327.0, 4349.0, 4298.0, 4306.0, 4296.0, 4272.0, 4346.0, 4326.0, 4287.0, 4326.0, 4296.0, 4306.0, 4327.0, 4288.0, 4346.0, 4303.0, 4276.0, 4335.0, 4312.0, 4336.0, 4327.0, 4274.0, 4326.0, 4295.0, 4296.0, 4346.0, 4310.0, 4326.0, 4297.0, 4277.0, 4347.0, 4319.0, 4288.0, 4349.0, 4308.0, 4297.0, 4337.0, 4276.0, 4348.0, 4317.0, 4277.0, 4326.0, 4278.0, 4348.0, 4314.0, 4271.0, 4326.0, 4297.0, 4305.0, 4339.0, 4299.0, 4317.0, 4316.0, 4287.0, 4347.0, 4329.0, 4289.0, 4349.0, 4319.0, 4288.0, 4345.0, 4319.0, 4286.0, 4337.0, 4305.0, 4342.0, 4319.0, 4287.0, 4327.0, 4309.0, 4287.0, 4349.0, 4336.0, 4286.0, 4336.0, 4306.0, 4296.0, 4344.0, 4319.0, 4277.0, 4333.0, 4296.0, 4317.0, 4335.0, 4298.0, 4289.0, 4349.0, 4319.0, 4288.0, 4346.0, 4329.0, 4319.0, 4339.0, 4295.0, 4317.0, 4315.0, 4275.0, 4347.0, 4316.0, 4273.0, 4313.0, 4285.0, 4294.0, 4326.0, 4275.0, 4295.0, 4297.0, 4287.0, 4348.0, 4330.0, 4301.0, 4351.0, 4320.0, 4349.0, 4320.0, 4298.0, 4346.0, 4279.0, 4327.0, 4283.0, 4286.0, 4350.0, 4308.0, 4289.0, 4339.0, 4311.0, 4350.0, 4342.0, 4300.0, 4339.0, 4309.0, 4327.0, 4329.0, 4299.0, 4338.0, 4307.0, 4317.0, 4327.0, 4285.0, 4337.0, 4307.0, 4275.0, 4336.0, 4285.0, 4337.0, 4317.0, 4285.0, 4337.0, 4318.0, 4335.0, 4326.0, 4277.0, 4326.0, 4297.0, 4325.0, 4306.0, 4286.0, 4337.0, 4308.0, 4287.0, 4335.0, 4308.0, 4317.0, 4318.0, 4287.0, 4347.0, 4317.0, 4337.0, 4308.0, 4300.0, 4348.0, 4329.0, 4319.0, 4317.0, 4278.0, 4339.0, 4330.0, 4299.0, 4360.0, 4308.0, 4289.0, 4350.0, 4309.0, 4349.0, 4319.0, 4287.0, 4347.0, 4328.0, 4297.0, 4337.0, 4298.0, 4315.0, 4325.0, 4286.0, 4347.0, 4327.0, 4286.0, 4336.0, 4317.0, 4315.0, 4336.0, 4299.0, 4307.0, 4315.0, 4300.0, 4348.0, 4329.0, 4288.0, 4348.0, 4328.0, 4297.0, 4348.0, 4319.0, 4297.0, 4337.0, 4284.0, 4347.0, 4327.0, 4288.0, 4338.0, 4308.0, 4288.0, 4348.0, 4328.0, 4318.0, 4348.0, 4298.0, 4308.0, 4321.0, 4278.0, 4318.0, 4339.0, 4321.0, 4290.0, 4348.0, 4320.0, 4300.0, 4372.0, 4341.0, 4309.0, 4339.0, 4288.0, 4337.0, 4327.0, 4297.0, 4327.0, 4297.0, 4287.0, 4358.0, 4339.0, 4289.0, 4348.0, 4318.0, 4317.0, 4359.0, 4309.0, 4298.0, 4328.0, 4288.0, 4347.0, 4339.0, 4318.0, 4337.0, 4307.0, 4287.0, 4358.0, 4339.0, 4286.0, 4347.0, 4307.0, 4336.0, 4326.0, 4287.0, 4327.0, 4308.0, 4285.0, 4347.0, 4297.0, 4285.0, 4328.0, 4288.0, 4359.0, 4340.0, 4287.0, 4338.0, 4308.0, 4306.0, 4359.0, 4307.0, 4274.0, 4336.0, 4296.0, 4337.0, 4327.0, 4276.0, 4335.0, 4306.0, 4282.0, 4357.0, 4317.0, 4286.0, 4336.0, 4308.0, 4307.0, 4357.0, 4320.0, 4317.0, 4337.0, 4297.0, 4347.0, 4337.0, 4316.0, 4335.0, 4306.0, 4293.0, 4334.0, 4285.0, 4273.0, 4316.0, 4287.0, 4356.0, 4338.0, 4286.0, 4326.0, 4307.0, 4326.0, 4349.0, 4298.0, 4317.0, 4318.0, 4289.0, 4360.0, 4329.0, 4287.0, 4347.0, 4318.0, 4297.0, 4358.0, 4307.0, 4287.0, 4347.0, 4317.0, 4315.0, 4317.0, 4287.0, 4347.0, 4317.0, 4287.0, 4348.0, 4298.0, 4287.0, 4348.0, 4318.0, 4317.0, 4337.0, 4308.0, 4287.0, 4347.0, 4319.0, 4286.0, 4326.0, 4297.0, 4358.0, 4328.0, 4307.0, 4335.0, 4296.0, 4276.0, 4346.0, 4317.0, 4286.0, 4337.0], 'WindowWidth': [9675.0, 9639.0, 9594.0, 9571.0, 9573.0, 9597.0, 9637.0, 9657.0, 9616.0, 9664.0, 9730.0, 9643.0, 9431.0, 9434.0, 9521.0, 9527.0, 9530.0, 9492.0, 9476.0, 9486.0, 9529.0, 9564.0, 9604.0, 9583.0, 9547.0, 9555.0, 9550.0, 9558.0, 9558.0, 9555.0, 9519.0, 9480.0, 9472.0, 9465.0, 9497.0, 9506.0, 9501.0, 9460.0, 9459.0, 9474.0, 9529.0, 9519.0, 9478.0, 9463.0, 9486.0, 9466.0, 9488.0, 9540.0, 9506.0, 9481.0, 9477.0, 9503.0, 9479.0, 9482.0, 9538.0, 9501.0, 9488.0, 9481.0, 9497.0, 9489.0, 9505.0, 9559.0, 9533.0, 9499.0, 9522.0, 9544.0, 9509.0, 9539.0, 9550.0, 9582.0, 9540.0, 9500.0, 9514.0, 9542.0, 9588.0, 9545.0, 9518.0, 9501.0, 9556.0, 9516.0, 9517.0, 9574.0, 9543.0, 9517.0, 9521.0, 9586.0, 9572.0, 9531.0, 9516.0, 9569.0, 9559.0, 9519.0, 9533.0, 9577.0, 9516.0, 9518.0, 9522.0, 9587.0, 9560.0, 9518.0, 9515.0, 9566.0, 9525.0, 9505.0, 9570.0, 9541.0, 9515.0, 9527.0, 9569.0, 9522.0, 9529.0, 9585.0, 9513.0, 9513.0, 9567.0, 9520.0, 9548.0, 9615.0, 9543.0, 9532.0, 9525.0, 9522.0, 9520.0, 9564.0, 9517.0, 9516.0, 9540.0, 9604.0, 9572.0, 9557.0, 9591.0, 9559.0, 9554.0, 9581.0, 9525.0, 9524.0, 9606.0, 9568.0, 9546.0, 9581.0, 9539.0, 9523.0, 9568.0, 9539.0, 9608.0, 9577.0, 9587.0, 9531.0, 9527.0, 9604.0, 9538.0, 9521.0, 9546.0, 9582.0, 9540.0, 9562.0, 9535.0, 9525.0, 9603.0, 9523.0, 9550.0, 9546.0, 9529.0, 9597.0, 9526.0, 9572.0, 9534.0, 9531.0, 9566.0, 9518.0, 9557.0, 9531.0, 9545.0, 9592.0, 9536.0, 9562.0, 9540.0, 9509.0, 9588.0, 9513.0, 9570.0, 9515.0, 9516.0, 9599.0, 9527.0, 9564.0, 9516.0, 9517.0, 9596.0, 9520.0, 9495.0, 9539.0, 9512.0, 9576.0, 9534.0, 9475.0, 9525.0, 9491.0, 9554.0, 9500.0, 9496.0, 9540.0, 9511.0, 9490.0, 9543.0, 9497.0, 9480.0, 9559.0, 9510.0, 9533.0, 9552.0, 9510.0, 9536.0, 9538.0, 9507.0, 9572.0, 9544.0, 9508.0, 9589.0, 9555.0, 9488.0, 9514.0, 9481.0, 9500.0, 9567.0, 9536.0, 9516.0, 9518.0, 9583.0, 9519.0, 9566.0, 9512.0, 9498.0, 9566.0, 9512.0, 9494.0, 9505.0, 9497.0, 9563.0, 9525.0, 9510.0, 9561.0, 9513.0, 9506.0, 9582.0, 9515.0, 9569.0, 9527.0, 9500.0, 9582.0, 9545.0, 9523.0, 9549.0, 9490.0, 9573.0, 9528.0, 9504.0, 9584.0, 9500.0, 9488.0, 9528.0, 9493.0, 9570.0, 9518.0, 9487.0, 9516.0, 9487.0, 9554.0, 9504.0, 9504.0, 9574.0, 9522.0, 9507.0, 9525.0, 9493.0, 9567.0, 9535.0, 9505.0, 9577.0, 9510.0, 9514.0, 9510.0, 9498.0, 9566.0, 9521.0, 9495.0, 9560.0, 9526.0, 9583.0, 9545.0, 9506.0, 9563.0, 9512.0, 9529.0, 9547.0, 9511.0, 9563.0, 9526.0, 9512.0, 9580.0, 9531.0, 9554.0, 9542.0, 9514.0, 9592.0, 9554.0, 9548.0, 9551.0, 9495.0, 9572.0, 9509.0, 9522.0, 9563.0, 9498.0, 9577.0, 9519.0, 9503.0, 9575.0, 9520.0, 9556.0, 9519.0, 9490.0, 9557.0, 9540.0, 9570.0, 9517.0, 9485.0, 9503.0, 9496.0, 9521.0, 9540.0, 9516.0, 9604.0, 9550.0, 9518.0, 9601.0, 9551.0, 9546.0, 9571.0, 9522.0, 9511.0, 9557.0, 9511.0, 9590.0, 9549.0, 9484.0, 9552.0, 9534.0, 9553.0, 9528.0, 9484.0, 9563.0, 9534.0, 9490.0, 9555.0, 9507.0, 9540.0, 9531.0, 9498.0, 9580.0, 9542.0, 9487.0, 9552.0, 9487.0, 9580.0, 9528.0, 9512.0, 9564.0, 9487.0, 9545.0, 9507.0, 9475.0, 9561.0, 9509.0, 9562.0, 9490.0, 9474.0, 9528.0, 9462.0, 9558.0, 9517.0, 9470.0, 9512.0, 9460.0, 9565.0, 9480.0, 9530.0, 9465.0, 9493.0, 9483.0, 9478.0, 9514.0, 9491.0, 9536.0, 9501.0, 9508.0, 9571.0, 9532.0, 9546.0, 9522.0, 9500.0, 9583.0, 9529.0, 9511.0, 9516.0, 9499.0, 9594.0, 9543.0, 9504.0, 9536.0, 9490.0, 9569.0, 9546.0, 9488.0, 9523.0, 9489.0, 9537.0, 9543.0, 9515.0, 9578.0, 9533.0, 9541.0, 9571.0, 9527.0, 9512.0, 9568.0, 9537.0, 9514.0, 9587.0, 9528.0, 9560.0, 9497.0, 9478.0, 9563.0, 9532.0, 9499.0, 9522.0, 9486.0, 9565.0, 9545.0, 9489.0, 9556.0, 9524.0, 9562.0, 9543.0, 9495.0, 9551.0, 9542.0, 9509.0, 9569.0, 9542.0, 9517.0, 9538.0, 9507.0, 9588.0, 9548.0, 9489.0, 9572.0, 9529.0, 9543.0, 9546.0, 9487.0, 9545.0, 9529.0, 9515.0, 9573.0, 9523.0, 9530.0, 9529.0, 9488.0, 9571.0, 9548.0, 9504.0, 9574.0, 9518.0, 9553.0, 9542.0, 9488.0, 9564.0, 9518.0, 9489.0, 9569.0, 9490.0, 9551.0, 9485.0, 9470.0, 9564.0, 9516.0, 9498.0, 9528.0, 9493.0, 9575.0, 9529.0, 9518.0, 9543.0, 9491.0, 9551.0, 9521.0, 9491.0, 9571.0, 9511.0, 9489.0, 9562.0, 9509.0, 9559.0, 9530.0, 9504.0, 9567.0, 9533.0, 9486.0, 9574.0, 9521.0, 9542.0, 9551.0, 9492.0, 9573.0, 9552.0, 9487.0, 9552.0, 9505.0, 9554.0, 9557.0, 9496.0, 9569.0, 9543.0, 9512.0, 9580.0, 9561.0, 9531.0, 9580.0, 9524.0, 9500.0, 9599.0, 9559.0, 9551.0, 9564.0, 9493.0, 9557.0, 9518.0, 9502.0, 9575.0, 9536.0, 9501.0, 9530.0, 9505.0, 9588.0, 9551.0, 9496.0, 9577.0, 9541.0, 9577.0, 9554.0, 9514.0, 9578.0, 9528.0, 9534.0, 9560.0, 9497.0, 9576.0, 9535.0, 9478.0, 9575.0, 9535.0, 9549.0, 9576.0, 9498.0, 9574.0, 9537.0, 9518.0, 9576.0, 9522.0, 9556.0, 9503.0, 9491.0, 9569.0, 9490.0, 9545.0, 9518.0, 9492.0, 9574.0, 9504.0, 9572.0, 9530.0, 9493.0, 9569.0, 9523.0, 9575.0, 9567.0, 9510.0, 9574.0, 9525.0, 9523.0, 9576.0, 9513.0, 9574.0, 9505.0, 9496.0, 9585.0, 9536.0, 9503.0, 9548.0, 9495.0, 9574.0, 9539.0, 9572.0, 9505.0, 9506.0, 9575.0, 9538.0, 9496.0, 9574.0, 9512.0, 9580.0, 9548.0, 9513.0, 9597.0, 9552.0, 9492.0, 9582.0, 9540.0, 9551.0, 9562.0, 9515.0, 9590.0, 9554.0, 9510.0, 9579.0, 9513.0, 9511.0, 9578.0, 9528.0, 9576.0, 9567.0, 9519.0, 9609.0, 9556.0, 9512.0, 9595.0, 9552.0, 9514.0, 9595.0, 9542.0, 9493.0, 9574.0, 9517.0, 9587.0, 9560.0, 9491.0, 9569.0, 9521.0, 9507.0, 9573.0, 9535.0, 9490.0, 9574.0, 9525.0, 9575.0, 9551.0, 9513.0, 9576.0, 9558.0, 9543.0, 9579.0, 9512.0, 9560.0, 9520.0, 9509.0, 9590.0, 9541.0, 9540.0, 9570.0, 9517.0, 9597.0, 9546.0, 9565.0, 9526.0, 9512.0, 9596.0, 9559.0, 9532.0, 9586.0, 9521.0, 9612.0, 9575.0, 9531.0, 9599.0, 9545.0, 9592.0, 9555.0, 9545.0, 9561.0, 9501.0, 9568.0, 9530.0, 9514.0, 9559.0, 9493.0, 9515.0, 9531.0, 9492.0, 9589.0, 9551.0, 9507.0, 9573.0, 9508.0, 9517.0, 9579.0, 9512.0, 9573.0, 9538.0, 9507.0, 9572.0, 9535.0, 9504.0, 9587.0, 9525.0, 9548.0, 9521.0, 9493.0, 9573.0, 9553.0, 9509.0, 9563.0, 9511.0, 9578.0, 9558.0, 9515.0, 9597.0, 9556.0, 9514.0, 9599.0, 9567.0, 9596.0, 9585.0, 9520.0, 9582.0, 9541.0, 9507.0, 9594.0, 9574.0, 9503.0, 9581.0, 9547.0, 9574.0, 9583.0, 9519.0, 9595.0, 9543.0, 9518.0, 9599.0, 9561.0, 9531.0, 9600.0, 9547.0, 9522.0, 9603.0, 9577.0, 9539.0, 9617.0, 9611.0, 9576.0, 9631.0, 9545.0, 9531.0, 9588.0, 9520.0, 9591.0, 9563.0, 9501.0, 9578.0, 9526.0, 9511.0, 9597.0, 9574.0, 9569.0, 9569.0, 9520.0, 9568.0, 9557.0, 9519.0, 9612.0, 9590.0, 9519.0, 9581.0, 9545.0, 9541.0, 9595.0, 9548.0, 9542.0, 9556.0, 9545.0, 9599.0, 9591.0, 9525.0, 9600.0, 9581.0, 9533.0, 9616.0, 9581.0, 9520.0, 9597.0, 9560.0, 9572.0, 9600.0, 9532.0, 9582.0, 9559.0, 9531.0, 9612.0, 9557.0, 9509.0, 9578.0, 9528.0, 9571.0, 9566.0, 9513.0, 9562.0, 9571.0, 9515.0, 9608.0, 9571.0, 9515.0, 9574.0, 9557.0, 9550.0, 9618.0, 9592.0, 9511.0, 9573.0, 9539.0, 9549.0, 9591.0, 9533.0, 9543.0, 9544.0, 9494.0, 9588.0, 9563.0, 9505.0, 9574.0, 9537.0, 9530.0, 9573.0, 9519.0, 9544.0, 9534.0, 9490.0, 9579.0, 9561.0, 9494.0, 9560.0, 9522.0, 9533.0, 9575.0, 9510.0, 9591.0, 9550.0, 9513.0, 9598.0, 9568.0, 9531.0, 9584.0, 9599.0, 9544.0, 9567.0, 9569.0, 9506.0, 9585.0, 9572.0, 9498.0, 9536.0, 9508.0, 9528.0, 9556.0, 9491.0, 9515.0, 9534.0, 9500.0, 9589.0, 9571.0, 9518.0, 9600.0, 9577.0, 9533.0, 9616.0, 9562.0, 9525.0, 9622.0, 9605.0, 9564.0, 9600.0, 9540.0, 9524.0, 9593.0, 9552.0, 9525.0, 9579.0, 9528.0, 9574.0, 9577.0, 9524.0, 9570.0, 9512.0, 9483.0, 9585.0, 9568.0, 9500.0, 9538.0, 9490.0, 9564.0, 9536.0, 9497.0, 9551.0, 9513.0, 9502.0, 9585.0, 9530.0, 9501.0, 9518.0, 9495.0, 9585.0, 9563.0, 9533.0, 9575.0, 9509.0, 9538.0, 9565.0, 9507.0, 9608.0, 9565.0, 9493.0, 9574.0, 9553.0, 9542.0, 9562.0, 9510.0, 9548.0, 9593.0, 9536.0, 9577.0, 9540.0, 9512.0, 9585.0, 9546.0, 9507.0, 9618.0, 9567.0, 9505.0, 9556.0, 9538.0, 9562.0, 9593.0, 9524.0, 9530.0, 9515.0, 9482.0, 9585.0, 9559.0, 9510.0, 9557.0, 9519.0, 9532.0, 9561.0, 9513.0, 9586.0, 9522.0, 9488.0, 9566.0, 9548.0, 9572.0, 9560.0, 9486.0, 9555.0, 9515.0, 9520.0, 9583.0, 9543.0, 9557.0, 9519.0, 9495.0, 9587.0, 9551.0, 9511.0, 9592.0, 9536.0, 9519.0, 9574.0, 9493.0, 9589.0, 9547.0, 9491.0, 9557.0, 9496.0, 9587.0, 9539.0, 9480.0, 9557.0, 9522.0, 9528.0, 9581.0, 9526.0, 9547.0, 9545.0, 9509.0, 9588.0, 9565.0, 9512.0, 9593.0, 9555.0, 9509.0, 9586.0, 9551.0, 9505.0, 9574.0, 9530.0, 9588.0, 9551.0, 9509.0, 9560.0, 9539.0, 9509.0, 9593.0, 9574.0, 9505.0, 9570.0, 9530.0, 9516.0, 9583.0, 9552.0, 9494.0, 9564.0, 9519.0, 9546.0, 9569.0, 9522.0, 9513.0, 9594.0, 9553.0, 9511.0, 9584.0, 9564.0, 9551.0, 9578.0, 9516.0, 9545.0, 9540.0, 9487.0, 9584.0, 9541.0, 9482.0, 9533.0, 9500.0, 9510.0, 9554.0, 9489.0, 9514.0, 9521.0, 9509.0, 9589.0, 9570.0, 9533.0, 9599.0, 9556.0, 9592.0, 9555.0, 9522.0, 9588.0, 9499.0, 9559.0, 9499.0, 9504.0, 9593.0, 9537.0, 9513.0, 9579.0, 9546.0, 9595.0, 9588.0, 9529.0, 9579.0, 9539.0, 9561.0, 9564.0, 9526.0, 9578.0, 9534.0, 9547.0, 9560.0, 9503.0, 9573.0, 9533.0, 9487.0, 9569.0, 9503.0, 9574.0, 9547.0, 9501.0, 9573.0, 9549.0, 9569.0, 9558.0, 9493.0, 9558.0, 9520.0, 9554.0, 9531.0, 9504.0, 9573.0, 9537.0, 9507.0, 9570.0, 9537.0, 9546.0, 9551.0, 9509.0, 9589.0, 9550.0, 9574.0, 9538.0, 9533.0, 9590.0, 9566.0, 9554.0, 9548.0, 9497.0, 9581.0, 9569.0, 9527.0, 9610.0, 9540.0, 9515.0, 9597.0, 9543.0, 9595.0, 9554.0, 9510.0, 9589.0, 9566.0, 9521.0, 9576.0, 9524.0, 9542.0, 9555.0, 9506.0, 9590.0, 9562.0, 9507.0, 9572.0, 9548.0, 9542.0, 9573.0, 9529.0, 9534.0, 9547.0, 9533.0, 9592.0, 9569.0, 9514.0, 9590.0, 9566.0, 9523.0, 9593.0, 9554.0, 9523.0, 9575.0, 9502.0, 9587.0, 9562.0, 9512.0, 9577.0, 9538.0, 9512.0, 9590.0, 9566.0, 9551.0, 9592.0, 9527.0, 9539.0, 9560.0, 9498.0, 9551.0, 9580.0, 9561.0, 9518.0, 9592.0, 9557.0, 9532.0, 9633.0, 9589.0, 9542.0, 9579.0, 9512.0, 9573.0, 9562.0, 9523.0, 9560.0, 9523.0, 9510.0, 9606.0, 9582.0, 9515.0, 9592.0, 9554.0, 9550.0, 9608.0, 9542.0, 9524.0, 9564.0, 9513.0, 9590.0, 9581.0, 9553.0, 9575.0, 9537.0, 9510.0, 9605.0, 9582.0, 9509.0, 9587.0, 9534.0, 9572.0, 9559.0, 9509.0, 9563.0, 9540.0, 9504.0, 9591.0, 9522.0, 9503.0, 9564.0, 9512.0, 9608.0, 9586.0, 9509.0, 9577.0, 9539.0, 9533.0, 9608.0, 9535.0, 9487.0, 9573.0, 9520.0, 9574.0, 9562.0, 9494.0, 9570.0, 9533.0, 9498.0, 9601.0, 9549.0, 9507.0, 9572.0, 9541.0, 9537.0, 9605.0, 9558.0, 9550.0, 9575.0, 9522.0, 9590.0, 9577.0, 9547.0, 9569.0, 9532.0, 9510.0, 9566.0, 9504.0, 9484.0, 9545.0, 9512.0, 9600.0, 9580.0, 9507.0, 9559.0, 9537.0, 9560.0, 9595.0, 9525.0, 9548.0, 9552.0, 9514.0, 9611.0, 9567.0, 9508.0, 9589.0, 9552.0, 9524.0, 9607.0, 9537.0, 9510.0, 9588.0, 9550.0, 9546.0, 9548.0, 9508.0, 9590.0, 9550.0, 9512.0, 9594.0, 9527.0, 9509.0, 9592.0, 9551.0, 9550.0, 9577.0, 9538.0, 9509.0, 9589.0, 9556.0, 9507.0, 9559.0, 9524.0, 9605.0, 9566.0, 9536.0, 9572.0, 9520.0, 9494.0, 9585.0, 9549.0, 9508.0, 9574.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.0021848636363636363</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04287133303030302</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.40282756289616</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2100558731690676</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9920166887869598</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4697</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7353.7271</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13029158182117948</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>164</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.424242424242424</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.574435455573193</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3931438520339134</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.821918114538411</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5082444001472544</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00579839</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0057730358093976974</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0330909825861454</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9088197743927764</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.9714</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.3376</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.7521</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299998.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>746.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.2639</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.432</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.3398</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3509.3064</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3720.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76546.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1176.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4587.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.6877</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.610393814509735</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> |