=== 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-0003 --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-0003",
"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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-01/func/sub-0003_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>6294c926afefe169459181814515e0e4</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>13:47:24.270000</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.999526, -0.0100957, -0.0290721, 0.0134335, 0.99304, 0.117009]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.103637</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>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7757, -7277, 567, -12, -39, 45, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>242.849</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b9e85557-a7ea-4862-8926-3f119cdfeed3||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.6816561222076416, 0.03604097291827202, -0.07475881278514862, 114.80985260009766], [0.02708595059812069, 2.6642537117004395, 0.3168281614780426, -101.72257995605469], [-0.07799824327230453, -0.3139256536960602, 2.6803042888641357, -48.0401496887207], [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': ['134724.270000', '134724.730000', '134725.190000', '134725.650000', '134726.110000', '134726.570000', '134727.030000', '134727.490000', '134727.950000', '134728.410000', '134728.870000', '134729.330000', '134729.790000', '134730.250000', '134730.710000', '134731.170000', '134731.630000', '134732.090000', '134732.550000', '134733.010000', '134733.470000', '134733.930000', '134734.390000', '134734.850000', '134735.310000', '134735.770000', '134736.230000', '134736.690000', '134737.150000', '134737.610000', '134738.070000', '134738.530000', '134738.990000', '134739.450000', '134739.910000', '134740.370000', '134740.830000', '134741.290000', '134741.750000', '134742.210000', '134742.670000', '134743.130000', '134743.590000', '134744.050000', '134744.510000', '134744.970000', '134745.430000', '134745.890000', '134746.350000', '134746.810000', '134747.270000', '134747.730000', '134748.190000', '134748.650000', '134749.110000', '134749.570000', '134750.030000', '134750.490000', '134750.950000', '134751.410000', '134751.870000', '134752.330000', '134752.790000', '134753.250000', '134753.710000', '134754.170000', '134754.630000', '134755.090000', '134755.550000', '134756.010000', '134756.470000', '134756.930000', '134757.390000', '134757.850000', '134758.310000', '134758.770000', '134759.230000', '134759.690000', '134800.150000', '134800.610000', '134801.070000', '134801.530000', '134801.990000', '134802.450000', '134802.910000', '134803.370000', '134803.830000', '134804.290000', '134804.750000', '134805.210000', '134805.670000', '134806.130000', '134806.590000', '134807.050000', '134807.510000', '134807.970000', '134808.430000', '134808.890000', '134809.350000', '134809.810000', '134810.270000', '134810.730000', '134811.190000', '134811.650000', '134812.110000', '134812.570000', '134813.030000', '134813.490000', '134813.950000', '134814.410000', '134814.870000', '134815.330000', '134815.790000', '134816.250000', '134816.710000', '134817.170000', '134817.630000', '134818.090000', '134818.550000', '134819.010000', '134819.470000', '134819.930000', '134820.390000', '134820.850000', '134821.310000', '134821.770000', '134822.230000', '134822.690000', '134823.150000', '134823.610000', '134824.070000', '134824.530000', '134824.990000', '134825.450000', '134825.910000', '134826.370000', '134826.830000', '134827.290000', '134827.750000', '134828.210000', '134828.670000', '134829.130000', '134829.590000', '134830.050000', '134830.510000', '134830.970000', '134831.430000', '134831.890000', '134832.350000', '134832.810000', '134833.270000', '134833.730000', '134834.190000', '134834.650000', '134835.110000', '134835.570000', '134836.030000', '134836.490000', '134836.950000', '134837.410000', '134837.870000', '134838.330000', '134838.790000', '134839.250000', '134839.710000', '134840.170000', '134840.630000', '134841.090000', '134841.550000', '134842.010000', '134842.470000', '134842.930000', '134843.390000', '134843.850000', '134844.310000', '134844.770000', '134845.230000', '134845.690000', '134846.150000', '134846.610000', '134847.070000', '134847.530000', '134847.990000', '134848.450000', '134848.910000', '134849.370000', '134849.830000', '134850.290000', '134850.750000', '134851.210000', '134851.670000', '134852.130000', '134852.590000', '134853.050000', '134853.510000', '134853.970000', '134854.430000', '134854.890000', '134855.350000', '134855.810000', '134856.270000', '134856.730000', '134857.190000', '134857.650000', '134858.110000', '134858.570000', '134859.030000', '134859.490000', '134859.950000', '134900.410000', '134900.870000', '134901.330000', '134901.790000', '134902.250000', '134902.710000', '134903.170000', '134903.630000', '134904.090000', '134904.550000', '134905.010000', '134905.470000', '134905.930000', '134906.390000', '134906.850000', '134907.310000', '134907.770000', '134908.230000', '134908.690000', '134909.150000', '134909.610000', '134910.070000', '134910.530000', '134910.990000', '134911.450000', '134911.910000', '134912.370000', '134912.830000', '134913.290000', '134913.750000', '134914.210000', '134914.670000', '134915.130000', '134915.590000', '134916.050000', '134916.510000', '134916.970000', '134917.430000', '134917.890000', '134918.350000', '134918.810000', '134919.270000', '134919.730000', '134920.190000', '134920.650000', '134921.110000', '134921.570000', '134922.030000', '134922.490000', '134922.950000', '134923.410000', '134923.870000', '134924.330000', '134924.790000', '134925.250000', '134925.710000', '134926.170000', '134926.630000', '134927.090000', '134927.550000', '134928.010000', '134928.470000', '134928.930000', '134929.390000', '134929.850000', '134930.310000', '134930.770000', '134931.230000', '134931.690000', '134932.150000', '134932.610000', '134933.070000', '134933.530000', '134933.990000', '134934.450000', '134934.910000', '134935.370000', '134935.830000', '134936.290000', '134936.750000', '134937.210000', '134937.670000', '134938.130000', '134938.590000', '134939.050000', '134939.510000', '134939.970000', '134940.430000', '134940.890000', '134941.350000', '134941.810000', '134942.270000', '134942.730000', '134943.190000', '134943.650000', '134944.110000', '134944.570000', '134945.030000', '134945.490000', '134945.950000', '134946.410000', '134946.870000', '134947.330000', '134947.790000', '134948.250000', '134948.710000', '134949.170000', '134949.630000', '134950.090000', '134950.550000', '134951.010000', '134951.470000', '134951.930000', '134952.390000', '134952.850000', '134953.310000', '134953.770000', '134954.230000', '134954.690000', '134955.150000', '134955.610000', '134956.070000', '134956.530000', '134956.990000', '134957.450000', '134957.910000', '134958.370000', '134958.830000', '134959.290000', '134959.750000', '135000.210000', '135000.670000', '135001.130000', '135001.590000', '135002.050000', '135002.510000', '135002.970000', '135003.430000', '135003.890000', '135004.350000', '135004.810000', '135005.270000', '135005.730000', '135006.190000', '135006.650000', '135007.110000', '135007.570000', '135008.030000', '135008.490000', '135008.950000', '135009.410000', '135009.870000', '135010.330000', '135010.790000', '135011.250000', '135011.710000', '135012.170000', '135012.630000', '135013.090000', '135013.550000', '135014.010000', '135014.470000', '135014.930000', '135015.390000', '135015.850000', '135016.310000', '135016.770000', '135017.230000', '135017.690000', '135018.150000', '135018.610000', '135019.070000', '135019.530000', '135019.990000', '135020.450000', '135020.910000', '135021.370000', '135021.830000', '135022.290000', '135022.750000', '135023.210000', '135023.670000', '135024.130000', '135024.590000', '135025.050000', '135025.510000', '135025.970000', '135026.430000', '135026.890000', '135027.350000', '135027.810000', '135028.270000', '135028.730000', '135029.190000', '135029.650000', '135030.110000', '135030.570000', '135031.030000', '135031.490000', '135031.950000', '135032.410000', '135032.870000', '135033.330000', '135033.790000', '135034.250000', '135034.710000', '135035.170000', '135035.630000', '135036.090000', '135036.550000', '135037.010000', '135037.470000', '135037.930000', '135038.390000', '135038.850000', '135039.310000', '135039.770000', '135040.230000', '135040.690000', '135041.150000', '135041.610000', '135042.070000', '135042.530000', '135042.990000', '135043.450000', '135043.910000', '135044.370000', '135044.830000', '135045.290000', '135045.750000', '135046.210000', '135046.670000', '135047.130000', '135047.590000', '135048.050000', '135048.510000', '135048.970000', '135049.430000', '135049.890000', '135050.350000', '135050.810000', '135051.270000', '135051.730000', '135052.190000', '135052.650000', '135053.110000', '135053.570000', '135054.030000', '135054.490000', '135054.950000', '135055.410000', '135055.870000', '135056.330000', '135056.790000', '135057.250000', '135057.710000', '135058.170000', '135058.630000', '135059.090000', '135059.550000', '135100.010000', '135100.470000', '135100.930000', '135101.390000', '135101.850000', '135102.310000', '135102.770000', '135103.230000', '135103.690000', '135104.150000', '135104.610000', '135105.070000', '135105.530000', '135105.990000', '135106.450000', '135106.910000', '135107.370000', '135107.830000', '135108.290000', '135108.750000', '135109.210000', '135109.670000', '135110.130000', '135110.590000', '135111.050000', '135111.510000', '135111.970000', '135112.430000', '135112.890000', '135113.350000', '135113.810000', '135114.270000', '135114.730000', '135115.190000', '135115.650000', '135116.110000', '135116.570000', '135117.030000', '135117.490000', '135117.950000', '135118.410000', '135118.870000', '135119.330000', '135119.790000', '135120.250000', '135120.710000', '135121.170000', '135121.630000', '135122.090000', '135122.550000', '135123.010000', '135123.470000', '135123.930000', '135124.390000', '135124.850000', '135125.310000', '135125.770000', '135126.230000', '135126.690000', '135127.150000', '135127.610000', '135128.070000', '135128.530000', '135128.990000', '135129.450000', '135129.910000', '135130.370000', '135130.830000', '135131.290000', '135131.750000', '135132.210000', '135132.670000', '135133.130000', '135133.590000', '135134.050000', '135134.510000', '135134.970000', '135135.430000', '135135.890000', '135136.350000', '135136.810000', '135137.270000', '135137.730000', '135138.190000', '135138.650000', '135139.110000', '135139.570000', '135140.030000', '135140.490000', '135140.950000', '135141.410000', '135141.870000', '135142.330000', '135142.790000', '135143.250000', '135143.710000', '135144.170000', '135144.630000', '135145.090000', '135145.550000', '135146.010000', '135146.470000', '135146.930000', '135147.390000', '135147.850000', '135148.310000', '135148.770000', '135149.230000', '135149.690000', '135150.150000', '135150.610000', '135151.070000', '135151.530000', '135151.990000', '135152.450000', '135152.910000', '135153.370000', '135153.830000', '135154.290000', '135154.750000', '135155.210000', '135155.670000', '135156.130000', '135156.590000', '135157.050000', '135157.510000', '135157.970000', '135158.430000', '135158.890000', '135159.350000', '135159.810000', '135200.270000', '135200.730000', '135201.190000', '135201.650000', '135202.110000', '135202.570000', '135203.030000', '135203.490000', '135203.950000', '135204.410000', '135204.870000', '135205.330000', '135205.790000', '135206.250000', '135206.710000', '135207.170000', '135207.630000', '135208.090000', '135208.550000', '135209.010000', '135209.470000', '135209.930000', '135210.390000', '135210.850000', '135211.310000', '135211.770000', '135212.230000', '135212.690000', '135213.150000', '135213.610000', '135214.070000', '135214.530000', '135214.990000', '135215.450000', '135215.910000', '135216.370000', '135216.830000', '135217.290000', '135217.750000', '135218.210000', '135218.670000', '135219.130000', '135219.590000', '135220.050000', '135220.510000', '135220.970000', '135221.430000', '135221.890000', '135222.350000', '135222.810000', '135223.270000', '135223.730000', '135224.190000', '135224.650000', '135225.110000', '135225.570000', '135226.030000', '135226.490000', '135226.950000', '135227.410000', '135227.870000', '135228.330000', '135228.790000', '135229.250000', '135229.710000', '135230.170000', '135230.630000', '135231.090000', '135231.550000', '135232.010000', '135232.470000', '135232.930000', '135233.390000', '135233.850000', '135234.310000', '135234.770000', '135235.230000', '135235.690000', '135236.150000', '135236.610000', '135237.070000', '135237.530000', '135237.990000', '135238.450000', '135238.910000', '135239.370000', '135239.830000', '135240.290000', '135240.750000', '135241.210000', '135241.670000', '135242.130000', '135242.590000', '135243.050000', '135243.510000', '135243.970000', '135244.430000', '135244.890000', '135245.350000', '135245.810000', '135246.270000', '135246.730000', '135247.190000', '135247.650000', '135248.110000', '135248.570000', '135249.030000', '135249.490000', '135249.950000', '135250.410000', '135250.870000', '135251.330000', '135251.790000', '135252.250000', '135252.710000', '135253.170000', '135253.630000', '135254.090000', '135254.550000', '135255.010000', '135255.470000', '135255.930000', '135256.390000', '135256.850000', '135257.310000', '135257.770000', '135258.230000', '135258.690000', '135259.150000', '135259.610000', '135300.070000', '135300.530000', '135300.990000', '135301.450000', '135301.910000', '135302.370000', '135302.830000', '135303.290000', '135303.750000', '135304.210000', '135304.670000', '135305.130000', '135305.590000', '135306.050000', '135306.510000', '135306.970000', '135307.430000', '135307.890000', '135308.350000', '135308.810000', '135309.270000', '135309.730000', '135310.190000', '135310.650000', '135311.110000', '135311.570000', '135312.030000', '135312.490000', '135312.950000', '135313.410000', '135313.870000', '135314.330000', '135314.790000', '135315.250000', '135315.710000', '135316.170000', '135316.630000', '135317.090000', '135317.550000', '135318.010000', '135318.470000', '135318.930000', '135319.390000', '135319.850000', '135320.310000', '135320.770000', '135321.230000', '135321.690000', '135322.150000', '135322.610000', '135323.070000', '135323.530000', '135323.990000', '135324.450000', '135324.910000', '135325.370000', '135325.830000', '135326.290000', '135326.750000', '135327.210000', '135327.670000', '135328.130000', '135328.590000', '135329.050000', '135329.510000', '135329.970000', '135330.430000', '135330.890000', '135331.350000', '135331.810000', '135332.270000', '135332.730000', '135333.190000', '135333.650000', '135334.110000', '135334.570000', '135335.030000', '135335.490000', '135335.950000', '135336.410000', '135336.870000', '135337.330000', '135337.790000', '135338.250000', '135338.710000', '135339.170000', '135339.630000', '135340.090000', '135340.550000', '135341.010000', '135341.470000', '135341.930000', '135342.390000', '135342.850000', '135343.310000', '135343.770000', '135344.230000', '135344.690000', '135345.150000', '135345.610000', '135346.070000', '135346.530000', '135346.990000', '135347.450000', '135347.910000', '135348.370000', '135348.830000', '135349.290000', '135349.750000', '135350.210000', '135350.670000', '135351.130000', '135351.590000', '135352.050000', '135352.510000', '135352.970000', '135353.430000', '135353.890000', '135354.350000', '135354.810000', '135355.270000', '135355.730000', '135356.190000', '135356.650000', '135357.110000', '135357.570000', '135358.030000', '135358.490000', '135358.950000', '135359.410000', '135359.870000', '135400.330000', '135400.790000', '135401.250000', '135401.710000', '135402.170000', '135402.630000', '135403.090000', '135403.550000', '135404.010000', '135404.470000', '135404.930000', '135405.390000', '135405.850000', '135406.310000', '135406.770000', '135407.230000', '135407.690000', '135408.150000', '135408.610000', '135409.070000', '135409.530000', '135409.990000', '135410.450000', '135410.910000', '135411.370000', '135411.830000', '135412.290000', '135412.750000', '135413.210000', '135413.670000', '135414.130000', '135414.590000', '135415.050000', '135415.510000', '135415.970000', '135416.430000', '135416.890000', '135417.350000', '135417.810000', '135418.270000', '135418.730000', '135419.190000', '135419.650000', '135420.110000', '135420.570000', '135421.030000', '135421.490000', '135421.950000', '135422.410000', '135422.870000', '135423.330000', '135423.790000', '135424.250000', '135424.710000', '135425.170000', '135425.630000', '135426.090000', '135426.550000', '135427.010000', '135427.470000', '135427.930000', '135428.390000', '135428.850000', '135429.310000', '135429.770000', '135430.230000', '135430.690000', '135431.150000', '135431.610000', '135432.070000', '135432.530000', '135432.990000', '135433.450000', '135433.910000', '135434.370000', '135434.830000', '135435.290000', '135435.750000', '135436.210000', '135436.670000', '135437.130000', '135437.590000', '135438.050000', '135438.510000', '135438.970000', '135439.430000', '135439.890000', '135440.350000', '135440.810000', '135441.270000', '135441.730000', '135442.190000', '135442.650000', '135443.110000', '135443.570000', '135444.030000', '135444.490000', '135444.950000', '135445.410000', '135445.870000', '135446.330000', '135446.790000', '135447.250000', '135447.710000', '135448.170000', '135448.630000', '135449.090000', '135449.550000', '135450.010000', '135450.470000', '135450.930000', '135451.390000', '135451.850000', '135452.310000', '135452.770000', '135453.230000', '135453.690000', '135454.150000', '135454.610000', '135455.070000', '135455.530000', '135455.990000', '135456.450000', '135456.910000', '135457.370000', '135457.830000', '135458.290000', '135458.750000', '135459.210000', '135459.670000', '135500.130000', '135500.590000', '135501.050000', '135501.510000', '135501.970000', '135502.430000', '135502.890000', '135503.350000', '135503.810000', '135504.270000', '135504.730000', '135505.190000', '135505.650000', '135506.110000', '135506.570000', '135507.030000', '135507.490000', '135507.950000', '135508.410000', '135508.870000', '135509.330000', '135509.790000', '135510.250000', '135510.710000', '135511.170000', '135511.630000', '135512.090000', '135512.550000', '135513.010000', '135513.470000', '135513.930000', '135514.390000', '135514.850000', '135515.310000', '135515.770000', '135516.230000', '135516.690000', '135517.150000', '135517.610000', '135518.070000', '135518.530000', '135518.990000', '135519.450000', '135519.910000', '135520.370000', '135520.830000', '135521.290000', '135521.750000', '135522.210000', '135522.670000', '135523.130000', '135523.590000', '135524.050000', '135524.510000', '135524.970000', '135525.430000', '135525.890000', '135526.350000', '135526.810000', '135527.270000', '135527.730000', '135528.190000', '135528.650000', '135529.110000', '135529.570000', '135530.030000', '135530.490000', '135530.950000', '135531.410000', '135531.870000', '135532.330000', '135532.790000', '135533.250000', '135533.710000', '135534.170000', '135534.630000', '135535.090000', '135535.550000', '135536.010000', '135536.470000', '135536.930000', '135537.390000'], 'ContentTime': ['134751.713000', '134751.717000', '134751.720000', '134751.722000', '134751.725000', '134751.728000', '134751.731000', '134751.734000', '134751.737000', '134751.739000', '134751.742000', '134751.745000', '134751.748000', '134751.752000', '134751.759000', '134751.762000', '134751.764000', '134751.767000', '134751.770000', '134751.773000', '134751.776000', '134751.779000', '134751.781000', '134751.784000', '134751.787000', '134751.790000', '134751.793000', '134751.796000', '134751.798000', '134751.801000', '134751.804000', '134751.807000', '134751.810000', '134751.812000', '134751.815000', '134751.818000', '134751.821000', '134751.824000', '134751.826000', '134751.829000', '134751.832000', '134751.835000', '134751.837000', '134751.840000', '134751.843000', '134751.846000', '134751.849000', '134751.851000', '134751.854000', '134751.862000', '134751.864000', '134751.867000', '134751.870000', '134751.873000', '134751.876000', '134751.879000', '134751.881000', '134811.679000', '134811.682000', '134811.685000', '134811.687000', '134811.690000', '134811.693000', '134811.696000', '134811.699000', '134811.702000', '134811.704000', '134811.713000', '134811.716000', '134811.718000', '134811.721000', '134811.724000', '134811.727000', '134811.730000', '134811.732000', '134811.735000', '134811.743000', '134811.746000', '134811.749000', '134811.752000', '134811.755000', '134811.757000', '134811.760000', '134811.763000', '134811.771000', '134811.774000', '134811.777000', '134811.780000', '134811.783000', '134811.785000', '134811.788000', '134811.791000', '134811.794000', '134811.796000', '134811.799000', '134811.802000', '134811.805000', '134811.808000', '134811.811000', '134811.814000', '134811.817000', '134831.678000', '134831.681000', '134831.684000', '134831.687000', '134831.689000', '134831.693000', '134831.695000', '134831.698000', '134831.701000', '134831.704000', '134831.707000', '134831.711000', '134831.714000', '134831.717000', '134831.720000', '134831.723000', '134831.725000', '134831.728000', '134831.731000', '134831.734000', '134831.737000', '134831.740000', '134831.743000', '134831.745000', '134831.748000', '134831.751000', '134831.754000', '134831.757000', '134831.760000', '134831.763000', '134831.766000', '134831.768000', '134831.771000', '134831.775000', '134831.778000', '134831.780000', '134831.783000', '134831.786000', '134831.789000', '134831.792000', '134831.795000', '134831.798000', '134831.800000', '134851.678000', '134851.681000', '134851.684000', '134851.687000', '134851.689000', '134851.692000', '134851.695000', '134851.698000', '134851.701000', '134851.704000', '134851.707000', '134851.710000', '134851.712000', '134851.715000', '134851.718000', '134851.721000', '134851.724000', '134851.726000', '134851.729000', '134851.732000', '134851.735000', '134851.738000', '134851.741000', '134851.743000', '134851.746000', '134851.749000', '134851.752000', '134851.755000', '134851.766000', '134851.769000', '134851.772000', '134851.775000', '134851.777000', '134851.780000', '134851.783000', '134851.786000', '134851.789000', '134851.791000', '134851.794000', '134851.797000', '134851.800000', '134851.803000', '134851.806000', '134851.809000', '134911.678000', '134911.681000', '134911.684000', '134911.686000', '134911.689000', '134911.692000', '134911.695000', '134911.698000', '134911.701000', '134911.704000', '134911.706000', '134911.709000', '134911.712000', '134911.715000', '134911.718000', '134911.721000', '134911.724000', '134911.726000', '134911.729000', '134911.732000', '134911.735000', '134911.738000', '134911.741000', '134911.743000', '134911.746000', '134911.749000', '134911.752000', '134911.755000', '134911.758000', '134911.760000', '134911.763000', '134911.766000', '134911.779000', '134911.782000', '134911.784000', '134911.787000', '134911.790000', '134911.793000', '134911.796000', '134911.799000', '134911.802000', '134911.805000', '134911.808000', '134931.679000', '134931.682000', '134931.685000', '134931.687000', '134931.690000', '134931.693000', '134931.696000', '134931.699000', '134931.711000', '134931.714000', '134931.717000', '134931.720000', '134931.722000', '134931.725000', '134931.728000', '134931.731000', '134931.734000', '134931.737000', '134931.739000', '134931.742000', '134931.745000', '134931.748000', '134931.751000', '134931.754000', '134931.757000', '134931.760000', '134931.762000', '134931.765000', '134931.768000', '134931.771000', '134931.774000', '134931.776000', '134931.779000', '134931.789000', '134931.791000', '134931.794000', '134931.797000', '134931.800000', '134931.803000', '134931.806000', '134931.808000', '134931.811000', '134931.814000', '134931.817000', '134951.679000', '134951.682000', '134951.685000', '134951.688000', '134951.690000', '134951.693000', '134951.696000', '134951.699000', '134951.702000', '134951.705000', '134951.707000', '134951.711000', '134951.713000', '134951.716000', '134951.719000', '134951.722000', '134951.725000', '134951.728000', '134951.730000', '134951.733000', '134951.736000', '134951.739000', '134951.755000', '134951.758000', '134951.761000', '134951.764000', '134951.767000', '134951.770000', '134951.773000', '134951.775000', '134951.778000', '134951.781000', '134951.784000', '134951.787000', '134951.789000', '134951.792000', '134951.795000', '134951.798000', '134951.801000', '134951.804000', '134951.807000', '134951.810000', '134951.813000', '135011.679000', '135011.682000', '135011.685000', '135011.687000', '135011.696000', '135011.699000', '135011.702000', '135011.705000', '135011.708000', '135011.710000', '135011.713000', '135011.716000', '135011.719000', '135011.722000', '135011.725000', '135011.727000', '135011.730000', '135011.741000', '135011.744000', '135011.746000', '135011.749000', '135011.752000', '135011.755000', '135011.758000', '135011.761000', '135011.764000', '135011.766000', '135011.769000', '135011.772000', '135011.775000', '135011.778000', '135011.780000', '135011.783000', '135011.786000', '135011.789000', '135011.792000', '135011.795000', '135011.798000', '135011.800000', '135011.803000', '135011.806000', '135011.809000', '135011.812000', '135011.814000', '135031.679000', '135031.682000', '135031.685000', '135031.688000', '135031.690000', '135031.693000', '135031.696000', '135031.699000', '135031.702000', '135031.705000', '135031.708000', '135031.710000', '135031.713000', '135031.716000', '135031.719000', '135031.722000', '135031.725000', '135031.727000', '135031.730000', '135031.733000', '135031.736000', '135031.739000', '135031.742000', '135031.744000', '135031.747000', '135031.758000', '135031.761000', '135031.763000', '135031.766000', '135031.769000', '135031.772000', '135031.775000', '135031.778000', '135031.780000', '135031.783000', '135031.786000', '135031.789000', '135031.792000', '135031.794000', '135031.797000', '135031.800000', '135031.803000', '135031.806000', '135051.678000', '135051.681000', '135051.684000', '135051.687000', '135051.689000', '135051.692000', '135051.695000', '135051.698000', '135051.701000', '135051.704000', '135051.706000', '135051.709000', '135051.712000', '135051.715000', '135051.718000', '135051.721000', '135051.724000', '135051.727000', '135051.729000', '135051.732000', '135051.735000', '135051.738000', '135051.741000', '135051.744000', '135051.747000', '135051.750000', '135051.753000', '135051.756000', '135051.758000', '135051.761000', '135051.764000', '135051.767000', '135051.770000', '135051.773000', '135051.775000', '135051.778000', '135051.781000', '135051.784000', '135051.787000', '135051.790000', '135051.793000', '135051.795000', '135051.798000', '135051.801000', '135111.678000', '135111.681000', '135111.684000', '135111.687000', '135111.690000', '135111.693000', '135111.695000', '135111.698000', '135111.701000', '135111.704000', '135111.707000', '135111.710000', '135111.713000', '135111.716000', '135111.718000', '135111.721000', '135111.724000', '135111.727000', '135111.730000', '135111.733000', '135111.736000', '135111.739000', '135111.741000', '135111.744000', '135111.747000', '135111.750000', '135111.753000', '135111.756000', '135111.758000', '135111.761000', '135111.764000', '135111.767000', '135111.770000', '135111.773000', '135111.775000', '135111.778000', '135111.781000', '135111.784000', '135111.788000', '135111.791000', '135111.794000', '135111.797000', '135111.799000', '135131.678000', '135131.681000', '135131.684000', '135131.687000', '135131.700000', '135131.702000', '135131.705000', '135131.708000', '135131.711000', '135131.714000', '135131.717000', '135131.719000', '135131.722000', '135131.725000', '135131.728000', '135131.731000', '135131.734000', '135131.736000', '135131.740000', '135131.742000', '135131.745000', '135131.748000', '135131.751000', '135131.754000', '135131.757000', '135131.760000', '135131.763000', '135131.765000', '135131.768000', '135131.771000', '135131.774000', '135131.777000', '135131.780000', '135131.783000', '135131.786000', '135131.798000', '135131.800000', '135131.803000', '135131.806000', '135131.809000', '135131.812000', '135131.815000', '135131.818000', '135131.820000', '135151.679000', '135151.682000', '135151.685000', '135151.687000', '135151.690000', '135151.693000', '135151.696000', '135151.699000', '135151.702000', '135151.704000', '135151.707000', '135151.710000', '135151.713000', '135151.716000', '135151.719000', '135151.721000', '135151.724000', '135151.727000', '135151.730000', '135151.733000', '135151.736000', '135151.739000', '135151.742000', '135151.745000', '135151.747000', '135151.750000', '135151.753000', '135151.756000', '135151.759000', '135151.762000', '135151.764000', '135151.767000', '135151.770000', '135151.773000', '135151.776000', '135151.779000', '135151.781000', '135151.784000', '135151.787000', '135151.790000', '135151.793000', '135151.796000', '135151.808000', '135211.679000', '135211.682000', '135211.685000', '135211.688000', '135211.690000', '135211.693000', '135211.696000', '135211.699000', '135211.702000', '135211.705000', '135211.708000', '135211.710000', '135211.713000', '135211.716000', '135211.719000', '135211.722000', '135211.725000', '135211.728000', '135211.730000', '135211.733000', '135211.736000', '135211.739000', '135211.742000', '135211.745000', '135211.748000', '135211.750000', '135211.753000', '135211.756000', '135211.759000', '135211.762000', '135211.765000', '135211.768000', '135211.770000', '135211.773000', '135211.776000', '135211.779000', '135211.782000', '135211.785000', '135211.788000', '135211.790000', '135211.793000', '135211.796000', '135211.799000', '135211.802000', '135231.679000', '135231.682000', '135231.685000', '135231.688000', '135231.690000', '135231.693000', '135231.696000', '135231.699000', '135231.702000', '135231.705000', '135231.708000', '135231.711000', '135231.713000', '135231.716000', '135231.719000', '135231.722000', '135231.725000', '135231.728000', '135231.731000', '135231.734000', '135231.736000', '135231.739000', '135231.742000', '135231.745000', '135231.748000', '135231.751000', '135231.753000', '135231.757000', '135231.759000', '135231.762000', '135231.765000', '135231.775000', '135231.778000', '135231.781000', '135231.784000', '135231.787000', '135231.789000', '135231.792000', '135231.795000', '135231.798000', '135231.801000', '135231.804000', '135231.807000', '135251.679000', '135251.682000', '135251.685000', '135251.687000', '135251.690000', '135251.693000', '135251.696000', '135251.699000', '135251.702000', '135251.704000', '135251.707000', '135251.710000', '135251.713000', '135251.716000', '135251.719000', '135251.722000', '135251.724000', '135251.727000', '135251.730000', '135251.733000', '135251.740000', '135251.743000', '135251.746000', '135251.749000', '135251.752000', '135251.755000', '135251.758000', '135251.760000', '135251.763000', '135251.783000', '135251.793000', '135251.796000', '135251.799000', '135251.801000', '135251.804000', '135251.807000', '135251.810000', '135251.813000', '135251.815000', '135251.818000', '135251.821000', '135251.824000', '135251.827000', '135251.830000', '135311.678000', '135311.681000', '135311.684000', '135311.687000', '135311.689000', '135311.692000', '135311.695000', '135311.698000', '135311.701000', '135311.704000', '135311.707000', '135311.710000', '135311.712000', '135311.717000', '135311.720000', '135311.723000', '135311.726000', '135311.729000', '135311.732000', '135311.734000', '135311.737000', '135311.740000', '135311.743000', '135311.746000', '135311.749000', '135311.752000', '135311.755000', '135311.757000', '135311.760000', '135311.763000', '135311.766000', '135311.769000', '135311.772000', '135311.774000', '135311.777000', '135311.780000', '135311.783000', '135311.786000', '135311.789000', '135311.792000', '135311.794000', '135311.797000', '135311.800000', '135331.678000', '135331.681000', '135331.684000', '135331.687000', '135331.691000', '135331.696000', '135331.699000', '135331.702000', '135331.705000', '135331.707000', '135331.710000', '135331.713000', '135331.716000', '135331.719000', '135331.722000', '135331.725000', '135331.727000', '135331.730000', '135331.733000', '135331.736000', '135331.739000', '135331.742000', '135331.744000', '135331.747000', '135331.750000', '135331.753000', '135331.756000', '135331.759000', '135331.761000', '135331.764000', '135331.767000', '135331.770000', '135331.773000', '135331.776000', '135331.778000', '135331.781000', '135331.784000', '135331.787000', '135331.789000', '135331.792000', '135331.795000', '135331.798000', '135331.801000', '135351.678000', '135351.681000', '135351.684000', '135351.687000', '135351.690000', '135351.692000', '135351.695000', '135351.698000', '135351.701000', '135351.704000', '135351.707000', '135351.710000', '135351.713000', '135351.715000', '135351.718000', '135351.728000', '135351.731000', '135351.734000', '135351.737000', '135351.740000', '135351.742000', '135351.745000', '135351.748000', '135351.751000', '135351.754000', '135351.756000', '135351.759000', '135351.762000', '135351.765000', '135351.768000', '135351.771000', '135351.773000', '135351.776000', '135351.779000', '135351.782000', '135351.785000', '135351.788000', '135351.791000', '135351.793000', '135351.796000', '135351.799000', '135351.802000', '135351.805000', '135351.808000', '135411.679000', '135411.682000', '135411.685000', '135411.688000', '135411.691000', '135411.693000', '135411.696000', '135411.699000', '135411.702000', '135411.705000', '135411.708000', '135411.711000', '135411.713000', '135411.716000', '135411.719000', '135411.722000', '135411.734000', '135411.737000', '135411.740000', '135411.743000', '135411.745000', '135411.748000', '135411.751000', '135411.754000', '135411.757000', '135411.760000', '135411.763000', '135411.766000', '135411.768000', '135411.771000', '135411.774000', '135411.777000', '135411.780000', '135411.783000', '135411.786000', '135411.788000', '135411.791000', '135411.794000', '135411.797000', '135411.817000', '135411.820000', '135411.823000', '135411.826000', '135431.679000', '135431.682000', '135431.685000', '135431.688000', '135431.691000', '135431.694000', '135431.697000', '135431.699000', '135431.702000', '135431.705000', '135431.708000', '135431.711000', '135431.714000', '135431.717000', '135431.720000', '135431.722000', '135431.725000', '135431.728000', '135431.731000', '135431.734000', '135431.737000', '135431.740000', '135431.742000', '135431.745000', '135431.748000', '135431.751000', '135431.754000', '135431.756000', '135431.759000', '135431.762000', '135431.765000', '135431.768000', '135431.771000', '135431.774000', '135431.776000', '135431.779000', '135431.782000', '135431.785000', '135431.788000', '135431.791000', '135431.793000', '135431.796000', '135431.799000', '135431.807000', '135451.679000', '135451.682000', '135451.685000', '135451.688000', '135451.691000', '135451.693000', '135451.696000', '135451.699000', '135451.702000', '135451.705000', '135451.708000', '135451.718000', '135451.723000', '135451.726000', '135451.729000', '135451.732000', '135451.734000', '135451.738000', '135451.740000', '135451.743000', '135451.746000', '135451.749000', '135451.752000', '135451.755000', '135451.757000', '135451.760000', '135451.763000', '135451.766000', '135451.769000', '135451.772000', '135451.775000', '135451.777000', '135451.780000', '135451.783000', '135451.786000', '135451.789000', '135451.795000', '135451.798000', '135451.801000', '135451.804000', '135451.807000', '135451.809000', '135451.812000', '135511.679000', '135511.682000', '135511.685000', '135511.688000', '135511.691000', '135511.693000', '135511.696000', '135511.699000', '135511.702000', '135511.705000', '135511.708000', '135511.711000', '135511.714000', '135511.716000', '135511.719000', '135511.722000', '135511.725000', '135511.728000', '135511.731000', '135511.733000', '135511.736000', '135511.739000', '135511.742000', '135511.745000', '135511.748000', '135511.751000', '135511.753000', '135511.756000', '135511.759000', '135511.762000', '135511.765000', '135511.768000', '135511.771000', '135511.774000', '135511.776000', '135511.779000', '135511.782000', '135511.785000', '135511.788000', '135511.791000', '135511.794000', '135511.796000', '135511.799000', '135511.802000', '135531.678000', '135531.681000', '135531.684000', '135531.687000', '135531.690000', '135531.692000', '135531.695000', '135531.698000', '135531.701000', '135531.704000', '135531.707000', '135531.710000', '135531.713000', '135531.716000', '135531.719000', '135531.722000', '135531.724000', '135531.727000', '135531.730000', '135531.733000', '135531.736000', '135531.738000', '135531.741000', '135531.744000', '135531.747000', '135531.750000', '135531.755000', '135531.757000', '135531.761000', '135531.763000', '135531.766000', '135531.769000', '135531.772000', '135531.775000', '135531.778000', '135531.780000', '135531.802000', '135531.805000', '135531.808000', '135531.811000', '135531.814000', '135531.817000', '135531.819000', '135538.682000', '135538.685000', '135538.692000', '135538.695000', '135538.699000', '135538.702000', '135538.705000', '135538.708000', '135538.711000', '135538.714000', '135538.717000', '135538.720000', '135538.723000', '135538.726000', '135538.729000', '135538.732000'], 'InstanceCreationTime': ['134751.713000', '134751.717000', '134751.720000', '134751.722000', '134751.725000', '134751.728000', '134751.731000', '134751.734000', '134751.737000', '134751.739000', '134751.742000', '134751.745000', '134751.748000', '134751.752000', '134751.759000', '134751.762000', '134751.764000', '134751.767000', '134751.770000', '134751.773000', '134751.776000', '134751.779000', '134751.781000', '134751.784000', '134751.787000', '134751.790000', '134751.793000', '134751.796000', '134751.798000', '134751.801000', '134751.804000', '134751.807000', '134751.810000', '134751.812000', '134751.815000', '134751.818000', '134751.821000', '134751.824000', '134751.826000', '134751.829000', '134751.832000', '134751.835000', '134751.837000', '134751.840000', '134751.843000', '134751.846000', '134751.849000', '134751.851000', '134751.854000', '134751.862000', '134751.864000', '134751.867000', '134751.870000', '134751.873000', '134751.876000', '134751.879000', '134751.881000', '134811.679000', '134811.682000', '134811.685000', '134811.687000', '134811.690000', '134811.693000', '134811.696000', '134811.699000', '134811.702000', '134811.704000', '134811.713000', '134811.716000', '134811.718000', '134811.721000', '134811.724000', '134811.727000', '134811.730000', '134811.732000', '134811.735000', '134811.743000', '134811.746000', '134811.749000', '134811.752000', '134811.755000', '134811.757000', '134811.760000', '134811.763000', '134811.771000', '134811.774000', '134811.777000', '134811.780000', '134811.783000', '134811.785000', '134811.788000', '134811.791000', '134811.794000', '134811.796000', '134811.799000', '134811.802000', '134811.805000', '134811.808000', '134811.811000', '134811.814000', '134811.817000', '134831.678000', '134831.681000', '134831.684000', '134831.687000', '134831.689000', '134831.693000', '134831.695000', '134831.698000', '134831.701000', '134831.704000', '134831.707000', '134831.711000', '134831.714000', '134831.717000', '134831.720000', '134831.723000', '134831.725000', '134831.728000', '134831.731000', '134831.734000', '134831.737000', '134831.740000', '134831.743000', '134831.745000', '134831.748000', '134831.751000', '134831.754000', '134831.757000', '134831.760000', '134831.763000', '134831.766000', '134831.768000', '134831.771000', '134831.775000', '134831.778000', '134831.780000', '134831.783000', '134831.786000', '134831.789000', '134831.792000', '134831.795000', '134831.798000', '134831.800000', '134851.678000', '134851.681000', '134851.684000', '134851.687000', '134851.689000', '134851.692000', '134851.695000', '134851.698000', '134851.701000', '134851.704000', '134851.707000', '134851.710000', '134851.712000', '134851.715000', '134851.718000', '134851.721000', '134851.724000', '134851.726000', '134851.729000', '134851.732000', '134851.735000', '134851.738000', '134851.741000', '134851.743000', '134851.746000', '134851.749000', '134851.752000', '134851.755000', '134851.766000', '134851.769000', '134851.772000', '134851.775000', '134851.777000', '134851.780000', '134851.783000', '134851.786000', '134851.789000', '134851.791000', '134851.794000', '134851.797000', '134851.800000', '134851.803000', '134851.806000', '134851.809000', '134911.678000', '134911.681000', '134911.684000', '134911.686000', '134911.689000', '134911.692000', '134911.695000', '134911.698000', '134911.701000', '134911.704000', '134911.706000', '134911.709000', '134911.712000', '134911.715000', '134911.718000', '134911.721000', '134911.724000', '134911.726000', '134911.729000', '134911.732000', '134911.735000', '134911.738000', '134911.741000', '134911.743000', '134911.746000', '134911.749000', '134911.752000', '134911.755000', '134911.758000', '134911.760000', '134911.763000', '134911.766000', '134911.779000', '134911.782000', '134911.784000', '134911.787000', '134911.790000', '134911.793000', '134911.796000', '134911.799000', '134911.802000', '134911.805000', '134911.808000', '134931.679000', '134931.682000', '134931.685000', '134931.687000', '134931.690000', '134931.693000', '134931.696000', '134931.699000', '134931.711000', '134931.714000', '134931.717000', '134931.720000', '134931.722000', '134931.725000', '134931.728000', '134931.731000', '134931.734000', '134931.737000', '134931.739000', '134931.742000', '134931.745000', '134931.748000', '134931.751000', '134931.754000', '134931.757000', '134931.760000', '134931.762000', '134931.765000', '134931.768000', '134931.771000', '134931.774000', '134931.776000', '134931.779000', '134931.789000', '134931.791000', '134931.794000', '134931.797000', '134931.800000', '134931.803000', '134931.806000', '134931.808000', '134931.811000', '134931.814000', '134931.817000', '134951.679000', '134951.682000', '134951.685000', '134951.688000', '134951.690000', '134951.693000', '134951.696000', '134951.699000', '134951.702000', '134951.705000', '134951.707000', '134951.711000', '134951.713000', '134951.716000', '134951.719000', '134951.722000', '134951.725000', '134951.728000', '134951.730000', '134951.733000', '134951.736000', '134951.739000', '134951.755000', '134951.758000', '134951.761000', '134951.764000', '134951.767000', '134951.770000', '134951.773000', '134951.775000', '134951.778000', '134951.781000', '134951.784000', '134951.787000', '134951.789000', '134951.792000', '134951.795000', '134951.798000', '134951.801000', '134951.804000', '134951.807000', '134951.810000', '134951.813000', '135011.679000', '135011.682000', '135011.685000', '135011.687000', '135011.696000', '135011.699000', '135011.702000', '135011.705000', '135011.708000', '135011.710000', '135011.713000', '135011.716000', '135011.719000', '135011.722000', '135011.725000', '135011.727000', '135011.730000', '135011.741000', '135011.744000', '135011.746000', '135011.749000', '135011.752000', '135011.755000', '135011.758000', '135011.761000', '135011.764000', '135011.766000', '135011.769000', '135011.772000', '135011.775000', '135011.778000', '135011.780000', '135011.783000', '135011.786000', '135011.789000', '135011.792000', '135011.795000', '135011.798000', '135011.800000', '135011.803000', '135011.806000', '135011.809000', '135011.812000', '135011.814000', '135031.679000', '135031.682000', '135031.685000', '135031.688000', '135031.690000', '135031.693000', '135031.696000', '135031.699000', '135031.702000', '135031.705000', '135031.708000', '135031.710000', '135031.713000', '135031.716000', '135031.719000', '135031.722000', '135031.725000', '135031.727000', '135031.730000', '135031.733000', '135031.736000', '135031.739000', '135031.742000', '135031.744000', '135031.747000', '135031.758000', '135031.761000', '135031.763000', '135031.766000', '135031.769000', '135031.772000', '135031.775000', '135031.778000', '135031.780000', '135031.783000', '135031.786000', '135031.789000', '135031.792000', '135031.794000', '135031.797000', '135031.800000', '135031.803000', '135031.806000', '135051.678000', '135051.681000', '135051.684000', '135051.687000', '135051.689000', '135051.692000', '135051.695000', '135051.698000', '135051.701000', '135051.704000', '135051.706000', '135051.709000', '135051.712000', '135051.715000', '135051.718000', '135051.721000', '135051.724000', '135051.727000', '135051.729000', '135051.732000', '135051.735000', '135051.738000', '135051.741000', '135051.744000', '135051.747000', '135051.750000', '135051.753000', '135051.756000', '135051.758000', '135051.761000', '135051.764000', '135051.767000', '135051.770000', '135051.773000', '135051.775000', '135051.778000', '135051.781000', '135051.784000', '135051.787000', '135051.790000', '135051.793000', '135051.795000', '135051.798000', '135051.801000', '135111.678000', '135111.681000', '135111.684000', '135111.687000', '135111.690000', '135111.693000', '135111.695000', '135111.698000', '135111.701000', '135111.704000', '135111.707000', '135111.710000', '135111.713000', '135111.716000', '135111.718000', '135111.721000', '135111.724000', '135111.727000', '135111.730000', '135111.733000', '135111.736000', '135111.739000', '135111.741000', '135111.744000', '135111.747000', '135111.750000', '135111.753000', '135111.756000', '135111.758000', '135111.761000', '135111.764000', '135111.767000', '135111.770000', '135111.773000', '135111.775000', '135111.778000', '135111.781000', '135111.784000', '135111.788000', '135111.791000', '135111.794000', '135111.797000', '135111.799000', '135131.678000', '135131.681000', '135131.684000', '135131.687000', '135131.700000', '135131.702000', '135131.705000', '135131.708000', '135131.711000', '135131.714000', '135131.717000', '135131.719000', '135131.722000', '135131.725000', '135131.728000', '135131.731000', '135131.734000', '135131.736000', '135131.740000', '135131.742000', '135131.745000', '135131.748000', '135131.751000', '135131.754000', '135131.757000', '135131.760000', '135131.763000', '135131.765000', '135131.768000', '135131.771000', '135131.774000', '135131.777000', '135131.780000', '135131.783000', '135131.786000', '135131.798000', '135131.800000', '135131.803000', '135131.806000', '135131.809000', '135131.812000', '135131.815000', '135131.818000', '135131.820000', '135151.679000', '135151.682000', '135151.685000', '135151.687000', '135151.690000', '135151.693000', '135151.696000', '135151.699000', '135151.702000', '135151.704000', '135151.707000', '135151.710000', '135151.713000', '135151.716000', '135151.719000', '135151.721000', '135151.724000', '135151.727000', '135151.730000', '135151.733000', '135151.736000', '135151.739000', '135151.742000', '135151.745000', '135151.747000', '135151.750000', '135151.753000', '135151.756000', '135151.759000', '135151.762000', '135151.764000', '135151.767000', '135151.770000', '135151.773000', '135151.776000', '135151.779000', '135151.781000', '135151.784000', '135151.787000', '135151.790000', '135151.793000', '135151.796000', '135151.808000', '135211.679000', '135211.682000', '135211.685000', '135211.688000', '135211.690000', '135211.693000', '135211.696000', '135211.699000', '135211.702000', '135211.705000', '135211.708000', '135211.710000', '135211.713000', '135211.716000', '135211.719000', '135211.722000', '135211.725000', '135211.728000', '135211.730000', '135211.733000', '135211.736000', '135211.739000', '135211.742000', '135211.745000', '135211.748000', '135211.750000', '135211.753000', '135211.756000', '135211.759000', '135211.762000', '135211.765000', '135211.768000', '135211.770000', '135211.773000', '135211.776000', '135211.779000', '135211.782000', '135211.785000', '135211.788000', '135211.790000', '135211.793000', '135211.796000', '135211.799000', '135211.802000', '135231.679000', '135231.682000', '135231.685000', '135231.688000', '135231.690000', '135231.693000', '135231.696000', '135231.699000', '135231.702000', '135231.705000', '135231.708000', '135231.711000', '135231.713000', '135231.716000', '135231.719000', '135231.722000', '135231.725000', '135231.728000', '135231.731000', '135231.734000', '135231.736000', '135231.739000', '135231.742000', '135231.745000', '135231.748000', '135231.751000', '135231.753000', '135231.757000', '135231.759000', '135231.762000', '135231.765000', '135231.775000', '135231.778000', '135231.781000', '135231.784000', '135231.787000', '135231.789000', '135231.792000', '135231.795000', '135231.798000', '135231.801000', '135231.804000', '135231.807000', '135251.679000', '135251.682000', '135251.685000', '135251.687000', '135251.690000', '135251.693000', '135251.696000', '135251.699000', '135251.702000', '135251.704000', '135251.707000', '135251.710000', '135251.713000', '135251.716000', '135251.719000', '135251.722000', '135251.724000', '135251.727000', '135251.730000', '135251.733000', '135251.740000', '135251.743000', '135251.746000', '135251.749000', '135251.752000', '135251.755000', '135251.758000', '135251.760000', '135251.763000', '135251.783000', '135251.793000', '135251.796000', '135251.799000', '135251.801000', '135251.804000', '135251.807000', '135251.810000', '135251.813000', '135251.815000', '135251.818000', '135251.821000', '135251.824000', '135251.827000', '135251.830000', '135311.678000', '135311.681000', '135311.684000', '135311.687000', '135311.689000', '135311.692000', '135311.695000', '135311.698000', '135311.701000', '135311.704000', '135311.707000', '135311.710000', '135311.712000', '135311.717000', '135311.720000', '135311.723000', '135311.726000', '135311.729000', '135311.732000', '135311.734000', '135311.737000', '135311.740000', '135311.743000', '135311.746000', '135311.749000', '135311.752000', '135311.755000', '135311.757000', '135311.760000', '135311.763000', '135311.766000', '135311.769000', '135311.772000', '135311.774000', '135311.777000', '135311.780000', '135311.783000', '135311.786000', '135311.789000', '135311.792000', '135311.794000', '135311.797000', '135311.800000', '135331.678000', '135331.681000', '135331.684000', '135331.687000', '135331.691000', '135331.696000', '135331.699000', '135331.702000', '135331.705000', '135331.707000', '135331.710000', '135331.713000', '135331.716000', '135331.719000', '135331.722000', '135331.725000', '135331.727000', '135331.730000', '135331.733000', '135331.736000', '135331.739000', '135331.742000', '135331.744000', '135331.747000', '135331.750000', '135331.753000', '135331.756000', '135331.759000', '135331.761000', '135331.764000', '135331.767000', '135331.770000', '135331.773000', '135331.776000', '135331.778000', '135331.781000', '135331.784000', '135331.787000', '135331.789000', '135331.792000', '135331.795000', '135331.798000', '135331.801000', '135351.678000', '135351.681000', '135351.684000', '135351.687000', '135351.690000', '135351.692000', '135351.695000', '135351.698000', '135351.701000', '135351.704000', '135351.707000', '135351.710000', '135351.713000', '135351.715000', '135351.718000', '135351.728000', '135351.731000', '135351.734000', '135351.737000', '135351.740000', '135351.742000', '135351.745000', '135351.748000', '135351.751000', '135351.754000', '135351.756000', '135351.759000', '135351.762000', '135351.765000', '135351.768000', '135351.771000', '135351.773000', '135351.776000', '135351.779000', '135351.782000', '135351.785000', '135351.788000', '135351.791000', '135351.793000', '135351.796000', '135351.799000', '135351.802000', '135351.805000', '135351.808000', '135411.679000', '135411.682000', '135411.685000', '135411.688000', '135411.691000', '135411.693000', '135411.696000', '135411.699000', '135411.702000', '135411.705000', '135411.708000', '135411.711000', '135411.713000', '135411.716000', '135411.719000', '135411.722000', '135411.734000', '135411.737000', '135411.740000', '135411.743000', '135411.745000', '135411.748000', '135411.751000', '135411.754000', '135411.757000', '135411.760000', '135411.763000', '135411.766000', '135411.768000', '135411.771000', '135411.774000', '135411.777000', '135411.780000', '135411.783000', '135411.786000', '135411.788000', '135411.791000', '135411.794000', '135411.797000', '135411.817000', '135411.820000', '135411.823000', '135411.826000', '135431.679000', '135431.682000', '135431.685000', '135431.688000', '135431.691000', '135431.694000', '135431.697000', '135431.699000', '135431.702000', '135431.705000', '135431.708000', '135431.711000', '135431.714000', '135431.717000', '135431.720000', '135431.722000', '135431.725000', '135431.728000', '135431.731000', '135431.734000', '135431.737000', '135431.740000', '135431.742000', '135431.745000', '135431.748000', '135431.751000', '135431.754000', '135431.756000', '135431.759000', '135431.762000', '135431.765000', '135431.768000', '135431.771000', '135431.774000', '135431.776000', '135431.779000', '135431.782000', '135431.785000', '135431.788000', '135431.791000', '135431.793000', '135431.796000', '135431.799000', '135431.807000', '135451.679000', '135451.682000', '135451.685000', '135451.688000', '135451.691000', '135451.693000', '135451.696000', '135451.699000', '135451.702000', '135451.705000', '135451.708000', '135451.718000', '135451.723000', '135451.726000', '135451.729000', '135451.732000', '135451.734000', '135451.738000', '135451.740000', '135451.743000', '135451.746000', '135451.749000', '135451.752000', '135451.755000', '135451.757000', '135451.760000', '135451.763000', '135451.766000', '135451.769000', '135451.772000', '135451.775000', '135451.777000', '135451.780000', '135451.783000', '135451.786000', '135451.789000', '135451.795000', '135451.798000', '135451.801000', '135451.804000', '135451.807000', '135451.809000', '135451.812000', '135511.679000', '135511.682000', '135511.685000', '135511.688000', '135511.691000', '135511.693000', '135511.696000', '135511.699000', '135511.702000', '135511.705000', '135511.708000', '135511.711000', '135511.714000', '135511.716000', '135511.719000', '135511.722000', '135511.725000', '135511.728000', '135511.731000', '135511.733000', '135511.736000', '135511.739000', '135511.742000', '135511.745000', '135511.748000', '135511.751000', '135511.753000', '135511.756000', '135511.759000', '135511.762000', '135511.765000', '135511.768000', '135511.771000', '135511.774000', '135511.776000', '135511.779000', '135511.782000', '135511.785000', '135511.788000', '135511.791000', '135511.794000', '135511.796000', '135511.799000', '135511.802000', '135531.678000', '135531.681000', '135531.684000', '135531.687000', '135531.690000', '135531.692000', '135531.695000', '135531.698000', '135531.701000', '135531.704000', '135531.707000', '135531.710000', '135531.713000', '135531.716000', '135531.719000', '135531.722000', '135531.724000', '135531.727000', '135531.730000', '135531.733000', '135531.736000', '135531.738000', '135531.741000', '135531.744000', '135531.747000', '135531.750000', '135531.755000', '135531.757000', '135531.761000', '135531.763000', '135531.766000', '135531.769000', '135531.772000', '135531.775000', '135531.778000', '135531.780000', '135531.802000', '135531.805000', '135531.808000', '135531.811000', '135531.814000', '135531.817000', '135531.819000', '135538.682000', '135538.685000', '135538.692000', '135538.695000', '135538.699000', '135538.702000', '135538.705000', '135538.708000', '135538.711000', '135538.714000', '135538.717000', '135538.720000', '135538.723000', '135538.726000', '135538.729000', '135538.732000'], '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': [7824, 9059, 7597, 7277, 7936, 9172, 7603, 8573, 9649, 7728, 7482, 9969, 7783, 8528, 8852, 7364, 7343, 7874, 7395, 7005, 10025, 7253, 7165, 10288, 7285, 6936, 10080, 7587, 9465, 8901, 7233, 8545, 9219, 7527, 9831, 8879, 7117, 10765, 7915, 7315, 9226, 8599, 7357, 8269, 9078, 7500, 7699, 9851, 7615, 9416, 9280, 7606, 7304, 9851, 7742, 8737, 9720, 7594, 7743, 9749, 7614, 9637, 8603, 7267, 9037, 7769, 7164, 11157, 7929, 7335, 9861, 7405, 6957, 9007, 7380, 7176, 9475, 7427, 7867, 9146, 7607, 11200, 9251, 8020, 14234, 8251, 7451, 10991, 7763, 7369, 10642, 7288, 7144, 9878, 7791, 7006, 9760, 7719, 8440, 8444, 7394, 7090, 8907, 7148, 8425, 8122, 7072, 8941, 8153, 7209, 10342, 8595, 7428, 12838, 7681, 10479, 8668, 7463, 11383, 8411, 7458, 10593, 7714, 7763, 8555, 7214, 9743, 7601, 7148, 8815, 7280, 6969, 10400, 8031, 7033, 10600, 7634, 7039, 10310, 7327, 13016, 10597, 7115, 11135, 8000, 7098, 11298, 8413, 6885, 10720, 7368, 7098, 10574, 7296, 8044, 9201, 7195, 10398, 8139, 7123, 11664, 8231, 7241, 10850, 7206, 7110, 10977, 7953, 7211, 10566, 7390, 8053, 8928, 7125, 11991, 8596, 7196, 9601, 7661, 6875, 11036, 7807, 7415, 10680, 7216, 7142, 10504, 7305, 6870, 10641, 7229, 7645, 9447, 7339, 11440, 8961, 7119, 11838, 7331, 7184, 10645, 7516, 7151, 8818, 9139, 7271, 7040, 10284, 7767, 7247, 10894, 8505, 7027, 11510, 8924, 6962, 10725, 7396, 6909, 10745, 7649, 7061, 10812, 7248, 7050, 9096, 7559, 6880, 11016, 8296, 6966, 10806, 7440, 7228, 10793, 7898, 7148, 10440, 7549, 7143, 10366, 7558, 10624, 9374, 7074, 9497, 7830, 7211, 10921, 8200, 7072, 10537, 7312, 7131, 10874, 7375, 8950, 9625, 7311, 11674, 7720, 7118, 9516, 7189, 9553, 8156, 7207, 10570, 7291, 6972, 10717, 7189, 7847, 8881, 7061, 10503, 8288, 7100, 11173, 7914, 7171, 10353, 7388, 7046, 10371, 7407, 9559, 8979, 7226, 8992, 9043, 7231, 11446, 8864, 6950, 10726, 7466, 6985, 10627, 7775, 7052, 11029, 8599, 7153, 8188, 8520, 7012, 10362, 8947, 6984, 11774, 9066, 6908, 9359, 7708, 7098, 9648, 8610, 7279, 12390, 8412, 7280, 10780, 7386, 7426, 9549, 7148, 12561, 8541, 7187, 11311, 7394, 6975, 10536, 7268, 7916, 9113, 7225, 7963, 8962, 7098, 9522, 9122, 7351, 9982, 8298, 7020, 11182, 7926, 9486, 9344, 7130, 9058, 7573, 6966, 10811, 7613, 7271, 10594, 7398, 7061, 10279, 7273, 7103, 10404, 7340, 7241, 9987, 7163, 7220, 10395, 7164, 8087, 9970, 7124, 8534, 9454, 7172, 12420, 9417, 7038, 10934, 7294, 7111, 9853, 7236, 7703, 9644, 7288, 7379, 9321, 7207, 9660, 9170, 7204, 11219, 8406, 7082, 10518, 7715, 7447, 10076, 7717, 7227, 10090, 8373, 7109, 7295, 10452, 7863, 7115, 10237, 8994, 7191, 9130, 9974, 7710, 10713, 10362, 7334, 7394, 10906, 8415, 7041, 13366, 8867, 7041, 7464, 9941, 7399, 7231, 10810, 8285, 9434, 10475, 7927, 7061, 10584, 7803, 7109, 10679, 8004, 7430, 10704, 7305, 7186, 10242, 7254, 9569, 9641, 6872, 12650, 8398, 7121, 9400, 7824, 6826, 10013, 8547, 7220, 7417, 9099, 7296, 7303, 9996, 7010, 11027, 9446, 7291, 9119, 8575, 7083, 8773, 9616, 7148, 8321, 10086, 7563, 7037, 10462, 7381, 7487, 10487, 7458, 12204, 10315, 7547, 7204, 9775, 7484, 7261, 10153, 7189, 7980, 9906, 7243, 7293, 10391, 7425, 9367, 9674, 7303, 13020, 8347, 7276, 10439, 7764, 7027, 10920, 8145, 7131, 10311, 7564, 7094, 10549, 8260, 7139, 10319, 8220, 7313, 9321, 9376, 7245, 7289, 10489, 7811, 7200, 11124, 8200, 7330, 11190, 8809, 7211, 11834, 7874, 7040, 8480, 8715, 7246, 9027, 9037, 7359, 7731, 8950, 7199, 10314, 9051, 7201, 11968, 7772, 9058, 9371, 6893, 11145, 7861, 7207, 10767, 7202, 7072, 9870, 7406, 7353, 10165, 7327, 7511, 10480, 7311, 12018, 9583, 11039, 10077, 7005, 12964, 8398, 7113, 10933, 7227, 8363, 9275, 7160, 10933, 8652, 7013, 10979, 7840, 7297, 10369, 7123, 8569, 9405, 7270, 12206, 8883, 7218, 9785, 7497, 7098, 10891, 7904, 7167, 10150, 7007, 9047, 8990, 7220, 11087, 11251, 8776, 11970, 7745, 7195, 10705, 7320, 7882, 10455, 7067, 7781, 9250, 7278, 7149, 10139, 7119, 8239, 9626, 7178, 8121, 9064, 7018, 9344, 9376, 7159, 8332, 9496, 7032, 10550, 9262, 7104, 10515, 8112, 7312, 10722, 7821, 7288, 10931, 8385, 7287, 11004, 8136, 7271, 10642, 8237, 7482, 10535, 7524, 9237, 9398, 7157, 13266, 9129, 7157, 10818, 7698, 7215, 10773, 8388, 7431, 11196, 7612, 7245, 10910, 8325, 7174, 12216, 9279, 7129, 10791, 7900, 7002, 10631, 7393, 7065, 10258, 7443, 7062, 10642, 7541, 7083, 10546, 7270, 7191, 10246, 7073, 11073, 8592, 7241, 10787, 7423, 7140, 10169, 7241, 8019, 9725, 7027, 7526, 8983, 7232, 7189, 9937, 8133, 7162, 7319, 10438, 7480, 7255, 11239, 8479, 7207, 11045, 9015, 7250, 11282, 7730, 7085, 11021, 8461, 7135, 8216, 8003, 6999, 7310, 10071, 7561, 7028, 10492, 8348, 7112, 8886, 9376, 7017, 12081, 9436, 7957, 13771, 8810, 7055, 11281, 8418, 6884, 10915, 8043, 7201, 8224, 7753, 6995, 7756, 9825, 7145, 9045, 9169, 7284, 7389, 10275, 7981, 7210, 10769, 7970, 9737, 10459, 7995, 7367, 10464, 7459, 7850, 9859, 7304, 8213, 9227, 7401, 7870, 8623, 7250, 9373, 8618, 7173, 9836, 7891, 7085, 10888, 8428, 7065, 10790, 8569, 7373, 8266, 8285, 7037, 7865, 9644, 7939, 7200, 10369, 7892, 7279, 8415, 10208, 10154, 8372, 8743, 8484, 7023, 7220, 10759, 8449, 7090, 9578, 8805, 7320, 7365, 10141, 7699, 7089, 9025, 10145, 8487, 7079, 7430, 10073, 8095, 7465, 11081, 8706, 7106, 13288, 10740, 7886, 14389, 8324, 7212, 9178, 8128, 7140, 10370, 8316, 7137, 9276, 7968, 7234, 7688, 8929, 7133, 9232, 9064, 7521, 9376, 8723, 7259, 10444, 9087, 7365, 12147, 8575, 7369, 9727, 9042, 7130, 12971, 8983, 7179, 8477, 8455, 7218, 9204, 8825, 6986, 7888, 8732, 7097, 8598, 9444, 7027, 12309, 10017, 7133, 7209, 9334, 7529, 7056, 10270, 8020, 7376, 9171, 7745, 6956, 8253, 9139, 7254, 7425, 9923, 7387, 7238, 10788, 8067, 7271, 13111, 8221, 7430, 8585, 8163, 7332, 7514, 9854, 7256, 7270, 8557, 8043, 7074, 7528, 10023, 7596, 7020, 10366, 7683, 7137, 10023, 7171, 9054, 8807, 7136, 7497, 9470, 7143, 8521, 9146, 7111, 8447, 8489, 7054, 10996, 8419, 7160, 11136, 7875, 7204, 10598, 7201, 7147, 9852, 7098, 7033, 9874, 8218, 7152, 11556, 11147, 10667, 13444, 9256, 9006, 10330, 7221, 14637, 11551, 7855, 10661, 7406, 7041, 9677, 6988, 9920, 8471, 7204, 7968, 7825, 7285, 10428, 8293, 8526, 9173, 7013, 10732, 7714, 7082, 10593, 7425, 8009, 8750, 7127, 11220, 8281, 7300, 10337, 7405, 8183, 8660, 7228, 10636, 7714, 10080, 9216, 7210, 10581, 7347, 7059, 8587, 7029, 7206, 9022, 7235, 7156, 9963, 7412, 10132, 9060, 7210, 11962, 8770, 6966, 10385, 7904, 11306, 12386, 7344, 7178, 9777, 7226, 7084, 9857, 7177, 9911, 9338, 7147, 7310, 10014, 7038, 8314, 9543, 7230, 7182, 9994, 7349, 6989, 10409, 7443, 7004, 10464, 7216, 7412, 10385, 7351, 6878, 10881, 7488, 6992, 10367, 7425, 7127, 10458, 7759, 6974, 11246, 7752, 6991, 8701, 8401, 7090, 9863, 8809, 7141, 7617, 9352, 7278, 7711, 10069], 'WindowCenter': [4302.0, 4295.0, 4271.0, 4258.0, 4254.0, 4264.0, 4243.0, 4251.0, 4260.0, 4239.0, 4229.0, 4258.0, 4237.0, 4250.0, 4246.0, 4240.0, 4228.0, 4236.0, 4240.0, 4241.0, 4259.0, 4252.0, 4241.0, 4272.0, 4240.0, 4242.0, 4285.0, 4254.0, 4262.0, 4259.0, 4242.0, 4251.0, 4260.0, 4252.0, 4274.0, 4260.0, 4232.0, 4272.0, 4239.0, 4241.0, 4258.0, 4250.0, 4243.0, 4252.0, 4250.0, 4242.0, 4252.0, 4260.0, 4242.0, 4260.0, 4259.0, 4241.0, 4238.0, 4274.0, 4240.0, 4251.0, 4258.0, 4240.0, 4238.0, 4257.0, 4238.0, 4258.0, 4248.0, 4229.0, 4246.0, 4236.0, 4226.0, 4267.0, 4237.0, 4227.0, 4258.0, 4227.0, 4225.0, 4249.0, 4227.0, 4228.0, 4260.0, 4240.0, 4238.0, 4259.0, 4241.0, 4269.0, 4260.0, 4239.0, 4289.0, 4236.0, 4228.0, 4256.0, 4227.0, 4228.0, 4258.0, 4227.0, 4226.0, 4260.0, 4237.0, 4229.0, 4259.0, 4237.0, 4248.0, 4237.0, 4237.0, 4240.0, 4260.0, 4242.0, 4263.0, 4250.0, 4243.0, 4262.0, 4251.0, 4241.0, 4270.0, 4261.0, 4242.0, 4293.0, 4240.0, 4270.0, 4250.0, 4239.0, 4269.0, 4249.0, 4228.0, 4259.0, 4238.0, 4235.0, 4247.0, 4238.0, 4270.0, 4239.0, 4229.0, 4258.0, 4254.0, 4252.0, 4283.0, 4261.0, 4253.0, 4283.0, 4253.0, 4255.0, 4284.0, 4256.0, 4292.0, 4270.0, 4238.0, 4269.0, 4252.0, 4242.0, 4283.0, 4263.0, 4241.0, 4271.0, 4241.0, 4238.0, 4269.0, 4240.0, 4247.0, 4259.0, 4241.0, 4285.0, 4250.0, 4240.0, 4281.0, 4248.0, 4239.0, 4270.0, 4239.0, 4228.0, 4269.0, 4250.0, 4240.0, 4270.0, 4240.0, 4249.0, 4249.0, 4228.0, 4279.0, 4248.0, 4240.0, 4257.0, 4238.0, 4229.0, 4270.0, 4240.0, 4238.0, 4268.0, 4238.0, 4239.0, 4270.0, 4238.0, 4230.0, 4271.0, 4241.0, 4251.0, 4261.0, 4239.0, 4281.0, 4261.0, 4241.0, 4281.0, 4241.0, 4257.0, 4283.0, 4239.0, 4241.0, 4261.0, 4263.0, 4243.0, 4244.0, 4273.0, 4253.0, 4243.0, 4282.0, 4261.0, 4240.0, 4283.0, 4263.0, 4231.0, 4270.0, 4240.0, 4227.0, 4269.0, 4238.0, 4231.0, 4269.0, 4227.0, 4230.0, 4247.0, 4239.0, 4241.0, 4283.0, 4251.0, 4243.0, 4283.0, 4242.0, 4242.0, 4273.0, 4251.0, 4231.0, 4271.0, 4240.0, 4240.0, 4272.0, 4239.0, 4271.0, 4261.0, 4230.0, 4259.0, 4237.0, 4241.0, 4268.0, 4249.0, 4229.0, 4270.0, 4239.0, 4228.0, 4270.0, 4240.0, 4250.0, 4261.0, 4228.0, 4270.0, 4238.0, 4226.0, 4260.0, 4227.0, 4258.0, 4237.0, 4240.0, 4270.0, 4253.0, 4243.0, 4270.0, 4242.0, 4251.0, 4261.0, 4243.0, 4269.0, 4249.0, 4232.0, 4270.0, 4253.0, 4239.0, 4271.0, 4242.0, 4241.0, 4273.0, 4240.0, 4262.0, 4263.0, 4240.0, 4259.0, 4259.0, 4240.0, 4281.0, 4249.0, 4231.0, 4282.0, 4239.0, 4228.0, 4270.0, 4238.0, 4241.0, 4270.0, 4251.0, 4243.0, 4250.0, 4249.0, 4231.0, 4260.0, 4249.0, 4229.0, 4280.0, 4249.0, 4229.0, 4260.0, 4239.0, 4229.0, 4259.0, 4260.0, 4241.0, 4280.0, 4238.0, 4229.0, 4267.0, 4228.0, 4226.0, 4247.0, 4228.0, 4267.0, 4237.0, 4216.0, 4257.0, 4227.0, 4225.0, 4256.0, 4228.0, 4238.0, 4246.0, 4241.0, 4237.0, 4248.0, 4229.0, 4249.0, 4248.0, 4228.0, 4259.0, 4237.0, 4228.0, 4268.0, 4238.0, 4247.0, 4247.0, 4215.0, 4236.0, 4225.0, 4226.0, 4256.0, 4225.0, 4227.0, 4268.0, 4229.0, 4231.0, 4259.0, 4230.0, 4229.0, 4260.0, 4240.0, 4229.0, 4260.0, 4230.0, 4241.0, 4259.0, 4229.0, 4240.0, 4260.0, 4230.0, 4250.0, 4261.0, 4231.0, 4297.0, 4262.0, 4231.0, 4269.0, 4229.0, 4230.0, 4273.0, 4241.0, 4240.0, 4260.0, 4241.0, 4241.0, 4261.0, 4255.0, 4273.0, 4274.0, 4270.0, 4284.0, 4265.0, 4256.0, 4284.0, 4255.0, 4244.0, 4261.0, 4242.0, 4242.0, 4270.0, 4251.0, 4242.0, 4241.0, 4273.0, 4265.0, 4244.0, 4285.0, 4263.0, 4245.0, 4263.0, 4274.0, 4254.0, 4272.0, 4272.0, 4240.0, 4241.0, 4271.0, 4252.0, 4243.0, 4292.0, 4264.0, 4230.0, 4241.0, 4260.0, 4241.0, 4240.0, 4282.0, 4252.0, 4263.0, 4273.0, 4253.0, 4241.0, 4270.0, 4241.0, 4229.0, 4271.0, 4239.0, 4241.0, 4261.0, 4240.0, 4229.0, 4259.0, 4228.0, 4249.0, 4247.0, 4219.0, 4278.0, 4237.0, 4228.0, 4247.0, 4227.0, 4218.0, 4258.0, 4251.0, 4230.0, 4240.0, 4252.0, 4242.0, 4241.0, 4272.0, 4231.0, 4272.0, 4261.0, 4232.0, 4251.0, 4249.0, 4230.0, 4249.0, 4260.0, 4229.0, 4249.0, 4273.0, 4240.0, 4230.0, 4271.0, 4240.0, 4230.0, 4271.0, 4229.0, 4280.0, 4259.0, 4237.0, 4228.0, 4257.0, 4228.0, 4229.0, 4259.0, 4229.0, 4239.0, 4259.0, 4240.0, 4241.0, 4269.0, 4240.0, 4248.0, 4260.0, 4229.0, 4279.0, 4238.0, 4228.0, 4257.0, 4227.0, 4232.0, 4270.0, 4251.0, 4231.0, 4271.0, 4241.0, 4230.0, 4272.0, 4255.0, 4246.0, 4274.0, 4253.0, 4254.0, 4263.0, 4263.0, 4244.0, 4242.0, 4273.0, 4243.0, 4242.0, 4271.0, 4250.0, 4241.0, 4285.0, 4254.0, 4241.0, 4281.0, 4240.0, 4229.0, 4250.0, 4249.0, 4230.0, 4249.0, 4252.0, 4240.0, 4241.0, 4261.0, 4244.0, 4275.0, 4262.0, 4242.0, 4282.0, 4241.0, 4251.0, 4249.0, 4231.0, 4271.0, 4239.0, 4230.0, 4283.0, 4244.0, 4256.0, 4273.0, 4253.0, 4244.0, 4275.0, 4244.0, 4244.0, 4285.0, 4246.0, 4296.0, 4276.0, 4285.0, 4274.0, 4234.0, 4281.0, 4254.0, 4243.0, 4272.0, 4242.0, 4250.0, 4250.0, 4231.0, 4269.0, 4251.0, 4229.0, 4272.0, 4241.0, 4231.0, 4262.0, 4229.0, 4251.0, 4261.0, 4229.0, 4282.0, 4250.0, 4243.0, 4261.0, 4231.0, 4231.0, 4274.0, 4254.0, 4231.0, 4274.0, 4242.0, 4252.0, 4251.0, 4241.0, 4272.0, 4272.0, 4251.0, 4271.0, 4239.0, 4232.0, 4259.0, 4229.0, 4238.0, 4259.0, 4231.0, 4239.0, 4249.0, 4229.0, 4229.0, 4262.0, 4230.0, 4250.0, 4261.0, 4229.0, 4239.0, 4251.0, 4230.0, 4251.0, 4250.0, 4232.0, 4251.0, 4261.0, 4229.0, 4272.0, 4251.0, 4232.0, 4271.0, 4241.0, 4243.0, 4284.0, 4252.0, 4243.0, 4283.0, 4251.0, 4244.0, 4283.0, 4254.0, 4255.0, 4284.0, 4265.0, 4243.0, 4274.0, 4244.0, 4260.0, 4263.0, 4231.0, 4293.0, 4261.0, 4243.0, 4271.0, 4240.0, 4255.0, 4282.0, 4251.0, 4240.0, 4272.0, 4252.0, 4242.0, 4283.0, 4252.0, 4231.0, 4281.0, 4261.0, 4232.0, 4270.0, 4238.0, 4228.0, 4259.0, 4240.0, 4227.0, 4259.0, 4239.0, 4230.0, 4271.0, 4238.0, 4227.0, 4269.0, 4229.0, 4229.0, 4258.0, 4230.0, 4269.0, 4249.0, 4230.0, 4269.0, 4239.0, 4228.0, 4271.0, 4241.0, 4240.0, 4262.0, 4241.0, 4252.0, 4277.0, 4242.0, 4242.0, 4275.0, 4252.0, 4241.0, 4243.0, 4272.0, 4245.0, 4243.0, 4281.0, 4252.0, 4241.0, 4282.0, 4264.0, 4244.0, 4284.0, 4240.0, 4229.0, 4271.0, 4251.0, 4233.0, 4251.0, 4239.0, 4230.0, 4241.0, 4262.0, 4241.0, 4243.0, 4275.0, 4255.0, 4243.0, 4265.0, 4263.0, 4234.0, 4286.0, 4262.0, 4244.0, 4292.0, 4252.0, 4230.0, 4270.0, 4252.0, 4242.0, 4273.0, 4240.0, 4231.0, 4250.0, 4240.0, 4229.0, 4244.0, 4273.0, 4244.0, 4252.0, 4251.0, 4245.0, 4242.0, 4262.0, 4239.0, 4229.0, 4260.0, 4242.0, 4251.0, 4259.0, 4239.0, 4228.0, 4256.0, 4229.0, 4239.0, 4257.0, 4227.0, 4237.0, 4250.0, 4228.0, 4240.0, 4251.0, 4229.0, 4249.0, 4239.0, 4242.0, 4273.0, 4240.0, 4229.0, 4270.0, 4251.0, 4230.0, 4272.0, 4250.0, 4229.0, 4239.0, 4240.0, 4231.0, 4254.0, 4275.0, 4256.0, 4242.0, 4272.0, 4250.0, 4243.0, 4252.0, 4276.0, 4284.0, 4254.0, 4250.0, 4249.0, 4230.0, 4230.0, 4269.0, 4240.0, 4228.0, 4251.0, 4249.0, 4230.0, 4241.0, 4271.0, 4255.0, 4243.0, 4251.0, 4272.0, 4252.0, 4245.0, 4244.0, 4274.0, 4254.0, 4244.0, 4273.0, 4251.0, 4230.0, 4281.0, 4259.0, 4240.0, 4292.0, 4239.0, 4230.0, 4248.0, 4238.0, 4229.0, 4257.0, 4239.0, 4231.0, 4250.0, 4240.0, 4240.0, 4241.0, 4262.0, 4256.0, 4264.0, 4265.0, 4243.0, 4261.0, 4252.0, 4243.0, 4273.0, 4252.0, 4242.0, 4283.0, 4252.0, 4241.0, 4262.0, 4251.0, 4230.0, 4281.0, 4251.0, 4228.0, 4240.0, 4241.0, 4231.0, 4261.0, 4250.0, 4231.0, 4240.0, 4248.0, 4229.0, 4239.0, 4260.0, 4228.0, 4270.0, 4259.0, 4227.0, 4227.0, 4248.0, 4240.0, 4230.0, 4259.0, 4239.0, 4228.0, 4247.0, 4226.0, 4216.0, 4238.0, 4249.0, 4229.0, 4228.0, 4259.0, 4226.0, 4228.0, 4269.0, 4239.0, 4227.0, 4279.0, 4236.0, 4226.0, 4235.0, 4236.0, 4229.0, 4228.0, 4259.0, 4229.0, 4228.0, 4248.0, 4238.0, 4232.0, 4239.0, 4260.0, 4240.0, 4230.0, 4258.0, 4240.0, 4229.0, 4259.0, 4228.0, 4251.0, 4250.0, 4231.0, 4240.0, 4260.0, 4242.0, 4252.0, 4262.0, 4244.0, 4251.0, 4251.0, 4231.0, 4273.0, 4251.0, 4244.0, 4283.0, 4252.0, 4241.0, 4273.0, 4242.0, 4242.0, 4288.0, 4245.0, 4244.0, 4274.0, 4265.0, 4244.0, 4285.0, 4285.0, 4275.0, 4293.0, 4261.0, 4252.0, 4261.0, 4241.0, 4291.0, 4270.0, 4227.0, 4255.0, 4225.0, 4217.0, 4247.0, 4216.0, 4247.0, 4235.0, 4226.0, 4236.0, 4237.0, 4239.0, 4272.0, 4251.0, 4249.0, 4249.0, 4231.0, 4259.0, 4239.0, 4242.0, 4269.0, 4229.0, 4238.0, 4249.0, 4229.0, 4269.0, 4239.0, 4228.0, 4260.0, 4229.0, 4239.0, 4248.0, 4227.0, 4257.0, 4239.0, 4258.0, 4246.0, 4227.0, 4257.0, 4226.0, 4227.0, 4248.0, 4229.0, 4239.0, 4261.0, 4242.0, 4244.0, 4274.0, 4256.0, 4273.0, 4265.0, 4243.0, 4283.0, 4251.0, 4230.0, 4261.0, 4240.0, 4270.0, 4270.0, 4227.0, 4228.0, 4247.0, 4227.0, 4229.0, 4260.0, 4229.0, 4259.0, 4247.0, 4228.0, 4226.0, 4257.0, 4226.0, 4237.0, 4247.0, 4229.0, 4226.0, 4258.0, 4228.0, 4228.0, 4258.0, 4228.0, 4228.0, 4258.0, 4228.0, 4240.0, 4257.0, 4227.0, 4219.0, 4269.0, 4228.0, 4229.0, 4270.0, 4241.0, 4230.0, 4269.0, 4241.0, 4230.0, 4271.0, 4240.0, 4230.0, 4249.0, 4251.0, 4230.0, 4262.0, 4250.0, 4229.0, 4241.0, 4258.0, 4229.0, 4239.0, 4260.0], 'WindowWidth': [9550.0, 9524.0, 9482.0, 9457.0, 9444.0, 9454.0, 9424.0, 9433.0, 9442.0, 9412.0, 9398.0, 9433.0, 9407.0, 9429.0, 9418.0, 9415.0, 9395.0, 9403.0, 9415.0, 9417.0, 9438.0, 9436.0, 9416.0, 9458.0, 9415.0, 9419.0, 9482.0, 9438.0, 9447.0, 9440.0, 9419.0, 9430.0, 9441.0, 9434.0, 9466.0, 9443.0, 9404.0, 9460.0, 9411.0, 9415.0, 9437.0, 9429.0, 9420.0, 9433.0, 9426.0, 9418.0, 9434.0, 9441.0, 9417.0, 9440.0, 9436.0, 9415.0, 9409.0, 9465.0, 9414.0, 9431.0, 9436.0, 9412.0, 9409.0, 9435.0, 9409.0, 9435.0, 9422.0, 9395.0, 9417.0, 9404.0, 9390.0, 9448.0, 9406.0, 9392.0, 9433.0, 9393.0, 9389.0, 9423.0, 9392.0, 9397.0, 9441.0, 9414.0, 9411.0, 9440.0, 9417.0, 9452.0, 9442.0, 9412.0, 9478.0, 9403.0, 9393.0, 9429.0, 9390.0, 9391.0, 9433.0, 9390.0, 9391.0, 9439.0, 9409.0, 9395.0, 9436.0, 9405.0, 9423.0, 9405.0, 9407.0, 9414.0, 9441.0, 9422.0, 9455.0, 9432.0, 9423.0, 9448.0, 9432.0, 9419.0, 9458.0, 9447.0, 9421.0, 9493.0, 9417.0, 9456.0, 9426.0, 9409.0, 9452.0, 9424.0, 9395.0, 9438.0, 9406.0, 9402.0, 9420.0, 9409.0, 9457.0, 9412.0, 9399.0, 9438.0, 9443.0, 9436.0, 9477.0, 9449.0, 9439.0, 9478.0, 9439.0, 9443.0, 9480.0, 9446.0, 9490.0, 9457.0, 9411.0, 9454.0, 9434.0, 9420.0, 9479.0, 9452.0, 9417.0, 9455.0, 9417.0, 9411.0, 9452.0, 9416.0, 9422.0, 9439.0, 9417.0, 9488.0, 9430.0, 9414.0, 9471.0, 9423.0, 9411.0, 9456.0, 9412.0, 9396.0, 9451.0, 9428.0, 9414.0, 9453.0, 9415.0, 9426.0, 9425.0, 9395.0, 9466.0, 9422.0, 9413.0, 9436.0, 9409.0, 9400.0, 9455.0, 9413.0, 9410.0, 9450.0, 9411.0, 9413.0, 9454.0, 9413.0, 9403.0, 9459.0, 9419.0, 9432.0, 9444.0, 9414.0, 9471.0, 9445.0, 9417.0, 9473.0, 9418.0, 9447.0, 9475.0, 9414.0, 9416.0, 9448.0, 9451.0, 9421.0, 9424.0, 9463.0, 9437.0, 9424.0, 9475.0, 9445.0, 9417.0, 9478.0, 9448.0, 9403.0, 9455.0, 9414.0, 9393.0, 9450.0, 9409.0, 9402.0, 9452.0, 9393.0, 9398.0, 9421.0, 9412.0, 9416.0, 9476.0, 9430.0, 9424.0, 9476.0, 9421.0, 9420.0, 9461.0, 9432.0, 9403.0, 9456.0, 9415.0, 9414.0, 9458.0, 9412.0, 9456.0, 9441.0, 9399.0, 9438.0, 9406.0, 9414.0, 9450.0, 9425.0, 9398.0, 9454.0, 9412.0, 9396.0, 9453.0, 9413.0, 9427.0, 9443.0, 9396.0, 9455.0, 9408.0, 9392.0, 9439.0, 9392.0, 9436.0, 9406.0, 9413.0, 9457.0, 9443.0, 9422.0, 9454.0, 9419.0, 9432.0, 9443.0, 9422.0, 9453.0, 9425.0, 9404.0, 9455.0, 9435.0, 9413.0, 9457.0, 9421.0, 9417.0, 9461.0, 9416.0, 9448.0, 9447.0, 9415.0, 9440.0, 9439.0, 9415.0, 9469.0, 9426.0, 9404.0, 9476.0, 9414.0, 9396.0, 9453.0, 9410.0, 9418.0, 9455.0, 9431.0, 9422.0, 9428.0, 9426.0, 9404.0, 9441.0, 9424.0, 9400.0, 9469.0, 9427.0, 9398.0, 9441.0, 9412.0, 9400.0, 9439.0, 9443.0, 9417.0, 9469.0, 9409.0, 9396.0, 9447.0, 9396.0, 9391.0, 9420.0, 9392.0, 9445.0, 9404.0, 9374.0, 9430.0, 9390.0, 9386.0, 9429.0, 9394.0, 9407.0, 9418.0, 9414.0, 9407.0, 9420.0, 9398.0, 9422.0, 9421.0, 9394.0, 9436.0, 9405.0, 9393.0, 9447.0, 9408.0, 9417.0, 9416.0, 9373.0, 9401.0, 9384.0, 9387.0, 9428.0, 9387.0, 9391.0, 9448.0, 9398.0, 9401.0, 9436.0, 9399.0, 9397.0, 9439.0, 9413.0, 9398.0, 9439.0, 9400.0, 9417.0, 9438.0, 9398.0, 9414.0, 9438.0, 9400.0, 9426.0, 9443.0, 9403.0, 9501.0, 9448.0, 9400.0, 9449.0, 9396.0, 9401.0, 9461.0, 9417.0, 9414.0, 9442.0, 9415.0, 9418.0, 9444.0, 9442.0, 9464.0, 9468.0, 9474.0, 9482.0, 9455.0, 9448.0, 9480.0, 9439.0, 9425.0, 9442.0, 9420.0, 9420.0, 9456.0, 9433.0, 9422.0, 9421.0, 9463.0, 9457.0, 9427.0, 9481.0, 9451.0, 9428.0, 9451.0, 9464.0, 9438.0, 9461.0, 9458.0, 9416.0, 9415.0, 9456.0, 9431.0, 9420.0, 9489.0, 9451.0, 9402.0, 9418.0, 9440.0, 9417.0, 9414.0, 9475.0, 9433.0, 9449.0, 9464.0, 9434.0, 9416.0, 9454.0, 9416.0, 9398.0, 9458.0, 9411.0, 9415.0, 9442.0, 9412.0, 9398.0, 9437.0, 9393.0, 9422.0, 9419.0, 9382.0, 9460.0, 9403.0, 9393.0, 9418.0, 9389.0, 9380.0, 9434.0, 9428.0, 9398.0, 9413.0, 9430.0, 9420.0, 9417.0, 9460.0, 9402.0, 9457.0, 9442.0, 9402.0, 9428.0, 9423.0, 9398.0, 9424.0, 9441.0, 9399.0, 9426.0, 9461.0, 9414.0, 9399.0, 9455.0, 9413.0, 9399.0, 9456.0, 9397.0, 9467.0, 9435.0, 9405.0, 9393.0, 9430.0, 9392.0, 9395.0, 9435.0, 9396.0, 9412.0, 9438.0, 9414.0, 9416.0, 9452.0, 9414.0, 9423.0, 9437.0, 9395.0, 9463.0, 9405.0, 9393.0, 9432.0, 9392.0, 9406.0, 9454.0, 9430.0, 9402.0, 9457.0, 9418.0, 9401.0, 9460.0, 9440.0, 9430.0, 9465.0, 9435.0, 9439.0, 9450.0, 9450.0, 9425.0, 9420.0, 9463.0, 9420.0, 9416.0, 9455.0, 9427.0, 9415.0, 9483.0, 9436.0, 9416.0, 9470.0, 9412.0, 9397.0, 9425.0, 9423.0, 9400.0, 9424.0, 9432.0, 9414.0, 9416.0, 9442.0, 9423.0, 9470.0, 9447.0, 9418.0, 9472.0, 9414.0, 9427.0, 9423.0, 9399.0, 9454.0, 9409.0, 9400.0, 9477.0, 9427.0, 9450.0, 9465.0, 9439.0, 9426.0, 9468.0, 9426.0, 9425.0, 9480.0, 9430.0, 9500.0, 9471.0, 9481.0, 9465.0, 9409.0, 9470.0, 9436.0, 9420.0, 9457.0, 9418.0, 9425.0, 9427.0, 9401.0, 9452.0, 9428.0, 9397.0, 9458.0, 9416.0, 9402.0, 9443.0, 9398.0, 9428.0, 9443.0, 9398.0, 9472.0, 9426.0, 9419.0, 9444.0, 9402.0, 9402.0, 9463.0, 9437.0, 9402.0, 9465.0, 9421.0, 9431.0, 9429.0, 9416.0, 9459.0, 9459.0, 9429.0, 9456.0, 9413.0, 9404.0, 9437.0, 9397.0, 9408.0, 9436.0, 9399.0, 9410.0, 9421.0, 9395.0, 9396.0, 9441.0, 9399.0, 9427.0, 9439.0, 9397.0, 9410.0, 9429.0, 9400.0, 9429.0, 9427.0, 9404.0, 9427.0, 9440.0, 9398.0, 9459.0, 9428.0, 9403.0, 9457.0, 9416.0, 9423.0, 9478.0, 9433.0, 9422.0, 9476.0, 9431.0, 9423.0, 9476.0, 9439.0, 9441.0, 9480.0, 9454.0, 9421.0, 9464.0, 9423.0, 9442.0, 9446.0, 9402.0, 9487.0, 9444.0, 9421.0, 9456.0, 9414.0, 9441.0, 9473.0, 9430.0, 9413.0, 9458.0, 9434.0, 9417.0, 9477.0, 9433.0, 9402.0, 9470.0, 9443.0, 9404.0, 9453.0, 9408.0, 9393.0, 9436.0, 9414.0, 9392.0, 9437.0, 9412.0, 9401.0, 9456.0, 9407.0, 9394.0, 9450.0, 9396.0, 9396.0, 9434.0, 9400.0, 9451.0, 9422.0, 9398.0, 9450.0, 9410.0, 9395.0, 9457.0, 9418.0, 9415.0, 9444.0, 9417.0, 9433.0, 9472.0, 9419.0, 9418.0, 9471.0, 9435.0, 9419.0, 9423.0, 9460.0, 9425.0, 9422.0, 9471.0, 9432.0, 9416.0, 9475.0, 9450.0, 9424.0, 9476.0, 9414.0, 9397.0, 9455.0, 9427.0, 9407.0, 9428.0, 9409.0, 9401.0, 9414.0, 9443.0, 9418.0, 9421.0, 9467.0, 9437.0, 9421.0, 9452.0, 9448.0, 9407.0, 9481.0, 9444.0, 9421.0, 9483.0, 9428.0, 9397.0, 9451.0, 9432.0, 9416.0, 9459.0, 9412.0, 9399.0, 9425.0, 9411.0, 9396.0, 9422.0, 9461.0, 9426.0, 9431.0, 9427.0, 9428.0, 9417.0, 9442.0, 9410.0, 9395.0, 9437.0, 9417.0, 9427.0, 9435.0, 9410.0, 9393.0, 9427.0, 9393.0, 9410.0, 9431.0, 9389.0, 9404.0, 9423.0, 9391.0, 9412.0, 9431.0, 9395.0, 9423.0, 9408.0, 9418.0, 9463.0, 9411.0, 9396.0, 9451.0, 9429.0, 9401.0, 9457.0, 9425.0, 9396.0, 9410.0, 9412.0, 9401.0, 9442.0, 9466.0, 9444.0, 9421.0, 9458.0, 9430.0, 9423.0, 9434.0, 9472.0, 9481.0, 9437.0, 9428.0, 9423.0, 9400.0, 9397.0, 9449.0, 9412.0, 9394.0, 9426.0, 9422.0, 9398.0, 9415.0, 9456.0, 9442.0, 9420.0, 9430.0, 9459.0, 9432.0, 9425.0, 9427.0, 9464.0, 9436.0, 9423.0, 9461.0, 9427.0, 9398.0, 9468.0, 9437.0, 9410.0, 9483.0, 9407.0, 9398.0, 9420.0, 9405.0, 9395.0, 9428.0, 9407.0, 9399.0, 9424.0, 9411.0, 9415.0, 9416.0, 9446.0, 9446.0, 9450.0, 9455.0, 9420.0, 9442.0, 9430.0, 9419.0, 9461.0, 9431.0, 9419.0, 9475.0, 9431.0, 9416.0, 9444.0, 9427.0, 9399.0, 9468.0, 9428.0, 9394.0, 9412.0, 9413.0, 9401.0, 9443.0, 9427.0, 9400.0, 9412.0, 9421.0, 9397.0, 9408.0, 9437.0, 9394.0, 9451.0, 9436.0, 9391.0, 9391.0, 9419.0, 9414.0, 9403.0, 9437.0, 9406.0, 9390.0, 9416.0, 9387.0, 9372.0, 9408.0, 9420.0, 9395.0, 9392.0, 9433.0, 9388.0, 9390.0, 9449.0, 9408.0, 9391.0, 9464.0, 9399.0, 9385.0, 9398.0, 9402.0, 9397.0, 9393.0, 9435.0, 9395.0, 9394.0, 9421.0, 9409.0, 9405.0, 9411.0, 9442.0, 9414.0, 9399.0, 9435.0, 9413.0, 9397.0, 9435.0, 9393.0, 9429.0, 9424.0, 9401.0, 9413.0, 9439.0, 9419.0, 9433.0, 9446.0, 9421.0, 9430.0, 9430.0, 9404.0, 9460.0, 9431.0, 9422.0, 9478.0, 9435.0, 9418.0, 9464.0, 9421.0, 9419.0, 9490.0, 9430.0, 9427.0, 9467.0, 9454.0, 9426.0, 9484.0, 9479.0, 9466.0, 9490.0, 9444.0, 9431.0, 9441.0, 9415.0, 9483.0, 9453.0, 9389.0, 9426.0, 9385.0, 9377.0, 9416.0, 9375.0, 9417.0, 9398.0, 9389.0, 9402.0, 9406.0, 9411.0, 9460.0, 9430.0, 9426.0, 9424.0, 9400.0, 9436.0, 9413.0, 9420.0, 9451.0, 9398.0, 9408.0, 9422.0, 9396.0, 9449.0, 9409.0, 9393.0, 9439.0, 9395.0, 9409.0, 9422.0, 9394.0, 9432.0, 9410.0, 9435.0, 9417.0, 9390.0, 9429.0, 9388.0, 9391.0, 9420.0, 9398.0, 9411.0, 9444.0, 9422.0, 9426.0, 9465.0, 9443.0, 9463.0, 9453.0, 9421.0, 9475.0, 9428.0, 9399.0, 9444.0, 9414.0, 9452.0, 9451.0, 9391.0, 9392.0, 9417.0, 9391.0, 9398.0, 9436.0, 9395.0, 9434.0, 9417.0, 9393.0, 9389.0, 9430.0, 9390.0, 9407.0, 9417.0, 9395.0, 9390.0, 9432.0, 9393.0, 9395.0, 9433.0, 9394.0, 9393.0, 9434.0, 9394.0, 9412.0, 9433.0, 9392.0, 9382.0, 9452.0, 9395.0, 9396.0, 9452.0, 9416.0, 9399.0, 9451.0, 9415.0, 9401.0, 9457.0, 9415.0, 9401.0, 9425.0, 9430.0, 9400.0, 9444.0, 9426.0, 9397.0, 9416.0, 9435.0, 9396.0, 9411.0, 9438.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.0003076448598130841</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018035598971962614</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.97206472210475</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.205482772048644</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9991679028157159</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4994</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5178.7959</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09189215281114071</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.897196261682243</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4576209642805993</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3413720350864313</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6448279369423884</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.386662920812979</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00706422</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0038122062105685472</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0374293327331543</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1070</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8592554700972403</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.9823</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.714</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.7033</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294971.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>1134.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.9462</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5038</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.3976</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3426.2577</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3613.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81573.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1142.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4528.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.1852</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.723139700479805</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> |