=== 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-0076 --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-0076",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
123 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
123 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-0076_ses-03_task-alignvideo_acq-mb8_run-03_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-0076_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_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-0076/ses-03/func/sub-0076_ses-03_task-alignvideo_acq-mb8_run-03_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>7118dd995cdfe64fb1be9872c4d05627</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:38:40.652500</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.999821, -0.0183617, -0.0045555, 0.0186738, 0.996449, 0.0821068]</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-03_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.100566</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-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4169, -7718, -7248, 680, 21, 10, -24, 88]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.953</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a2de8534-4165-43f3-b023-e63df24e0068||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.6824467182159424, 0.050100527703762054, -0.008185606449842453, 109.80286407470703], [0.04926300048828125, 2.673398733139038, 0.2218782603740692, -101.6571044921875], [-0.012222076766192913, -0.22028642892837524, 2.6908555030822754, -45.0278205871582], [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, 1065]</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], 'AcquisitionTime': ['113840.652500', '113841.112500', '113841.572500', '113842.032500', '113842.492500', '113842.952500', '113843.412500', '113843.872500', '113844.332500', '113844.792500', '113845.252500', '113845.712500', '113846.172500', '113846.632500', '113847.092500', '113847.552500', '113848.012500', '113848.472500', '113848.932500', '113849.392500', '113849.852500', '113850.312500', '113850.772500', '113851.232500', '113851.692500', '113852.152500', '113852.612500', '113853.072500', '113853.532500', '113853.992500', '113854.452500', '113854.912500', '113855.372500', '113855.832500', '113856.292500', '113856.752500', '113857.212500', '113857.672500', '113858.132500', '113858.592500', '113859.052500', '113859.512500', '113859.972500', '113900.432500', '113900.892500', '113901.352500', '113901.812500', '113902.272500', '113902.732500', '113903.192500', '113903.652500', '113904.112500', '113904.572500', '113905.032500', '113905.492500', '113905.952500', '113906.412500', '113906.872500', '113907.332500', '113907.792500', '113908.252500', '113908.712500', '113909.172500', '113909.632500', '113910.092500', '113910.552500', '113911.012500', '113911.472500', '113911.932500', '113912.392500', '113912.852500', '113913.312500', '113913.772500', '113914.232500', '113914.692500', '113915.152500', '113915.612500', '113916.072500', '113916.532500', '113916.992500', '113917.452500', '113917.912500', '113918.372500', '113918.832500', '113919.292500', '113919.752500', '113920.212500', '113920.672500', '113921.132500', '113921.592500', '113922.052500', '113922.512500', '113922.972500', '113923.432500', '113923.892500', '113924.352500', '113924.812500', '113925.272500', '113925.732500', '113926.192500', '113926.652500', '113927.112500', '113927.572500', '113928.032500', '113928.492500', '113928.952500', '113929.412500', '113929.872500', '113930.332500', '113930.792500', '113931.252500', '113931.712500', '113932.172500', '113932.632500', '113933.092500', '113933.552500', '113934.012500', '113934.472500', '113934.932500', '113935.392500', '113935.852500', '113936.312500', '113936.772500', '113937.232500', '113937.692500', '113938.152500', '113938.612500', '113939.072500', '113939.532500', '113939.992500', '113940.452500', '113940.912500', '113941.372500', '113941.832500', '113942.292500', '113942.752500', '113943.212500', '113943.672500', '113944.132500', '113944.592500', '113945.052500', '113945.512500', '113945.972500', '113946.432500', '113946.892500', '113947.352500', '113947.812500', '113948.272500', '113948.732500', '113949.192500', '113949.652500', '113950.112500', '113950.572500', '113951.032500', '113951.492500', '113951.952500', '113952.412500', '113952.872500', '113953.332500', '113953.792500', '113954.252500', '113954.712500', '113955.172500', '113955.632500', '113956.092500', '113956.552500', '113957.012500', '113957.472500', '113957.932500', '113958.392500', '113958.852500', '113959.312500', '113959.772500', '114000.232500', '114000.692500', '114001.152500', '114001.612500', '114002.072500', '114002.532500', '114002.992500', '114003.452500', '114003.912500', '114004.372500', '114004.832500', '114005.292500', '114005.752500', '114006.212500', '114006.672500', '114007.132500', '114007.592500', '114008.052500', '114008.512500', '114008.972500', '114009.432500', '114009.892500', '114010.352500', '114010.812500', '114011.272500', '114011.732500', '114012.192500', '114012.652500', '114013.112500', '114013.572500', '114014.032500', '114014.492500', '114014.952500', '114015.412500', '114015.872500', '114016.332500', '114016.792500', '114017.252500', '114017.712500', '114018.172500', '114018.632500', '114019.092500', '114019.552500', '114020.012500', '114020.472500', '114020.932500', '114021.392500', '114021.852500', '114022.312500', '114022.772500', '114023.232500', '114023.692500', '114024.152500', '114024.612500', '114025.072500', '114025.532500', '114025.992500', '114026.452500', '114026.912500', '114027.372500', '114027.832500', '114028.292500', '114028.752500', '114029.212500', '114029.672500', '114030.132500', '114030.592500', '114031.052500', '114031.512500', '114031.972500', '114032.432500', '114032.892500', '114033.352500', '114033.812500', '114034.272500', '114034.732500', '114035.192500', '114035.652500', '114036.112500', '114036.572500', '114037.032500', '114037.492500', '114037.952500', '114038.412500', '114038.872500', '114039.332500', '114039.792500', '114040.252500', '114040.712500', '114041.172500', '114041.632500', '114042.092500', '114042.552500', '114043.012500', '114043.472500', '114043.932500', '114044.392500', '114044.852500', '114045.312500', '114045.772500', '114046.232500', '114046.692500', '114047.152500', '114047.612500', '114048.072500', '114048.532500', '114048.992500', '114049.452500', '114049.912500', '114050.372500', '114050.832500', '114051.292500', '114051.752500', '114052.212500', '114052.672500', '114053.132500', '114053.592500', '114054.052500', '114054.512500', '114054.972500', '114055.432500', '114055.892500', '114056.352500', '114056.812500', '114057.272500', '114057.732500', '114058.192500', '114058.652500', '114059.112500', '114059.572500', '114100.032500', '114100.492500', '114100.952500', '114101.412500', '114101.872500', '114102.332500', '114102.792500', '114103.252500', '114103.712500', '114104.172500', '114104.632500', '114105.092500', '114105.552500', '114106.012500', '114106.472500', '114106.932500', '114107.392500', '114107.852500', '114108.312500', '114108.772500', '114109.232500', '114109.692500', '114110.152500', '114110.612500', '114111.072500', '114111.532500', '114111.992500', '114112.452500', '114112.912500', '114113.372500', '114113.832500', '114114.292500', '114114.752500', '114115.212500', '114115.672500', '114116.132500', '114116.592500', '114117.052500', '114117.512500', '114117.972500', '114118.432500', '114118.892500', '114119.352500', '114119.812500', '114120.272500', '114120.732500', '114121.192500', '114121.652500', '114122.112500', '114122.572500', '114123.032500', '114123.492500', '114123.952500', '114124.412500', '114124.872500', '114125.332500', '114125.792500', '114126.252500', '114126.712500', '114127.172500', '114127.632500', '114128.092500', '114128.552500', '114129.012500', '114129.472500', '114129.932500', '114130.392500', '114130.852500', '114131.312500', '114131.772500', '114132.232500', '114132.692500', '114133.152500', '114133.612500', '114134.072500', '114134.532500', '114134.992500', '114135.452500', '114135.912500', '114136.372500', '114136.832500', '114137.292500', '114137.752500', '114138.212500', '114138.672500', '114139.132500', '114139.592500', '114140.052500', '114140.512500', '114140.972500', '114141.432500', '114141.892500', '114142.352500', '114142.812500', '114143.272500', '114143.732500', '114144.192500', '114144.652500', '114145.112500', '114145.572500', '114146.032500', '114146.492500', '114146.952500', '114147.412500', '114147.872500', '114148.332500', '114148.792500', '114149.252500', '114149.712500', '114150.172500', '114150.632500', '114151.092500', '114151.552500', '114152.012500', '114152.472500', '114152.932500', '114153.392500', '114153.852500', '114154.312500', '114154.772500', '114155.232500', '114155.692500', '114156.152500', '114156.612500', '114157.072500', '114157.532500', '114157.992500', '114158.452500', '114158.912500', '114159.372500', '114159.832500', '114200.292500', '114200.752500', '114201.212500', '114201.672500', '114202.132500', '114202.592500', '114203.052500', '114203.512500', '114203.972500', '114204.432500', '114204.892500', '114205.352500', '114205.812500', '114206.272500', '114206.732500', '114207.192500', '114207.652500', '114208.112500', '114208.572500', '114209.032500', '114209.492500', '114209.952500', '114210.412500', '114210.872500', '114211.332500', '114211.792500', '114212.252500', '114212.712500', '114213.172500', '114213.632500', '114214.092500', '114214.552500', '114215.012500', '114215.472500', '114215.932500', '114216.392500', '114216.852500', '114217.312500', '114217.772500', '114218.232500', '114218.692500', '114219.152500', '114219.612500', '114220.072500', '114220.532500', '114220.992500', '114221.452500', '114221.912500', '114222.372500', '114222.832500', '114223.292500', '114223.752500', '114224.212500', '114224.672500', '114225.132500', '114225.592500', '114226.052500', '114226.512500', '114226.972500', '114227.432500', '114227.892500', '114228.352500', '114228.812500', '114229.272500', '114229.732500', '114230.192500', '114230.652500', '114231.112500', '114231.572500', '114232.032500', '114232.492500', '114232.952500', '114233.412500', '114233.872500', '114234.332500', '114234.792500', '114235.252500', '114235.712500', '114236.172500', '114236.632500', '114237.092500', '114237.552500', '114238.012500', '114238.472500', '114238.932500', '114239.392500', '114239.852500', '114240.312500', '114240.772500', '114241.232500', '114241.692500', '114242.152500', '114242.612500', '114243.072500', '114243.532500', '114243.992500', '114244.452500', '114244.912500', '114245.372500', '114245.832500', '114246.292500', '114246.752500', '114247.212500', '114247.672500', '114248.132500', '114248.592500', '114249.052500', '114249.512500', '114249.972500', '114250.432500', '114250.892500', '114251.352500', '114251.812500', '114252.272500', '114252.732500', '114253.192500', '114253.652500', '114254.112500', '114254.572500', '114255.032500', '114255.492500', '114255.952500', '114256.412500', '114256.872500', '114257.332500', '114257.792500', '114258.252500', '114258.712500', '114259.172500', '114259.632500', '114300.092500', '114300.552500', '114301.012500', '114301.472500', '114301.932500', '114302.392500', '114302.852500', '114303.312500', '114303.772500', '114304.232500', '114304.692500', '114305.152500', '114305.612500', '114306.072500', '114306.532500', '114306.992500', '114307.452500', '114307.912500', '114308.372500', '114308.832500', '114309.292500', '114309.752500', '114310.212500', '114310.672500', '114311.132500', '114311.592500', '114312.052500', '114312.512500', '114312.972500', '114313.432500', '114313.892500', '114314.352500', '114314.812500', '114315.272500', '114315.732500', '114316.192500', '114316.652500', '114317.112500', '114317.572500', '114318.032500', '114318.492500', '114318.952500', '114319.412500', '114319.872500', '114320.332500', '114320.792500', '114321.252500', '114321.712500', '114322.172500', '114322.632500', '114323.092500', '114323.552500', '114324.012500', '114324.472500', '114324.932500', '114325.392500', '114325.852500', '114326.312500', '114326.772500', '114327.232500', '114327.692500', '114328.152500', '114328.612500', '114329.072500', '114329.532500', '114329.992500', '114330.452500', '114330.912500', '114331.372500', '114331.832500', '114332.292500', '114332.752500', '114333.212500', '114333.672500', '114334.132500', '114334.592500', '114335.052500', '114335.512500', '114335.972500', '114336.432500', '114336.892500', '114337.352500', '114337.812500', '114338.272500', '114338.732500', '114339.192500', '114339.652500', '114340.112500', '114340.572500', '114341.032500', '114341.492500', '114341.952500', '114342.412500', '114342.872500', '114343.332500', '114343.792500', '114344.252500', '114344.712500', '114345.172500', '114345.632500', '114346.092500', '114346.552500', '114347.012500', '114347.472500', '114347.932500', '114348.392500', '114348.852500', '114349.312500', '114349.772500', '114350.232500', '114350.692500', '114351.152500', '114351.612500', '114352.072500', '114352.532500', '114352.992500', '114353.452500', '114353.912500', '114354.372500', '114354.832500', '114355.292500', '114355.752500', '114356.212500', '114356.672500', '114357.132500', '114357.592500', '114358.052500', '114358.512500', '114358.972500', '114359.432500', '114359.892500', '114400.352500', '114400.812500', '114401.272500', '114401.732500', '114402.192500', '114402.652500', '114403.112500', '114403.572500', '114404.032500', '114404.492500', '114404.952500', '114405.412500', '114405.872500', '114406.332500', '114406.792500', '114407.252500', '114407.712500', '114408.172500', '114408.632500', '114409.092500', '114409.552500', '114410.012500', '114410.472500', '114410.932500', '114411.392500', '114411.852500', '114412.312500', '114412.772500', '114413.232500', '114413.692500', '114414.152500', '114414.612500', '114415.072500', '114415.532500', '114415.992500', '114416.452500', '114416.912500', '114417.372500', '114417.832500', '114418.292500', '114418.752500', '114419.212500', '114419.672500', '114420.132500', '114420.592500', '114421.052500', '114421.512500', '114421.972500', '114422.432500', '114422.892500', '114423.352500', '114423.812500', '114424.272500', '114424.732500', '114425.192500', '114425.652500', '114426.112500', '114426.572500', '114427.032500', '114427.492500', '114427.952500', '114428.412500', '114428.872500', '114429.332500', '114429.792500', '114430.252500', '114430.712500', '114431.172500', '114431.632500', '114432.092500', '114432.552500', '114433.012500', '114433.472500', '114433.932500', '114434.392500', '114434.852500', '114435.312500', '114435.772500', '114436.232500', '114436.692500', '114437.152500', '114437.612500', '114438.072500', '114438.532500', '114438.992500', '114439.452500', '114439.912500', '114440.372500', '114440.832500', '114441.292500', '114441.752500', '114442.212500', '114442.672500', '114443.132500', '114443.592500', '114444.052500', '114444.512500', '114444.972500', '114445.432500', '114445.892500', '114446.352500', '114446.812500', '114447.272500', '114447.732500', '114448.192500', '114448.652500', '114449.112500', '114449.572500', '114450.032500', '114450.492500', '114450.952500', '114451.412500', '114451.872500', '114452.332500', '114452.792500', '114453.252500', '114453.712500', '114454.172500', '114454.632500', '114455.092500', '114455.552500', '114456.012500', '114456.472500', '114456.932500', '114457.392500', '114457.852500', '114458.312500', '114458.772500', '114459.232500', '114459.692500', '114500.152500', '114500.612500', '114501.072500', '114501.532500', '114501.992500', '114502.452500', '114502.912500', '114503.372500', '114503.832500', '114504.292500', '114504.752500', '114505.212500', '114505.672500', '114506.132500', '114506.592500', '114507.052500', '114507.512500', '114507.972500', '114508.432500', '114508.892500', '114509.352500', '114509.812500', '114510.272500', '114510.732500', '114511.192500', '114511.652500', '114512.112500', '114512.572500', '114513.032500', '114513.492500', '114513.952500', '114514.412500', '114514.872500', '114515.332500', '114515.792500', '114516.252500', '114516.712500', '114517.172500', '114517.632500', '114518.092500', '114518.552500', '114519.012500', '114519.472500', '114519.932500', '114520.392500', '114520.852500', '114521.312500', '114521.772500', '114522.232500', '114522.692500', '114523.152500', '114523.612500', '114524.072500', '114524.532500', '114524.992500', '114525.452500', '114525.912500', '114526.372500', '114526.832500', '114527.292500', '114527.752500', '114528.212500', '114528.672500', '114529.132500', '114529.592500', '114530.052500', '114530.512500', '114530.972500', '114531.432500', '114531.892500', '114532.352500', '114532.812500', '114533.272500', '114533.732500', '114534.192500', '114534.652500', '114535.112500', '114535.572500', '114536.032500', '114536.492500', '114536.952500', '114537.412500', '114537.872500', '114538.332500', '114538.792500', '114539.252500', '114539.712500', '114540.172500', '114540.632500', '114541.092500', '114541.552500', '114542.012500', '114542.472500', '114542.932500', '114543.392500', '114543.852500', '114544.312500', '114544.772500', '114545.232500', '114545.692500', '114546.152500', '114546.612500', '114547.072500', '114547.532500', '114547.992500', '114548.452500', '114548.912500', '114549.372500', '114549.832500', '114550.292500', '114550.752500', '114551.212500', '114551.672500', '114552.132500', '114552.592500', '114553.052500', '114553.512500', '114553.972500', '114554.432500', '114554.892500', '114555.352500', '114555.812500', '114556.272500', '114556.732500', '114557.192500', '114557.652500', '114558.112500', '114558.572500', '114559.032500', '114559.492500', '114559.952500', '114600.412500', '114600.872500', '114601.332500', '114601.792500', '114602.252500', '114602.712500', '114603.172500', '114603.632500', '114604.092500', '114604.552500', '114605.012500', '114605.472500', '114605.932500', '114606.392500', '114606.852500', '114607.312500', '114607.772500', '114608.232500', '114608.692500', '114609.152500', '114609.612500', '114610.072500', '114610.532500', '114610.992500', '114611.452500', '114611.912500', '114612.372500', '114612.832500', '114613.292500', '114613.752500', '114614.212500', '114614.672500', '114615.132500', '114615.592500', '114616.052500', '114616.512500', '114616.972500', '114617.432500', '114617.892500', '114618.352500', '114618.812500', '114619.272500', '114619.732500', '114620.192500', '114620.652500', '114621.112500', '114621.572500', '114622.032500', '114622.492500', '114622.952500', '114623.412500', '114623.872500', '114624.332500', '114624.792500', '114625.252500', '114625.712500', '114626.172500', '114626.632500', '114627.092500', '114627.552500', '114628.012500', '114628.472500', '114628.932500', '114629.392500', '114629.852500', '114630.312500', '114630.772500', '114631.232500', '114631.692500', '114632.152500', '114632.612500', '114633.072500', '114633.532500', '114633.992500', '114634.452500', '114634.912500', '114635.372500', '114635.832500', '114636.292500', '114636.752500', '114637.212500', '114637.672500', '114638.132500', '114638.592500', '114639.052500', '114639.512500', '114639.972500', '114640.432500', '114640.892500', '114641.352500', '114641.812500', '114642.272500', '114642.732500', '114643.192500', '114643.652500', '114644.112500', '114644.572500', '114645.032500', '114645.492500', '114645.952500', '114646.412500', '114646.872500', '114647.332500', '114647.792500', '114648.252500', '114648.712500', '114649.172500', '114649.632500', '114650.092500'], 'ContentTime': ['113858.615000', '113858.618000', '113858.621000', '113858.624000', '113858.626000', '113858.629000', '113858.632000', '113858.634000', '113858.637000', '113858.640000', '113858.642000', '113858.645000', '113858.648000', '113858.650000', '113858.653000', '113858.655000', '113858.658000', '113858.672000', '113858.675000', '113858.678000', '113858.680000', '113858.683000', '113858.686000', '113858.689000', '113858.691000', '113858.694000', '113858.696000', '113858.699000', '113858.701000', '113858.704000', '113858.707000', '113858.709000', '113858.712000', '113858.714000', '113858.717000', '113858.720000', '113918.549000', '113918.552000', '113918.555000', '113918.557000', '113918.560000', '113918.563000', '113918.565000', '113918.568000', '113918.570000', '113918.573000', '113918.575000', '113918.578000', '113918.581000', '113918.583000', '113918.586000', '113918.588000', '113918.591000', '113918.594000', '113918.596000', '113918.599000', '113918.602000', '113918.604000', '113918.607000', '113918.609000', '113918.612000', '113918.614000', '113918.617000', '113918.620000', '113918.622000', '113918.625000', '113918.627000', '113918.630000', '113918.632000', '113918.635000', '113918.637000', '113918.640000', '113918.643000', '113918.645000', '113918.648000', '113918.650000', '113918.653000', '113918.655000', '113918.658000', '113918.660000', '113938.550000', '113938.552000', '113938.555000', '113938.558000', '113938.560000', '113938.563000', '113938.565000', '113938.568000', '113938.570000', '113938.573000', '113938.576000', '113938.578000', '113938.581000', '113938.588000', '113938.590000', '113938.593000', '113938.596000', '113938.598000', '113938.601000', '113938.604000', '113938.606000', '113938.609000', '113938.611000', '113938.615000', '113938.619000', '113938.622000', '113938.624000', '113938.627000', '113938.629000', '113938.632000', '113938.635000', '113938.637000', '113938.640000', '113938.642000', '113938.645000', '113938.648000', '113938.650000', '113938.653000', '113938.655000', '113938.658000', '113938.660000', '113938.663000', '113938.666000', '113958.549000', '113958.552000', '113958.555000', '113958.557000', '113958.560000', '113958.563000', '113958.565000', '113958.568000', '113958.570000', '113958.573000', '113958.575000', '113958.578000', '113958.581000', '113958.584000', '113958.586000', '113958.589000', '113958.592000', '113958.594000', '113958.597000', '113958.599000', '113958.602000', '113958.605000', '113958.607000', '113958.610000', '113958.612000', '113958.615000', '113958.618000', '113958.620000', '113958.623000', '113958.625000', '113958.628000', '113958.630000', '113958.633000', '113958.636000', '113958.638000', '113958.641000', '113958.643000', '113958.646000', '113958.649000', '113958.651000', '113958.654000', '113958.656000', '113958.659000', '113958.661000', '114018.548000', '114018.551000', '114018.554000', '114018.556000', '114018.559000', '114018.562000', '114018.564000', '114018.567000', '114018.569000', '114018.572000', '114018.575000', '114018.577000', '114018.580000', '114018.582000', '114018.585000', '114018.588000', '114018.592000', '114018.595000', '114018.597000', '114018.600000', '114018.602000', '114018.605000', '114018.607000', '114018.610000', '114018.613000', '114018.615000', '114018.618000', '114018.620000', '114018.623000', '114018.626000', '114018.628000', '114018.631000', '114018.634000', '114018.636000', '114018.639000', '114018.641000', '114018.644000', '114018.647000', '114018.649000', '114018.652000', '114018.655000', '114018.657000', '114018.660000', '114038.549000', '114038.556000', '114038.559000', '114038.561000', '114038.564000', '114038.566000', '114038.569000', '114038.572000', '114038.574000', '114038.577000', '114038.579000', '114038.582000', '114038.585000', '114038.587000', '114038.590000', '114038.592000', '114038.595000', '114038.598000', '114038.600000', '114038.603000', '114038.605000', '114038.608000', '114038.611000', '114038.613000', '114038.616000', '114038.618000', '114038.621000', '114038.624000', '114038.626000', '114038.629000', '114038.632000', '114038.634000', '114038.637000', '114038.640000', '114038.642000', '114038.645000', '114038.648000', '114038.650000', '114038.653000', '114038.656000', '114038.658000', '114038.661000', '114038.663000', '114038.666000', '114058.548000', '114058.551000', '114058.554000', '114058.557000', '114058.559000', '114058.562000', '114058.565000', '114058.567000', '114058.570000', '114058.572000', '114058.575000', '114058.578000', '114058.580000', '114058.583000', '114058.586000', '114058.589000', '114058.592000', '114058.595000', '114058.598000', '114058.600000', '114058.603000', '114058.605000', '114058.608000', '114058.611000', '114058.613000', '114058.616000', '114058.618000', '114058.621000', '114058.624000', '114058.626000', '114058.629000', '114058.631000', '114058.634000', '114058.637000', '114058.639000', '114058.642000', '114058.644000', '114058.647000', '114058.649000', '114058.652000', '114058.656000', '114058.659000', '114058.662000', '114118.549000', '114118.552000', '114118.555000', '114118.557000', '114118.560000', '114118.563000', '114118.565000', '114118.568000', '114118.570000', '114118.573000', '114118.576000', '114118.578000', '114118.581000', '114118.584000', '114118.586000', '114118.589000', '114118.592000', '114118.594000', '114118.597000', '114118.599000', '114118.602000', '114118.605000', '114118.607000', '114118.610000', '114118.612000', '114118.615000', '114118.631000', '114118.633000', '114118.636000', '114118.639000', '114118.641000', '114118.644000', '114118.647000', '114118.649000', '114118.652000', '114118.654000', '114118.657000', '114118.659000', '114118.662000', '114118.665000', '114118.667000', '114118.670000', '114118.672000', '114118.675000', '114138.550000', '114138.553000', '114138.555000', '114138.558000', '114138.560000', '114138.563000', '114138.566000', '114138.568000', '114138.571000', '114138.573000', '114138.576000', '114138.579000', '114138.581000', '114138.584000', '114138.587000', '114138.589000', '114138.592000', '114138.595000', '114138.597000', '114138.600000', '114138.602000', '114138.605000', '114138.608000', '114138.611000', '114138.614000', '114138.616000', '114138.619000', '114138.622000', '114138.624000', '114138.627000', '114138.629000', '114138.632000', '114138.635000', '114138.637000', '114138.640000', '114138.642000', '114138.645000', '114138.648000', '114138.650000', '114138.653000', '114138.655000', '114138.658000', '114138.661000', '114158.549000', '114158.552000', '114158.555000', '114158.557000', '114158.560000', '114158.563000', '114158.565000', '114158.568000', '114158.571000', '114158.573000', '114158.576000', '114158.578000', '114158.581000', '114158.584000', '114158.586000', '114158.589000', '114158.592000', '114158.594000', '114158.597000', '114158.599000', '114158.602000', '114158.605000', '114158.607000', '114158.610000', '114158.612000', '114158.615000', '114158.629000', '114158.631000', '114158.634000', '114158.636000', '114158.639000', '114158.642000', '114158.644000', '114158.647000', '114158.650000', '114158.652000', '114158.655000', '114158.657000', '114158.660000', '114158.663000', '114158.665000', '114158.668000', '114158.670000', '114158.673000', '114218.549000', '114218.552000', '114218.555000', '114218.557000', '114218.560000', '114218.563000', '114218.565000', '114218.568000', '114218.571000', '114218.573000', '114218.576000', '114218.578000', '114218.581000', '114218.584000', '114218.586000', '114218.589000', '114218.592000', '114218.594000', '114218.597000', '114218.599000', '114218.602000', '114218.605000', '114218.607000', '114218.610000', '114218.613000', '114218.615000', '114218.618000', '114218.621000', '114218.623000', '114218.626000', '114218.628000', '114218.631000', '114218.633000', '114218.636000', '114218.639000', '114218.641000', '114218.644000', '114218.646000', '114218.649000', '114218.652000', '114218.654000', '114218.657000', '114218.659000', '114238.548000', '114238.551000', '114238.554000', '114238.557000', '114238.559000', '114238.562000', '114238.564000', '114238.567000', '114238.569000', '114238.572000', '114238.575000', '114238.577000', '114238.580000', '114238.583000', '114238.585000', '114238.588000', '114238.591000', '114238.593000', '114238.596000', '114238.598000', '114238.601000', '114238.603000', '114238.606000', '114238.609000', '114238.611000', '114238.614000', '114238.617000', '114238.619000', '114238.622000', '114238.625000', '114238.627000', '114238.630000', '114238.632000', '114238.635000', '114238.638000', '114238.640000', '114238.643000', '114238.645000', '114238.648000', '114238.651000', '114238.653000', '114238.656000', '114238.659000', '114238.661000', '114258.549000', '114258.552000', '114258.554000', '114258.557000', '114258.560000', '114258.562000', '114258.565000', '114258.567000', '114258.570000', '114258.573000', '114258.575000', '114258.578000', '114258.580000', '114258.583000', '114258.586000', '114258.589000', '114258.591000', '114258.594000', '114258.597000', '114258.599000', '114258.602000', '114258.605000', '114258.607000', '114258.610000', '114258.613000', '114258.615000', '114258.618000', '114258.621000', '114258.623000', '114258.626000', '114258.628000', '114258.631000', '114258.634000', '114258.636000', '114258.639000', '114258.642000', '114258.644000', '114258.647000', '114258.649000', '114258.652000', '114258.655000', '114258.657000', '114258.660000', '114318.549000', '114318.552000', '114318.554000', '114318.557000', '114318.560000', '114318.562000', '114318.565000', '114318.568000', '114318.570000', '114318.573000', '114318.575000', '114318.578000', '114318.581000', '114318.583000', '114318.586000', '114318.588000', '114318.591000', '114318.594000', '114318.596000', '114318.599000', '114318.602000', '114318.604000', '114318.607000', '114318.610000', '114318.612000', '114318.615000', '114318.617000', '114318.620000', '114318.623000', '114318.625000', '114318.628000', '114318.630000', '114318.633000', '114318.636000', '114318.638000', '114318.641000', '114318.643000', '114318.646000', '114318.649000', '114318.651000', '114318.654000', '114318.656000', '114318.659000', '114318.662000', '114338.549000', '114338.552000', '114338.555000', '114338.558000', '114338.560000', '114338.563000', '114338.565000', '114338.568000', '114338.571000', '114338.573000', '114338.576000', '114338.578000', '114338.581000', '114338.584000', '114338.586000', '114338.589000', '114338.592000', '114338.595000', '114338.597000', '114338.600000', '114338.602000', '114338.605000', '114338.608000', '114338.610000', '114338.613000', '114338.616000', '114338.618000', '114338.621000', '114338.623000', '114338.626000', '114338.629000', '114338.631000', '114338.634000', '114338.637000', '114338.639000', '114338.642000', '114338.645000', '114338.647000', '114338.650000', '114338.653000', '114338.655000', '114338.658000', '114338.660000', '114358.549000', '114358.552000', '114358.555000', '114358.558000', '114358.560000', '114358.563000', '114358.565000', '114358.568000', '114358.571000', '114358.573000', '114358.576000', '114358.579000', '114358.581000', '114358.584000', '114358.586000', '114358.589000', '114358.592000', '114358.594000', '114358.597000', '114358.600000', '114358.602000', '114358.605000', '114358.607000', '114358.610000', '114358.613000', '114358.615000', '114358.618000', '114358.620000', '114358.623000', '114358.626000', '114358.628000', '114358.631000', '114358.633000', '114358.636000', '114358.639000', '114358.641000', '114358.644000', '114358.647000', '114358.649000', '114358.652000', '114358.654000', '114358.657000', '114358.660000', '114358.663000', '114418.549000', '114418.552000', '114418.555000', '114418.558000', '114418.560000', '114418.563000', '114418.566000', '114418.568000', '114418.571000', '114418.574000', '114418.576000', '114418.579000', '114418.584000', '114418.586000', '114418.589000', '114418.592000', '114418.594000', '114418.597000', '114418.600000', '114418.602000', '114418.605000', '114418.608000', '114418.610000', '114418.613000', '114418.616000', '114418.618000', '114418.621000', '114418.624000', '114418.626000', '114418.629000', '114418.632000', '114418.634000', '114418.637000', '114418.639000', '114418.642000', '114418.645000', '114418.647000', '114418.650000', '114418.652000', '114418.655000', '114418.658000', '114418.660000', '114418.663000', '114438.550000', '114438.553000', '114438.555000', '114438.558000', '114438.561000', '114438.563000', '114438.566000', '114438.569000', '114438.571000', '114438.574000', '114438.576000', '114438.579000', '114438.582000', '114438.584000', '114438.587000', '114438.590000', '114438.592000', '114438.595000', '114438.597000', '114438.600000', '114438.603000', '114438.605000', '114438.608000', '114438.611000', '114438.614000', '114438.616000', '114438.619000', '114438.622000', '114438.624000', '114438.627000', '114438.629000', '114438.632000', '114438.635000', '114438.637000', '114438.640000', '114438.643000', '114438.645000', '114438.648000', '114438.650000', '114438.653000', '114438.656000', '114438.658000', '114438.661000', '114438.664000', '114458.549000', '114458.552000', '114458.554000', '114458.557000', '114458.559000', '114458.562000', '114458.565000', '114458.567000', '114458.570000', '114458.573000', '114458.575000', '114458.578000', '114458.581000', '114458.583000', '114458.586000', '114458.589000', '114458.591000', '114458.594000', '114458.645000', '114458.647000', '114458.650000', '114458.653000', '114458.655000', '114458.658000', '114458.660000', '114458.663000', '114458.666000', '114458.668000', '114458.671000', '114458.674000', '114458.676000', '114458.679000', '114458.682000', '114458.684000', '114458.687000', '114458.689000', '114458.692000', '114458.695000', '114458.697000', '114458.700000', '114458.703000', '114458.705000', '114458.708000', '114518.548000', '114518.551000', '114518.554000', '114518.557000', '114518.559000', '114518.562000', '114518.564000', '114518.567000', '114518.570000', '114518.572000', '114518.575000', '114518.577000', '114518.580000', '114518.583000', '114518.585000', '114518.588000', '114518.590000', '114518.593000', '114518.596000', '114518.598000', '114518.601000', '114518.604000', '114518.606000', '114518.609000', '114518.612000', '114518.614000', '114518.617000', '114518.620000', '114518.623000', '114518.625000', '114518.628000', '114518.631000', '114518.633000', '114518.636000', '114518.638000', '114518.641000', '114518.644000', '114518.646000', '114518.649000', '114518.651000', '114518.654000', '114518.657000', '114518.659000', '114518.662000', '114538.549000', '114538.552000', '114538.554000', '114538.557000', '114538.560000', '114538.562000', '114538.565000', '114538.567000', '114538.570000', '114538.573000', '114538.575000', '114538.578000', '114538.581000', '114538.583000', '114538.586000', '114538.589000', '114538.591000', '114538.594000', '114538.597000', '114538.599000', '114538.602000', '114538.605000', '114538.607000', '114538.610000', '114538.612000', '114538.615000', '114538.618000', '114538.620000', '114538.623000', '114538.626000', '114538.628000', '114538.631000', '114538.633000', '114538.636000', '114538.639000', '114538.641000', '114538.644000', '114538.647000', '114538.649000', '114538.652000', '114538.655000', '114538.657000', '114538.660000', '114558.550000', '114558.552000', '114558.555000', '114558.558000', '114558.560000', '114558.563000', '114558.566000', '114558.568000', '114558.571000', '114558.575000', '114558.578000', '114558.580000', '114558.583000', '114558.585000', '114558.588000', '114558.591000', '114558.594000', '114558.596000', '114558.599000', '114558.601000', '114558.604000', '114558.607000', '114558.609000', '114558.612000', '114558.614000', '114558.617000', '114558.620000', '114558.622000', '114558.625000', '114558.628000', '114558.631000', '114558.633000', '114558.636000', '114558.639000', '114558.641000', '114558.644000', '114558.647000', '114558.649000', '114558.652000', '114558.654000', '114558.657000', '114558.660000', '114558.662000', '114558.665000', '114618.550000', '114618.553000', '114618.555000', '114618.558000', '114618.560000', '114618.563000', '114618.566000', '114618.568000', '114618.571000', '114618.573000', '114618.576000', '114618.579000', '114618.581000', '114618.584000', '114618.594000', '114618.596000', '114618.599000', '114618.602000', '114618.604000', '114618.607000', '114618.610000', '114618.612000', '114618.615000', '114618.618000', '114618.620000', '114618.623000', '114618.625000', '114618.628000', '114618.631000', '114618.634000', '114618.636000', '114618.639000', '114618.641000', '114618.644000', '114618.647000', '114618.649000', '114618.652000', '114618.655000', '114618.657000', '114618.660000', '114618.663000', '114618.665000', '114618.668000', '114638.550000', '114638.553000', '114638.555000', '114638.558000', '114638.560000', '114638.563000', '114638.566000', '114638.568000', '114638.571000', '114638.573000', '114638.576000', '114638.579000', '114638.581000', '114638.584000', '114638.586000', '114638.589000', '114638.592000', '114638.594000', '114638.597000', '114638.600000', '114638.602000', '114638.605000', '114638.608000', '114638.610000', '114638.613000', '114638.616000', '114638.618000', '114638.621000', '114638.624000', '114638.626000', '114638.629000', '114638.632000', '114638.634000', '114638.637000', '114638.640000', '114638.642000', '114638.645000', '114638.647000', '114638.650000', '114638.653000', '114638.655000', '114638.658000', '114638.661000', '114638.663000', '114651.459000', '114651.462000', '114651.465000', '114651.467000', '114651.470000', '114651.472000', '114651.475000', '114651.478000', '114651.480000', '114651.483000', '114651.485000', '114651.488000', '114651.491000', '114651.494000', '114651.496000', '114651.499000', '114651.501000', '114651.504000', '114651.507000', '114651.509000', '114651.512000', '114651.515000', '114651.517000', '114651.520000', '114651.523000', '114651.525000', '114651.528000', '114651.530000'], 'InstanceCreationTime': ['113858.615000', '113858.618000', '113858.621000', '113858.624000', '113858.626000', '113858.629000', '113858.632000', '113858.634000', '113858.637000', '113858.640000', '113858.642000', '113858.645000', '113858.648000', '113858.650000', '113858.653000', '113858.655000', '113858.658000', '113858.672000', '113858.675000', '113858.678000', '113858.680000', '113858.683000', '113858.686000', '113858.689000', '113858.691000', '113858.694000', '113858.696000', '113858.699000', '113858.701000', '113858.704000', '113858.707000', '113858.709000', '113858.712000', '113858.714000', '113858.717000', '113858.720000', '113918.549000', '113918.552000', '113918.555000', '113918.557000', '113918.560000', '113918.563000', '113918.565000', '113918.568000', '113918.570000', '113918.573000', '113918.575000', '113918.578000', '113918.581000', '113918.583000', '113918.586000', '113918.588000', '113918.591000', '113918.594000', '113918.596000', '113918.599000', '113918.602000', '113918.604000', '113918.607000', '113918.609000', '113918.612000', '113918.614000', '113918.617000', '113918.620000', '113918.622000', '113918.625000', '113918.627000', '113918.630000', '113918.632000', '113918.635000', '113918.637000', '113918.640000', '113918.643000', '113918.645000', '113918.648000', '113918.650000', '113918.653000', '113918.655000', '113918.658000', '113918.660000', '113938.550000', '113938.552000', '113938.555000', '113938.558000', '113938.560000', '113938.563000', '113938.565000', '113938.568000', '113938.570000', '113938.573000', '113938.576000', '113938.578000', '113938.581000', '113938.588000', '113938.590000', '113938.593000', '113938.596000', '113938.598000', '113938.601000', '113938.604000', '113938.606000', '113938.609000', '113938.611000', '113938.615000', '113938.619000', '113938.622000', '113938.624000', '113938.627000', '113938.629000', '113938.632000', '113938.635000', '113938.637000', '113938.640000', '113938.642000', '113938.645000', '113938.648000', '113938.650000', '113938.653000', '113938.655000', '113938.658000', '113938.660000', '113938.663000', '113938.666000', '113958.549000', '113958.552000', '113958.555000', '113958.557000', '113958.560000', '113958.563000', '113958.565000', '113958.568000', '113958.570000', '113958.573000', '113958.575000', '113958.578000', '113958.581000', '113958.584000', '113958.586000', '113958.589000', '113958.592000', '113958.594000', '113958.597000', '113958.599000', '113958.602000', '113958.605000', '113958.607000', '113958.610000', '113958.612000', '113958.615000', '113958.618000', '113958.620000', '113958.623000', '113958.625000', '113958.628000', '113958.630000', '113958.633000', '113958.636000', '113958.638000', '113958.641000', '113958.643000', '113958.646000', '113958.649000', '113958.651000', '113958.654000', '113958.656000', '113958.659000', '113958.661000', '114018.548000', '114018.551000', '114018.554000', '114018.556000', '114018.559000', '114018.562000', '114018.564000', '114018.567000', '114018.569000', '114018.572000', '114018.575000', '114018.577000', '114018.580000', '114018.582000', '114018.585000', '114018.588000', '114018.592000', '114018.595000', '114018.597000', '114018.600000', '114018.602000', '114018.605000', '114018.607000', '114018.610000', '114018.613000', '114018.615000', '114018.618000', '114018.620000', '114018.623000', '114018.626000', '114018.628000', '114018.631000', '114018.634000', '114018.636000', '114018.639000', '114018.641000', '114018.644000', '114018.647000', '114018.649000', '114018.652000', '114018.655000', '114018.657000', '114018.660000', '114038.549000', '114038.556000', '114038.559000', '114038.561000', '114038.564000', '114038.566000', '114038.569000', '114038.572000', '114038.574000', '114038.577000', '114038.579000', '114038.582000', '114038.585000', '114038.587000', '114038.590000', '114038.592000', '114038.595000', '114038.598000', '114038.600000', '114038.603000', '114038.605000', '114038.608000', '114038.611000', '114038.613000', '114038.616000', '114038.618000', '114038.621000', '114038.624000', '114038.626000', '114038.629000', '114038.632000', '114038.634000', '114038.637000', '114038.640000', '114038.642000', '114038.645000', '114038.648000', '114038.650000', '114038.653000', '114038.656000', '114038.658000', '114038.661000', '114038.663000', '114038.666000', '114058.548000', '114058.551000', '114058.554000', '114058.557000', '114058.559000', '114058.562000', '114058.565000', '114058.567000', '114058.570000', '114058.572000', '114058.575000', '114058.578000', '114058.580000', '114058.583000', '114058.586000', '114058.589000', '114058.592000', '114058.595000', '114058.598000', '114058.600000', '114058.603000', '114058.605000', '114058.608000', '114058.611000', '114058.613000', '114058.616000', '114058.618000', '114058.621000', '114058.624000', '114058.626000', '114058.629000', '114058.631000', '114058.634000', '114058.637000', '114058.639000', '114058.642000', '114058.644000', '114058.647000', '114058.649000', '114058.652000', '114058.656000', '114058.659000', '114058.662000', '114118.549000', '114118.552000', '114118.555000', '114118.557000', '114118.560000', '114118.563000', '114118.565000', '114118.568000', '114118.570000', '114118.573000', '114118.576000', '114118.578000', '114118.581000', '114118.584000', '114118.586000', '114118.589000', '114118.592000', '114118.594000', '114118.597000', '114118.599000', '114118.602000', '114118.605000', '114118.607000', '114118.610000', '114118.612000', '114118.615000', '114118.631000', '114118.633000', '114118.636000', '114118.639000', '114118.641000', '114118.644000', '114118.647000', '114118.649000', '114118.652000', '114118.654000', '114118.657000', '114118.659000', '114118.662000', '114118.665000', '114118.667000', '114118.670000', '114118.672000', '114118.675000', '114138.550000', '114138.553000', '114138.555000', '114138.558000', '114138.560000', '114138.563000', '114138.566000', '114138.568000', '114138.571000', '114138.573000', '114138.576000', '114138.579000', '114138.581000', '114138.584000', '114138.587000', '114138.589000', '114138.592000', '114138.595000', '114138.597000', '114138.600000', '114138.602000', '114138.605000', '114138.608000', '114138.611000', '114138.614000', '114138.616000', '114138.619000', '114138.622000', '114138.624000', '114138.627000', '114138.629000', '114138.632000', '114138.635000', '114138.637000', '114138.640000', '114138.642000', '114138.645000', '114138.648000', '114138.650000', '114138.653000', '114138.655000', '114138.658000', '114138.661000', '114158.549000', '114158.552000', '114158.555000', '114158.557000', '114158.560000', '114158.563000', '114158.565000', '114158.568000', '114158.571000', '114158.573000', '114158.576000', '114158.578000', '114158.581000', '114158.584000', '114158.586000', '114158.589000', '114158.592000', '114158.594000', '114158.597000', '114158.599000', '114158.602000', '114158.605000', '114158.607000', '114158.610000', '114158.612000', '114158.615000', '114158.629000', '114158.631000', '114158.634000', '114158.636000', '114158.639000', '114158.642000', '114158.644000', '114158.647000', '114158.650000', '114158.652000', '114158.655000', '114158.657000', '114158.660000', '114158.663000', '114158.665000', '114158.668000', '114158.670000', '114158.673000', '114218.549000', '114218.552000', '114218.555000', '114218.557000', '114218.560000', '114218.563000', '114218.565000', '114218.568000', '114218.571000', '114218.573000', '114218.576000', '114218.578000', '114218.581000', '114218.584000', '114218.586000', '114218.589000', '114218.592000', '114218.594000', '114218.597000', '114218.599000', '114218.602000', '114218.605000', '114218.607000', '114218.610000', '114218.613000', '114218.615000', '114218.618000', '114218.621000', '114218.623000', '114218.626000', '114218.628000', '114218.631000', '114218.633000', '114218.636000', '114218.639000', '114218.641000', '114218.644000', '114218.646000', '114218.649000', '114218.652000', '114218.654000', '114218.657000', '114218.659000', '114238.548000', '114238.551000', '114238.554000', '114238.557000', '114238.559000', '114238.562000', '114238.564000', '114238.567000', '114238.569000', '114238.572000', '114238.575000', '114238.577000', '114238.580000', '114238.583000', '114238.585000', '114238.588000', '114238.591000', '114238.593000', '114238.596000', '114238.598000', '114238.601000', '114238.603000', '114238.606000', '114238.609000', '114238.611000', '114238.614000', '114238.617000', '114238.619000', '114238.622000', '114238.625000', '114238.627000', '114238.630000', '114238.632000', '114238.635000', '114238.638000', '114238.640000', '114238.643000', '114238.645000', '114238.648000', '114238.651000', '114238.653000', '114238.656000', '114238.659000', '114238.661000', '114258.549000', '114258.552000', '114258.554000', '114258.557000', '114258.560000', '114258.562000', '114258.565000', '114258.567000', '114258.570000', '114258.573000', '114258.575000', '114258.578000', '114258.580000', '114258.583000', '114258.586000', '114258.589000', '114258.591000', '114258.594000', '114258.597000', '114258.599000', '114258.602000', '114258.605000', '114258.607000', '114258.610000', '114258.613000', '114258.615000', '114258.618000', '114258.621000', '114258.623000', '114258.626000', '114258.628000', '114258.631000', '114258.634000', '114258.636000', '114258.639000', '114258.642000', '114258.644000', '114258.647000', '114258.649000', '114258.652000', '114258.655000', '114258.657000', '114258.660000', '114318.549000', '114318.552000', '114318.554000', '114318.557000', '114318.560000', '114318.562000', '114318.565000', '114318.568000', '114318.570000', '114318.573000', '114318.575000', '114318.578000', '114318.581000', '114318.583000', '114318.586000', '114318.588000', '114318.591000', '114318.594000', '114318.596000', '114318.599000', '114318.602000', '114318.604000', '114318.607000', '114318.610000', '114318.612000', '114318.615000', '114318.617000', '114318.620000', '114318.623000', '114318.625000', '114318.628000', '114318.630000', '114318.633000', '114318.636000', '114318.638000', '114318.641000', '114318.643000', '114318.646000', '114318.649000', '114318.651000', '114318.654000', '114318.656000', '114318.659000', '114318.662000', '114338.549000', '114338.552000', '114338.555000', '114338.558000', '114338.560000', '114338.563000', '114338.565000', '114338.568000', '114338.571000', '114338.573000', '114338.576000', '114338.578000', '114338.581000', '114338.584000', '114338.586000', '114338.589000', '114338.592000', '114338.595000', '114338.597000', '114338.600000', '114338.602000', '114338.605000', '114338.608000', '114338.610000', '114338.613000', '114338.616000', '114338.618000', '114338.621000', '114338.623000', '114338.626000', '114338.629000', '114338.631000', '114338.634000', '114338.637000', '114338.639000', '114338.642000', '114338.645000', '114338.647000', '114338.650000', '114338.653000', '114338.655000', '114338.658000', '114338.660000', '114358.549000', '114358.552000', '114358.555000', '114358.558000', '114358.560000', '114358.563000', '114358.565000', '114358.568000', '114358.571000', '114358.573000', '114358.576000', '114358.579000', '114358.581000', '114358.584000', '114358.586000', '114358.589000', '114358.592000', '114358.594000', '114358.597000', '114358.600000', '114358.602000', '114358.605000', '114358.607000', '114358.610000', '114358.613000', '114358.615000', '114358.618000', '114358.620000', '114358.623000', '114358.626000', '114358.628000', '114358.631000', '114358.633000', '114358.636000', '114358.639000', '114358.641000', '114358.644000', '114358.647000', '114358.649000', '114358.652000', '114358.654000', '114358.657000', '114358.660000', '114358.663000', '114418.549000', '114418.552000', '114418.555000', '114418.558000', '114418.560000', '114418.563000', '114418.566000', '114418.568000', '114418.571000', '114418.574000', '114418.576000', '114418.579000', '114418.584000', '114418.586000', '114418.589000', '114418.592000', '114418.594000', '114418.597000', '114418.600000', '114418.602000', '114418.605000', '114418.608000', '114418.610000', '114418.613000', '114418.616000', '114418.618000', '114418.621000', '114418.624000', '114418.626000', '114418.629000', '114418.632000', '114418.634000', '114418.637000', '114418.639000', '114418.642000', '114418.645000', '114418.647000', '114418.650000', '114418.652000', '114418.655000', '114418.658000', '114418.660000', '114418.663000', '114438.550000', '114438.553000', '114438.555000', '114438.558000', '114438.561000', '114438.563000', '114438.566000', '114438.569000', '114438.571000', '114438.574000', '114438.576000', '114438.579000', '114438.582000', '114438.584000', '114438.587000', '114438.590000', '114438.592000', '114438.595000', '114438.597000', '114438.600000', '114438.603000', '114438.605000', '114438.608000', '114438.611000', '114438.614000', '114438.616000', '114438.619000', '114438.622000', '114438.624000', '114438.627000', '114438.629000', '114438.632000', '114438.635000', '114438.637000', '114438.640000', '114438.643000', '114438.645000', '114438.648000', '114438.650000', '114438.653000', '114438.656000', '114438.658000', '114438.661000', '114438.664000', '114458.549000', '114458.552000', '114458.554000', '114458.557000', '114458.559000', '114458.562000', '114458.565000', '114458.567000', '114458.570000', '114458.573000', '114458.575000', '114458.578000', '114458.581000', '114458.583000', '114458.586000', '114458.589000', '114458.591000', '114458.594000', '114458.645000', '114458.647000', '114458.650000', '114458.653000', '114458.655000', '114458.658000', '114458.660000', '114458.663000', '114458.666000', '114458.668000', '114458.671000', '114458.674000', '114458.676000', '114458.679000', '114458.682000', '114458.684000', '114458.687000', '114458.689000', '114458.692000', '114458.695000', '114458.697000', '114458.700000', '114458.703000', '114458.705000', '114458.708000', '114518.548000', '114518.551000', '114518.554000', '114518.557000', '114518.559000', '114518.562000', '114518.564000', '114518.567000', '114518.570000', '114518.572000', '114518.575000', '114518.577000', '114518.580000', '114518.583000', '114518.585000', '114518.588000', '114518.590000', '114518.593000', '114518.596000', '114518.598000', '114518.601000', '114518.604000', '114518.606000', '114518.609000', '114518.612000', '114518.614000', '114518.617000', '114518.620000', '114518.623000', '114518.625000', '114518.628000', '114518.631000', '114518.633000', '114518.636000', '114518.638000', '114518.641000', '114518.644000', '114518.646000', '114518.649000', '114518.651000', '114518.654000', '114518.657000', '114518.659000', '114518.662000', '114538.549000', '114538.552000', '114538.554000', '114538.557000', '114538.560000', '114538.562000', '114538.565000', '114538.567000', '114538.570000', '114538.573000', '114538.575000', '114538.578000', '114538.581000', '114538.583000', '114538.586000', '114538.589000', '114538.591000', '114538.594000', '114538.597000', '114538.599000', '114538.602000', '114538.605000', '114538.607000', '114538.610000', '114538.612000', '114538.615000', '114538.618000', '114538.620000', '114538.623000', '114538.626000', '114538.628000', '114538.631000', '114538.633000', '114538.636000', '114538.639000', '114538.641000', '114538.644000', '114538.647000', '114538.649000', '114538.652000', '114538.655000', '114538.657000', '114538.660000', '114558.550000', '114558.552000', '114558.555000', '114558.558000', '114558.560000', '114558.563000', '114558.566000', '114558.568000', '114558.571000', '114558.575000', '114558.578000', '114558.580000', '114558.583000', '114558.585000', '114558.588000', '114558.591000', '114558.594000', '114558.596000', '114558.599000', '114558.601000', '114558.604000', '114558.607000', '114558.609000', '114558.612000', '114558.614000', '114558.617000', '114558.620000', '114558.622000', '114558.625000', '114558.628000', '114558.631000', '114558.633000', '114558.636000', '114558.639000', '114558.641000', '114558.644000', '114558.647000', '114558.649000', '114558.652000', '114558.654000', '114558.657000', '114558.660000', '114558.662000', '114558.665000', '114618.550000', '114618.553000', '114618.555000', '114618.558000', '114618.560000', '114618.563000', '114618.566000', '114618.568000', '114618.571000', '114618.573000', '114618.576000', '114618.579000', '114618.581000', '114618.584000', '114618.594000', '114618.596000', '114618.599000', '114618.602000', '114618.604000', '114618.607000', '114618.610000', '114618.612000', '114618.615000', '114618.618000', '114618.620000', '114618.623000', '114618.625000', '114618.628000', '114618.631000', '114618.634000', '114618.636000', '114618.639000', '114618.641000', '114618.644000', '114618.647000', '114618.649000', '114618.652000', '114618.655000', '114618.657000', '114618.660000', '114618.663000', '114618.665000', '114618.668000', '114638.550000', '114638.553000', '114638.555000', '114638.558000', '114638.560000', '114638.563000', '114638.566000', '114638.568000', '114638.571000', '114638.573000', '114638.576000', '114638.579000', '114638.581000', '114638.584000', '114638.586000', '114638.589000', '114638.592000', '114638.594000', '114638.597000', '114638.600000', '114638.602000', '114638.605000', '114638.608000', '114638.610000', '114638.613000', '114638.616000', '114638.618000', '114638.621000', '114638.624000', '114638.626000', '114638.629000', '114638.632000', '114638.634000', '114638.637000', '114638.640000', '114638.642000', '114638.645000', '114638.647000', '114638.650000', '114638.653000', '114638.655000', '114638.658000', '114638.661000', '114638.663000', '114651.459000', '114651.462000', '114651.465000', '114651.467000', '114651.470000', '114651.472000', '114651.475000', '114651.478000', '114651.480000', '114651.483000', '114651.485000', '114651.488000', '114651.491000', '114651.494000', '114651.496000', '114651.499000', '114651.501000', '114651.504000', '114651.507000', '114651.509000', '114651.512000', '114651.515000', '114651.517000', '114651.520000', '114651.523000', '114651.525000', '114651.528000', '114651.530000'], '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], 'LargestImagePixelValue': [13412, 13741, 13469, 13026, 15067, 13631, 12526, 15567, 13879, 13101, 13060, 13899, 13268, 13629, 13259, 13190, 13187, 13492, 12689, 13504, 13577, 14719, 13159, 13250, 13187, 13173, 13603, 14262, 13137, 13148, 13258, 13011, 13545, 13290, 13171, 13099, 14649, 12796, 13305, 13017, 13257, 12889, 14912, 13238, 12938, 13239, 12449, 12834, 14133, 12890, 13218, 13045, 15547, 13250, 13088, 13873, 13656, 13063, 14516, 13202, 12909, 13725, 13150, 12891, 14349, 12695, 12687, 12965, 13238, 13039, 14119, 14797, 13431, 13554, 13554, 13390, 13049, 14741, 13548, 12967, 14483, 13139, 12836, 13631, 13086, 13217, 13987, 13228, 13305, 13783, 13583, 13560, 13145, 16362, 13676, 13311, 14801, 13482, 12960, 13832, 13374, 13217, 14385, 13106, 12977, 12959, 13191, 12906, 15005, 12978, 12948, 13441, 12813, 13354, 13737, 12824, 13211, 13322, 16354, 13495, 12906, 14183, 13515, 13016, 15575, 13523, 12752, 14040, 13489, 13422, 14658, 13046, 12946, 13608, 13097, 13253, 14618, 13205, 13081, 14036, 13122, 13256, 14656, 13303, 12933, 14651, 13066, 12965, 15155, 13483, 13319, 15409, 13233, 13201, 14474, 13272, 13224, 13725, 15267, 13453, 13736, 13785, 13653, 13136, 16660, 13505, 13591, 13116, 13795, 12876, 14687, 13617, 13319, 12687, 13664, 13167, 12868, 13308, 13441, 13301, 13082, 14890, 13164, 13163, 15294, 13558, 12091, 12564, 12344, 12463, 14707, 12808, 13091, 14894, 16522, 13091, 14666, 15065, 12893, 14192, 16749, 12508, 14244, 12361, 12963, 14134, 12930, 13189, 13054, 12180, 13414, 13947, 12616, 13737, 14278, 12551, 12723, 13655, 12757, 13637, 13462, 12923, 13809, 12977, 12736, 13651, 14523, 13068, 13986, 13985, 13018, 13574, 13270, 12739, 14307, 12407, 12911, 14028, 12842, 13368, 13973, 12944, 12615, 14255, 13271, 13596, 12678, 13110, 13802, 12950, 13145, 14970, 12986, 12857, 13142, 13504, 13536, 13087, 12473, 14612, 13112, 13064, 16016, 13275, 13947, 12905, 13006, 14337, 13336, 12937, 14706, 12963, 13005, 15348, 12906, 13910, 15626, 12994, 13775, 13277, 13675, 13952, 13086, 13403, 14505, 13024, 13702, 15745, 12896, 13811, 13070, 12860, 14047, 13063, 13228, 15976, 13281, 13340, 16867, 13191, 13877, 13382, 13186, 14894, 13162, 13062, 15128, 13059, 13091, 16025, 13144, 12974, 14386, 12881, 12534, 15176, 12972, 13195, 15194, 12835, 13724, 12915, 12717, 13743, 13036, 12731, 13848, 12873, 12691, 13359, 12795, 12712, 13346, 12588, 12552, 14969, 12587, 13174, 14469, 12962, 13206, 14361, 12843, 13123, 15618, 13065, 13577, 16344, 13070, 13079, 15444, 12841, 13295, 15077, 13233, 13146, 12557, 12733, 13878, 12811, 12702, 13815, 12792, 13192, 16445, 13130, 13635, 12485, 13131, 13591, 13686, 13018, 13856, 12136, 12855, 13907, 12470, 12770, 13411, 12647, 12806, 14193, 12306, 12551, 13739, 12959, 12692, 15729, 13008, 12731, 11954, 12966, 13268, 12047, 12987, 13658, 12209, 12777, 13714, 12463, 12885, 14239, 12372, 13127, 14973, 12692, 13018, 15514, 13054, 13128, 14618, 13125, 13346, 14902, 13036, 13896, 12598, 13003, 14166, 12785, 12995, 14661, 12847, 12824, 14598, 12482, 13272, 14968, 13094, 13285, 16047, 13193, 13186, 13724, 13301, 13209, 15296, 13068, 13457, 13292, 12994, 12823, 15852, 13202, 13177, 15518, 13182, 12572, 12936, 12956, 12851, 11928, 12911, 13158, 12648, 12719, 13756, 12122, 12856, 14103, 12482, 12769, 14091, 12533, 12937, 14393, 12669, 12769, 14193, 12443, 12856, 14066, 12685, 12705, 15365, 13158, 13482, 14080, 13299, 13070, 12941, 13002, 13520, 12289, 12926, 14612, 13012, 12845, 12707, 13021, 13194, 12067, 12947, 14816, 12545, 12420, 16824, 12979, 13748, 12679, 12948, 14875, 12495, 13100, 15227, 13048, 13599, 12726, 12890, 14677, 12976, 13034, 14961, 12754, 15019, 13336, 13038, 15653, 12802, 14174, 13094, 12769, 15351, 13396, 13792, 15502, 12855, 13878, 15645, 13395, 14359, 13024, 13597, 14687, 12586, 14159, 13145, 12907, 13911, 13310, 13954, 14307, 13008, 14027, 14879, 13595, 13742, 13243, 13819, 15114, 12882, 14234, 13219, 13397, 13024, 12616, 14249, 12968, 13518, 14367, 13100, 14201, 15270, 12469, 14230, 15484, 12391, 14037, 13615, 12954, 14428, 13137, 13348, 14438, 13576, 13732, 14350, 13025, 13562, 14543, 12908, 13886, 14342, 13279, 13803, 14255, 12752, 14186, 14850, 12905, 14040, 12653, 12892, 13900, 12920, 13151, 14245, 12794, 13011, 14043, 15166, 13114, 14162, 12924, 13122, 13397, 15294, 13418, 13901, 12317, 13383, 13382, 13677, 13269, 13559, 12060, 13199, 13311, 15845, 13188, 13726, 15665, 13438, 13601, 15219, 13201, 13515, 14612, 13137, 13114, 14572, 13027, 13125, 14332, 12722, 13077, 15273, 13082, 13305, 15132, 13014, 13783, 14875, 13252, 13024, 14940, 12930, 13932, 14401, 12996, 13342, 14312, 12950, 13551, 14894, 12531, 13648, 14400, 13309, 13398, 15254, 12541, 13516, 14121, 12980, 12982, 14953, 12461, 13416, 13654, 12829, 13135, 12946, 12924, 13111, 14788, 12810, 13500, 14677, 12670, 12793, 15403, 12621, 13194, 14252, 12681, 13030, 14293, 12816, 12955, 14228, 13812, 13333, 14330, 13006, 13218, 14282, 12650, 13207, 14571, 12779, 13098, 14454, 13806, 13452, 14192, 16649, 12614, 14285, 13623, 12845, 14327, 15344, 12890, 14290, 12760, 13082, 14150, 15177, 13394, 14610, 12414, 13180, 14469, 12820, 14195, 14431, 12913, 13371, 14021, 12758, 14180, 14341, 12941, 13709, 13564, 12746, 14005, 14621, 12664, 13398, 14312, 12691, 13617, 14677, 12301, 13695, 14576, 12645, 13240, 14020, 12657, 13494, 14613, 13106, 12959, 14026, 13478, 13463, 14639, 12417, 13367, 13875, 13083, 13510, 14231, 12473, 12610, 13980, 12643, 13558, 14395, 12335, 12777, 14397, 12623, 14190, 14826, 13185, 13537, 14684, 12674, 13931, 14651, 12979, 13792, 14726, 12686, 13480, 14461, 12571, 13119, 14148, 12856, 13030, 14296, 13709, 12834, 14030, 12659, 13043, 13732, 15448, 13353, 14445, 14947, 12550, 14136, 15442, 13123, 14299, 14131, 12229, 14152, 14513, 12605, 14316, 13982, 12438, 14689, 12258, 13665, 14996, 12581, 13916, 14807, 12781, 13808, 14759, 12783, 14295, 14742, 12734, 13728, 14134, 12357, 13824, 13858, 12632, 13873, 14773, 12651, 14337, 13727, 12662, 13901, 14528, 12508, 13953, 14598, 12781, 13889, 14939, 12517, 14020, 14992, 12442, 13494, 14759, 12412, 13937, 14541, 13736, 13234, 14577, 12449, 13530, 14327, 14023, 13065, 14483, 12199, 13933, 14571, 13374, 13570, 14859, 12455, 13610, 14660, 12387, 13569, 14967, 12259, 13736, 14645, 12293, 13663, 14529, 12432, 13824, 14297, 12609, 13414, 13020, 12362, 14117, 13437, 12419, 13763, 13198, 12727, 13699, 13321, 12675, 13456, 13488, 12517, 13884, 12431, 12428, 14612, 12511, 13499, 14562, 12502, 13559, 14716, 12383, 13834, 14110, 12792, 13623, 14280, 12191, 13858, 14243, 12490, 14134, 15273, 12485, 14172, 15263, 12378, 14664, 12081, 13213, 14227, 14135, 13675, 14623, 12444, 13045, 14388, 12753, 13709, 14939, 12489, 13505, 14811, 12337, 14076, 13322, 12346, 13516, 13803, 12812, 14736, 14422, 12422, 14072, 13930, 12155, 14827, 15073, 12701, 14410, 14458, 13077, 14792, 14768, 13162, 15123, 12152, 14545, 13745, 12543, 14505, 15644, 14079, 15311, 14950, 13877, 14873, 14738, 13693, 15255, 12692, 14745, 13794, 12960, 14815, 14780, 13964, 13616, 12267, 14463, 13860, 13791, 15292, 13003, 14634, 13814, 13089, 14879, 14773, 14085, 15016, 13646, 14699, 13740, 12580, 14944, 14229, 14456, 15308, 13272, 14584, 14943, 11896, 14966, 14225, 14398, 15088, 13682, 15351, 14160, 12359, 14907, 14143, 13909, 15453, 12196, 14731, 13366, 13102, 15245, 14502, 14184, 15087, 13376, 15091, 13847, 12431, 14998, 14622, 14566, 15526, 12215, 14668, 13948, 13474, 15108, 14496, 12816, 15113, 15501, 14362, 15212, 12337, 14637, 12467, 12265, 15082, 14005], 'WindowCenter': [4776.0, 4748.0, 4734.0, 4721.0, 4716.0, 4705.0, 4706.0, 4713.0, 4702.0, 4703.0, 4691.0, 4701.0, 4692.0, 4700.0, 4703.0, 4692.0, 4691.0, 4703.0, 4692.0, 4702.0, 4705.0, 4713.0, 4702.0, 4704.0, 4693.0, 4702.0, 4704.0, 4703.0, 4692.0, 4704.0, 4692.0, 4702.0, 4705.0, 4703.0, 4702.0, 4704.0, 4715.0, 4692.0, 4704.0, 4692.0, 4703.0, 4705.0, 4714.0, 4703.0, 4704.0, 4703.0, 4692.0, 4704.0, 4715.0, 4692.0, 4692.0, 4694.0, 4701.0, 4691.0, 4704.0, 4691.0, 4701.0, 4703.0, 4701.0, 4691.0, 4693.0, 4691.0, 4690.0, 4704.0, 4703.0, 4690.0, 4692.0, 4691.0, 4690.0, 4703.0, 4706.0, 4701.0, 4691.0, 4691.0, 4688.0, 4690.0, 4693.0, 4700.0, 4690.0, 4692.0, 4700.0, 4688.0, 4692.0, 4691.0, 4690.0, 4693.0, 4703.0, 4690.0, 4691.0, 4692.0, 4689.0, 4691.0, 4693.0, 4700.0, 4690.0, 4691.0, 4689.0, 4689.0, 4692.0, 4690.0, 4689.0, 4691.0, 4690.0, 4679.0, 4691.0, 4690.0, 4691.0, 4704.0, 4702.0, 4691.0, 4693.0, 4692.0, 4691.0, 4703.0, 4703.0, 4691.0, 4702.0, 4704.0, 4711.0, 4690.0, 4692.0, 4700.0, 4701.0, 4704.0, 4711.0, 4701.0, 4704.0, 4701.0, 4703.0, 4706.0, 4703.0, 4703.0, 4705.0, 4702.0, 4704.0, 4706.0, 4714.0, 4705.0, 4706.0, 4703.0, 4704.0, 4707.0, 4715.0, 4704.0, 4705.0, 4704.0, 4703.0, 4705.0, 4703.0, 4703.0, 4704.0, 4703.0, 4691.0, 4692.0, 4702.0, 4679.0, 4690.0, 4692.0, 4699.0, 4689.0, 4691.0, 4688.0, 4689.0, 4691.0, 4698.0, 4689.0, 4691.0, 4688.0, 4690.0, 4692.0, 4699.0, 4690.0, 4692.0, 4689.0, 4701.0, 4703.0, 4690.0, 4691.0, 4691.0, 4690.0, 4703.0, 4714.0, 4703.0, 4705.0, 4715.0, 4705.0, 4694.0, 4707.0, 4707.0, 4718.0, 4729.0, 4719.0, 4718.0, 4729.0, 4726.0, 4695.0, 4704.0, 4699.0, 4692.0, 4703.0, 4710.0, 4690.0, 4701.0, 4678.0, 4690.0, 4701.0, 4690.0, 4690.0, 4689.0, 4679.0, 4702.0, 4702.0, 4690.0, 4702.0, 4701.0, 4679.0, 4691.0, 4691.0, 4679.0, 4691.0, 4690.0, 4689.0, 4691.0, 4689.0, 4689.0, 4702.0, 4701.0, 4690.0, 4701.0, 4689.0, 4690.0, 4703.0, 4690.0, 4692.0, 4703.0, 4690.0, 4692.0, 4703.0, 4690.0, 4702.0, 4701.0, 4692.0, 4693.0, 4702.0, 4703.0, 4703.0, 4692.0, 4704.0, 4704.0, 4703.0, 4705.0, 4713.0, 4703.0, 4704.0, 4692.0, 4703.0, 4704.0, 4702.0, 4694.0, 4713.0, 4702.0, 4705.0, 4712.0, 4692.0, 4703.0, 4691.0, 4702.0, 4703.0, 4690.0, 4691.0, 4700.0, 4690.0, 4702.0, 4701.0, 4690.0, 4701.0, 4698.0, 4689.0, 4700.0, 4689.0, 4690.0, 4689.0, 4689.0, 4690.0, 4700.0, 4689.0, 4701.0, 4698.0, 4678.0, 4688.0, 4688.0, 4689.0, 4700.0, 4689.0, 4691.0, 4710.0, 4690.0, 4703.0, 4709.0, 4690.0, 4701.0, 4689.0, 4701.0, 4712.0, 4689.0, 4692.0, 4698.0, 4689.0, 4702.0, 4711.0, 4688.0, 4689.0, 4687.0, 4677.0, 4689.0, 4698.0, 4689.0, 4691.0, 4698.0, 4689.0, 4700.0, 4688.0, 4690.0, 4700.0, 4689.0, 4690.0, 4690.0, 4678.0, 4690.0, 4690.0, 4689.0, 4690.0, 4689.0, 4679.0, 4691.0, 4700.0, 4679.0, 4690.0, 4689.0, 4689.0, 4690.0, 4689.0, 4689.0, 4691.0, 4699.0, 4689.0, 4690.0, 4698.0, 4688.0, 4691.0, 4697.0, 4678.0, 4690.0, 4687.0, 4689.0, 4690.0, 4678.0, 4690.0, 4689.0, 4688.0, 4691.0, 4701.0, 4692.0, 4704.0, 4712.0, 4702.0, 4704.0, 4692.0, 4704.0, 4706.0, 4702.0, 4703.0, 4703.0, 4691.0, 4703.0, 4704.0, 4691.0, 4693.0, 4702.0, 4691.0, 4703.0, 4703.0, 4692.0, 4694.0, 4702.0, 4703.0, 4706.0, 4713.0, 4704.0, 4705.0, 4693.0, 4705.0, 4717.0, 4694.0, 4705.0, 4705.0, 4692.0, 4704.0, 4705.0, 4693.0, 4704.0, 4704.0, 4693.0, 4705.0, 4713.0, 4692.0, 4705.0, 4713.0, 4703.0, 4705.0, 4712.0, 4703.0, 4705.0, 4712.0, 4692.0, 4703.0, 4690.0, 4703.0, 4704.0, 4690.0, 4692.0, 4701.0, 4690.0, 4693.0, 4702.0, 4691.0, 4693.0, 4700.0, 4691.0, 4704.0, 4711.0, 4692.0, 4703.0, 4690.0, 4701.0, 4704.0, 4700.0, 4691.0, 4692.0, 4689.0, 4691.0, 4692.0, 4699.0, 4690.0, 4691.0, 4698.0, 4689.0, 4690.0, 4689.0, 4691.0, 4692.0, 4680.0, 4692.0, 4703.0, 4692.0, 4703.0, 4703.0, 4691.0, 4704.0, 4704.0, 4693.0, 4704.0, 4704.0, 4691.0, 4693.0, 4703.0, 4691.0, 4692.0, 4702.0, 4691.0, 4692.0, 4701.0, 4692.0, 4704.0, 4712.0, 4703.0, 4706.0, 4702.0, 4704.0, 4706.0, 4693.0, 4704.0, 4704.0, 4693.0, 4706.0, 4715.0, 4704.0, 4708.0, 4704.0, 4706.0, 4707.0, 4694.0, 4707.0, 4715.0, 4705.0, 4708.0, 4725.0, 4705.0, 4706.0, 4703.0, 4705.0, 4715.0, 4694.0, 4706.0, 4713.0, 4704.0, 4706.0, 4693.0, 4704.0, 4713.0, 4703.0, 4706.0, 4712.0, 4693.0, 4703.0, 4691.0, 4692.0, 4711.0, 4691.0, 4701.0, 4689.0, 4690.0, 4701.0, 4688.0, 4689.0, 4687.0, 4677.0, 4690.0, 4697.0, 4677.0, 4687.0, 4675.0, 4687.0, 4687.0, 4676.0, 4688.0, 4676.0, 4677.0, 4688.0, 4676.0, 4688.0, 4687.0, 4688.0, 4701.0, 4687.0, 4688.0, 4687.0, 4676.0, 4689.0, 4698.0, 4677.0, 4688.0, 4676.0, 4688.0, 4688.0, 4677.0, 4699.0, 4688.0, 4690.0, 4701.0, 4688.0, 4690.0, 4698.0, 4678.0, 4690.0, 4698.0, 4678.0, 4689.0, 4687.0, 4677.0, 4689.0, 4677.0, 4677.0, 4688.0, 4676.0, 4687.0, 4687.0, 4676.0, 4677.0, 4687.0, 4675.0, 4686.0, 4685.0, 4676.0, 4687.0, 4685.0, 4677.0, 4688.0, 4687.0, 4678.0, 4689.0, 4677.0, 4678.0, 4688.0, 4678.0, 4689.0, 4700.0, 4688.0, 4690.0, 4702.0, 4699.0, 4689.0, 4701.0, 4687.0, 4689.0, 4701.0, 4699.0, 4689.0, 4700.0, 4679.0, 4701.0, 4703.0, 4700.0, 4690.0, 4702.0, 4680.0, 4702.0, 4705.0, 4712.0, 4702.0, 4703.0, 4700.0, 4702.0, 4704.0, 4711.0, 4702.0, 4703.0, 4701.0, 4691.0, 4703.0, 4701.0, 4702.0, 4704.0, 4702.0, 4692.0, 4704.0, 4711.0, 4703.0, 4715.0, 4712.0, 4703.0, 4704.0, 4701.0, 4703.0, 4705.0, 4712.0, 4702.0, 4714.0, 4702.0, 4702.0, 4704.0, 4702.0, 4692.0, 4704.0, 4712.0, 4692.0, 4703.0, 4701.0, 4702.0, 4704.0, 4712.0, 4692.0, 4703.0, 4701.0, 4691.0, 4703.0, 4711.0, 4691.0, 4702.0, 4701.0, 4690.0, 4692.0, 4691.0, 4691.0, 4704.0, 4712.0, 4692.0, 4704.0, 4702.0, 4703.0, 4706.0, 4714.0, 4693.0, 4704.0, 4702.0, 4692.0, 4703.0, 4704.0, 4691.0, 4692.0, 4703.0, 4690.0, 4690.0, 4700.0, 4689.0, 4691.0, 4701.0, 4689.0, 4691.0, 4701.0, 4689.0, 4691.0, 4702.0, 4690.0, 4690.0, 4702.0, 4709.0, 4680.0, 4701.0, 4688.0, 4690.0, 4702.0, 4699.0, 4679.0, 4701.0, 4678.0, 4688.0, 4700.0, 4699.0, 4689.0, 4700.0, 4678.0, 4690.0, 4700.0, 4689.0, 4700.0, 4700.0, 4689.0, 4691.0, 4700.0, 4679.0, 4690.0, 4688.0, 4678.0, 4689.0, 4689.0, 4678.0, 4699.0, 4700.0, 4678.0, 4689.0, 4699.0, 4677.0, 4689.0, 4701.0, 4678.0, 4689.0, 4699.0, 4688.0, 4690.0, 4701.0, 4689.0, 4701.0, 4701.0, 4690.0, 4692.0, 4703.0, 4690.0, 4691.0, 4702.0, 4679.0, 4701.0, 4703.0, 4690.0, 4691.0, 4701.0, 4689.0, 4692.0, 4703.0, 4691.0, 4702.0, 4702.0, 4690.0, 4692.0, 4703.0, 4691.0, 4702.0, 4702.0, 4690.0, 4702.0, 4702.0, 4690.0, 4701.0, 4703.0, 4690.0, 4690.0, 4700.0, 4689.0, 4691.0, 4701.0, 4689.0, 4691.0, 4701.0, 4690.0, 4703.0, 4714.0, 4701.0, 4692.0, 4703.0, 4691.0, 4702.0, 4704.0, 4711.0, 4702.0, 4703.0, 4700.0, 4691.0, 4703.0, 4701.0, 4690.0, 4701.0, 4689.0, 4679.0, 4701.0, 4699.0, 4690.0, 4702.0, 4699.0, 4691.0, 4712.0, 4691.0, 4703.0, 4714.0, 4690.0, 4702.0, 4713.0, 4691.0, 4703.0, 4715.0, 4691.0, 4701.0, 4701.0, 4690.0, 4702.0, 4702.0, 4690.0, 4701.0, 4690.0, 4690.0, 4703.0, 4702.0, 4690.0, 4700.0, 4691.0, 4689.0, 4700.0, 4700.0, 4679.0, 4699.0, 4697.0, 4678.0, 4689.0, 4701.0, 4677.0, 4689.0, 4699.0, 4677.0, 4690.0, 4699.0, 4677.0, 4688.0, 4699.0, 4687.0, 4688.0, 4699.0, 4678.0, 4689.0, 4701.0, 4689.0, 4689.0, 4701.0, 4678.0, 4700.0, 4702.0, 4689.0, 4690.0, 4701.0, 4689.0, 4701.0, 4712.0, 4690.0, 4701.0, 4712.0, 4690.0, 4702.0, 4713.0, 4691.0, 4701.0, 4702.0, 4691.0, 4703.0, 4713.0, 4692.0, 4703.0, 4703.0, 4692.0, 4714.0, 4703.0, 4693.0, 4714.0, 4703.0, 4703.0, 4715.0, 4703.0, 4703.0, 4716.0, 4704.0, 4705.0, 4716.0, 4704.0, 4705.0, 4716.0, 4704.0, 4715.0, 4715.0, 4694.0, 4704.0, 4715.0, 4693.0, 4714.0, 4715.0, 4703.0, 4705.0, 4714.0, 4693.0, 4715.0, 4714.0, 4692.0, 4715.0, 4712.0, 4693.0, 4716.0, 4713.0, 4693.0, 4714.0, 4692.0, 4704.0, 4716.0, 4702.0, 4703.0, 4714.0, 4692.0, 4703.0, 4714.0, 4692.0, 4702.0, 4713.0, 4691.0, 4703.0, 4713.0, 4692.0, 4703.0, 4703.0, 4694.0, 4705.0, 4704.0, 4704.0, 4716.0, 4704.0, 4693.0, 4704.0, 4703.0, 4692.0, 4714.0, 4714.0, 4691.0, 4702.0, 4700.0, 4690.0, 4702.0, 4700.0, 4691.0, 4712.0, 4691.0, 4703.0, 4702.0, 4692.0, 4714.0, 4712.0, 4703.0, 4714.0, 4703.0, 4701.0, 4702.0, 4699.0, 4700.0, 4712.0, 4691.0, 4701.0, 4692.0, 4691.0, 4712.0, 4700.0, 4702.0, 4702.0, 4691.0, 4713.0, 4702.0, 4701.0, 4713.0, 4701.0, 4713.0, 4703.0, 4692.0, 4702.0, 4701.0, 4700.0, 4713.0, 4690.0, 4700.0, 4689.0, 4689.0, 4701.0, 4689.0, 4700.0, 4711.0, 4689.0, 4700.0, 4700.0, 4679.0, 4699.0, 4687.0, 4686.0, 4700.0, 4688.0, 4699.0, 4689.0, 4677.0, 4699.0, 4688.0, 4688.0, 4699.0, 4677.0, 4699.0, 4689.0, 4689.0, 4701.0, 4688.0, 4699.0, 4701.0, 4689.0, 4699.0, 4688.0, 4678.0, 4701.0, 4699.0, 4700.0, 4710.0, 4679.0, 4700.0, 4700.0, 4689.0, 4701.0, 4689.0, 4678.0, 4700.0, 4699.0, 4699.0, 4700.0, 4678.0, 4700.0, 4690.0, 4690.0, 4711.0, 4700.0], 'WindowWidth': [10423.0, 10372.0, 10338.0, 10317.0, 10302.0, 10282.0, 10285.0, 10290.0, 10272.0, 10277.0, 10255.0, 10270.0, 10259.0, 10266.0, 10274.0, 10262.0, 10254.0, 10276.0, 10260.0, 10272.0, 10282.0, 10292.0, 10272.0, 10279.0, 10263.0, 10271.0, 10278.0, 10278.0, 10257.0, 10277.0, 10261.0, 10272.0, 10282.0, 10278.0, 10271.0, 10280.0, 10296.0, 10258.0, 10279.0, 10260.0, 10273.0, 10283.0, 10294.0, 10273.0, 10279.0, 10277.0, 10258.0, 10279.0, 10296.0, 10257.0, 10259.0, 10265.0, 10271.0, 10255.0, 10278.0, 10256.0, 10269.0, 10275.0, 10269.0, 10254.0, 10262.0, 10256.0, 10254.0, 10277.0, 10277.0, 10253.0, 10258.0, 10257.0, 10253.0, 10275.0, 10285.0, 10270.0, 10253.0, 10257.0, 10249.0, 10253.0, 10262.0, 10267.0, 10253.0, 10259.0, 10266.0, 10247.0, 10258.0, 10256.0, 10251.0, 10261.0, 10276.0, 10250.0, 10254.0, 10259.0, 10251.0, 10255.0, 10261.0, 10268.0, 10250.0, 10256.0, 10250.0, 10247.0, 10258.0, 10253.0, 10249.0, 10257.0, 10254.0, 10235.0, 10257.0, 10253.0, 10256.0, 10279.0, 10275.0, 10255.0, 10261.0, 10259.0, 10255.0, 10275.0, 10278.0, 10254.0, 10272.0, 10278.0, 10284.0, 10252.0, 10259.0, 10265.0, 10270.0, 10279.0, 10284.0, 10269.0, 10278.0, 10271.0, 10276.0, 10285.0, 10276.0, 10275.0, 10281.0, 10273.0, 10278.0, 10287.0, 10292.0, 10279.0, 10285.0, 10277.0, 10279.0, 10288.0, 10297.0, 10279.0, 10283.0, 10279.0, 10273.0, 10281.0, 10279.0, 10274.0, 10278.0, 10280.0, 10254.0, 10258.0, 10273.0, 10235.0, 10252.0, 10258.0, 10264.0, 10249.0, 10256.0, 10247.0, 10249.0, 10258.0, 10264.0, 10249.0, 10256.0, 10248.0, 10253.0, 10262.0, 10264.0, 10254.0, 10260.0, 10251.0, 10270.0, 10277.0, 10254.0, 10257.0, 10258.0, 10252.0, 10275.0, 10295.0, 10274.0, 10281.0, 10294.0, 10280.0, 10265.0, 10289.0, 10288.0, 10305.0, 10322.0, 10310.0, 10304.0, 10324.0, 10315.0, 10266.0, 10279.0, 10265.0, 10256.0, 10277.0, 10280.0, 10253.0, 10271.0, 10234.0, 10253.0, 10268.0, 10250.0, 10253.0, 10252.0, 10237.0, 10274.0, 10274.0, 10253.0, 10271.0, 10270.0, 10236.0, 10256.0, 10257.0, 10235.0, 10254.0, 10255.0, 10250.0, 10254.0, 10251.0, 10249.0, 10274.0, 10272.0, 10251.0, 10271.0, 10252.0, 10254.0, 10277.0, 10255.0, 10258.0, 10275.0, 10252.0, 10259.0, 10276.0, 10252.0, 10273.0, 10272.0, 10258.0, 10264.0, 10273.0, 10274.0, 10278.0, 10260.0, 10278.0, 10279.0, 10276.0, 10282.0, 10292.0, 10275.0, 10279.0, 10259.0, 10274.0, 10279.0, 10271.0, 10264.0, 10290.0, 10274.0, 10284.0, 10291.0, 10261.0, 10277.0, 10255.0, 10273.0, 10278.0, 10252.0, 10255.0, 10268.0, 10252.0, 10275.0, 10272.0, 10252.0, 10269.0, 10262.0, 10249.0, 10269.0, 10252.0, 10253.0, 10252.0, 10249.0, 10256.0, 10267.0, 10249.0, 10270.0, 10265.0, 10234.0, 10249.0, 10246.0, 10252.0, 10267.0, 10251.0, 10258.0, 10282.0, 10255.0, 10277.0, 10281.0, 10255.0, 10271.0, 10251.0, 10271.0, 10289.0, 10250.0, 10256.0, 10262.0, 10250.0, 10275.0, 10287.0, 10247.0, 10249.0, 10245.0, 10232.0, 10252.0, 10262.0, 10250.0, 10257.0, 10263.0, 10250.0, 10268.0, 10247.0, 10254.0, 10272.0, 10250.0, 10253.0, 10256.0, 10232.0, 10254.0, 10257.0, 10248.0, 10254.0, 10252.0, 10235.0, 10258.0, 10269.0, 10235.0, 10254.0, 10252.0, 10249.0, 10255.0, 10251.0, 10249.0, 10259.0, 10265.0, 10248.0, 10255.0, 10262.0, 10248.0, 10258.0, 10260.0, 10234.0, 10253.0, 10246.0, 10250.0, 10255.0, 10234.0, 10252.0, 10253.0, 10248.0, 10259.0, 10271.0, 10259.0, 10280.0, 10288.0, 10274.0, 10281.0, 10259.0, 10278.0, 10285.0, 10274.0, 10274.0, 10276.0, 10254.0, 10277.0, 10282.0, 10256.0, 10262.0, 10275.0, 10254.0, 10277.0, 10278.0, 10257.0, 10265.0, 10275.0, 10276.0, 10288.0, 10292.0, 10280.0, 10284.0, 10263.0, 10283.0, 10302.0, 10266.0, 10280.0, 10282.0, 10259.0, 10279.0, 10283.0, 10261.0, 10280.0, 10280.0, 10261.0, 10281.0, 10290.0, 10260.0, 10283.0, 10292.0, 10276.0, 10282.0, 10288.0, 10274.0, 10284.0, 10289.0, 10260.0, 10277.0, 10253.0, 10274.0, 10279.0, 10252.0, 10257.0, 10270.0, 10253.0, 10261.0, 10273.0, 10254.0, 10261.0, 10269.0, 10257.0, 10281.0, 10286.0, 10258.0, 10277.0, 10254.0, 10270.0, 10279.0, 10270.0, 10255.0, 10260.0, 10251.0, 10254.0, 10262.0, 10267.0, 10253.0, 10258.0, 10262.0, 10250.0, 10256.0, 10251.0, 10255.0, 10259.0, 10239.0, 10260.0, 10275.0, 10260.0, 10277.0, 10278.0, 10257.0, 10279.0, 10282.0, 10260.0, 10278.0, 10280.0, 10256.0, 10262.0, 10276.0, 10255.0, 10260.0, 10276.0, 10254.0, 10259.0, 10271.0, 10258.0, 10280.0, 10288.0, 10276.0, 10284.0, 10275.0, 10277.0, 10286.0, 10262.0, 10279.0, 10280.0, 10263.0, 10286.0, 10297.0, 10279.0, 10290.0, 10279.0, 10283.0, 10290.0, 10265.0, 10286.0, 10295.0, 10279.0, 10292.0, 10310.0, 10282.0, 10284.0, 10276.0, 10282.0, 10296.0, 10264.0, 10284.0, 10293.0, 10278.0, 10285.0, 10261.0, 10278.0, 10292.0, 10274.0, 10284.0, 10289.0, 10261.0, 10279.0, 10254.0, 10260.0, 10287.0, 10255.0, 10271.0, 10252.0, 10254.0, 10274.0, 10247.0, 10250.0, 10247.0, 10230.0, 10253.0, 10259.0, 10230.0, 10245.0, 10223.0, 10245.0, 10244.0, 10228.0, 10248.0, 10227.0, 10230.0, 10249.0, 10228.0, 10247.0, 10245.0, 10247.0, 10270.0, 10247.0, 10246.0, 10244.0, 10227.0, 10250.0, 10262.0, 10230.0, 10246.0, 10228.0, 10247.0, 10246.0, 10231.0, 10266.0, 10249.0, 10253.0, 10271.0, 10247.0, 10251.0, 10263.0, 10231.0, 10252.0, 10263.0, 10231.0, 10249.0, 10244.0, 10230.0, 10251.0, 10232.0, 10231.0, 10247.0, 10225.0, 10242.0, 10245.0, 10225.0, 10228.0, 10244.0, 10224.0, 10242.0, 10240.0, 10226.0, 10245.0, 10240.0, 10230.0, 10248.0, 10244.0, 10232.0, 10252.0, 10231.0, 10234.0, 10251.0, 10234.0, 10250.0, 10269.0, 10247.0, 10254.0, 10274.0, 10266.0, 10250.0, 10269.0, 10245.0, 10249.0, 10271.0, 10265.0, 10249.0, 10268.0, 10236.0, 10270.0, 10278.0, 10267.0, 10255.0, 10274.0, 10240.0, 10273.0, 10282.0, 10287.0, 10272.0, 10276.0, 10269.0, 10271.0, 10278.0, 10284.0, 10271.0, 10277.0, 10270.0, 10256.0, 10277.0, 10270.0, 10271.0, 10281.0, 10273.0, 10259.0, 10280.0, 10286.0, 10276.0, 10297.0, 10288.0, 10275.0, 10280.0, 10272.0, 10275.0, 10284.0, 10289.0, 10274.0, 10292.0, 10273.0, 10273.0, 10281.0, 10273.0, 10259.0, 10281.0, 10289.0, 10258.0, 10277.0, 10271.0, 10271.0, 10281.0, 10289.0, 10257.0, 10276.0, 10270.0, 10257.0, 10278.0, 10287.0, 10255.0, 10272.0, 10272.0, 10253.0, 10258.0, 10257.0, 10256.0, 10279.0, 10288.0, 10258.0, 10279.0, 10274.0, 10275.0, 10286.0, 10295.0, 10261.0, 10278.0, 10276.0, 10258.0, 10277.0, 10280.0, 10254.0, 10258.0, 10279.0, 10254.0, 10254.0, 10269.0, 10248.0, 10257.0, 10273.0, 10250.0, 10255.0, 10271.0, 10250.0, 10257.0, 10275.0, 10253.0, 10252.0, 10273.0, 10282.0, 10238.0, 10271.0, 10249.0, 10253.0, 10275.0, 10266.0, 10237.0, 10270.0, 10234.0, 10250.0, 10270.0, 10265.0, 10249.0, 10266.0, 10233.0, 10253.0, 10269.0, 10249.0, 10268.0, 10268.0, 10250.0, 10256.0, 10270.0, 10235.0, 10253.0, 10251.0, 10235.0, 10251.0, 10253.0, 10232.0, 10265.0, 10269.0, 10234.0, 10251.0, 10265.0, 10231.0, 10252.0, 10270.0, 10233.0, 10251.0, 10265.0, 10245.0, 10255.0, 10272.0, 10250.0, 10270.0, 10273.0, 10252.0, 10261.0, 10280.0, 10254.0, 10256.0, 10275.0, 10236.0, 10270.0, 10276.0, 10253.0, 10256.0, 10272.0, 10251.0, 10261.0, 10279.0, 10256.0, 10273.0, 10275.0, 10255.0, 10261.0, 10279.0, 10258.0, 10274.0, 10274.0, 10253.0, 10273.0, 10276.0, 10254.0, 10271.0, 10277.0, 10252.0, 10254.0, 10270.0, 10249.0, 10255.0, 10273.0, 10250.0, 10256.0, 10272.0, 10252.0, 10276.0, 10295.0, 10270.0, 10260.0, 10278.0, 10256.0, 10274.0, 10282.0, 10286.0, 10272.0, 10277.0, 10267.0, 10257.0, 10278.0, 10272.0, 10254.0, 10271.0, 10253.0, 10238.0, 10271.0, 10266.0, 10254.0, 10275.0, 10267.0, 10256.0, 10288.0, 10256.0, 10276.0, 10295.0, 10255.0, 10274.0, 10290.0, 10256.0, 10276.0, 10297.0, 10255.0, 10270.0, 10272.0, 10252.0, 10272.0, 10276.0, 10252.0, 10270.0, 10256.0, 10253.0, 10276.0, 10275.0, 10254.0, 10268.0, 10257.0, 10249.0, 10268.0, 10270.0, 10236.0, 10265.0, 10262.0, 10234.0, 10252.0, 10269.0, 10231.0, 10249.0, 10266.0, 10231.0, 10251.0, 10265.0, 10231.0, 10249.0, 10266.0, 10246.0, 10248.0, 10266.0, 10233.0, 10251.0, 10273.0, 10251.0, 10252.0, 10270.0, 10235.0, 10267.0, 10275.0, 10252.0, 10255.0, 10272.0, 10251.0, 10270.0, 10290.0, 10254.0, 10271.0, 10288.0, 10253.0, 10273.0, 10292.0, 10255.0, 10271.0, 10276.0, 10257.0, 10277.0, 10291.0, 10260.0, 10277.0, 10277.0, 10261.0, 10293.0, 10280.0, 10262.0, 10293.0, 10278.0, 10275.0, 10296.0, 10278.0, 10277.0, 10299.0, 10281.0, 10281.0, 10300.0, 10281.0, 10283.0, 10301.0, 10278.0, 10297.0, 10300.0, 10265.0, 10280.0, 10297.0, 10263.0, 10294.0, 10298.0, 10276.0, 10281.0, 10293.0, 10264.0, 10298.0, 10294.0, 10260.0, 10296.0, 10290.0, 10263.0, 10298.0, 10290.0, 10263.0, 10295.0, 10259.0, 10279.0, 10299.0, 10275.0, 10276.0, 10294.0, 10260.0, 10278.0, 10295.0, 10260.0, 10274.0, 10290.0, 10257.0, 10276.0, 10292.0, 10258.0, 10277.0, 10276.0, 10265.0, 10284.0, 10282.0, 10279.0, 10301.0, 10283.0, 10261.0, 10278.0, 10278.0, 10259.0, 10291.0, 10296.0, 10257.0, 10271.0, 10269.0, 10251.0, 10274.0, 10270.0, 10258.0, 10288.0, 10257.0, 10276.0, 10276.0, 10259.0, 10292.0, 10289.0, 10274.0, 10294.0, 10278.0, 10270.0, 10273.0, 10266.0, 10267.0, 10286.0, 10256.0, 10270.0, 10257.0, 10254.0, 10288.0, 10270.0, 10272.0, 10274.0, 10254.0, 10289.0, 10273.0, 10270.0, 10288.0, 10271.0, 10289.0, 10279.0, 10258.0, 10274.0, 10271.0, 10265.0, 10289.0, 10254.0, 10268.0, 10253.0, 10249.0, 10270.0, 10254.0, 10266.0, 10286.0, 10249.0, 10265.0, 10269.0, 10235.0, 10263.0, 10246.0, 10243.0, 10268.0, 10249.0, 10263.0, 10252.0, 10230.0, 10262.0, 10250.0, 10247.0, 10263.0, 10232.0, 10264.0, 10254.0, 10249.0, 10268.0, 10249.0, 10264.0, 10271.0, 10250.0, 10264.0, 10247.0, 10233.0, 10269.0, 10267.0, 10267.0, 10282.0, 10236.0, 10268.0, 10270.0, 10250.0, 10269.0, 10251.0, 10233.0, 10267.0, 10266.0, 10263.0, 10268.0, 10234.0, 10267.0, 10254.0, 10253.0, 10284.0, 10269.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.00043890669180018856</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01996186248821866</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.212704640386775</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2502156024433948</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0024928322169808</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5137</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4750.3481</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0886312972892919</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.5655042412818096</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.51275098522107</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5452724847705204</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.699413844731868</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2935666261608225</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00601819</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0049458714202046394</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02976241335272789</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1061</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.043136812786309</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>28.7886</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.1012</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.1745</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288393.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1197.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>443.8043</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6167</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.0822</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3805.7378</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4005.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88151.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1420.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4971.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.5619</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.87846503453329</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> |