=== 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-0004 --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-0004",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
124 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-0004_ses-01_task-alignvideo_acq-mb8_run-01_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-0004_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_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-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_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-0004/ses-01/func/sub-0004_ses-01_task-alignvideo_acq-mb8_run-01_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>a232fea2679d55fa7b196ac12aa4a373</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:53:26.440000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999972, 0.00744084, -0.000103926, -0.0073303, 0.987331, 0.158506]</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0981356</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4132, -7775, -7257, 554, -62, -251, 49, 122]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.35</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7d1cb9a2-83fa-41a1-b99a-a9997bcec5b6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828525066375732, -0.019666673615574837, -0.003461467335000634, 113.60771179199219], [-0.01996324025094509, 2.6489365100860596, 0.4279513657093048, -101.89276123046875], [-0.00027882499853149056, -0.4252590835094452, 2.6658668518066406, -33.74354553222656], [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, 1073]</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], 'AcquisitionTime': ['105326.440000', '105326.900000', '105327.360000', '105327.820000', '105328.280000', '105328.740000', '105329.200000', '105329.660000', '105330.120000', '105330.580000', '105331.040000', '105331.500000', '105331.960000', '105332.420000', '105332.880000', '105333.340000', '105333.800000', '105334.260000', '105334.720000', '105335.180000', '105335.640000', '105336.100000', '105336.560000', '105337.020000', '105337.480000', '105337.940000', '105338.400000', '105338.860000', '105339.320000', '105339.780000', '105340.240000', '105340.700000', '105341.160000', '105341.620000', '105342.080000', '105342.540000', '105343.000000', '105343.460000', '105343.920000', '105344.380000', '105344.840000', '105345.300000', '105345.760000', '105346.220000', '105346.680000', '105347.140000', '105347.600000', '105348.060000', '105348.520000', '105348.980000', '105349.440000', '105349.900000', '105350.360000', '105350.820000', '105351.280000', '105351.740000', '105352.200000', '105352.660000', '105353.120000', '105353.580000', '105354.040000', '105354.500000', '105354.960000', '105355.420000', '105355.880000', '105356.340000', '105356.800000', '105357.260000', '105357.720000', '105358.180000', '105358.640000', '105359.100000', '105359.560000', '105400.020000', '105400.480000', '105400.940000', '105401.400000', '105401.860000', '105402.320000', '105402.780000', '105403.240000', '105403.700000', '105404.160000', '105404.620000', '105405.080000', '105405.540000', '105406.000000', '105406.460000', '105406.920000', '105407.380000', '105407.840000', '105408.300000', '105408.760000', '105409.220000', '105409.680000', '105410.140000', '105410.600000', '105411.060000', '105411.520000', '105411.980000', '105412.440000', '105412.900000', '105413.360000', '105413.820000', '105414.280000', '105414.740000', '105415.200000', '105415.660000', '105416.120000', '105416.580000', '105417.040000', '105417.500000', '105417.960000', '105418.420000', '105418.880000', '105419.340000', '105419.800000', '105420.260000', '105420.720000', '105421.180000', '105421.640000', '105422.100000', '105422.560000', '105423.020000', '105423.480000', '105423.940000', '105424.400000', '105424.860000', '105425.320000', '105425.780000', '105426.240000', '105426.700000', '105427.160000', '105427.620000', '105428.080000', '105428.540000', '105429.000000', '105429.460000', '105429.920000', '105430.380000', '105430.840000', '105431.300000', '105431.760000', '105432.220000', '105432.680000', '105433.140000', '105433.600000', '105434.060000', '105434.520000', '105434.980000', '105435.440000', '105435.900000', '105436.360000', '105436.820000', '105437.280000', '105437.740000', '105438.200000', '105438.660000', '105439.120000', '105439.580000', '105440.040000', '105440.500000', '105440.960000', '105441.420000', '105441.880000', '105442.340000', '105442.800000', '105443.260000', '105443.720000', '105444.180000', '105444.640000', '105445.100000', '105445.560000', '105446.020000', '105446.480000', '105446.940000', '105447.400000', '105447.860000', '105448.320000', '105448.780000', '105449.240000', '105449.700000', '105450.160000', '105450.620000', '105451.080000', '105451.540000', '105452.000000', '105452.460000', '105452.920000', '105453.380000', '105453.840000', '105454.300000', '105454.760000', '105455.220000', '105455.680000', '105456.140000', '105456.600000', '105457.060000', '105457.520000', '105457.980000', '105458.440000', '105458.900000', '105459.360000', '105459.820000', '105500.280000', '105500.740000', '105501.200000', '105501.660000', '105502.120000', '105502.580000', '105503.040000', '105503.500000', '105503.960000', '105504.420000', '105504.880000', '105505.340000', '105505.800000', '105506.260000', '105506.720000', '105507.180000', '105507.640000', '105508.100000', '105508.560000', '105509.020000', '105509.480000', '105509.940000', '105510.400000', '105510.860000', '105511.320000', '105511.780000', '105512.240000', '105512.700000', '105513.160000', '105513.620000', '105514.080000', '105514.540000', '105515.000000', '105515.460000', '105515.920000', '105516.380000', '105516.840000', '105517.300000', '105517.760000', '105518.220000', '105518.680000', '105519.140000', '105519.600000', '105520.060000', '105520.520000', '105520.980000', '105521.440000', '105521.900000', '105522.360000', '105522.820000', '105523.280000', '105523.740000', '105524.200000', '105524.660000', '105525.120000', '105525.580000', '105526.040000', '105526.500000', '105526.960000', '105527.420000', '105527.880000', '105528.340000', '105528.800000', '105529.260000', '105529.720000', '105530.180000', '105530.640000', '105531.100000', '105531.560000', '105532.020000', '105532.480000', '105532.940000', '105533.400000', '105533.860000', '105534.320000', '105534.780000', '105535.240000', '105535.700000', '105536.160000', '105536.620000', '105537.080000', '105537.540000', '105538.000000', '105538.460000', '105538.920000', '105539.380000', '105539.840000', '105540.300000', '105540.760000', '105541.220000', '105541.680000', '105542.140000', '105542.600000', '105543.060000', '105543.520000', '105543.980000', '105544.440000', '105544.900000', '105545.360000', '105545.820000', '105546.280000', '105546.740000', '105547.200000', '105547.660000', '105548.120000', '105548.580000', '105549.040000', '105549.500000', '105549.960000', '105550.420000', '105550.880000', '105551.340000', '105551.800000', '105552.260000', '105552.720000', '105553.180000', '105553.640000', '105554.100000', '105554.560000', '105555.020000', '105555.480000', '105555.940000', '105556.400000', '105556.860000', '105557.320000', '105557.780000', '105558.240000', '105558.700000', '105559.160000', '105559.620000', '105600.080000', '105600.540000', '105601.000000', '105601.460000', '105601.920000', '105602.380000', '105602.840000', '105603.300000', '105603.760000', '105604.220000', '105604.680000', '105605.140000', '105605.600000', '105606.060000', '105606.520000', '105606.980000', '105607.440000', '105607.900000', '105608.360000', '105608.820000', '105609.280000', '105609.740000', '105610.200000', '105610.660000', '105611.120000', '105611.580000', '105612.040000', '105612.500000', '105612.960000', '105613.420000', '105613.880000', '105614.340000', '105614.800000', '105615.260000', '105615.720000', '105616.180000', '105616.640000', '105617.100000', '105617.560000', '105618.020000', '105618.480000', '105618.940000', '105619.400000', '105619.860000', '105620.320000', '105620.780000', '105621.240000', '105621.700000', '105622.160000', '105622.620000', '105623.080000', '105623.540000', '105624.000000', '105624.460000', '105624.920000', '105625.380000', '105625.840000', '105626.300000', '105626.760000', '105627.220000', '105627.680000', '105628.140000', '105628.600000', '105629.060000', '105629.520000', '105629.980000', '105630.440000', '105630.900000', '105631.360000', '105631.820000', '105632.280000', '105632.740000', '105633.200000', '105633.660000', '105634.120000', '105634.580000', '105635.040000', '105635.500000', '105635.960000', '105636.420000', '105636.880000', '105637.340000', '105637.800000', '105638.260000', '105638.720000', '105639.180000', '105639.640000', '105640.100000', '105640.560000', '105641.020000', '105641.480000', '105641.940000', '105642.400000', '105642.860000', '105643.320000', '105643.780000', '105644.240000', '105644.700000', '105645.160000', '105645.620000', '105646.080000', '105646.540000', '105647.000000', '105647.460000', '105647.920000', '105648.380000', '105648.840000', '105649.300000', '105649.760000', '105650.220000', '105650.680000', '105651.140000', '105651.600000', '105652.060000', '105652.520000', '105652.980000', '105653.440000', '105653.900000', '105654.360000', '105654.820000', '105655.280000', '105655.740000', '105656.200000', '105656.660000', '105657.120000', '105657.580000', '105658.040000', '105658.500000', '105658.960000', '105659.420000', '105659.880000', '105700.340000', '105700.800000', '105701.260000', '105701.720000', '105702.180000', '105702.640000', '105703.100000', '105703.560000', '105704.020000', '105704.480000', '105704.940000', '105705.400000', '105705.860000', '105706.320000', '105706.780000', '105707.240000', '105707.700000', '105708.160000', '105708.620000', '105709.080000', '105709.540000', '105710.000000', '105710.460000', '105710.920000', '105711.380000', '105711.840000', '105712.300000', '105712.760000', '105713.220000', '105713.680000', '105714.140000', '105714.600000', '105715.060000', '105715.520000', '105715.980000', '105716.440000', '105716.900000', '105717.360000', '105717.820000', '105718.280000', '105718.740000', '105719.200000', '105719.660000', '105720.120000', '105720.580000', '105721.040000', '105721.500000', '105721.960000', '105722.420000', '105722.880000', '105723.340000', '105723.800000', '105724.260000', '105724.720000', '105725.180000', '105725.640000', '105726.100000', '105726.560000', '105727.020000', '105727.480000', '105727.940000', '105728.400000', '105728.860000', '105729.320000', '105729.780000', '105730.240000', '105730.700000', '105731.160000', '105731.620000', '105732.080000', '105732.540000', '105733.000000', '105733.460000', '105733.920000', '105734.380000', '105734.840000', '105735.300000', '105735.760000', '105736.220000', '105736.680000', '105737.140000', '105737.600000', '105738.060000', '105738.520000', '105738.980000', '105739.440000', '105739.900000', '105740.360000', '105740.820000', '105741.280000', '105741.740000', '105742.200000', '105742.660000', '105743.120000', '105743.580000', '105744.040000', '105744.500000', '105744.960000', '105745.420000', '105745.880000', '105746.340000', '105746.800000', '105747.260000', '105747.720000', '105748.180000', '105748.640000', '105749.100000', '105749.560000', '105750.020000', '105750.480000', '105750.940000', '105751.400000', '105751.860000', '105752.320000', '105752.780000', '105753.240000', '105753.700000', '105754.160000', '105754.620000', '105755.080000', '105755.540000', '105756.000000', '105756.460000', '105756.920000', '105757.380000', '105757.840000', '105758.300000', '105758.760000', '105759.220000', '105759.680000', '105800.140000', '105800.600000', '105801.060000', '105801.520000', '105801.980000', '105802.440000', '105802.900000', '105803.360000', '105803.820000', '105804.280000', '105804.740000', '105805.200000', '105805.660000', '105806.120000', '105806.580000', '105807.040000', '105807.500000', '105807.960000', '105808.420000', '105808.880000', '105809.340000', '105809.800000', '105810.260000', '105810.720000', '105811.180000', '105811.640000', '105812.100000', '105812.560000', '105813.020000', '105813.480000', '105813.940000', '105814.400000', '105814.860000', '105815.320000', '105815.780000', '105816.240000', '105816.700000', '105817.160000', '105817.620000', '105818.080000', '105818.540000', '105819.000000', '105819.460000', '105819.920000', '105820.380000', '105820.840000', '105821.300000', '105821.760000', '105822.220000', '105822.680000', '105823.140000', '105823.600000', '105824.060000', '105824.520000', '105824.980000', '105825.440000', '105825.900000', '105826.360000', '105826.820000', '105827.280000', '105827.740000', '105828.200000', '105828.660000', '105829.120000', '105829.580000', '105830.040000', '105830.500000', '105830.960000', '105831.420000', '105831.880000', '105832.340000', '105832.800000', '105833.260000', '105833.720000', '105834.180000', '105834.640000', '105835.100000', '105835.560000', '105836.020000', '105836.480000', '105836.940000', '105837.400000', '105837.860000', '105838.320000', '105838.780000', '105839.240000', '105839.700000', '105840.160000', '105840.620000', '105841.080000', '105841.540000', '105842.000000', '105842.460000', '105842.920000', '105843.380000', '105843.840000', '105844.300000', '105844.760000', '105845.220000', '105845.680000', '105846.140000', '105846.600000', '105847.060000', '105847.520000', '105847.980000', '105848.440000', '105848.900000', '105849.360000', '105849.820000', '105850.280000', '105850.740000', '105851.200000', '105851.660000', '105852.120000', '105852.580000', '105853.040000', '105853.500000', '105853.960000', '105854.420000', '105854.880000', '105855.340000', '105855.800000', '105856.260000', '105856.720000', '105857.180000', '105857.640000', '105858.100000', '105858.560000', '105859.020000', '105859.480000', '105859.940000', '105900.400000', '105900.860000', '105901.320000', '105901.780000', '105902.240000', '105902.700000', '105903.160000', '105903.620000', '105904.080000', '105904.540000', '105905.000000', '105905.460000', '105905.920000', '105906.380000', '105906.840000', '105907.300000', '105907.760000', '105908.220000', '105908.680000', '105909.140000', '105909.600000', '105910.060000', '105910.520000', '105910.980000', '105911.440000', '105911.900000', '105912.360000', '105912.820000', '105913.280000', '105913.740000', '105914.200000', '105914.660000', '105915.120000', '105915.580000', '105916.040000', '105916.500000', '105916.960000', '105917.420000', '105917.880000', '105918.340000', '105918.800000', '105919.260000', '105919.720000', '105920.180000', '105920.640000', '105921.100000', '105921.560000', '105922.020000', '105922.480000', '105922.940000', '105923.400000', '105923.860000', '105924.320000', '105924.780000', '105925.240000', '105925.700000', '105926.160000', '105926.620000', '105927.080000', '105927.540000', '105928.000000', '105928.460000', '105928.920000', '105929.380000', '105929.840000', '105930.300000', '105930.760000', '105931.220000', '105931.680000', '105932.140000', '105932.600000', '105933.060000', '105933.520000', '105933.980000', '105934.440000', '105934.900000', '105935.360000', '105935.820000', '105936.280000', '105936.740000', '105937.200000', '105937.660000', '105938.120000', '105938.580000', '105939.040000', '105939.500000', '105939.960000', '105940.420000', '105940.880000', '105941.340000', '105941.800000', '105942.260000', '105942.720000', '105943.180000', '105943.640000', '105944.100000', '105944.560000', '105945.020000', '105945.480000', '105945.940000', '105946.400000', '105946.860000', '105947.320000', '105947.780000', '105948.240000', '105948.700000', '105949.160000', '105949.620000', '105950.080000', '105950.540000', '105951.000000', '105951.460000', '105951.920000', '105952.380000', '105952.840000', '105953.300000', '105953.760000', '105954.220000', '105954.680000', '105955.140000', '105955.600000', '105956.060000', '105956.520000', '105956.980000', '105957.440000', '105957.900000', '105958.360000', '105958.820000', '105959.280000', '105959.740000', '110000.200000', '110000.660000', '110001.120000', '110001.580000', '110002.040000', '110002.500000', '110002.960000', '110003.420000', '110003.880000', '110004.340000', '110004.800000', '110005.260000', '110005.720000', '110006.180000', '110006.640000', '110007.100000', '110007.560000', '110008.020000', '110008.480000', '110008.940000', '110009.400000', '110009.860000', '110010.320000', '110010.780000', '110011.240000', '110011.700000', '110012.160000', '110012.620000', '110013.080000', '110013.540000', '110014.000000', '110014.460000', '110014.920000', '110015.380000', '110015.840000', '110016.300000', '110016.760000', '110017.220000', '110017.680000', '110018.140000', '110018.600000', '110019.060000', '110019.520000', '110019.980000', '110020.440000', '110020.900000', '110021.360000', '110021.820000', '110022.280000', '110022.740000', '110023.200000', '110023.660000', '110024.120000', '110024.580000', '110025.040000', '110025.500000', '110025.960000', '110026.420000', '110026.880000', '110027.340000', '110027.800000', '110028.260000', '110028.720000', '110029.180000', '110029.640000', '110030.100000', '110030.560000', '110031.020000', '110031.480000', '110031.940000', '110032.400000', '110032.860000', '110033.320000', '110033.780000', '110034.240000', '110034.700000', '110035.160000', '110035.620000', '110036.080000', '110036.540000', '110037.000000', '110037.460000', '110037.920000', '110038.380000', '110038.840000', '110039.300000', '110039.760000', '110040.220000', '110040.680000', '110041.140000', '110041.600000', '110042.060000', '110042.520000', '110042.980000', '110043.440000', '110043.900000', '110044.360000', '110044.820000', '110045.280000', '110045.740000', '110046.200000', '110046.660000', '110047.120000', '110047.580000', '110048.040000', '110048.500000', '110048.960000', '110049.420000', '110049.880000', '110050.340000', '110050.800000', '110051.260000', '110051.720000', '110052.180000', '110052.640000', '110053.100000', '110053.560000', '110054.020000', '110054.480000', '110054.940000', '110055.400000', '110055.860000', '110056.320000', '110056.780000', '110057.240000', '110057.700000', '110058.160000', '110058.620000', '110059.080000', '110059.540000', '110100.000000', '110100.460000', '110100.920000', '110101.380000', '110101.840000', '110102.300000', '110102.760000', '110103.220000', '110103.680000', '110104.140000', '110104.600000', '110105.060000', '110105.520000', '110105.980000', '110106.440000', '110106.900000', '110107.360000', '110107.820000', '110108.280000', '110108.740000', '110109.200000', '110109.660000', '110110.120000', '110110.580000', '110111.040000', '110111.500000', '110111.960000', '110112.420000', '110112.880000', '110113.340000', '110113.800000', '110114.260000', '110114.720000', '110115.180000', '110115.640000', '110116.100000', '110116.560000', '110117.020000', '110117.480000', '110117.940000', '110118.400000', '110118.860000', '110119.320000', '110119.780000', '110120.240000', '110120.700000', '110121.160000', '110121.620000', '110122.080000', '110122.540000', '110123.000000', '110123.460000', '110123.920000', '110124.380000', '110124.840000', '110125.300000', '110125.760000', '110126.220000', '110126.680000', '110127.140000', '110127.600000', '110128.060000', '110128.520000', '110128.980000', '110129.440000', '110129.900000', '110130.360000', '110130.820000', '110131.280000', '110131.740000', '110132.200000', '110132.660000', '110133.120000', '110133.580000', '110134.040000', '110134.500000', '110134.960000', '110135.420000', '110135.880000', '110136.340000', '110136.800000', '110137.260000', '110137.720000', '110138.180000', '110138.640000', '110139.100000', '110139.560000'], 'ContentTime': ['105351.643000', '105351.646000', '105351.649000', '105351.652000', '105351.654000', '105351.657000', '105351.660000', '105351.663000', '105351.666000', '105351.669000', '105351.671000', '105351.674000', '105351.677000', '105351.680000', '105351.683000', '105351.686000', '105351.688000', '105351.691000', '105351.694000', '105351.697000', '105351.700000', '105351.703000', '105351.705000', '105351.708000', '105351.711000', '105351.714000', '105351.717000', '105351.720000', '105351.722000', '105351.725000', '105351.728000', '105351.731000', '105351.734000', '105351.744000', '105351.747000', '105351.750000', '105351.753000', '105351.756000', '105351.758000', '105351.761000', '105351.764000', '105351.767000', '105351.770000', '105351.773000', '105351.775000', '105351.778000', '105351.781000', '105351.784000', '105351.786000', '105351.789000', '105351.792000', '105351.795000', '105351.798000', '105351.800000', '105411.609000', '105411.612000', '105411.615000', '105411.618000', '105411.620000', '105411.623000', '105411.626000', '105411.629000', '105411.632000', '105411.635000', '105411.638000', '105411.646000', '105411.649000', '105411.652000', '105411.655000', '105411.658000', '105411.660000', '105411.663000', '105411.666000', '105411.669000', '105411.672000', '105411.675000', '105411.678000', '105411.681000', '105411.684000', '105411.687000', '105411.689000', '105411.692000', '105411.695000', '105411.698000', '105411.701000', '105411.703000', '105411.706000', '105411.709000', '105411.712000', '105411.715000', '105411.718000', '105411.720000', '105411.723000', '105411.726000', '105411.729000', '105411.732000', '105411.735000', '105431.609000', '105431.612000', '105431.615000', '105431.618000', '105431.620000', '105431.623000', '105431.626000', '105431.629000', '105431.638000', '105431.641000', '105431.643000', '105431.646000', '105431.649000', '105431.652000', '105431.662000', '105431.665000', '105431.668000', '105431.670000', '105431.673000', '105431.676000', '105431.679000', '105431.682000', '105431.684000', '105431.687000', '105431.690000', '105431.693000', '105431.696000', '105431.699000', '105431.701000', '105431.704000', '105431.707000', '105431.710000', '105431.713000', '105431.716000', '105431.718000', '105431.721000', '105431.724000', '105431.727000', '105431.730000', '105431.733000', '105431.735000', '105431.738000', '105431.741000', '105431.759000', '105451.608000', '105451.611000', '105451.614000', '105451.617000', '105451.619000', '105451.623000', '105451.626000', '105451.629000', '105451.632000', '105451.635000', '105451.638000', '105451.640000', '105451.643000', '105451.646000', '105451.649000', '105451.652000', '105451.655000', '105451.658000', '105451.661000', '105451.663000', '105451.666000', '105451.669000', '105451.672000', '105451.675000', '105451.677000', '105451.681000', '105451.683000', '105451.686000', '105451.689000', '105451.692000', '105451.695000', '105451.698000', '105451.701000', '105451.704000', '105451.707000', '105451.710000', '105451.713000', '105451.716000', '105451.718000', '105451.721000', '105451.724000', '105451.727000', '105451.730000', '105511.608000', '105511.611000', '105511.614000', '105511.617000', '105511.619000', '105511.622000', '105511.625000', '105511.628000', '105511.631000', '105511.633000', '105511.636000', '105511.639000', '105511.642000', '105511.645000', '105511.648000', '105511.651000', '105511.653000', '105511.662000', '105511.665000', '105511.667000', '105511.670000', '105511.673000', '105511.676000', '105511.679000', '105511.681000', '105511.684000', '105511.687000', '105511.690000', '105511.693000', '105511.696000', '105511.699000', '105511.701000', '105511.704000', '105511.707000', '105511.710000', '105511.713000', '105511.716000', '105511.718000', '105511.721000', '105511.724000', '105511.727000', '105511.729000', '105511.732000', '105511.735000', '105531.608000', '105531.611000', '105531.614000', '105531.616000', '105531.619000', '105531.622000', '105531.625000', '105531.628000', '105531.631000', '105531.634000', '105531.636000', '105531.639000', '105531.642000', '105531.645000', '105531.648000', '105531.651000', '105531.654000', '105531.656000', '105531.659000', '105531.662000', '105531.665000', '105531.668000', '105531.670000', '105531.673000', '105531.676000', '105531.679000', '105531.682000', '105531.685000', '105531.688000', '105531.690000', '105531.700000', '105531.703000', '105531.706000', '105531.709000', '105531.712000', '105531.715000', '105531.718000', '105531.721000', '105531.724000', '105531.727000', '105531.730000', '105531.732000', '105531.736000', '105551.609000', '105551.612000', '105551.615000', '105551.618000', '105551.621000', '105551.624000', '105551.626000', '105551.629000', '105551.632000', '105551.635000', '105551.638000', '105551.641000', '105551.644000', '105551.647000', '105551.649000', '105551.652000', '105551.655000', '105551.658000', '105551.661000', '105551.663000', '105551.666000', '105551.669000', '105551.672000', '105551.675000', '105551.678000', '105551.681000', '105551.683000', '105551.686000', '105551.689000', '105551.692000', '105551.695000', '105551.698000', '105551.700000', '105551.703000', '105551.706000', '105551.709000', '105551.712000', '105551.714000', '105551.717000', '105551.720000', '105551.723000', '105551.726000', '105551.729000', '105551.731000', '105611.609000', '105611.612000', '105611.615000', '105611.618000', '105611.621000', '105611.623000', '105611.626000', '105611.629000', '105611.632000', '105611.635000', '105611.638000', '105611.641000', '105611.643000', '105611.646000', '105611.649000', '105611.652000', '105611.655000', '105611.658000', '105611.661000', '105611.665000', '105611.668000', '105611.671000', '105611.673000', '105611.676000', '105611.679000', '105611.682000', '105611.685000', '105611.696000', '105611.698000', '105611.701000', '105611.704000', '105611.707000', '105611.710000', '105611.712000', '105611.715000', '105611.719000', '105611.722000', '105611.725000', '105611.728000', '105611.740000', '105611.743000', '105611.746000', '105611.749000', '105631.609000', '105631.612000', '105631.615000', '105631.617000', '105631.620000', '105631.623000', '105631.626000', '105631.629000', '105631.632000', '105631.635000', '105631.638000', '105631.641000', '105631.644000', '105631.646000', '105631.649000', '105631.652000', '105631.655000', '105631.658000', '105631.661000', '105631.663000', '105631.666000', '105631.669000', '105631.672000', '105631.675000', '105631.678000', '105631.681000', '105631.683000', '105631.686000', '105631.689000', '105631.692000', '105631.695000', '105631.698000', '105631.700000', '105631.703000', '105631.706000', '105631.709000', '105631.712000', '105631.714000', '105631.717000', '105631.720000', '105631.723000', '105631.726000', '105631.729000', '105631.732000', '105651.609000', '105651.612000', '105651.615000', '105651.618000', '105651.621000', '105651.624000', '105651.626000', '105651.629000', '105651.632000', '105651.635000', '105651.638000', '105651.641000', '105651.643000', '105651.646000', '105651.649000', '105651.652000', '105651.655000', '105651.658000', '105651.661000', '105651.663000', '105651.666000', '105651.669000', '105651.672000', '105651.675000', '105651.678000', '105651.687000', '105651.690000', '105651.693000', '105651.696000', '105651.699000', '105651.702000', '105651.705000', '105651.707000', '105651.710000', '105651.713000', '105651.716000', '105651.719000', '105651.722000', '105651.725000', '105651.727000', '105651.730000', '105651.733000', '105651.736000', '105711.608000', '105711.611000', '105711.614000', '105711.617000', '105711.619000', '105711.622000', '105711.625000', '105711.628000', '105711.631000', '105711.634000', '105711.637000', '105711.640000', '105711.643000', '105711.645000', '105711.648000', '105711.651000', '105711.654000', '105711.657000', '105711.660000', '105711.663000', '105711.665000', '105711.668000', '105711.671000', '105711.674000', '105711.677000', '105711.680000', '105711.682000', '105711.685000', '105711.688000', '105711.691000', '105711.694000', '105711.697000', '105711.700000', '105711.703000', '105711.706000', '105711.709000', '105711.712000', '105711.714000', '105711.717000', '105711.720000', '105711.723000', '105711.726000', '105711.728000', '105711.731000', '105731.608000', '105731.611000', '105731.614000', '105731.617000', '105731.620000', '105731.622000', '105731.625000', '105731.628000', '105731.631000', '105731.634000', '105731.637000', '105731.640000', '105731.642000', '105731.645000', '105731.648000', '105731.651000', '105731.654000', '105731.657000', '105731.660000', '105731.662000', '105731.665000', '105731.668000', '105731.671000', '105731.674000', '105731.677000', '105731.680000', '105731.683000', '105731.685000', '105731.688000', '105731.691000', '105731.694000', '105731.697000', '105731.701000', '105731.704000', '105731.707000', '105731.710000', '105731.713000', '105731.715000', '105731.718000', '105731.721000', '105731.724000', '105731.727000', '105731.730000', '105751.608000', '105751.611000', '105751.622000', '105751.624000', '105751.627000', '105751.630000', '105751.633000', '105751.636000', '105751.639000', '105751.642000', '105751.645000', '105751.647000', '105751.650000', '105751.653000', '105751.656000', '105751.659000', '105751.662000', '105751.665000', '105751.668000', '105751.670000', '105751.682000', '105751.684000', '105751.687000', '105751.690000', '105751.693000', '105751.696000', '105751.699000', '105751.702000', '105751.704000', '105751.707000', '105751.710000', '105751.713000', '105751.716000', '105751.719000', '105751.722000', '105751.724000', '105751.727000', '105751.730000', '105751.733000', '105751.736000', '105751.738000', '105751.741000', '105751.744000', '105751.747000', '105811.609000', '105811.612000', '105811.615000', '105811.618000', '105811.621000', '105811.623000', '105811.626000', '105811.629000', '105811.632000', '105811.635000', '105811.638000', '105811.640000', '105811.643000', '105811.646000', '105811.649000', '105811.652000', '105811.655000', '105811.658000', '105811.660000', '105811.663000', '105811.666000', '105811.669000', '105811.672000', '105811.675000', '105811.678000', '105811.680000', '105811.683000', '105811.686000', '105811.689000', '105811.692000', '105811.695000', '105811.697000', '105811.700000', '105811.703000', '105811.706000', '105811.709000', '105811.712000', '105811.715000', '105811.718000', '105811.720000', '105811.723000', '105811.726000', '105811.729000', '105831.609000', '105831.612000', '105831.615000', '105831.618000', '105831.621000', '105831.624000', '105831.627000', '105831.629000', '105831.632000', '105831.635000', '105831.638000', '105831.641000', '105831.643000', '105831.646000', '105831.649000', '105831.652000', '105831.655000', '105831.658000', '105831.661000', '105831.663000', '105831.666000', '105831.669000', '105831.672000', '105831.675000', '105831.678000', '105831.681000', '105831.683000', '105831.686000', '105831.689000', '105831.692000', '105831.695000', '105831.698000', '105831.700000', '105831.703000', '105831.706000', '105831.709000', '105831.712000', '105831.715000', '105831.718000', '105831.720000', '105831.723000', '105831.726000', '105831.729000', '105831.732000', '105851.609000', '105851.612000', '105851.615000', '105851.618000', '105851.621000', '105851.624000', '105851.626000', '105851.629000', '105851.632000', '105851.635000', '105851.638000', '105851.640000', '105851.643000', '105851.646000', '105851.649000', '105851.652000', '105851.655000', '105851.658000', '105851.660000', '105851.663000', '105851.666000', '105851.669000', '105851.672000', '105851.675000', '105851.678000', '105851.681000', '105851.683000', '105851.686000', '105851.689000', '105851.692000', '105851.695000', '105851.698000', '105851.701000', '105851.703000', '105851.706000', '105851.709000', '105851.712000', '105851.715000', '105851.717000', '105851.720000', '105851.723000', '105851.726000', '105851.729000', '105911.609000', '105911.612000', '105911.615000', '105911.617000', '105911.620000', '105911.623000', '105911.626000', '105911.629000', '105911.632000', '105911.635000', '105911.637000', '105911.642000', '105911.645000', '105911.648000', '105911.651000', '105911.654000', '105911.657000', '105911.660000', '105911.662000', '105911.665000', '105911.668000', '105911.671000', '105911.674000', '105911.676000', '105911.679000', '105911.682000', '105911.685000', '105911.688000', '105911.691000', '105911.694000', '105911.696000', '105911.707000', '105911.710000', '105911.713000', '105911.716000', '105911.719000', '105911.722000', '105911.725000', '105911.727000', '105911.730000', '105911.733000', '105911.736000', '105911.739000', '105911.742000', '105931.608000', '105931.611000', '105931.614000', '105931.617000', '105931.620000', '105931.622000', '105931.625000', '105931.628000', '105931.631000', '105931.634000', '105931.637000', '105931.640000', '105931.642000', '105931.645000', '105931.648000', '105931.651000', '105931.654000', '105931.656000', '105931.659000', '105931.662000', '105931.665000', '105931.668000', '105931.671000', '105931.673000', '105931.676000', '105931.679000', '105931.682000', '105931.685000', '105931.688000', '105931.691000', '105931.694000', '105931.696000', '105931.699000', '105931.702000', '105931.705000', '105931.708000', '105931.711000', '105931.714000', '105931.717000', '105931.719000', '105931.722000', '105931.725000', '105931.728000', '105951.608000', '105951.611000', '105951.614000', '105951.617000', '105951.620000', '105951.622000', '105951.625000', '105951.628000', '105951.631000', '105951.634000', '105951.636000', '105951.639000', '105951.642000', '105951.645000', '105951.648000', '105951.651000', '105951.654000', '105951.656000', '105951.659000', '105951.662000', '105951.665000', '105951.668000', '105951.671000', '105951.674000', '105951.677000', '105951.680000', '105951.682000', '105951.685000', '105951.688000', '105951.691000', '105951.694000', '105951.697000', '105951.699000', '105951.702000', '105951.705000', '105951.708000', '105951.711000', '105951.714000', '105951.716000', '105951.719000', '105951.722000', '105951.725000', '105951.728000', '110011.608000', '110011.611000', '110011.614000', '110011.617000', '110011.620000', '110011.622000', '110011.625000', '110011.628000', '110011.631000', '110011.634000', '110011.637000', '110011.640000', '110011.642000', '110011.645000', '110011.648000', '110011.651000', '110011.654000', '110011.657000', '110011.659000', '110011.662000', '110011.665000', '110011.668000', '110011.671000', '110011.674000', '110011.676000', '110011.679000', '110011.682000', '110011.685000', '110011.688000', '110011.690000', '110011.693000', '110011.696000', '110011.699000', '110011.702000', '110011.705000', '110011.708000', '110011.710000', '110011.713000', '110011.716000', '110011.719000', '110011.722000', '110011.725000', '110011.728000', '110011.730000', '110031.610000', '110031.613000', '110031.616000', '110031.619000', '110031.622000', '110031.624000', '110031.627000', '110031.630000', '110031.633000', '110031.636000', '110031.639000', '110031.642000', '110031.644000', '110031.647000', '110031.650000', '110031.653000', '110031.656000', '110031.659000', '110031.662000', '110031.664000', '110031.667000', '110031.670000', '110031.673000', '110031.676000', '110031.679000', '110031.681000', '110031.684000', '110031.687000', '110031.690000', '110031.693000', '110031.696000', '110031.698000', '110031.701000', '110031.704000', '110031.707000', '110031.710000', '110031.713000', '110031.715000', '110031.718000', '110031.721000', '110031.724000', '110031.727000', '110031.745000', '110051.609000', '110051.612000', '110051.615000', '110051.618000', '110051.621000', '110051.629000', '110051.632000', '110051.635000', '110051.638000', '110051.641000', '110051.643000', '110051.646000', '110051.649000', '110051.652000', '110051.655000', '110051.658000', '110051.660000', '110051.663000', '110051.666000', '110051.669000', '110051.672000', '110051.675000', '110051.678000', '110051.680000', '110051.683000', '110051.686000', '110051.689000', '110051.692000', '110051.694000', '110051.697000', '110051.700000', '110051.703000', '110051.706000', '110051.709000', '110051.712000', '110051.714000', '110051.717000', '110051.720000', '110051.723000', '110051.726000', '110051.728000', '110051.731000', '110051.734000', '110051.737000', '110111.609000', '110111.612000', '110111.615000', '110111.618000', '110111.621000', '110111.623000', '110111.626000', '110111.629000', '110111.632000', '110111.635000', '110111.638000', '110111.641000', '110111.644000', '110111.647000', '110111.650000', '110111.653000', '110111.656000', '110111.659000', '110111.662000', '110111.664000', '110111.667000', '110111.670000', '110111.673000', '110111.676000', '110111.678000', '110111.682000', '110111.684000', '110111.687000', '110111.690000', '110111.693000', '110111.696000', '110111.699000', '110111.701000', '110111.704000', '110111.707000', '110111.710000', '110111.713000', '110111.716000', '110111.719000', '110111.721000', '110111.724000', '110111.727000', '110111.730000', '110131.608000', '110131.611000', '110131.614000', '110131.616000', '110131.619000', '110131.622000', '110131.625000', '110131.628000', '110131.631000', '110131.634000', '110131.636000', '110131.639000', '110131.642000', '110131.645000', '110131.648000', '110131.651000', '110131.654000', '110131.657000', '110131.659000', '110131.662000', '110131.665000', '110131.668000', '110131.671000', '110131.673000', '110131.676000', '110131.679000', '110131.682000', '110131.685000', '110131.688000', '110131.691000', '110131.693000', '110131.696000', '110131.699000', '110131.702000', '110131.705000', '110131.707000', '110131.710000', '110131.713000', '110131.716000', '110131.719000', '110131.722000', '110131.724000', '110131.727000', '110131.730000', '110140.196000', '110140.199000', '110140.203000', '110140.206000', '110140.209000', '110140.212000', '110140.216000', '110140.220000', '110140.223000', '110140.226000', '110140.229000', '110140.232000', '110140.235000', '110140.238000', '110140.242000', '110140.245000', '110140.248000', '110140.251000', '110140.254000'], 'InstanceCreationTime': ['105351.643000', '105351.646000', '105351.649000', '105351.652000', '105351.654000', '105351.657000', '105351.660000', '105351.663000', '105351.666000', '105351.669000', '105351.671000', '105351.674000', '105351.677000', '105351.680000', '105351.683000', '105351.686000', '105351.688000', '105351.691000', '105351.694000', '105351.697000', '105351.700000', '105351.703000', '105351.705000', '105351.708000', '105351.711000', '105351.714000', '105351.717000', '105351.720000', '105351.722000', '105351.725000', '105351.728000', '105351.731000', '105351.734000', '105351.744000', '105351.747000', '105351.750000', '105351.753000', '105351.756000', '105351.758000', '105351.761000', '105351.764000', '105351.767000', '105351.770000', '105351.773000', '105351.775000', '105351.778000', '105351.781000', '105351.784000', '105351.786000', '105351.789000', '105351.792000', '105351.795000', '105351.798000', '105351.800000', '105411.609000', '105411.612000', '105411.615000', '105411.618000', '105411.620000', '105411.623000', '105411.626000', '105411.629000', '105411.632000', '105411.635000', '105411.638000', '105411.646000', '105411.649000', '105411.652000', '105411.655000', '105411.658000', '105411.660000', '105411.663000', '105411.666000', '105411.669000', '105411.672000', '105411.675000', '105411.678000', '105411.681000', '105411.684000', '105411.687000', '105411.689000', '105411.692000', '105411.695000', '105411.698000', '105411.701000', '105411.703000', '105411.706000', '105411.709000', '105411.712000', '105411.715000', '105411.718000', '105411.720000', '105411.723000', '105411.726000', '105411.729000', '105411.732000', '105411.735000', '105431.609000', '105431.612000', '105431.615000', '105431.618000', '105431.620000', '105431.623000', '105431.626000', '105431.629000', '105431.638000', '105431.641000', '105431.643000', '105431.646000', '105431.649000', '105431.652000', '105431.662000', '105431.665000', '105431.668000', '105431.670000', '105431.673000', '105431.676000', '105431.679000', '105431.682000', '105431.684000', '105431.687000', '105431.690000', '105431.693000', '105431.696000', '105431.699000', '105431.701000', '105431.704000', '105431.707000', '105431.710000', '105431.713000', '105431.716000', '105431.718000', '105431.721000', '105431.724000', '105431.727000', '105431.730000', '105431.733000', '105431.735000', '105431.738000', '105431.741000', '105431.759000', '105451.608000', '105451.611000', '105451.614000', '105451.617000', '105451.619000', '105451.623000', '105451.626000', '105451.629000', '105451.632000', '105451.635000', '105451.638000', '105451.640000', '105451.643000', '105451.646000', '105451.649000', '105451.652000', '105451.655000', '105451.658000', '105451.661000', '105451.663000', '105451.666000', '105451.669000', '105451.672000', '105451.675000', '105451.677000', '105451.681000', '105451.683000', '105451.686000', '105451.689000', '105451.692000', '105451.695000', '105451.698000', '105451.701000', '105451.704000', '105451.707000', '105451.710000', '105451.713000', '105451.716000', '105451.718000', '105451.721000', '105451.724000', '105451.727000', '105451.730000', '105511.608000', '105511.611000', '105511.614000', '105511.617000', '105511.619000', '105511.622000', '105511.625000', '105511.628000', '105511.631000', '105511.633000', '105511.636000', '105511.639000', '105511.642000', '105511.645000', '105511.648000', '105511.651000', '105511.653000', '105511.662000', '105511.665000', '105511.667000', '105511.670000', '105511.673000', '105511.676000', '105511.679000', '105511.681000', '105511.684000', '105511.687000', '105511.690000', '105511.693000', '105511.696000', '105511.699000', '105511.701000', '105511.704000', '105511.707000', '105511.710000', '105511.713000', '105511.716000', '105511.718000', '105511.721000', '105511.724000', '105511.727000', '105511.729000', '105511.732000', '105511.735000', '105531.608000', '105531.611000', '105531.614000', '105531.616000', '105531.619000', '105531.622000', '105531.625000', '105531.628000', '105531.631000', '105531.634000', '105531.636000', '105531.639000', '105531.642000', '105531.645000', '105531.648000', '105531.651000', '105531.654000', '105531.656000', '105531.659000', '105531.662000', '105531.665000', '105531.668000', '105531.670000', '105531.673000', '105531.676000', '105531.679000', '105531.682000', '105531.685000', '105531.688000', '105531.690000', '105531.700000', '105531.703000', '105531.706000', '105531.709000', '105531.712000', '105531.715000', '105531.718000', '105531.721000', '105531.724000', '105531.727000', '105531.730000', '105531.732000', '105531.736000', '105551.609000', '105551.612000', '105551.615000', '105551.618000', '105551.621000', '105551.624000', '105551.626000', '105551.629000', '105551.632000', '105551.635000', '105551.638000', '105551.641000', '105551.644000', '105551.647000', '105551.649000', '105551.652000', '105551.655000', '105551.658000', '105551.661000', '105551.663000', '105551.666000', '105551.669000', '105551.672000', '105551.675000', '105551.678000', '105551.681000', '105551.683000', '105551.686000', '105551.689000', '105551.692000', '105551.695000', '105551.698000', '105551.700000', '105551.703000', '105551.706000', '105551.709000', '105551.712000', '105551.714000', '105551.717000', '105551.720000', '105551.723000', '105551.726000', '105551.729000', '105551.731000', '105611.609000', '105611.612000', '105611.615000', '105611.618000', '105611.621000', '105611.623000', '105611.626000', '105611.629000', '105611.632000', '105611.635000', '105611.638000', '105611.641000', '105611.643000', '105611.646000', '105611.649000', '105611.652000', '105611.655000', '105611.658000', '105611.661000', '105611.665000', '105611.668000', '105611.671000', '105611.673000', '105611.676000', '105611.679000', '105611.682000', '105611.685000', '105611.696000', '105611.698000', '105611.701000', '105611.704000', '105611.707000', '105611.710000', '105611.712000', '105611.715000', '105611.719000', '105611.722000', '105611.725000', '105611.728000', '105611.740000', '105611.743000', '105611.746000', '105611.749000', '105631.609000', '105631.612000', '105631.615000', '105631.617000', '105631.620000', '105631.623000', '105631.626000', '105631.629000', '105631.632000', '105631.635000', '105631.638000', '105631.641000', '105631.644000', '105631.646000', '105631.649000', '105631.652000', '105631.655000', '105631.658000', '105631.661000', '105631.663000', '105631.666000', '105631.669000', '105631.672000', '105631.675000', '105631.678000', '105631.681000', '105631.683000', '105631.686000', '105631.689000', '105631.692000', '105631.695000', '105631.698000', '105631.700000', '105631.703000', '105631.706000', '105631.709000', '105631.712000', '105631.714000', '105631.717000', '105631.720000', '105631.723000', '105631.726000', '105631.729000', '105631.732000', '105651.609000', '105651.612000', '105651.615000', '105651.618000', '105651.621000', '105651.624000', '105651.626000', '105651.629000', '105651.632000', '105651.635000', '105651.638000', '105651.641000', '105651.643000', '105651.646000', '105651.649000', '105651.652000', '105651.655000', '105651.658000', '105651.661000', '105651.663000', '105651.666000', '105651.669000', '105651.672000', '105651.675000', '105651.678000', '105651.687000', '105651.690000', '105651.693000', '105651.696000', '105651.699000', '105651.702000', '105651.705000', '105651.707000', '105651.710000', '105651.713000', '105651.716000', '105651.719000', '105651.722000', '105651.725000', '105651.727000', '105651.730000', '105651.733000', '105651.736000', '105711.608000', '105711.611000', '105711.614000', '105711.617000', '105711.619000', '105711.622000', '105711.625000', '105711.628000', '105711.631000', '105711.634000', '105711.637000', '105711.640000', '105711.643000', '105711.645000', '105711.648000', '105711.651000', '105711.654000', '105711.657000', '105711.660000', '105711.663000', '105711.665000', '105711.668000', '105711.671000', '105711.674000', '105711.677000', '105711.680000', '105711.682000', '105711.685000', '105711.688000', '105711.691000', '105711.694000', '105711.697000', '105711.700000', '105711.703000', '105711.706000', '105711.709000', '105711.712000', '105711.714000', '105711.717000', '105711.720000', '105711.723000', '105711.726000', '105711.728000', '105711.731000', '105731.608000', '105731.611000', '105731.614000', '105731.617000', '105731.620000', '105731.622000', '105731.625000', '105731.628000', '105731.631000', '105731.634000', '105731.637000', '105731.640000', '105731.642000', '105731.645000', '105731.648000', '105731.651000', '105731.654000', '105731.657000', '105731.660000', '105731.662000', '105731.665000', '105731.668000', '105731.671000', '105731.674000', '105731.677000', '105731.680000', '105731.683000', '105731.685000', '105731.688000', '105731.691000', '105731.694000', '105731.697000', '105731.701000', '105731.704000', '105731.707000', '105731.710000', '105731.713000', '105731.715000', '105731.718000', '105731.721000', '105731.724000', '105731.727000', '105731.730000', '105751.608000', '105751.611000', '105751.622000', '105751.624000', '105751.627000', '105751.630000', '105751.633000', '105751.636000', '105751.639000', '105751.642000', '105751.645000', '105751.647000', '105751.650000', '105751.653000', '105751.656000', '105751.659000', '105751.662000', '105751.665000', '105751.668000', '105751.670000', '105751.682000', '105751.684000', '105751.687000', '105751.690000', '105751.693000', '105751.696000', '105751.699000', '105751.702000', '105751.704000', '105751.707000', '105751.710000', '105751.713000', '105751.716000', '105751.719000', '105751.722000', '105751.724000', '105751.727000', '105751.730000', '105751.733000', '105751.736000', '105751.738000', '105751.741000', '105751.744000', '105751.747000', '105811.609000', '105811.612000', '105811.615000', '105811.618000', '105811.621000', '105811.623000', '105811.626000', '105811.629000', '105811.632000', '105811.635000', '105811.638000', '105811.640000', '105811.643000', '105811.646000', '105811.649000', '105811.652000', '105811.655000', '105811.658000', '105811.660000', '105811.663000', '105811.666000', '105811.669000', '105811.672000', '105811.675000', '105811.678000', '105811.680000', '105811.683000', '105811.686000', '105811.689000', '105811.692000', '105811.695000', '105811.697000', '105811.700000', '105811.703000', '105811.706000', '105811.709000', '105811.712000', '105811.715000', '105811.718000', '105811.720000', '105811.723000', '105811.726000', '105811.729000', '105831.609000', '105831.612000', '105831.615000', '105831.618000', '105831.621000', '105831.624000', '105831.627000', '105831.629000', '105831.632000', '105831.635000', '105831.638000', '105831.641000', '105831.643000', '105831.646000', '105831.649000', '105831.652000', '105831.655000', '105831.658000', '105831.661000', '105831.663000', '105831.666000', '105831.669000', '105831.672000', '105831.675000', '105831.678000', '105831.681000', '105831.683000', '105831.686000', '105831.689000', '105831.692000', '105831.695000', '105831.698000', '105831.700000', '105831.703000', '105831.706000', '105831.709000', '105831.712000', '105831.715000', '105831.718000', '105831.720000', '105831.723000', '105831.726000', '105831.729000', '105831.732000', '105851.609000', '105851.612000', '105851.615000', '105851.618000', '105851.621000', '105851.624000', '105851.626000', '105851.629000', '105851.632000', '105851.635000', '105851.638000', '105851.640000', '105851.643000', '105851.646000', '105851.649000', '105851.652000', '105851.655000', '105851.658000', '105851.660000', '105851.663000', '105851.666000', '105851.669000', '105851.672000', '105851.675000', '105851.678000', '105851.681000', '105851.683000', '105851.686000', '105851.689000', '105851.692000', '105851.695000', '105851.698000', '105851.701000', '105851.703000', '105851.706000', '105851.709000', '105851.712000', '105851.715000', '105851.717000', '105851.720000', '105851.723000', '105851.726000', '105851.729000', '105911.609000', '105911.612000', '105911.615000', '105911.617000', '105911.620000', '105911.623000', '105911.626000', '105911.629000', '105911.632000', '105911.635000', '105911.637000', '105911.642000', '105911.645000', '105911.648000', '105911.651000', '105911.654000', '105911.657000', '105911.660000', '105911.662000', '105911.665000', '105911.668000', '105911.671000', '105911.674000', '105911.676000', '105911.679000', '105911.682000', '105911.685000', '105911.688000', '105911.691000', '105911.694000', '105911.696000', '105911.707000', '105911.710000', '105911.713000', '105911.716000', '105911.719000', '105911.722000', '105911.725000', '105911.727000', '105911.730000', '105911.733000', '105911.736000', '105911.739000', '105911.742000', '105931.608000', '105931.611000', '105931.614000', '105931.617000', '105931.620000', '105931.622000', '105931.625000', '105931.628000', '105931.631000', '105931.634000', '105931.637000', '105931.640000', '105931.642000', '105931.645000', '105931.648000', '105931.651000', '105931.654000', '105931.656000', '105931.659000', '105931.662000', '105931.665000', '105931.668000', '105931.671000', '105931.673000', '105931.676000', '105931.679000', '105931.682000', '105931.685000', '105931.688000', '105931.691000', '105931.694000', '105931.696000', '105931.699000', '105931.702000', '105931.705000', '105931.708000', '105931.711000', '105931.714000', '105931.717000', '105931.719000', '105931.722000', '105931.725000', '105931.728000', '105951.608000', '105951.611000', '105951.614000', '105951.617000', '105951.620000', '105951.622000', '105951.625000', '105951.628000', '105951.631000', '105951.634000', '105951.636000', '105951.639000', '105951.642000', '105951.645000', '105951.648000', '105951.651000', '105951.654000', '105951.656000', '105951.659000', '105951.662000', '105951.665000', '105951.668000', '105951.671000', '105951.674000', '105951.677000', '105951.680000', '105951.682000', '105951.685000', '105951.688000', '105951.691000', '105951.694000', '105951.697000', '105951.699000', '105951.702000', '105951.705000', '105951.708000', '105951.711000', '105951.714000', '105951.716000', '105951.719000', '105951.722000', '105951.725000', '105951.728000', '110011.608000', '110011.611000', '110011.614000', '110011.617000', '110011.620000', '110011.622000', '110011.625000', '110011.628000', '110011.631000', '110011.634000', '110011.637000', '110011.640000', '110011.642000', '110011.645000', '110011.648000', '110011.651000', '110011.654000', '110011.657000', '110011.659000', '110011.662000', '110011.665000', '110011.668000', '110011.671000', '110011.674000', '110011.676000', '110011.679000', '110011.682000', '110011.685000', '110011.688000', '110011.690000', '110011.693000', '110011.696000', '110011.699000', '110011.702000', '110011.705000', '110011.708000', '110011.710000', '110011.713000', '110011.716000', '110011.719000', '110011.722000', '110011.725000', '110011.728000', '110011.730000', '110031.610000', '110031.613000', '110031.616000', '110031.619000', '110031.622000', '110031.624000', '110031.627000', '110031.630000', '110031.633000', '110031.636000', '110031.639000', '110031.642000', '110031.644000', '110031.647000', '110031.650000', '110031.653000', '110031.656000', '110031.659000', '110031.662000', '110031.664000', '110031.667000', '110031.670000', '110031.673000', '110031.676000', '110031.679000', '110031.681000', '110031.684000', '110031.687000', '110031.690000', '110031.693000', '110031.696000', '110031.698000', '110031.701000', '110031.704000', '110031.707000', '110031.710000', '110031.713000', '110031.715000', '110031.718000', '110031.721000', '110031.724000', '110031.727000', '110031.745000', '110051.609000', '110051.612000', '110051.615000', '110051.618000', '110051.621000', '110051.629000', '110051.632000', '110051.635000', '110051.638000', '110051.641000', '110051.643000', '110051.646000', '110051.649000', '110051.652000', '110051.655000', '110051.658000', '110051.660000', '110051.663000', '110051.666000', '110051.669000', '110051.672000', '110051.675000', '110051.678000', '110051.680000', '110051.683000', '110051.686000', '110051.689000', '110051.692000', '110051.694000', '110051.697000', '110051.700000', '110051.703000', '110051.706000', '110051.709000', '110051.712000', '110051.714000', '110051.717000', '110051.720000', '110051.723000', '110051.726000', '110051.728000', '110051.731000', '110051.734000', '110051.737000', '110111.609000', '110111.612000', '110111.615000', '110111.618000', '110111.621000', '110111.623000', '110111.626000', '110111.629000', '110111.632000', '110111.635000', '110111.638000', '110111.641000', '110111.644000', '110111.647000', '110111.650000', '110111.653000', '110111.656000', '110111.659000', '110111.662000', '110111.664000', '110111.667000', '110111.670000', '110111.673000', '110111.676000', '110111.678000', '110111.682000', '110111.684000', '110111.687000', '110111.690000', '110111.693000', '110111.696000', '110111.699000', '110111.701000', '110111.704000', '110111.707000', '110111.710000', '110111.713000', '110111.716000', '110111.719000', '110111.721000', '110111.724000', '110111.727000', '110111.730000', '110131.608000', '110131.611000', '110131.614000', '110131.616000', '110131.619000', '110131.622000', '110131.625000', '110131.628000', '110131.631000', '110131.634000', '110131.636000', '110131.639000', '110131.642000', '110131.645000', '110131.648000', '110131.651000', '110131.654000', '110131.657000', '110131.659000', '110131.662000', '110131.665000', '110131.668000', '110131.671000', '110131.673000', '110131.676000', '110131.679000', '110131.682000', '110131.685000', '110131.688000', '110131.691000', '110131.693000', '110131.696000', '110131.699000', '110131.702000', '110131.705000', '110131.707000', '110131.710000', '110131.713000', '110131.716000', '110131.719000', '110131.722000', '110131.724000', '110131.727000', '110131.730000', '110140.196000', '110140.199000', '110140.203000', '110140.206000', '110140.209000', '110140.212000', '110140.216000', '110140.220000', '110140.223000', '110140.226000', '110140.229000', '110140.232000', '110140.235000', '110140.238000', '110140.242000', '110140.245000', '110140.248000', '110140.251000', '110140.254000'], '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], 'LargestImagePixelValue': [13859, 14973, 10691, 14168, 10034, 13464, 10233, 13403, 15631, 10844, 14035, 10135, 12025, 11800, 10828, 14598, 10389, 11310, 10139, 11296, 12059, 10006, 12728, 10142, 11463, 9894, 10041, 12552, 10229, 11727, 9955, 10168, 12726, 10296, 11835, 11191, 10113, 13088, 10323, 11275, 12303, 10227, 13468, 10504, 11828, 11769, 10328, 13597, 10162, 11752, 10255, 10266, 13989, 10394, 12025, 10119, 10751, 14181, 10386, 12259, 10374, 11149, 11748, 10365, 13976, 10658, 11838, 10514, 11039, 13333, 10754, 12873, 10623, 11704, 10199, 11042, 14367, 10610, 11755, 10295, 10992, 12179, 10694, 13335, 10803, 12105, 10422, 11743, 10107, 11227, 11975, 10672, 13833, 10956, 11902, 10742, 11524, 11794, 10656, 13687, 11064, 12380, 10960, 11810, 12566, 10824, 13791, 11148, 12000, 11028, 12237, 12423, 10910, 13616, 10958, 11867, 11394, 10907, 14657, 11076, 11780, 10838, 11924, 15094, 10943, 11858, 10868, 11152, 11495, 11026, 13022, 11035, 11835, 10616, 11071, 14000, 10984, 11959, 10990, 11395, 11604, 11395, 13363, 11381, 11569, 11010, 11035, 12856, 11551, 11799, 11565, 11646, 11298, 11566, 13243, 11862, 11688, 10618, 11761, 12532, 11478, 13055, 11468, 12413, 10099, 12579, 10789, 10783, 13162, 11251, 12220, 10675, 12621, 11103, 12870, 10880, 12314, 11057, 11079, 14248, 10996, 12392, 10911, 11116, 11176, 10858, 14140, 11018, 11586, 11453, 11252, 10947, 10955, 12668, 10724, 10947, 11030, 11133, 10666, 10514, 13096, 10815, 11739, 11166, 10991, 10864, 10799, 13390, 11136, 11663, 11020, 10805, 11306, 11241, 13928, 11158, 11621, 10855, 11151, 13195, 11577, 11762, 11108, 11181, 13249, 11468, 11680, 11040, 11188, 12402, 11384, 10865, 10704, 11207, 13253, 11274, 11487, 10764, 11229, 13003, 11365, 11159, 11189, 11151, 12400, 11463, 12745, 11324, 10974, 10690, 11148, 12836, 11545, 11874, 11038, 11216, 13692, 11253, 11176, 11881, 11330, 13514, 11335, 11445, 11341, 11497, 12846, 11463, 11401, 10389, 11241, 13320, 11301, 11443, 11108, 10845, 10913, 11274, 12818, 11244, 11668, 11383, 11543, 11102, 11180, 12952, 11669, 12660, 11190, 11316, 12835, 11532, 13119, 11172, 14430, 11161, 13241, 10855, 12107, 10738, 12000, 14224, 10836, 11654, 10800, 11292, 14391, 11139, 12719, 11061, 11697, 13754, 10822, 12229, 14377, 11009, 15063, 10718, 11498, 12114, 10635, 11096, 10607, 10547, 11628, 10618, 12263, 14271, 10180, 11421, 10415, 10013, 11457, 10109, 10745, 10874, 9917, 12503, 8984, 10420, 10140, 9857, 11463, 9459, 11214, 9872, 10341, 12150, 9527, 11400, 10244, 9935, 12004, 10173, 11156, 10277, 10163, 11659, 10202, 11684, 10158, 10282, 11701, 10253, 10884, 10355, 10222, 11610, 10124, 11386, 10385, 10602, 11613, 10362, 11323, 10828, 10806, 12785, 10212, 11067, 10658, 10075, 10926, 11596, 10543, 11791, 10611, 10968, 10950, 10707, 11325, 10505, 11141, 10625, 12485, 10615, 11719, 10931, 12014, 10532, 11054, 10628, 10706, 12349, 10702, 12397, 10496, 11820, 10854, 10375, 13509, 10664, 12336, 10625, 12327, 10635, 13142, 10321, 10395, 10619, 10425, 11870, 10379, 11981, 10359, 11928, 10249, 11420, 10433, 10031, 12526, 10239, 11986, 10230, 11220, 11428, 11099, 14921, 11233, 13557, 10159, 10353, 9926, 10786, 10987, 10351, 13048, 10071, 12070, 10015, 11119, 11575, 10585, 11398, 10312, 11006, 10560, 11321, 12780, 10842, 12029, 10485, 11533, 10287, 10705, 12076, 10611, 12214, 10413, 12015, 11957, 10530, 12615, 10729, 11796, 11702, 10679, 12461, 10435, 11982, 12105, 10592, 12385, 10404, 12358, 11054, 10412, 13327, 10427, 12397, 10782, 10990, 12526, 10300, 12891, 10481, 12018, 10531, 12379, 10181, 11824, 12096, 10435, 13094, 10583, 12809, 10620, 11844, 10842, 10801, 13763, 10713, 12528, 10604, 12300, 10655, 11716, 10152, 10831, 13631, 10858, 12773, 10591, 12434, 10563, 12100, 12648, 11095, 13774, 10787, 12095, 10493, 11870, 10574, 11198, 13506, 10787, 13203, 10439, 12737, 10118, 10675, 13830, 10614, 13216, 10594, 12155, 10197, 11224, 13210, 10755, 13649, 10438, 12710, 10366, 11572, 13167, 10770, 14138, 10512, 12666, 10310, 11020, 14532, 10997, 13045, 10609, 12715, 13364, 10726, 13738, 10538, 12604, 11770, 10658, 13174, 10559, 11816, 10163, 11012, 14007, 10795, 12470, 10579, 12230, 10584, 10486, 13946, 10825, 12377, 10749, 12293, 14744, 10778, 13400, 10542, 11667, 14041, 10738, 13786, 10494, 12511, 10553, 11267, 15043, 11522, 13421, 10254, 12267, 9919, 11484, 14663, 12008, 13478, 10214, 11343, 9862, 10643, 14091, 11394, 13212, 10126, 12233, 10159, 10214, 13765, 10284, 12804, 10519, 11686, 11850, 10289, 13558, 10642, 12530, 9969, 11844, 13597, 10566, 13917, 10377, 13033, 12535, 10510, 14491, 10296, 13693, 11355, 10703, 14820, 10883, 13477, 10537, 12819, 9874, 10595, 13891, 10920, 13821, 10669, 13364, 10440, 12433, 13009, 10843, 14415, 10833, 12106, 9986, 10752, 14022, 10924, 12700, 10371, 11615, 10174, 12204, 9859, 11721, 12990, 10542, 14062, 10564, 13491, 11005, 10510, 14350, 10682, 12972, 10900, 13522, 12651, 10871, 12978, 9623, 9728, 12454, 13727, 10823, 15079, 10208, 13467, 10141, 12411, 14639, 10321, 13241, 10272, 11891, 14785, 10666, 14034, 11299, 12300, 14899, 10642, 13003, 10178, 11279, 14542, 10253, 12203, 9979, 10300, 13938, 10287, 11781, 10361, 10106, 12985, 9966, 11814, 10528, 11010, 12097, 10118, 13039, 10336, 12195, 11039, 10278, 14503, 10003, 12267, 10603, 10333, 14165, 10749, 12761, 11326, 10103, 13741, 10461, 11849, 12554, 10178, 13668, 10137, 11610, 10349, 10783, 12829, 10748, 13105, 10450, 12535, 10516, 11750, 13979, 10922, 12933, 10295, 11387, 13902, 10303, 12371, 10631, 10286, 13728, 10646, 11669, 13811, 10456, 11867, 10519, 10248, 13684, 10793, 11873, 13705, 10523, 12280, 10735, 11185, 13966, 10701, 12015, 11287, 10682, 13701, 10912, 11999, 12128, 10917, 13919, 10722, 12073, 13513, 10989, 13535, 10783, 12247, 14783, 10828, 13498, 10750, 12653, 14582, 10685, 14476, 10609, 12860, 14904, 10893, 14490, 10900, 12988, 12154, 10551, 14298, 11087, 13057, 10782, 11946, 14745, 10925, 13878, 11138, 12822, 12003, 10839, 14725, 10901, 12808, 10807, 12386, 14644, 10757, 13705, 10861, 13707, 12188, 11156, 14748, 10600, 13391, 10914, 12769, 14742, 10554, 14483, 10637, 14145, 10384, 12158, 13047, 10506, 14676, 10551, 14340, 10376, 13205, 10369, 11277, 15352, 11467, 14373, 10401, 12417, 10198, 12509, 10140, 13600, 10393, 13723, 10308, 13688, 10265, 14035, 10501, 13609, 10910, 15369, 11173, 13870, 10334, 12665, 10213, 13629, 11519, 11487, 14512, 10416, 14023, 10511, 14300, 10110, 11500, 13426, 10605, 14519, 10495, 13936, 10162, 13247, 10386, 12255, 15209, 10566, 13280, 10550, 12744, 11270, 10219, 14405, 10385, 12443, 10859, 11926, 10667, 10175, 13716, 10731, 11988, 10754, 11667, 12606, 10425, 13324, 10675, 11766, 10808, 11253, 13536, 10751, 13601, 10429, 12382, 10959, 13270, 10541, 13250, 10255, 12988, 15155, 10925, 14718, 10735, 12753, 15223, 10481, 13709, 10639, 11638, 15321, 10368, 13442, 10783, 10244, 14938, 10303, 12776, 14227, 10244, 14165, 10135, 12161, 14126, 10145, 13517, 10075, 11141, 14178, 10083, 12068, 10415, 10270, 13757, 10188, 12002, 13394, 10215, 13146, 10041, 11339, 13710, 9889, 11792, 10122, 10128, 13347, 10407, 12315, 10289, 10324, 13043, 10695, 12058, 10489, 11184, 11094, 10285, 13006, 10651, 13039, 10269, 12778, 11936, 11451, 14324, 10599, 13500, 10436, 13075, 13676, 11156, 14709, 10025, 10999, 12201, 15293, 11205, 15653, 10248, 13990, 12410, 10971, 14686, 10366, 14571, 10194, 13473, 16044, 11600, 13987, 11467, 11702, 15224, 10883, 13373, 10607, 13293, 16017, 10896, 13898, 10483, 10883, 10126, 10191, 14082, 10617, 14128, 10393, 11485, 13288, 10246, 13842, 10030, 11599, 13010, 10007, 14779, 10245], 'WindowCenter': [4828.0, 4810.0, 4758.0, 4772.0, 4721.0, 4761.0, 4730.0, 4760.0, 4754.0, 4715.0, 4742.0, 4703.0, 4735.0, 4721.0, 4714.0, 4752.0, 4714.0, 4722.0, 4702.0, 4725.0, 4733.0, 4716.0, 4744.0, 4717.0, 4735.0, 4705.0, 4716.0, 4746.0, 4727.0, 4736.0, 4716.0, 4727.0, 4745.0, 4728.0, 4749.0, 4737.0, 4728.0, 4757.0, 4728.0, 4738.0, 4747.0, 4729.0, 4756.0, 4728.0, 4750.0, 4736.0, 4731.0, 4770.0, 4729.0, 4751.0, 4728.0, 4742.0, 4766.0, 4739.0, 4763.0, 4730.0, 4752.0, 4771.0, 4742.0, 4762.0, 4739.0, 4750.0, 4750.0, 4744.0, 4782.0, 4752.0, 4763.0, 4740.0, 4754.0, 4774.0, 4754.0, 4772.0, 4754.0, 4764.0, 4743.0, 4765.0, 4781.0, 4755.0, 4764.0, 4742.0, 4764.0, 4762.0, 4755.0, 4783.0, 4755.0, 4772.0, 4766.0, 4776.0, 4753.0, 4776.0, 4774.0, 4768.0, 4787.0, 4767.0, 4774.0, 4767.0, 4779.0, 4776.0, 4767.0, 4786.0, 4766.0, 4776.0, 4752.0, 4778.0, 4774.0, 4754.0, 4781.0, 4764.0, 4764.0, 4753.0, 4774.0, 4759.0, 4751.0, 4770.0, 4739.0, 4764.0, 4751.0, 4741.0, 4769.0, 4740.0, 4752.0, 4737.0, 4751.0, 4766.0, 4738.0, 4750.0, 4737.0, 4739.0, 4736.0, 4740.0, 4769.0, 4753.0, 4763.0, 4740.0, 4751.0, 4782.0, 4751.0, 4763.0, 4754.0, 4762.0, 4764.0, 4764.0, 4771.0, 4753.0, 4752.0, 4749.0, 4763.0, 4760.0, 4752.0, 4751.0, 4751.0, 4764.0, 4749.0, 4754.0, 4758.0, 4750.0, 4752.0, 4739.0, 4750.0, 4748.0, 4748.0, 4758.0, 4761.0, 4773.0, 4747.0, 4776.0, 4740.0, 4741.0, 4761.0, 4739.0, 4748.0, 4730.0, 4748.0, 4752.0, 4759.0, 4742.0, 4750.0, 4726.0, 4738.0, 4757.0, 4729.0, 4747.0, 4725.0, 4726.0, 4737.0, 4738.0, 4756.0, 4726.0, 4734.0, 4734.0, 4737.0, 4725.0, 4725.0, 4743.0, 4725.0, 4728.0, 4726.0, 4736.0, 4725.0, 4728.0, 4745.0, 4738.0, 4750.0, 4735.0, 4729.0, 4726.0, 4725.0, 4756.0, 4736.0, 4739.0, 4725.0, 4728.0, 4737.0, 4738.0, 4756.0, 4725.0, 4736.0, 4725.0, 4737.0, 4756.0, 4737.0, 4737.0, 4725.0, 4739.0, 4746.0, 4739.0, 4738.0, 4726.0, 4736.0, 4734.0, 4734.0, 4739.0, 4728.0, 4739.0, 4747.0, 4737.0, 4738.0, 4727.0, 4749.0, 4756.0, 4738.0, 4737.0, 4738.0, 4739.0, 4748.0, 4752.0, 4757.0, 4739.0, 4741.0, 4726.0, 4738.0, 4758.0, 4750.0, 4747.0, 4725.0, 4738.0, 4756.0, 4726.0, 4739.0, 4738.0, 4737.0, 4747.0, 4724.0, 4739.0, 4727.0, 4739.0, 4756.0, 4736.0, 4741.0, 4727.0, 4751.0, 4771.0, 4752.0, 4750.0, 4752.0, 4754.0, 4754.0, 4764.0, 4774.0, 4764.0, 4764.0, 4765.0, 4765.0, 4753.0, 4753.0, 4761.0, 4751.0, 4763.0, 4739.0, 4744.0, 4762.0, 4753.0, 4775.0, 4740.0, 4770.0, 4738.0, 4770.0, 4742.0, 4748.0, 4728.0, 4749.0, 4756.0, 4727.0, 4727.0, 4728.0, 4739.0, 4756.0, 4727.0, 4733.0, 4710.0, 4723.0, 4729.0, 4699.0, 4711.0, 4729.0, 4700.0, 4728.0, 4687.0, 4699.0, 4694.0, 4673.0, 4682.0, 4660.0, 4672.0, 4682.0, 4673.0, 4694.0, 4702.0, 4663.0, 4683.0, 4660.0, 4661.0, 4670.0, 4661.0, 4673.0, 4673.0, 4675.0, 4709.0, 4668.0, 4676.0, 4663.0, 4676.0, 4695.0, 4676.0, 4697.0, 4677.0, 4689.0, 4697.0, 4676.0, 4696.0, 4673.0, 4678.0, 4696.0, 4676.0, 4697.0, 4674.0, 4688.0, 4696.0, 4689.0, 4711.0, 4677.0, 4688.0, 4697.0, 4687.0, 4699.0, 4687.0, 4689.0, 4697.0, 4688.0, 4711.0, 4689.0, 4699.0, 4711.0, 4690.0, 4710.0, 4700.0, 4714.0, 4721.0, 4702.0, 4710.0, 4713.0, 4704.0, 4727.0, 4736.0, 4717.0, 4737.0, 4727.0, 4729.0, 4730.0, 4741.0, 4736.0, 4733.0, 4739.0, 4730.0, 4748.0, 4728.0, 4740.0, 4729.0, 4750.0, 4732.0, 4741.0, 4730.0, 4732.0, 4738.0, 4728.0, 4737.0, 4717.0, 4738.0, 4714.0, 4719.0, 4745.0, 4717.0, 4734.0, 4716.0, 4737.0, 4715.0, 4745.0, 4715.0, 4716.0, 4714.0, 4727.0, 4735.0, 4718.0, 4739.0, 4716.0, 4737.0, 4718.0, 4736.0, 4716.0, 4708.0, 4736.0, 4715.0, 4735.0, 4715.0, 4727.0, 4727.0, 4728.0, 4768.0, 4727.0, 4747.0, 4716.0, 4704.0, 4705.0, 4718.0, 4713.0, 4716.0, 4735.0, 4706.0, 4735.0, 4704.0, 4726.0, 4710.0, 4703.0, 4711.0, 4703.0, 4715.0, 4726.0, 4727.0, 4735.0, 4738.0, 4750.0, 4729.0, 4724.0, 4702.0, 4715.0, 4723.0, 4726.0, 4747.0, 4741.0, 4751.0, 4751.0, 4726.0, 4731.0, 4713.0, 4734.0, 4712.0, 4699.0, 4705.0, 4700.0, 4768.0, 4737.0, 4729.0, 4750.0, 4753.0, 4788.0, 4752.0, 4742.0, 4760.0, 4739.0, 4762.0, 4727.0, 4750.0, 4760.0, 4741.0, 4758.0, 4740.0, 4762.0, 4743.0, 4762.0, 4730.0, 4751.0, 4750.0, 4743.0, 4761.0, 4730.0, 4759.0, 4742.0, 4751.0, 4740.0, 4744.0, 4769.0, 4742.0, 4763.0, 4741.0, 4752.0, 4739.0, 4750.0, 4732.0, 4742.0, 4771.0, 4743.0, 4760.0, 4743.0, 4761.0, 4732.0, 4761.0, 4761.0, 4753.0, 4760.0, 4742.0, 4748.0, 4740.0, 4753.0, 4757.0, 4754.0, 4760.0, 4742.0, 4761.0, 4731.0, 4762.0, 4730.0, 4729.0, 4759.0, 4731.0, 4764.0, 4732.0, 4752.0, 4730.0, 4742.0, 4749.0, 4739.0, 4771.0, 4742.0, 4761.0, 4730.0, 4743.0, 4746.0, 4740.0, 4769.0, 4733.0, 4762.0, 4719.0, 4741.0, 4756.0, 4728.0, 4760.0, 4730.0, 4749.0, 4747.0, 4728.0, 4759.0, 4728.0, 4764.0, 4750.0, 4742.0, 4758.0, 4739.0, 4751.0, 4729.0, 4741.0, 4771.0, 4743.0, 4766.0, 4745.0, 4753.0, 4732.0, 4742.0, 4761.0, 4739.0, 4762.0, 4742.0, 4764.0, 4771.0, 4744.0, 4763.0, 4731.0, 4753.0, 4758.0, 4755.0, 4769.0, 4742.0, 4762.0, 4732.0, 4752.0, 4770.0, 4752.0, 4783.0, 4742.0, 4750.0, 4718.0, 4752.0, 4769.0, 4749.0, 4758.0, 4729.0, 4740.0, 4718.0, 4731.0, 4769.0, 4751.0, 4759.0, 4731.0, 4748.0, 4717.0, 4731.0, 4769.0, 4744.0, 4761.0, 4741.0, 4763.0, 4749.0, 4742.0, 4771.0, 4754.0, 4775.0, 4744.0, 4767.0, 4772.0, 4753.0, 4785.0, 4743.0, 4774.0, 4763.0, 4742.0, 4771.0, 4743.0, 4783.0, 4740.0, 4742.0, 4768.0, 4742.0, 4772.0, 4742.0, 4770.0, 4730.0, 4742.0, 4758.0, 4741.0, 4770.0, 4741.0, 4758.0, 4729.0, 4762.0, 4750.0, 4742.0, 4767.0, 4729.0, 4748.0, 4715.0, 4739.0, 4770.0, 4741.0, 4758.0, 4740.0, 4753.0, 4745.0, 4775.0, 4742.0, 4767.0, 4772.0, 4754.0, 4783.0, 4754.0, 4773.0, 4741.0, 4744.0, 4769.0, 4742.0, 4787.0, 4754.0, 4786.0, 4776.0, 4752.0, 4775.0, 4732.0, 4745.0, 4775.0, 4783.0, 4752.0, 4782.0, 4741.0, 4772.0, 4731.0, 4763.0, 4772.0, 4730.0, 4760.0, 4717.0, 4737.0, 4756.0, 4730.0, 4758.0, 4725.0, 4735.0, 4743.0, 4702.0, 4722.0, 4690.0, 4700.0, 4718.0, 4689.0, 4707.0, 4675.0, 4689.0, 4716.0, 4686.0, 4710.0, 4677.0, 4688.0, 4716.0, 4689.0, 4721.0, 4700.0, 4712.0, 4719.0, 4715.0, 4742.0, 4714.0, 4735.0, 4726.0, 4728.0, 4757.0, 4714.0, 4747.0, 4715.0, 4716.0, 4756.0, 4728.0, 4747.0, 4724.0, 4716.0, 4756.0, 4715.0, 4747.0, 4749.0, 4727.0, 4756.0, 4727.0, 4738.0, 4728.0, 4741.0, 4761.0, 4758.0, 4773.0, 4755.0, 4763.0, 4742.0, 4764.0, 4772.0, 4745.0, 4774.0, 4742.0, 4755.0, 4770.0, 4743.0, 4763.0, 4728.0, 4729.0, 4759.0, 4729.0, 4754.0, 4759.0, 4728.0, 4749.0, 4726.0, 4731.0, 4770.0, 4742.0, 4750.0, 4761.0, 4741.0, 4763.0, 4753.0, 4752.0, 4768.0, 4742.0, 4763.0, 4753.0, 4741.0, 4771.0, 4753.0, 4764.0, 4761.0, 4754.0, 4783.0, 4753.0, 4774.0, 4772.0, 4756.0, 4776.0, 4753.0, 4766.0, 4783.0, 4756.0, 4772.0, 4751.0, 4773.0, 4781.0, 4753.0, 4783.0, 4742.0, 4772.0, 4781.0, 4754.0, 4785.0, 4752.0, 4785.0, 4762.0, 4753.0, 4782.0, 4765.0, 4774.0, 4753.0, 4766.0, 4795.0, 4767.0, 4785.0, 4764.0, 4774.0, 4762.0, 4767.0, 4793.0, 4756.0, 4784.0, 4755.0, 4788.0, 4796.0, 4768.0, 4785.0, 4757.0, 4798.0, 4764.0, 4756.0, 4782.0, 4746.0, 4799.0, 4756.0, 4774.0, 4781.0, 4743.0, 4782.0, 4745.0, 4781.0, 4731.0, 4762.0, 4761.0, 4742.0, 4783.0, 4753.0, 4780.0, 4743.0, 4772.0, 4730.0, 4754.0, 4783.0, 4753.0, 4771.0, 4743.0, 4759.0, 4740.0, 4760.0, 4741.0, 4784.0, 4742.0, 4773.0, 4731.0, 4769.0, 4742.0, 4780.0, 4755.0, 4784.0, 4768.0, 4794.0, 4752.0, 4770.0, 4733.0, 4749.0, 4732.0, 4772.0, 4741.0, 4749.0, 4755.0, 4728.0, 4755.0, 4728.0, 4767.0, 4714.0, 4736.0, 4745.0, 4729.0, 4770.0, 4741.0, 4768.0, 4729.0, 4759.0, 4727.0, 4761.0, 4767.0, 4730.0, 4757.0, 4730.0, 4761.0, 4737.0, 4731.0, 4768.0, 4733.0, 4762.0, 4740.0, 4762.0, 4740.0, 4744.0, 4783.0, 4754.0, 4764.0, 4755.0, 4766.0, 4772.0, 4757.0, 4780.0, 4755.0, 4764.0, 4765.0, 4778.0, 4783.0, 4768.0, 4795.0, 4769.0, 4788.0, 4779.0, 4798.0, 4770.0, 4788.0, 4756.0, 4786.0, 4796.0, 4767.0, 4797.0, 4752.0, 4776.0, 4784.0, 4744.0, 4772.0, 4730.0, 4750.0, 4780.0, 4729.0, 4761.0, 4726.0, 4731.0, 4768.0, 4717.0, 4759.0, 4756.0, 4728.0, 4768.0, 4726.0, 4749.0, 4766.0, 4729.0, 4767.0, 4716.0, 4739.0, 4768.0, 4727.0, 4748.0, 4728.0, 4730.0, 4768.0, 4726.0, 4749.0, 4756.0, 4730.0, 4757.0, 4727.0, 4749.0, 4757.0, 4730.0, 4750.0, 4729.0, 4740.0, 4769.0, 4752.0, 4762.0, 4730.0, 4739.0, 4771.0, 4766.0, 4773.0, 4753.0, 4765.0, 4764.0, 4768.0, 4797.0, 4767.0, 4786.0, 4757.0, 4789.0, 4779.0, 4780.0, 4796.0, 4766.0, 4786.0, 4767.0, 4800.0, 4800.0, 4781.0, 4797.0, 4746.0, 4765.0, 4790.0, 4806.0, 4767.0, 4805.0, 4745.0, 4783.0, 4761.0, 4753.0, 4781.0, 4743.0, 4780.0, 4730.0, 4771.0, 4769.0, 4739.0, 4748.0, 4713.0, 4714.0, 4732.0, 4698.0, 4720.0, 4687.0, 4720.0, 4726.0, 4688.0, 4705.0, 4673.0, 4684.0, 4674.0, 4674.0, 4715.0, 4688.0, 4716.0, 4675.0, 4696.0, 4704.0, 4685.0, 4714.0, 4676.0, 4695.0, 4716.0, 4701.0, 4738.0, 4700.0], 'WindowWidth': [10520.0, 10480.0, 10400.0, 10410.0, 10336.0, 10388.0, 10347.0, 10386.0, 10371.0, 10317.0, 10348.0, 10295.0, 10344.0, 10321.0, 10314.0, 10365.0, 10316.0, 10321.0, 10295.0, 10330.0, 10342.0, 10321.0, 10355.0, 10323.0, 10346.0, 10303.0, 10321.0, 10363.0, 10340.0, 10351.0, 10320.0, 10339.0, 10360.0, 10341.0, 10373.0, 10351.0, 10342.0, 10378.0, 10340.0, 10355.0, 10367.0, 10344.0, 10377.0, 10342.0, 10374.0, 10350.0, 10350.0, 10401.0, 10344.0, 10378.0, 10343.0, 10366.0, 10394.0, 10360.0, 10396.0, 10347.0, 10381.0, 10405.0, 10369.0, 10394.0, 10360.0, 10378.0, 10377.0, 10374.0, 10422.0, 10382.0, 10399.0, 10363.0, 10387.0, 10415.0, 10388.0, 10409.0, 10387.0, 10402.0, 10373.0, 10405.0, 10422.0, 10390.0, 10400.0, 10369.0, 10404.0, 10398.0, 10392.0, 10427.0, 10392.0, 10414.0, 10411.0, 10424.0, 10388.0, 10423.0, 10417.0, 10416.0, 10439.0, 10413.0, 10419.0, 10408.0, 10431.0, 10425.0, 10413.0, 10438.0, 10410.0, 10421.0, 10384.0, 10428.0, 10417.0, 10388.0, 10424.0, 10401.0, 10400.0, 10387.0, 10417.0, 10388.0, 10381.0, 10404.0, 10360.0, 10400.0, 10378.0, 10365.0, 10400.0, 10360.0, 10379.0, 10356.0, 10376.0, 10392.0, 10355.0, 10374.0, 10355.0, 10361.0, 10350.0, 10362.0, 10403.0, 10386.0, 10398.0, 10361.0, 10380.0, 10424.0, 10381.0, 10401.0, 10384.0, 10396.0, 10402.0, 10402.0, 10408.0, 10385.0, 10382.0, 10377.0, 10401.0, 10391.0, 10381.0, 10379.0, 10380.0, 10403.0, 10373.0, 10385.0, 10385.0, 10375.0, 10379.0, 10358.0, 10375.0, 10370.0, 10369.0, 10383.0, 10396.0, 10415.0, 10383.0, 10425.0, 10361.0, 10364.0, 10388.0, 10356.0, 10369.0, 10347.0, 10368.0, 10378.0, 10389.0, 10364.0, 10374.0, 10336.0, 10356.0, 10384.0, 10342.0, 10366.0, 10333.0, 10334.0, 10352.0, 10355.0, 10376.0, 10334.0, 10345.0, 10343.0, 10352.0, 10331.0, 10333.0, 10355.0, 10331.0, 10339.0, 10337.0, 10351.0, 10333.0, 10342.0, 10360.0, 10354.0, 10373.0, 10347.0, 10343.0, 10333.0, 10334.0, 10378.0, 10351.0, 10356.0, 10332.0, 10340.0, 10352.0, 10357.0, 10376.0, 10333.0, 10350.0, 10332.0, 10352.0, 10379.0, 10349.0, 10352.0, 10329.0, 10353.0, 10361.0, 10356.0, 10353.0, 10332.0, 10349.0, 10343.0, 10343.0, 10355.0, 10339.0, 10356.0, 10364.0, 10351.0, 10354.0, 10338.0, 10373.0, 10377.0, 10354.0, 10352.0, 10351.0, 10356.0, 10369.0, 10378.0, 10381.0, 10356.0, 10363.0, 10336.0, 10354.0, 10383.0, 10373.0, 10369.0, 10332.0, 10355.0, 10375.0, 10333.0, 10358.0, 10355.0, 10351.0, 10364.0, 10330.0, 10356.0, 10336.0, 10357.0, 10380.0, 10350.0, 10362.0, 10337.0, 10377.0, 10408.0, 10383.0, 10378.0, 10384.0, 10389.0, 10386.0, 10401.0, 10415.0, 10403.0, 10401.0, 10402.0, 10404.0, 10382.0, 10382.0, 10393.0, 10376.0, 10396.0, 10357.0, 10368.0, 10393.0, 10381.0, 10417.0, 10358.0, 10400.0, 10354.0, 10404.0, 10364.0, 10368.0, 10337.0, 10368.0, 10374.0, 10333.0, 10334.0, 10338.0, 10354.0, 10377.0, 10336.0, 10341.0, 10303.0, 10322.0, 10325.0, 10282.0, 10302.0, 10323.0, 10284.0, 10323.0, 10260.0, 10279.0, 10266.0, 10235.0, 10247.0, 10213.0, 10232.0, 10247.0, 10236.0, 10268.0, 10276.0, 10222.0, 10248.0, 10211.0, 10217.0, 10226.0, 10215.0, 10237.0, 10236.0, 10246.0, 10295.0, 10236.0, 10244.0, 10222.0, 10244.0, 10270.0, 10246.0, 10276.0, 10248.0, 10268.0, 10276.0, 10246.0, 10273.0, 10238.0, 10249.0, 10271.0, 10244.0, 10274.0, 10241.0, 10264.0, 10273.0, 10268.0, 10301.0, 10248.0, 10266.0, 10276.0, 10262.0, 10281.0, 10262.0, 10268.0, 10278.0, 10267.0, 10300.0, 10267.0, 10283.0, 10301.0, 10272.0, 10299.0, 10287.0, 10311.0, 10317.0, 10293.0, 10301.0, 10308.0, 10299.0, 10335.0, 10347.0, 10322.0, 10350.0, 10336.0, 10342.0, 10345.0, 10362.0, 10352.0, 10352.0, 10355.0, 10344.0, 10367.0, 10339.0, 10357.0, 10343.0, 10374.0, 10348.0, 10359.0, 10343.0, 10349.0, 10351.0, 10338.0, 10349.0, 10320.0, 10351.0, 10314.0, 10324.0, 10357.0, 10320.0, 10341.0, 10317.0, 10347.0, 10315.0, 10358.0, 10316.0, 10317.0, 10314.0, 10335.0, 10344.0, 10324.0, 10353.0, 10321.0, 10352.0, 10324.0, 10347.0, 10318.0, 10306.0, 10344.0, 10317.0, 10343.0, 10316.0, 10334.0, 10334.0, 10339.0, 10397.0, 10337.0, 10360.0, 10317.0, 10298.0, 10298.0, 10320.0, 10310.0, 10317.0, 10342.0, 10303.0, 10341.0, 10297.0, 10328.0, 10301.0, 10294.0, 10302.0, 10292.0, 10312.0, 10333.0, 10335.0, 10343.0, 10354.0, 10374.0, 10342.0, 10326.0, 10292.0, 10315.0, 10324.0, 10334.0, 10365.0, 10363.0, 10374.0, 10374.0, 10333.0, 10331.0, 10307.0, 10339.0, 10304.0, 10283.0, 10284.0, 10287.0, 10408.0, 10351.0, 10342.0, 10372.0, 10388.0, 10442.0, 10380.0, 10365.0, 10387.0, 10359.0, 10394.0, 10339.0, 10377.0, 10386.0, 10365.0, 10382.0, 10360.0, 10390.0, 10366.0, 10392.0, 10347.0, 10377.0, 10374.0, 10367.0, 10389.0, 10347.0, 10387.0, 10363.0, 10377.0, 10360.0, 10369.0, 10400.0, 10368.0, 10394.0, 10364.0, 10377.0, 10357.0, 10374.0, 10349.0, 10367.0, 10405.0, 10369.0, 10390.0, 10368.0, 10389.0, 10349.0, 10392.0, 10390.0, 10381.0, 10388.0, 10363.0, 10370.0, 10361.0, 10382.0, 10393.0, 10385.0, 10388.0, 10364.0, 10389.0, 10347.0, 10392.0, 10344.0, 10345.0, 10383.0, 10348.0, 10394.0, 10351.0, 10376.0, 10344.0, 10364.0, 10369.0, 10357.0, 10405.0, 10364.0, 10388.0, 10344.0, 10365.0, 10363.0, 10359.0, 10399.0, 10352.0, 10390.0, 10327.0, 10360.0, 10376.0, 10340.0, 10384.0, 10343.0, 10369.0, 10364.0, 10341.0, 10381.0, 10339.0, 10397.0, 10372.0, 10365.0, 10382.0, 10359.0, 10377.0, 10344.0, 10365.0, 10404.0, 10367.0, 10405.0, 10375.0, 10381.0, 10351.0, 10366.0, 10388.0, 10357.0, 10393.0, 10365.0, 10397.0, 10405.0, 10370.0, 10395.0, 10349.0, 10381.0, 10383.0, 10389.0, 10401.0, 10365.0, 10393.0, 10350.0, 10381.0, 10401.0, 10380.0, 10427.0, 10367.0, 10374.0, 10326.0, 10378.0, 10400.0, 10371.0, 10380.0, 10344.0, 10359.0, 10327.0, 10349.0, 10399.0, 10378.0, 10386.0, 10347.0, 10370.0, 10324.0, 10350.0, 10399.0, 10373.0, 10392.0, 10363.0, 10397.0, 10375.0, 10369.0, 10407.0, 10390.0, 10418.0, 10372.0, 10408.0, 10410.0, 10386.0, 10430.0, 10371.0, 10414.0, 10395.0, 10369.0, 10406.0, 10371.0, 10424.0, 10361.0, 10367.0, 10395.0, 10366.0, 10408.0, 10369.0, 10405.0, 10347.0, 10366.0, 10382.0, 10364.0, 10401.0, 10364.0, 10384.0, 10343.0, 10392.0, 10371.0, 10365.0, 10394.0, 10344.0, 10367.0, 10319.0, 10358.0, 10402.0, 10365.0, 10385.0, 10364.0, 10386.0, 10376.0, 10418.0, 10370.0, 10410.0, 10409.0, 10389.0, 10426.0, 10390.0, 10415.0, 10367.0, 10373.0, 10400.0, 10366.0, 10441.0, 10387.0, 10436.0, 10419.0, 10382.0, 10416.0, 10353.0, 10375.0, 10420.0, 10424.0, 10385.0, 10421.0, 10365.0, 10407.0, 10350.0, 10398.0, 10407.0, 10347.0, 10387.0, 10322.0, 10351.0, 10377.0, 10343.0, 10381.0, 10330.0, 10343.0, 10352.0, 10293.0, 10319.0, 10269.0, 10284.0, 10307.0, 10267.0, 10290.0, 10243.0, 10268.0, 10300.0, 10260.0, 10297.0, 10248.0, 10265.0, 10301.0, 10272.0, 10320.0, 10287.0, 10308.0, 10314.0, 10315.0, 10350.0, 10315.0, 10346.0, 10336.0, 10342.0, 10377.0, 10317.0, 10364.0, 10315.0, 10320.0, 10374.0, 10341.0, 10364.0, 10329.0, 10321.0, 10374.0, 10317.0, 10366.0, 10371.0, 10339.0, 10376.0, 10339.0, 10355.0, 10341.0, 10364.0, 10393.0, 10397.0, 10412.0, 10389.0, 10398.0, 10367.0, 10401.0, 10409.0, 10375.0, 10416.0, 10368.0, 10388.0, 10402.0, 10370.0, 10398.0, 10341.0, 10345.0, 10383.0, 10344.0, 10384.0, 10385.0, 10341.0, 10371.0, 10335.0, 10348.0, 10404.0, 10365.0, 10375.0, 10388.0, 10362.0, 10395.0, 10383.0, 10380.0, 10397.0, 10365.0, 10396.0, 10383.0, 10367.0, 10404.0, 10381.0, 10401.0, 10394.0, 10387.0, 10427.0, 10383.0, 10415.0, 10413.0, 10393.0, 10419.0, 10382.0, 10404.0, 10427.0, 10393.0, 10409.0, 10379.0, 10412.0, 10421.0, 10387.0, 10426.0, 10368.0, 10411.0, 10420.0, 10388.0, 10432.0, 10381.0, 10433.0, 10393.0, 10385.0, 10427.0, 10404.0, 10415.0, 10384.0, 10407.0, 10444.0, 10413.0, 10434.0, 10401.0, 10417.0, 10397.0, 10410.0, 10442.0, 10394.0, 10432.0, 10391.0, 10441.0, 10449.0, 10412.0, 10432.0, 10397.0, 10455.0, 10401.0, 10392.0, 10424.0, 10378.0, 10459.0, 10395.0, 10417.0, 10423.0, 10372.0, 10423.0, 10375.0, 10422.0, 10351.0, 10394.0, 10389.0, 10367.0, 10428.0, 10387.0, 10418.0, 10370.0, 10409.0, 10345.0, 10385.0, 10426.0, 10382.0, 10407.0, 10371.0, 10387.0, 10363.0, 10389.0, 10367.0, 10427.0, 10368.0, 10410.0, 10351.0, 10399.0, 10368.0, 10419.0, 10391.0, 10429.0, 10413.0, 10444.0, 10383.0, 10405.0, 10357.0, 10371.0, 10351.0, 10407.0, 10361.0, 10373.0, 10375.0, 10340.0, 10372.0, 10342.0, 10394.0, 10315.0, 10350.0, 10358.0, 10343.0, 10401.0, 10364.0, 10395.0, 10344.0, 10384.0, 10339.0, 10390.0, 10393.0, 10347.0, 10378.0, 10345.0, 10391.0, 10353.0, 10351.0, 10396.0, 10354.0, 10396.0, 10362.0, 10396.0, 10361.0, 10374.0, 10427.0, 10387.0, 10401.0, 10388.0, 10406.0, 10409.0, 10395.0, 10421.0, 10390.0, 10402.0, 10407.0, 10429.0, 10428.0, 10415.0, 10449.0, 10418.0, 10440.0, 10433.0, 10457.0, 10418.0, 10444.0, 10396.0, 10438.0, 10454.0, 10411.0, 10453.0, 10382.0, 10418.0, 10429.0, 10371.0, 10410.0, 10347.0, 10377.0, 10417.0, 10344.0, 10391.0, 10337.0, 10348.0, 10398.0, 10325.0, 10384.0, 10376.0, 10344.0, 10396.0, 10338.0, 10374.0, 10392.0, 10347.0, 10397.0, 10324.0, 10360.0, 10397.0, 10340.0, 10372.0, 10342.0, 10348.0, 10398.0, 10337.0, 10373.0, 10377.0, 10349.0, 10383.0, 10340.0, 10373.0, 10382.0, 10350.0, 10378.0, 10345.0, 10363.0, 10401.0, 10382.0, 10398.0, 10348.0, 10364.0, 10409.0, 10410.0, 10414.0, 10387.0, 10407.0, 10402.0, 10418.0, 10456.0, 10413.0, 10438.0, 10397.0, 10446.0, 10433.0, 10434.0, 10453.0, 10411.0, 10437.0, 10414.0, 10464.0, 10464.0, 10438.0, 10452.0, 10379.0, 10406.0, 10451.0, 10464.0, 10411.0, 10462.0, 10377.0, 10427.0, 10391.0, 10386.0, 10423.0, 10374.0, 10422.0, 10349.0, 10406.0, 10403.0, 10359.0, 10369.0, 10309.0, 10312.0, 10335.0, 10282.0, 10315.0, 10264.0, 10316.0, 10319.0, 10265.0, 10287.0, 10239.0, 10256.0, 10240.0, 10243.0, 10301.0, 10268.0, 10303.0, 10245.0, 10277.0, 10285.0, 10260.0, 10297.0, 10248.0, 10275.0, 10305.0, 10293.0, 10338.0, 10290.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.000609047619047619</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02379953650793651</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.13278249234583</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2402272231401876</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9996903894018685</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4812</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6025.1626</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09200508604289752</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.135387488328665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.487541578416511</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4595750322682526</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.708605299058181</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2944444039230985</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0297213</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007603867445141077</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02356659434735775</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1071</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.8000461019080918</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>22.7318</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9093</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.2505</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298013.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>990.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.2806</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.234</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>643.5963</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3910.5488</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4130.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78531.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1268.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5191.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1086.822</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.74383118550759</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> |