=== 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-0013 --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-0013",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
122 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-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-01/func/sub-0013_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>d7ced4735b9f1c5977bbc57d9a3f0f92</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:57:24.242500</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.997451, -0.0298213, 0.0648269, 0.0322176, 0.998824, -0.036238]</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_brain_imaging_center</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.0954489</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>[4136, -7745, -7209, 586, -167, -80, 60, 48]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.235</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b50be062-28bd-451c-8db1-ee7a6fd6f2b9||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.6760876178741455, 0.08643732964992523, 0.17190901935100555, 109.11621856689453], [0.0800083726644516, 2.6797709465026855, -0.10323226451873779, -85.15970611572266], [0.17392590641975403, 0.09722386300563812, 2.6925432682037354, -56.290870666503906], [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': ['105724.242500', '105724.702500', '105725.162500', '105725.622500', '105726.082500', '105726.542500', '105727.002500', '105727.462500', '105727.922500', '105728.382500', '105728.842500', '105729.302500', '105729.762500', '105730.222500', '105730.682500', '105731.142500', '105731.602500', '105732.062500', '105732.522500', '105732.982500', '105733.442500', '105733.902500', '105734.362500', '105734.822500', '105735.282500', '105735.742500', '105736.202500', '105736.662500', '105737.122500', '105737.582500', '105738.042500', '105738.502500', '105738.962500', '105739.422500', '105739.882500', '105740.342500', '105740.802500', '105741.262500', '105741.722500', '105742.182500', '105742.642500', '105743.102500', '105743.562500', '105744.022500', '105744.482500', '105744.942500', '105745.402500', '105745.862500', '105746.322500', '105746.782500', '105747.242500', '105747.702500', '105748.162500', '105748.622500', '105749.082500', '105749.542500', '105750.002500', '105750.462500', '105750.922500', '105751.382500', '105751.842500', '105752.302500', '105752.762500', '105753.222500', '105753.682500', '105754.142500', '105754.602500', '105755.062500', '105755.522500', '105755.982500', '105756.442500', '105756.902500', '105757.362500', '105757.822500', '105758.282500', '105758.742500', '105759.202500', '105759.662500', '105800.122500', '105800.582500', '105801.042500', '105801.502500', '105801.962500', '105802.422500', '105802.882500', '105803.342500', '105803.802500', '105804.262500', '105804.722500', '105805.182500', '105805.642500', '105806.102500', '105806.562500', '105807.022500', '105807.482500', '105807.942500', '105808.402500', '105808.862500', '105809.322500', '105809.782500', '105810.242500', '105810.702500', '105811.162500', '105811.622500', '105812.082500', '105812.542500', '105813.002500', '105813.462500', '105813.922500', '105814.382500', '105814.842500', '105815.302500', '105815.762500', '105816.222500', '105816.682500', '105817.142500', '105817.602500', '105818.062500', '105818.522500', '105818.982500', '105819.442500', '105819.902500', '105820.362500', '105820.822500', '105821.282500', '105821.742500', '105822.202500', '105822.662500', '105823.122500', '105823.582500', '105824.042500', '105824.502500', '105824.962500', '105825.422500', '105825.882500', '105826.342500', '105826.802500', '105827.262500', '105827.722500', '105828.182500', '105828.642500', '105829.102500', '105829.562500', '105830.022500', '105830.482500', '105830.942500', '105831.402500', '105831.862500', '105832.322500', '105832.782500', '105833.242500', '105833.702500', '105834.162500', '105834.622500', '105835.082500', '105835.542500', '105836.002500', '105836.462500', '105836.922500', '105837.382500', '105837.842500', '105838.302500', '105838.762500', '105839.222500', '105839.682500', '105840.142500', '105840.602500', '105841.062500', '105841.522500', '105841.982500', '105842.442500', '105842.902500', '105843.362500', '105843.822500', '105844.282500', '105844.742500', '105845.202500', '105845.662500', '105846.122500', '105846.582500', '105847.042500', '105847.502500', '105847.962500', '105848.422500', '105848.882500', '105849.342500', '105849.802500', '105850.262500', '105850.722500', '105851.182500', '105851.642500', '105852.102500', '105852.562500', '105853.022500', '105853.482500', '105853.942500', '105854.402500', '105854.862500', '105855.322500', '105855.782500', '105856.242500', '105856.702500', '105857.162500', '105857.622500', '105858.082500', '105858.542500', '105859.002500', '105859.462500', '105859.922500', '105900.382500', '105900.842500', '105901.302500', '105901.762500', '105902.222500', '105902.682500', '105903.142500', '105903.602500', '105904.062500', '105904.522500', '105904.982500', '105905.442500', '105905.902500', '105906.362500', '105906.822500', '105907.282500', '105907.742500', '105908.202500', '105908.662500', '105909.122500', '105909.582500', '105910.042500', '105910.502500', '105910.962500', '105911.422500', '105911.882500', '105912.342500', '105912.802500', '105913.262500', '105913.722500', '105914.182500', '105914.642500', '105915.102500', '105915.562500', '105916.022500', '105916.482500', '105916.942500', '105917.402500', '105917.862500', '105918.322500', '105918.782500', '105919.242500', '105919.702500', '105920.162500', '105920.622500', '105921.082500', '105921.542500', '105922.002500', '105922.462500', '105922.922500', '105923.382500', '105923.842500', '105924.302500', '105924.762500', '105925.222500', '105925.682500', '105926.142500', '105926.602500', '105927.062500', '105927.522500', '105927.982500', '105928.442500', '105928.902500', '105929.362500', '105929.822500', '105930.282500', '105930.742500', '105931.202500', '105931.662500', '105932.122500', '105932.582500', '105933.042500', '105933.502500', '105933.962500', '105934.422500', '105934.882500', '105935.342500', '105935.802500', '105936.262500', '105936.722500', '105937.182500', '105937.642500', '105938.102500', '105938.562500', '105939.022500', '105939.482500', '105939.942500', '105940.402500', '105940.862500', '105941.322500', '105941.782500', '105942.242500', '105942.702500', '105943.162500', '105943.622500', '105944.082500', '105944.542500', '105945.002500', '105945.462500', '105945.922500', '105946.382500', '105946.842500', '105947.302500', '105947.762500', '105948.222500', '105948.682500', '105949.142500', '105949.602500', '105950.062500', '105950.522500', '105950.982500', '105951.442500', '105951.902500', '105952.362500', '105952.822500', '105953.282500', '105953.742500', '105954.202500', '105954.662500', '105955.122500', '105955.582500', '105956.042500', '105956.502500', '105956.962500', '105957.422500', '105957.882500', '105958.342500', '105958.802500', '105959.262500', '105959.722500', '110000.182500', '110000.642500', '110001.102500', '110001.562500', '110002.022500', '110002.482500', '110002.942500', '110003.402500', '110003.862500', '110004.322500', '110004.782500', '110005.242500', '110005.702500', '110006.162500', '110006.622500', '110007.082500', '110007.542500', '110008.002500', '110008.462500', '110008.922500', '110009.382500', '110009.842500', '110010.302500', '110010.762500', '110011.222500', '110011.682500', '110012.142500', '110012.602500', '110013.062500', '110013.522500', '110013.982500', '110014.442500', '110014.902500', '110015.362500', '110015.822500', '110016.282500', '110016.742500', '110017.202500', '110017.662500', '110018.122500', '110018.582500', '110019.042500', '110019.502500', '110019.962500', '110020.422500', '110020.882500', '110021.342500', '110021.802500', '110022.262500', '110022.722500', '110023.182500', '110023.642500', '110024.102500', '110024.562500', '110025.022500', '110025.482500', '110025.942500', '110026.402500', '110026.862500', '110027.322500', '110027.782500', '110028.242500', '110028.702500', '110029.162500', '110029.622500', '110030.082500', '110030.542500', '110031.002500', '110031.462500', '110031.922500', '110032.382500', '110032.842500', '110033.302500', '110033.762500', '110034.222500', '110034.682500', '110035.142500', '110035.602500', '110036.062500', '110036.522500', '110036.982500', '110037.442500', '110037.902500', '110038.362500', '110038.822500', '110039.282500', '110039.742500', '110040.202500', '110040.662500', '110041.122500', '110041.582500', '110042.042500', '110042.502500', '110042.962500', '110043.422500', '110043.882500', '110044.342500', '110044.802500', '110045.262500', '110045.722500', '110046.182500', '110046.642500', '110047.102500', '110047.562500', '110048.022500', '110048.482500', '110048.942500', '110049.402500', '110049.862500', '110050.322500', '110050.782500', '110051.242500', '110051.702500', '110052.162500', '110052.622500', '110053.082500', '110053.542500', '110054.002500', '110054.462500', '110054.922500', '110055.382500', '110055.842500', '110056.302500', '110056.762500', '110057.222500', '110057.682500', '110058.142500', '110058.602500', '110059.062500', '110059.522500', '110059.982500', '110100.442500', '110100.902500', '110101.362500', '110101.822500', '110102.282500', '110102.742500', '110103.202500', '110103.662500', '110104.122500', '110104.582500', '110105.042500', '110105.502500', '110105.962500', '110106.422500', '110106.882500', '110107.342500', '110107.802500', '110108.262500', '110108.722500', '110109.182500', '110109.642500', '110110.102500', '110110.562500', '110111.022500', '110111.482500', '110111.942500', '110112.402500', '110112.862500', '110113.322500', '110113.782500', '110114.242500', '110114.702500', '110115.162500', '110115.622500', '110116.082500', '110116.542500', '110117.002500', '110117.462500', '110117.922500', '110118.382500', '110118.842500', '110119.302500', '110119.762500', '110120.222500', '110120.682500', '110121.142500', '110121.602500', '110122.062500', '110122.522500', '110122.982500', '110123.442500', '110123.902500', '110124.362500', '110124.822500', '110125.282500', '110125.742500', '110126.202500', '110126.662500', '110127.122500', '110127.582500', '110128.042500', '110128.502500', '110128.962500', '110129.422500', '110129.882500', '110130.342500', '110130.802500', '110131.262500', '110131.722500', '110132.182500', '110132.642500', '110133.102500', '110133.562500', '110134.022500', '110134.482500', '110134.942500', '110135.402500', '110135.862500', '110136.322500', '110136.782500', '110137.242500', '110137.702500', '110138.162500', '110138.622500', '110139.082500', '110139.542500', '110140.002500', '110140.462500', '110140.922500', '110141.382500', '110141.842500', '110142.302500', '110142.762500', '110143.222500', '110143.682500', '110144.142500', '110144.602500', '110145.062500', '110145.522500', '110145.982500', '110146.442500', '110146.902500', '110147.362500', '110147.822500', '110148.282500', '110148.742500', '110149.202500', '110149.662500', '110150.122500', '110150.582500', '110151.042500', '110151.502500', '110151.962500', '110152.422500', '110152.882500', '110153.342500', '110153.802500', '110154.262500', '110154.722500', '110155.182500', '110155.642500', '110156.102500', '110156.562500', '110157.022500', '110157.482500', '110157.942500', '110158.402500', '110158.862500', '110159.322500', '110159.782500', '110200.242500', '110200.702500', '110201.162500', '110201.622500', '110202.082500', '110202.542500', '110203.002500', '110203.462500', '110203.922500', '110204.382500', '110204.842500', '110205.302500', '110205.762500', '110206.222500', '110206.682500', '110207.142500', '110207.602500', '110208.062500', '110208.522500', '110208.982500', '110209.442500', '110209.902500', '110210.362500', '110210.822500', '110211.282500', '110211.742500', '110212.202500', '110212.662500', '110213.122500', '110213.582500', '110214.042500', '110214.502500', '110214.962500', '110215.422500', '110215.882500', '110216.342500', '110216.802500', '110217.262500', '110217.722500', '110218.182500', '110218.642500', '110219.102500', '110219.562500', '110220.022500', '110220.482500', '110220.942500', '110221.402500', '110221.862500', '110222.322500', '110222.782500', '110223.242500', '110223.702500', '110224.162500', '110224.622500', '110225.082500', '110225.542500', '110226.002500', '110226.462500', '110226.922500', '110227.382500', '110227.842500', '110228.302500', '110228.762500', '110229.222500', '110229.682500', '110230.142500', '110230.602500', '110231.062500', '110231.522500', '110231.982500', '110232.442500', '110232.902500', '110233.362500', '110233.822500', '110234.282500', '110234.742500', '110235.202500', '110235.662500', '110236.122500', '110236.582500', '110237.042500', '110237.502500', '110237.962500', '110238.422500', '110238.882500', '110239.342500', '110239.802500', '110240.262500', '110240.722500', '110241.182500', '110241.642500', '110242.102500', '110242.562500', '110243.022500', '110243.482500', '110243.942500', '110244.402500', '110244.862500', '110245.322500', '110245.782500', '110246.242500', '110246.702500', '110247.162500', '110247.622500', '110248.082500', '110248.542500', '110249.002500', '110249.462500', '110249.922500', '110250.382500', '110250.842500', '110251.302500', '110251.762500', '110252.222500', '110252.682500', '110253.142500', '110253.602500', '110254.062500', '110254.522500', '110254.982500', '110255.442500', '110255.902500', '110256.362500', '110256.822500', '110257.282500', '110257.742500', '110258.202500', '110258.662500', '110259.122500', '110259.582500', '110300.042500', '110300.502500', '110300.962500', '110301.422500', '110301.882500', '110302.342500', '110302.802500', '110303.262500', '110303.722500', '110304.182500', '110304.642500', '110305.102500', '110305.562500', '110306.022500', '110306.482500', '110306.942500', '110307.402500', '110307.862500', '110308.322500', '110308.782500', '110309.242500', '110309.702500', '110310.162500', '110310.622500', '110311.082500', '110311.542500', '110312.002500', '110312.462500', '110312.922500', '110313.382500', '110313.842500', '110314.302500', '110314.762500', '110315.222500', '110315.682500', '110316.142500', '110316.602500', '110317.062500', '110317.522500', '110317.982500', '110318.442500', '110318.902500', '110319.362500', '110319.822500', '110320.282500', '110320.742500', '110321.202500', '110321.662500', '110322.122500', '110322.582500', '110323.042500', '110323.502500', '110323.962500', '110324.422500', '110324.882500', '110325.342500', '110325.802500', '110326.262500', '110326.722500', '110327.182500', '110327.642500', '110328.102500', '110328.562500', '110329.022500', '110329.482500', '110329.942500', '110330.402500', '110330.862500', '110331.322500', '110331.782500', '110332.242500', '110332.702500', '110333.162500', '110333.622500', '110334.082500', '110334.542500', '110335.002500', '110335.462500', '110335.922500', '110336.382500', '110336.842500', '110337.302500', '110337.762500', '110338.222500', '110338.682500', '110339.142500', '110339.602500', '110340.062500', '110340.522500', '110340.982500', '110341.442500', '110341.902500', '110342.362500', '110342.822500', '110343.282500', '110343.742500', '110344.202500', '110344.662500', '110345.122500', '110345.582500', '110346.042500', '110346.502500', '110346.962500', '110347.422500', '110347.882500', '110348.342500', '110348.802500', '110349.262500', '110349.722500', '110350.182500', '110350.642500', '110351.102500', '110351.562500', '110352.022500', '110352.482500', '110352.942500', '110353.402500', '110353.862500', '110354.322500', '110354.782500', '110355.242500', '110355.702500', '110356.162500', '110356.622500', '110357.082500', '110357.542500', '110358.002500', '110358.462500', '110358.922500', '110359.382500', '110359.842500', '110400.302500', '110400.762500', '110401.222500', '110401.682500', '110402.142500', '110402.602500', '110403.062500', '110403.522500', '110403.982500', '110404.442500', '110404.902500', '110405.362500', '110405.822500', '110406.282500', '110406.742500', '110407.202500', '110407.662500', '110408.122500', '110408.582500', '110409.042500', '110409.502500', '110409.962500', '110410.422500', '110410.882500', '110411.342500', '110411.802500', '110412.262500', '110412.722500', '110413.182500', '110413.642500', '110414.102500', '110414.562500', '110415.022500', '110415.482500', '110415.942500', '110416.402500', '110416.862500', '110417.322500', '110417.782500', '110418.242500', '110418.702500', '110419.162500', '110419.622500', '110420.082500', '110420.542500', '110421.002500', '110421.462500', '110421.922500', '110422.382500', '110422.842500', '110423.302500', '110423.762500', '110424.222500', '110424.682500', '110425.142500', '110425.602500', '110426.062500', '110426.522500', '110426.982500', '110427.442500', '110427.902500', '110428.362500', '110428.822500', '110429.282500', '110429.742500', '110430.202500', '110430.662500', '110431.122500', '110431.582500', '110432.042500', '110432.502500', '110432.962500', '110433.422500', '110433.882500', '110434.342500', '110434.802500', '110435.262500', '110435.722500', '110436.182500', '110436.642500', '110437.102500', '110437.562500', '110438.022500', '110438.482500', '110438.942500', '110439.402500', '110439.862500', '110440.322500', '110440.782500', '110441.242500', '110441.702500', '110442.162500', '110442.622500', '110443.082500', '110443.542500', '110444.002500', '110444.462500', '110444.922500', '110445.382500', '110445.842500', '110446.302500', '110446.762500', '110447.222500', '110447.682500', '110448.142500', '110448.602500', '110449.062500', '110449.522500', '110449.982500', '110450.442500', '110450.902500', '110451.362500', '110451.822500', '110452.282500', '110452.742500', '110453.202500', '110453.662500', '110454.122500', '110454.582500', '110455.042500', '110455.502500', '110455.962500', '110456.422500', '110456.882500', '110457.342500', '110457.802500', '110458.262500', '110458.722500', '110459.182500', '110459.642500', '110500.102500', '110500.562500', '110501.022500', '110501.482500', '110501.942500', '110502.402500', '110502.862500', '110503.322500', '110503.782500', '110504.242500', '110504.702500', '110505.162500', '110505.622500', '110506.082500', '110506.542500', '110507.002500', '110507.462500', '110507.922500', '110508.382500', '110508.842500', '110509.302500', '110509.762500', '110510.222500', '110510.682500', '110511.142500', '110511.602500', '110512.062500', '110512.522500', '110512.982500', '110513.442500', '110513.902500', '110514.362500', '110514.822500', '110515.282500', '110515.742500', '110516.202500', '110516.662500', '110517.122500', '110517.582500', '110518.042500', '110518.502500', '110518.962500', '110519.422500', '110519.882500', '110520.342500', '110520.802500', '110521.262500', '110521.722500', '110522.182500', '110522.642500', '110523.102500', '110523.562500', '110524.022500', '110524.482500', '110524.942500', '110525.402500', '110525.862500', '110526.322500', '110526.782500', '110527.242500', '110527.702500', '110528.162500', '110528.622500', '110529.082500', '110529.542500', '110530.002500', '110530.462500', '110530.922500', '110531.382500', '110531.842500', '110532.302500', '110532.762500', '110533.222500', '110533.682500', '110534.142500', '110534.602500', '110535.062500', '110535.522500', '110535.982500', '110536.442500', '110536.902500', '110537.362500'], 'ContentTime': ['105753.750000', '105753.753000', '105753.756000', '105753.759000', '105753.762000', '105753.765000', '105753.767000', '105753.770000', '105753.773000', '105753.776000', '105753.779000', '105753.782000', '105753.785000', '105753.788000', '105753.790000', '105753.793000', '105753.796000', '105753.799000', '105753.803000', '105753.806000', '105753.809000', '105753.812000', '105753.816000', '105753.818000', '105753.821000', '105753.824000', '105753.827000', '105753.830000', '105753.833000', '105753.836000', '105753.839000', '105753.841000', '105753.844000', '105753.847000', '105753.850000', '105753.853000', '105753.856000', '105753.859000', '105753.861000', '105753.864000', '105753.867000', '105753.870000', '105753.873000', '105753.876000', '105753.879000', '105753.882000', '105753.885000', '105753.888000', '105753.890000', '105753.920000', '105753.923000', '105753.925000', '105753.928000', '105753.931000', '105753.934000', '105753.937000', '105753.940000', '105753.943000', '105753.946000', '105753.949000', '105753.951000', '105753.954000', '105813.712000', '105813.715000', '105813.718000', '105813.720000', '105813.723000', '105813.726000', '105813.729000', '105813.732000', '105813.735000', '105813.738000', '105813.741000', '105813.743000', '105813.746000', '105813.749000', '105813.752000', '105813.755000', '105813.758000', '105813.761000', '105813.763000', '105813.766000', '105813.769000', '105813.772000', '105813.775000', '105813.778000', '105813.781000', '105813.784000', '105813.786000', '105813.789000', '105813.792000', '105813.795000', '105813.798000', '105813.801000', '105813.804000', '105813.807000', '105813.810000', '105813.813000', '105813.816000', '105813.819000', '105813.821000', '105813.824000', '105813.827000', '105813.830000', '105813.833000', '105813.836000', '105833.711000', '105833.714000', '105833.721000', '105833.724000', '105833.727000', '105833.730000', '105833.733000', '105833.736000', '105833.739000', '105833.741000', '105833.744000', '105833.747000', '105833.750000', '105833.753000', '105833.756000', '105833.759000', '105833.761000', '105833.764000', '105833.767000', '105833.770000', '105833.773000', '105833.776000', '105833.779000', '105833.782000', '105833.785000', '105833.787000', '105833.790000', '105833.793000', '105833.796000', '105833.799000', '105833.802000', '105833.804000', '105833.807000', '105833.810000', '105833.813000', '105833.816000', '105833.819000', '105833.822000', '105833.825000', '105833.828000', '105833.830000', '105833.833000', '105833.836000', '105853.711000', '105853.714000', '105853.717000', '105853.720000', '105853.722000', '105853.725000', '105853.728000', '105853.731000', '105853.734000', '105853.737000', '105853.740000', '105853.743000', '105853.746000', '105853.748000', '105853.751000', '105853.754000', '105853.757000', '105853.760000', '105853.763000', '105853.766000', '105853.769000', '105853.772000', '105853.775000', '105853.777000', '105853.780000', '105853.783000', '105853.786000', '105853.789000', '105853.792000', '105853.794000', '105853.797000', '105853.800000', '105853.803000', '105853.806000', '105853.809000', '105853.812000', '105853.815000', '105853.818000', '105853.821000', '105853.823000', '105853.826000', '105853.829000', '105853.832000', '105853.835000', '105913.711000', '105913.714000', '105913.717000', '105913.720000', '105913.723000', '105913.726000', '105913.728000', '105913.731000', '105913.734000', '105913.737000', '105913.740000', '105913.743000', '105913.746000', '105913.748000', '105913.751000', '105913.754000', '105913.757000', '105913.760000', '105913.774000', '105913.777000', '105913.779000', '105913.782000', '105913.785000', '105913.788000', '105913.791000', '105913.794000', '105913.796000', '105913.800000', '105913.802000', '105913.805000', '105913.808000', '105913.811000', '105913.814000', '105913.817000', '105913.820000', '105913.822000', '105913.825000', '105913.828000', '105913.831000', '105913.834000', '105913.837000', '105913.840000', '105913.843000', '105933.711000', '105933.714000', '105933.717000', '105933.720000', '105933.723000', '105933.726000', '105933.728000', '105933.731000', '105933.734000', '105933.737000', '105933.740000', '105933.743000', '105933.746000', '105933.749000', '105933.751000', '105933.754000', '105933.757000', '105933.760000', '105933.763000', '105933.766000', '105933.769000', '105933.772000', '105933.775000', '105933.777000', '105933.780000', '105933.783000', '105933.786000', '105933.789000', '105933.792000', '105933.794000', '105933.797000', '105933.800000', '105933.803000', '105933.806000', '105933.809000', '105933.812000', '105933.815000', '105933.819000', '105933.821000', '105933.824000', '105933.827000', '105933.830000', '105933.833000', '105933.836000', '105953.711000', '105953.714000', '105953.717000', '105953.720000', '105953.723000', '105953.725000', '105953.728000', '105953.731000', '105953.734000', '105953.737000', '105953.740000', '105953.743000', '105953.746000', '105953.749000', '105953.751000', '105953.754000', '105953.757000', '105953.760000', '105953.763000', '105953.766000', '105953.769000', '105953.772000', '105953.775000', '105953.777000', '105953.780000', '105953.783000', '105953.786000', '105953.789000', '105953.792000', '105953.795000', '105953.797000', '105953.800000', '105953.803000', '105953.806000', '105953.809000', '105953.812000', '105953.815000', '105953.835000', '105953.838000', '105953.841000', '105953.844000', '105953.847000', '105953.850000', '110013.711000', '110013.714000', '110013.717000', '110013.720000', '110013.723000', '110013.726000', '110013.729000', '110013.732000', '110013.735000', '110013.737000', '110013.740000', '110013.743000', '110013.747000', '110013.750000', '110013.752000', '110013.755000', '110013.758000', '110013.761000', '110013.764000', '110013.767000', '110013.770000', '110013.773000', '110013.776000', '110013.778000', '110013.781000', '110013.784000', '110013.787000', '110013.790000', '110013.793000', '110013.796000', '110013.799000', '110013.801000', '110013.804000', '110013.807000', '110013.810000', '110013.813000', '110013.816000', '110013.819000', '110013.822000', '110013.825000', '110013.827000', '110013.830000', '110013.833000', '110033.711000', '110033.714000', '110033.717000', '110033.720000', '110033.723000', '110033.725000', '110033.728000', '110033.731000', '110033.734000', '110033.737000', '110033.740000', '110033.743000', '110033.746000', '110033.749000', '110033.751000', '110033.754000', '110033.757000', '110033.760000', '110033.763000', '110033.766000', '110033.769000', '110033.772000', '110033.774000', '110033.777000', '110033.780000', '110033.783000', '110033.786000', '110033.789000', '110033.792000', '110033.794000', '110033.797000', '110033.800000', '110033.803000', '110033.806000', '110033.809000', '110033.812000', '110033.815000', '110033.818000', '110033.821000', '110033.824000', '110033.826000', '110033.829000', '110033.832000', '110033.835000', '110053.724000', '110053.727000', '110053.730000', '110053.733000', '110053.736000', '110053.741000', '110053.745000', '110053.748000', '110053.751000', '110053.754000', '110053.757000', '110053.760000', '110053.762000', '110053.765000', '110053.768000', '110053.771000', '110053.774000', '110053.777000', '110053.780000', '110053.783000', '110053.786000', '110053.789000', '110053.791000', '110053.794000', '110053.797000', '110053.800000', '110053.803000', '110053.806000', '110053.809000', '110053.812000', '110053.815000', '110053.818000', '110053.820000', '110053.823000', '110053.826000', '110053.829000', '110053.832000', '110053.835000', '110053.838000', '110053.840000', '110053.843000', '110053.846000', '110053.849000', '110113.711000', '110113.714000', '110113.717000', '110113.720000', '110113.723000', '110113.726000', '110113.728000', '110113.731000', '110113.734000', '110113.737000', '110113.740000', '110113.743000', '110113.746000', '110113.749000', '110113.752000', '110113.755000', '110113.758000', '110113.760000', '110113.763000', '110113.766000', '110113.769000', '110113.772000', '110113.775000', '110113.778000', '110113.781000', '110113.783000', '110113.786000', '110113.789000', '110113.792000', '110113.795000', '110113.798000', '110113.801000', '110113.804000', '110113.806000', '110113.809000', '110113.812000', '110113.815000', '110113.818000', '110113.821000', '110113.824000', '110113.827000', '110113.829000', '110113.832000', '110113.835000', '110133.711000', '110133.714000', '110133.717000', '110133.720000', '110133.723000', '110133.726000', '110133.728000', '110133.731000', '110133.734000', '110133.737000', '110133.740000', '110133.743000', '110133.746000', '110133.749000', '110133.752000', '110133.756000', '110133.761000', '110133.764000', '110133.767000', '110133.770000', '110133.773000', '110133.775000', '110133.778000', '110133.781000', '110133.784000', '110133.787000', '110133.790000', '110133.793000', '110133.796000', '110133.798000', '110133.801000', '110133.804000', '110133.807000', '110133.810000', '110133.813000', '110133.816000', '110133.818000', '110133.821000', '110133.824000', '110133.827000', '110133.830000', '110133.833000', '110133.836000', '110153.711000', '110153.714000', '110153.717000', '110153.720000', '110153.723000', '110153.725000', '110153.728000', '110153.731000', '110153.734000', '110153.737000', '110153.740000', '110153.743000', '110153.746000', '110153.748000', '110153.751000', '110153.754000', '110153.757000', '110153.760000', '110153.763000', '110153.766000', '110153.768000', '110153.771000', '110153.774000', '110153.777000', '110153.780000', '110153.783000', '110153.786000', '110153.789000', '110153.792000', '110153.795000', '110153.797000', '110153.800000', '110153.803000', '110153.806000', '110153.809000', '110153.812000', '110153.815000', '110153.817000', '110153.820000', '110153.823000', '110153.826000', '110153.829000', '110153.832000', '110153.835000', '110213.711000', '110213.714000', '110213.717000', '110213.720000', '110213.723000', '110213.726000', '110213.728000', '110213.731000', '110213.734000', '110213.737000', '110213.740000', '110213.743000', '110213.746000', '110213.749000', '110213.751000', '110213.754000', '110213.757000', '110213.760000', '110213.763000', '110213.766000', '110213.769000', '110213.771000', '110213.774000', '110213.778000', '110213.783000', '110213.800000', '110213.803000', '110213.806000', '110213.809000', '110213.812000', '110213.815000', '110213.818000', '110213.821000', '110213.824000', '110213.827000', '110213.830000', '110213.832000', '110213.835000', '110213.838000', '110213.841000', '110213.844000', '110213.847000', '110213.850000', '110233.711000', '110233.714000', '110233.717000', '110233.720000', '110233.723000', '110233.725000', '110233.728000', '110233.731000', '110233.734000', '110233.737000', '110233.740000', '110233.743000', '110233.746000', '110233.749000', '110233.751000', '110233.754000', '110233.757000', '110233.760000', '110233.763000', '110233.766000', '110233.769000', '110233.772000', '110233.775000', '110233.777000', '110233.780000', '110233.783000', '110233.786000', '110233.789000', '110233.792000', '110233.795000', '110233.798000', '110233.801000', '110233.804000', '110233.807000', '110233.810000', '110233.813000', '110233.816000', '110233.818000', '110233.821000', '110233.824000', '110233.827000', '110233.830000', '110233.833000', '110233.836000', '110253.711000', '110253.714000', '110253.717000', '110253.720000', '110253.723000', '110253.727000', '110253.730000', '110253.733000', '110253.736000', '110253.739000', '110253.741000', '110253.744000', '110253.747000', '110253.750000', '110253.753000', '110253.756000', '110253.759000', '110253.762000', '110253.765000', '110253.767000', '110253.770000', '110253.773000', '110253.776000', '110253.779000', '110253.782000', '110253.785000', '110253.788000', '110253.793000', '110253.797000', '110253.800000', '110253.803000', '110253.806000', '110253.809000', '110253.812000', '110253.815000', '110253.817000', '110253.820000', '110253.823000', '110253.826000', '110253.829000', '110253.832000', '110253.835000', '110253.838000', '110313.711000', '110313.714000', '110313.717000', '110313.720000', '110313.723000', '110313.726000', '110313.729000', '110313.734000', '110313.736000', '110313.739000', '110313.742000', '110313.745000', '110313.748000', '110313.751000', '110313.754000', '110313.757000', '110313.760000', '110313.763000', '110313.765000', '110313.768000', '110313.771000', '110313.774000', '110313.777000', '110313.780000', '110313.783000', '110313.786000', '110313.789000', '110313.791000', '110313.794000', '110313.797000', '110313.800000', '110313.803000', '110313.806000', '110313.809000', '110313.812000', '110313.814000', '110313.817000', '110313.820000', '110313.823000', '110313.826000', '110313.829000', '110313.832000', '110313.835000', '110313.837000', '110333.711000', '110333.714000', '110333.717000', '110333.720000', '110333.723000', '110333.726000', '110333.729000', '110333.731000', '110333.734000', '110333.737000', '110333.740000', '110333.743000', '110333.746000', '110333.749000', '110333.752000', '110333.754000', '110333.757000', '110333.760000', '110333.763000', '110333.766000', '110333.769000', '110333.772000', '110333.774000', '110333.777000', '110333.780000', '110333.783000', '110333.786000', '110333.789000', '110333.792000', '110333.794000', '110333.797000', '110333.801000', '110333.804000', '110333.807000', '110333.810000', '110333.813000', '110333.832000', '110333.835000', '110333.838000', '110333.841000', '110333.844000', '110333.847000', '110333.850000', '110353.711000', '110353.714000', '110353.717000', '110353.720000', '110353.723000', '110353.726000', '110353.728000', '110353.731000', '110353.734000', '110353.737000', '110353.740000', '110353.743000', '110353.746000', '110353.749000', '110353.751000', '110353.754000', '110353.757000', '110353.760000', '110353.763000', '110353.766000', '110353.768000', '110353.771000', '110353.774000', '110353.777000', '110353.780000', '110353.783000', '110353.786000', '110353.788000', '110353.791000', '110353.794000', '110353.797000', '110353.800000', '110353.803000', '110353.806000', '110353.808000', '110353.811000', '110353.814000', '110353.817000', '110353.820000', '110353.823000', '110353.826000', '110353.829000', '110353.832000', '110353.835000', '110413.711000', '110413.714000', '110413.717000', '110413.720000', '110413.723000', '110413.726000', '110413.729000', '110413.732000', '110413.735000', '110413.738000', '110413.741000', '110413.744000', '110413.746000', '110413.749000', '110413.752000', '110413.755000', '110413.758000', '110413.761000', '110413.766000', '110413.769000', '110413.772000', '110413.774000', '110413.777000', '110413.780000', '110413.783000', '110413.786000', '110413.789000', '110413.792000', '110413.794000', '110413.797000', '110413.800000', '110413.803000', '110413.806000', '110413.809000', '110413.812000', '110413.815000', '110413.818000', '110413.821000', '110413.824000', '110413.826000', '110413.830000', '110413.836000', '110413.839000', '110433.711000', '110433.714000', '110433.717000', '110433.720000', '110433.723000', '110433.726000', '110433.729000', '110433.732000', '110433.735000', '110433.738000', '110433.741000', '110433.744000', '110433.747000', '110433.749000', '110433.752000', '110433.755000', '110433.758000', '110433.761000', '110433.764000', '110433.767000', '110433.770000', '110433.773000', '110433.776000', '110433.778000', '110433.781000', '110433.784000', '110433.787000', '110433.790000', '110433.793000', '110433.796000', '110433.798000', '110433.801000', '110433.804000', '110433.807000', '110433.810000', '110433.813000', '110433.816000', '110433.818000', '110433.821000', '110433.824000', '110433.827000', '110433.830000', '110433.833000', '110433.836000', '110453.711000', '110453.714000', '110453.717000', '110453.720000', '110453.723000', '110453.726000', '110453.729000', '110453.732000', '110453.735000', '110453.738000', '110453.741000', '110453.744000', '110453.747000', '110453.750000', '110453.753000', '110453.756000', '110453.758000', '110453.761000', '110453.764000', '110453.767000', '110453.770000', '110453.773000', '110453.776000', '110453.779000', '110453.782000', '110453.784000', '110453.787000', '110453.790000', '110453.793000', '110453.796000', '110453.799000', '110453.802000', '110453.805000', '110453.807000', '110453.810000', '110453.813000', '110453.816000', '110453.819000', '110453.822000', '110453.825000', '110453.827000', '110453.830000', '110453.833000', '110513.711000', '110513.714000', '110513.717000', '110513.720000', '110513.723000', '110513.726000', '110513.729000', '110513.732000', '110513.735000', '110513.738000', '110513.741000', '110513.743000', '110513.746000', '110513.749000', '110513.752000', '110513.755000', '110513.758000', '110513.761000', '110513.764000', '110513.766000', '110513.769000', '110513.772000', '110513.775000', '110513.778000', '110513.781000', '110513.784000', '110513.787000', '110513.789000', '110513.792000', '110513.795000', '110513.798000', '110513.801000', '110513.804000', '110513.807000', '110513.810000', '110513.813000', '110513.815000', '110513.818000', '110513.821000', '110513.824000', '110513.827000', '110513.830000', '110513.833000', '110513.836000', '110533.711000', '110533.714000', '110533.717000', '110533.720000', '110533.723000', '110533.726000', '110533.729000', '110533.732000', '110533.735000', '110533.738000', '110533.741000', '110533.743000', '110533.746000', '110533.749000', '110533.752000', '110533.756000', '110533.759000', '110533.762000', '110533.764000', '110533.767000', '110533.770000', '110533.773000', '110533.776000', '110533.779000', '110533.782000', '110533.785000', '110533.787000', '110533.790000', '110533.793000', '110533.796000', '110533.799000', '110533.804000', '110533.807000', '110533.810000', '110533.813000', '110533.815000', '110533.818000', '110533.821000', '110533.824000', '110533.827000', '110533.830000', '110533.833000', '110533.836000', '110538.522000', '110538.526000', '110538.529000', '110538.533000', '110538.536000', '110538.539000', '110538.542000', '110538.545000', '110538.548000', '110538.552000', '110538.555000'], 'InstanceCreationTime': ['105753.750000', '105753.753000', '105753.756000', '105753.759000', '105753.762000', '105753.765000', '105753.767000', '105753.770000', '105753.773000', '105753.776000', '105753.779000', '105753.782000', '105753.785000', '105753.788000', '105753.790000', '105753.793000', '105753.796000', '105753.799000', '105753.803000', '105753.806000', '105753.809000', '105753.812000', '105753.816000', '105753.818000', '105753.821000', '105753.824000', '105753.827000', '105753.830000', '105753.833000', '105753.836000', '105753.839000', '105753.841000', '105753.844000', '105753.847000', '105753.850000', '105753.853000', '105753.856000', '105753.859000', '105753.861000', '105753.864000', '105753.867000', '105753.870000', '105753.873000', '105753.876000', '105753.879000', '105753.882000', '105753.885000', '105753.888000', '105753.890000', '105753.920000', '105753.923000', '105753.925000', '105753.928000', '105753.931000', '105753.934000', '105753.937000', '105753.940000', '105753.943000', '105753.946000', '105753.949000', '105753.951000', '105753.954000', '105813.712000', '105813.715000', '105813.718000', '105813.720000', '105813.723000', '105813.726000', '105813.729000', '105813.732000', '105813.735000', '105813.738000', '105813.741000', '105813.743000', '105813.746000', '105813.749000', '105813.752000', '105813.755000', '105813.758000', '105813.761000', '105813.763000', '105813.766000', '105813.769000', '105813.772000', '105813.775000', '105813.778000', '105813.781000', '105813.784000', '105813.786000', '105813.789000', '105813.792000', '105813.795000', '105813.798000', '105813.801000', '105813.804000', '105813.807000', '105813.810000', '105813.813000', '105813.816000', '105813.819000', '105813.821000', '105813.824000', '105813.827000', '105813.830000', '105813.833000', '105813.836000', '105833.711000', '105833.714000', '105833.721000', '105833.724000', '105833.727000', '105833.730000', '105833.733000', '105833.736000', '105833.739000', '105833.741000', '105833.744000', '105833.747000', '105833.750000', '105833.753000', '105833.756000', '105833.759000', '105833.761000', '105833.764000', '105833.767000', '105833.770000', '105833.773000', '105833.776000', '105833.779000', '105833.782000', '105833.785000', '105833.787000', '105833.790000', '105833.793000', '105833.796000', '105833.799000', '105833.802000', '105833.804000', '105833.807000', '105833.810000', '105833.813000', '105833.816000', '105833.819000', '105833.822000', '105833.825000', '105833.828000', '105833.830000', '105833.833000', '105833.836000', '105853.711000', '105853.714000', '105853.717000', '105853.720000', '105853.722000', '105853.725000', '105853.728000', '105853.731000', '105853.734000', '105853.737000', '105853.740000', '105853.743000', '105853.746000', '105853.748000', '105853.751000', '105853.754000', '105853.757000', '105853.760000', '105853.763000', '105853.766000', '105853.769000', '105853.772000', '105853.775000', '105853.777000', '105853.780000', '105853.783000', '105853.786000', '105853.789000', '105853.792000', '105853.794000', '105853.797000', '105853.800000', '105853.803000', '105853.806000', '105853.809000', '105853.812000', '105853.815000', '105853.818000', '105853.821000', '105853.823000', '105853.826000', '105853.829000', '105853.832000', '105853.835000', '105913.711000', '105913.714000', '105913.717000', '105913.720000', '105913.723000', '105913.726000', '105913.728000', '105913.731000', '105913.734000', '105913.737000', '105913.740000', '105913.743000', '105913.746000', '105913.748000', '105913.751000', '105913.754000', '105913.757000', '105913.760000', '105913.774000', '105913.777000', '105913.779000', '105913.782000', '105913.785000', '105913.788000', '105913.791000', '105913.794000', '105913.796000', '105913.800000', '105913.802000', '105913.805000', '105913.808000', '105913.811000', '105913.814000', '105913.817000', '105913.820000', '105913.822000', '105913.825000', '105913.828000', '105913.831000', '105913.834000', '105913.837000', '105913.840000', '105913.843000', '105933.711000', '105933.714000', '105933.717000', '105933.720000', '105933.723000', '105933.726000', '105933.728000', '105933.731000', '105933.734000', '105933.737000', '105933.740000', '105933.743000', '105933.746000', '105933.749000', '105933.751000', '105933.754000', '105933.757000', '105933.760000', '105933.763000', '105933.766000', '105933.769000', '105933.772000', '105933.775000', '105933.777000', '105933.780000', '105933.783000', '105933.786000', '105933.789000', '105933.792000', '105933.794000', '105933.797000', '105933.800000', '105933.803000', '105933.806000', '105933.809000', '105933.812000', '105933.815000', '105933.819000', '105933.821000', '105933.824000', '105933.827000', '105933.830000', '105933.833000', '105933.836000', '105953.711000', '105953.714000', '105953.717000', '105953.720000', '105953.723000', '105953.725000', '105953.728000', '105953.731000', '105953.734000', '105953.737000', '105953.740000', '105953.743000', '105953.746000', '105953.749000', '105953.751000', '105953.754000', '105953.757000', '105953.760000', '105953.763000', '105953.766000', '105953.769000', '105953.772000', '105953.775000', '105953.777000', '105953.780000', '105953.783000', '105953.786000', '105953.789000', '105953.792000', '105953.795000', '105953.797000', '105953.800000', '105953.803000', '105953.806000', '105953.809000', '105953.812000', '105953.815000', '105953.835000', '105953.838000', '105953.841000', '105953.844000', '105953.847000', '105953.850000', '110013.711000', '110013.714000', '110013.717000', '110013.720000', '110013.723000', '110013.726000', '110013.729000', '110013.732000', '110013.735000', '110013.737000', '110013.740000', '110013.743000', '110013.747000', '110013.750000', '110013.752000', '110013.755000', '110013.758000', '110013.761000', '110013.764000', '110013.767000', '110013.770000', '110013.773000', '110013.776000', '110013.778000', '110013.781000', '110013.784000', '110013.787000', '110013.790000', '110013.793000', '110013.796000', '110013.799000', '110013.801000', '110013.804000', '110013.807000', '110013.810000', '110013.813000', '110013.816000', '110013.819000', '110013.822000', '110013.825000', '110013.827000', '110013.830000', '110013.833000', '110033.711000', '110033.714000', '110033.717000', '110033.720000', '110033.723000', '110033.725000', '110033.728000', '110033.731000', '110033.734000', '110033.737000', '110033.740000', '110033.743000', '110033.746000', '110033.749000', '110033.751000', '110033.754000', '110033.757000', '110033.760000', '110033.763000', '110033.766000', '110033.769000', '110033.772000', '110033.774000', '110033.777000', '110033.780000', '110033.783000', '110033.786000', '110033.789000', '110033.792000', '110033.794000', '110033.797000', '110033.800000', '110033.803000', '110033.806000', '110033.809000', '110033.812000', '110033.815000', '110033.818000', '110033.821000', '110033.824000', '110033.826000', '110033.829000', '110033.832000', '110033.835000', '110053.724000', '110053.727000', '110053.730000', '110053.733000', '110053.736000', '110053.741000', '110053.745000', '110053.748000', '110053.751000', '110053.754000', '110053.757000', '110053.760000', '110053.762000', '110053.765000', '110053.768000', '110053.771000', '110053.774000', '110053.777000', '110053.780000', '110053.783000', '110053.786000', '110053.789000', '110053.791000', '110053.794000', '110053.797000', '110053.800000', '110053.803000', '110053.806000', '110053.809000', '110053.812000', '110053.815000', '110053.818000', '110053.820000', '110053.823000', '110053.826000', '110053.829000', '110053.832000', '110053.835000', '110053.838000', '110053.840000', '110053.843000', '110053.846000', '110053.849000', '110113.711000', '110113.714000', '110113.717000', '110113.720000', '110113.723000', '110113.726000', '110113.728000', '110113.731000', '110113.734000', '110113.737000', '110113.740000', '110113.743000', '110113.746000', '110113.749000', '110113.752000', '110113.755000', '110113.758000', '110113.760000', '110113.763000', '110113.766000', '110113.769000', '110113.772000', '110113.775000', '110113.778000', '110113.781000', '110113.783000', '110113.786000', '110113.789000', '110113.792000', '110113.795000', '110113.798000', '110113.801000', '110113.804000', '110113.806000', '110113.809000', '110113.812000', '110113.815000', '110113.818000', '110113.821000', '110113.824000', '110113.827000', '110113.829000', '110113.832000', '110113.835000', '110133.711000', '110133.714000', '110133.717000', '110133.720000', '110133.723000', '110133.726000', '110133.728000', '110133.731000', '110133.734000', '110133.737000', '110133.740000', '110133.743000', '110133.746000', '110133.749000', '110133.752000', '110133.756000', '110133.761000', '110133.764000', '110133.767000', '110133.770000', '110133.773000', '110133.775000', '110133.778000', '110133.781000', '110133.784000', '110133.787000', '110133.790000', '110133.793000', '110133.796000', '110133.798000', '110133.801000', '110133.804000', '110133.807000', '110133.810000', '110133.813000', '110133.816000', '110133.818000', '110133.821000', '110133.824000', '110133.827000', '110133.830000', '110133.833000', '110133.836000', '110153.711000', '110153.714000', '110153.717000', '110153.720000', '110153.723000', '110153.725000', '110153.728000', '110153.731000', '110153.734000', '110153.737000', '110153.740000', '110153.743000', '110153.746000', '110153.748000', '110153.751000', '110153.754000', '110153.757000', '110153.760000', '110153.763000', '110153.766000', '110153.768000', '110153.771000', '110153.774000', '110153.777000', '110153.780000', '110153.783000', '110153.786000', '110153.789000', '110153.792000', '110153.795000', '110153.797000', '110153.800000', '110153.803000', '110153.806000', '110153.809000', '110153.812000', '110153.815000', '110153.817000', '110153.820000', '110153.823000', '110153.826000', '110153.829000', '110153.832000', '110153.835000', '110213.711000', '110213.714000', '110213.717000', '110213.720000', '110213.723000', '110213.726000', '110213.728000', '110213.731000', '110213.734000', '110213.737000', '110213.740000', '110213.743000', '110213.746000', '110213.749000', '110213.751000', '110213.754000', '110213.757000', '110213.760000', '110213.763000', '110213.766000', '110213.769000', '110213.771000', '110213.774000', '110213.778000', '110213.783000', '110213.800000', '110213.803000', '110213.806000', '110213.809000', '110213.812000', '110213.815000', '110213.818000', '110213.821000', '110213.824000', '110213.827000', '110213.830000', '110213.832000', '110213.835000', '110213.838000', '110213.841000', '110213.844000', '110213.847000', '110213.850000', '110233.711000', '110233.714000', '110233.717000', '110233.720000', '110233.723000', '110233.725000', '110233.728000', '110233.731000', '110233.734000', '110233.737000', '110233.740000', '110233.743000', '110233.746000', '110233.749000', '110233.751000', '110233.754000', '110233.757000', '110233.760000', '110233.763000', '110233.766000', '110233.769000', '110233.772000', '110233.775000', '110233.777000', '110233.780000', '110233.783000', '110233.786000', '110233.789000', '110233.792000', '110233.795000', '110233.798000', '110233.801000', '110233.804000', '110233.807000', '110233.810000', '110233.813000', '110233.816000', '110233.818000', '110233.821000', '110233.824000', '110233.827000', '110233.830000', '110233.833000', '110233.836000', '110253.711000', '110253.714000', '110253.717000', '110253.720000', '110253.723000', '110253.727000', '110253.730000', '110253.733000', '110253.736000', '110253.739000', '110253.741000', '110253.744000', '110253.747000', '110253.750000', '110253.753000', '110253.756000', '110253.759000', '110253.762000', '110253.765000', '110253.767000', '110253.770000', '110253.773000', '110253.776000', '110253.779000', '110253.782000', '110253.785000', '110253.788000', '110253.793000', '110253.797000', '110253.800000', '110253.803000', '110253.806000', '110253.809000', '110253.812000', '110253.815000', '110253.817000', '110253.820000', '110253.823000', '110253.826000', '110253.829000', '110253.832000', '110253.835000', '110253.838000', '110313.711000', '110313.714000', '110313.717000', '110313.720000', '110313.723000', '110313.726000', '110313.729000', '110313.734000', '110313.736000', '110313.739000', '110313.742000', '110313.745000', '110313.748000', '110313.751000', '110313.754000', '110313.757000', '110313.760000', '110313.763000', '110313.765000', '110313.768000', '110313.771000', '110313.774000', '110313.777000', '110313.780000', '110313.783000', '110313.786000', '110313.789000', '110313.791000', '110313.794000', '110313.797000', '110313.800000', '110313.803000', '110313.806000', '110313.809000', '110313.812000', '110313.814000', '110313.817000', '110313.820000', '110313.823000', '110313.826000', '110313.829000', '110313.832000', '110313.835000', '110313.837000', '110333.711000', '110333.714000', '110333.717000', '110333.720000', '110333.723000', '110333.726000', '110333.729000', '110333.731000', '110333.734000', '110333.737000', '110333.740000', '110333.743000', '110333.746000', '110333.749000', '110333.752000', '110333.754000', '110333.757000', '110333.760000', '110333.763000', '110333.766000', '110333.769000', '110333.772000', '110333.774000', '110333.777000', '110333.780000', '110333.783000', '110333.786000', '110333.789000', '110333.792000', '110333.794000', '110333.797000', '110333.801000', '110333.804000', '110333.807000', '110333.810000', '110333.813000', '110333.832000', '110333.835000', '110333.838000', '110333.841000', '110333.844000', '110333.847000', '110333.850000', '110353.711000', '110353.714000', '110353.717000', '110353.720000', '110353.723000', '110353.726000', '110353.728000', '110353.731000', '110353.734000', '110353.737000', '110353.740000', '110353.743000', '110353.746000', '110353.749000', '110353.751000', '110353.754000', '110353.757000', '110353.760000', '110353.763000', '110353.766000', '110353.768000', '110353.771000', '110353.774000', '110353.777000', '110353.780000', '110353.783000', '110353.786000', '110353.788000', '110353.791000', '110353.794000', '110353.797000', '110353.800000', '110353.803000', '110353.806000', '110353.808000', '110353.811000', '110353.814000', '110353.817000', '110353.820000', '110353.823000', '110353.826000', '110353.829000', '110353.832000', '110353.835000', '110413.711000', '110413.714000', '110413.717000', '110413.720000', '110413.723000', '110413.726000', '110413.729000', '110413.732000', '110413.735000', '110413.738000', '110413.741000', '110413.744000', '110413.746000', '110413.749000', '110413.752000', '110413.755000', '110413.758000', '110413.761000', '110413.766000', '110413.769000', '110413.772000', '110413.774000', '110413.777000', '110413.780000', '110413.783000', '110413.786000', '110413.789000', '110413.792000', '110413.794000', '110413.797000', '110413.800000', '110413.803000', '110413.806000', '110413.809000', '110413.812000', '110413.815000', '110413.818000', '110413.821000', '110413.824000', '110413.826000', '110413.830000', '110413.836000', '110413.839000', '110433.711000', '110433.714000', '110433.717000', '110433.720000', '110433.723000', '110433.726000', '110433.729000', '110433.732000', '110433.735000', '110433.738000', '110433.741000', '110433.744000', '110433.747000', '110433.749000', '110433.752000', '110433.755000', '110433.758000', '110433.761000', '110433.764000', '110433.767000', '110433.770000', '110433.773000', '110433.776000', '110433.778000', '110433.781000', '110433.784000', '110433.787000', '110433.790000', '110433.793000', '110433.796000', '110433.798000', '110433.801000', '110433.804000', '110433.807000', '110433.810000', '110433.813000', '110433.816000', '110433.818000', '110433.821000', '110433.824000', '110433.827000', '110433.830000', '110433.833000', '110433.836000', '110453.711000', '110453.714000', '110453.717000', '110453.720000', '110453.723000', '110453.726000', '110453.729000', '110453.732000', '110453.735000', '110453.738000', '110453.741000', '110453.744000', '110453.747000', '110453.750000', '110453.753000', '110453.756000', '110453.758000', '110453.761000', '110453.764000', '110453.767000', '110453.770000', '110453.773000', '110453.776000', '110453.779000', '110453.782000', '110453.784000', '110453.787000', '110453.790000', '110453.793000', '110453.796000', '110453.799000', '110453.802000', '110453.805000', '110453.807000', '110453.810000', '110453.813000', '110453.816000', '110453.819000', '110453.822000', '110453.825000', '110453.827000', '110453.830000', '110453.833000', '110513.711000', '110513.714000', '110513.717000', '110513.720000', '110513.723000', '110513.726000', '110513.729000', '110513.732000', '110513.735000', '110513.738000', '110513.741000', '110513.743000', '110513.746000', '110513.749000', '110513.752000', '110513.755000', '110513.758000', '110513.761000', '110513.764000', '110513.766000', '110513.769000', '110513.772000', '110513.775000', '110513.778000', '110513.781000', '110513.784000', '110513.787000', '110513.789000', '110513.792000', '110513.795000', '110513.798000', '110513.801000', '110513.804000', '110513.807000', '110513.810000', '110513.813000', '110513.815000', '110513.818000', '110513.821000', '110513.824000', '110513.827000', '110513.830000', '110513.833000', '110513.836000', '110533.711000', '110533.714000', '110533.717000', '110533.720000', '110533.723000', '110533.726000', '110533.729000', '110533.732000', '110533.735000', '110533.738000', '110533.741000', '110533.743000', '110533.746000', '110533.749000', '110533.752000', '110533.756000', '110533.759000', '110533.762000', '110533.764000', '110533.767000', '110533.770000', '110533.773000', '110533.776000', '110533.779000', '110533.782000', '110533.785000', '110533.787000', '110533.790000', '110533.793000', '110533.796000', '110533.799000', '110533.804000', '110533.807000', '110533.810000', '110533.813000', '110533.815000', '110533.818000', '110533.821000', '110533.824000', '110533.827000', '110533.830000', '110533.833000', '110533.836000', '110538.522000', '110538.526000', '110538.529000', '110538.533000', '110538.536000', '110538.539000', '110538.542000', '110538.545000', '110538.548000', '110538.552000', '110538.555000'], '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': [8103, 8058, 11798, 7024, 9611, 13810, 8609, 11061, 7881, 7874, 10284, 7279, 8329, 10790, 7310, 8172, 9918, 7306, 10135, 8632, 7118, 10433, 7132, 10018, 8164, 6997, 9608, 8448, 7164, 9917, 8553, 7138, 11457, 7336, 11136, 9317, 7268, 11426, 8797, 7406, 12129, 8999, 7862, 11991, 7258, 11247, 16057, 10608, 11622, 8387, 7022, 10214, 8701, 7151, 11776, 8996, 7362, 12243, 8892, 8496, 13101, 7235, 8878, 8173, 6993, 10680, 11323, 7313, 10915, 12403, 8185, 12166, 7346, 9179, 12982, 8068, 9476, 13139, 8138, 10879, 9160, 8547, 9787, 7692, 12294, 14074, 7858, 9626, 13593, 7998, 10525, 9087, 7904, 13067, 7564, 9495, 12426, 7451, 8980, 12013, 7722, 10710, 7866, 7650, 8887, 7380, 9787, 7843, 7117, 10767, 8665, 7313, 11221, 8155, 7901, 12361, 8580, 10715, 15468, 8503, 10496, 12750, 7573, 9119, 7593, 7226, 10440, 8046, 7712, 11151, 8047, 8136, 11353, 7132, 8676, 7860, 7114, 10521, 8237, 7662, 11962, 7420, 9695, 7862, 7159, 10729, 8670, 7372, 10849, 8760, 7355, 11042, 8533, 7878, 11332, 7856, 8390, 10987, 6962, 8572, 11457, 7234, 8659, 9849, 6983, 10450, 8174, 7184, 11019, 7715, 8022, 12254, 8734, 8194, 6933, 9309, 14828, 7953, 12092, 8635, 7899, 12459, 10328, 8028, 8377, 9337, 13337, 8286, 10651, 8196, 7555, 11231, 14567, 8061, 9939, 13075, 8343, 11005, 8626, 8352, 7933, 7509, 10341, 8449, 7747, 10364, 8645, 8010, 10568, 8924, 8251, 11394, 7824, 11392, 8187, 12446, 16277, 11985, 14735, 10866, 9469, 15166, 7662, 12092, 10483, 7902, 10331, 9893, 7518, 9998, 8643, 7496, 10860, 8567, 8334, 11976, 8394, 9459, 13826, 8603, 11649, 15426, 7860, 11952, 7772, 10111, 8144, 8166, 11401, 8412, 7898, 11217, 9350, 7866, 9713, 8355, 8115, 12580, 8846, 8593, 12685, 8801, 8610, 12839, 8411, 9534, 7903, 7383, 11437, 8431, 7348, 11129, 9693, 7603, 9501, 8324, 7601, 11609, 7290, 10463, 13227, 8988, 10124, 13343, 8584, 10174, 9075, 7420, 10473, 7804, 8124, 10621, 8319, 7943, 10316, 8425, 7912, 11111, 9017, 7762, 12314, 8969, 9115, 14494, 7792, 10702, 7333, 8722, 10040, 7529, 11165, 14888, 8209, 9995, 13084, 8266, 10476, 13893, 8809, 12024, 8756, 8493, 12691, 7674, 9373, 8865, 7582, 11647, 14976, 8234, 9940, 13913, 7965, 11211, 10109, 7913, 13070, 7566, 11646, 17209, 10264, 14319, 14540, 8982, 13621, 9705, 8136, 10837, 7734, 7254, 9108, 9062, 7390, 9368, 8347, 7406, 10037, 7547, 10151, 7680, 10395, 8750, 11088, 15864, 10659, 12584, 10944, 8569, 12522, 8738, 9203, 11700, 8299, 8227, 11065, 8236, 8568, 12743, 8217, 9686, 7983, 8210, 13044, 9535, 11088, 11652, 7855, 11641, 7405, 9828, 11279, 7911, 9444, 12205, 8096, 9236, 11926, 7980, 9431, 12536, 8609, 11233, 8153, 10476, 8412, 9437, 14498, 9346, 10475, 14609, 7578, 9931, 12232, 7631, 9572, 12620, 7985, 9422, 13097, 8887, 11575, 11977, 7962, 12599, 7497, 9555, 7293, 8984, 12156, 7558, 9676, 12627, 7950, 9484, 12309, 8049, 11426, 13746, 9186, 11154, 14828, 9626, 12892, 15482, 9165, 14454, 7608, 11236, 10060, 8293, 11392, 7550, 8077, 10715, 7354, 8284, 11020, 8798, 8032, 11808, 8331, 8321, 12179, 9173, 8742, 10295, 7620, 11928, 9411, 9150, 13148, 7279, 9547, 11500, 7591, 9541, 8086, 7516, 10447, 11277, 7977, 10573, 10036, 7533, 12072, 9418, 10116, 8732, 8585, 12880, 8819, 10789, 7545, 8761, 11188, 7917, 9596, 12570, 7916, 9284, 12736, 7812, 11794, 13118, 9195, 13528, 10175, 9732, 8373, 7985, 11472, 7661, 11714, 8956, 8328, 11590, 7622, 8508, 11134, 8194, 8960, 12260, 9157, 9710, 13885, 9146, 11998, 14900, 7873, 12448, 7755, 9218, 11311, 7776, 9017, 10544, 7599, 10077, 10309, 7673, 12245, 9996, 10611, 17556, 8120, 12139, 7604, 9921, 10283, 7669, 10628, 9051, 7515, 10463, 8486, 7816, 13040, 8619, 12103, 8324, 11185, 17644, 8824, 12812, 9461, 7915, 11421, 7489, 8389, 11298, 8020, 8571, 11686, 8269, 8490, 13101, 9227, 11420, 8756, 7926, 12927, 8219, 9453, 12205, 7239, 9202, 10942, 7498, 10035, 12668, 8033, 11888, 11806, 8459, 11643, 7393, 7999, 10959, 7541, 9097, 13148, 8286, 11324, 17387, 8857, 13530, 8012, 10383, 13952, 8433, 11812, 10044, 8036, 11083, 8697, 7677, 10560, 7266, 8701, 11660, 8924, 11369, 16404, 10206, 12245, 8752, 9047, 11677, 8090, 10943, 8868, 7883, 10697, 7888, 7235, 9721, 7949, 7343, 10431, 7699, 7457, 11829, 8040, 8347, 11872, 7232, 8593, 11634, 7630, 9229, 12406, 7245, 8745, 11402, 7018, 10134, 11694, 7328, 11818, 8668, 7837, 10775, 7458, 8067, 11188, 7414, 8395, 11902, 7991, 10074, 10219, 7367, 10743, 9527, 7859, 12446, 9061, 7774, 11899, 9468, 8761, 13217, 8109, 8648, 11938, 7171, 8386, 11936, 7636, 9417, 12832, 7682, 10081, 7731, 7116, 9450, 8055, 7903, 10592, 7442, 8160, 11097, 7558, 8915, 12126, 8014, 9367, 11047, 7239, 10311, 8637, 7926, 12380, 8467, 9753, 11785, 7331, 9845, 8072, 8112, 11089, 8134, 8947, 13062, 8746, 10318, 13778, 8745, 12014, 8987, 7640, 10883, 7973, 8488, 12820, 8479, 11534, 9080, 8728, 13013, 8084, 9680, 13384, 8359, 10820, 14119, 8481, 12495, 8702, 7686, 11773, 8111, 8565, 13081, 8218, 10314, 14269, 8060, 9966, 10787, 7447, 11046, 8572, 7905, 11754, 7406, 8278, 11739, 6958, 8155, 11780, 7094, 9373, 10881, 7475, 11864, 8243, 7305, 10803, 8273, 7625, 11368, 7241, 9967, 9684, 7629, 10164, 7867, 7246, 10975, 7437, 8283, 12155, 7990, 9175, 12168, 7213, 9125, 7828, 7392, 10253, 7761, 8105, 12509, 7402, 10954, 9311, 7619, 12213, 8597, 8659, 12689, 7921, 10005, 13599, 7924, 11560, 9310, 7786, 11101, 8537, 8427, 12204, 7754, 9060, 12066, 7385, 10933, 9919, 7720, 11087, 8619, 7629, 10736, 7223, 8472, 11901, 7674, 8668, 12728, 7399, 9322, 11220, 7361, 9332, 8782, 7535, 11486, 7635, 8056, 11659, 7027, 8197, 11493, 7367, 8882, 10820, 7550, 10212, 7585, 7462, 10853, 7435, 8611, 11754, 8067, 9392, 10770, 7495, 10192, 8270, 8415, 12210, 7359, 10354, 11664, 7992, 12437, 9712, 8988, 13336, 8833, 10585, 14745, 8747, 12353, 11086, 8636, 13285, 9967, 9722, 13993, 8358, 10215, 12780, 8186, 12459, 9332, 8409, 13108, 7913, 10570, 11190, 7641, 11790, 8506, 8646, 12749, 7446, 8645, 11997, 7524, 11149, 8928, 8531, 11976, 7167, 8121, 12654, 7753, 9865, 7052, 8088, 12250, 7690, 8799, 10732, 7511, 10406, 8643, 8106, 12040, 7095, 8262, 11682, 7485, 9690, 9250, 7450, 10990, 7246, 8242, 11366, 7524, 9291, 11419, 8075, 11661, 7826, 8196, 11654, 7823, 9370, 13341, 8378, 12224, 9567, 8749, 13118, 8407, 9399, 14298, 7845, 10990, 10695, 8231, 12839, 7747, 8478, 11970, 7516, 8841, 12828, 7993, 11741, 9109, 8182, 11747, 7377, 8766, 10630, 7180, 9543, 7640, 7883, 11035, 7462, 8722, 12886, 7512, 9333, 8821, 7492, 9974, 8331, 8560, 12747, 7420, 9151, 12711, 8238, 10311, 9343, 8001, 12153, 7671, 8650, 7605, 7557, 11473, 8156, 9895, 14420, 8718, 10988, 10777, 8459, 12610, 7743, 8822, 12966, 8123, 10912, 10797, 8073, 12405, 9416, 9049, 12909, 8040, 9033, 13995, 8143, 11438, 8653, 7773, 11125, 7322, 8451, 11658, 7834, 9447, 9919, 7434, 11295, 7824, 8565, 12437, 8282, 9940, 14133, 7962, 10960, 8646, 8049, 12027, 7871, 8982, 12545, 8095, 9476, 9009, 7540, 10287, 7821, 8358, 12397, 7385, 9535, 10822, 7339, 11490, 8022], 'WindowCenter': [4078.0, 4073.0, 4099.0, 4034.0, 4067.0, 4094.0, 4053.0, 4076.0, 4042.0, 4047.0, 4073.0, 4035.0, 4057.0, 4075.0, 4045.0, 4057.0, 4075.0, 4045.0, 4090.0, 4068.0, 4050.0, 4090.0, 4050.0, 4091.0, 4069.0, 4049.0, 4080.0, 4056.0, 4050.0, 4092.0, 4068.0, 4061.0, 4110.0, 4075.0, 4113.0, 4079.0, 4060.0, 4100.0, 4066.0, 4047.0, 4099.0, 4068.0, 4058.0, 4100.0, 4063.0, 4118.0, 4136.0, 4087.0, 4088.0, 4041.0, 4035.0, 4076.0, 4054.0, 4035.0, 4097.0, 4065.0, 4048.0, 4100.0, 4067.0, 4068.0, 4097.0, 4046.0, 4067.0, 4056.0, 4046.0, 4090.0, 4087.0, 4048.0, 4101.0, 4099.0, 4072.0, 4112.0, 4046.0, 4079.0, 4107.0, 4054.0, 4076.0, 4095.0, 4045.0, 4088.0, 4066.0, 4066.0, 4076.0, 4060.0, 4099.0, 4099.0, 4043.0, 4066.0, 4083.0, 4042.0, 4075.0, 4054.0, 4055.0, 4095.0, 4044.0, 4077.0, 4083.0, 4033.0, 4055.0, 4082.0, 4044.0, 4089.0, 4055.0, 4060.0, 4065.0, 4047.0, 4077.0, 4041.0, 4034.0, 4086.0, 4052.0, 4045.0, 4086.0, 4044.0, 4061.0, 4097.0, 4054.0, 4077.0, 4107.0, 4053.0, 4077.0, 4079.0, 4030.0, 4051.0, 4041.0, 4045.0, 4086.0, 4042.0, 4048.0, 4084.0, 4043.0, 4057.0, 4083.0, 4033.0, 4065.0, 4055.0, 4048.0, 4087.0, 4055.0, 4059.0, 4099.0, 4048.0, 4076.0, 4055.0, 4046.0, 4099.0, 4065.0, 4047.0, 4096.0, 4066.0, 4056.0, 4096.0, 4068.0, 4068.0, 4099.0, 4058.0, 4070.0, 4091.0, 4050.0, 4085.0, 4099.0, 4060.0, 4081.0, 4089.0, 4061.0, 4102.0, 4069.0, 4062.0, 4101.0, 4072.0, 4083.0, 4114.0, 4079.0, 4072.0, 4073.0, 4108.0, 4136.0, 4083.0, 4123.0, 4080.0, 4084.0, 4128.0, 4101.0, 4071.0, 4082.0, 4106.0, 4136.0, 4083.0, 4117.0, 4084.0, 4084.0, 4115.0, 4133.0, 4072.0, 4105.0, 4122.0, 4082.0, 4106.0, 4081.0, 4084.0, 4082.0, 4076.0, 4115.0, 4080.0, 4084.0, 4115.0, 4081.0, 4085.0, 4114.0, 4095.0, 4095.0, 4125.0, 4085.0, 4125.0, 4097.0, 4139.0, 4135.0, 4112.0, 4125.0, 4090.0, 4090.0, 4123.0, 4072.0, 4114.0, 4086.0, 4059.0, 4090.0, 4078.0, 4056.0, 4094.0, 4068.0, 4058.0, 4102.0, 4067.0, 4069.0, 4100.0, 4067.0, 4080.0, 4110.0, 4068.0, 4099.0, 4119.0, 4057.0, 4099.0, 4048.0, 4091.0, 4057.0, 4069.0, 4101.0, 4056.0, 4061.0, 4102.0, 4078.0, 4068.0, 4091.0, 4069.0, 4069.0, 4113.0, 4069.0, 4069.0, 4108.0, 4067.0, 4068.0, 4098.0, 4055.0, 4079.0, 4068.0, 4059.0, 4101.0, 4056.0, 4049.0, 4088.0, 4064.0, 4045.0, 4077.0, 4067.0, 4059.0, 4100.0, 4060.0, 4103.0, 4111.0, 4080.0, 4092.0, 4113.0, 4070.0, 4090.0, 4066.0, 4048.0, 4087.0, 4058.0, 4069.0, 4090.0, 4068.0, 4070.0, 4091.0, 4065.0, 4068.0, 4099.0, 4079.0, 4060.0, 4112.0, 4067.0, 4080.0, 4118.0, 4058.0, 4091.0, 4060.0, 4082.0, 4091.0, 4072.0, 4112.0, 4119.0, 4068.0, 4090.0, 4107.0, 4066.0, 4102.0, 4108.0, 4067.0, 4098.0, 4056.0, 4067.0, 4095.0, 4058.0, 4078.0, 4064.0, 4058.0, 4100.0, 4107.0, 4058.0, 4079.0, 4104.0, 4057.0, 4088.0, 4076.0, 4054.0, 4096.0, 4057.0, 4100.0, 4118.0, 4077.0, 4109.0, 4095.0, 4054.0, 4096.0, 4063.0, 4045.0, 4076.0, 4032.0, 4034.0, 4065.0, 4054.0, 4046.0, 4068.0, 4053.0, 4047.0, 4075.0, 4060.0, 4089.0, 4073.0, 4090.0, 4070.0, 4102.0, 4121.0, 4089.0, 4099.0, 4086.0, 4069.0, 4099.0, 4056.0, 4069.0, 4086.0, 4054.0, 4059.0, 4084.0, 4055.0, 4069.0, 4097.0, 4056.0, 4066.0, 4055.0, 4069.0, 4110.0, 4065.0, 4087.0, 4085.0, 4057.0, 4086.0, 4046.0, 4092.0, 4088.0, 4057.0, 4079.0, 4097.0, 4045.0, 4065.0, 4084.0, 4056.0, 4068.0, 4092.0, 4056.0, 4085.0, 4055.0, 4086.0, 4055.0, 4080.0, 4109.0, 4064.0, 4088.0, 4106.0, 4046.0, 4077.0, 4095.0, 4056.0, 4077.0, 4095.0, 4057.0, 4066.0, 4096.0, 4064.0, 4087.0, 4085.0, 4044.0, 4087.0, 4045.0, 4076.0, 4046.0, 4080.0, 4096.0, 4059.0, 4081.0, 4098.0, 4057.0, 4080.0, 4083.0, 4055.0, 4090.0, 4094.0, 4067.0, 4086.0, 4093.0, 4052.0, 4086.0, 4092.0, 4052.0, 4093.0, 4046.0, 4087.0, 4064.0, 4055.0, 4076.0, 4032.0, 4058.0, 4073.0, 4034.0, 4057.0, 4085.0, 4053.0, 4043.0, 4087.0, 4054.0, 4058.0, 4086.0, 4054.0, 4053.0, 4076.0, 4046.0, 4098.0, 4064.0, 4068.0, 4096.0, 4037.0, 4077.0, 4084.0, 4046.0, 4078.0, 4057.0, 4046.0, 4090.0, 4086.0, 4057.0, 4089.0, 4075.0, 4047.0, 4096.0, 4065.0, 4077.0, 4067.0, 4068.0, 4096.0, 4065.0, 4086.0, 4045.0, 4066.0, 4086.0, 4056.0, 4078.0, 4099.0, 4057.0, 4081.0, 4096.0, 4046.0, 4097.0, 4096.0, 4065.0, 4096.0, 4074.0, 4065.0, 4053.0, 4058.0, 4087.0, 4057.0, 4098.0, 4067.0, 4068.0, 4086.0, 4045.0, 4069.0, 4086.0, 4054.0, 4068.0, 4096.0, 4063.0, 4066.0, 4107.0, 4062.0, 4084.0, 4104.0, 4045.0, 4084.0, 4046.0, 4065.0, 4074.0, 4042.0, 4067.0, 4073.0, 4045.0, 4078.0, 4074.0, 4045.0, 4099.0, 4065.0, 4078.0, 4115.0, 4043.0, 4084.0, 4042.0, 4079.0, 4062.0, 4044.0, 4076.0, 4051.0, 4033.0, 4089.0, 4053.0, 4046.0, 4097.0, 4056.0, 4099.0, 4056.0, 4086.0, 4115.0, 4054.0, 4085.0, 4051.0, 4044.0, 4076.0, 4033.0, 4053.0, 4086.0, 4043.0, 4053.0, 4084.0, 4043.0, 4054.0, 4084.0, 4053.0, 4075.0, 4050.0, 4043.0, 4084.0, 4042.0, 4066.0, 4072.0, 4031.0, 4068.0, 4072.0, 4034.0, 4076.0, 4082.0, 4044.0, 4088.0, 4073.0, 4042.0, 4072.0, 4032.0, 4041.0, 4073.0, 4032.0, 4054.0, 4084.0, 4041.0, 4090.0, 4119.0, 4054.0, 4094.0, 4042.0, 4079.0, 4095.0, 4058.0, 4085.0, 4063.0, 4046.0, 4084.0, 4052.0, 4045.0, 4076.0, 4034.0, 4066.0, 4088.0, 4056.0, 4087.0, 4105.0, 4064.0, 4072.0, 4041.0, 4053.0, 4074.0, 4046.0, 4074.0, 4052.0, 4046.0, 4072.0, 4031.0, 4034.0, 4063.0, 4042.0, 4044.0, 4074.0, 4041.0, 4044.0, 4085.0, 4041.0, 4056.0, 4086.0, 4032.0, 4053.0, 4086.0, 4044.0, 4067.0, 4083.0, 4034.0, 4057.0, 4084.0, 4033.0, 4078.0, 4082.0, 4037.0, 4087.0, 4054.0, 4048.0, 4085.0, 4044.0, 4057.0, 4086.0, 4045.0, 4068.0, 4097.0, 4056.0, 4090.0, 4089.0, 4059.0, 4100.0, 4075.0, 4058.0, 4100.0, 4066.0, 4058.0, 4100.0, 4079.0, 4071.0, 4109.0, 4057.0, 4070.0, 4098.0, 4047.0, 4069.0, 4097.0, 4059.0, 4092.0, 4108.0, 4060.0, 4103.0, 4058.0, 4061.0, 4089.0, 4068.0, 4072.0, 4101.0, 4061.0, 4082.0, 4114.0, 4073.0, 4097.0, 4115.0, 4072.0, 4096.0, 4100.0, 4060.0, 4102.0, 4082.0, 4073.0, 4122.0, 4082.0, 4094.0, 4112.0, 4062.0, 4106.0, 4071.0, 4081.0, 4111.0, 4071.0, 4093.0, 4124.0, 4083.0, 4103.0, 4135.0, 4080.0, 4112.0, 4078.0, 4060.0, 4098.0, 4058.0, 4079.0, 4113.0, 4067.0, 4100.0, 4080.0, 4086.0, 4112.0, 4058.0, 4078.0, 4106.0, 4057.0, 4101.0, 4109.0, 4067.0, 4099.0, 4067.0, 4058.0, 4096.0, 4055.0, 4066.0, 4094.0, 4055.0, 4091.0, 4106.0, 4056.0, 4077.0, 4087.0, 4047.0, 4087.0, 4057.0, 4057.0, 4096.0, 4044.0, 4056.0, 4085.0, 4046.0, 4062.0, 4096.0, 4049.0, 4078.0, 4087.0, 4049.0, 4104.0, 4067.0, 4057.0, 4102.0, 4068.0, 4057.0, 4097.0, 4058.0, 4094.0, 4088.0, 4062.0, 4089.0, 4057.0, 4058.0, 4099.0, 4059.0, 4081.0, 4109.0, 4073.0, 4091.0, 4111.0, 4062.0, 4091.0, 4058.0, 4060.0, 4103.0, 4071.0, 4072.0, 4122.0, 4075.0, 4113.0, 4090.0, 4077.0, 4114.0, 4081.0, 4081.0, 4114.0, 4068.0, 4102.0, 4120.0, 4072.0, 4115.0, 4078.0, 4059.0, 4098.0, 4068.0, 4069.0, 4111.0, 4059.0, 4080.0, 4109.0, 4060.0, 4113.0, 4091.0, 4071.0, 4104.0, 4077.0, 4068.0, 4100.0, 4058.0, 4084.0, 4115.0, 4071.0, 4086.0, 4122.0, 4073.0, 4094.0, 4101.0, 4072.0, 4096.0, 4081.0, 4073.0, 4123.0, 4071.0, 4082.0, 4112.0, 4061.0, 4082.0, 4113.0, 4076.0, 4106.0, 4113.0, 4084.0, 4104.0, 4072.0, 4073.0, 4115.0, 4074.0, 4097.0, 4124.0, 4086.0, 4109.0, 4113.0, 4075.0, 4118.0, 4097.0, 4095.0, 4126.0, 4075.0, 4117.0, 4114.0, 4085.0, 4128.0, 4107.0, 4096.0, 4126.0, 4094.0, 4117.0, 4122.0, 4082.0, 4117.0, 4101.0, 4082.0, 4126.0, 4092.0, 4092.0, 4123.0, 4069.0, 4093.0, 4110.0, 4070.0, 4110.0, 4079.0, 4073.0, 4109.0, 4070.0, 4102.0, 4098.0, 4062.0, 4110.0, 4067.0, 4080.0, 4109.0, 4058.0, 4080.0, 4109.0, 4072.0, 4101.0, 4079.0, 4083.0, 4112.0, 4047.0, 4072.0, 4111.0, 4071.0, 4101.0, 4062.0, 4084.0, 4121.0, 4072.0, 4095.0, 4101.0, 4073.0, 4117.0, 4082.0, 4083.0, 4125.0, 4062.0, 4083.0, 4117.0, 4076.0, 4104.0, 4090.0, 4073.0, 4114.0, 4072.0, 4087.0, 4113.0, 4073.0, 4105.0, 4112.0, 4082.0, 4117.0, 4073.0, 4082.0, 4112.0, 4072.0, 4107.0, 4135.0, 4082.0, 4127.0, 4104.0, 4092.0, 4124.0, 4080.0, 4094.0, 4132.0, 4070.0, 4113.0, 4103.0, 4083.0, 4126.0, 4072.0, 4087.0, 4109.0, 4063.0, 4095.0, 4122.0, 4084.0, 4125.0, 4091.0, 4083.0, 4114.0, 4061.0, 4084.0, 4100.0, 4062.0, 4107.0, 4071.0, 4085.0, 4113.0, 4084.0, 4096.0, 4126.0, 4072.0, 4108.0, 4093.0, 4074.0, 4106.0, 4086.0, 4093.0, 4127.0, 4087.0, 4104.0, 4121.0, 4086.0, 4104.0, 4092.0, 4072.0, 4117.0, 4070.0, 4079.0, 4070.0, 4089.0, 4114.0, 4082.0, 4105.0, 4135.0, 4081.0, 4116.0, 4103.0, 4082.0, 4124.0, 4071.0, 4095.0, 4120.0, 4072.0, 4103.0, 4100.0, 4071.0, 4117.0, 4092.0, 4094.0, 4112.0, 4069.0, 4092.0, 4119.0, 4072.0, 4102.0, 4070.0, 4062.0, 4103.0, 4059.0, 4082.0, 4111.0, 4071.0, 4104.0, 4105.0, 4073.0, 4116.0, 4071.0, 4096.0, 4123.0, 4082.0, 4103.0, 4121.0, 4074.0, 4113.0, 4080.0, 4072.0, 4111.0, 4069.0, 4095.0, 4123.0, 4071.0, 4093.0, 4081.0, 4072.0, 4106.0, 4070.0, 4088.0, 4122.0, 4076.0, 4108.0, 4117.0, 4073.0, 4125.0, 4083.0], 'WindowWidth': [9102.0, 9085.0, 9111.0, 9018.0, 9063.0, 9095.0, 9039.0, 9069.0, 9021.0, 9034.0, 9064.0, 9017.0, 9048.0, 9067.0, 9031.0, 9051.0, 9071.0, 9034.0, 9097.0, 9065.0, 9045.0, 9097.0, 9045.0, 9100.0, 9066.0, 9045.0, 9084.0, 9048.0, 9046.0, 9104.0, 9068.0, 9063.0, 9129.0, 9087.0, 9138.0, 9084.0, 9059.0, 9113.0, 9059.0, 9039.0, 9109.0, 9064.0, 9052.0, 9111.0, 9067.0, 9148.0, 9169.0, 9091.0, 9090.0, 9019.0, 9018.0, 9074.0, 9039.0, 9019.0, 9103.0, 9056.0, 9040.0, 9111.0, 9065.0, 9065.0, 9101.0, 9033.0, 9063.0, 9045.0, 9037.0, 9100.0, 9090.0, 9040.0, 9115.0, 9109.0, 9079.0, 9129.0, 9036.0, 9083.0, 9117.0, 9042.0, 9073.0, 9095.0, 9029.0, 9090.0, 9059.0, 9061.0, 9075.0, 9059.0, 9111.0, 9107.0, 9023.0, 9057.0, 9077.0, 9022.0, 9068.0, 9038.0, 9044.0, 9099.0, 9029.0, 9076.0, 9079.0, 9011.0, 9042.0, 9074.0, 9026.0, 9093.0, 9044.0, 9057.0, 9059.0, 9040.0, 9077.0, 9023.0, 9016.0, 9087.0, 9036.0, 9032.0, 9088.0, 9028.0, 9058.0, 9105.0, 9040.0, 9075.0, 9114.0, 9036.0, 9071.0, 9066.0, 9004.0, 9034.0, 9021.0, 9031.0, 9088.0, 9023.0, 9037.0, 9082.0, 9026.0, 9049.0, 9078.0, 9012.0, 9058.0, 9045.0, 9040.0, 9093.0, 9046.0, 9057.0, 9110.0, 9041.0, 9077.0, 9046.0, 9036.0, 9110.0, 9057.0, 9038.0, 9104.0, 9061.0, 9051.0, 9103.0, 9067.0, 9069.0, 9109.0, 9054.0, 9073.0, 9100.0, 9048.0, 9098.0, 9112.0, 9062.0, 9091.0, 9099.0, 9067.0, 9121.0, 9071.0, 9065.0, 9114.0, 9079.0, 9096.0, 9137.0, 9084.0, 9077.0, 9087.0, 9138.0, 9171.0, 9097.0, 9150.0, 9089.0, 9099.0, 9161.0, 9117.0, 9078.0, 9097.0, 9134.0, 9172.0, 9100.0, 9147.0, 9100.0, 9101.0, 9144.0, 9164.0, 9081.0, 9129.0, 9148.0, 9095.0, 9128.0, 9090.0, 9097.0, 9094.0, 9092.0, 9143.0, 9091.0, 9102.0, 9142.0, 9093.0, 9104.0, 9143.0, 9116.0, 9117.0, 9159.0, 9107.0, 9159.0, 9124.0, 9183.0, 9171.0, 9134.0, 9155.0, 9098.0, 9100.0, 9147.0, 9079.0, 9136.0, 9090.0, 9057.0, 9099.0, 9080.0, 9052.0, 9108.0, 9067.0, 9056.0, 9118.0, 9066.0, 9072.0, 9113.0, 9065.0, 9086.0, 9125.0, 9066.0, 9109.0, 9136.0, 9052.0, 9107.0, 9039.0, 9099.0, 9052.0, 9073.0, 9116.0, 9049.0, 9061.0, 9117.0, 9078.0, 9069.0, 9101.0, 9070.0, 9073.0, 9134.0, 9068.0, 9069.0, 9121.0, 9062.0, 9067.0, 9105.0, 9046.0, 9082.0, 9067.0, 9058.0, 9116.0, 9048.0, 9041.0, 9094.0, 9055.0, 9033.0, 9077.0, 9063.0, 9058.0, 9113.0, 9062.0, 9122.0, 9131.0, 9085.0, 9104.0, 9131.0, 9072.0, 9096.0, 9059.0, 9039.0, 9091.0, 9055.0, 9073.0, 9100.0, 9066.0, 9074.0, 9103.0, 9062.0, 9071.0, 9113.0, 9082.0, 9060.0, 9133.0, 9064.0, 9085.0, 9136.0, 9054.0, 9100.0, 9060.0, 9093.0, 9104.0, 9079.0, 9134.0, 9140.0, 9068.0, 9100.0, 9120.0, 9065.0, 9118.0, 9121.0, 9062.0, 9108.0, 9047.0, 9063.0, 9098.0, 9053.0, 9081.0, 9057.0, 9054.0, 9113.0, 9118.0, 9051.0, 9083.0, 9111.0, 9049.0, 9093.0, 9072.0, 9042.0, 9100.0, 9051.0, 9114.0, 9134.0, 9074.0, 9122.0, 9093.0, 9039.0, 9098.0, 9048.0, 9029.0, 9071.0, 9007.0, 9014.0, 9056.0, 9038.0, 9032.0, 9064.0, 9038.0, 9036.0, 9074.0, 9059.0, 9098.0, 9082.0, 9102.0, 9072.0, 9119.0, 9142.0, 9093.0, 9109.0, 9085.0, 9066.0, 9108.0, 9044.0, 9066.0, 9088.0, 9041.0, 9053.0, 9083.0, 9043.0, 9066.0, 9102.0, 9044.0, 9059.0, 9044.0, 9069.0, 9126.0, 9055.0, 9087.0, 9083.0, 9049.0, 9088.0, 9035.0, 9102.0, 9090.0, 9051.0, 9082.0, 9102.0, 9030.0, 9057.0, 9081.0, 9046.0, 9065.0, 9089.0, 9044.0, 9083.0, 9043.0, 9086.0, 9046.0, 9085.0, 9124.0, 9056.0, 9091.0, 9111.0, 9032.0, 9078.0, 9097.0, 9048.0, 9078.0, 9097.0, 9048.0, 9062.0, 9098.0, 9054.0, 9090.0, 9080.0, 9027.0, 9086.0, 9030.0, 9072.0, 9037.0, 9085.0, 9103.0, 9054.0, 9086.0, 9105.0, 9049.0, 9082.0, 9081.0, 9044.0, 9096.0, 9096.0, 9059.0, 9085.0, 9091.0, 9034.0, 9085.0, 9086.0, 9032.0, 9089.0, 9031.0, 9088.0, 9051.0, 9041.0, 9070.0, 9008.0, 9049.0, 9065.0, 9014.0, 9048.0, 9084.0, 9037.0, 9025.0, 9087.0, 9039.0, 9049.0, 9085.0, 9036.0, 9037.0, 9069.0, 9033.0, 9107.0, 9055.0, 9063.0, 9099.0, 9021.0, 9076.0, 9082.0, 9034.0, 9079.0, 9048.0, 9037.0, 9098.0, 9086.0, 9050.0, 9095.0, 9070.0, 9036.0, 9102.0, 9056.0, 9075.0, 9062.0, 9067.0, 9103.0, 9058.0, 9085.0, 9031.0, 9063.0, 9088.0, 9048.0, 9081.0, 9106.0, 9049.0, 9086.0, 9100.0, 9035.0, 9104.0, 9098.0, 9056.0, 9101.0, 9066.0, 9056.0, 9037.0, 9053.0, 9091.0, 9051.0, 9110.0, 9064.0, 9066.0, 9087.0, 9029.0, 9067.0, 9088.0, 9041.0, 9066.0, 9100.0, 9052.0, 9061.0, 9116.0, 9049.0, 9080.0, 9106.0, 9027.0, 9078.0, 9030.0, 9058.0, 9065.0, 9024.0, 9061.0, 9066.0, 9031.0, 9077.0, 9066.0, 9031.0, 9106.0, 9055.0, 9076.0, 9125.0, 9025.0, 9079.0, 9026.0, 9082.0, 9049.0, 9027.0, 9071.0, 9032.0, 9013.0, 9091.0, 9038.0, 9033.0, 9104.0, 9045.0, 9106.0, 9046.0, 9090.0, 9126.0, 9040.0, 9083.0, 9030.0, 9026.0, 9069.0, 9009.0, 9041.0, 9086.0, 9022.0, 9038.0, 9079.0, 9022.0, 9040.0, 9079.0, 9034.0, 9067.0, 9030.0, 9025.0, 9081.0, 9020.0, 9054.0, 9057.0, 9003.0, 9062.0, 9060.0, 9012.0, 9071.0, 9072.0, 9025.0, 9090.0, 9061.0, 9021.0, 9061.0, 9006.0, 9021.0, 9063.0, 9007.0, 9040.0, 9078.0, 9019.0, 9095.0, 9133.0, 9039.0, 9092.0, 9022.0, 9081.0, 9097.0, 9048.0, 9086.0, 9049.0, 9030.0, 9081.0, 9034.0, 9029.0, 9070.0, 9014.0, 9060.0, 9089.0, 9041.0, 9085.0, 9108.0, 9049.0, 9062.0, 9017.0, 9036.0, 9063.0, 9029.0, 9069.0, 9033.0, 9030.0, 9060.0, 9003.0, 9012.0, 9051.0, 9020.0, 9026.0, 9065.0, 9020.0, 9027.0, 9083.0, 9020.0, 9044.0, 9081.0, 9008.0, 9039.0, 9080.0, 9027.0, 9060.0, 9077.0, 9014.0, 9047.0, 9077.0, 9011.0, 9077.0, 9074.0, 9019.0, 9089.0, 9038.0, 9036.0, 9084.0, 9027.0, 9048.0, 9086.0, 9031.0, 9065.0, 9102.0, 9050.0, 9099.0, 9095.0, 9058.0, 9111.0, 9072.0, 9053.0, 9110.0, 9059.0, 9052.0, 9111.0, 9080.0, 9073.0, 9122.0, 9051.0, 9072.0, 9105.0, 9037.0, 9070.0, 9103.0, 9057.0, 9105.0, 9120.0, 9061.0, 9119.0, 9055.0, 9063.0, 9099.0, 9069.0, 9080.0, 9115.0, 9062.0, 9093.0, 9136.0, 9083.0, 9119.0, 9140.0, 9079.0, 9114.0, 9111.0, 9061.0, 9120.0, 9092.0, 9081.0, 9148.0, 9092.0, 9112.0, 9131.0, 9067.0, 9130.0, 9075.0, 9091.0, 9131.0, 9078.0, 9111.0, 9152.0, 9095.0, 9126.0, 9171.0, 9089.0, 9131.0, 9079.0, 9058.0, 9108.0, 9052.0, 9085.0, 9135.0, 9067.0, 9113.0, 9084.0, 9099.0, 9130.0, 9052.0, 9080.0, 9113.0, 9050.0, 9115.0, 9121.0, 9063.0, 9109.0, 9061.0, 9052.0, 9101.0, 9044.0, 9061.0, 9096.0, 9045.0, 9098.0, 9115.0, 9046.0, 9078.0, 9088.0, 9036.0, 9089.0, 9047.0, 9048.0, 9101.0, 9029.0, 9048.0, 9084.0, 9034.0, 9062.0, 9102.0, 9042.0, 9083.0, 9090.0, 9043.0, 9120.0, 9064.0, 9053.0, 9114.0, 9065.0, 9052.0, 9105.0, 9058.0, 9111.0, 9094.0, 9065.0, 9096.0, 9051.0, 9055.0, 9110.0, 9057.0, 9090.0, 9124.0, 9080.0, 9103.0, 9128.0, 9066.0, 9103.0, 9053.0, 9061.0, 9121.0, 9076.0, 9080.0, 9147.0, 9089.0, 9139.0, 9103.0, 9090.0, 9138.0, 9090.0, 9091.0, 9136.0, 9070.0, 9121.0, 9142.0, 9080.0, 9139.0, 9081.0, 9058.0, 9111.0, 9068.0, 9071.0, 9128.0, 9057.0, 9088.0, 9123.0, 9062.0, 9137.0, 9101.0, 9077.0, 9123.0, 9079.0, 9071.0, 9115.0, 9057.0, 9098.0, 9138.0, 9076.0, 9104.0, 9147.0, 9084.0, 9112.0, 9116.0, 9080.0, 9116.0, 9091.0, 9084.0, 9152.0, 9078.0, 9094.0, 9132.0, 9067.0, 9096.0, 9134.0, 9092.0, 9133.0, 9135.0, 9099.0, 9126.0, 9081.0, 9085.0, 9142.0, 9088.0, 9124.0, 9153.0, 9104.0, 9138.0, 9135.0, 9090.0, 9151.0, 9122.0, 9115.0, 9157.0, 9090.0, 9149.0, 9138.0, 9102.0, 9164.0, 9133.0, 9118.0, 9157.0, 9111.0, 9146.0, 9147.0, 9094.0, 9146.0, 9114.0, 9092.0, 9157.0, 9105.0, 9105.0, 9146.0, 9071.0, 9106.0, 9125.0, 9071.0, 9126.0, 9082.0, 9080.0, 9123.0, 9075.0, 9118.0, 9108.0, 9065.0, 9129.0, 9065.0, 9086.0, 9123.0, 9053.0, 9087.0, 9123.0, 9078.0, 9118.0, 9082.0, 9092.0, 9130.0, 9040.0, 9079.0, 9129.0, 9076.0, 9116.0, 9067.0, 9100.0, 9145.0, 9082.0, 9115.0, 9118.0, 9083.0, 9147.0, 9094.0, 9098.0, 9153.0, 9068.0, 9098.0, 9144.0, 9090.0, 9127.0, 9103.0, 9083.0, 9138.0, 9080.0, 9106.0, 9136.0, 9084.0, 9131.0, 9135.0, 9095.0, 9146.0, 9083.0, 9095.0, 9135.0, 9082.0, 9135.0, 9168.0, 9097.0, 9162.0, 9124.0, 9108.0, 9151.0, 9089.0, 9112.0, 9161.0, 9077.0, 9138.0, 9120.0, 9097.0, 9156.0, 9079.0, 9105.0, 9127.0, 9070.0, 9114.0, 9148.0, 9100.0, 9156.0, 9106.0, 9097.0, 9138.0, 9065.0, 9097.0, 9114.0, 9067.0, 9132.0, 9079.0, 9104.0, 9137.0, 9104.0, 9121.0, 9159.0, 9084.0, 9136.0, 9108.0, 9086.0, 9132.0, 9103.0, 9110.0, 9161.0, 9111.0, 9130.0, 9146.0, 9103.0, 9125.0, 9106.0, 9082.0, 9144.0, 9076.0, 9088.0, 9077.0, 9111.0, 9139.0, 9094.0, 9129.0, 9168.0, 9093.0, 9144.0, 9121.0, 9094.0, 9151.0, 9078.0, 9114.0, 9142.0, 9079.0, 9122.0, 9112.0, 9077.0, 9145.0, 9104.0, 9110.0, 9131.0, 9073.0, 9106.0, 9141.0, 9077.0, 9117.0, 9071.0, 9065.0, 9120.0, 9059.0, 9092.0, 9132.0, 9080.0, 9125.0, 9126.0, 9084.0, 9142.0, 9076.0, 9116.0, 9148.0, 9094.0, 9124.0, 9146.0, 9084.0, 9135.0, 9087.0, 9079.0, 9131.0, 9074.0, 9114.0, 9149.0, 9079.0, 9110.0, 9089.0, 9082.0, 9129.0, 9079.0, 9108.0, 9147.0, 9091.0, 9135.0, 9143.0, 9085.0, 9156.0, 9096.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.001226551724137931</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.046338783410997196</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.37515885078362</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1558809771735084</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.944994262705225</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4686</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5534.8071</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0789785753729153</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.3727865796831314</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3313847513394212</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3394972169493125</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5176198490661745</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1370371880027763</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0106451</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011003694497048855</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017264291644096375</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1073</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.157497333726472</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>33.7713</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.7999</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.9943</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303455.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>728.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.1548</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8388</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>488.5015</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3323.6375</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3498.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73089.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1260.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4288.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.3658</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.877152983797714</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> |