=== 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-0068 --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-0068",
"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-0068_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-0068_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-0068_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-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0068/figures/sub-0068_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-0068_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-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0068/figures/sub-0068_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-0068_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-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0068/figures/sub-0068_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-0068_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-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0068/figures/sub-0068_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-0068_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-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0068/figures/sub-0068_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-0068_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-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0068/figures/sub-0068_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-0068_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-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0068/figures/sub-0068_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-0068/figures/sub-0068_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0068/figures/sub-0068_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-0068/ses-01/func/sub-0068_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>803c19c709bb3757b546fad480cfd0bc</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>17:26:44.070000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998775, 0.0186096, 0.0458505, -0.0203982, 0.999037, 0.0388556]</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.0912117</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>[4146, -7782, -7260, 526, -61, -226, 66, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>249.475</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>78d79b2b-24c9-4e52-9c69-6ac090a614fa||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679640293121338, -0.05472690612077713, 0.12172488868236542, 114.71493530273438], [-0.04992818832397461, 2.680342197418213, 0.10730694979429245, -93.63619232177734], [0.12301367521286011, -0.10424685478210449, 2.6951193809509277, -54.604217529296875], [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': ['172644.070000', '172644.530000', '172644.990000', '172645.450000', '172645.910000', '172646.370000', '172646.830000', '172647.290000', '172647.750000', '172648.210000', '172648.670000', '172649.130000', '172649.590000', '172650.050000', '172650.510000', '172650.970000', '172651.430000', '172651.890000', '172652.350000', '172652.810000', '172653.270000', '172653.730000', '172654.190000', '172654.650000', '172655.110000', '172655.570000', '172656.030000', '172656.490000', '172656.950000', '172657.410000', '172657.870000', '172658.330000', '172658.790000', '172659.250000', '172659.710000', '172700.170000', '172700.630000', '172701.090000', '172701.550000', '172702.010000', '172702.470000', '172702.930000', '172703.390000', '172703.850000', '172704.310000', '172704.770000', '172705.230000', '172705.690000', '172706.150000', '172706.610000', '172707.070000', '172707.530000', '172707.990000', '172708.450000', '172708.910000', '172709.370000', '172709.830000', '172710.290000', '172710.750000', '172711.210000', '172711.670000', '172712.130000', '172712.590000', '172713.050000', '172713.510000', '172713.970000', '172714.430000', '172714.890000', '172715.350000', '172715.810000', '172716.270000', '172716.730000', '172717.190000', '172717.650000', '172718.110000', '172718.570000', '172719.030000', '172719.490000', '172719.950000', '172720.410000', '172720.870000', '172721.330000', '172721.790000', '172722.250000', '172722.710000', '172723.170000', '172723.630000', '172724.090000', '172724.550000', '172725.010000', '172725.470000', '172725.930000', '172726.390000', '172726.850000', '172727.310000', '172727.770000', '172728.230000', '172728.690000', '172729.150000', '172729.610000', '172730.070000', '172730.530000', '172730.990000', '172731.450000', '172731.910000', '172732.370000', '172732.830000', '172733.290000', '172733.750000', '172734.210000', '172734.670000', '172735.130000', '172735.590000', '172736.050000', '172736.510000', '172736.970000', '172737.430000', '172737.890000', '172738.350000', '172738.810000', '172739.270000', '172739.730000', '172740.190000', '172740.650000', '172741.110000', '172741.570000', '172742.030000', '172742.490000', '172742.950000', '172743.410000', '172743.870000', '172744.330000', '172744.790000', '172745.250000', '172745.710000', '172746.170000', '172746.630000', '172747.090000', '172747.550000', '172748.010000', '172748.470000', '172748.930000', '172749.390000', '172749.850000', '172750.310000', '172750.770000', '172751.230000', '172751.690000', '172752.150000', '172752.610000', '172753.070000', '172753.530000', '172753.990000', '172754.450000', '172754.910000', '172755.370000', '172755.830000', '172756.290000', '172756.750000', '172757.210000', '172757.670000', '172758.130000', '172758.590000', '172759.050000', '172759.510000', '172759.970000', '172800.430000', '172800.890000', '172801.350000', '172801.810000', '172802.270000', '172802.730000', '172803.190000', '172803.650000', '172804.110000', '172804.570000', '172805.030000', '172805.490000', '172805.950000', '172806.410000', '172806.870000', '172807.330000', '172807.790000', '172808.250000', '172808.710000', '172809.170000', '172809.630000', '172810.090000', '172810.550000', '172811.010000', '172811.470000', '172811.930000', '172812.390000', '172812.850000', '172813.310000', '172813.770000', '172814.230000', '172814.690000', '172815.150000', '172815.610000', '172816.070000', '172816.530000', '172816.990000', '172817.450000', '172817.910000', '172818.370000', '172818.830000', '172819.290000', '172819.750000', '172820.210000', '172820.670000', '172821.130000', '172821.590000', '172822.050000', '172822.510000', '172822.970000', '172823.430000', '172823.890000', '172824.350000', '172824.810000', '172825.270000', '172825.730000', '172826.190000', '172826.650000', '172827.110000', '172827.570000', '172828.030000', '172828.490000', '172828.950000', '172829.410000', '172829.870000', '172830.330000', '172830.790000', '172831.250000', '172831.710000', '172832.170000', '172832.630000', '172833.090000', '172833.550000', '172834.010000', '172834.470000', '172834.930000', '172835.390000', '172835.850000', '172836.310000', '172836.770000', '172837.230000', '172837.690000', '172838.150000', '172838.610000', '172839.070000', '172839.530000', '172839.990000', '172840.450000', '172840.910000', '172841.370000', '172841.830000', '172842.290000', '172842.750000', '172843.210000', '172843.670000', '172844.130000', '172844.590000', '172845.050000', '172845.510000', '172845.970000', '172846.430000', '172846.890000', '172847.350000', '172847.810000', '172848.270000', '172848.730000', '172849.190000', '172849.650000', '172850.110000', '172850.570000', '172851.030000', '172851.490000', '172851.950000', '172852.410000', '172852.870000', '172853.330000', '172853.790000', '172854.250000', '172854.710000', '172855.170000', '172855.630000', '172856.090000', '172856.550000', '172857.010000', '172857.470000', '172857.930000', '172858.390000', '172858.850000', '172859.310000', '172859.770000', '172900.230000', '172900.690000', '172901.150000', '172901.610000', '172902.070000', '172902.530000', '172902.990000', '172903.450000', '172903.910000', '172904.370000', '172904.830000', '172905.290000', '172905.750000', '172906.210000', '172906.670000', '172907.130000', '172907.590000', '172908.050000', '172908.510000', '172908.970000', '172909.430000', '172909.890000', '172910.350000', '172910.810000', '172911.270000', '172911.730000', '172912.190000', '172912.650000', '172913.110000', '172913.570000', '172914.030000', '172914.490000', '172914.950000', '172915.410000', '172915.870000', '172916.330000', '172916.790000', '172917.250000', '172917.710000', '172918.170000', '172918.630000', '172919.090000', '172919.550000', '172920.010000', '172920.470000', '172920.930000', '172921.390000', '172921.850000', '172922.310000', '172922.770000', '172923.230000', '172923.690000', '172924.150000', '172924.610000', '172925.070000', '172925.530000', '172925.990000', '172926.450000', '172926.910000', '172927.370000', '172927.830000', '172928.290000', '172928.750000', '172929.210000', '172929.670000', '172930.130000', '172930.590000', '172931.050000', '172931.510000', '172931.970000', '172932.430000', '172932.890000', '172933.350000', '172933.810000', '172934.270000', '172934.730000', '172935.190000', '172935.650000', '172936.110000', '172936.570000', '172937.030000', '172937.490000', '172937.950000', '172938.410000', '172938.870000', '172939.330000', '172939.790000', '172940.250000', '172940.710000', '172941.170000', '172941.630000', '172942.090000', '172942.550000', '172943.010000', '172943.470000', '172943.930000', '172944.390000', '172944.850000', '172945.310000', '172945.770000', '172946.230000', '172946.690000', '172947.150000', '172947.610000', '172948.070000', '172948.530000', '172948.990000', '172949.450000', '172949.910000', '172950.370000', '172950.830000', '172951.290000', '172951.750000', '172952.210000', '172952.670000', '172953.130000', '172953.590000', '172954.050000', '172954.510000', '172954.970000', '172955.430000', '172955.890000', '172956.350000', '172956.810000', '172957.270000', '172957.730000', '172958.190000', '172958.650000', '172959.110000', '172959.570000', '173000.030000', '173000.490000', '173000.950000', '173001.410000', '173001.870000', '173002.330000', '173002.790000', '173003.250000', '173003.710000', '173004.170000', '173004.630000', '173005.090000', '173005.550000', '173006.010000', '173006.470000', '173006.930000', '173007.390000', '173007.850000', '173008.310000', '173008.770000', '173009.230000', '173009.690000', '173010.150000', '173010.610000', '173011.070000', '173011.530000', '173011.990000', '173012.450000', '173012.910000', '173013.370000', '173013.830000', '173014.290000', '173014.750000', '173015.210000', '173015.670000', '173016.130000', '173016.590000', '173017.050000', '173017.510000', '173017.970000', '173018.430000', '173018.890000', '173019.350000', '173019.810000', '173020.270000', '173020.730000', '173021.190000', '173021.650000', '173022.110000', '173022.570000', '173023.030000', '173023.490000', '173023.950000', '173024.410000', '173024.870000', '173025.330000', '173025.790000', '173026.250000', '173026.710000', '173027.170000', '173027.630000', '173028.090000', '173028.550000', '173029.010000', '173029.470000', '173029.930000', '173030.390000', '173030.850000', '173031.310000', '173031.770000', '173032.230000', '173032.690000', '173033.150000', '173033.610000', '173034.070000', '173034.530000', '173034.990000', '173035.450000', '173035.910000', '173036.370000', '173036.830000', '173037.290000', '173037.750000', '173038.210000', '173038.670000', '173039.130000', '173039.590000', '173040.050000', '173040.510000', '173040.970000', '173041.430000', '173041.890000', '173042.350000', '173042.810000', '173043.270000', '173043.730000', '173044.190000', '173044.650000', '173045.110000', '173045.570000', '173046.030000', '173046.490000', '173046.950000', '173047.410000', '173047.870000', '173048.330000', '173048.790000', '173049.250000', '173049.710000', '173050.170000', '173050.630000', '173051.090000', '173051.550000', '173052.010000', '173052.470000', '173052.930000', '173053.390000', '173053.850000', '173054.310000', '173054.770000', '173055.230000', '173055.690000', '173056.150000', '173056.610000', '173057.070000', '173057.530000', '173057.990000', '173058.450000', '173058.910000', '173059.370000', '173059.830000', '173100.290000', '173100.750000', '173101.210000', '173101.670000', '173102.130000', '173102.590000', '173103.050000', '173103.510000', '173103.970000', '173104.430000', '173104.890000', '173105.350000', '173105.810000', '173106.270000', '173106.730000', '173107.190000', '173107.650000', '173108.110000', '173108.570000', '173109.030000', '173109.490000', '173109.950000', '173110.410000', '173110.870000', '173111.330000', '173111.790000', '173112.250000', '173112.710000', '173113.170000', '173113.630000', '173114.090000', '173114.550000', '173115.010000', '173115.470000', '173115.930000', '173116.390000', '173116.850000', '173117.310000', '173117.770000', '173118.230000', '173118.690000', '173119.150000', '173119.610000', '173120.070000', '173120.530000', '173120.990000', '173121.450000', '173121.910000', '173122.370000', '173122.830000', '173123.290000', '173123.750000', '173124.210000', '173124.670000', '173125.130000', '173125.590000', '173126.050000', '173126.510000', '173126.970000', '173127.430000', '173127.890000', '173128.350000', '173128.810000', '173129.270000', '173129.730000', '173130.190000', '173130.650000', '173131.110000', '173131.570000', '173132.030000', '173132.490000', '173132.950000', '173133.410000', '173133.870000', '173134.330000', '173134.790000', '173135.250000', '173135.710000', '173136.170000', '173136.630000', '173137.090000', '173137.550000', '173138.010000', '173138.470000', '173138.930000', '173139.390000', '173139.850000', '173140.310000', '173140.770000', '173141.230000', '173141.690000', '173142.150000', '173142.610000', '173143.070000', '173143.530000', '173143.990000', '173144.450000', '173144.910000', '173145.370000', '173145.830000', '173146.290000', '173146.750000', '173147.210000', '173147.670000', '173148.130000', '173148.590000', '173149.050000', '173149.510000', '173149.970000', '173150.430000', '173150.890000', '173151.350000', '173151.810000', '173152.270000', '173152.730000', '173153.190000', '173153.650000', '173154.110000', '173154.570000', '173155.030000', '173155.490000', '173155.950000', '173156.410000', '173156.870000', '173157.330000', '173157.790000', '173158.250000', '173158.710000', '173159.170000', '173159.630000', '173200.090000', '173200.550000', '173201.010000', '173201.470000', '173201.930000', '173202.390000', '173202.850000', '173203.310000', '173203.770000', '173204.230000', '173204.690000', '173205.150000', '173205.610000', '173206.070000', '173206.530000', '173206.990000', '173207.450000', '173207.910000', '173208.370000', '173208.830000', '173209.290000', '173209.750000', '173210.210000', '173210.670000', '173211.130000', '173211.590000', '173212.050000', '173212.510000', '173212.970000', '173213.430000', '173213.890000', '173214.350000', '173214.810000', '173215.270000', '173215.730000', '173216.190000', '173216.650000', '173217.110000', '173217.570000', '173218.030000', '173218.490000', '173218.950000', '173219.410000', '173219.870000', '173220.330000', '173220.790000', '173221.250000', '173221.710000', '173222.170000', '173222.630000', '173223.090000', '173223.550000', '173224.010000', '173224.470000', '173224.930000', '173225.390000', '173225.850000', '173226.310000', '173226.770000', '173227.230000', '173227.690000', '173228.150000', '173228.610000', '173229.070000', '173229.530000', '173229.990000', '173230.450000', '173230.910000', '173231.370000', '173231.830000', '173232.290000', '173232.750000', '173233.210000', '173233.670000', '173234.130000', '173234.590000', '173235.050000', '173235.510000', '173235.970000', '173236.430000', '173236.890000', '173237.350000', '173237.810000', '173238.270000', '173238.730000', '173239.190000', '173239.650000', '173240.110000', '173240.570000', '173241.030000', '173241.490000', '173241.950000', '173242.410000', '173242.870000', '173243.330000', '173243.790000', '173244.250000', '173244.710000', '173245.170000', '173245.630000', '173246.090000', '173246.550000', '173247.010000', '173247.470000', '173247.930000', '173248.390000', '173248.850000', '173249.310000', '173249.770000', '173250.230000', '173250.690000', '173251.150000', '173251.610000', '173252.070000', '173252.530000', '173252.990000', '173253.450000', '173253.910000', '173254.370000', '173254.830000', '173255.290000', '173255.750000', '173256.210000', '173256.670000', '173257.130000', '173257.590000', '173258.050000', '173258.510000', '173258.970000', '173259.430000', '173259.890000', '173300.350000', '173300.810000', '173301.270000', '173301.730000', '173302.190000', '173302.650000', '173303.110000', '173303.570000', '173304.030000', '173304.490000', '173304.950000', '173305.410000', '173305.870000', '173306.330000', '173306.790000', '173307.250000', '173307.710000', '173308.170000', '173308.630000', '173309.090000', '173309.550000', '173310.010000', '173310.470000', '173310.930000', '173311.390000', '173311.850000', '173312.310000', '173312.770000', '173313.230000', '173313.690000', '173314.150000', '173314.610000', '173315.070000', '173315.530000', '173315.990000', '173316.450000', '173316.910000', '173317.370000', '173317.830000', '173318.290000', '173318.750000', '173319.210000', '173319.670000', '173320.130000', '173320.590000', '173321.050000', '173321.510000', '173321.970000', '173322.430000', '173322.890000', '173323.350000', '173323.810000', '173324.270000', '173324.730000', '173325.190000', '173325.650000', '173326.110000', '173326.570000', '173327.030000', '173327.490000', '173327.950000', '173328.410000', '173328.870000', '173329.330000', '173329.790000', '173330.250000', '173330.710000', '173331.170000', '173331.630000', '173332.090000', '173332.550000', '173333.010000', '173333.470000', '173333.930000', '173334.390000', '173334.850000', '173335.310000', '173335.770000', '173336.230000', '173336.690000', '173337.150000', '173337.610000', '173338.070000', '173338.530000', '173338.990000', '173339.450000', '173339.910000', '173340.370000', '173340.830000', '173341.290000', '173341.750000', '173342.210000', '173342.670000', '173343.130000', '173343.590000', '173344.050000', '173344.510000', '173344.970000', '173345.430000', '173345.890000', '173346.350000', '173346.810000', '173347.270000', '173347.730000', '173348.190000', '173348.650000', '173349.110000', '173349.570000', '173350.030000', '173350.490000', '173350.950000', '173351.410000', '173351.870000', '173352.330000', '173352.790000', '173353.250000', '173353.710000', '173354.170000', '173354.630000', '173355.090000', '173355.550000', '173356.010000', '173356.470000', '173356.930000', '173357.390000', '173357.850000', '173358.310000', '173358.770000', '173359.230000', '173359.690000', '173400.150000', '173400.610000', '173401.070000', '173401.530000', '173401.990000', '173402.450000', '173402.910000', '173403.370000', '173403.830000', '173404.290000', '173404.750000', '173405.210000', '173405.670000', '173406.130000', '173406.590000', '173407.050000', '173407.510000', '173407.970000', '173408.430000', '173408.890000', '173409.350000', '173409.810000', '173410.270000', '173410.730000', '173411.190000', '173411.650000', '173412.110000', '173412.570000', '173413.030000', '173413.490000', '173413.950000', '173414.410000', '173414.870000', '173415.330000', '173415.790000', '173416.250000', '173416.710000', '173417.170000', '173417.630000', '173418.090000', '173418.550000', '173419.010000', '173419.470000', '173419.930000', '173420.390000', '173420.850000', '173421.310000', '173421.770000', '173422.230000', '173422.690000', '173423.150000', '173423.610000', '173424.070000', '173424.530000', '173424.990000', '173425.450000', '173425.910000', '173426.370000', '173426.830000', '173427.290000', '173427.750000', '173428.210000', '173428.670000', '173429.130000', '173429.590000', '173430.050000', '173430.510000', '173430.970000', '173431.430000', '173431.890000', '173432.350000', '173432.810000', '173433.270000', '173433.730000', '173434.190000', '173434.650000', '173435.110000', '173435.570000', '173436.030000', '173436.490000', '173436.950000', '173437.410000', '173437.870000', '173438.330000', '173438.790000', '173439.250000', '173439.710000', '173440.170000', '173440.630000', '173441.090000', '173441.550000', '173442.010000', '173442.470000', '173442.930000', '173443.390000', '173443.850000', '173444.310000', '173444.770000', '173445.230000', '173445.690000', '173446.150000', '173446.610000', '173447.070000', '173447.530000', '173447.990000', '173448.450000', '173448.910000', '173449.370000', '173449.830000', '173450.290000', '173450.750000', '173451.210000', '173451.670000', '173452.130000', '173452.590000', '173453.050000', '173453.510000', '173453.970000', '173454.430000', '173454.890000', '173455.350000', '173455.810000', '173456.270000', '173456.730000', '173457.190000'], 'ContentTime': ['172713.688000', '172713.691000', '172713.694000', '172713.697000', '172713.699000', '172713.702000', '172713.705000', '172713.708000', '172713.710000', '172713.713000', '172713.716000', '172713.718000', '172713.721000', '172713.735000', '172713.746000', '172713.749000', '172713.752000', '172713.754000', '172713.757000', '172713.760000', '172713.762000', '172713.765000', '172713.767000', '172713.770000', '172713.773000', '172713.775000', '172713.778000', '172713.781000', '172713.783000', '172713.786000', '172713.789000', '172713.791000', '172713.794000', '172713.796000', '172713.799000', '172713.802000', '172713.805000', '172713.808000', '172713.811000', '172713.813000', '172713.816000', '172713.819000', '172713.821000', '172713.824000', '172713.827000', '172713.829000', '172713.832000', '172713.834000', '172713.837000', '172713.840000', '172713.842000', '172713.845000', '172713.847000', '172713.850000', '172713.853000', '172713.855000', '172713.858000', '172713.861000', '172713.863000', '172713.866000', '172713.869000', '172713.871000', '172733.656000', '172733.660000', '172733.662000', '172733.665000', '172733.667000', '172733.670000', '172733.673000', '172733.675000', '172733.678000', '172733.681000', '172733.683000', '172733.686000', '172733.688000', '172733.691000', '172733.694000', '172733.696000', '172733.699000', '172733.702000', '172733.704000', '172733.707000', '172733.709000', '172733.712000', '172733.715000', '172733.717000', '172733.720000', '172733.722000', '172733.725000', '172733.728000', '172733.730000', '172733.733000', '172733.736000', '172733.738000', '172733.741000', '172733.743000', '172733.746000', '172733.749000', '172733.751000', '172733.754000', '172733.757000', '172733.759000', '172733.762000', '172733.764000', '172733.767000', '172753.656000', '172753.659000', '172753.662000', '172753.665000', '172753.667000', '172753.670000', '172753.673000', '172753.676000', '172753.678000', '172753.681000', '172753.684000', '172753.686000', '172753.689000', '172753.692000', '172753.695000', '172753.697000', '172753.700000', '172753.703000', '172753.705000', '172753.708000', '172753.710000', '172753.713000', '172753.716000', '172753.719000', '172753.721000', '172753.724000', '172753.726000', '172753.729000', '172753.732000', '172753.734000', '172753.737000', '172753.740000', '172753.742000', '172753.745000', '172753.748000', '172753.750000', '172753.753000', '172753.755000', '172753.758000', '172753.761000', '172753.763000', '172753.766000', '172753.769000', '172753.771000', '172813.657000', '172813.659000', '172813.662000', '172813.665000', '172813.667000', '172813.670000', '172813.678000', '172813.681000', '172813.684000', '172813.686000', '172813.689000', '172813.692000', '172813.694000', '172813.697000', '172813.700000', '172813.702000', '172813.705000', '172813.708000', '172813.710000', '172813.713000', '172813.716000', '172813.718000', '172813.729000', '172813.732000', '172813.734000', '172813.737000', '172813.740000', '172813.742000', '172813.745000', '172813.748000', '172813.750000', '172813.753000', '172813.755000', '172813.758000', '172813.761000', '172813.763000', '172813.766000', '172813.768000', '172813.771000', '172813.774000', '172813.776000', '172813.779000', '172813.782000', '172833.655000', '172833.658000', '172833.661000', '172833.664000', '172833.666000', '172833.669000', '172833.672000', '172833.674000', '172833.677000', '172833.680000', '172833.683000', '172833.686000', '172833.688000', '172833.691000', '172833.694000', '172833.696000', '172833.699000', '172833.702000', '172833.705000', '172833.707000', '172833.710000', '172833.713000', '172833.716000', '172833.718000', '172833.721000', '172833.723000', '172833.726000', '172833.729000', '172833.731000', '172833.734000', '172833.737000', '172833.739000', '172833.742000', '172833.745000', '172833.761000', '172833.764000', '172833.766000', '172833.769000', '172833.771000', '172833.774000', '172833.777000', '172833.779000', '172833.782000', '172833.784000', '172853.657000', '172853.660000', '172853.662000', '172853.665000', '172853.668000', '172853.670000', '172853.673000', '172853.676000', '172853.678000', '172853.681000', '172853.684000', '172853.686000', '172853.689000', '172853.692000', '172853.694000', '172853.697000', '172853.700000', '172853.702000', '172853.705000', '172853.708000', '172853.710000', '172853.713000', '172853.715000', '172853.718000', '172853.721000', '172853.723000', '172853.726000', '172853.733000', '172853.735000', '172853.738000', '172853.741000', '172853.743000', '172853.746000', '172853.749000', '172853.751000', '172853.754000', '172853.757000', '172853.759000', '172853.762000', '172853.765000', '172853.768000', '172853.770000', '172853.773000', '172913.656000', '172913.659000', '172913.662000', '172913.664000', '172913.667000', '172913.670000', '172913.673000', '172913.675000', '172913.678000', '172913.681000', '172913.683000', '172913.686000', '172913.688000', '172913.691000', '172913.694000', '172913.696000', '172913.699000', '172913.702000', '172913.704000', '172913.707000', '172913.710000', '172913.712000', '172913.715000', '172913.717000', '172913.720000', '172913.723000', '172913.726000', '172913.728000', '172913.731000', '172913.734000', '172913.736000', '172913.739000', '172913.742000', '172913.744000', '172913.747000', '172913.750000', '172913.752000', '172913.755000', '172913.758000', '172913.760000', '172913.763000', '172913.766000', '172913.768000', '172913.771000', '172933.657000', '172933.659000', '172933.662000', '172933.665000', '172933.668000', '172933.670000', '172933.673000', '172933.676000', '172933.678000', '172933.681000', '172933.684000', '172933.686000', '172933.689000', '172933.692000', '172933.694000', '172933.697000', '172933.700000', '172933.702000', '172933.705000', '172933.708000', '172933.710000', '172933.713000', '172933.715000', '172933.718000', '172933.721000', '172933.723000', '172933.726000', '172933.729000', '172933.731000', '172933.734000', '172933.737000', '172933.739000', '172933.742000', '172933.745000', '172933.747000', '172933.750000', '172933.753000', '172933.755000', '172933.758000', '172933.760000', '172933.763000', '172933.766000', '172933.768000', '172953.656000', '172953.659000', '172953.663000', '172953.666000', '172953.669000', '172953.671000', '172953.674000', '172953.677000', '172953.680000', '172953.682000', '172953.685000', '172953.687000', '172953.690000', '172953.693000', '172953.695000', '172953.698000', '172953.701000', '172953.704000', '172953.706000', '172953.709000', '172953.712000', '172953.714000', '172953.717000', '172953.720000', '172953.723000', '172953.725000', '172953.728000', '172953.731000', '172953.733000', '172953.736000', '172953.738000', '172953.741000', '172953.744000', '172953.746000', '172953.749000', '172953.752000', '172953.754000', '172953.757000', '172953.759000', '172953.762000', '172953.765000', '172953.767000', '172953.770000', '172953.773000', '173013.657000', '173013.660000', '173013.662000', '173013.665000', '173013.667000', '173013.670000', '173013.673000', '173013.675000', '173013.678000', '173013.681000', '173013.683000', '173013.686000', '173013.689000', '173013.691000', '173013.694000', '173013.697000', '173013.700000', '173013.702000', '173013.705000', '173013.708000', '173013.710000', '173013.713000', '173013.716000', '173013.718000', '173013.721000', '173013.724000', '173013.726000', '173013.729000', '173013.731000', '173013.765000', '173013.768000', '173013.770000', '173013.773000', '173013.776000', '173013.778000', '173013.781000', '173013.783000', '173013.786000', '173013.789000', '173013.791000', '173013.794000', '173013.797000', '173013.799000', '173033.657000', '173033.660000', '173033.662000', '173033.665000', '173033.668000', '173033.670000', '173033.673000', '173033.676000', '173033.678000', '173033.681000', '173033.683000', '173033.686000', '173033.689000', '173033.691000', '173033.694000', '173033.697000', '173033.700000', '173033.702000', '173033.705000', '173033.708000', '173033.710000', '173033.713000', '173033.716000', '173033.718000', '173033.721000', '173033.723000', '173033.726000', '173033.729000', '173033.732000', '173033.734000', '173033.737000', '173033.740000', '173033.742000', '173033.745000', '173033.748000', '173033.750000', '173033.753000', '173033.755000', '173033.758000', '173033.761000', '173033.764000', '173033.766000', '173033.769000', '173033.772000', '173053.656000', '173053.659000', '173053.661000', '173053.664000', '173053.667000', '173053.669000', '173053.672000', '173053.675000', '173053.678000', '173053.680000', '173053.683000', '173053.685000', '173053.688000', '173053.691000', '173053.693000', '173053.696000', '173053.699000', '173053.701000', '173053.704000', '173053.707000', '173053.709000', '173053.712000', '173053.715000', '173053.717000', '173053.720000', '173053.722000', '173053.725000', '173053.728000', '173053.730000', '173053.733000', '173053.735000', '173053.738000', '173053.741000', '173053.743000', '173053.746000', '173053.748000', '173053.751000', '173053.754000', '173053.756000', '173053.759000', '173053.762000', '173053.764000', '173053.767000', '173113.657000', '173113.661000', '173113.664000', '173113.666000', '173113.669000', '173113.671000', '173113.674000', '173113.677000', '173113.679000', '173113.682000', '173113.685000', '173113.687000', '173113.690000', '173113.692000', '173113.695000', '173113.698000', '173113.700000', '173113.711000', '173113.714000', '173113.717000', '173113.719000', '173113.722000', '173113.725000', '173113.727000', '173113.730000', '173113.733000', '173113.735000', '173113.738000', '173113.741000', '173113.744000', '173113.746000', '173113.749000', '173113.751000', '173113.754000', '173113.757000', '173113.759000', '173113.762000', '173113.765000', '173113.767000', '173113.770000', '173113.773000', '173113.775000', '173113.778000', '173133.656000', '173133.659000', '173133.662000', '173133.665000', '173133.668000', '173133.671000', '173133.674000', '173133.677000', '173133.680000', '173133.682000', '173133.685000', '173133.687000', '173133.690000', '173133.693000', '173133.695000', '173133.698000', '173133.701000', '173133.703000', '173133.706000', '173133.708000', '173133.711000', '173133.714000', '173133.716000', '173133.719000', '173133.722000', '173133.724000', '173133.727000', '173133.730000', '173133.740000', '173133.742000', '173133.745000', '173133.747000', '173133.750000', '173133.753000', '173133.755000', '173133.758000', '173133.761000', '173133.763000', '173133.766000', '173133.768000', '173133.771000', '173133.774000', '173133.776000', '173133.779000', '173153.657000', '173153.660000', '173153.663000', '173153.666000', '173153.668000', '173153.673000', '173153.675000', '173153.678000', '173153.681000', '173153.683000', '173153.686000', '173153.688000', '173153.691000', '173153.694000', '173153.696000', '173153.699000', '173153.702000', '173153.704000', '173153.707000', '173153.710000', '173153.712000', '173153.715000', '173153.718000', '173153.720000', '173153.723000', '173153.726000', '173153.728000', '173153.731000', '173153.734000', '173153.737000', '173153.739000', '173153.742000', '173153.745000', '173153.747000', '173153.750000', '173153.752000', '173153.755000', '173153.758000', '173153.760000', '173153.763000', '173153.766000', '173153.768000', '173153.771000', '173213.657000', '173213.660000', '173213.662000', '173213.666000', '173213.668000', '173213.671000', '173213.673000', '173213.677000', '173213.679000', '173213.682000', '173213.685000', '173213.687000', '173213.690000', '173213.692000', '173213.695000', '173213.698000', '173213.701000', '173213.703000', '173213.706000', '173213.709000', '173213.711000', '173213.714000', '173213.716000', '173213.719000', '173213.722000', '173213.724000', '173213.727000', '173213.730000', '173213.732000', '173213.735000', '173213.738000', '173213.740000', '173213.743000', '173213.746000', '173213.748000', '173213.751000', '173213.754000', '173213.756000', '173213.759000', '173213.762000', '173213.764000', '173213.767000', '173213.769000', '173213.772000', '173233.657000', '173233.660000', '173233.662000', '173233.665000', '173233.668000', '173233.670000', '173233.673000', '173233.676000', '173233.680000', '173233.683000', '173233.686000', '173233.688000', '173233.691000', '173233.694000', '173233.696000', '173233.699000', '173233.702000', '173233.704000', '173233.707000', '173233.710000', '173233.712000', '173233.715000', '173233.718000', '173233.721000', '173233.723000', '173233.726000', '173233.728000', '173233.731000', '173233.734000', '173233.737000', '173233.739000', '173233.743000', '173233.746000', '173233.749000', '173233.752000', '173233.754000', '173233.757000', '173233.760000', '173233.762000', '173233.765000', '173233.768000', '173233.770000', '173233.773000', '173253.657000', '173253.659000', '173253.662000', '173253.665000', '173253.668000', '173253.670000', '173253.673000', '173253.676000', '173253.679000', '173253.681000', '173253.684000', '173253.687000', '173253.689000', '173253.692000', '173253.695000', '173253.697000', '173253.700000', '173253.703000', '173253.705000', '173253.708000', '173253.711000', '173253.713000', '173253.716000', '173253.719000', '173253.721000', '173253.724000', '173253.727000', '173253.729000', '173253.732000', '173253.735000', '173253.737000', '173253.740000', '173253.742000', '173253.745000', '173253.748000', '173253.750000', '173253.753000', '173253.756000', '173253.759000', '173253.761000', '173253.764000', '173253.767000', '173253.769000', '173253.772000', '173313.656000', '173313.659000', '173313.662000', '173313.664000', '173313.667000', '173313.670000', '173313.672000', '173313.684000', '173313.686000', '173313.689000', '173313.692000', '173313.694000', '173313.697000', '173313.700000', '173313.702000', '173313.705000', '173313.708000', '173313.710000', '173313.713000', '173313.715000', '173313.718000', '173313.721000', '173313.724000', '173313.726000', '173313.729000', '173313.732000', '173313.734000', '173313.737000', '173313.740000', '173313.742000', '173313.745000', '173313.747000', '173313.750000', '173313.753000', '173313.755000', '173313.758000', '173313.760000', '173313.763000', '173313.766000', '173313.768000', '173313.771000', '173313.773000', '173313.777000', '173333.656000', '173333.660000', '173333.662000', '173333.665000', '173333.668000', '173333.670000', '173333.673000', '173333.676000', '173333.678000', '173333.681000', '173333.684000', '173333.686000', '173333.689000', '173333.692000', '173333.694000', '173333.697000', '173333.699000', '173333.702000', '173333.705000', '173333.707000', '173333.710000', '173333.713000', '173333.715000', '173333.718000', '173333.721000', '173333.723000', '173333.726000', '173333.729000', '173333.731000', '173333.734000', '173333.736000', '173333.739000', '173333.742000', '173333.744000', '173333.747000', '173333.750000', '173333.752000', '173333.755000', '173333.758000', '173333.760000', '173333.763000', '173333.766000', '173333.768000', '173333.771000', '173353.657000', '173353.659000', '173353.662000', '173353.665000', '173353.668000', '173353.670000', '173353.673000', '173353.676000', '173353.678000', '173353.681000', '173353.684000', '173353.686000', '173353.689000', '173353.692000', '173353.694000', '173353.697000', '173353.700000', '173353.702000', '173353.705000', '173353.708000', '173353.710000', '173353.713000', '173353.716000', '173353.719000', '173353.722000', '173353.726000', '173353.729000', '173353.732000', '173353.734000', '173353.737000', '173353.740000', '173353.742000', '173353.745000', '173353.748000', '173353.750000', '173353.753000', '173353.756000', '173353.758000', '173353.761000', '173353.764000', '173353.766000', '173353.769000', '173353.772000', '173413.657000', '173413.660000', '173413.662000', '173413.665000', '173413.668000', '173413.671000', '173413.673000', '173413.676000', '173413.679000', '173413.682000', '173413.684000', '173413.687000', '173413.690000', '173413.693000', '173413.695000', '173413.698000', '173413.701000', '173413.703000', '173413.706000', '173413.709000', '173413.711000', '173413.714000', '173413.717000', '173413.719000', '173413.722000', '173413.725000', '173413.727000', '173413.730000', '173413.733000', '173413.735000', '173413.738000', '173413.741000', '173413.743000', '173413.746000', '173413.749000', '173413.751000', '173413.754000', '173413.757000', '173413.759000', '173413.762000', '173413.764000', '173413.767000', '173413.770000', '173413.772000', '173433.657000', '173433.660000', '173433.663000', '173433.665000', '173433.668000', '173433.671000', '173433.673000', '173433.676000', '173433.679000', '173433.681000', '173433.684000', '173433.686000', '173433.689000', '173433.692000', '173433.694000', '173433.697000', '173433.700000', '173433.702000', '173433.733000', '173433.736000', '173433.739000', '173433.741000', '173433.744000', '173433.747000', '173433.749000', '173433.752000', '173433.755000', '173433.757000', '173433.760000', '173433.763000', '173433.766000', '173433.768000', '173433.772000', '173433.774000', '173433.777000', '173433.780000', '173433.782000', '173433.785000', '173433.787000', '173433.790000', '173433.793000', '173433.795000', '173433.798000', '173453.657000', '173453.660000', '173453.662000', '173453.665000', '173453.668000', '173453.670000', '173453.673000', '173453.676000', '173453.678000', '173453.681000', '173453.684000', '173453.686000', '173453.689000', '173453.692000', '173453.694000', '173453.697000', '173453.700000', '173453.702000', '173453.705000', '173453.708000', '173453.710000', '173453.713000', '173453.716000', '173453.718000', '173453.721000', '173453.724000', '173453.726000', '173453.729000', '173453.732000', '173453.734000', '173453.737000', '173453.740000', '173453.742000', '173453.752000', '173453.755000', '173453.757000', '173453.760000', '173453.763000', '173453.765000', '173453.768000', '173453.771000', '173453.773000', '173453.776000', '173453.779000', '173458.593000', '173458.596000', '173458.599000', '173458.602000', '173458.605000', '173458.608000', '173458.610000', '173458.613000', '173458.616000', '173458.619000', '173458.622000'], 'InstanceCreationTime': ['172713.688000', '172713.691000', '172713.694000', '172713.697000', '172713.699000', '172713.702000', '172713.705000', '172713.708000', '172713.710000', '172713.713000', '172713.716000', '172713.718000', '172713.721000', '172713.735000', '172713.746000', '172713.749000', '172713.752000', '172713.754000', '172713.757000', '172713.760000', '172713.762000', '172713.765000', '172713.767000', '172713.770000', '172713.773000', '172713.775000', '172713.778000', '172713.781000', '172713.783000', '172713.786000', '172713.789000', '172713.791000', '172713.794000', '172713.796000', '172713.799000', '172713.802000', '172713.805000', '172713.808000', '172713.811000', '172713.813000', '172713.816000', '172713.819000', '172713.821000', '172713.824000', '172713.827000', '172713.829000', '172713.832000', '172713.834000', '172713.837000', '172713.840000', '172713.842000', '172713.845000', '172713.847000', '172713.850000', '172713.853000', '172713.855000', '172713.858000', '172713.861000', '172713.863000', '172713.866000', '172713.869000', '172713.871000', '172733.656000', '172733.660000', '172733.662000', '172733.665000', '172733.667000', '172733.670000', '172733.673000', '172733.675000', '172733.678000', '172733.681000', '172733.683000', '172733.686000', '172733.688000', '172733.691000', '172733.694000', '172733.696000', '172733.699000', '172733.702000', '172733.704000', '172733.707000', '172733.709000', '172733.712000', '172733.715000', '172733.717000', '172733.720000', '172733.722000', '172733.725000', '172733.728000', '172733.730000', '172733.733000', '172733.736000', '172733.738000', '172733.741000', '172733.743000', '172733.746000', '172733.749000', '172733.751000', '172733.754000', '172733.757000', '172733.759000', '172733.762000', '172733.764000', '172733.767000', '172753.656000', '172753.659000', '172753.662000', '172753.665000', '172753.667000', '172753.670000', '172753.673000', '172753.676000', '172753.678000', '172753.681000', '172753.684000', '172753.686000', '172753.689000', '172753.692000', '172753.695000', '172753.697000', '172753.700000', '172753.703000', '172753.705000', '172753.708000', '172753.710000', '172753.713000', '172753.716000', '172753.719000', '172753.721000', '172753.724000', '172753.726000', '172753.729000', '172753.732000', '172753.734000', '172753.737000', '172753.740000', '172753.742000', '172753.745000', '172753.748000', '172753.750000', '172753.753000', '172753.755000', '172753.758000', '172753.761000', '172753.763000', '172753.766000', '172753.769000', '172753.771000', '172813.657000', '172813.659000', '172813.662000', '172813.665000', '172813.667000', '172813.670000', '172813.678000', '172813.681000', '172813.684000', '172813.686000', '172813.689000', '172813.692000', '172813.694000', '172813.697000', '172813.700000', '172813.702000', '172813.705000', '172813.708000', '172813.710000', '172813.713000', '172813.716000', '172813.718000', '172813.729000', '172813.732000', '172813.734000', '172813.737000', '172813.740000', '172813.742000', '172813.745000', '172813.748000', '172813.750000', '172813.753000', '172813.755000', '172813.758000', '172813.761000', '172813.763000', '172813.766000', '172813.768000', '172813.771000', '172813.774000', '172813.776000', '172813.779000', '172813.782000', '172833.655000', '172833.658000', '172833.661000', '172833.664000', '172833.666000', '172833.669000', '172833.672000', '172833.674000', '172833.677000', '172833.680000', '172833.683000', '172833.686000', '172833.688000', '172833.691000', '172833.694000', '172833.696000', '172833.699000', '172833.702000', '172833.705000', '172833.707000', '172833.710000', '172833.713000', '172833.716000', '172833.718000', '172833.721000', '172833.723000', '172833.726000', '172833.729000', '172833.731000', '172833.734000', '172833.737000', '172833.739000', '172833.742000', '172833.745000', '172833.761000', '172833.764000', '172833.766000', '172833.769000', '172833.771000', '172833.774000', '172833.777000', '172833.779000', '172833.782000', '172833.784000', '172853.657000', '172853.660000', '172853.662000', '172853.665000', '172853.668000', '172853.670000', '172853.673000', '172853.676000', '172853.678000', '172853.681000', '172853.684000', '172853.686000', '172853.689000', '172853.692000', '172853.694000', '172853.697000', '172853.700000', '172853.702000', '172853.705000', '172853.708000', '172853.710000', '172853.713000', '172853.715000', '172853.718000', '172853.721000', '172853.723000', '172853.726000', '172853.733000', '172853.735000', '172853.738000', '172853.741000', '172853.743000', '172853.746000', '172853.749000', '172853.751000', '172853.754000', '172853.757000', '172853.759000', '172853.762000', '172853.765000', '172853.768000', '172853.770000', '172853.773000', '172913.656000', '172913.659000', '172913.662000', '172913.664000', '172913.667000', '172913.670000', '172913.673000', '172913.675000', '172913.678000', '172913.681000', '172913.683000', '172913.686000', '172913.688000', '172913.691000', '172913.694000', '172913.696000', '172913.699000', '172913.702000', '172913.704000', '172913.707000', '172913.710000', '172913.712000', '172913.715000', '172913.717000', '172913.720000', '172913.723000', '172913.726000', '172913.728000', '172913.731000', '172913.734000', '172913.736000', '172913.739000', '172913.742000', '172913.744000', '172913.747000', '172913.750000', '172913.752000', '172913.755000', '172913.758000', '172913.760000', '172913.763000', '172913.766000', '172913.768000', '172913.771000', '172933.657000', '172933.659000', '172933.662000', '172933.665000', '172933.668000', '172933.670000', '172933.673000', '172933.676000', '172933.678000', '172933.681000', '172933.684000', '172933.686000', '172933.689000', '172933.692000', '172933.694000', '172933.697000', '172933.700000', '172933.702000', '172933.705000', '172933.708000', '172933.710000', '172933.713000', '172933.715000', '172933.718000', '172933.721000', '172933.723000', '172933.726000', '172933.729000', '172933.731000', '172933.734000', '172933.737000', '172933.739000', '172933.742000', '172933.745000', '172933.747000', '172933.750000', '172933.753000', '172933.755000', '172933.758000', '172933.760000', '172933.763000', '172933.766000', '172933.768000', '172953.656000', '172953.659000', '172953.663000', '172953.666000', '172953.669000', '172953.671000', '172953.674000', '172953.677000', '172953.680000', '172953.682000', '172953.685000', '172953.687000', '172953.690000', '172953.693000', '172953.695000', '172953.698000', '172953.701000', '172953.704000', '172953.706000', '172953.709000', '172953.712000', '172953.714000', '172953.717000', '172953.720000', '172953.723000', '172953.725000', '172953.728000', '172953.731000', '172953.733000', '172953.736000', '172953.738000', '172953.741000', '172953.744000', '172953.746000', '172953.749000', '172953.752000', '172953.754000', '172953.757000', '172953.759000', '172953.762000', '172953.765000', '172953.767000', '172953.770000', '172953.773000', '173013.657000', '173013.660000', '173013.662000', '173013.665000', '173013.667000', '173013.670000', '173013.673000', '173013.675000', '173013.678000', '173013.681000', '173013.683000', '173013.686000', '173013.689000', '173013.691000', '173013.694000', '173013.697000', '173013.700000', '173013.702000', '173013.705000', '173013.708000', '173013.710000', '173013.713000', '173013.716000', '173013.718000', '173013.721000', '173013.724000', '173013.726000', '173013.729000', '173013.731000', '173013.765000', '173013.768000', '173013.770000', '173013.773000', '173013.776000', '173013.778000', '173013.781000', '173013.783000', '173013.786000', '173013.789000', '173013.791000', '173013.794000', '173013.797000', '173013.799000', '173033.657000', '173033.660000', '173033.662000', '173033.665000', '173033.668000', '173033.670000', '173033.673000', '173033.676000', '173033.678000', '173033.681000', '173033.683000', '173033.686000', '173033.689000', '173033.691000', '173033.694000', '173033.697000', '173033.700000', '173033.702000', '173033.705000', '173033.708000', '173033.710000', '173033.713000', '173033.716000', '173033.718000', '173033.721000', '173033.723000', '173033.726000', '173033.729000', '173033.732000', '173033.734000', '173033.737000', '173033.740000', '173033.742000', '173033.745000', '173033.748000', '173033.750000', '173033.753000', '173033.755000', '173033.758000', '173033.761000', '173033.764000', '173033.766000', '173033.769000', '173033.772000', '173053.656000', '173053.659000', '173053.661000', '173053.664000', '173053.667000', '173053.669000', '173053.672000', '173053.675000', '173053.678000', '173053.680000', '173053.683000', '173053.685000', '173053.688000', '173053.691000', '173053.693000', '173053.696000', '173053.699000', '173053.701000', '173053.704000', '173053.707000', '173053.709000', '173053.712000', '173053.715000', '173053.717000', '173053.720000', '173053.722000', '173053.725000', '173053.728000', '173053.730000', '173053.733000', '173053.735000', '173053.738000', '173053.741000', '173053.743000', '173053.746000', '173053.748000', '173053.751000', '173053.754000', '173053.756000', '173053.759000', '173053.762000', '173053.764000', '173053.767000', '173113.657000', '173113.661000', '173113.664000', '173113.666000', '173113.669000', '173113.671000', '173113.674000', '173113.677000', '173113.679000', '173113.682000', '173113.685000', '173113.687000', '173113.690000', '173113.692000', '173113.695000', '173113.698000', '173113.700000', '173113.711000', '173113.714000', '173113.717000', '173113.719000', '173113.722000', '173113.725000', '173113.727000', '173113.730000', '173113.733000', '173113.735000', '173113.738000', '173113.741000', '173113.744000', '173113.746000', '173113.749000', '173113.751000', '173113.754000', '173113.757000', '173113.759000', '173113.762000', '173113.765000', '173113.767000', '173113.770000', '173113.773000', '173113.775000', '173113.778000', '173133.656000', '173133.659000', '173133.662000', '173133.665000', '173133.668000', '173133.671000', '173133.674000', '173133.677000', '173133.680000', '173133.682000', '173133.685000', '173133.687000', '173133.690000', '173133.693000', '173133.695000', '173133.698000', '173133.701000', '173133.703000', '173133.706000', '173133.708000', '173133.711000', '173133.714000', '173133.716000', '173133.719000', '173133.722000', '173133.724000', '173133.727000', '173133.730000', '173133.740000', '173133.742000', '173133.745000', '173133.747000', '173133.750000', '173133.753000', '173133.755000', '173133.758000', '173133.761000', '173133.763000', '173133.766000', '173133.768000', '173133.771000', '173133.774000', '173133.776000', '173133.779000', '173153.657000', '173153.660000', '173153.663000', '173153.666000', '173153.668000', '173153.673000', '173153.675000', '173153.678000', '173153.681000', '173153.683000', '173153.686000', '173153.688000', '173153.691000', '173153.694000', '173153.696000', '173153.699000', '173153.702000', '173153.704000', '173153.707000', '173153.710000', '173153.712000', '173153.715000', '173153.718000', '173153.720000', '173153.723000', '173153.726000', '173153.728000', '173153.731000', '173153.734000', '173153.737000', '173153.739000', '173153.742000', '173153.745000', '173153.747000', '173153.750000', '173153.752000', '173153.755000', '173153.758000', '173153.760000', '173153.763000', '173153.766000', '173153.768000', '173153.771000', '173213.657000', '173213.660000', '173213.662000', '173213.666000', '173213.668000', '173213.671000', '173213.673000', '173213.677000', '173213.679000', '173213.682000', '173213.685000', '173213.687000', '173213.690000', '173213.692000', '173213.695000', '173213.698000', '173213.701000', '173213.703000', '173213.706000', '173213.709000', '173213.711000', '173213.714000', '173213.716000', '173213.719000', '173213.722000', '173213.724000', '173213.727000', '173213.730000', '173213.732000', '173213.735000', '173213.738000', '173213.740000', '173213.743000', '173213.746000', '173213.748000', '173213.751000', '173213.754000', '173213.756000', '173213.759000', '173213.762000', '173213.764000', '173213.767000', '173213.769000', '173213.772000', '173233.657000', '173233.660000', '173233.662000', '173233.665000', '173233.668000', '173233.670000', '173233.673000', '173233.676000', '173233.680000', '173233.683000', '173233.686000', '173233.688000', '173233.691000', '173233.694000', '173233.696000', '173233.699000', '173233.702000', '173233.704000', '173233.707000', '173233.710000', '173233.712000', '173233.715000', '173233.718000', '173233.721000', '173233.723000', '173233.726000', '173233.728000', '173233.731000', '173233.734000', '173233.737000', '173233.739000', '173233.743000', '173233.746000', '173233.749000', '173233.752000', '173233.754000', '173233.757000', '173233.760000', '173233.762000', '173233.765000', '173233.768000', '173233.770000', '173233.773000', '173253.657000', '173253.659000', '173253.662000', '173253.665000', '173253.668000', '173253.670000', '173253.673000', '173253.676000', '173253.679000', '173253.681000', '173253.684000', '173253.687000', '173253.689000', '173253.692000', '173253.695000', '173253.697000', '173253.700000', '173253.703000', '173253.705000', '173253.708000', '173253.711000', '173253.713000', '173253.716000', '173253.719000', '173253.721000', '173253.724000', '173253.727000', '173253.729000', '173253.732000', '173253.735000', '173253.737000', '173253.740000', '173253.742000', '173253.745000', '173253.748000', '173253.750000', '173253.753000', '173253.756000', '173253.759000', '173253.761000', '173253.764000', '173253.767000', '173253.769000', '173253.772000', '173313.656000', '173313.659000', '173313.662000', '173313.664000', '173313.667000', '173313.670000', '173313.672000', '173313.684000', '173313.686000', '173313.689000', '173313.692000', '173313.694000', '173313.697000', '173313.700000', '173313.702000', '173313.705000', '173313.708000', '173313.710000', '173313.713000', '173313.715000', '173313.718000', '173313.721000', '173313.724000', '173313.726000', '173313.729000', '173313.732000', '173313.734000', '173313.737000', '173313.740000', '173313.742000', '173313.745000', '173313.747000', '173313.750000', '173313.753000', '173313.755000', '173313.758000', '173313.760000', '173313.763000', '173313.766000', '173313.768000', '173313.771000', '173313.773000', '173313.777000', '173333.656000', '173333.660000', '173333.662000', '173333.665000', '173333.668000', '173333.670000', '173333.673000', '173333.676000', '173333.678000', '173333.681000', '173333.684000', '173333.686000', '173333.689000', '173333.692000', '173333.694000', '173333.697000', '173333.699000', '173333.702000', '173333.705000', '173333.707000', '173333.710000', '173333.713000', '173333.715000', '173333.718000', '173333.721000', '173333.723000', '173333.726000', '173333.729000', '173333.731000', '173333.734000', '173333.736000', '173333.739000', '173333.742000', '173333.744000', '173333.747000', '173333.750000', '173333.752000', '173333.755000', '173333.758000', '173333.760000', '173333.763000', '173333.766000', '173333.768000', '173333.771000', '173353.657000', '173353.659000', '173353.662000', '173353.665000', '173353.668000', '173353.670000', '173353.673000', '173353.676000', '173353.678000', '173353.681000', '173353.684000', '173353.686000', '173353.689000', '173353.692000', '173353.694000', '173353.697000', '173353.700000', '173353.702000', '173353.705000', '173353.708000', '173353.710000', '173353.713000', '173353.716000', '173353.719000', '173353.722000', '173353.726000', '173353.729000', '173353.732000', '173353.734000', '173353.737000', '173353.740000', '173353.742000', '173353.745000', '173353.748000', '173353.750000', '173353.753000', '173353.756000', '173353.758000', '173353.761000', '173353.764000', '173353.766000', '173353.769000', '173353.772000', '173413.657000', '173413.660000', '173413.662000', '173413.665000', '173413.668000', '173413.671000', '173413.673000', '173413.676000', '173413.679000', '173413.682000', '173413.684000', '173413.687000', '173413.690000', '173413.693000', '173413.695000', '173413.698000', '173413.701000', '173413.703000', '173413.706000', '173413.709000', '173413.711000', '173413.714000', '173413.717000', '173413.719000', '173413.722000', '173413.725000', '173413.727000', '173413.730000', '173413.733000', '173413.735000', '173413.738000', '173413.741000', '173413.743000', '173413.746000', '173413.749000', '173413.751000', '173413.754000', '173413.757000', '173413.759000', '173413.762000', '173413.764000', '173413.767000', '173413.770000', '173413.772000', '173433.657000', '173433.660000', '173433.663000', '173433.665000', '173433.668000', '173433.671000', '173433.673000', '173433.676000', '173433.679000', '173433.681000', '173433.684000', '173433.686000', '173433.689000', '173433.692000', '173433.694000', '173433.697000', '173433.700000', '173433.702000', '173433.733000', '173433.736000', '173433.739000', '173433.741000', '173433.744000', '173433.747000', '173433.749000', '173433.752000', '173433.755000', '173433.757000', '173433.760000', '173433.763000', '173433.766000', '173433.768000', '173433.772000', '173433.774000', '173433.777000', '173433.780000', '173433.782000', '173433.785000', '173433.787000', '173433.790000', '173433.793000', '173433.795000', '173433.798000', '173453.657000', '173453.660000', '173453.662000', '173453.665000', '173453.668000', '173453.670000', '173453.673000', '173453.676000', '173453.678000', '173453.681000', '173453.684000', '173453.686000', '173453.689000', '173453.692000', '173453.694000', '173453.697000', '173453.700000', '173453.702000', '173453.705000', '173453.708000', '173453.710000', '173453.713000', '173453.716000', '173453.718000', '173453.721000', '173453.724000', '173453.726000', '173453.729000', '173453.732000', '173453.734000', '173453.737000', '173453.740000', '173453.742000', '173453.752000', '173453.755000', '173453.757000', '173453.760000', '173453.763000', '173453.765000', '173453.768000', '173453.771000', '173453.773000', '173453.776000', '173453.779000', '173458.593000', '173458.596000', '173458.599000', '173458.602000', '173458.605000', '173458.608000', '173458.610000', '173458.613000', '173458.616000', '173458.619000', '173458.622000'], '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': [14793, 10926, 14383, 8825, 13331, 10042, 12193, 11836, 9816, 15468, 10303, 13229, 9630, 12678, 8119, 10546, 11736, 9981, 12307, 9559, 8459, 11590, 8928, 15825, 11865, 14949, 9730, 12440, 16418, 11607, 14528, 11078, 13785, 8914, 12186, 16303, 11293, 14333, 9903, 13100, 8709, 12327, 9583, 11653, 14969, 10094, 14677, 10435, 13367, 10155, 11428, 16043, 11534, 14266, 9546, 12675, 10536, 9920, 16331, 11379, 14329, 9902, 13303, 11826, 10599, 15894, 11849, 14060, 8795, 11459, 16441, 10740, 14104, 10951, 12737, 9214, 10646, 15637, 11432, 13560, 9615, 11895, 12532, 10097, 13848, 10605, 13395, 8607, 11504, 12319, 10244, 14648, 9688, 13449, 8766, 11620, 8854, 9960, 16286, 10476, 13886, 9556, 12030, 12856, 9349, 14233, 10381, 12680, 8541, 10583, 14699, 9699, 13438, 10762, 13543, 8672, 11299, 15823, 11112, 13834, 10286, 12161, 11265, 10016, 13325, 9545, 12470, 8560, 10691, 14512, 10308, 14092, 9858, 11986, 8898, 10975, 10732, 9259, 15218, 10732, 12703, 8520, 12012, 9743, 10018, 15599, 11676, 14201, 10041, 12478, 10079, 11336, 15775, 10436, 14104, 9306, 11624, 10254, 9627, 16320, 10997, 14881, 10976, 13080, 13261, 9829, 14405, 10722, 13205, 8446, 9914, 16408, 11486, 14302, 9232, 11626, 17175, 10777, 13149, 9653, 11652, 9671, 9643, 14793, 10264, 14327, 9634, 12785, 9272, 11636, 11812, 9538, 14293, 10605, 14716, 10356, 13375, 9502, 12364, 10808, 11547, 14408, 10326, 15236, 10937, 13665, 8751, 11553, 14276, 9761, 14295, 10337, 12109, 8212, 10360, 15736, 10704, 13918, 10246, 12509, 8680, 10573, 14349, 10481, 13148, 9948, 12200, 8363, 10711, 13635, 10015, 14218, 9828, 12433, 9535, 10483, 14370, 9306, 13278, 9278, 12013, 8542, 10812, 14903, 9377, 13808, 10588, 12141, 8455, 11533, 9253, 10856, 15671, 11733, 13905, 10397, 12681, 8726, 12083, 11205, 10503, 14956, 9322, 12318, 8864, 11104, 12056, 9513, 14293, 10160, 12423, 9061, 9937, 15690, 9386, 12591, 8991, 10994, 9247, 9609, 15381, 10634, 13486, 10035, 12293, 9320, 10621, 15042, 10755, 14081, 9187, 11684, 11191, 10109, 14826, 9219, 13528, 9177, 12229, 9015, 10981, 14220, 9771, 14708, 11296, 13451, 9690, 13164, 9424, 13967, 9091, 13104, 9590, 9807, 16175, 11650, 13563, 10522, 13533, 9041, 13068, 9346, 12085, 13280, 9747, 15232, 11138, 13973, 10117, 13678, 9507, 13639, 9401, 14037, 11689, 10413, 15739, 11583, 13870, 9496, 12038, 8471, 10501, 14836, 10636, 14616, 9639, 13111, 9295, 12715, 9679, 11882, 14672, 9975, 14325, 10321, 13891, 10296, 13098, 8450, 11319, 8375, 12159, 8487, 11655, 12579, 10478, 15846, 11236, 13489, 10045, 12951, 9589, 13421, 9075, 13385, 8517, 10030, 15211, 10059, 13517, 10288, 12432, 8667, 10672, 14362, 9960, 13093, 9487, 11665, 8381, 10301, 14059, 9583, 13684, 9099, 11844, 9478, 10460, 14981, 9548, 13403, 9323, 11996, 8818, 10634, 15701, 9894, 13482, 9143, 11887, 9728, 9297, 15343, 10247, 13100, 8852, 12190, 12062, 9586, 14707, 11437, 13106, 8447, 11001, 10945, 9502, 15553, 10572, 13527, 10161, 12645, 9571, 12910, 8582, 12887, 9899, 11323, 14621, 11429, 14977, 10324, 13888, 9776, 13463, 8871, 11589, 13269, 10465, 15158, 11136, 14275, 9909, 12857, 8371, 12679, 8583, 12973, 9413, 11040, 16381, 11841, 14181, 10116, 13630, 9603, 13579, 8980, 12831, 12745, 9858, 14755, 11729, 13723, 9212, 11646, 8903, 10927, 15954, 11433, 14489, 10275, 13001, 8834, 11909, 9311, 10945, 14579, 9572, 14118, 10178, 13129, 9351, 12242, 8027, 10315, 15864, 11892, 13854, 10677, 12939, 9108, 12138, 13754, 10708, 14232, 9716, 11749, 8293, 10435, 10747, 9359, 14631, 9976, 13143, 9711, 12780, 8413, 11423, 13929, 11133, 15062, 9911, 13004, 9000, 12714, 8774, 11359, 15413, 9690, 13895, 10857, 12475, 9470, 12192, 8697, 11793, 9724, 10314, 14306, 9221, 14114, 10640, 12587, 8730, 11242, 13529, 9618, 14030, 10493, 13382, 8531, 11201, 9655, 10725, 10539, 9528, 14787, 9338, 14257, 10987, 13212, 9780, 13511, 9738, 13999, 9322, 12700, 11943, 9792, 15239, 11109, 13242, 9135, 11971, 8986, 10450, 15038, 10655, 14222, 9997, 12880, 8962, 12461, 8694, 12060, 10810, 9652, 15480, 11328, 13677, 10624, 12927, 8764, 11863, 9511, 11519, 13002, 9830, 14548, 10880, 13899, 9951, 12759, 8929, 9898, 15532, 10090, 13137, 9484, 12047, 8362, 11650, 8304, 12005, 8941, 13657, 9965, 11899, 12460, 9400, 12883, 15617, 11891, 14626, 11431, 12787, 8793, 10035, 14371, 9455, 11861, 9099, 11011, 8197, 10451, 8709, 9326, 14918, 8771, 12970, 10170, 12224, 8238, 10814, 9161, 10674, 10357, 11931, 16056, 11574, 14355, 10767, 12885, 9078, 11269, 14198, 10980, 15616, 12161, 14983, 10807, 14232, 9441, 13123, 10166, 9928, 16903, 11638, 15082, 10843, 14452, 10246, 14251, 10033, 13872, 9888, 9763, 15044, 10813, 14047, 9461, 12907, 15561, 10300, 14542, 10801, 12010, 8748, 10637, 8978, 11558, 8682, 12287, 8765, 11234, 15992, 11526, 14181, 10466, 12557, 8265, 10542, 12629, 10870, 14176, 9968, 13469, 10346, 13407, 9431, 13690, 9004, 11566, 8310, 12203, 8226, 11788, 10097, 10674, 16053, 11646, 13802, 10344, 12269, 8721, 12009, 9503, 11187, 10280, 9804, 14876, 9836, 14067, 11066, 13385, 8339, 11494, 11817, 10373, 14438, 10839, 13349, 8803, 12252, 8737, 12941, 9253, 13440, 10204, 9825, 13636, 9541, 14013, 12199, 11150, 15575, 11472, 12973, 9537, 12590, 8267, 11822, 13142, 11092, 12950, 9601, 13321, 9492, 13103, 9902, 12834, 9033, 13002, 8778, 13603, 9956, 11846, 12153, 10001, 15798, 11385, 14168, 10750, 13876, 9969, 13809, 10161, 14272, 9339, 14031, 9527, 14256, 9681, 15435, 10279, 14648, 10852, 15380, 11978, 13771, 11944, 15316, 10947, 14847, 11219, 13159, 9050, 13099, 8632, 13218, 11603, 11482, 13376, 9579, 14513, 10272, 14665, 10135, 13345, 8522, 10599, 14040, 11107, 13857, 10899, 14435, 10597, 14283, 11102, 13404, 9147, 13430, 10266, 12277, 15557, 12321, 14255, 10806, 14039, 9083, 12611, 9121, 12014, 9345, 11375, 12616, 12728, 10579, 13363, 12911, 11494, 16068, 12644, 13765, 10581, 14505, 10621, 15209, 10004, 14874, 10277, 10870, 14198, 11002, 13320, 11660, 13533, 10642, 15304, 11191, 14891, 10896, 14894, 10141, 14180, 9563, 14850, 8535, 14012, 9543, 13159, 10240, 12548, 13125, 10751, 14704, 10734, 13018, 11047, 14188, 10751, 14425, 11427, 13196, 10361, 13077, 9701, 13316, 10607, 11524, 10596, 12830, 11538, 15106, 12337, 13520, 9706, 12491, 8431, 13631, 8571, 13906, 8628, 13030, 10118, 12193, 9007, 10015, 16278, 10074, 13842, 10451, 13473, 8124, 11169, 12339, 10476, 14142, 9838, 13324, 9071, 12257, 8892, 11166, 14269, 9823, 13990, 11400, 13277, 9799, 13100, 8607, 12989, 9592, 13320, 12167, 10998, 15355, 12008, 14300, 10706, 13779, 9315, 12881, 13300, 11861, 15892, 10648, 14128, 9314, 13227, 8578, 11427, 13570, 10423, 15176, 11553, 15150, 10303, 13347, 9202, 12062, 9982, 9703, 16101, 10968, 14161, 9096, 12516, 12918, 9705, 14604, 11042, 13437, 8523, 11217, 9949, 10204, 15018, 10698, 14190, 10161, 12340, 9355, 10796, 15300, 9935, 13798, 9824, 12402, 8660, 10348, 9929, 9650, 9400, 11290, 9487, 12237, 15508, 12637, 14590, 11676, 13695, 10398, 10992, 15350, 11082, 14998, 10383, 13802, 8648, 13385, 8393, 10653, 9901, 10973, 15645, 10715, 15374, 11592, 14262, 9485, 12184, 10641, 10836, 12145, 9645, 14074, 9828, 13738, 10357, 14485, 10310, 13990, 8834, 11853, 8379, 10019, 8650, 13006, 9256, 14271, 11763, 10863, 10838, 15723, 11758, 13873, 10530, 13645, 8573, 11862, 16276, 10971, 13531, 9264, 11182, 8302, 10846, 7672, 9349, 12922], 'WindowCenter': [4523.0, 4479.0, 4494.0, 4445.0, 4484.0, 4440.0, 4461.0, 4447.0, 4436.0, 4488.0, 4439.0, 4467.0, 4440.0, 4469.0, 4419.0, 4462.0, 4459.0, 4440.0, 4458.0, 4439.0, 4430.0, 4472.0, 4456.0, 4505.0, 4475.0, 4493.0, 4441.0, 4473.0, 4503.0, 4461.0, 4480.0, 4448.0, 4467.0, 4416.0, 4459.0, 4476.0, 4447.0, 4464.0, 4426.0, 4454.0, 4419.0, 4467.0, 4427.0, 4458.0, 4476.0, 4436.0, 4489.0, 4450.0, 4469.0, 4437.0, 4448.0, 4477.0, 4458.0, 4478.0, 4426.0, 4457.0, 4424.0, 4425.0, 4487.0, 4447.0, 4463.0, 4425.0, 4466.0, 4444.0, 4436.0, 4475.0, 4445.0, 4453.0, 4402.0, 4445.0, 4485.0, 4435.0, 4464.0, 4434.0, 4444.0, 4413.0, 4434.0, 4475.0, 4445.0, 4453.0, 4414.0, 4444.0, 4457.0, 4436.0, 4453.0, 4436.0, 4454.0, 4403.0, 4447.0, 4445.0, 4425.0, 4464.0, 4426.0, 4464.0, 4415.0, 4445.0, 4416.0, 4428.0, 4485.0, 4438.0, 4467.0, 4423.0, 4458.0, 4444.0, 4416.0, 4466.0, 4435.0, 4456.0, 4403.0, 4436.0, 4476.0, 4428.0, 4465.0, 4437.0, 4465.0, 4404.0, 4447.0, 4476.0, 4446.0, 4454.0, 4425.0, 4446.0, 4446.0, 4426.0, 4454.0, 4425.0, 4445.0, 4415.0, 4449.0, 4465.0, 4437.0, 4465.0, 4436.0, 4458.0, 4417.0, 4449.0, 4446.0, 4428.0, 4490.0, 4460.0, 4468.0, 4418.0, 4468.0, 4440.0, 4451.0, 4488.0, 4461.0, 4479.0, 4438.0, 4471.0, 4439.0, 4450.0, 4477.0, 4437.0, 4479.0, 4427.0, 4449.0, 4426.0, 4427.0, 4499.0, 4448.0, 4477.0, 4436.0, 4455.0, 4455.0, 4427.0, 4465.0, 4436.0, 4453.0, 4403.0, 4438.0, 4486.0, 4446.0, 4465.0, 4413.0, 4434.0, 4485.0, 4434.0, 4452.0, 4413.0, 4443.0, 4414.0, 4425.0, 4463.0, 4436.0, 4464.0, 4424.0, 4467.0, 4426.0, 4446.0, 4445.0, 4425.0, 4464.0, 4437.0, 4465.0, 4425.0, 4454.0, 4414.0, 4457.0, 4434.0, 4433.0, 4451.0, 4413.0, 4463.0, 4432.0, 4452.0, 4391.0, 4432.0, 4449.0, 4411.0, 4450.0, 4410.0, 4430.0, 4379.0, 4421.0, 4461.0, 4421.0, 4450.0, 4421.0, 4430.0, 4389.0, 4421.0, 4451.0, 4422.0, 4440.0, 4412.0, 4442.0, 4403.0, 4434.0, 4451.0, 4423.0, 4452.0, 4423.0, 4455.0, 4412.0, 4423.0, 4451.0, 4412.0, 4442.0, 4424.0, 4443.0, 4403.0, 4435.0, 4461.0, 4415.0, 4465.0, 4435.0, 4444.0, 4403.0, 4446.0, 4426.0, 4449.0, 4476.0, 4458.0, 4465.0, 4426.0, 4455.0, 4415.0, 4456.0, 4434.0, 4435.0, 4464.0, 4415.0, 4455.0, 4415.0, 4446.0, 4444.0, 4425.0, 4476.0, 4436.0, 4455.0, 4414.0, 4426.0, 4475.0, 4426.0, 4455.0, 4416.0, 4447.0, 4415.0, 4439.0, 4488.0, 4438.0, 4467.0, 4437.0, 4457.0, 4426.0, 4437.0, 4476.0, 4447.0, 4466.0, 4426.0, 4458.0, 4444.0, 4437.0, 4464.0, 4427.0, 4466.0, 4428.0, 4456.0, 4417.0, 4448.0, 4464.0, 4438.0, 4489.0, 4448.0, 4466.0, 4428.0, 4466.0, 4441.0, 4478.0, 4429.0, 4468.0, 4427.0, 4450.0, 4499.0, 4458.0, 4466.0, 4437.0, 4466.0, 4428.0, 4467.0, 4426.0, 4458.0, 4465.0, 4437.0, 4488.0, 4447.0, 4466.0, 4437.0, 4465.0, 4439.0, 4478.0, 4427.0, 4478.0, 4443.0, 4436.0, 4477.0, 4445.0, 4454.0, 4413.0, 4443.0, 4403.0, 4434.0, 4463.0, 4435.0, 4462.0, 4413.0, 4453.0, 4426.0, 4456.0, 4413.0, 4445.0, 4452.0, 4412.0, 4463.0, 4423.0, 4453.0, 4424.0, 4452.0, 4391.0, 4434.0, 4405.0, 4455.0, 4404.0, 4445.0, 4443.0, 4436.0, 4486.0, 4445.0, 4454.0, 4425.0, 4454.0, 4426.0, 4466.0, 4414.0, 4455.0, 4403.0, 4424.0, 4474.0, 4424.0, 4452.0, 4423.0, 4442.0, 4390.0, 4434.0, 4461.0, 4411.0, 4441.0, 4412.0, 4432.0, 4404.0, 4424.0, 4452.0, 4414.0, 4452.0, 4414.0, 4446.0, 4424.0, 4434.0, 4462.0, 4413.0, 4453.0, 4425.0, 4444.0, 4403.0, 4435.0, 4473.0, 4425.0, 4464.0, 4415.0, 4446.0, 4424.0, 4415.0, 4476.0, 4437.0, 4456.0, 4416.0, 4458.0, 4445.0, 4438.0, 4489.0, 4457.0, 4467.0, 4406.0, 4448.0, 4447.0, 4438.0, 4486.0, 4448.0, 4467.0, 4449.0, 4479.0, 4439.0, 4469.0, 4419.0, 4469.0, 4450.0, 4462.0, 4479.0, 4460.0, 4478.0, 4449.0, 4480.0, 4439.0, 4469.0, 4417.0, 4458.0, 4467.0, 4448.0, 4477.0, 4447.0, 4466.0, 4425.0, 4456.0, 4419.0, 4467.0, 4418.0, 4469.0, 4427.0, 4460.0, 4498.0, 4458.0, 4466.0, 4437.0, 4466.0, 4439.0, 4467.0, 4416.0, 4468.0, 4455.0, 4437.0, 4477.0, 4446.0, 4465.0, 4414.0, 4445.0, 4416.0, 4447.0, 4474.0, 4447.0, 4464.0, 4424.0, 4454.0, 4416.0, 4446.0, 4413.0, 4435.0, 4463.0, 4425.0, 4462.0, 4438.0, 4454.0, 4426.0, 4456.0, 4405.0, 4450.0, 4488.0, 4458.0, 4467.0, 4438.0, 4457.0, 4426.0, 4458.0, 4465.0, 4435.0, 4454.0, 4425.0, 4455.0, 4404.0, 4434.0, 4433.0, 4414.0, 4476.0, 4436.0, 4455.0, 4425.0, 4454.0, 4405.0, 4459.0, 4465.0, 4446.0, 4464.0, 4423.0, 4455.0, 4427.0, 4456.0, 4405.0, 4446.0, 4462.0, 4437.0, 4466.0, 4435.0, 4454.0, 4424.0, 4443.0, 4416.0, 4457.0, 4425.0, 4436.0, 4464.0, 4427.0, 4479.0, 4448.0, 4457.0, 4415.0, 4445.0, 4466.0, 4438.0, 4465.0, 4437.0, 4455.0, 4404.0, 4447.0, 4426.0, 4447.0, 4435.0, 4425.0, 4464.0, 4428.0, 4478.0, 4447.0, 4455.0, 4436.0, 4465.0, 4439.0, 4476.0, 4427.0, 4468.0, 4445.0, 4436.0, 4488.0, 4447.0, 4455.0, 4414.0, 4445.0, 4413.0, 4437.0, 4462.0, 4436.0, 4453.0, 4424.0, 4453.0, 4427.0, 4455.0, 4404.0, 4455.0, 4433.0, 4425.0, 4487.0, 4446.0, 4465.0, 4436.0, 4454.0, 4416.0, 4457.0, 4414.0, 4447.0, 4453.0, 4424.0, 4476.0, 4435.0, 4452.0, 4424.0, 4454.0, 4403.0, 4436.0, 4473.0, 4423.0, 4453.0, 4413.0, 4444.0, 4405.0, 4443.0, 4404.0, 4443.0, 4416.0, 4477.0, 4452.0, 4471.0, 4471.0, 4428.0, 4470.0, 4489.0, 4459.0, 4468.0, 4448.0, 4445.0, 4403.0, 4426.0, 4466.0, 4425.0, 4433.0, 4413.0, 4433.0, 4416.0, 4446.0, 4415.0, 4427.0, 4474.0, 4416.0, 4468.0, 4438.0, 4457.0, 4416.0, 4449.0, 4442.0, 4461.0, 4450.0, 4471.0, 4488.0, 4460.0, 4479.0, 4448.0, 4469.0, 4417.0, 4448.0, 4480.0, 4450.0, 4488.0, 4459.0, 4475.0, 4448.0, 4478.0, 4415.0, 4457.0, 4423.0, 4423.0, 4486.0, 4446.0, 4475.0, 4436.0, 4465.0, 4437.0, 4466.0, 4426.0, 4465.0, 4424.0, 4425.0, 4478.0, 4436.0, 4465.0, 4413.0, 4444.0, 4462.0, 4423.0, 4464.0, 4422.0, 4430.0, 4390.0, 4421.0, 4416.0, 4457.0, 4405.0, 4456.0, 4404.0, 4434.0, 4476.0, 4446.0, 4464.0, 4423.0, 4441.0, 4392.0, 4436.0, 4455.0, 4436.0, 4453.0, 4413.0, 4453.0, 4424.0, 4453.0, 4414.0, 4453.0, 4402.0, 4445.0, 4406.0, 4445.0, 4403.0, 4443.0, 4422.0, 4434.0, 4487.0, 4445.0, 4454.0, 4424.0, 4442.0, 4404.0, 4457.0, 4424.0, 4446.0, 4423.0, 4424.0, 4464.0, 4436.0, 4465.0, 4435.0, 4454.0, 4403.0, 4445.0, 4445.0, 4436.0, 4463.0, 4435.0, 4453.0, 4403.0, 4443.0, 4403.0, 4441.0, 4415.0, 4465.0, 4449.0, 4451.0, 4480.0, 4428.0, 4479.0, 4447.0, 4446.0, 4488.0, 4447.0, 4454.0, 4426.0, 4456.0, 4405.0, 4458.0, 4468.0, 4447.0, 4454.0, 4426.0, 4455.0, 4437.0, 4466.0, 4437.0, 4456.0, 4416.0, 4456.0, 4417.0, 4479.0, 4437.0, 4459.0, 4456.0, 4438.0, 4489.0, 4449.0, 4467.0, 4437.0, 4466.0, 4439.0, 4468.0, 4438.0, 4478.0, 4428.0, 4467.0, 4440.0, 4478.0, 4427.0, 4477.0, 4436.0, 4477.0, 4450.0, 4502.0, 4472.0, 4469.0, 4459.0, 4478.0, 4448.0, 4480.0, 4448.0, 4457.0, 4415.0, 4456.0, 4406.0, 4468.0, 4434.0, 4446.0, 4453.0, 4413.0, 4463.0, 4436.0, 4465.0, 4425.0, 4455.0, 4404.0, 4436.0, 4477.0, 4447.0, 4465.0, 4437.0, 4465.0, 4438.0, 4477.0, 4447.0, 4466.0, 4427.0, 4468.0, 4437.0, 4458.0, 4477.0, 4458.0, 4467.0, 4447.0, 4466.0, 4417.0, 4459.0, 4417.0, 4458.0, 4416.0, 4458.0, 4470.0, 4470.0, 4438.0, 4469.0, 4457.0, 4460.0, 4501.0, 4469.0, 4467.0, 4438.0, 4467.0, 4450.0, 4489.0, 4428.0, 4479.0, 4425.0, 4435.0, 4467.0, 4448.0, 4466.0, 4447.0, 4453.0, 4436.0, 4487.0, 4448.0, 4476.0, 4438.0, 4465.0, 4437.0, 4467.0, 4426.0, 4467.0, 4405.0, 4466.0, 4428.0, 4457.0, 4426.0, 4445.0, 4442.0, 4424.0, 4477.0, 4436.0, 4454.0, 4436.0, 4453.0, 4435.0, 4466.0, 4435.0, 4454.0, 4426.0, 4443.0, 4428.0, 4467.0, 4437.0, 4445.0, 4437.0, 4454.0, 4459.0, 4478.0, 4447.0, 4455.0, 4413.0, 4444.0, 4406.0, 4456.0, 4405.0, 4456.0, 4404.0, 4457.0, 4425.0, 4446.0, 4403.0, 4424.0, 4476.0, 4425.0, 4465.0, 4436.0, 4466.0, 4394.0, 4459.0, 4457.0, 4438.0, 4465.0, 4427.0, 4465.0, 4429.0, 4458.0, 4417.0, 4449.0, 4464.0, 4439.0, 4479.0, 4459.0, 4467.0, 4438.0, 4467.0, 4431.0, 4470.0, 4439.0, 4480.0, 4456.0, 4450.0, 4489.0, 4460.0, 4477.0, 4438.0, 4467.0, 4429.0, 4469.0, 4466.0, 4446.0, 4475.0, 4436.0, 4467.0, 4416.0, 4456.0, 4404.0, 4445.0, 4466.0, 4448.0, 4475.0, 4448.0, 4476.0, 4426.0, 4468.0, 4427.0, 4457.0, 4425.0, 4426.0, 4487.0, 4449.0, 4467.0, 4416.0, 4457.0, 4454.0, 4427.0, 4476.0, 4446.0, 4455.0, 4404.0, 4446.0, 4437.0, 4438.0, 4477.0, 4448.0, 4466.0, 4437.0, 4468.0, 4426.0, 4448.0, 4475.0, 4426.0, 4468.0, 4440.0, 4458.0, 4416.0, 4438.0, 4438.0, 4440.0, 4429.0, 4460.0, 4440.0, 4472.0, 4502.0, 4483.0, 4491.0, 4460.0, 4479.0, 4439.0, 4449.0, 4477.0, 4448.0, 4466.0, 4438.0, 4466.0, 4405.0, 4456.0, 4405.0, 4437.0, 4425.0, 4437.0, 4475.0, 4436.0, 4476.0, 4446.0, 4465.0, 4414.0, 4445.0, 4435.0, 4435.0, 4443.0, 4414.0, 4465.0, 4426.0, 4455.0, 4426.0, 4463.0, 4437.0, 4462.0, 4403.0, 4444.0, 4392.0, 4412.0, 4404.0, 4457.0, 4441.0, 4479.0, 4459.0, 4437.0, 4436.0, 4479.0, 4448.0, 4467.0, 4426.0, 4455.0, 4403.0, 4447.0, 4463.0, 4423.0, 4440.0, 4389.0, 4433.0, 4391.0, 4422.0, 4380.0, 4402.0, 4443.0], 'WindowWidth': [9926.0, 9857.0, 9867.0, 9803.0, 9853.0, 9785.0, 9816.0, 9789.0, 9776.0, 9849.0, 9784.0, 9817.0, 9785.0, 9824.0, 9758.0, 9821.0, 9811.0, 9784.0, 9803.0, 9783.0, 9775.0, 9834.0, 9821.0, 9883.0, 9841.0, 9866.0, 9787.0, 9836.0, 9880.0, 9817.0, 9838.0, 9794.0, 9816.0, 9746.0, 9810.0, 9830.0, 9788.0, 9806.0, 9758.0, 9794.0, 9757.0, 9818.0, 9764.0, 9807.0, 9827.0, 9773.0, 9852.0, 9800.0, 9822.0, 9776.0, 9793.0, 9830.0, 9807.0, 9832.0, 9758.0, 9803.0, 9752.0, 9755.0, 9844.0, 9788.0, 9807.0, 9755.0, 9813.0, 9780.0, 9774.0, 9824.0, 9784.0, 9791.0, 9721.0, 9781.0, 9840.0, 9772.0, 9806.0, 9767.0, 9781.0, 9735.0, 9770.0, 9823.0, 9783.0, 9792.0, 9738.0, 9780.0, 9803.0, 9775.0, 9793.0, 9772.0, 9793.0, 9724.0, 9789.0, 9782.0, 9757.0, 9807.0, 9758.0, 9809.0, 9747.0, 9783.0, 9745.0, 9765.0, 9837.0, 9780.0, 9815.0, 9753.0, 9805.0, 9781.0, 9744.0, 9816.0, 9771.0, 9798.0, 9724.0, 9774.0, 9829.0, 9766.0, 9811.0, 9777.0, 9811.0, 9728.0, 9792.0, 9828.0, 9787.0, 9794.0, 9755.0, 9787.0, 9788.0, 9761.0, 9794.0, 9757.0, 9782.0, 9747.0, 9796.0, 9811.0, 9777.0, 9811.0, 9774.0, 9808.0, 9751.0, 9798.0, 9788.0, 9768.0, 9854.0, 9814.0, 9821.0, 9754.0, 9823.0, 9788.0, 9803.0, 9848.0, 9816.0, 9836.0, 9782.0, 9830.0, 9783.0, 9800.0, 9833.0, 9778.0, 9839.0, 9764.0, 9795.0, 9760.0, 9762.0, 9865.0, 9796.0, 9831.0, 9773.0, 9798.0, 9797.0, 9762.0, 9809.0, 9771.0, 9792.0, 9724.0, 9782.0, 9843.0, 9787.0, 9809.0, 9737.0, 9768.0, 9843.0, 9769.0, 9790.0, 9737.0, 9779.0, 9740.0, 9759.0, 9804.0, 9773.0, 9806.0, 9755.0, 9816.0, 9760.0, 9788.0, 9782.0, 9756.0, 9808.0, 9776.0, 9811.0, 9757.0, 9793.0, 9740.0, 9803.0, 9767.0, 9765.0, 9785.0, 9735.0, 9804.0, 9763.0, 9789.0, 9702.0, 9759.0, 9779.0, 9730.0, 9783.0, 9727.0, 9754.0, 9684.0, 9745.0, 9799.0, 9746.0, 9782.0, 9745.0, 9754.0, 9698.0, 9745.0, 9787.0, 9747.0, 9770.0, 9734.0, 9775.0, 9726.0, 9768.0, 9786.0, 9752.0, 9786.0, 9753.0, 9799.0, 9735.0, 9751.0, 9784.0, 9735.0, 9773.0, 9757.0, 9778.0, 9722.0, 9769.0, 9799.0, 9743.0, 9812.0, 9770.0, 9782.0, 9725.0, 9786.0, 9761.0, 9796.0, 9828.0, 9805.0, 9810.0, 9759.0, 9797.0, 9746.0, 9801.0, 9766.0, 9771.0, 9807.0, 9744.0, 9798.0, 9743.0, 9787.0, 9779.0, 9757.0, 9828.0, 9774.0, 9797.0, 9741.0, 9759.0, 9826.0, 9762.0, 9798.0, 9748.0, 9791.0, 9744.0, 9783.0, 9849.0, 9779.0, 9816.0, 9779.0, 9804.0, 9762.0, 9778.0, 9827.0, 9791.0, 9815.0, 9761.0, 9808.0, 9783.0, 9777.0, 9810.0, 9762.0, 9813.0, 9770.0, 9804.0, 9749.0, 9794.0, 9809.0, 9781.0, 9850.0, 9794.0, 9816.0, 9767.0, 9814.0, 9790.0, 9836.0, 9769.0, 9824.0, 9761.0, 9801.0, 9867.0, 9807.0, 9816.0, 9777.0, 9814.0, 9769.0, 9819.0, 9761.0, 9807.0, 9810.0, 9779.0, 9850.0, 9791.0, 9814.0, 9776.0, 9811.0, 9785.0, 9833.0, 9762.0, 9833.0, 9780.0, 9772.0, 9832.0, 9784.0, 9794.0, 9737.0, 9777.0, 9725.0, 9771.0, 9804.0, 9770.0, 9803.0, 9738.0, 9790.0, 9763.0, 9800.0, 9738.0, 9783.0, 9787.0, 9735.0, 9806.0, 9753.0, 9789.0, 9755.0, 9788.0, 9705.0, 9769.0, 9732.0, 9797.0, 9728.0, 9784.0, 9777.0, 9772.0, 9842.0, 9783.0, 9793.0, 9755.0, 9793.0, 9761.0, 9813.0, 9741.0, 9798.0, 9722.0, 9752.0, 9824.0, 9755.0, 9788.0, 9750.0, 9773.0, 9703.0, 9767.0, 9800.0, 9731.0, 9772.0, 9733.0, 9761.0, 9727.0, 9756.0, 9786.0, 9739.0, 9788.0, 9740.0, 9787.0, 9754.0, 9766.0, 9800.0, 9737.0, 9791.0, 9759.0, 9782.0, 9724.0, 9771.0, 9818.0, 9758.0, 9810.0, 9744.0, 9786.0, 9753.0, 9744.0, 9829.0, 9779.0, 9799.0, 9746.0, 9806.0, 9784.0, 9781.0, 9850.0, 9805.0, 9816.0, 9734.0, 9794.0, 9792.0, 9782.0, 9842.0, 9794.0, 9818.0, 9798.0, 9839.0, 9785.0, 9824.0, 9758.0, 9825.0, 9801.0, 9821.0, 9837.0, 9814.0, 9834.0, 9797.0, 9841.0, 9785.0, 9824.0, 9750.0, 9808.0, 9819.0, 9797.0, 9831.0, 9792.0, 9815.0, 9759.0, 9803.0, 9758.0, 9818.0, 9752.0, 9823.0, 9765.0, 9815.0, 9862.0, 9807.0, 9814.0, 9778.0, 9816.0, 9785.0, 9818.0, 9748.0, 9819.0, 9799.0, 9779.0, 9831.0, 9789.0, 9809.0, 9739.0, 9782.0, 9748.0, 9791.0, 9823.0, 9791.0, 9807.0, 9755.0, 9794.0, 9748.0, 9787.0, 9738.0, 9769.0, 9806.0, 9758.0, 9806.0, 9780.0, 9796.0, 9761.0, 9800.0, 9732.0, 9801.0, 9850.0, 9808.0, 9818.0, 9778.0, 9804.0, 9764.0, 9805.0, 9813.0, 9771.0, 9794.0, 9758.0, 9800.0, 9726.0, 9770.0, 9762.0, 9740.0, 9828.0, 9775.0, 9799.0, 9758.0, 9795.0, 9732.0, 9811.0, 9811.0, 9788.0, 9807.0, 9753.0, 9797.0, 9767.0, 9799.0, 9730.0, 9786.0, 9805.0, 9779.0, 9817.0, 9773.0, 9793.0, 9755.0, 9779.0, 9750.0, 9805.0, 9756.0, 9774.0, 9809.0, 9762.0, 9838.0, 9794.0, 9804.0, 9745.0, 9786.0, 9817.0, 9780.0, 9811.0, 9776.0, 9796.0, 9726.0, 9792.0, 9762.0, 9789.0, 9769.0, 9759.0, 9809.0, 9768.0, 9834.0, 9791.0, 9797.0, 9775.0, 9811.0, 9785.0, 9831.0, 9763.0, 9820.0, 9782.0, 9774.0, 9850.0, 9790.0, 9798.0, 9740.0, 9783.0, 9739.0, 9778.0, 9805.0, 9773.0, 9791.0, 9752.0, 9792.0, 9765.0, 9797.0, 9729.0, 9799.0, 9765.0, 9757.0, 9845.0, 9789.0, 9810.0, 9772.0, 9794.0, 9749.0, 9806.0, 9741.0, 9789.0, 9792.0, 9754.0, 9829.0, 9773.0, 9790.0, 9752.0, 9794.0, 9722.0, 9773.0, 9819.0, 9753.0, 9789.0, 9738.0, 9780.0, 9732.0, 9777.0, 9726.0, 9777.0, 9748.0, 9831.0, 9807.0, 9832.0, 9828.0, 9767.0, 9825.0, 9851.0, 9811.0, 9819.0, 9792.0, 9784.0, 9721.0, 9760.0, 9817.0, 9755.0, 9762.0, 9738.0, 9762.0, 9750.0, 9789.0, 9745.0, 9763.0, 9822.0, 9751.0, 9821.0, 9780.0, 9803.0, 9748.0, 9797.0, 9792.0, 9818.0, 9799.0, 9828.0, 9847.0, 9811.0, 9838.0, 9794.0, 9822.0, 9747.0, 9793.0, 9840.0, 9799.0, 9848.0, 9809.0, 9825.0, 9795.0, 9833.0, 9743.0, 9802.0, 9749.0, 9753.0, 9844.0, 9787.0, 9824.0, 9774.0, 9808.0, 9778.0, 9814.0, 9758.0, 9813.0, 9751.0, 9756.0, 9834.0, 9774.0, 9810.0, 9737.0, 9781.0, 9802.0, 9750.0, 9809.0, 9748.0, 9753.0, 9702.0, 9742.0, 9747.0, 9804.0, 9730.0, 9801.0, 9726.0, 9767.0, 9828.0, 9788.0, 9808.0, 9752.0, 9774.0, 9708.0, 9775.0, 9797.0, 9773.0, 9789.0, 9737.0, 9791.0, 9757.0, 9789.0, 9739.0, 9791.0, 9719.0, 9783.0, 9735.0, 9784.0, 9724.0, 9780.0, 9748.0, 9768.0, 9845.0, 9784.0, 9792.0, 9752.0, 9774.0, 9728.0, 9803.0, 9754.0, 9785.0, 9750.0, 9754.0, 9808.0, 9775.0, 9811.0, 9769.0, 9792.0, 9723.0, 9782.0, 9785.0, 9772.0, 9805.0, 9770.0, 9790.0, 9723.0, 9775.0, 9723.0, 9772.0, 9744.0, 9810.0, 9796.0, 9805.0, 9840.0, 9767.0, 9837.0, 9788.0, 9789.0, 9850.0, 9791.0, 9793.0, 9759.0, 9800.0, 9730.0, 9806.0, 9823.0, 9791.0, 9794.0, 9759.0, 9796.0, 9779.0, 9814.0, 9777.0, 9799.0, 9747.0, 9798.0, 9750.0, 9836.0, 9776.0, 9809.0, 9800.0, 9779.0, 9849.0, 9794.0, 9815.0, 9776.0, 9812.0, 9782.0, 9820.0, 9780.0, 9833.0, 9765.0, 9815.0, 9785.0, 9830.0, 9761.0, 9828.0, 9774.0, 9830.0, 9799.0, 9875.0, 9831.0, 9822.0, 9810.0, 9833.0, 9792.0, 9839.0, 9791.0, 9801.0, 9742.0, 9797.0, 9730.0, 9819.0, 9767.0, 9785.0, 9787.0, 9736.0, 9804.0, 9773.0, 9808.0, 9755.0, 9796.0, 9724.0, 9773.0, 9832.0, 9789.0, 9810.0, 9776.0, 9809.0, 9779.0, 9830.0, 9789.0, 9812.0, 9762.0, 9818.0, 9776.0, 9807.0, 9830.0, 9806.0, 9814.0, 9789.0, 9813.0, 9750.0, 9809.0, 9748.0, 9806.0, 9745.0, 9806.0, 9828.0, 9827.0, 9780.0, 9823.0, 9801.0, 9811.0, 9872.0, 9822.0, 9814.0, 9779.0, 9816.0, 9799.0, 9850.0, 9765.0, 9836.0, 9754.0, 9769.0, 9818.0, 9791.0, 9811.0, 9790.0, 9792.0, 9772.0, 9846.0, 9794.0, 9827.0, 9777.0, 9809.0, 9775.0, 9818.0, 9760.0, 9816.0, 9728.0, 9813.0, 9764.0, 9802.0, 9756.0, 9781.0, 9773.0, 9751.0, 9831.0, 9772.0, 9792.0, 9771.0, 9788.0, 9769.0, 9814.0, 9770.0, 9792.0, 9756.0, 9773.0, 9765.0, 9816.0, 9778.0, 9781.0, 9775.0, 9793.0, 9807.0, 9834.0, 9786.0, 9795.0, 9738.0, 9778.0, 9734.0, 9798.0, 9729.0, 9797.0, 9725.0, 9803.0, 9754.0, 9784.0, 9721.0, 9753.0, 9826.0, 9759.0, 9809.0, 9773.0, 9810.0, 9714.0, 9810.0, 9803.0, 9778.0, 9809.0, 9760.0, 9810.0, 9771.0, 9806.0, 9748.0, 9794.0, 9808.0, 9784.0, 9835.0, 9808.0, 9815.0, 9777.0, 9816.0, 9777.0, 9825.0, 9783.0, 9839.0, 9800.0, 9800.0, 9849.0, 9811.0, 9831.0, 9777.0, 9817.0, 9769.0, 9824.0, 9814.0, 9788.0, 9825.0, 9771.0, 9816.0, 9746.0, 9798.0, 9725.0, 9783.0, 9812.0, 9793.0, 9825.0, 9792.0, 9826.0, 9757.0, 9820.0, 9762.0, 9803.0, 9757.0, 9760.0, 9842.0, 9795.0, 9815.0, 9746.0, 9802.0, 9794.0, 9762.0, 9827.0, 9785.0, 9795.0, 9726.0, 9786.0, 9778.0, 9779.0, 9829.0, 9791.0, 9812.0, 9778.0, 9820.0, 9759.0, 9792.0, 9825.0, 9759.0, 9818.0, 9786.0, 9804.0, 9748.0, 9779.0, 9780.0, 9787.0, 9769.0, 9814.0, 9786.0, 9831.0, 9876.0, 9850.0, 9856.0, 9812.0, 9837.0, 9781.0, 9794.0, 9830.0, 9792.0, 9814.0, 9778.0, 9813.0, 9729.0, 9798.0, 9728.0, 9777.0, 9756.0, 9777.0, 9823.0, 9774.0, 9827.0, 9787.0, 9808.0, 9738.0, 9784.0, 9769.0, 9769.0, 9776.0, 9739.0, 9810.0, 9759.0, 9794.0, 9758.0, 9803.0, 9774.0, 9803.0, 9724.0, 9777.0, 9703.0, 9732.0, 9728.0, 9801.0, 9792.0, 9835.0, 9809.0, 9776.0, 9773.0, 9835.0, 9790.0, 9815.0, 9757.0, 9794.0, 9723.0, 9787.0, 9805.0, 9748.0, 9766.0, 9695.0, 9761.0, 9704.0, 9746.0, 9686.0, 9719.0, 9777.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.00037594216417910443</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01656813162313433</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.32098681103641</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2324427114285688</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.002961958580767</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4873</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5393.9785</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09135491738212317</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8395522388059702</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4490689608004867</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4041094881361085</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7102900262907412</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.23280736797461</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00930803</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018764188513159752</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.037693917751312256</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1072</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.6889696963249</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>20.0273</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.731</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.4214</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296979.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>963.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.6585</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1563</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.0771</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3578.9701</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3789.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79565.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1067.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4771.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1027.1096</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.10239335289225</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> |