=== 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-0070 --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-0070",
"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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-01/func/sub-0070_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>7c567aca6dab3f0acc4cfca30de7e37f</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>11:20:58.700000</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.999956, 5.07059e-05, -0.00937931, 0.00139619, 0.98804, 0.154194]</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.102389</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>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7793, -7243, 445, -75, -226, 48, 58]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>300.696</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>71e2af7d-8752-484e-b3a5-aa787957a182||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.6828088760375977, 0.0037458809092640877, -0.02504236064851284, 111.95276641845703], [-0.0001360403111902997, 2.6508381366729736, 0.4163399040699005, -88.05399322509766], [-0.025164002552628517, -0.4136902987957001, 2.6675896644592285, -40.021018981933594], [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': ['112058.700000', '112059.160000', '112059.620000', '112100.080000', '112100.540000', '112101.000000', '112101.460000', '112101.920000', '112102.380000', '112102.840000', '112103.300000', '112103.760000', '112104.220000', '112104.680000', '112105.140000', '112105.600000', '112106.060000', '112106.520000', '112106.980000', '112107.440000', '112107.900000', '112108.360000', '112108.820000', '112109.280000', '112109.740000', '112110.200000', '112110.660000', '112111.120000', '112111.580000', '112112.040000', '112112.500000', '112112.960000', '112113.420000', '112113.880000', '112114.340000', '112114.800000', '112115.260000', '112115.720000', '112116.180000', '112116.640000', '112117.100000', '112117.560000', '112118.020000', '112118.480000', '112118.940000', '112119.400000', '112119.860000', '112120.320000', '112120.780000', '112121.240000', '112121.700000', '112122.160000', '112122.620000', '112123.080000', '112123.540000', '112124.000000', '112124.460000', '112124.920000', '112125.380000', '112125.840000', '112126.300000', '112126.760000', '112127.220000', '112127.680000', '112128.140000', '112128.600000', '112129.060000', '112129.520000', '112129.980000', '112130.440000', '112130.900000', '112131.360000', '112131.820000', '112132.280000', '112132.740000', '112133.200000', '112133.660000', '112134.120000', '112134.580000', '112135.040000', '112135.500000', '112135.960000', '112136.420000', '112136.880000', '112137.340000', '112137.800000', '112138.260000', '112138.720000', '112139.180000', '112139.640000', '112140.100000', '112140.560000', '112141.020000', '112141.480000', '112141.940000', '112142.400000', '112142.860000', '112143.320000', '112143.780000', '112144.240000', '112144.700000', '112145.160000', '112145.620000', '112146.080000', '112146.540000', '112147.000000', '112147.460000', '112147.920000', '112148.380000', '112148.840000', '112149.300000', '112149.760000', '112150.220000', '112150.680000', '112151.140000', '112151.600000', '112152.060000', '112152.520000', '112152.980000', '112153.440000', '112153.900000', '112154.360000', '112154.820000', '112155.280000', '112155.740000', '112156.200000', '112156.660000', '112157.120000', '112157.580000', '112158.040000', '112158.500000', '112158.960000', '112159.420000', '112159.880000', '112200.340000', '112200.800000', '112201.260000', '112201.720000', '112202.180000', '112202.640000', '112203.100000', '112203.560000', '112204.020000', '112204.480000', '112204.940000', '112205.400000', '112205.860000', '112206.320000', '112206.780000', '112207.240000', '112207.700000', '112208.160000', '112208.620000', '112209.080000', '112209.540000', '112210.000000', '112210.460000', '112210.920000', '112211.380000', '112211.840000', '112212.300000', '112212.760000', '112213.220000', '112213.680000', '112214.140000', '112214.600000', '112215.060000', '112215.520000', '112215.980000', '112216.440000', '112216.900000', '112217.360000', '112217.820000', '112218.280000', '112218.740000', '112219.200000', '112219.660000', '112220.120000', '112220.580000', '112221.040000', '112221.500000', '112221.960000', '112222.420000', '112222.880000', '112223.340000', '112223.800000', '112224.260000', '112224.720000', '112225.180000', '112225.640000', '112226.100000', '112226.560000', '112227.020000', '112227.480000', '112227.940000', '112228.400000', '112228.860000', '112229.320000', '112229.780000', '112230.240000', '112230.700000', '112231.160000', '112231.620000', '112232.080000', '112232.540000', '112233.000000', '112233.460000', '112233.920000', '112234.380000', '112234.840000', '112235.300000', '112235.760000', '112236.220000', '112236.680000', '112237.140000', '112237.600000', '112238.060000', '112238.520000', '112238.980000', '112239.440000', '112239.900000', '112240.360000', '112240.820000', '112241.280000', '112241.740000', '112242.200000', '112242.660000', '112243.120000', '112243.580000', '112244.040000', '112244.500000', '112244.960000', '112245.420000', '112245.880000', '112246.340000', '112246.800000', '112247.260000', '112247.720000', '112248.180000', '112248.640000', '112249.100000', '112249.560000', '112250.020000', '112250.480000', '112250.940000', '112251.400000', '112251.860000', '112252.320000', '112252.780000', '112253.240000', '112253.700000', '112254.160000', '112254.620000', '112255.080000', '112255.540000', '112256.000000', '112256.460000', '112256.920000', '112257.380000', '112257.840000', '112258.300000', '112258.760000', '112259.220000', '112259.680000', '112300.140000', '112300.600000', '112301.060000', '112301.520000', '112301.980000', '112302.440000', '112302.900000', '112303.360000', '112303.820000', '112304.280000', '112304.740000', '112305.200000', '112305.660000', '112306.120000', '112306.580000', '112307.040000', '112307.500000', '112307.960000', '112308.420000', '112308.880000', '112309.340000', '112309.800000', '112310.260000', '112310.720000', '112311.180000', '112311.640000', '112312.100000', '112312.560000', '112313.020000', '112313.480000', '112313.940000', '112314.400000', '112314.860000', '112315.320000', '112315.780000', '112316.240000', '112316.700000', '112317.160000', '112317.620000', '112318.080000', '112318.540000', '112319.000000', '112319.460000', '112319.920000', '112320.380000', '112320.840000', '112321.300000', '112321.760000', '112322.220000', '112322.680000', '112323.140000', '112323.600000', '112324.060000', '112324.520000', '112324.980000', '112325.440000', '112325.900000', '112326.360000', '112326.820000', '112327.280000', '112327.740000', '112328.200000', '112328.660000', '112329.120000', '112329.580000', '112330.040000', '112330.500000', '112330.960000', '112331.420000', '112331.880000', '112332.340000', '112332.800000', '112333.260000', '112333.720000', '112334.180000', '112334.640000', '112335.100000', '112335.560000', '112336.020000', '112336.480000', '112336.940000', '112337.400000', '112337.860000', '112338.320000', '112338.780000', '112339.240000', '112339.700000', '112340.160000', '112340.620000', '112341.080000', '112341.540000', '112342.000000', '112342.460000', '112342.920000', '112343.380000', '112343.840000', '112344.300000', '112344.760000', '112345.220000', '112345.680000', '112346.140000', '112346.600000', '112347.060000', '112347.520000', '112347.980000', '112348.440000', '112348.900000', '112349.360000', '112349.820000', '112350.280000', '112350.740000', '112351.200000', '112351.660000', '112352.120000', '112352.580000', '112353.040000', '112353.500000', '112353.960000', '112354.420000', '112354.880000', '112355.340000', '112355.800000', '112356.260000', '112356.720000', '112357.180000', '112357.640000', '112358.100000', '112358.560000', '112359.020000', '112359.480000', '112359.940000', '112400.400000', '112400.860000', '112401.320000', '112401.780000', '112402.240000', '112402.700000', '112403.160000', '112403.620000', '112404.080000', '112404.540000', '112405.000000', '112405.460000', '112405.920000', '112406.380000', '112406.840000', '112407.300000', '112407.760000', '112408.220000', '112408.680000', '112409.140000', '112409.600000', '112410.060000', '112410.520000', '112410.980000', '112411.440000', '112411.900000', '112412.360000', '112412.820000', '112413.280000', '112413.740000', '112414.200000', '112414.660000', '112415.120000', '112415.580000', '112416.040000', '112416.500000', '112416.960000', '112417.420000', '112417.880000', '112418.340000', '112418.800000', '112419.260000', '112419.720000', '112420.180000', '112420.640000', '112421.100000', '112421.560000', '112422.020000', '112422.480000', '112422.940000', '112423.400000', '112423.860000', '112424.320000', '112424.780000', '112425.240000', '112425.700000', '112426.160000', '112426.620000', '112427.080000', '112427.540000', '112428.000000', '112428.460000', '112428.920000', '112429.380000', '112429.840000', '112430.300000', '112430.760000', '112431.220000', '112431.680000', '112432.140000', '112432.600000', '112433.060000', '112433.520000', '112433.980000', '112434.440000', '112434.900000', '112435.360000', '112435.820000', '112436.280000', '112436.740000', '112437.200000', '112437.660000', '112438.120000', '112438.580000', '112439.040000', '112439.500000', '112439.960000', '112440.420000', '112440.880000', '112441.340000', '112441.800000', '112442.260000', '112442.720000', '112443.180000', '112443.640000', '112444.100000', '112444.560000', '112445.020000', '112445.480000', '112445.940000', '112446.400000', '112446.860000', '112447.320000', '112447.780000', '112448.240000', '112448.700000', '112449.160000', '112449.620000', '112450.080000', '112450.540000', '112451.000000', '112451.460000', '112451.920000', '112452.380000', '112452.840000', '112453.300000', '112453.760000', '112454.220000', '112454.680000', '112455.140000', '112455.600000', '112456.060000', '112456.520000', '112456.980000', '112457.440000', '112457.900000', '112458.360000', '112458.820000', '112459.280000', '112459.740000', '112500.200000', '112500.660000', '112501.120000', '112501.580000', '112502.040000', '112502.500000', '112502.960000', '112503.420000', '112503.880000', '112504.340000', '112504.800000', '112505.260000', '112505.720000', '112506.180000', '112506.640000', '112507.100000', '112507.560000', '112508.020000', '112508.480000', '112508.940000', '112509.400000', '112509.860000', '112510.320000', '112510.780000', '112511.240000', '112511.700000', '112512.160000', '112512.620000', '112513.080000', '112513.540000', '112514.000000', '112514.460000', '112514.920000', '112515.380000', '112515.840000', '112516.300000', '112516.760000', '112517.220000', '112517.680000', '112518.140000', '112518.600000', '112519.060000', '112519.520000', '112519.980000', '112520.440000', '112520.900000', '112521.360000', '112521.820000', '112522.280000', '112522.740000', '112523.200000', '112523.660000', '112524.120000', '112524.580000', '112525.040000', '112525.500000', '112525.960000', '112526.420000', '112526.880000', '112527.340000', '112527.800000', '112528.260000', '112528.720000', '112529.180000', '112529.640000', '112530.100000', '112530.560000', '112531.020000', '112531.480000', '112531.940000', '112532.400000', '112532.860000', '112533.320000', '112533.780000', '112534.240000', '112534.700000', '112535.160000', '112535.620000', '112536.080000', '112536.540000', '112537.000000', '112537.460000', '112537.920000', '112538.380000', '112538.840000', '112539.300000', '112539.760000', '112540.220000', '112540.680000', '112541.140000', '112541.600000', '112542.060000', '112542.520000', '112542.980000', '112543.440000', '112543.900000', '112544.360000', '112544.820000', '112545.280000', '112545.740000', '112546.200000', '112546.660000', '112547.120000', '112547.580000', '112548.040000', '112548.500000', '112548.960000', '112549.420000', '112549.880000', '112550.340000', '112550.800000', '112551.260000', '112551.720000', '112552.180000', '112552.640000', '112553.100000', '112553.560000', '112554.020000', '112554.480000', '112554.940000', '112555.400000', '112555.860000', '112556.320000', '112556.780000', '112557.240000', '112557.700000', '112558.160000', '112558.620000', '112559.080000', '112559.540000', '112600.000000', '112600.460000', '112600.920000', '112601.380000', '112601.840000', '112602.300000', '112602.760000', '112603.220000', '112603.680000', '112604.140000', '112604.600000', '112605.060000', '112605.520000', '112605.980000', '112606.440000', '112606.900000', '112607.360000', '112607.820000', '112608.280000', '112608.740000', '112609.200000', '112609.660000', '112610.120000', '112610.580000', '112611.040000', '112611.500000', '112611.960000', '112612.420000', '112612.880000', '112613.340000', '112613.800000', '112614.260000', '112614.720000', '112615.180000', '112615.640000', '112616.100000', '112616.560000', '112617.020000', '112617.480000', '112617.940000', '112618.400000', '112618.860000', '112619.320000', '112619.780000', '112620.240000', '112620.700000', '112621.160000', '112621.620000', '112622.080000', '112622.540000', '112623.000000', '112623.460000', '112623.920000', '112624.380000', '112624.840000', '112625.300000', '112625.760000', '112626.220000', '112626.680000', '112627.140000', '112627.600000', '112628.060000', '112628.520000', '112628.980000', '112629.440000', '112629.900000', '112630.360000', '112630.820000', '112631.280000', '112631.740000', '112632.200000', '112632.660000', '112633.120000', '112633.580000', '112634.040000', '112634.500000', '112634.960000', '112635.420000', '112635.880000', '112636.340000', '112636.800000', '112637.260000', '112637.720000', '112638.180000', '112638.640000', '112639.100000', '112639.560000', '112640.020000', '112640.480000', '112640.940000', '112641.400000', '112641.860000', '112642.320000', '112642.780000', '112643.240000', '112643.700000', '112644.160000', '112644.620000', '112645.080000', '112645.540000', '112646.000000', '112646.460000', '112646.920000', '112647.380000', '112647.840000', '112648.300000', '112648.760000', '112649.220000', '112649.680000', '112650.140000', '112650.600000', '112651.060000', '112651.520000', '112651.980000', '112652.440000', '112652.900000', '112653.360000', '112653.820000', '112654.280000', '112654.740000', '112655.200000', '112655.660000', '112656.120000', '112656.580000', '112657.040000', '112657.500000', '112657.960000', '112658.420000', '112658.880000', '112659.340000', '112659.800000', '112700.260000', '112700.720000', '112701.180000', '112701.640000', '112702.100000', '112702.560000', '112703.020000', '112703.480000', '112703.940000', '112704.400000', '112704.860000', '112705.320000', '112705.780000', '112706.240000', '112706.700000', '112707.160000', '112707.620000', '112708.080000', '112708.540000', '112709.000000', '112709.460000', '112709.920000', '112710.380000', '112710.840000', '112711.300000', '112711.760000', '112712.220000', '112712.680000', '112713.140000', '112713.600000', '112714.060000', '112714.520000', '112714.980000', '112715.440000', '112715.900000', '112716.360000', '112716.820000', '112717.280000', '112717.740000', '112718.200000', '112718.660000', '112719.120000', '112719.580000', '112720.040000', '112720.500000', '112720.960000', '112721.420000', '112721.880000', '112722.340000', '112722.800000', '112723.260000', '112723.720000', '112724.180000', '112724.640000', '112725.100000', '112725.560000', '112726.020000', '112726.480000', '112726.940000', '112727.400000', '112727.860000', '112728.320000', '112728.780000', '112729.240000', '112729.700000', '112730.160000', '112730.620000', '112731.080000', '112731.540000', '112732.000000', '112732.460000', '112732.920000', '112733.380000', '112733.840000', '112734.300000', '112734.760000', '112735.220000', '112735.680000', '112736.140000', '112736.600000', '112737.060000', '112737.520000', '112737.980000', '112738.440000', '112738.900000', '112739.360000', '112739.820000', '112740.280000', '112740.740000', '112741.200000', '112741.660000', '112742.120000', '112742.580000', '112743.040000', '112743.500000', '112743.960000', '112744.420000', '112744.880000', '112745.340000', '112745.800000', '112746.260000', '112746.720000', '112747.180000', '112747.640000', '112748.100000', '112748.560000', '112749.020000', '112749.480000', '112749.940000', '112750.400000', '112750.860000', '112751.320000', '112751.780000', '112752.240000', '112752.700000', '112753.160000', '112753.620000', '112754.080000', '112754.540000', '112755.000000', '112755.460000', '112755.920000', '112756.380000', '112756.840000', '112757.300000', '112757.760000', '112758.220000', '112758.680000', '112759.140000', '112759.600000', '112800.060000', '112800.520000', '112800.980000', '112801.440000', '112801.900000', '112802.360000', '112802.820000', '112803.280000', '112803.740000', '112804.200000', '112804.660000', '112805.120000', '112805.580000', '112806.040000', '112806.500000', '112806.960000', '112807.420000', '112807.880000', '112808.340000', '112808.800000', '112809.260000', '112809.720000', '112810.180000', '112810.640000', '112811.100000', '112811.560000', '112812.020000', '112812.480000', '112812.940000', '112813.400000', '112813.860000', '112814.320000', '112814.780000', '112815.240000', '112815.700000', '112816.160000', '112816.620000', '112817.080000', '112817.540000', '112818.000000', '112818.460000', '112818.920000', '112819.380000', '112819.840000', '112820.300000', '112820.760000', '112821.220000', '112821.680000', '112822.140000', '112822.600000', '112823.060000', '112823.520000', '112823.980000', '112824.440000', '112824.900000', '112825.360000', '112825.820000', '112826.280000', '112826.740000', '112827.200000', '112827.660000', '112828.120000', '112828.580000', '112829.040000', '112829.500000', '112829.960000', '112830.420000', '112830.880000', '112831.340000', '112831.800000', '112832.260000', '112832.720000', '112833.180000', '112833.640000', '112834.100000', '112834.560000', '112835.020000', '112835.480000', '112835.940000', '112836.400000', '112836.860000', '112837.320000', '112837.780000', '112838.240000', '112838.700000', '112839.160000', '112839.620000', '112840.080000', '112840.540000', '112841.000000', '112841.460000', '112841.920000', '112842.380000', '112842.840000', '112843.300000', '112843.760000', '112844.220000', '112844.680000', '112845.140000', '112845.600000', '112846.060000', '112846.520000', '112846.980000', '112847.440000', '112847.900000', '112848.360000', '112848.820000', '112849.280000', '112849.740000', '112850.200000', '112850.660000', '112851.120000', '112851.580000', '112852.040000', '112852.500000', '112852.960000', '112853.420000', '112853.880000', '112854.340000', '112854.800000', '112855.260000', '112855.720000', '112856.180000', '112856.640000', '112857.100000', '112857.560000', '112858.020000', '112858.480000', '112858.940000', '112859.400000', '112859.860000', '112900.320000', '112900.780000', '112901.240000', '112901.700000', '112902.160000', '112902.620000', '112903.080000', '112903.540000', '112904.000000', '112904.460000', '112904.920000', '112905.380000', '112905.840000', '112906.300000', '112906.760000', '112907.220000', '112907.680000', '112908.140000', '112908.600000', '112909.060000', '112909.520000', '112909.980000', '112910.440000', '112910.900000', '112911.360000', '112911.820000'], 'ContentTime': ['112113.713000', '112113.716000', '112113.719000', '112113.721000', '112113.724000', '112113.726000', '112113.729000', '112113.731000', '112113.734000', '112113.737000', '112113.739000', '112113.742000', '112113.744000', '112113.747000', '112113.749000', '112113.752000', '112113.754000', '112113.757000', '112113.761000', '112113.764000', '112113.766000', '112113.769000', '112113.771000', '112113.774000', '112113.776000', '112113.785000', '112113.787000', '112113.790000', '112113.792000', '112113.795000', '112133.646000', '112133.649000', '112133.652000', '112133.654000', '112133.657000', '112133.659000', '112133.662000', '112133.664000', '112133.667000', '112133.670000', '112133.672000', '112133.675000', '112133.677000', '112133.680000', '112133.682000', '112133.685000', '112133.687000', '112133.690000', '112133.692000', '112133.695000', '112133.697000', '112133.700000', '112133.702000', '112133.705000', '112133.707000', '112133.710000', '112133.713000', '112133.715000', '112133.718000', '112133.720000', '112133.723000', '112133.725000', '112133.728000', '112133.730000', '112133.733000', '112133.742000', '112133.744000', '112133.747000', '112133.749000', '112133.752000', '112133.754000', '112133.757000', '112133.760000', '112133.762000', '112153.646000', '112153.649000', '112153.652000', '112153.654000', '112153.657000', '112153.659000', '112153.662000', '112153.664000', '112153.667000', '112153.669000', '112153.672000', '112153.674000', '112153.677000', '112153.680000', '112153.682000', '112153.685000', '112153.687000', '112153.690000', '112153.700000', '112153.702000', '112153.705000', '112153.707000', '112153.710000', '112153.713000', '112153.715000', '112153.718000', '112153.720000', '112153.723000', '112153.725000', '112153.728000', '112153.730000', '112153.733000', '112153.736000', '112153.738000', '112153.742000', '112153.744000', '112153.747000', '112153.750000', '112153.781000', '112153.784000', '112153.786000', '112153.789000', '112153.791000', '112213.647000', '112213.649000', '112213.652000', '112213.654000', '112213.657000', '112213.660000', '112213.662000', '112213.665000', '112213.667000', '112213.670000', '112213.672000', '112213.675000', '112213.678000', '112213.680000', '112213.683000', '112213.685000', '112213.688000', '112213.690000', '112213.693000', '112213.695000', '112213.698000', '112213.700000', '112213.703000', '112213.706000', '112213.708000', '112213.711000', '112213.713000', '112213.716000', '112213.718000', '112213.721000', '112213.724000', '112213.726000', '112213.729000', '112213.731000', '112213.734000', '112213.736000', '112213.739000', '112213.741000', '112213.744000', '112213.747000', '112213.749000', '112213.752000', '112213.754000', '112213.757000', '112233.646000', '112233.649000', '112233.652000', '112233.654000', '112233.657000', '112233.659000', '112233.662000', '112233.665000', '112233.667000', '112233.670000', '112233.672000', '112233.675000', '112233.677000', '112233.680000', '112233.683000', '112233.685000', '112233.688000', '112233.690000', '112233.693000', '112233.695000', '112233.698000', '112233.700000', '112233.703000', '112233.705000', '112233.708000', '112233.711000', '112233.713000', '112233.716000', '112233.718000', '112233.721000', '112233.723000', '112233.726000', '112233.729000', '112233.732000', '112233.735000', '112233.737000', '112233.740000', '112233.743000', '112233.745000', '112233.748000', '112233.750000', '112233.753000', '112233.755000', '112253.646000', '112253.649000', '112253.652000', '112253.654000', '112253.657000', '112253.660000', '112253.662000', '112253.665000', '112253.667000', '112253.670000', '112253.673000', '112253.675000', '112253.678000', '112253.680000', '112253.683000', '112253.686000', '112253.688000', '112253.691000', '112253.693000', '112253.696000', '112253.698000', '112253.701000', '112253.704000', '112253.706000', '112253.709000', '112253.711000', '112253.714000', '112253.716000', '112253.719000', '112253.722000', '112253.724000', '112253.727000', '112253.729000', '112253.732000', '112253.734000', '112253.737000', '112253.740000', '112253.742000', '112253.745000', '112253.747000', '112253.750000', '112253.752000', '112253.755000', '112253.757000', '112313.645000', '112313.648000', '112313.651000', '112313.653000', '112313.656000', '112313.659000', '112313.661000', '112313.664000', '112313.666000', '112313.669000', '112313.671000', '112313.674000', '112313.677000', '112313.679000', '112313.682000', '112313.684000', '112313.687000', '112313.690000', '112313.692000', '112313.695000', '112313.697000', '112313.700000', '112313.703000', '112313.705000', '112313.708000', '112313.710000', '112313.713000', '112313.716000', '112313.718000', '112313.721000', '112313.723000', '112313.726000', '112313.729000', '112313.731000', '112313.734000', '112313.736000', '112313.739000', '112313.741000', '112313.744000', '112313.747000', '112313.749000', '112313.752000', '112313.754000', '112333.646000', '112333.649000', '112333.652000', '112333.654000', '112333.657000', '112333.660000', '112333.662000', '112333.665000', '112333.667000', '112333.670000', '112333.673000', '112333.675000', '112333.678000', '112333.680000', '112333.683000', '112333.686000', '112333.688000', '112333.691000', '112333.693000', '112333.696000', '112333.699000', '112333.701000', '112333.704000', '112333.707000', '112333.709000', '112333.712000', '112333.714000', '112333.717000', '112333.719000', '112333.722000', '112333.725000', '112333.727000', '112333.730000', '112333.732000', '112333.745000', '112333.748000', '112333.750000', '112333.753000', '112333.756000', '112333.758000', '112333.761000', '112333.763000', '112333.766000', '112333.769000', '112353.646000', '112353.649000', '112353.652000', '112353.654000', '112353.657000', '112353.660000', '112353.662000', '112353.665000', '112353.667000', '112353.670000', '112353.672000', '112353.675000', '112353.677000', '112353.680000', '112353.683000', '112353.685000', '112353.688000', '112353.690000', '112353.693000', '112353.695000', '112353.698000', '112353.700000', '112353.703000', '112353.706000', '112353.708000', '112353.711000', '112353.713000', '112353.716000', '112353.719000', '112353.721000', '112353.724000', '112353.726000', '112353.729000', '112353.732000', '112353.734000', '112353.737000', '112353.739000', '112353.742000', '112353.744000', '112353.747000', '112353.750000', '112353.752000', '112353.755000', '112413.647000', '112413.649000', '112413.652000', '112413.655000', '112413.657000', '112413.660000', '112413.662000', '112413.665000', '112413.667000', '112413.670000', '112413.672000', '112413.675000', '112413.678000', '112413.680000', '112413.683000', '112413.685000', '112413.688000', '112413.690000', '112413.693000', '112413.696000', '112413.698000', '112413.701000', '112413.703000', '112413.706000', '112413.709000', '112413.711000', '112413.714000', '112413.716000', '112413.719000', '112413.721000', '112413.724000', '112413.727000', '112413.729000', '112413.732000', '112413.735000', '112413.737000', '112413.740000', '112413.742000', '112413.745000', '112413.747000', '112413.750000', '112413.752000', '112413.755000', '112413.758000', '112433.647000', '112433.649000', '112433.652000', '112433.655000', '112433.657000', '112433.660000', '112433.663000', '112433.665000', '112433.668000', '112433.670000', '112433.673000', '112433.675000', '112433.678000', '112433.680000', '112433.683000', '112433.685000', '112433.688000', '112433.691000', '112433.693000', '112433.696000', '112433.698000', '112433.701000', '112433.703000', '112433.706000', '112433.709000', '112433.711000', '112433.714000', '112433.716000', '112433.719000', '112433.721000', '112433.724000', '112433.726000', '112433.729000', '112433.732000', '112433.734000', '112433.737000', '112433.739000', '112433.742000', '112433.744000', '112433.747000', '112433.749000', '112433.752000', '112433.754000', '112453.646000', '112453.649000', '112453.652000', '112453.654000', '112453.657000', '112453.659000', '112453.662000', '112453.665000', '112453.667000', '112453.670000', '112453.672000', '112453.675000', '112453.677000', '112453.680000', '112453.682000', '112453.685000', '112453.688000', '112453.690000', '112453.693000', '112453.695000', '112453.698000', '112453.701000', '112453.703000', '112453.706000', '112453.708000', '112453.711000', '112453.713000', '112453.716000', '112453.719000', '112453.721000', '112453.724000', '112453.726000', '112453.729000', '112453.731000', '112453.734000', '112453.736000', '112453.739000', '112453.741000', '112453.744000', '112453.747000', '112453.749000', '112453.752000', '112453.754000', '112453.757000', '112513.647000', '112513.649000', '112513.652000', '112513.655000', '112513.657000', '112513.660000', '112513.662000', '112513.665000', '112513.667000', '112513.670000', '112513.673000', '112513.675000', '112513.678000', '112513.680000', '112513.683000', '112513.740000', '112513.743000', '112513.745000', '112513.748000', '112513.751000', '112513.753000', '112513.756000', '112513.758000', '112513.761000', '112513.764000', '112513.766000', '112513.769000', '112513.771000', '112513.774000', '112513.777000', '112513.779000', '112513.782000', '112513.784000', '112513.787000', '112513.789000', '112513.792000', '112513.795000', '112513.797000', '112513.800000', '112513.802000', '112513.805000', '112513.808000', '112513.810000', '112533.646000', '112533.648000', '112533.651000', '112533.654000', '112533.656000', '112533.659000', '112533.661000', '112533.664000', '112533.667000', '112533.669000', '112533.672000', '112533.674000', '112533.677000', '112533.680000', '112533.683000', '112533.686000', '112533.689000', '112533.691000', '112533.694000', '112533.696000', '112533.699000', '112533.701000', '112533.704000', '112533.707000', '112533.709000', '112533.712000', '112533.714000', '112533.717000', '112533.719000', '112533.722000', '112533.725000', '112533.727000', '112533.730000', '112533.733000', '112533.735000', '112533.738000', '112533.741000', '112533.743000', '112533.746000', '112533.749000', '112533.751000', '112533.754000', '112533.756000', '112553.647000', '112553.649000', '112553.652000', '112553.655000', '112553.658000', '112553.660000', '112553.663000', '112553.665000', '112553.668000', '112553.670000', '112553.673000', '112553.675000', '112553.678000', '112553.681000', '112553.683000', '112553.686000', '112553.688000', '112553.691000', '112553.693000', '112553.696000', '112553.698000', '112553.701000', '112553.704000', '112553.706000', '112553.709000', '112553.711000', '112553.714000', '112553.716000', '112553.719000', '112553.722000', '112553.724000', '112553.727000', '112553.729000', '112553.732000', '112553.734000', '112553.737000', '112553.740000', '112553.742000', '112553.745000', '112553.748000', '112553.750000', '112553.753000', '112553.755000', '112553.758000', '112613.647000', '112613.649000', '112613.652000', '112613.655000', '112613.657000', '112613.660000', '112613.662000', '112613.665000', '112613.667000', '112613.670000', '112613.672000', '112613.675000', '112613.678000', '112613.681000', '112613.684000', '112613.687000', '112613.690000', '112613.692000', '112613.695000', '112613.697000', '112613.700000', '112613.702000', '112613.705000', '112613.707000', '112613.710000', '112613.713000', '112613.715000', '112613.718000', '112613.720000', '112613.723000', '112613.726000', '112613.728000', '112613.731000', '112613.733000', '112613.736000', '112613.738000', '112613.741000', '112613.743000', '112613.746000', '112613.749000', '112613.751000', '112613.754000', '112613.756000', '112633.646000', '112633.649000', '112633.652000', '112633.655000', '112633.657000', '112633.660000', '112633.662000', '112633.665000', '112633.667000', '112633.670000', '112633.672000', '112633.675000', '112633.678000', '112633.680000', '112633.683000', '112633.685000', '112633.688000', '112633.690000', '112633.693000', '112633.695000', '112633.698000', '112633.701000', '112633.703000', '112633.706000', '112633.708000', '112633.711000', '112633.713000', '112633.735000', '112633.738000', '112633.741000', '112633.743000', '112633.746000', '112633.748000', '112633.751000', '112633.753000', '112633.756000', '112633.758000', '112633.761000', '112633.763000', '112633.766000', '112633.769000', '112633.771000', '112633.774000', '112633.776000', '112653.647000', '112653.649000', '112653.652000', '112653.654000', '112653.657000', '112653.660000', '112653.662000', '112653.665000', '112653.668000', '112653.670000', '112653.673000', '112653.675000', '112653.678000', '112653.681000', '112653.683000', '112653.686000', '112653.688000', '112653.691000', '112653.695000', '112653.698000', '112653.700000', '112653.703000', '112653.705000', '112653.708000', '112653.710000', '112653.713000', '112653.716000', '112653.718000', '112653.721000', '112653.725000', '112653.727000', '112653.730000', '112653.733000', '112653.735000', '112653.738000', '112653.740000', '112653.743000', '112653.745000', '112653.748000', '112653.751000', '112653.753000', '112653.756000', '112653.758000', '112713.646000', '112713.649000', '112713.652000', '112713.654000', '112713.657000', '112713.660000', '112713.662000', '112713.665000', '112713.667000', '112713.670000', '112713.672000', '112713.675000', '112713.678000', '112713.680000', '112713.683000', '112713.685000', '112713.688000', '112713.690000', '112713.693000', '112713.696000', '112713.698000', '112713.701000', '112713.703000', '112713.706000', '112713.708000', '112713.711000', '112713.714000', '112713.716000', '112713.719000', '112713.721000', '112713.724000', '112713.726000', '112713.729000', '112713.731000', '112713.734000', '112713.737000', '112713.739000', '112713.742000', '112713.744000', '112713.747000', '112713.750000', '112713.752000', '112713.755000', '112713.757000', '112733.646000', '112733.649000', '112733.652000', '112733.654000', '112733.657000', '112733.660000', '112733.662000', '112733.665000', '112733.667000', '112733.670000', '112733.672000', '112733.675000', '112733.677000', '112733.680000', '112733.683000', '112733.685000', '112733.688000', '112733.691000', '112733.693000', '112733.696000', '112733.699000', '112733.701000', '112733.704000', '112733.706000', '112733.709000', '112733.712000', '112733.714000', '112733.717000', '112733.719000', '112733.722000', '112733.724000', '112733.727000', '112733.730000', '112733.732000', '112733.735000', '112733.737000', '112733.740000', '112733.742000', '112733.745000', '112733.748000', '112733.750000', '112733.753000', '112733.755000', '112753.646000', '112753.649000', '112753.651000', '112753.654000', '112753.657000', '112753.659000', '112753.662000', '112753.664000', '112753.667000', '112753.670000', '112753.672000', '112753.675000', '112753.677000', '112753.680000', '112753.682000', '112753.685000', '112753.687000', '112753.690000', '112753.693000', '112753.695000', '112753.698000', '112753.700000', '112753.703000', '112753.705000', '112753.708000', '112753.710000', '112753.713000', '112753.716000', '112753.725000', '112753.728000', '112753.730000', '112753.733000', '112753.735000', '112753.738000', '112753.740000', '112753.743000', '112753.745000', '112753.766000', '112753.768000', '112753.771000', '112753.773000', '112753.776000', '112753.779000', '112753.781000', '112813.646000', '112813.649000', '112813.652000', '112813.654000', '112813.657000', '112813.660000', '112813.662000', '112813.665000', '112813.667000', '112813.670000', '112813.673000', '112813.675000', '112813.678000', '112813.680000', '112813.683000', '112813.686000', '112813.688000', '112813.691000', '112813.694000', '112813.697000', '112813.699000', '112813.702000', '112813.705000', '112813.707000', '112813.710000', '112813.713000', '112813.715000', '112813.718000', '112813.720000', '112813.723000', '112813.726000', '112813.728000', '112813.731000', '112813.733000', '112813.736000', '112813.738000', '112813.741000', '112813.744000', '112813.746000', '112813.749000', '112813.751000', '112813.754000', '112813.756000', '112833.647000', '112833.650000', '112833.652000', '112833.655000', '112833.657000', '112833.660000', '112833.662000', '112833.665000', '112833.668000', '112833.670000', '112833.673000', '112833.675000', '112833.678000', '112833.681000', '112833.683000', '112833.686000', '112833.688000', '112833.691000', '112833.693000', '112833.696000', '112833.699000', '112833.701000', '112833.704000', '112833.707000', '112833.709000', '112833.712000', '112833.714000', '112833.717000', '112833.720000', '112833.722000', '112833.725000', '112833.727000', '112833.730000', '112833.733000', '112833.735000', '112833.738000', '112833.741000', '112833.743000', '112833.746000', '112833.748000', '112833.751000', '112833.753000', '112833.756000', '112833.759000', '112853.646000', '112853.649000', '112853.652000', '112853.654000', '112853.657000', '112853.660000', '112853.662000', '112853.665000', '112853.667000', '112853.670000', '112853.672000', '112853.675000', '112853.677000', '112853.680000', '112853.683000', '112853.685000', '112853.688000', '112853.690000', '112853.693000', '112853.695000', '112853.698000', '112853.701000', '112853.703000', '112853.706000', '112853.708000', '112853.711000', '112853.713000', '112853.716000', '112853.718000', '112853.721000', '112853.724000', '112853.726000', '112853.729000', '112853.732000', '112853.734000', '112853.737000', '112853.740000', '112853.742000', '112853.745000', '112853.747000', '112853.750000', '112853.752000', '112853.755000', '112913.076000', '112913.079000', '112913.082000', '112913.085000', '112913.087000', '112913.090000', '112913.093000', '112913.096000', '112913.099000', '112913.102000', '112913.104000', '112913.107000', '112913.110000', '112913.112000', '112913.115000', '112913.118000', '112913.120000', '112913.123000', '112913.126000', '112913.128000', '112913.131000', '112913.134000', '112913.136000', '112913.146000', '112913.150000', '112913.153000', '112913.155000', '112913.158000', '112913.161000', '112913.164000', '112913.166000', '112913.169000', '112913.172000', '112913.174000', '112913.188000', '112913.191000', '112913.194000', '112913.196000', '112913.199000', '112913.202000', '112913.207000', '112913.213000', '112913.217000'], 'InstanceCreationTime': ['112113.713000', '112113.716000', '112113.719000', '112113.721000', '112113.724000', '112113.726000', '112113.729000', '112113.731000', '112113.734000', '112113.737000', '112113.739000', '112113.742000', '112113.744000', '112113.747000', '112113.749000', '112113.752000', '112113.754000', '112113.757000', '112113.761000', '112113.764000', '112113.766000', '112113.769000', '112113.771000', '112113.774000', '112113.776000', '112113.785000', '112113.787000', '112113.790000', '112113.792000', '112113.795000', '112133.646000', '112133.649000', '112133.652000', '112133.654000', '112133.657000', '112133.659000', '112133.662000', '112133.664000', '112133.667000', '112133.670000', '112133.672000', '112133.675000', '112133.677000', '112133.680000', '112133.682000', '112133.685000', '112133.687000', '112133.690000', '112133.692000', '112133.695000', '112133.697000', '112133.700000', '112133.702000', '112133.705000', '112133.707000', '112133.710000', '112133.713000', '112133.715000', '112133.718000', '112133.720000', '112133.723000', '112133.725000', '112133.728000', '112133.730000', '112133.733000', '112133.742000', '112133.744000', '112133.747000', '112133.749000', '112133.752000', '112133.754000', '112133.757000', '112133.760000', '112133.762000', '112153.646000', '112153.649000', '112153.652000', '112153.654000', '112153.657000', '112153.659000', '112153.662000', '112153.664000', '112153.667000', '112153.669000', '112153.672000', '112153.674000', '112153.677000', '112153.680000', '112153.682000', '112153.685000', '112153.687000', '112153.690000', '112153.700000', '112153.702000', '112153.705000', '112153.707000', '112153.710000', '112153.713000', '112153.715000', '112153.718000', '112153.720000', '112153.723000', '112153.725000', '112153.728000', '112153.730000', '112153.733000', '112153.736000', '112153.738000', '112153.742000', '112153.744000', '112153.747000', '112153.750000', '112153.781000', '112153.784000', '112153.786000', '112153.789000', '112153.791000', '112213.647000', '112213.649000', '112213.652000', '112213.654000', '112213.657000', '112213.660000', '112213.662000', '112213.665000', '112213.667000', '112213.670000', '112213.672000', '112213.675000', '112213.678000', '112213.680000', '112213.683000', '112213.685000', '112213.688000', '112213.690000', '112213.693000', '112213.695000', '112213.698000', '112213.700000', '112213.703000', '112213.706000', '112213.708000', '112213.711000', '112213.713000', '112213.716000', '112213.718000', '112213.721000', '112213.724000', '112213.726000', '112213.729000', '112213.731000', '112213.734000', '112213.736000', '112213.739000', '112213.741000', '112213.744000', '112213.747000', '112213.749000', '112213.752000', '112213.754000', '112213.757000', '112233.646000', '112233.649000', '112233.652000', '112233.654000', '112233.657000', '112233.659000', '112233.662000', '112233.665000', '112233.667000', '112233.670000', '112233.672000', '112233.675000', '112233.677000', '112233.680000', '112233.683000', '112233.685000', '112233.688000', '112233.690000', '112233.693000', '112233.695000', '112233.698000', '112233.700000', '112233.703000', '112233.705000', '112233.708000', '112233.711000', '112233.713000', '112233.716000', '112233.718000', '112233.721000', '112233.723000', '112233.726000', '112233.729000', '112233.732000', '112233.735000', '112233.737000', '112233.740000', '112233.743000', '112233.745000', '112233.748000', '112233.750000', '112233.753000', '112233.755000', '112253.646000', '112253.649000', '112253.652000', '112253.654000', '112253.657000', '112253.660000', '112253.662000', '112253.665000', '112253.667000', '112253.670000', '112253.673000', '112253.675000', '112253.678000', '112253.680000', '112253.683000', '112253.686000', '112253.688000', '112253.691000', '112253.693000', '112253.696000', '112253.698000', '112253.701000', '112253.704000', '112253.706000', '112253.709000', '112253.711000', '112253.714000', '112253.716000', '112253.719000', '112253.722000', '112253.724000', '112253.727000', '112253.729000', '112253.732000', '112253.734000', '112253.737000', '112253.740000', '112253.742000', '112253.745000', '112253.747000', '112253.750000', '112253.752000', '112253.755000', '112253.757000', '112313.645000', '112313.648000', '112313.651000', '112313.653000', '112313.656000', '112313.659000', '112313.661000', '112313.664000', '112313.666000', '112313.669000', '112313.671000', '112313.674000', '112313.677000', '112313.679000', '112313.682000', '112313.684000', '112313.687000', '112313.690000', '112313.692000', '112313.695000', '112313.697000', '112313.700000', '112313.703000', '112313.705000', '112313.708000', '112313.710000', '112313.713000', '112313.716000', '112313.718000', '112313.721000', '112313.723000', '112313.726000', '112313.729000', '112313.731000', '112313.734000', '112313.736000', '112313.739000', '112313.741000', '112313.744000', '112313.747000', '112313.749000', '112313.752000', '112313.754000', '112333.646000', '112333.649000', '112333.652000', '112333.654000', '112333.657000', '112333.660000', '112333.662000', '112333.665000', '112333.667000', '112333.670000', '112333.673000', '112333.675000', '112333.678000', '112333.680000', '112333.683000', '112333.686000', '112333.688000', '112333.691000', '112333.693000', '112333.696000', '112333.699000', '112333.701000', '112333.704000', '112333.707000', '112333.709000', '112333.712000', '112333.714000', '112333.717000', '112333.719000', '112333.722000', '112333.725000', '112333.727000', '112333.730000', '112333.732000', '112333.745000', '112333.748000', '112333.750000', '112333.753000', '112333.756000', '112333.758000', '112333.761000', '112333.763000', '112333.766000', '112333.769000', '112353.646000', '112353.649000', '112353.652000', '112353.654000', '112353.657000', '112353.660000', '112353.662000', '112353.665000', '112353.667000', '112353.670000', '112353.672000', '112353.675000', '112353.677000', '112353.680000', '112353.683000', '112353.685000', '112353.688000', '112353.690000', '112353.693000', '112353.695000', '112353.698000', '112353.700000', '112353.703000', '112353.706000', '112353.708000', '112353.711000', '112353.713000', '112353.716000', '112353.719000', '112353.721000', '112353.724000', '112353.726000', '112353.729000', '112353.732000', '112353.734000', '112353.737000', '112353.739000', '112353.742000', '112353.744000', '112353.747000', '112353.750000', '112353.752000', '112353.755000', '112413.647000', '112413.649000', '112413.652000', '112413.655000', '112413.657000', '112413.660000', '112413.662000', '112413.665000', '112413.667000', '112413.670000', '112413.672000', '112413.675000', '112413.678000', '112413.680000', '112413.683000', '112413.685000', '112413.688000', '112413.690000', '112413.693000', '112413.696000', '112413.698000', '112413.701000', '112413.703000', '112413.706000', '112413.709000', '112413.711000', '112413.714000', '112413.716000', '112413.719000', '112413.721000', '112413.724000', '112413.727000', '112413.729000', '112413.732000', '112413.735000', '112413.737000', '112413.740000', '112413.742000', '112413.745000', '112413.747000', '112413.750000', '112413.752000', '112413.755000', '112413.758000', '112433.647000', '112433.649000', '112433.652000', '112433.655000', '112433.657000', '112433.660000', '112433.663000', '112433.665000', '112433.668000', '112433.670000', '112433.673000', '112433.675000', '112433.678000', '112433.680000', '112433.683000', '112433.685000', '112433.688000', '112433.691000', '112433.693000', '112433.696000', '112433.698000', '112433.701000', '112433.703000', '112433.706000', '112433.709000', '112433.711000', '112433.714000', '112433.716000', '112433.719000', '112433.721000', '112433.724000', '112433.726000', '112433.729000', '112433.732000', '112433.734000', '112433.737000', '112433.739000', '112433.742000', '112433.744000', '112433.747000', '112433.749000', '112433.752000', '112433.754000', '112453.646000', '112453.649000', '112453.652000', '112453.654000', '112453.657000', '112453.659000', '112453.662000', '112453.665000', '112453.667000', '112453.670000', '112453.672000', '112453.675000', '112453.677000', '112453.680000', '112453.682000', '112453.685000', '112453.688000', '112453.690000', '112453.693000', '112453.695000', '112453.698000', '112453.701000', '112453.703000', '112453.706000', '112453.708000', '112453.711000', '112453.713000', '112453.716000', '112453.719000', '112453.721000', '112453.724000', '112453.726000', '112453.729000', '112453.731000', '112453.734000', '112453.736000', '112453.739000', '112453.741000', '112453.744000', '112453.747000', '112453.749000', '112453.752000', '112453.754000', '112453.757000', '112513.647000', '112513.649000', '112513.652000', '112513.655000', '112513.657000', '112513.660000', '112513.662000', '112513.665000', '112513.667000', '112513.670000', '112513.673000', '112513.675000', '112513.678000', '112513.680000', '112513.683000', '112513.740000', '112513.743000', '112513.745000', '112513.748000', '112513.751000', '112513.753000', '112513.756000', '112513.758000', '112513.761000', '112513.764000', '112513.766000', '112513.769000', '112513.771000', '112513.774000', '112513.777000', '112513.779000', '112513.782000', '112513.784000', '112513.787000', '112513.789000', '112513.792000', '112513.795000', '112513.797000', '112513.800000', '112513.802000', '112513.805000', '112513.808000', '112513.810000', '112533.646000', '112533.648000', '112533.651000', '112533.654000', '112533.656000', '112533.659000', '112533.661000', '112533.664000', '112533.667000', '112533.669000', '112533.672000', '112533.674000', '112533.677000', '112533.680000', '112533.683000', '112533.686000', '112533.689000', '112533.691000', '112533.694000', '112533.696000', '112533.699000', '112533.701000', '112533.704000', '112533.707000', '112533.709000', '112533.712000', '112533.714000', '112533.717000', '112533.719000', '112533.722000', '112533.725000', '112533.727000', '112533.730000', '112533.733000', '112533.735000', '112533.738000', '112533.741000', '112533.743000', '112533.746000', '112533.749000', '112533.751000', '112533.754000', '112533.756000', '112553.647000', '112553.649000', '112553.652000', '112553.655000', '112553.658000', '112553.660000', '112553.663000', '112553.665000', '112553.668000', '112553.670000', '112553.673000', '112553.675000', '112553.678000', '112553.681000', '112553.683000', '112553.686000', '112553.688000', '112553.691000', '112553.693000', '112553.696000', '112553.698000', '112553.701000', '112553.704000', '112553.706000', '112553.709000', '112553.711000', '112553.714000', '112553.716000', '112553.719000', '112553.722000', '112553.724000', '112553.727000', '112553.729000', '112553.732000', '112553.734000', '112553.737000', '112553.740000', '112553.742000', '112553.745000', '112553.748000', '112553.750000', '112553.753000', '112553.755000', '112553.758000', '112613.647000', '112613.649000', '112613.652000', '112613.655000', '112613.657000', '112613.660000', '112613.662000', '112613.665000', '112613.667000', '112613.670000', '112613.672000', '112613.675000', '112613.678000', '112613.681000', '112613.684000', '112613.687000', '112613.690000', '112613.692000', '112613.695000', '112613.697000', '112613.700000', '112613.702000', '112613.705000', '112613.707000', '112613.710000', '112613.713000', '112613.715000', '112613.718000', '112613.720000', '112613.723000', '112613.726000', '112613.728000', '112613.731000', '112613.733000', '112613.736000', '112613.738000', '112613.741000', '112613.743000', '112613.746000', '112613.749000', '112613.751000', '112613.754000', '112613.756000', '112633.646000', '112633.649000', '112633.652000', '112633.655000', '112633.657000', '112633.660000', '112633.662000', '112633.665000', '112633.667000', '112633.670000', '112633.672000', '112633.675000', '112633.678000', '112633.680000', '112633.683000', '112633.685000', '112633.688000', '112633.690000', '112633.693000', '112633.695000', '112633.698000', '112633.701000', '112633.703000', '112633.706000', '112633.708000', '112633.711000', '112633.713000', '112633.735000', '112633.738000', '112633.741000', '112633.743000', '112633.746000', '112633.748000', '112633.751000', '112633.753000', '112633.756000', '112633.758000', '112633.761000', '112633.763000', '112633.766000', '112633.769000', '112633.771000', '112633.774000', '112633.776000', '112653.647000', '112653.649000', '112653.652000', '112653.654000', '112653.657000', '112653.660000', '112653.662000', '112653.665000', '112653.668000', '112653.670000', '112653.673000', '112653.675000', '112653.678000', '112653.681000', '112653.683000', '112653.686000', '112653.688000', '112653.691000', '112653.695000', '112653.698000', '112653.700000', '112653.703000', '112653.705000', '112653.708000', '112653.710000', '112653.713000', '112653.716000', '112653.718000', '112653.721000', '112653.725000', '112653.727000', '112653.730000', '112653.733000', '112653.735000', '112653.738000', '112653.740000', '112653.743000', '112653.745000', '112653.748000', '112653.751000', '112653.753000', '112653.756000', '112653.758000', '112713.646000', '112713.649000', '112713.652000', '112713.654000', '112713.657000', '112713.660000', '112713.662000', '112713.665000', '112713.667000', '112713.670000', '112713.672000', '112713.675000', '112713.678000', '112713.680000', '112713.683000', '112713.685000', '112713.688000', '112713.690000', '112713.693000', '112713.696000', '112713.698000', '112713.701000', '112713.703000', '112713.706000', '112713.708000', '112713.711000', '112713.714000', '112713.716000', '112713.719000', '112713.721000', '112713.724000', '112713.726000', '112713.729000', '112713.731000', '112713.734000', '112713.737000', '112713.739000', '112713.742000', '112713.744000', '112713.747000', '112713.750000', '112713.752000', '112713.755000', '112713.757000', '112733.646000', '112733.649000', '112733.652000', '112733.654000', '112733.657000', '112733.660000', '112733.662000', '112733.665000', '112733.667000', '112733.670000', '112733.672000', '112733.675000', '112733.677000', '112733.680000', '112733.683000', '112733.685000', '112733.688000', '112733.691000', '112733.693000', '112733.696000', '112733.699000', '112733.701000', '112733.704000', '112733.706000', '112733.709000', '112733.712000', '112733.714000', '112733.717000', '112733.719000', '112733.722000', '112733.724000', '112733.727000', '112733.730000', '112733.732000', '112733.735000', '112733.737000', '112733.740000', '112733.742000', '112733.745000', '112733.748000', '112733.750000', '112733.753000', '112733.755000', '112753.646000', '112753.649000', '112753.651000', '112753.654000', '112753.657000', '112753.659000', '112753.662000', '112753.664000', '112753.667000', '112753.670000', '112753.672000', '112753.675000', '112753.677000', '112753.680000', '112753.682000', '112753.685000', '112753.687000', '112753.690000', '112753.693000', '112753.695000', '112753.698000', '112753.700000', '112753.703000', '112753.705000', '112753.708000', '112753.710000', '112753.713000', '112753.716000', '112753.725000', '112753.728000', '112753.730000', '112753.733000', '112753.735000', '112753.738000', '112753.740000', '112753.743000', '112753.745000', '112753.766000', '112753.768000', '112753.771000', '112753.773000', '112753.776000', '112753.779000', '112753.781000', '112813.646000', '112813.649000', '112813.652000', '112813.654000', '112813.657000', '112813.660000', '112813.662000', '112813.665000', '112813.667000', '112813.670000', '112813.673000', '112813.675000', '112813.678000', '112813.680000', '112813.683000', '112813.686000', '112813.688000', '112813.691000', '112813.694000', '112813.697000', '112813.699000', '112813.702000', '112813.705000', '112813.707000', '112813.710000', '112813.713000', '112813.715000', '112813.718000', '112813.720000', '112813.723000', '112813.726000', '112813.728000', '112813.731000', '112813.733000', '112813.736000', '112813.738000', '112813.741000', '112813.744000', '112813.746000', '112813.749000', '112813.751000', '112813.754000', '112813.756000', '112833.647000', '112833.650000', '112833.652000', '112833.655000', '112833.657000', '112833.660000', '112833.662000', '112833.665000', '112833.668000', '112833.670000', '112833.673000', '112833.675000', '112833.678000', '112833.681000', '112833.683000', '112833.686000', '112833.688000', '112833.691000', '112833.693000', '112833.696000', '112833.699000', '112833.701000', '112833.704000', '112833.707000', '112833.709000', '112833.712000', '112833.714000', '112833.717000', '112833.720000', '112833.722000', '112833.725000', '112833.727000', '112833.730000', '112833.733000', '112833.735000', '112833.738000', '112833.741000', '112833.743000', '112833.746000', '112833.748000', '112833.751000', '112833.753000', '112833.756000', '112833.759000', '112853.646000', '112853.649000', '112853.652000', '112853.654000', '112853.657000', '112853.660000', '112853.662000', '112853.665000', '112853.667000', '112853.670000', '112853.672000', '112853.675000', '112853.677000', '112853.680000', '112853.683000', '112853.685000', '112853.688000', '112853.690000', '112853.693000', '112853.695000', '112853.698000', '112853.701000', '112853.703000', '112853.706000', '112853.708000', '112853.711000', '112853.713000', '112853.716000', '112853.718000', '112853.721000', '112853.724000', '112853.726000', '112853.729000', '112853.732000', '112853.734000', '112853.737000', '112853.740000', '112853.742000', '112853.745000', '112853.747000', '112853.750000', '112853.752000', '112853.755000', '112913.076000', '112913.079000', '112913.082000', '112913.085000', '112913.087000', '112913.090000', '112913.093000', '112913.096000', '112913.099000', '112913.102000', '112913.104000', '112913.107000', '112913.110000', '112913.112000', '112913.115000', '112913.118000', '112913.120000', '112913.123000', '112913.126000', '112913.128000', '112913.131000', '112913.134000', '112913.136000', '112913.146000', '112913.150000', '112913.153000', '112913.155000', '112913.158000', '112913.161000', '112913.164000', '112913.166000', '112913.169000', '112913.172000', '112913.174000', '112913.188000', '112913.191000', '112913.194000', '112913.196000', '112913.199000', '112913.202000', '112913.207000', '112913.213000', '112913.217000'], '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': [12813, 12361, 12597, 9677, 7677, 9282, 8246, 10275, 8568, 12320, 11555, 14604, 8077, 9362, 8173, 7492, 10453, 9982, 10161, 9853, 11178, 9587, 9541, 7549, 9341, 7470, 11912, 10174, 12149, 8233, 10394, 7785, 10375, 8123, 13465, 12115, 11376, 7902, 9281, 7543, 11240, 9843, 12807, 9460, 9396, 8068, 9985, 8165, 12023, 8032, 13181, 8331, 10863, 8083, 10482, 8036, 10984, 8035, 12361, 9909, 10307, 7581, 9539, 7696, 12972, 9715, 12623, 8334, 10470, 8970, 11664, 9402, 12095, 9452, 13723, 9049, 16191, 9446, 12218, 8892, 12797, 8975, 13128, 9340, 14901, 9178, 11305, 9323, 12188, 9273, 14606, 11882, 13104, 9762, 10314, 10278, 12578, 11640, 14984, 10611, 8434, 9568, 7851, 11639, 10191, 11629, 9380, 10071, 8778, 9638, 9299, 11092, 9573, 14497, 9599, 11417, 9565, 11449, 9367, 13032, 9249, 14650, 9641, 11901, 9714, 12688, 9839, 13318, 9886, 10945, 9794, 11462, 10268, 10619, 9954, 8387, 9976, 8710, 12547, 9998, 11172, 9724, 11078, 9673, 13137, 10004, 12512, 10113, 9936, 9840, 10670, 11032, 9633, 10167, 10094, 12192, 9625, 14507, 10537, 13956, 9935, 8861, 10713, 10329, 12520, 9725, 11405, 10046, 12881, 9614, 15369, 9951, 12431, 10107, 9456, 10097, 10513, 11024, 9353, 9964, 9715, 12340, 10091, 15541, 10249, 12592, 9833, 11368, 9902, 13881, 9918, 14329, 10077, 10159, 10112, 11730, 10777, 10638, 10157, 8600, 10081, 8680, 12040, 9334, 13505, 9858, 10742, 9601, 11591, 9832, 13959, 9770, 10983, 9525, 12805, 9390, 14503, 9853, 11987, 9749, 11052, 9247, 13427, 10726, 13381, 9804, 9235, 9889, 8734, 10017, 11906, 11866, 8453, 9861, 8403, 10837, 9080, 11324, 9259, 10210, 9457, 9700, 9600, 13965, 10021, 16084, 9956, 12152, 9801, 11922, 9627, 14799, 10021, 17814, 10034, 11364, 9661, 13130, 9858, 14708, 9717, 10117, 9963, 8904, 10168, 11633, 11400, 11587, 10358, 8754, 9655, 8693, 13283, 11547, 12529, 9107, 9994, 8938, 10720, 9050, 13720, 9468, 12215, 9503, 9783, 9252, 12026, 9523, 13983, 9609, 10748, 9687, 10229, 9379, 13015, 9551, 14314, 9844, 11609, 9607, 12179, 10456, 13121, 10480, 8409, 9497, 8095, 10442, 9092, 13568, 9629, 10815, 9717, 9659, 9410, 12458, 9506, 14295, 9609, 11036, 9635, 11061, 9532, 13809, 10764, 14124, 9802, 8766, 9502, 8362, 11505, 9910, 12866, 9640, 9877, 9433, 10592, 9769, 13724, 9895, 14667, 9854, 9909, 9759, 9240, 9715, 9352, 13165, 9938, 15394, 10018, 10808, 9816, 9123, 9844, 9546, 13275, 9672, 14828, 9741, 11094, 9882, 10993, 9890, 11288, 10459, 11875, 10092, 9115, 9381, 9186, 11608, 9725, 13796, 9834, 10489, 9849, 10956, 9491, 12431, 10048, 15502, 9889, 9212, 10183, 9192, 10250, 11093, 11384, 8994, 9628, 9210, 9568, 9648, 12551, 9361, 13317, 9891, 9743, 9737, 8804, 9798, 10054, 12483, 9646, 10509, 9823, 10622, 9893, 13179, 9634, 15798, 10854, 12036, 9043, 12156, 9890, 12196, 11249, 13776, 10622, 8805, 9458, 8931, 11072, 9330, 14055, 9555, 12981, 9445, 10968, 9615, 12890, 10273, 13631, 10678, 8475, 9733, 8446, 9765, 9023, 12813, 9672, 10799, 9727, 9887, 9587, 11769, 9703, 14444, 10550, 10948, 9930, 8766, 9653, 9556, 12689, 9267, 10741, 9959, 9882, 9723, 12916, 9976, 15807, 10593, 12946, 9932, 8361, 9908, 9047, 12079, 9693, 13929, 10013, 10413, 10095, 12126, 9904, 8673, 10557, 9355, 14135, 9985, 12297, 9908, 11712, 9677, 12455, 9934, 17694, 9897, 10348, 9793, 8739, 9869, 9694, 9748, 8852, 9943, 9511, 9928, 9839, 10684, 9462, 12800, 9479, 13537, 9421, 9612, 8863, 7981, 9284, 8748, 11470, 9065, 12276, 9308, 13243, 9289, 13776, 10147, 16119, 10893, 18296, 11661, 19220, 12132, 17932, 10669, 15862, 11466, 16106, 9831, 8834, 9529, 8893, 9656, 9305, 12479, 9213, 12700, 9861, 9876, 9867, 10149, 9890, 11102, 9565, 13055, 9589, 10576, 9636, 10559, 9450, 10983, 9392, 13275, 9428, 8539, 9533, 7936, 9498, 8490, 11449, 9072, 12649, 9776, 10604, 9124, 11377, 9573, 13122, 10016, 17219, 11694, 14562, 9948, 10523, 10057, 9898, 10504, 11317, 12110, 10236, 10001, 9214, 9723, 9480, 10717, 9449, 11649, 9582, 11514, 9439, 14330, 9860, 11302, 9247, 10759, 9534, 10908, 9561, 12851, 9800, 13207, 9908, 8499, 9780, 9218, 10626, 11099, 9775, 9002, 9477, 9473, 11200, 9409, 14858, 9302, 11495, 9451, 11153, 9530, 13338, 10809, 11329, 9512, 7983, 9406, 8712, 10301, 9439, 11152, 9122, 12650, 9207, 15785, 9314, 10392, 9665, 7695, 10598, 8583, 12322, 9767, 11052, 9290, 11285, 9595, 15016, 9801, 8936, 9664, 8326, 11414, 9590, 13744, 9596, 12005, 9810, 10940, 9855, 10431, 9802, 8894, 11901, 9496, 14936, 9255, 14767, 9582, 11670, 9852, 10468, 10906, 11837, 11972, 9317, 9900, 9571, 11038, 9583, 13142, 9435, 11896, 9568, 10544, 9601, 9747, 9715, 8921, 9945, 9832, 12471, 9224, 15294, 9827, 12131, 9851, 12219, 13181, 13686, 10775, 9516, 10309, 9799, 12952, 8840, 14026, 9439, 10787, 9433, 8222, 10824, 8635, 12183, 9646, 11113, 9116, 11639, 9378, 15577, 11036, 11082, 9567, 8085, 9868, 8973, 12304, 9440, 15718, 9198, 12493, 9479, 12976, 9720, 15055, 12047, 13960, 9870, 8081, 9135, 8783, 11425, 9332, 13770, 8651, 10350, 8999, 9952, 10214, 10640, 12055, 11576, 10809, 7917, 10072, 8403, 12952, 8084, 17410, 8829, 12579, 9150, 12343, 8987, 14765, 10444, 10442, 8683, 7947, 9110, 7559, 11768, 7941, 11340, 7879, 12133, 8728, 13291, 9741, 17216, 10824, 13852, 9853, 12833, 9331, 14130, 9973, 16195, 9427, 9615, 9479, 8130, 8551, 8780, 11185, 8889, 10313, 8070, 10493, 8852, 12522, 8660, 15641, 8376, 15166, 9028, 11927, 8278, 13465, 8944, 15312, 8947, 12395, 8522, 11600, 8685, 13264, 9398, 12717, 8995, 11316, 8846, 12127, 9705, 12977, 9965, 8544, 10287, 9170, 10039, 10420, 10341, 7304, 8680, 8073, 9785, 8616, 10957, 8648, 13483, 8343, 12184, 8949, 12378, 9655, 13198, 11904, 8447, 10358, 8581, 11899, 8801, 16702, 10958, 18400, 9290, 12798, 10505, 10916, 11340, 11416, 11681, 9064, 10780, 8759, 13708, 9999, 17479, 9668, 10962, 9331, 7855, 11058, 9001, 12795, 9489, 13644, 8820, 11535, 9450, 11875, 9611, 11539, 9673, 9267, 11118, 8816, 13484, 9499, 8568, 13166, 8908, 15326, 9576, 9197, 10682, 9438, 13187, 9428, 14687, 9001, 8858, 9333, 8286, 11013, 9552, 12765, 9046, 11109, 9572, 10575, 10003, 12360, 11959, 9004, 11072, 9327, 12857, 9143, 16912, 10960, 13802, 8818, 11143, 9229, 10337, 9270, 11540, 10470, 7958, 9459, 8189, 10412, 11266, 12131, 8514, 10714, 8439, 11256, 13260, 11892, 14874, 11136, 7962, 10875, 8397, 10578, 10774, 10275, 7932, 8944, 8295, 9550, 8854, 12366, 8056, 12697, 8501, 11249, 8876, 11902, 8926, 13188, 11559, 9236, 9603, 8739, 10940, 8711, 13603, 8231, 11703, 8572, 12084, 8220, 14214, 9299, 10896, 8911, 10884, 9089, 12030, 8776, 13790, 9048, 11067, 8599, 10821, 8832, 10859, 8850, 12346, 9568, 8589, 9199, 8874, 10757, 9238, 11037, 8688, 12040, 8577, 15422, 10059, 15429, 8474, 11435, 8955, 12438, 9088, 14789, 11696, 13974, 9952, 7770, 8629, 8551, 11070, 8737, 14190, 8513, 12387, 9084, 13148, 9877, 14514, 10254, 8039, 8823, 8902, 11025, 9005, 14344, 10293, 14366, 10429, 9360, 9210, 9557, 12777, 9349, 11152, 8838, 11315, 8705, 13641, 10101, 13109, 8797, 7815, 8870, 8326, 12080, 9214, 13146, 8840, 12275, 9545, 15752, 10671, 13270, 9396, 7717, 8624, 8126, 11867, 8584, 14074, 8447, 11135], 'WindowCenter': [4375.0, 4364.0, 4358.0, 4328.0, 4294.0, 4318.0, 4306.0, 4323.0, 4303.0, 4344.0, 4335.0, 4357.0, 4306.0, 4312.0, 4293.0, 4270.0, 4323.0, 4311.0, 4313.0, 4312.0, 4324.0, 4312.0, 4312.0, 4280.0, 4301.0, 4268.0, 4332.0, 4309.0, 4332.0, 4290.0, 4311.0, 4270.0, 4312.0, 4282.0, 4342.0, 4330.0, 4332.0, 4279.0, 4300.0, 4268.0, 4321.0, 4310.0, 4332.0, 4311.0, 4313.0, 4292.0, 4312.0, 4292.0, 4332.0, 4281.0, 4344.0, 4292.0, 4323.0, 4282.0, 4321.0, 4281.0, 4324.0, 4292.0, 4334.0, 4311.0, 4323.0, 4270.0, 4301.0, 4280.0, 4343.0, 4312.0, 4332.0, 4291.0, 4323.0, 4314.0, 4333.0, 4302.0, 4333.0, 4310.0, 4342.0, 4301.0, 4355.0, 4312.0, 4333.0, 4303.0, 4329.0, 4300.0, 4340.0, 4302.0, 4354.0, 4313.0, 4321.0, 4304.0, 4332.0, 4313.0, 4351.0, 4333.0, 4342.0, 4312.0, 4311.0, 4311.0, 4330.0, 4323.0, 4342.0, 4312.0, 4278.0, 4300.0, 4268.0, 4320.0, 4309.0, 4318.0, 4299.0, 4310.0, 4291.0, 4311.0, 4299.0, 4319.0, 4311.0, 4352.0, 4314.0, 4332.0, 4313.0, 4321.0, 4303.0, 4342.0, 4303.0, 4354.0, 4310.0, 4320.0, 4312.0, 4330.0, 4312.0, 4341.0, 4310.0, 4319.0, 4312.0, 4332.0, 4323.0, 4323.0, 4313.0, 4292.0, 4323.0, 4301.0, 4344.0, 4324.0, 4335.0, 4314.0, 4333.0, 4313.0, 4343.0, 4327.0, 4345.0, 4323.0, 4323.0, 4325.0, 4323.0, 4335.0, 4313.0, 4324.0, 4323.0, 4332.0, 4313.0, 4354.0, 4324.0, 4342.0, 4313.0, 4302.0, 4323.0, 4311.0, 4344.0, 4312.0, 4333.0, 4310.0, 4331.0, 4310.0, 4352.0, 4313.0, 4331.0, 4322.0, 4311.0, 4321.0, 4320.0, 4334.0, 4311.0, 4313.0, 4314.0, 4342.0, 4312.0, 4354.0, 4322.0, 4333.0, 4312.0, 4333.0, 4312.0, 4342.0, 4314.0, 4353.0, 4324.0, 4311.0, 4323.0, 4331.0, 4323.0, 4321.0, 4311.0, 4290.0, 4310.0, 4289.0, 4332.0, 4301.0, 4345.0, 4312.0, 4320.0, 4299.0, 4319.0, 4309.0, 4342.0, 4310.0, 4321.0, 4300.0, 4330.0, 4302.0, 4341.0, 4310.0, 4330.0, 4311.0, 4320.0, 4302.0, 4341.0, 4323.0, 4342.0, 4313.0, 4301.0, 4312.0, 4291.0, 4311.0, 4330.0, 4333.0, 4279.0, 4311.0, 4290.0, 4322.0, 4301.0, 4332.0, 4311.0, 4325.0, 4313.0, 4313.0, 4312.0, 4342.0, 4311.0, 4366.0, 4313.0, 4332.0, 4312.0, 4319.0, 4301.0, 4342.0, 4301.0, 4353.0, 4312.0, 4320.0, 4300.0, 4329.0, 4300.0, 4340.0, 4312.0, 4310.0, 4310.0, 4289.0, 4312.0, 4321.0, 4323.0, 4321.0, 4313.0, 4290.0, 4299.0, 4277.0, 4330.0, 4308.0, 4331.0, 4288.0, 4300.0, 4287.0, 4308.0, 4287.0, 4329.0, 4297.0, 4319.0, 4298.0, 4298.0, 4288.0, 4318.0, 4297.0, 4340.0, 4312.0, 4320.0, 4301.0, 4309.0, 4301.0, 4330.0, 4302.0, 4342.0, 4313.0, 4320.0, 4301.0, 4320.0, 4312.0, 4331.0, 4322.0, 4291.0, 4311.0, 4279.0, 4309.0, 4290.0, 4342.0, 4311.0, 4321.0, 4312.0, 4299.0, 4300.0, 4330.0, 4311.0, 4352.0, 4313.0, 4322.0, 4313.0, 4322.0, 4313.0, 4341.0, 4322.0, 4341.0, 4313.0, 4290.0, 4312.0, 4290.0, 4322.0, 4310.0, 4332.0, 4311.0, 4311.0, 4300.0, 4310.0, 4310.0, 4342.0, 4313.0, 4343.0, 4313.0, 4310.0, 4300.0, 4298.0, 4299.0, 4299.0, 4330.0, 4309.0, 4340.0, 4310.0, 4320.0, 4311.0, 4299.0, 4312.0, 4299.0, 4331.0, 4300.0, 4342.0, 4313.0, 4320.0, 4310.0, 4308.0, 4299.0, 4309.0, 4309.0, 4319.0, 4310.0, 4288.0, 4299.0, 4288.0, 4318.0, 4298.0, 4330.0, 4300.0, 4309.0, 4300.0, 4308.0, 4299.0, 4331.0, 4311.0, 4341.0, 4312.0, 4288.0, 4311.0, 4287.0, 4309.0, 4308.0, 4320.0, 4289.0, 4300.0, 4298.0, 4300.0, 4299.0, 4330.0, 4301.0, 4341.0, 4323.0, 4324.0, 4314.0, 4302.0, 4323.0, 4311.0, 4335.0, 4314.0, 4324.0, 4312.0, 4323.0, 4312.0, 4330.0, 4300.0, 4342.0, 4322.0, 4331.0, 4304.0, 4319.0, 4312.0, 4319.0, 4320.0, 4329.0, 4310.0, 4289.0, 4298.0, 4288.0, 4308.0, 4288.0, 4329.0, 4299.0, 4330.0, 4300.0, 4308.0, 4301.0, 4331.0, 4311.0, 4330.0, 4311.0, 4278.0, 4299.0, 4279.0, 4299.0, 4289.0, 4329.0, 4299.0, 4310.0, 4299.0, 4299.0, 4313.0, 4332.0, 4311.0, 4342.0, 4322.0, 4322.0, 4311.0, 4289.0, 4311.0, 4299.0, 4331.0, 4301.0, 4322.0, 4312.0, 4311.0, 4301.0, 4330.0, 4310.0, 4340.0, 4311.0, 4332.0, 4312.0, 4279.0, 4300.0, 4289.0, 4331.0, 4299.0, 4342.0, 4312.0, 4311.0, 4311.0, 4330.0, 4311.0, 4288.0, 4309.0, 4299.0, 4342.0, 4300.0, 4320.0, 4298.0, 4308.0, 4287.0, 4317.0, 4296.0, 4337.0, 4298.0, 4296.0, 4297.0, 4274.0, 4297.0, 4296.0, 4297.0, 4287.0, 4299.0, 4300.0, 4309.0, 4310.0, 4321.0, 4314.0, 4342.0, 4312.0, 4329.0, 4288.0, 4300.0, 4301.0, 4279.0, 4300.0, 4288.0, 4321.0, 4290.0, 4332.0, 4301.0, 4331.0, 4300.0, 4329.0, 4299.0, 4338.0, 4298.0, 4336.0, 4296.0, 4336.0, 4306.0, 4324.0, 4283.0, 4323.0, 4293.0, 4323.0, 4283.0, 4260.0, 4271.0, 4260.0, 4272.0, 4272.0, 4304.0, 4274.0, 4317.0, 4286.0, 4297.0, 4285.0, 4294.0, 4284.0, 4304.0, 4286.0, 4328.0, 4298.0, 4308.0, 4300.0, 4309.0, 4300.0, 4320.0, 4301.0, 4341.0, 4325.0, 4302.0, 4313.0, 4292.0, 4312.0, 4302.0, 4333.0, 4302.0, 4346.0, 4313.0, 4323.0, 4302.0, 4321.0, 4311.0, 4342.0, 4312.0, 4364.0, 4334.0, 4352.0, 4311.0, 4310.0, 4310.0, 4299.0, 4311.0, 4320.0, 4331.0, 4311.0, 4311.0, 4300.0, 4300.0, 4298.0, 4323.0, 4299.0, 4319.0, 4298.0, 4319.0, 4299.0, 4340.0, 4300.0, 4319.0, 4298.0, 4307.0, 4300.0, 4308.0, 4311.0, 4331.0, 4312.0, 4342.0, 4313.0, 4303.0, 4324.0, 4302.0, 4311.0, 4320.0, 4312.0, 4300.0, 4301.0, 4300.0, 4320.0, 4301.0, 4343.0, 4301.0, 4320.0, 4299.0, 4309.0, 4299.0, 4330.0, 4323.0, 4321.0, 4313.0, 4281.0, 4301.0, 4290.0, 4311.0, 4302.0, 4322.0, 4314.0, 4331.0, 4301.0, 4352.0, 4313.0, 4310.0, 4311.0, 4280.0, 4321.0, 4302.0, 4342.0, 4312.0, 4322.0, 4302.0, 4320.0, 4300.0, 4352.0, 4313.0, 4299.0, 4300.0, 4291.0, 4322.0, 4311.0, 4343.0, 4312.0, 4333.0, 4313.0, 4320.0, 4311.0, 4322.0, 4311.0, 4290.0, 4331.0, 4301.0, 4353.0, 4301.0, 4352.0, 4311.0, 4319.0, 4310.0, 4309.0, 4320.0, 4320.0, 4333.0, 4300.0, 4310.0, 4299.0, 4310.0, 4300.0, 4329.0, 4301.0, 4321.0, 4299.0, 4309.0, 4311.0, 4312.0, 4313.0, 4301.0, 4313.0, 4324.0, 4344.0, 4314.0, 4365.0, 4325.0, 4333.0, 4323.0, 4332.0, 4343.0, 4342.0, 4323.0, 4299.0, 4310.0, 4311.0, 4329.0, 4301.0, 4340.0, 4301.0, 4319.0, 4300.0, 4279.0, 4320.0, 4289.0, 4331.0, 4311.0, 4321.0, 4300.0, 4319.0, 4301.0, 4350.0, 4322.0, 4320.0, 4300.0, 4279.0, 4309.0, 4300.0, 4331.0, 4300.0, 4352.0, 4299.0, 4318.0, 4298.0, 4328.0, 4299.0, 4339.0, 4320.0, 4328.0, 4298.0, 4266.0, 4286.0, 4276.0, 4317.0, 4298.0, 4340.0, 4303.0, 4313.0, 4301.0, 4297.0, 4309.0, 4307.0, 4318.0, 4320.0, 4319.0, 4278.0, 4299.0, 4278.0, 4330.0, 4267.0, 4350.0, 4289.0, 4317.0, 4287.0, 4317.0, 4288.0, 4338.0, 4310.0, 4307.0, 4290.0, 4278.0, 4300.0, 4280.0, 4321.0, 4280.0, 4321.0, 4279.0, 4319.0, 4290.0, 4330.0, 4299.0, 4351.0, 4311.0, 4328.0, 4299.0, 4317.0, 4289.0, 4327.0, 4287.0, 4339.0, 4290.0, 4288.0, 4299.0, 4267.0, 4288.0, 4289.0, 4321.0, 4301.0, 4310.0, 4282.0, 4312.0, 4289.0, 4329.0, 4288.0, 4340.0, 4278.0, 4340.0, 4288.0, 4318.0, 4276.0, 4317.0, 4277.0, 4339.0, 4288.0, 4319.0, 4289.0, 4318.0, 4289.0, 4327.0, 4287.0, 4327.0, 4290.0, 4307.0, 4289.0, 4319.0, 4298.0, 4327.0, 4300.0, 4275.0, 4298.0, 4286.0, 4298.0, 4308.0, 4297.0, 4267.0, 4291.0, 4279.0, 4299.0, 4289.0, 4319.0, 4291.0, 4343.0, 4292.0, 4332.0, 4303.0, 4333.0, 4313.0, 4342.0, 4333.0, 4290.0, 4311.0, 4290.0, 4333.0, 4302.0, 4352.0, 4322.0, 4364.0, 4304.0, 4329.0, 4310.0, 4309.0, 4309.0, 4319.0, 4320.0, 4290.0, 4309.0, 4290.0, 4340.0, 4311.0, 4350.0, 4302.0, 4308.0, 4301.0, 4279.0, 4320.0, 4289.0, 4330.0, 4300.0, 4341.0, 4289.0, 4318.0, 4299.0, 4320.0, 4299.0, 4322.0, 4298.0, 4290.0, 4320.0, 4302.0, 4330.0, 4300.0, 4290.0, 4330.0, 4302.0, 4352.0, 4301.0, 4288.0, 4310.0, 4299.0, 4329.0, 4289.0, 4340.0, 4290.0, 4288.0, 4287.0, 4279.0, 4321.0, 4301.0, 4342.0, 4302.0, 4322.0, 4314.0, 4323.0, 4313.0, 4333.0, 4333.0, 4301.0, 4321.0, 4291.0, 4332.0, 4299.0, 4350.0, 4322.0, 4330.0, 4290.0, 4308.0, 4299.0, 4309.0, 4301.0, 4319.0, 4325.0, 4281.0, 4313.0, 4280.0, 4322.0, 4321.0, 4332.0, 4290.0, 4311.0, 4277.0, 4308.0, 4318.0, 4320.0, 4327.0, 4308.0, 4265.0, 4295.0, 4265.0, 4298.0, 4306.0, 4297.0, 4268.0, 4289.0, 4278.0, 4299.0, 4301.0, 4331.0, 4281.0, 4333.0, 4293.0, 4322.0, 4302.0, 4321.0, 4302.0, 4331.0, 4335.0, 4302.0, 4303.0, 4290.0, 4311.0, 4289.0, 4332.0, 4278.0, 4310.0, 4278.0, 4319.0, 4279.0, 4329.0, 4287.0, 4308.0, 4287.0, 4306.0, 4276.0, 4317.0, 4277.0, 4330.0, 4289.0, 4309.0, 4290.0, 4309.0, 4290.0, 4321.0, 4301.0, 4333.0, 4313.0, 4291.0, 4303.0, 4301.0, 4324.0, 4301.0, 4324.0, 4290.0, 4334.0, 4291.0, 4343.0, 4299.0, 4341.0, 4280.0, 4308.0, 4290.0, 4319.0, 4290.0, 4340.0, 4332.0, 4341.0, 4312.0, 4268.0, 4289.0, 4289.0, 4320.0, 4289.0, 4342.0, 4292.0, 4331.0, 4301.0, 4341.0, 4311.0, 4340.0, 4311.0, 4280.0, 4288.0, 4288.0, 4308.0, 4289.0, 4341.0, 4312.0, 4342.0, 4311.0, 4301.0, 4300.0, 4299.0, 4332.0, 4301.0, 4320.0, 4289.0, 4319.0, 4290.0, 4340.0, 4311.0, 4331.0, 4292.0, 4280.0, 4300.0, 4290.0, 4330.0, 4300.0, 4331.0, 4290.0, 4330.0, 4312.0, 4351.0, 4312.0, 4331.0, 4299.0, 4267.0, 4277.0, 4278.0, 4319.0, 4288.0, 4342.0, 4290.0, 4319.0], 'WindowWidth': [9654.0, 9631.0, 9615.0, 9573.0, 9520.0, 9555.0, 9535.0, 9556.0, 9531.0, 9589.0, 9575.0, 9611.0, 9538.0, 9540.0, 9513.0, 9479.0, 9554.0, 9533.0, 9538.0, 9536.0, 9558.0, 9536.0, 9538.0, 9491.0, 9519.0, 9472.0, 9564.0, 9528.0, 9566.0, 9504.0, 9535.0, 9477.0, 9537.0, 9498.0, 9580.0, 9560.0, 9567.0, 9488.0, 9518.0, 9471.0, 9548.0, 9530.0, 9566.0, 9536.0, 9542.0, 9510.0, 9539.0, 9508.0, 9564.0, 9493.0, 9585.0, 9510.0, 9554.0, 9497.0, 9550.0, 9494.0, 9557.0, 9513.0, 9572.0, 9536.0, 9555.0, 9477.0, 9519.0, 9493.0, 9582.0, 9538.0, 9568.0, 9511.0, 9558.0, 9543.0, 9569.0, 9523.0, 9565.0, 9533.0, 9581.0, 9523.0, 9608.0, 9540.0, 9569.0, 9527.0, 9556.0, 9519.0, 9574.0, 9525.0, 9602.0, 9543.0, 9551.0, 9529.0, 9565.0, 9542.0, 9593.0, 9572.0, 9581.0, 9539.0, 9532.0, 9533.0, 9560.0, 9554.0, 9580.0, 9538.0, 9485.0, 9516.0, 9471.0, 9545.0, 9529.0, 9544.0, 9516.0, 9534.0, 9507.0, 9534.0, 9517.0, 9545.0, 9535.0, 9596.0, 9544.0, 9567.0, 9540.0, 9549.0, 9526.0, 9579.0, 9528.0, 9601.0, 9533.0, 9544.0, 9535.0, 9559.0, 9539.0, 9577.0, 9532.0, 9542.0, 9537.0, 9565.0, 9556.0, 9556.0, 9541.0, 9511.0, 9555.0, 9523.0, 9585.0, 9558.0, 9575.0, 9544.0, 9568.0, 9543.0, 9583.0, 9568.0, 9588.0, 9556.0, 9556.0, 9560.0, 9555.0, 9577.0, 9541.0, 9557.0, 9552.0, 9564.0, 9541.0, 9601.0, 9558.0, 9582.0, 9541.0, 9523.0, 9553.0, 9536.0, 9586.0, 9535.0, 9567.0, 9530.0, 9560.0, 9531.0, 9595.0, 9542.0, 9564.0, 9553.0, 9535.0, 9550.0, 9546.0, 9571.0, 9535.0, 9541.0, 9543.0, 9581.0, 9538.0, 9601.0, 9551.0, 9568.0, 9537.0, 9568.0, 9539.0, 9580.0, 9543.0, 9598.0, 9556.0, 9535.0, 9552.0, 9562.0, 9554.0, 9548.0, 9535.0, 9504.0, 9531.0, 9502.0, 9565.0, 9520.0, 9590.0, 9534.0, 9545.0, 9514.0, 9544.0, 9528.0, 9581.0, 9532.0, 9546.0, 9518.0, 9559.0, 9524.0, 9577.0, 9533.0, 9558.0, 9533.0, 9542.0, 9523.0, 9576.0, 9554.0, 9581.0, 9540.0, 9521.0, 9537.0, 9506.0, 9535.0, 9559.0, 9568.0, 9488.0, 9534.0, 9506.0, 9553.0, 9524.0, 9566.0, 9537.0, 9560.0, 9539.0, 9539.0, 9538.0, 9581.0, 9537.0, 9622.0, 9542.0, 9566.0, 9537.0, 9542.0, 9520.0, 9579.0, 9520.0, 9603.0, 9534.0, 9543.0, 9516.0, 9553.0, 9518.0, 9574.0, 9537.0, 9529.0, 9530.0, 9501.0, 9535.0, 9545.0, 9554.0, 9548.0, 9538.0, 9501.0, 9513.0, 9481.0, 9559.0, 9524.0, 9564.0, 9498.0, 9515.0, 9493.0, 9524.0, 9494.0, 9558.0, 9508.0, 9543.0, 9509.0, 9509.0, 9497.0, 9537.0, 9509.0, 9574.0, 9536.0, 9544.0, 9520.0, 9526.0, 9521.0, 9557.0, 9523.0, 9579.0, 9539.0, 9543.0, 9520.0, 9544.0, 9537.0, 9563.0, 9551.0, 9507.0, 9533.0, 9486.0, 9528.0, 9503.0, 9579.0, 9533.0, 9547.0, 9535.0, 9516.0, 9517.0, 9558.0, 9534.0, 9596.0, 9540.0, 9550.0, 9540.0, 9548.0, 9540.0, 9579.0, 9553.0, 9578.0, 9538.0, 9503.0, 9534.0, 9503.0, 9551.0, 9532.0, 9569.0, 9534.0, 9534.0, 9517.0, 9531.0, 9530.0, 9580.0, 9540.0, 9584.0, 9541.0, 9528.0, 9518.0, 9511.0, 9513.0, 9516.0, 9559.0, 9527.0, 9577.0, 9534.0, 9547.0, 9534.0, 9516.0, 9534.0, 9513.0, 9560.0, 9517.0, 9581.0, 9540.0, 9545.0, 9531.0, 9525.0, 9513.0, 9525.0, 9529.0, 9542.0, 9531.0, 9497.0, 9514.0, 9495.0, 9538.0, 9512.0, 9561.0, 9516.0, 9526.0, 9515.0, 9524.0, 9515.0, 9560.0, 9533.0, 9578.0, 9535.0, 9497.0, 9530.0, 9495.0, 9526.0, 9524.0, 9545.0, 9499.0, 9515.0, 9511.0, 9513.0, 9513.0, 9558.0, 9522.0, 9576.0, 9556.0, 9559.0, 9545.0, 9523.0, 9554.0, 9534.0, 9573.0, 9544.0, 9559.0, 9537.0, 9551.0, 9533.0, 9559.0, 9516.0, 9583.0, 9551.0, 9562.0, 9526.0, 9539.0, 9535.0, 9540.0, 9544.0, 9557.0, 9531.0, 9497.0, 9511.0, 9494.0, 9522.0, 9495.0, 9558.0, 9515.0, 9560.0, 9516.0, 9525.0, 9517.0, 9559.0, 9533.0, 9558.0, 9533.0, 9485.0, 9514.0, 9483.0, 9512.0, 9499.0, 9556.0, 9513.0, 9531.0, 9513.0, 9512.0, 9542.0, 9564.0, 9536.0, 9581.0, 9553.0, 9550.0, 9535.0, 9503.0, 9535.0, 9516.0, 9564.0, 9520.0, 9552.0, 9535.0, 9531.0, 9518.0, 9557.0, 9530.0, 9577.0, 9534.0, 9564.0, 9534.0, 9486.0, 9515.0, 9500.0, 9559.0, 9513.0, 9580.0, 9536.0, 9531.0, 9534.0, 9560.0, 9532.0, 9498.0, 9529.0, 9514.0, 9583.0, 9518.0, 9545.0, 9511.0, 9521.0, 9492.0, 9534.0, 9506.0, 9568.0, 9510.0, 9502.0, 9504.0, 9472.0, 9506.0, 9506.0, 9508.0, 9494.0, 9513.0, 9516.0, 9527.0, 9529.0, 9545.0, 9545.0, 9578.0, 9538.0, 9558.0, 9499.0, 9518.0, 9522.0, 9491.0, 9518.0, 9499.0, 9546.0, 9502.0, 9563.0, 9519.0, 9562.0, 9517.0, 9556.0, 9515.0, 9568.0, 9509.0, 9562.0, 9503.0, 9560.0, 9516.0, 9542.0, 9482.0, 9538.0, 9496.0, 9535.0, 9481.0, 9444.0, 9459.0, 9443.0, 9464.0, 9464.0, 9512.0, 9472.0, 9535.0, 9490.0, 9504.0, 9485.0, 9497.0, 9481.0, 9511.0, 9490.0, 9551.0, 9509.0, 9522.0, 9515.0, 9525.0, 9517.0, 9546.0, 9523.0, 9577.0, 9563.0, 9525.0, 9539.0, 9509.0, 9537.0, 9523.0, 9568.0, 9526.0, 9592.0, 9540.0, 9553.0, 9522.0, 9547.0, 9535.0, 9578.0, 9539.0, 9616.0, 9574.0, 9593.0, 9535.0, 9530.0, 9530.0, 9513.0, 9532.0, 9545.0, 9564.0, 9533.0, 9534.0, 9517.0, 9517.0, 9510.0, 9552.0, 9512.0, 9541.0, 9509.0, 9542.0, 9513.0, 9576.0, 9516.0, 9540.0, 9512.0, 9520.0, 9514.0, 9525.0, 9533.0, 9562.0, 9539.0, 9577.0, 9539.0, 9527.0, 9556.0, 9523.0, 9533.0, 9545.0, 9538.0, 9518.0, 9521.0, 9516.0, 9547.0, 9521.0, 9584.0, 9519.0, 9543.0, 9514.0, 9527.0, 9516.0, 9560.0, 9553.0, 9549.0, 9539.0, 9495.0, 9521.0, 9503.0, 9533.0, 9521.0, 9550.0, 9544.0, 9563.0, 9522.0, 9597.0, 9541.0, 9533.0, 9535.0, 9491.0, 9549.0, 9524.0, 9584.0, 9537.0, 9549.0, 9521.0, 9544.0, 9518.0, 9592.0, 9541.0, 9515.0, 9517.0, 9507.0, 9550.0, 9534.0, 9583.0, 9540.0, 9568.0, 9539.0, 9545.0, 9536.0, 9550.0, 9535.0, 9504.0, 9562.0, 9521.0, 9598.0, 9522.0, 9595.0, 9534.0, 9541.0, 9531.0, 9529.0, 9546.0, 9546.0, 9570.0, 9517.0, 9531.0, 9514.0, 9528.0, 9516.0, 9556.0, 9521.0, 9545.0, 9516.0, 9528.0, 9534.0, 9537.0, 9539.0, 9522.0, 9539.0, 9558.0, 9588.0, 9545.0, 9620.0, 9560.0, 9567.0, 9556.0, 9566.0, 9584.0, 9581.0, 9555.0, 9515.0, 9531.0, 9534.0, 9558.0, 9521.0, 9576.0, 9521.0, 9541.0, 9516.0, 9488.0, 9544.0, 9502.0, 9566.0, 9533.0, 9547.0, 9519.0, 9543.0, 9521.0, 9589.0, 9553.0, 9547.0, 9518.0, 9487.0, 9529.0, 9519.0, 9562.0, 9518.0, 9594.0, 9515.0, 9539.0, 9512.0, 9550.0, 9514.0, 9574.0, 9547.0, 9552.0, 9511.0, 9464.0, 9492.0, 9479.0, 9537.0, 9512.0, 9573.0, 9527.0, 9537.0, 9519.0, 9507.0, 9525.0, 9521.0, 9540.0, 9546.0, 9543.0, 9482.0, 9512.0, 9485.0, 9559.0, 9467.0, 9591.0, 9503.0, 9536.0, 9494.0, 9535.0, 9498.0, 9568.0, 9533.0, 9524.0, 9502.0, 9483.0, 9517.0, 9492.0, 9547.0, 9491.0, 9548.0, 9487.0, 9539.0, 9503.0, 9557.0, 9515.0, 9594.0, 9533.0, 9553.0, 9511.0, 9533.0, 9498.0, 9549.0, 9493.0, 9570.0, 9502.0, 9494.0, 9514.0, 9467.0, 9500.0, 9501.0, 9548.0, 9519.0, 9534.0, 9494.0, 9536.0, 9499.0, 9556.0, 9498.0, 9575.0, 9484.0, 9574.0, 9496.0, 9536.0, 9479.0, 9535.0, 9479.0, 9569.0, 9497.0, 9539.0, 9500.0, 9536.0, 9499.0, 9550.0, 9497.0, 9551.0, 9502.0, 9519.0, 9500.0, 9543.0, 9514.0, 9551.0, 9515.0, 9476.0, 9510.0, 9493.0, 9512.0, 9524.0, 9510.0, 9470.0, 9505.0, 9487.0, 9515.0, 9499.0, 9542.0, 9506.0, 9579.0, 9509.0, 9564.0, 9525.0, 9567.0, 9542.0, 9579.0, 9570.0, 9504.0, 9535.0, 9502.0, 9565.0, 9522.0, 9596.0, 9552.0, 9616.0, 9528.0, 9555.0, 9528.0, 9528.0, 9529.0, 9540.0, 9544.0, 9500.0, 9527.0, 9503.0, 9572.0, 9533.0, 9588.0, 9524.0, 9526.0, 9519.0, 9488.0, 9544.0, 9501.0, 9561.0, 9517.0, 9575.0, 9501.0, 9536.0, 9512.0, 9542.0, 9515.0, 9546.0, 9509.0, 9500.0, 9544.0, 9522.0, 9558.0, 9517.0, 9503.0, 9560.0, 9525.0, 9594.0, 9519.0, 9498.0, 9530.0, 9515.0, 9558.0, 9501.0, 9575.0, 9504.0, 9496.0, 9494.0, 9487.0, 9545.0, 9519.0, 9580.0, 9524.0, 9551.0, 9541.0, 9555.0, 9540.0, 9565.0, 9571.0, 9520.0, 9546.0, 9503.0, 9561.0, 9515.0, 9591.0, 9549.0, 9560.0, 9503.0, 9524.0, 9514.0, 9528.0, 9519.0, 9544.0, 9560.0, 9495.0, 9538.0, 9489.0, 9551.0, 9547.0, 9566.0, 9501.0, 9531.0, 9478.0, 9524.0, 9538.0, 9543.0, 9551.0, 9522.0, 9458.0, 9500.0, 9461.0, 9509.0, 9517.0, 9508.0, 9469.0, 9499.0, 9484.0, 9513.0, 9522.0, 9561.0, 9494.0, 9568.0, 9512.0, 9547.0, 9522.0, 9545.0, 9522.0, 9562.0, 9573.0, 9523.0, 9525.0, 9501.0, 9532.0, 9498.0, 9563.0, 9481.0, 9527.0, 9479.0, 9540.0, 9487.0, 9559.0, 9494.0, 9522.0, 9491.0, 9517.0, 9477.0, 9534.0, 9483.0, 9557.0, 9500.0, 9526.0, 9503.0, 9525.0, 9503.0, 9546.0, 9521.0, 9566.0, 9540.0, 9507.0, 9526.0, 9519.0, 9555.0, 9519.0, 9553.0, 9504.0, 9571.0, 9510.0, 9587.0, 9516.0, 9577.0, 9489.0, 9524.0, 9501.0, 9540.0, 9504.0, 9577.0, 9564.0, 9577.0, 9536.0, 9472.0, 9500.0, 9498.0, 9541.0, 9500.0, 9580.0, 9507.0, 9560.0, 9519.0, 9577.0, 9535.0, 9576.0, 9534.0, 9488.0, 9498.0, 9495.0, 9524.0, 9501.0, 9576.0, 9538.0, 9579.0, 9534.0, 9520.0, 9518.0, 9517.0, 9566.0, 9519.0, 9544.0, 9500.0, 9541.0, 9504.0, 9573.0, 9535.0, 9563.0, 9509.0, 9490.0, 9516.0, 9506.0, 9560.0, 9518.0, 9561.0, 9502.0, 9557.0, 9537.0, 9592.0, 9537.0, 9563.0, 9516.0, 9469.0, 9482.0, 9484.0, 9541.0, 9499.0, 9579.0, 9505.0, 9543.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.0007749486461251166</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.049353365452847804</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.59622667614946</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1952370153644865</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9461223312710282</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4847</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5455.4126</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12653306524218655</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>119</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.11111111111111</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5084130439966565</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3433474895847874</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7374953892784784</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.444396253126705</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00482203</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025316402316093445</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.034978415817022324</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1071</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.023360759529928</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>29.3512</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.387</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.803</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297484.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>812.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.8491</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6755</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.232</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3496.816</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3692.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79060.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1239.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4555.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.635</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.187471048906446</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> |