=== 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-0004 --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-0004",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
118 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
118 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-0004_ses-01_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-0004_ses-01_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-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_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-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_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-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0004/figures/sub-0004_ses-01_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-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_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-0004/ses-01/func/sub-0004_ses-01_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>1dba59b5f2b2f38a452cd7a30b21a0f5</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:13:6.110000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999972, 0.00744084, -0.000103926, -0.0073303, 0.987331, 0.158506]</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.0981077</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>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4132, -7775, -7257, 554, -62, -251, 49, 122]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.35</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d0224c65-d95a-4c14-8555-d7ff52b5fe3c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828525066375732, -0.019666673615574837, -0.003461467335000634, 113.60771179199219], [-0.01996324025094509, 2.6489365100860596, 0.4279513657093048, -101.89276123046875], [-0.00027882499853149056, -0.4252590835094452, 2.6658668518066406, -33.74354553222656], [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, 1016]</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], 'AcquisitionTime': ['111306.110000', '111306.570000', '111307.030000', '111307.490000', '111307.950000', '111308.410000', '111308.870000', '111309.330000', '111309.790000', '111310.250000', '111310.710000', '111311.170000', '111311.630000', '111312.090000', '111312.550000', '111313.010000', '111313.470000', '111313.930000', '111314.390000', '111314.850000', '111315.310000', '111315.770000', '111316.230000', '111316.690000', '111317.150000', '111317.610000', '111318.070000', '111318.530000', '111318.990000', '111319.450000', '111319.910000', '111320.370000', '111320.830000', '111321.290000', '111321.750000', '111322.210000', '111322.670000', '111323.130000', '111323.590000', '111324.050000', '111324.510000', '111324.970000', '111325.430000', '111325.890000', '111326.350000', '111326.810000', '111327.270000', '111327.730000', '111328.190000', '111328.650000', '111329.110000', '111329.570000', '111330.030000', '111330.490000', '111330.950000', '111331.410000', '111331.870000', '111332.330000', '111332.790000', '111333.250000', '111333.710000', '111334.170000', '111334.630000', '111335.090000', '111335.550000', '111336.010000', '111336.470000', '111336.930000', '111337.390000', '111337.850000', '111338.310000', '111338.770000', '111339.230000', '111339.690000', '111340.150000', '111340.610000', '111341.070000', '111341.530000', '111341.990000', '111342.450000', '111342.910000', '111343.370000', '111343.830000', '111344.290000', '111344.750000', '111345.210000', '111345.670000', '111346.130000', '111346.590000', '111347.050000', '111347.510000', '111347.970000', '111348.430000', '111348.890000', '111349.350000', '111349.810000', '111350.270000', '111350.730000', '111351.190000', '111351.650000', '111352.110000', '111352.570000', '111353.030000', '111353.490000', '111353.950000', '111354.410000', '111354.870000', '111355.330000', '111355.790000', '111356.250000', '111356.710000', '111357.170000', '111357.630000', '111358.090000', '111358.550000', '111359.010000', '111359.470000', '111359.930000', '111400.390000', '111400.850000', '111401.310000', '111401.770000', '111402.230000', '111402.690000', '111403.150000', '111403.610000', '111404.070000', '111404.530000', '111404.990000', '111405.450000', '111405.910000', '111406.370000', '111406.830000', '111407.290000', '111407.750000', '111408.210000', '111408.670000', '111409.130000', '111409.590000', '111410.050000', '111410.510000', '111410.970000', '111411.430000', '111411.890000', '111412.350000', '111412.810000', '111413.270000', '111413.730000', '111414.190000', '111414.650000', '111415.110000', '111415.570000', '111416.030000', '111416.490000', '111416.950000', '111417.410000', '111417.870000', '111418.330000', '111418.790000', '111419.250000', '111419.710000', '111420.170000', '111420.630000', '111421.090000', '111421.550000', '111422.010000', '111422.470000', '111422.930000', '111423.390000', '111423.850000', '111424.310000', '111424.770000', '111425.230000', '111425.690000', '111426.150000', '111426.610000', '111427.070000', '111427.530000', '111427.990000', '111428.450000', '111428.910000', '111429.370000', '111429.830000', '111430.290000', '111430.750000', '111431.210000', '111431.670000', '111432.130000', '111432.590000', '111433.050000', '111433.510000', '111433.970000', '111434.430000', '111434.890000', '111435.350000', '111435.810000', '111436.270000', '111436.730000', '111437.190000', '111437.650000', '111438.110000', '111438.570000', '111439.030000', '111439.490000', '111439.950000', '111440.410000', '111440.870000', '111441.330000', '111441.790000', '111442.250000', '111442.710000', '111443.170000', '111443.630000', '111444.090000', '111444.550000', '111445.010000', '111445.470000', '111445.930000', '111446.390000', '111446.850000', '111447.310000', '111447.770000', '111448.230000', '111448.690000', '111449.150000', '111449.610000', '111450.070000', '111450.530000', '111450.990000', '111451.450000', '111451.910000', '111452.370000', '111452.830000', '111453.290000', '111453.750000', '111454.210000', '111454.670000', '111455.130000', '111455.590000', '111456.050000', '111456.510000', '111456.970000', '111457.430000', '111457.890000', '111458.350000', '111458.810000', '111459.270000', '111459.730000', '111500.190000', '111500.650000', '111501.110000', '111501.570000', '111502.030000', '111502.490000', '111502.950000', '111503.410000', '111503.870000', '111504.330000', '111504.790000', '111505.250000', '111505.710000', '111506.170000', '111506.630000', '111507.090000', '111507.550000', '111508.010000', '111508.470000', '111508.930000', '111509.390000', '111509.850000', '111510.310000', '111510.770000', '111511.230000', '111511.690000', '111512.150000', '111512.610000', '111513.070000', '111513.530000', '111513.990000', '111514.450000', '111514.910000', '111515.370000', '111515.830000', '111516.290000', '111516.750000', '111517.210000', '111517.670000', '111518.130000', '111518.590000', '111519.050000', '111519.510000', '111519.970000', '111520.430000', '111520.890000', '111521.350000', '111521.810000', '111522.270000', '111522.730000', '111523.190000', '111523.650000', '111524.110000', '111524.570000', '111525.030000', '111525.490000', '111525.950000', '111526.410000', '111526.870000', '111527.330000', '111527.790000', '111528.250000', '111528.710000', '111529.170000', '111529.630000', '111530.090000', '111530.550000', '111531.010000', '111531.470000', '111531.930000', '111532.390000', '111532.850000', '111533.310000', '111533.770000', '111534.230000', '111534.690000', '111535.150000', '111535.610000', '111536.070000', '111536.530000', '111536.990000', '111537.450000', '111537.910000', '111538.370000', '111538.830000', '111539.290000', '111539.750000', '111540.210000', '111540.670000', '111541.130000', '111541.590000', '111542.050000', '111542.510000', '111542.970000', '111543.430000', '111543.890000', '111544.350000', '111544.810000', '111545.270000', '111545.730000', '111546.190000', '111546.650000', '111547.110000', '111547.570000', '111548.030000', '111548.490000', '111548.950000', '111549.410000', '111549.870000', '111550.330000', '111550.790000', '111551.250000', '111551.710000', '111552.170000', '111552.630000', '111553.090000', '111553.550000', '111554.010000', '111554.470000', '111554.930000', '111555.390000', '111555.850000', '111556.310000', '111556.770000', '111557.230000', '111557.690000', '111558.150000', '111558.610000', '111559.070000', '111559.530000', '111559.990000', '111600.450000', '111600.910000', '111601.370000', '111601.830000', '111602.290000', '111602.750000', '111603.210000', '111603.670000', '111604.130000', '111604.590000', '111605.050000', '111605.510000', '111605.970000', '111606.430000', '111606.890000', '111607.350000', '111607.810000', '111608.270000', '111608.730000', '111609.190000', '111609.650000', '111610.110000', '111610.570000', '111611.030000', '111611.490000', '111611.950000', '111612.410000', '111612.870000', '111613.330000', '111613.790000', '111614.250000', '111614.710000', '111615.170000', '111615.630000', '111616.090000', '111616.550000', '111617.010000', '111617.470000', '111617.930000', '111618.390000', '111618.850000', '111619.310000', '111619.770000', '111620.230000', '111620.690000', '111621.150000', '111621.610000', '111622.070000', '111622.530000', '111622.990000', '111623.450000', '111623.910000', '111624.370000', '111624.830000', '111625.290000', '111625.750000', '111626.210000', '111626.670000', '111627.130000', '111627.590000', '111628.050000', '111628.510000', '111628.970000', '111629.430000', '111629.890000', '111630.350000', '111630.810000', '111631.270000', '111631.730000', '111632.190000', '111632.650000', '111633.110000', '111633.570000', '111634.030000', '111634.490000', '111634.950000', '111635.410000', '111635.870000', '111636.330000', '111636.790000', '111637.250000', '111637.710000', '111638.170000', '111638.630000', '111639.090000', '111639.550000', '111640.010000', '111640.470000', '111640.930000', '111641.390000', '111641.850000', '111642.310000', '111642.770000', '111643.230000', '111643.690000', '111644.150000', '111644.610000', '111645.070000', '111645.530000', '111645.990000', '111646.450000', '111646.910000', '111647.370000', '111647.830000', '111648.290000', '111648.750000', '111649.210000', '111649.670000', '111650.130000', '111650.590000', '111651.050000', '111651.510000', '111651.970000', '111652.430000', '111652.890000', '111653.350000', '111653.810000', '111654.270000', '111654.730000', '111655.190000', '111655.650000', '111656.110000', '111656.570000', '111657.030000', '111657.490000', '111657.950000', '111658.410000', '111658.870000', '111659.330000', '111659.790000', '111700.250000', '111700.710000', '111701.170000', '111701.630000', '111702.090000', '111702.550000', '111703.010000', '111703.470000', '111703.930000', '111704.390000', '111704.850000', '111705.310000', '111705.770000', '111706.230000', '111706.690000', '111707.150000', '111707.610000', '111708.070000', '111708.530000', '111708.990000', '111709.450000', '111709.910000', '111710.370000', '111710.830000', '111711.290000', '111711.750000', '111712.210000', '111712.670000', '111713.130000', '111713.590000', '111714.050000', '111714.510000', '111714.970000', '111715.430000', '111715.890000', '111716.350000', '111716.810000', '111717.270000', '111717.730000', '111718.190000', '111718.650000', '111719.110000', '111719.570000', '111720.030000', '111720.490000', '111720.950000', '111721.410000', '111721.870000', '111722.330000', '111722.790000', '111723.250000', '111723.710000', '111724.170000', '111724.630000', '111725.090000', '111725.550000', '111726.010000', '111726.470000', '111726.930000', '111727.390000', '111727.850000', '111728.310000', '111728.770000', '111729.230000', '111729.690000', '111730.150000', '111730.610000', '111731.070000', '111731.530000', '111731.990000', '111732.450000', '111732.910000', '111733.370000', '111733.830000', '111734.290000', '111734.750000', '111735.210000', '111735.670000', '111736.130000', '111736.590000', '111737.050000', '111737.510000', '111737.970000', '111738.430000', '111738.890000', '111739.350000', '111739.810000', '111740.270000', '111740.730000', '111741.190000', '111741.650000', '111742.110000', '111742.570000', '111743.030000', '111743.490000', '111743.950000', '111744.410000', '111744.870000', '111745.330000', '111745.790000', '111746.250000', '111746.710000', '111747.170000', '111747.630000', '111748.090000', '111748.550000', '111749.010000', '111749.470000', '111749.930000', '111750.390000', '111750.850000', '111751.310000', '111751.770000', '111752.230000', '111752.690000', '111753.150000', '111753.610000', '111754.070000', '111754.530000', '111754.990000', '111755.450000', '111755.910000', '111756.370000', '111756.830000', '111757.290000', '111757.750000', '111758.210000', '111758.670000', '111759.130000', '111759.590000', '111800.050000', '111800.510000', '111800.970000', '111801.430000', '111801.890000', '111802.350000', '111802.810000', '111803.270000', '111803.730000', '111804.190000', '111804.650000', '111805.110000', '111805.570000', '111806.030000', '111806.490000', '111806.950000', '111807.410000', '111807.870000', '111808.330000', '111808.790000', '111809.250000', '111809.710000', '111810.170000', '111810.630000', '111811.090000', '111811.550000', '111812.010000', '111812.470000', '111812.930000', '111813.390000', '111813.850000', '111814.310000', '111814.770000', '111815.230000', '111815.690000', '111816.150000', '111816.610000', '111817.070000', '111817.530000', '111817.990000', '111818.450000', '111818.910000', '111819.370000', '111819.830000', '111820.290000', '111820.750000', '111821.210000', '111821.670000', '111822.130000', '111822.590000', '111823.050000', '111823.510000', '111823.970000', '111824.430000', '111824.890000', '111825.350000', '111825.810000', '111826.270000', '111826.730000', '111827.190000', '111827.650000', '111828.110000', '111828.570000', '111829.030000', '111829.490000', '111829.950000', '111830.410000', '111830.870000', '111831.330000', '111831.790000', '111832.250000', '111832.710000', '111833.170000', '111833.630000', '111834.090000', '111834.550000', '111835.010000', '111835.470000', '111835.930000', '111836.390000', '111836.850000', '111837.310000', '111837.770000', '111838.230000', '111838.690000', '111839.150000', '111839.610000', '111840.070000', '111840.530000', '111840.990000', '111841.450000', '111841.910000', '111842.370000', '111842.830000', '111843.290000', '111843.750000', '111844.210000', '111844.670000', '111845.130000', '111845.590000', '111846.050000', '111846.510000', '111846.970000', '111847.430000', '111847.890000', '111848.350000', '111848.810000', '111849.270000', '111849.730000', '111850.190000', '111850.650000', '111851.110000', '111851.570000', '111852.030000', '111852.490000', '111852.950000', '111853.410000', '111853.870000', '111854.330000', '111854.790000', '111855.250000', '111855.710000', '111856.170000', '111856.630000', '111857.090000', '111857.550000', '111858.010000', '111858.470000', '111858.930000', '111859.390000', '111859.850000', '111900.310000', '111900.770000', '111901.230000', '111901.690000', '111902.150000', '111902.610000', '111903.070000', '111903.530000', '111903.990000', '111904.450000', '111904.910000', '111905.370000', '111905.830000', '111906.290000', '111906.750000', '111907.210000', '111907.670000', '111908.130000', '111908.590000', '111909.050000', '111909.510000', '111909.970000', '111910.430000', '111910.890000', '111911.350000', '111911.810000', '111912.270000', '111912.730000', '111913.190000', '111913.650000', '111914.110000', '111914.570000', '111915.030000', '111915.490000', '111915.950000', '111916.410000', '111916.870000', '111917.330000', '111917.790000', '111918.250000', '111918.710000', '111919.170000', '111919.630000', '111920.090000', '111920.550000', '111921.010000', '111921.470000', '111921.930000', '111922.390000', '111922.850000', '111923.310000', '111923.770000', '111924.230000', '111924.690000', '111925.150000', '111925.610000', '111926.070000', '111926.530000', '111926.990000', '111927.450000', '111927.910000', '111928.370000', '111928.830000', '111929.290000', '111929.750000', '111930.210000', '111930.670000', '111931.130000', '111931.590000', '111932.050000', '111932.510000', '111932.970000', '111933.430000', '111933.890000', '111934.350000', '111934.810000', '111935.270000', '111935.730000', '111936.190000', '111936.650000', '111937.110000', '111937.570000', '111938.030000', '111938.490000', '111938.950000', '111939.410000', '111939.870000', '111940.330000', '111940.790000', '111941.250000', '111941.710000', '111942.170000', '111942.630000', '111943.090000', '111943.550000', '111944.010000', '111944.470000', '111944.930000', '111945.390000', '111945.850000', '111946.310000', '111946.770000', '111947.230000', '111947.690000', '111948.150000', '111948.610000', '111949.070000', '111949.530000', '111949.990000', '111950.450000', '111950.910000', '111951.370000', '111951.830000', '111952.290000', '111952.750000', '111953.210000', '111953.670000', '111954.130000', '111954.590000', '111955.050000', '111955.510000', '111955.970000', '111956.430000', '111956.890000', '111957.350000', '111957.810000', '111958.270000', '111958.730000', '111959.190000', '111959.650000', '112000.110000', '112000.570000', '112001.030000', '112001.490000', '112001.950000', '112002.410000', '112002.870000', '112003.330000', '112003.790000', '112004.250000', '112004.710000', '112005.170000', '112005.630000', '112006.090000', '112006.550000', '112007.010000', '112007.470000', '112007.930000', '112008.390000', '112008.850000', '112009.310000', '112009.770000', '112010.230000', '112010.690000', '112011.150000', '112011.610000', '112012.070000', '112012.530000', '112012.990000', '112013.450000', '112013.910000', '112014.370000', '112014.830000', '112015.290000', '112015.750000', '112016.210000', '112016.670000', '112017.130000', '112017.590000', '112018.050000', '112018.510000', '112018.970000', '112019.430000', '112019.890000', '112020.350000', '112020.810000', '112021.270000', '112021.730000', '112022.190000', '112022.650000', '112023.110000', '112023.570000', '112024.030000', '112024.490000', '112024.950000', '112025.410000', '112025.870000', '112026.330000', '112026.790000', '112027.250000', '112027.710000', '112028.170000', '112028.630000', '112029.090000', '112029.550000', '112030.010000', '112030.470000', '112030.930000', '112031.390000', '112031.850000', '112032.310000', '112032.770000', '112033.230000', '112033.690000', '112034.150000', '112034.610000', '112035.070000', '112035.530000', '112035.990000', '112036.450000', '112036.910000', '112037.370000', '112037.830000', '112038.290000', '112038.750000', '112039.210000', '112039.670000', '112040.130000', '112040.590000', '112041.050000', '112041.510000', '112041.970000', '112042.430000', '112042.890000', '112043.350000', '112043.810000', '112044.270000', '112044.730000', '112045.190000', '112045.650000', '112046.110000', '112046.570000', '112047.030000', '112047.490000', '112047.950000', '112048.410000', '112048.870000', '112049.330000', '112049.790000', '112050.250000', '112050.710000', '112051.170000', '112051.630000', '112052.090000', '112052.550000', '112053.010000'], 'ContentTime': ['111331.783000', '111331.787000', '111331.791000', '111331.794000', '111331.797000', '111331.800000', '111331.804000', '111331.807000', '111331.810000', '111331.813000', '111331.816000', '111331.819000', '111331.822000', '111331.825000', '111331.828000', '111331.831000', '111331.833000', '111331.851000', '111331.854000', '111331.857000', '111331.860000', '111331.864000', '111331.866000', '111331.869000', '111331.872000', '111331.875000', '111331.878000', '111331.881000', '111331.884000', '111331.887000', '111331.890000', '111331.893000', '111331.896000', '111331.899000', '111331.906000', '111331.909000', '111331.911000', '111331.914000', '111331.917000', '111331.920000', '111331.923000', '111331.926000', '111331.929000', '111331.932000', '111331.935000', '111331.938000', '111331.941000', '111331.944000', '111331.947000', '111331.950000', '111331.952000', '111331.955000', '111331.958000', '111351.748000', '111351.751000', '111351.754000', '111351.757000', '111351.760000', '111351.763000', '111351.765000', '111351.768000', '111351.771000', '111351.774000', '111351.776000', '111351.779000', '111351.782000', '111351.791000', '111351.793000', '111351.796000', '111351.799000', '111351.802000', '111351.805000', '111351.808000', '111351.810000', '111351.813000', '111351.816000', '111351.819000', '111351.822000', '111351.825000', '111351.828000', '111351.830000', '111351.833000', '111351.836000', '111351.839000', '111351.842000', '111351.850000', '111351.853000', '111351.856000', '111351.858000', '111351.861000', '111351.864000', '111351.867000', '111351.870000', '111351.873000', '111351.876000', '111351.879000', '111351.881000', '111411.748000', '111411.751000', '111411.754000', '111411.758000', '111411.761000', '111411.764000', '111411.767000', '111411.770000', '111411.772000', '111411.784000', '111411.787000', '111411.790000', '111411.792000', '111411.795000', '111411.798000', '111411.801000', '111411.804000', '111411.807000', '111411.809000', '111411.813000', '111411.815000', '111411.818000', '111411.821000', '111411.824000', '111411.829000', '111411.833000', '111411.836000', '111411.839000', '111411.841000', '111411.844000', '111411.847000', '111411.850000', '111411.853000', '111411.856000', '111411.859000', '111411.861000', '111411.864000', '111411.867000', '111411.870000', '111411.873000', '111411.875000', '111411.878000', '111411.881000', '111431.749000', '111431.752000', '111431.755000', '111431.757000', '111431.760000', '111431.763000', '111431.766000', '111431.769000', '111431.772000', '111431.780000', '111431.782000', '111431.785000', '111431.788000', '111431.791000', '111431.794000', '111431.805000', '111431.808000', '111431.811000', '111431.813000', '111431.816000', '111431.819000', '111431.822000', '111431.825000', '111431.827000', '111431.830000', '111431.833000', '111431.836000', '111431.839000', '111431.842000', '111431.845000', '111431.847000', '111431.850000', '111431.853000', '111431.856000', '111431.859000', '111431.861000', '111431.864000', '111431.867000', '111431.870000', '111431.873000', '111431.876000', '111431.878000', '111431.881000', '111431.884000', '111451.749000', '111451.752000', '111451.755000', '111451.758000', '111451.760000', '111451.763000', '111451.766000', '111451.769000', '111451.772000', '111451.775000', '111451.778000', '111451.780000', '111451.783000', '111451.786000', '111451.789000', '111451.792000', '111451.795000', '111451.803000', '111451.806000', '111451.809000', '111451.812000', '111451.814000', '111451.817000', '111451.820000', '111451.823000', '111451.826000', '111451.829000', '111451.832000', '111451.837000', '111451.840000', '111451.843000', '111451.846000', '111451.849000', '111451.852000', '111451.856000', '111451.859000', '111451.862000', '111451.865000', '111451.868000', '111451.870000', '111451.873000', '111451.876000', '111451.879000', '111511.749000', '111511.752000', '111511.755000', '111511.758000', '111511.760000', '111511.763000', '111511.766000', '111511.769000', '111511.772000', '111511.775000', '111511.778000', '111511.781000', '111511.783000', '111511.786000', '111511.789000', '111511.792000', '111511.795000', '111511.798000', '111511.801000', '111511.803000', '111511.806000', '111511.809000', '111511.812000', '111511.815000', '111511.822000', '111511.825000', '111511.832000', '111511.835000', '111511.838000', '111511.841000', '111511.844000', '111511.847000', '111511.849000', '111511.852000', '111511.855000', '111511.858000', '111511.861000', '111511.864000', '111511.867000', '111511.869000', '111511.872000', '111511.875000', '111511.878000', '111511.881000', '111531.748000', '111531.751000', '111531.754000', '111531.757000', '111531.760000', '111531.762000', '111531.765000', '111531.768000', '111531.771000', '111531.774000', '111531.777000', '111531.779000', '111531.782000', '111531.785000', '111531.788000', '111531.791000', '111531.795000', '111531.798000', '111531.800000', '111531.803000', '111531.806000', '111531.809000', '111531.812000', '111531.815000', '111531.818000', '111531.821000', '111531.823000', '111531.826000', '111531.829000', '111531.832000', '111531.835000', '111531.838000', '111531.841000', '111531.843000', '111531.846000', '111531.849000', '111531.852000', '111531.855000', '111531.858000', '111531.861000', '111531.864000', '111531.867000', '111531.873000', '111551.748000', '111551.751000', '111551.754000', '111551.757000', '111551.760000', '111551.763000', '111551.766000', '111551.768000', '111551.771000', '111551.774000', '111551.777000', '111551.780000', '111551.783000', '111551.786000', '111551.789000', '111551.792000', '111551.794000', '111551.797000', '111551.800000', '111551.803000', '111551.806000', '111551.812000', '111551.815000', '111551.818000', '111551.821000', '111551.824000', '111551.826000', '111551.829000', '111551.832000', '111551.835000', '111551.838000', '111551.841000', '111551.844000', '111551.846000', '111551.849000', '111551.852000', '111551.855000', '111551.858000', '111551.868000', '111551.871000', '111551.874000', '111551.877000', '111551.880000', '111551.882000', '111611.748000', '111611.751000', '111611.754000', '111611.757000', '111611.760000', '111611.762000', '111611.765000', '111611.768000', '111611.771000', '111611.774000', '111611.789000', '111611.792000', '111611.795000', '111611.798000', '111611.801000', '111611.804000', '111611.806000', '111611.809000', '111611.812000', '111611.815000', '111611.818000', '111611.821000', '111611.823000', '111611.826000', '111611.829000', '111611.832000', '111611.835000', '111611.838000', '111611.841000', '111611.843000', '111611.846000', '111611.849000', '111611.852000', '111611.855000', '111611.858000', '111611.861000', '111611.863000', '111611.866000', '111611.869000', '111611.872000', '111611.875000', '111611.878000', '111611.880000', '111631.748000', '111631.751000', '111631.754000', '111631.756000', '111631.759000', '111631.762000', '111631.765000', '111631.768000', '111631.771000', '111631.774000', '111631.777000', '111631.779000', '111631.782000', '111631.785000', '111631.788000', '111631.791000', '111631.794000', '111631.796000', '111631.802000', '111631.804000', '111631.807000', '111631.810000', '111631.813000', '111631.816000', '111631.819000', '111631.822000', '111631.824000', '111631.827000', '111631.830000', '111631.833000', '111631.836000', '111631.838000', '111631.841000', '111631.844000', '111631.847000', '111631.850000', '111631.853000', '111631.856000', '111631.858000', '111631.861000', '111631.864000', '111631.867000', '111631.870000', '111631.873000', '111651.749000', '111651.752000', '111651.755000', '111651.758000', '111651.761000', '111651.763000', '111651.766000', '111651.769000', '111651.772000', '111651.775000', '111651.778000', '111651.781000', '111651.783000', '111651.786000', '111651.789000', '111651.792000', '111651.795000', '111651.798000', '111651.801000', '111651.803000', '111651.806000', '111651.809000', '111651.812000', '111651.815000', '111651.817000', '111651.820000', '111651.823000', '111651.826000', '111651.829000', '111651.832000', '111651.837000', '111651.840000', '111651.842000', '111651.845000', '111651.848000', '111651.851000', '111651.854000', '111651.857000', '111651.860000', '111651.863000', '111651.865000', '111651.868000', '111651.878000', '111711.749000', '111711.752000', '111711.755000', '111711.758000', '111711.760000', '111711.763000', '111711.766000', '111711.769000', '111711.772000', '111711.775000', '111711.778000', '111711.781000', '111711.783000', '111711.786000', '111711.789000', '111711.792000', '111711.795000', '111711.798000', '111711.801000', '111711.804000', '111711.806000', '111711.809000', '111711.812000', '111711.815000', '111711.818000', '111711.821000', '111711.823000', '111711.826000', '111711.829000', '111711.832000', '111711.835000', '111711.838000', '111711.841000', '111711.843000', '111711.846000', '111711.849000', '111711.852000', '111711.855000', '111711.858000', '111711.861000', '111711.863000', '111711.866000', '111711.869000', '111711.872000', '111731.749000', '111731.752000', '111731.755000', '111731.758000', '111731.761000', '111731.764000', '111731.767000', '111731.769000', '111731.772000', '111731.775000', '111731.778000', '111731.781000', '111731.784000', '111731.787000', '111731.789000', '111731.792000', '111731.795000', '111731.798000', '111731.801000', '111731.804000', '111731.806000', '111731.809000', '111731.812000', '111731.815000', '111731.818000', '111731.821000', '111731.824000', '111731.826000', '111731.829000', '111731.832000', '111731.835000', '111731.838000', '111731.841000', '111731.844000', '111731.846000', '111731.865000', '111731.868000', '111731.871000', '111731.874000', '111731.877000', '111731.880000', '111731.882000', '111731.885000', '111751.748000', '111751.751000', '111751.754000', '111751.757000', '111751.760000', '111751.763000', '111751.766000', '111751.769000', '111751.771000', '111751.774000', '111751.777000', '111751.780000', '111751.783000', '111751.786000', '111751.789000', '111751.791000', '111751.794000', '111751.797000', '111751.800000', '111751.803000', '111751.806000', '111751.809000', '111751.812000', '111751.814000', '111751.817000', '111751.820000', '111751.823000', '111751.826000', '111751.829000', '111751.831000', '111751.834000', '111751.837000', '111751.840000', '111751.843000', '111751.846000', '111751.849000', '111751.851000', '111751.854000', '111751.857000', '111751.860000', '111751.863000', '111751.866000', '111751.869000', '111751.871000', '111811.748000', '111811.751000', '111811.754000', '111811.757000', '111811.760000', '111811.763000', '111811.765000', '111811.768000', '111811.771000', '111811.774000', '111811.777000', '111811.780000', '111811.783000', '111811.785000', '111811.788000', '111811.791000', '111811.794000', '111811.797000', '111811.800000', '111811.803000', '111811.806000', '111811.808000', '111811.811000', '111811.814000', '111811.817000', '111811.820000', '111811.823000', '111811.825000', '111811.828000', '111811.831000', '111811.834000', '111811.837000', '111811.840000', '111811.843000', '111811.846000', '111811.848000', '111811.851000', '111811.854000', '111811.857000', '111811.860000', '111811.863000', '111811.866000', '111811.868000', '111831.748000', '111831.751000', '111831.754000', '111831.757000', '111831.760000', '111831.763000', '111831.766000', '111831.768000', '111831.771000', '111831.774000', '111831.777000', '111831.780000', '111831.783000', '111831.786000', '111831.788000', '111831.791000', '111831.794000', '111831.797000', '111831.800000', '111831.803000', '111831.805000', '111831.808000', '111831.811000', '111831.814000', '111831.817000', '111831.820000', '111831.822000', '111831.825000', '111831.828000', '111831.831000', '111831.836000', '111831.839000', '111831.842000', '111831.845000', '111831.848000', '111831.850000', '111831.853000', '111831.856000', '111831.859000', '111831.862000', '111831.864000', '111831.867000', '111831.870000', '111831.873000', '111851.748000', '111851.751000', '111851.754000', '111851.757000', '111851.760000', '111851.762000', '111851.765000', '111851.768000', '111851.771000', '111851.774000', '111851.777000', '111851.780000', '111851.783000', '111851.786000', '111851.789000', '111851.792000', '111851.795000', '111851.798000', '111851.800000', '111851.803000', '111851.806000', '111851.809000', '111851.812000', '111851.815000', '111851.817000', '111851.820000', '111851.823000', '111851.826000', '111851.829000', '111851.832000', '111851.834000', '111851.837000', '111851.846000', '111851.849000', '111851.852000', '111851.855000', '111851.857000', '111851.860000', '111851.863000', '111851.866000', '111851.869000', '111851.871000', '111851.874000', '111911.749000', '111911.755000', '111911.774000', '111911.777000', '111911.780000', '111911.783000', '111911.786000', '111911.804000', '111911.807000', '111911.810000', '111911.813000', '111911.816000', '111911.819000', '111911.822000', '111911.825000', '111911.827000', '111911.830000', '111911.833000', '111911.836000', '111911.839000', '111911.842000', '111911.844000', '111911.847000', '111911.850000', '111911.853000', '111911.856000', '111911.859000', '111911.861000', '111911.864000', '111911.867000', '111911.870000', '111911.873000', '111911.876000', '111911.879000', '111911.881000', '111911.884000', '111911.887000', '111911.890000', '111911.893000', '111911.895000', '111911.898000', '111911.901000', '111911.904000', '111911.907000', '111931.749000', '111931.752000', '111931.755000', '111931.758000', '111931.761000', '111931.764000', '111931.767000', '111931.769000', '111931.772000', '111931.775000', '111931.778000', '111931.781000', '111931.786000', '111931.789000', '111931.792000', '111931.795000', '111931.798000', '111931.801000', '111931.804000', '111931.806000', '111931.809000', '111931.812000', '111931.815000', '111931.818000', '111931.821000', '111931.823000', '111931.826000', '111931.829000', '111931.832000', '111931.835000', '111931.838000', '111931.840000', '111931.843000', '111931.846000', '111931.849000', '111931.852000', '111931.855000', '111931.857000', '111931.860000', '111931.863000', '111931.866000', '111931.869000', '111931.872000', '111951.749000', '111951.752000', '111951.755000', '111951.758000', '111951.761000', '111951.764000', '111951.767000', '111951.770000', '111951.772000', '111951.775000', '111951.778000', '111951.781000', '111951.784000', '111951.787000', '111951.789000', '111951.792000', '111951.795000', '111951.798000', '111951.801000', '111951.804000', '111951.807000', '111951.809000', '111951.812000', '111951.815000', '111951.818000', '111951.821000', '111951.824000', '111951.827000', '111951.829000', '111951.832000', '111951.835000', '111951.838000', '111951.841000', '111951.844000', '111951.847000', '111951.850000', '111951.852000', '111951.855000', '111951.858000', '111951.861000', '111951.864000', '111951.866000', '111951.869000', '112011.748000', '112011.751000', '112011.758000', '112011.760000', '112011.763000', '112011.766000', '112011.769000', '112011.772000', '112011.775000', '112011.777000', '112011.780000', '112011.783000', '112011.786000', '112011.789000', '112011.792000', '112011.795000', '112011.797000', '112011.800000', '112011.803000', '112011.806000', '112011.809000', '112011.812000', '112011.815000', '112011.817000', '112011.820000', '112011.823000', '112011.826000', '112011.829000', '112011.832000', '112011.834000', '112011.837000', '112011.840000', '112011.843000', '112011.846000', '112011.849000', '112011.852000', '112011.854000', '112011.857000', '112011.860000', '112011.863000', '112011.866000', '112011.869000', '112011.872000', '112011.874000', '112031.748000', '112031.751000', '112031.754000', '112031.757000', '112031.760000', '112031.763000', '112031.766000', '112031.769000', '112031.772000', '112031.775000', '112031.778000', '112031.781000', '112031.783000', '112031.786000', '112031.789000', '112031.792000', '112031.795000', '112031.798000', '112031.801000', '112031.803000', '112031.806000', '112031.809000', '112031.812000', '112031.815000', '112031.818000', '112031.820000', '112031.823000', '112031.826000', '112031.829000', '112031.832000', '112031.835000', '112031.838000', '112031.840000', '112031.843000', '112031.846000', '112031.849000', '112031.852000', '112031.854000', '112031.857000', '112031.860000', '112031.863000', '112031.866000', '112031.869000', '112051.748000', '112051.751000', '112051.754000', '112051.757000', '112051.760000', '112051.763000', '112051.765000', '112051.768000', '112051.771000', '112051.774000', '112051.777000', '112051.780000', '112051.782000', '112051.785000', '112051.788000', '112051.791000', '112051.794000', '112051.797000', '112051.800000', '112051.803000', '112051.805000', '112051.808000', '112051.811000', '112051.814000', '112051.817000', '112051.820000', '112051.823000', '112051.826000', '112051.828000', '112051.831000', '112051.834000', '112051.837000', '112051.840000', '112051.843000', '112051.846000', '112051.848000', '112051.851000', '112051.854000', '112051.857000', '112051.860000', '112051.863000', '112051.866000', '112051.868000', '112051.871000', '112054.379000', '112054.384000', '112054.387000', '112054.390000', '112054.393000', '112054.396000'], 'InstanceCreationTime': ['111331.783000', '111331.787000', '111331.791000', '111331.794000', '111331.797000', '111331.800000', '111331.804000', '111331.807000', '111331.810000', '111331.813000', '111331.816000', '111331.819000', '111331.822000', '111331.825000', '111331.828000', '111331.831000', '111331.833000', '111331.851000', '111331.854000', '111331.857000', '111331.860000', '111331.864000', '111331.866000', '111331.869000', '111331.872000', '111331.875000', '111331.878000', '111331.881000', '111331.884000', '111331.887000', '111331.890000', '111331.893000', '111331.896000', '111331.899000', '111331.906000', '111331.909000', '111331.911000', '111331.914000', '111331.917000', '111331.920000', '111331.923000', '111331.926000', '111331.929000', '111331.932000', '111331.935000', '111331.938000', '111331.941000', '111331.944000', '111331.947000', '111331.950000', '111331.952000', '111331.955000', '111331.958000', '111351.748000', '111351.751000', '111351.754000', '111351.757000', '111351.760000', '111351.763000', '111351.765000', '111351.768000', '111351.771000', '111351.774000', '111351.776000', '111351.779000', '111351.782000', '111351.791000', '111351.793000', '111351.796000', '111351.799000', '111351.802000', '111351.805000', '111351.808000', '111351.810000', '111351.813000', '111351.816000', '111351.819000', '111351.822000', '111351.825000', '111351.828000', '111351.830000', '111351.833000', '111351.836000', '111351.839000', '111351.842000', '111351.850000', '111351.853000', '111351.856000', '111351.858000', '111351.861000', '111351.864000', '111351.867000', '111351.870000', '111351.873000', '111351.876000', '111351.879000', '111351.881000', '111411.748000', '111411.751000', '111411.754000', '111411.758000', '111411.761000', '111411.764000', '111411.767000', '111411.770000', '111411.772000', '111411.784000', '111411.787000', '111411.790000', '111411.792000', '111411.795000', '111411.798000', '111411.801000', '111411.804000', '111411.807000', '111411.809000', '111411.813000', '111411.815000', '111411.818000', '111411.821000', '111411.824000', '111411.829000', '111411.833000', '111411.836000', '111411.839000', '111411.841000', '111411.844000', '111411.847000', '111411.850000', '111411.853000', '111411.856000', '111411.859000', '111411.861000', '111411.864000', '111411.867000', '111411.870000', '111411.873000', '111411.875000', '111411.878000', '111411.881000', '111431.749000', '111431.752000', '111431.755000', '111431.757000', '111431.760000', '111431.763000', '111431.766000', '111431.769000', '111431.772000', '111431.780000', '111431.782000', '111431.785000', '111431.788000', '111431.791000', '111431.794000', '111431.805000', '111431.808000', '111431.811000', '111431.813000', '111431.816000', '111431.819000', '111431.822000', '111431.825000', '111431.827000', '111431.830000', '111431.833000', '111431.836000', '111431.839000', '111431.842000', '111431.845000', '111431.847000', '111431.850000', '111431.853000', '111431.856000', '111431.859000', '111431.861000', '111431.864000', '111431.867000', '111431.870000', '111431.873000', '111431.876000', '111431.878000', '111431.881000', '111431.884000', '111451.749000', '111451.752000', '111451.755000', '111451.758000', '111451.760000', '111451.763000', '111451.766000', '111451.769000', '111451.772000', '111451.775000', '111451.778000', '111451.780000', '111451.783000', '111451.786000', '111451.789000', '111451.792000', '111451.795000', '111451.803000', '111451.806000', '111451.809000', '111451.812000', '111451.814000', '111451.817000', '111451.820000', '111451.823000', '111451.826000', '111451.829000', '111451.832000', '111451.837000', '111451.840000', '111451.843000', '111451.846000', '111451.849000', '111451.852000', '111451.856000', '111451.859000', '111451.862000', '111451.865000', '111451.868000', '111451.870000', '111451.873000', '111451.876000', '111451.879000', '111511.749000', '111511.752000', '111511.755000', '111511.758000', '111511.760000', '111511.763000', '111511.766000', '111511.769000', '111511.772000', '111511.775000', '111511.778000', '111511.781000', '111511.783000', '111511.786000', '111511.789000', '111511.792000', '111511.795000', '111511.798000', '111511.801000', '111511.803000', '111511.806000', '111511.809000', '111511.812000', '111511.815000', '111511.822000', '111511.825000', '111511.832000', '111511.835000', '111511.838000', '111511.841000', '111511.844000', '111511.847000', '111511.849000', '111511.852000', '111511.855000', '111511.858000', '111511.861000', '111511.864000', '111511.867000', '111511.869000', '111511.872000', '111511.875000', '111511.878000', '111511.881000', '111531.748000', '111531.751000', '111531.754000', '111531.757000', '111531.760000', '111531.762000', '111531.765000', '111531.768000', '111531.771000', '111531.774000', '111531.777000', '111531.779000', '111531.782000', '111531.785000', '111531.788000', '111531.791000', '111531.795000', '111531.798000', '111531.800000', '111531.803000', '111531.806000', '111531.809000', '111531.812000', '111531.815000', '111531.818000', '111531.821000', '111531.823000', '111531.826000', '111531.829000', '111531.832000', '111531.835000', '111531.838000', '111531.841000', '111531.843000', '111531.846000', '111531.849000', '111531.852000', '111531.855000', '111531.858000', '111531.861000', '111531.864000', '111531.867000', '111531.873000', '111551.748000', '111551.751000', '111551.754000', '111551.757000', '111551.760000', '111551.763000', '111551.766000', '111551.768000', '111551.771000', '111551.774000', '111551.777000', '111551.780000', '111551.783000', '111551.786000', '111551.789000', '111551.792000', '111551.794000', '111551.797000', '111551.800000', '111551.803000', '111551.806000', '111551.812000', '111551.815000', '111551.818000', '111551.821000', '111551.824000', '111551.826000', '111551.829000', '111551.832000', '111551.835000', '111551.838000', '111551.841000', '111551.844000', '111551.846000', '111551.849000', '111551.852000', '111551.855000', '111551.858000', '111551.868000', '111551.871000', '111551.874000', '111551.877000', '111551.880000', '111551.882000', '111611.748000', '111611.751000', '111611.754000', '111611.757000', '111611.760000', '111611.762000', '111611.765000', '111611.768000', '111611.771000', '111611.774000', '111611.789000', '111611.792000', '111611.795000', '111611.798000', '111611.801000', '111611.804000', '111611.806000', '111611.809000', '111611.812000', '111611.815000', '111611.818000', '111611.821000', '111611.823000', '111611.826000', '111611.829000', '111611.832000', '111611.835000', '111611.838000', '111611.841000', '111611.843000', '111611.846000', '111611.849000', '111611.852000', '111611.855000', '111611.858000', '111611.861000', '111611.863000', '111611.866000', '111611.869000', '111611.872000', '111611.875000', '111611.878000', '111611.880000', '111631.748000', '111631.751000', '111631.754000', '111631.756000', '111631.759000', '111631.762000', '111631.765000', '111631.768000', '111631.771000', '111631.774000', '111631.777000', '111631.779000', '111631.782000', '111631.785000', '111631.788000', '111631.791000', '111631.794000', '111631.796000', '111631.802000', '111631.804000', '111631.807000', '111631.810000', '111631.813000', '111631.816000', '111631.819000', '111631.822000', '111631.824000', '111631.827000', '111631.830000', '111631.833000', '111631.836000', '111631.838000', '111631.841000', '111631.844000', '111631.847000', '111631.850000', '111631.853000', '111631.856000', '111631.858000', '111631.861000', '111631.864000', '111631.867000', '111631.870000', '111631.873000', '111651.749000', '111651.752000', '111651.755000', '111651.758000', '111651.761000', '111651.763000', '111651.766000', '111651.769000', '111651.772000', '111651.775000', '111651.778000', '111651.781000', '111651.783000', '111651.786000', '111651.789000', '111651.792000', '111651.795000', '111651.798000', '111651.801000', '111651.803000', '111651.806000', '111651.809000', '111651.812000', '111651.815000', '111651.817000', '111651.820000', '111651.823000', '111651.826000', '111651.829000', '111651.832000', '111651.837000', '111651.840000', '111651.842000', '111651.845000', '111651.848000', '111651.851000', '111651.854000', '111651.857000', '111651.860000', '111651.863000', '111651.865000', '111651.868000', '111651.878000', '111711.749000', '111711.752000', '111711.755000', '111711.758000', '111711.760000', '111711.763000', '111711.766000', '111711.769000', '111711.772000', '111711.775000', '111711.778000', '111711.781000', '111711.783000', '111711.786000', '111711.789000', '111711.792000', '111711.795000', '111711.798000', '111711.801000', '111711.804000', '111711.806000', '111711.809000', '111711.812000', '111711.815000', '111711.818000', '111711.821000', '111711.823000', '111711.826000', '111711.829000', '111711.832000', '111711.835000', '111711.838000', '111711.841000', '111711.843000', '111711.846000', '111711.849000', '111711.852000', '111711.855000', '111711.858000', '111711.861000', '111711.863000', '111711.866000', '111711.869000', '111711.872000', '111731.749000', '111731.752000', '111731.755000', '111731.758000', '111731.761000', '111731.764000', '111731.767000', '111731.769000', '111731.772000', '111731.775000', '111731.778000', '111731.781000', '111731.784000', '111731.787000', '111731.789000', '111731.792000', '111731.795000', '111731.798000', '111731.801000', '111731.804000', '111731.806000', '111731.809000', '111731.812000', '111731.815000', '111731.818000', '111731.821000', '111731.824000', '111731.826000', '111731.829000', '111731.832000', '111731.835000', '111731.838000', '111731.841000', '111731.844000', '111731.846000', '111731.865000', '111731.868000', '111731.871000', '111731.874000', '111731.877000', '111731.880000', '111731.882000', '111731.885000', '111751.748000', '111751.751000', '111751.754000', '111751.757000', '111751.760000', '111751.763000', '111751.766000', '111751.769000', '111751.771000', '111751.774000', '111751.777000', '111751.780000', '111751.783000', '111751.786000', '111751.789000', '111751.791000', '111751.794000', '111751.797000', '111751.800000', '111751.803000', '111751.806000', '111751.809000', '111751.812000', '111751.814000', '111751.817000', '111751.820000', '111751.823000', '111751.826000', '111751.829000', '111751.831000', '111751.834000', '111751.837000', '111751.840000', '111751.843000', '111751.846000', '111751.849000', '111751.851000', '111751.854000', '111751.857000', '111751.860000', '111751.863000', '111751.866000', '111751.869000', '111751.871000', '111811.748000', '111811.751000', '111811.754000', '111811.757000', '111811.760000', '111811.763000', '111811.765000', '111811.768000', '111811.771000', '111811.774000', '111811.777000', '111811.780000', '111811.783000', '111811.785000', '111811.788000', '111811.791000', '111811.794000', '111811.797000', '111811.800000', '111811.803000', '111811.806000', '111811.808000', '111811.811000', '111811.814000', '111811.817000', '111811.820000', '111811.823000', '111811.825000', '111811.828000', '111811.831000', '111811.834000', '111811.837000', '111811.840000', '111811.843000', '111811.846000', '111811.848000', '111811.851000', '111811.854000', '111811.857000', '111811.860000', '111811.863000', '111811.866000', '111811.868000', '111831.748000', '111831.751000', '111831.754000', '111831.757000', '111831.760000', '111831.763000', '111831.766000', '111831.768000', '111831.771000', '111831.774000', '111831.777000', '111831.780000', '111831.783000', '111831.786000', '111831.788000', '111831.791000', '111831.794000', '111831.797000', '111831.800000', '111831.803000', '111831.805000', '111831.808000', '111831.811000', '111831.814000', '111831.817000', '111831.820000', '111831.822000', '111831.825000', '111831.828000', '111831.831000', '111831.836000', '111831.839000', '111831.842000', '111831.845000', '111831.848000', '111831.850000', '111831.853000', '111831.856000', '111831.859000', '111831.862000', '111831.864000', '111831.867000', '111831.870000', '111831.873000', '111851.748000', '111851.751000', '111851.754000', '111851.757000', '111851.760000', '111851.762000', '111851.765000', '111851.768000', '111851.771000', '111851.774000', '111851.777000', '111851.780000', '111851.783000', '111851.786000', '111851.789000', '111851.792000', '111851.795000', '111851.798000', '111851.800000', '111851.803000', '111851.806000', '111851.809000', '111851.812000', '111851.815000', '111851.817000', '111851.820000', '111851.823000', '111851.826000', '111851.829000', '111851.832000', '111851.834000', '111851.837000', '111851.846000', '111851.849000', '111851.852000', '111851.855000', '111851.857000', '111851.860000', '111851.863000', '111851.866000', '111851.869000', '111851.871000', '111851.874000', '111911.749000', '111911.755000', '111911.774000', '111911.777000', '111911.780000', '111911.783000', '111911.786000', '111911.804000', '111911.807000', '111911.810000', '111911.813000', '111911.816000', '111911.819000', '111911.822000', '111911.825000', '111911.827000', '111911.830000', '111911.833000', '111911.836000', '111911.839000', '111911.842000', '111911.844000', '111911.847000', '111911.850000', '111911.853000', '111911.856000', '111911.859000', '111911.861000', '111911.864000', '111911.867000', '111911.870000', '111911.873000', '111911.876000', '111911.879000', '111911.881000', '111911.884000', '111911.887000', '111911.890000', '111911.893000', '111911.895000', '111911.898000', '111911.901000', '111911.904000', '111911.907000', '111931.749000', '111931.752000', '111931.755000', '111931.758000', '111931.761000', '111931.764000', '111931.767000', '111931.769000', '111931.772000', '111931.775000', '111931.778000', '111931.781000', '111931.786000', '111931.789000', '111931.792000', '111931.795000', '111931.798000', '111931.801000', '111931.804000', '111931.806000', '111931.809000', '111931.812000', '111931.815000', '111931.818000', '111931.821000', '111931.823000', '111931.826000', '111931.829000', '111931.832000', '111931.835000', '111931.838000', '111931.840000', '111931.843000', '111931.846000', '111931.849000', '111931.852000', '111931.855000', '111931.857000', '111931.860000', '111931.863000', '111931.866000', '111931.869000', '111931.872000', '111951.749000', '111951.752000', '111951.755000', '111951.758000', '111951.761000', '111951.764000', '111951.767000', '111951.770000', '111951.772000', '111951.775000', '111951.778000', '111951.781000', '111951.784000', '111951.787000', '111951.789000', '111951.792000', '111951.795000', '111951.798000', '111951.801000', '111951.804000', '111951.807000', '111951.809000', '111951.812000', '111951.815000', '111951.818000', '111951.821000', '111951.824000', '111951.827000', '111951.829000', '111951.832000', '111951.835000', '111951.838000', '111951.841000', '111951.844000', '111951.847000', '111951.850000', '111951.852000', '111951.855000', '111951.858000', '111951.861000', '111951.864000', '111951.866000', '111951.869000', '112011.748000', '112011.751000', '112011.758000', '112011.760000', '112011.763000', '112011.766000', '112011.769000', '112011.772000', '112011.775000', '112011.777000', '112011.780000', '112011.783000', '112011.786000', '112011.789000', '112011.792000', '112011.795000', '112011.797000', '112011.800000', '112011.803000', '112011.806000', '112011.809000', '112011.812000', '112011.815000', '112011.817000', '112011.820000', '112011.823000', '112011.826000', '112011.829000', '112011.832000', '112011.834000', '112011.837000', '112011.840000', '112011.843000', '112011.846000', '112011.849000', '112011.852000', '112011.854000', '112011.857000', '112011.860000', '112011.863000', '112011.866000', '112011.869000', '112011.872000', '112011.874000', '112031.748000', '112031.751000', '112031.754000', '112031.757000', '112031.760000', '112031.763000', '112031.766000', '112031.769000', '112031.772000', '112031.775000', '112031.778000', '112031.781000', '112031.783000', '112031.786000', '112031.789000', '112031.792000', '112031.795000', '112031.798000', '112031.801000', '112031.803000', '112031.806000', '112031.809000', '112031.812000', '112031.815000', '112031.818000', '112031.820000', '112031.823000', '112031.826000', '112031.829000', '112031.832000', '112031.835000', '112031.838000', '112031.840000', '112031.843000', '112031.846000', '112031.849000', '112031.852000', '112031.854000', '112031.857000', '112031.860000', '112031.863000', '112031.866000', '112031.869000', '112051.748000', '112051.751000', '112051.754000', '112051.757000', '112051.760000', '112051.763000', '112051.765000', '112051.768000', '112051.771000', '112051.774000', '112051.777000', '112051.780000', '112051.782000', '112051.785000', '112051.788000', '112051.791000', '112051.794000', '112051.797000', '112051.800000', '112051.803000', '112051.805000', '112051.808000', '112051.811000', '112051.814000', '112051.817000', '112051.820000', '112051.823000', '112051.826000', '112051.828000', '112051.831000', '112051.834000', '112051.837000', '112051.840000', '112051.843000', '112051.846000', '112051.848000', '112051.851000', '112051.854000', '112051.857000', '112051.860000', '112051.863000', '112051.866000', '112051.868000', '112051.871000', '112054.379000', '112054.384000', '112054.387000', '112054.390000', '112054.393000', '112054.396000'], '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], 'LargestImagePixelValue': [11854, 8955, 11837, 11582, 10286, 10532, 9281, 12655, 9678, 12919, 10514, 12290, 9339, 11574, 9246, 11872, 8894, 12297, 8940, 11718, 8534, 10543, 10193, 9987, 14563, 9425, 12691, 9099, 11688, 8748, 10942, 9203, 10587, 12175, 9320, 12291, 9173, 12434, 8991, 11782, 9073, 9639, 13419, 9546, 13448, 8952, 11878, 10681, 9823, 15766, 9257, 12623, 9043, 9607, 11312, 9496, 13094, 9029, 11753, 8720, 11384, 9189, 10544, 13201, 10209, 13839, 9475, 12435, 9335, 10296, 15149, 9258, 12175, 8995, 11275, 8936, 9971, 12477, 9336, 14231, 8884, 11888, 8697, 10584, 11066, 9220, 13008, 8905, 12631, 8830, 11308, 10107, 9769, 13148, 8985, 12004, 8809, 12818, 8528, 11328, 8609, 10739, 11280, 9918, 13379, 9061, 13108, 8866, 11881, 10521, 9417, 14149, 10054, 12282, 8744, 10788, 12561, 9159, 13502, 8710, 11400, 8545, 10134, 13744, 9011, 12176, 8708, 12695, 8626, 10905, 9137, 9547, 12997, 9833, 12041, 8651, 10493, 8623, 10649, 10691, 9367, 11005, 9898, 10143, 13254, 9432, 14366, 9955, 11207, 15628, 9428, 13291, 9190, 11138, 8774, 10008, 12613, 10586, 13493, 10015, 13429, 11745, 13583, 17448, 13365, 15750, 11765, 13136, 9470, 10791, 12022, 9302, 13902, 9303, 12411, 8863, 10630, 9000, 10211, 10377, 8899, 10400, 8653, 11586, 8655, 12355, 8698, 11123, 8632, 11208, 9456, 9721, 14044, 8710, 12163, 8585, 10935, 12426, 8721, 12508, 8648, 11324, 8534, 8700, 13012, 8479, 11132, 8650, 10445, 8322, 9666, 11554, 8725, 12006, 8820, 11564, 8751, 10566, 13058, 8977, 12757, 8418, 10976, 8973, 8793, 13675, 8552, 11045, 8754, 10219, 13674, 8531, 11337, 8806, 11036, 8492, 8680, 9110, 9040, 11724, 8919, 12062, 8764, 10739, 8827, 11032, 8425, 10583, 8575, 10530, 10335, 10206, 12426, 9314, 14260, 9442, 14120, 8874, 10948, 9011, 11948, 8821, 10279, 8269, 9632, 8619, 9913, 8850, 12171, 8770, 11634, 8934, 11523, 9020, 11693, 8648, 14707, 8503, 11471, 9230, 12612, 13115, 14412, 14633, 8908, 12072, 8738, 13530, 10158, 14970, 8529, 10592, 8205, 11891, 15264, 9029, 16130, 8364, 11401, 8409, 10401, 8749, 8647, 11199, 8648, 13148, 8372, 11066, 8438, 10740, 8459, 10700, 8629, 9169, 11618, 9413, 14191, 8647, 11383, 8626, 10937, 8980, 9392, 13280, 8210, 12179, 8511, 10829, 8657, 9061, 14107, 8401, 11398, 8743, 9827, 10458, 8525, 12453, 8701, 10647, 8721, 9803, 11836, 8443, 10964, 9022, 10388, 8983, 9236, 12414, 8825, 11085, 8864, 10091, 9910, 8785, 11625, 8955, 10776, 9030, 8799, 11719, 9231, 10403, 8611, 9322, 11892, 9227, 10632, 8947, 9563, 11553, 9298, 10491, 9146, 9569, 11156, 9128, 10460, 9306, 9553, 12053, 9172, 11121, 9364, 9894, 11407, 9273, 10588, 9754, 9744, 11793, 9272, 11192, 9302, 10165, 11983, 9667, 11112, 9410, 10491, 11734, 9736, 10924, 8892, 10458, 11249, 9266, 11066, 9130, 10907, 9267, 9619, 11339, 9537, 11742, 9283, 10367, 11846, 10235, 11818, 9354, 10446, 12945, 9472, 11281, 10978, 9512, 12577, 9651, 12049, 9326, 11468, 13232, 10404, 12092, 9766, 11937, 14647, 10046, 11537, 12591, 10622, 15225, 10292, 11680, 15594, 11028, 14632, 10451, 11795, 10547, 11026, 13872, 10620, 12086, 10289, 12682, 9871, 10922, 13980, 10690, 13793, 10420, 11900, 10186, 11418, 12716, 11597, 14162, 11317, 13402, 10997, 13185, 10838, 12640, 10864, 10497, 10120, 11198, 13116, 10478, 14085, 10369, 11605, 10561, 12642, 12373, 10415, 14296, 10334, 10925, 10463, 12465, 14792, 10189, 11852, 10047, 11234, 10394, 12534, 14573, 10180, 11476, 9843, 11784, 10076, 10382, 12927, 9801, 11221, 9286, 10857, 11896, 10189, 12277, 9946, 11376, 9968, 12376, 11234, 10573, 9896, 9872, 10456, 9518, 13370, 9679, 12609, 9346, 11746, 9069, 10965, 12953, 9457, 13086, 9624, 11306, 10605, 9816, 13385, 9525, 11488, 9148, 10488, 12708, 9763, 12023, 9291, 10930, 10792, 9758, 12971, 9437, 10863, 9427, 11445, 9269, 9887, 12569, 9859, 13629, 9872, 11707, 9636, 10732, 10946, 10266, 12307, 10314, 11766, 10293, 11377, 10346, 12484, 10443, 12320, 10213, 11594, 10287, 13190, 10293, 11933, 10165, 11122, 10032, 12726, 10205, 13044, 10051, 12135, 9758, 12457, 9867, 11331, 11192, 14042, 12611, 10470, 10585, 9519, 11300, 15774, 10896, 11350, 9921, 10179, 10475, 9904, 13285, 9620, 11908, 10255, 10014, 10082, 10228, 12971, 10252, 12451, 10212, 11911, 10215, 11543, 15696, 10005, 14023, 9947, 13112, 12932, 9632, 16292, 9840, 11313, 10188, 10234, 10491, 10178, 12392, 9718, 11729, 9700, 11767, 9634, 11291, 9615, 10611, 9112, 11130, 9014, 10557, 8945, 9831, 10064, 9530, 8950, 10951, 9234, 11886, 9269, 10514, 9028, 9290, 10809, 9072, 11653, 9604, 12055, 9315, 11116, 9517, 10721, 9191, 9698, 13787, 9715, 12403, 9206, 10811, 9192, 9638, 14102, 9391, 12175, 9522, 10838, 8732, 9842, 13142, 9459, 11589, 9139, 10251, 9399, 9589, 13181, 9336, 12278, 9397, 10653, 11000, 10011, 13844, 9575, 11351, 9528, 10085, 14885, 9975, 11587, 9575, 11219, 11456, 9891, 12435, 9362, 10927, 11949, 10105, 12319, 9286, 10462, 13263, 9759, 11473, 9206, 10089, 13249, 9845, 10586, 9041, 10221, 13270, 9640, 10343, 9354, 10204, 12481, 9818, 10745, 9709, 10363, 12037, 9984, 10729, 9680, 10387, 12506, 9621, 11372, 8942, 10499, 12739, 9468, 11141, 9402, 10319, 13579, 9888, 10905, 9347, 10397, 13057, 9982, 12085, 9281, 11848, 8836, 10441, 13156, 9438, 12308, 10145, 11678, 14010, 10244, 13200, 10470, 11647, 15899, 9924, 12261, 9655, 11334, 15379, 10056, 12877, 9540, 11960, 13694, 10181, 13089, 9370, 12275, 11713, 10028, 13071, 9515, 12262, 9193, 10289, 13016, 9599, 12046, 9521, 10547, 13410, 9593, 12715, 8941, 10942, 10226, 9747, 13053, 9451, 11655, 9407, 10510, 13157, 9887, 12554, 9323, 11181, 8462, 10088, 14223, 9460, 12266, 9056, 11771, 10554, 9850, 13119, 9353, 12401, 8911, 9836, 13508, 9393, 12884, 9050, 10380, 13303, 9818, 13290, 9227, 11109, 10404, 10098, 14004, 9825, 12441, 9407, 10939, 12965, 9859, 12841, 8905, 11758, 12285, 9766, 13904, 9402, 11945, 8980, 10917, 14318, 9985, 12061, 9447, 11968, 9205, 10508, 14605, 9645, 13234, 9054, 11815, 8650, 10145, 13393, 9650, 12283, 9094, 11007, 14818, 9627, 12656, 9348, 11850, 11563, 9807, 14410, 9113, 11677, 8650, 11386, 9365, 9987, 12949, 9287, 12628, 8956, 11062, 11767, 9554, 12912, 9153, 12096, 11293, 9614, 12628, 9240, 12754, 13407, 9467, 12453, 9182, 12693, 11529, 9540, 12761, 9319, 12800, 9192, 10484, 13330, 9361, 12651, 9102, 12239, 9377, 10175, 13040, 9392, 12764, 9015, 10782, 13627, 9297, 12799, 9185, 11837, 11663, 9704, 13091, 9596, 11885, 9085, 11474, 8753, 11728, 8915, 10903, 13767, 9133, 13409, 9262, 12294, 8831, 10984, 8919, 10480, 15515, 10288, 12955, 8741, 11601, 9032, 10683, 11869, 9169, 14038, 8943, 12426, 9375, 12738, 8805, 10745, 8585, 10090, 13308, 9826, 11731, 8557, 10840, 8737, 10255, 14555, 8759, 12998, 9690, 11772, 10627, 10265, 9995, 9716, 9133, 13148, 10052, 11691, 9144, 9997, 12451, 9016, 14558, 8759, 12775, 9309, 11722, 11891, 9708, 16050, 9097, 14180, 11096, 14165], 'WindowCenter': [4831.0, 4775.0, 4802.0, 4780.0, 4768.0, 4765.0, 4744.0, 4772.0, 4745.0, 4782.0, 4752.0, 4773.0, 4746.0, 4775.0, 4746.0, 4775.0, 4743.0, 4784.0, 4734.0, 4784.0, 4735.0, 4754.0, 4756.0, 4756.0, 4792.0, 4734.0, 4774.0, 4733.0, 4773.0, 4733.0, 4763.0, 4745.0, 4752.0, 4763.0, 4732.0, 4760.0, 4732.0, 4773.0, 4721.0, 4752.0, 4720.0, 4729.0, 4766.0, 4731.0, 4757.0, 4708.0, 4747.0, 4727.0, 4718.0, 4764.0, 4706.0, 4746.0, 4695.0, 4705.0, 4710.0, 4705.0, 4742.0, 4693.0, 4732.0, 4694.0, 4746.0, 4708.0, 4726.0, 4755.0, 4728.0, 4745.0, 4707.0, 4746.0, 4706.0, 4716.0, 4754.0, 4708.0, 4733.0, 4693.0, 4725.0, 4692.0, 4704.0, 4733.0, 4706.0, 4754.0, 4707.0, 4747.0, 4696.0, 4726.0, 4725.0, 4706.0, 4744.0, 4708.0, 4747.0, 4696.0, 4736.0, 4729.0, 4730.0, 4745.0, 4707.0, 4736.0, 4709.0, 4757.0, 4698.0, 4737.0, 4707.0, 4750.0, 4737.0, 4731.0, 4759.0, 4719.0, 4772.0, 4722.0, 4752.0, 4729.0, 4721.0, 4757.0, 4719.0, 4748.0, 4696.0, 4737.0, 4747.0, 4706.0, 4757.0, 4696.0, 4737.0, 4710.0, 4729.0, 4755.0, 4707.0, 4736.0, 4710.0, 4755.0, 4698.0, 4738.0, 4719.0, 4731.0, 4759.0, 4730.0, 4760.0, 4710.0, 4739.0, 4711.0, 4751.0, 4755.0, 4745.0, 4754.0, 4743.0, 4743.0, 4783.0, 4734.0, 4783.0, 4733.0, 4751.0, 4779.0, 4722.0, 4771.0, 4732.0, 4750.0, 4698.0, 4717.0, 4733.0, 4729.0, 4756.0, 4717.0, 4745.0, 4724.0, 4733.0, 4760.0, 4730.0, 4729.0, 4696.0, 4705.0, 4676.0, 4685.0, 4696.0, 4676.0, 4714.0, 4677.0, 4717.0, 4680.0, 4698.0, 4681.0, 4698.0, 4700.0, 4682.0, 4697.0, 4669.0, 4707.0, 4680.0, 4718.0, 4670.0, 4709.0, 4682.0, 4711.0, 4690.0, 4701.0, 4742.0, 4683.0, 4721.0, 4682.0, 4723.0, 4720.0, 4684.0, 4721.0, 4684.0, 4722.0, 4680.0, 4685.0, 4730.0, 4685.0, 4721.0, 4696.0, 4723.0, 4696.0, 4718.0, 4737.0, 4707.0, 4746.0, 4706.0, 4737.0, 4698.0, 4727.0, 4748.0, 4710.0, 4746.0, 4700.0, 4726.0, 4707.0, 4698.0, 4745.0, 4698.0, 4725.0, 4698.0, 4716.0, 4756.0, 4697.0, 4723.0, 4708.0, 4738.0, 4698.0, 4708.0, 4707.0, 4719.0, 4759.0, 4733.0, 4760.0, 4721.0, 4753.0, 4735.0, 4764.0, 4724.0, 4755.0, 4726.0, 4766.0, 4759.0, 4756.0, 4776.0, 4745.0, 4793.0, 4747.0, 4793.0, 4733.0, 4753.0, 4736.0, 4774.0, 4723.0, 4753.0, 4712.0, 4731.0, 4723.0, 4743.0, 4734.0, 4777.0, 4723.0, 4766.0, 4736.0, 4762.0, 4735.0, 4753.0, 4710.0, 4770.0, 4722.0, 4752.0, 4732.0, 4763.0, 4773.0, 4769.0, 4782.0, 4711.0, 4748.0, 4698.0, 4758.0, 4717.0, 4766.0, 4697.0, 4728.0, 4698.0, 4748.0, 4764.0, 4695.0, 4753.0, 4683.0, 4722.0, 4682.0, 4714.0, 4695.0, 4695.0, 4723.0, 4697.0, 4744.0, 4697.0, 4725.0, 4696.0, 4737.0, 4698.0, 4727.0, 4696.0, 4707.0, 4740.0, 4707.0, 4756.0, 4697.0, 4737.0, 4698.0, 4726.0, 4694.0, 4704.0, 4744.0, 4700.0, 4734.0, 4694.0, 4724.0, 4684.0, 4706.0, 4742.0, 4684.0, 4722.0, 4684.0, 4714.0, 4724.0, 4694.0, 4732.0, 4697.0, 4723.0, 4696.0, 4727.0, 4735.0, 4697.0, 4723.0, 4708.0, 4729.0, 4708.0, 4718.0, 4746.0, 4718.0, 4749.0, 4719.0, 4739.0, 4727.0, 4713.0, 4747.0, 4719.0, 4740.0, 4709.0, 4709.0, 4748.0, 4718.0, 4740.0, 4712.0, 4733.0, 4751.0, 4721.0, 4743.0, 4719.0, 4731.0, 4751.0, 4721.0, 4742.0, 4720.0, 4732.0, 4750.0, 4734.0, 4754.0, 4734.0, 4745.0, 4773.0, 4744.0, 4764.0, 4735.0, 4756.0, 4763.0, 4745.0, 4765.0, 4748.0, 4748.0, 4775.0, 4747.0, 4768.0, 4746.0, 4757.0, 4775.0, 4747.0, 4775.0, 4758.0, 4769.0, 4775.0, 4746.0, 4778.0, 4747.0, 4770.0, 4767.0, 4760.0, 4777.0, 4760.0, 4780.0, 4759.0, 4774.0, 4779.0, 4771.0, 4792.0, 4762.0, 4784.0, 4789.0, 4783.0, 4794.0, 4760.0, 4783.0, 4812.0, 4762.0, 4782.0, 4767.0, 4759.0, 4790.0, 4761.0, 4792.0, 4760.0, 4783.0, 4789.0, 4770.0, 4789.0, 4758.0, 4778.0, 4795.0, 4746.0, 4769.0, 4776.0, 4754.0, 4809.0, 4756.0, 4781.0, 4797.0, 4756.0, 4782.0, 4743.0, 4752.0, 4741.0, 4742.0, 4759.0, 4730.0, 4753.0, 4732.0, 4762.0, 4720.0, 4754.0, 4760.0, 4732.0, 4760.0, 4730.0, 4741.0, 4720.0, 4753.0, 4759.0, 4753.0, 4771.0, 4742.0, 4760.0, 4739.0, 4747.0, 4739.0, 4749.0, 4731.0, 4719.0, 4718.0, 4729.0, 4734.0, 4719.0, 4747.0, 4717.0, 4723.0, 4715.0, 4736.0, 4721.0, 4704.0, 4730.0, 4691.0, 4700.0, 4687.0, 4711.0, 4728.0, 4688.0, 4697.0, 4678.0, 4700.0, 4678.0, 4707.0, 4715.0, 4687.0, 4695.0, 4676.0, 4708.0, 4677.0, 4686.0, 4705.0, 4679.0, 4696.0, 4690.0, 4713.0, 4709.0, 4702.0, 4720.0, 4702.0, 4710.0, 4704.0, 4736.0, 4713.0, 4715.0, 4706.0, 4729.0, 4713.0, 4706.0, 4730.0, 4705.0, 4731.0, 4694.0, 4724.0, 4693.0, 4713.0, 4733.0, 4703.0, 4730.0, 4690.0, 4711.0, 4699.0, 4702.0, 4729.0, 4689.0, 4720.0, 4680.0, 4710.0, 4729.0, 4702.0, 4720.0, 4691.0, 4712.0, 4714.0, 4703.0, 4732.0, 4692.0, 4723.0, 4705.0, 4722.0, 4693.0, 4714.0, 4732.0, 4706.0, 4743.0, 4716.0, 4734.0, 4706.0, 4728.0, 4740.0, 4728.0, 4737.0, 4728.0, 4735.0, 4716.0, 4738.0, 4728.0, 4760.0, 4740.0, 4748.0, 4731.0, 4750.0, 4742.0, 4772.0, 4731.0, 4753.0, 4743.0, 4743.0, 4721.0, 4762.0, 4733.0, 4770.0, 4734.0, 4751.0, 4725.0, 4763.0, 4744.0, 4753.0, 4763.0, 4770.0, 4749.0, 4727.0, 4727.0, 4721.0, 4751.0, 4793.0, 4742.0, 4739.0, 4728.0, 4726.0, 4739.0, 4729.0, 4757.0, 4720.0, 4737.0, 4712.0, 4716.0, 4713.0, 4713.0, 4742.0, 4713.0, 4732.0, 4714.0, 4723.0, 4700.0, 4710.0, 4728.0, 4678.0, 4717.0, 4665.0, 4694.0, 4693.0, 4662.0, 4709.0, 4648.0, 4670.0, 4658.0, 4659.0, 4659.0, 4671.0, 4690.0, 4673.0, 4692.0, 4676.0, 4718.0, 4686.0, 4696.0, 4685.0, 4696.0, 4679.0, 4720.0, 4690.0, 4711.0, 4691.0, 4704.0, 4699.0, 4693.0, 4693.0, 4723.0, 4719.0, 4744.0, 4707.0, 4723.0, 4693.0, 4703.0, 4710.0, 4692.0, 4721.0, 4703.0, 4732.0, 4702.0, 4723.0, 4705.0, 4724.0, 4702.0, 4713.0, 4750.0, 4715.0, 4744.0, 4706.0, 4724.0, 4716.0, 4716.0, 4753.0, 4713.0, 4746.0, 4717.0, 4737.0, 4694.0, 4727.0, 4756.0, 4715.0, 4746.0, 4719.0, 4738.0, 4730.0, 4739.0, 4767.0, 4719.0, 4756.0, 4718.0, 4738.0, 4738.0, 4739.0, 4768.0, 4726.0, 4739.0, 4716.0, 4737.0, 4765.0, 4725.0, 4736.0, 4715.0, 4736.0, 4734.0, 4725.0, 4744.0, 4704.0, 4736.0, 4732.0, 4723.0, 4744.0, 4703.0, 4726.0, 4754.0, 4714.0, 4733.0, 4715.0, 4736.0, 4755.0, 4728.0, 4737.0, 4717.0, 4749.0, 4767.0, 4729.0, 4738.0, 4731.0, 4752.0, 4770.0, 4740.0, 4750.0, 4730.0, 4753.0, 4760.0, 4742.0, 4750.0, 4743.0, 4754.0, 4772.0, 4743.0, 4762.0, 4735.0, 4763.0, 4783.0, 4753.0, 4772.0, 4746.0, 4766.0, 4781.0, 4753.0, 4761.0, 4742.0, 4765.0, 4793.0, 4754.0, 4784.0, 4744.0, 4786.0, 4746.0, 4765.0, 4796.0, 4746.0, 4785.0, 4768.0, 4778.0, 4794.0, 4755.0, 4784.0, 4752.0, 4764.0, 4790.0, 4742.0, 4761.0, 4729.0, 4750.0, 4777.0, 4730.0, 4768.0, 4729.0, 4760.0, 4768.0, 4739.0, 4757.0, 4718.0, 4760.0, 4746.0, 4729.0, 4767.0, 4740.0, 4770.0, 4727.0, 4741.0, 4765.0, 4729.0, 4758.0, 4728.0, 4749.0, 4768.0, 4733.0, 4772.0, 4720.0, 4751.0, 4739.0, 4741.0, 4782.0, 4742.0, 4764.0, 4730.0, 4752.0, 4782.0, 4754.0, 4771.0, 4744.0, 4765.0, 4734.0, 4753.0, 4791.0, 4744.0, 4774.0, 4743.0, 4772.0, 4752.0, 4753.0, 4782.0, 4743.0, 4783.0, 4743.0, 4756.0, 4782.0, 4743.0, 4783.0, 4730.0, 4751.0, 4770.0, 4740.0, 4779.0, 4730.0, 4761.0, 4739.0, 4751.0, 4777.0, 4742.0, 4769.0, 4729.0, 4751.0, 4770.0, 4740.0, 4768.0, 4719.0, 4759.0, 4759.0, 4741.0, 4777.0, 4730.0, 4760.0, 4718.0, 4751.0, 4778.0, 4728.0, 4758.0, 4728.0, 4758.0, 4729.0, 4739.0, 4777.0, 4730.0, 4770.0, 4719.0, 4758.0, 4708.0, 4739.0, 4768.0, 4728.0, 4757.0, 4717.0, 4749.0, 4776.0, 4728.0, 4756.0, 4716.0, 4759.0, 4748.0, 4726.0, 4765.0, 4706.0, 4746.0, 4720.0, 4757.0, 4729.0, 4742.0, 4767.0, 4731.0, 4771.0, 4719.0, 4750.0, 4748.0, 4729.0, 4770.0, 4718.0, 4761.0, 4737.0, 4719.0, 4757.0, 4718.0, 4756.0, 4755.0, 4717.0, 4744.0, 4715.0, 4756.0, 4734.0, 4718.0, 4756.0, 4718.0, 4755.0, 4714.0, 4737.0, 4754.0, 4716.0, 4756.0, 4705.0, 4745.0, 4704.0, 4727.0, 4755.0, 4718.0, 4753.0, 4709.0, 4737.0, 4752.0, 4717.0, 4757.0, 4714.0, 4746.0, 4735.0, 4740.0, 4780.0, 4729.0, 4746.0, 4728.0, 4772.0, 4732.0, 4771.0, 4732.0, 4751.0, 4779.0, 4733.0, 4781.0, 4743.0, 4759.0, 4721.0, 4751.0, 4718.0, 4752.0, 4778.0, 4742.0, 4759.0, 4707.0, 4748.0, 4719.0, 4727.0, 4734.0, 4718.0, 4753.0, 4705.0, 4743.0, 4704.0, 4743.0, 4696.0, 4725.0, 4683.0, 4727.0, 4754.0, 4718.0, 4734.0, 4692.0, 4724.0, 4707.0, 4725.0, 4755.0, 4706.0, 4770.0, 4739.0, 4757.0, 4739.0, 4728.0, 4729.0, 4730.0, 4731.0, 4758.0, 4717.0, 4748.0, 4718.0, 4729.0, 4744.0, 4705.0, 4753.0, 4694.0, 4741.0, 4703.0, 4734.0, 4733.0, 4706.0, 4749.0, 4691.0, 4740.0, 4711.0, 4727.0], 'WindowWidth': [10535.0, 10447.0, 10476.0, 10440.0, 10419.0, 10409.0, 10380.0, 10412.0, 10382.0, 10430.0, 10386.0, 10417.0, 10382.0, 10424.0, 10384.0, 10422.0, 10379.0, 10435.0, 10368.0, 10437.0, 10368.0, 10393.0, 10397.0, 10398.0, 10444.0, 10364.0, 10420.0, 10364.0, 10417.0, 10364.0, 10403.0, 10380.0, 10386.0, 10402.0, 10359.0, 10393.0, 10357.0, 10416.0, 10341.0, 10382.0, 10337.0, 10348.0, 10399.0, 10352.0, 10385.0, 10316.0, 10371.0, 10341.0, 10328.0, 10389.0, 10308.0, 10367.0, 10292.0, 10305.0, 10307.0, 10307.0, 10355.0, 10288.0, 10338.0, 10293.0, 10366.0, 10314.0, 10339.0, 10379.0, 10342.0, 10362.0, 10311.0, 10363.0, 10310.0, 10323.0, 10376.0, 10316.0, 10341.0, 10288.0, 10331.0, 10285.0, 10303.0, 10341.0, 10307.0, 10372.0, 10313.0, 10367.0, 10296.0, 10337.0, 10335.0, 10310.0, 10359.0, 10315.0, 10364.0, 10295.0, 10350.0, 10346.0, 10347.0, 10361.0, 10313.0, 10349.0, 10320.0, 10380.0, 10302.0, 10354.0, 10315.0, 10377.0, 10357.0, 10351.0, 10388.0, 10334.0, 10410.0, 10340.0, 10382.0, 10344.0, 10336.0, 10384.0, 10331.0, 10370.0, 10297.0, 10353.0, 10368.0, 10311.0, 10379.0, 10296.0, 10354.0, 10321.0, 10344.0, 10376.0, 10312.0, 10349.0, 10323.0, 10377.0, 10302.0, 10356.0, 10332.0, 10354.0, 10388.0, 10350.0, 10390.0, 10322.0, 10362.0, 10326.0, 10384.0, 10396.0, 10380.0, 10387.0, 10371.0, 10372.0, 10427.0, 10362.0, 10427.0, 10356.0, 10379.0, 10418.0, 10340.0, 10405.0, 10356.0, 10378.0, 10300.0, 10327.0, 10344.0, 10343.0, 10379.0, 10323.0, 10362.0, 10327.0, 10341.0, 10373.0, 10327.0, 10329.0, 10275.0, 10287.0, 10249.0, 10260.0, 10275.0, 10250.0, 10302.0, 10254.0, 10307.0, 10260.0, 10283.0, 10265.0, 10286.0, 10289.0, 10267.0, 10279.0, 10246.0, 10296.0, 10264.0, 10312.0, 10250.0, 10300.0, 10270.0, 10308.0, 10276.0, 10294.0, 10354.0, 10270.0, 10320.0, 10268.0, 10326.0, 10319.0, 10274.0, 10320.0, 10275.0, 10323.0, 10264.0, 10276.0, 10334.0, 10276.0, 10320.0, 10296.0, 10330.0, 10296.0, 10328.0, 10354.0, 10315.0, 10366.0, 10312.0, 10356.0, 10302.0, 10341.0, 10369.0, 10320.0, 10366.0, 10304.0, 10337.0, 10313.0, 10300.0, 10361.0, 10298.0, 10333.0, 10299.0, 10322.0, 10376.0, 10299.0, 10328.0, 10315.0, 10357.0, 10301.0, 10316.0, 10314.0, 10334.0, 10391.0, 10360.0, 10391.0, 10342.0, 10385.0, 10367.0, 10405.0, 10350.0, 10393.0, 10353.0, 10410.0, 10403.0, 10397.0, 10420.0, 10381.0, 10448.0, 10383.0, 10446.0, 10363.0, 10388.0, 10370.0, 10418.0, 10348.0, 10389.0, 10330.0, 10354.0, 10343.0, 10373.0, 10364.0, 10425.0, 10349.0, 10409.0, 10366.0, 10398.0, 10366.0, 10383.0, 10322.0, 10402.0, 10343.0, 10383.0, 10358.0, 10398.0, 10413.0, 10402.0, 10423.0, 10323.0, 10369.0, 10303.0, 10386.0, 10325.0, 10391.0, 10298.0, 10339.0, 10302.0, 10371.0, 10383.0, 10290.0, 10368.0, 10271.0, 10323.0, 10271.0, 10317.0, 10290.0, 10289.0, 10326.0, 10299.0, 10357.0, 10297.0, 10334.0, 10297.0, 10354.0, 10302.0, 10339.0, 10295.0, 10312.0, 10359.0, 10312.0, 10377.0, 10299.0, 10352.0, 10303.0, 10336.0, 10289.0, 10304.0, 10356.0, 10304.0, 10343.0, 10289.0, 10329.0, 10274.0, 10309.0, 10352.0, 10275.0, 10324.0, 10274.0, 10318.0, 10331.0, 10290.0, 10340.0, 10296.0, 10329.0, 10296.0, 10340.0, 10348.0, 10301.0, 10333.0, 10316.0, 10347.0, 10316.0, 10332.0, 10366.0, 10333.0, 10376.0, 10336.0, 10362.0, 10343.0, 10329.0, 10370.0, 10333.0, 10363.0, 10317.0, 10321.0, 10370.0, 10332.0, 10362.0, 10328.0, 10359.0, 10378.0, 10341.0, 10370.0, 10334.0, 10354.0, 10379.0, 10340.0, 10368.0, 10337.0, 10358.0, 10380.0, 10365.0, 10392.0, 10364.0, 10381.0, 10415.0, 10379.0, 10405.0, 10364.0, 10397.0, 10403.0, 10382.0, 10408.0, 10386.0, 10388.0, 10420.0, 10385.0, 10415.0, 10384.0, 10400.0, 10420.0, 10386.0, 10424.0, 10405.0, 10419.0, 10421.0, 10385.0, 10430.0, 10390.0, 10422.0, 10415.0, 10410.0, 10428.0, 10412.0, 10439.0, 10407.0, 10435.0, 10436.0, 10431.0, 10458.0, 10415.0, 10449.0, 10450.0, 10448.0, 10461.0, 10409.0, 10446.0, 10487.0, 10416.0, 10441.0, 10415.0, 10406.0, 10450.0, 10413.0, 10455.0, 10409.0, 10442.0, 10448.0, 10421.0, 10448.0, 10402.0, 10430.0, 10450.0, 10382.0, 10417.0, 10421.0, 10390.0, 10477.0, 10398.0, 10438.0, 10453.0, 10394.0, 10422.0, 10368.0, 10382.0, 10365.0, 10367.0, 10390.0, 10347.0, 10380.0, 10351.0, 10392.0, 10334.0, 10386.0, 10387.0, 10352.0, 10388.0, 10345.0, 10361.0, 10331.0, 10382.0, 10390.0, 10382.0, 10407.0, 10366.0, 10387.0, 10359.0, 10369.0, 10358.0, 10373.0, 10347.0, 10327.0, 10323.0, 10342.0, 10344.0, 10327.0, 10364.0, 10321.0, 10326.0, 10315.0, 10346.0, 10318.0, 10297.0, 10329.0, 10275.0, 10286.0, 10265.0, 10303.0, 10322.0, 10268.0, 10277.0, 10250.0, 10285.0, 10251.0, 10292.0, 10299.0, 10264.0, 10271.0, 10248.0, 10296.0, 10252.0, 10264.0, 10289.0, 10254.0, 10277.0, 10278.0, 10312.0, 10298.0, 10293.0, 10318.0, 10295.0, 10304.0, 10301.0, 10349.0, 10310.0, 10317.0, 10308.0, 10346.0, 10314.0, 10306.0, 10334.0, 10304.0, 10337.0, 10287.0, 10328.0, 10284.0, 10313.0, 10338.0, 10300.0, 10333.0, 10277.0, 10307.0, 10290.0, 10297.0, 10331.0, 10276.0, 10318.0, 10262.0, 10304.0, 10331.0, 10296.0, 10318.0, 10280.0, 10311.0, 10315.0, 10301.0, 10337.0, 10283.0, 10329.0, 10305.0, 10325.0, 10285.0, 10317.0, 10337.0, 10307.0, 10354.0, 10321.0, 10343.0, 10308.0, 10341.0, 10364.0, 10344.0, 10351.0, 10340.0, 10346.0, 10322.0, 10352.0, 10343.0, 10388.0, 10361.0, 10370.0, 10352.0, 10376.0, 10368.0, 10409.0, 10351.0, 10383.0, 10369.0, 10367.0, 10335.0, 10395.0, 10356.0, 10404.0, 10357.0, 10375.0, 10342.0, 10393.0, 10372.0, 10385.0, 10402.0, 10405.0, 10372.0, 10340.0, 10341.0, 10336.0, 10379.0, 10443.0, 10367.0, 10360.0, 10343.0, 10337.0, 10359.0, 10350.0, 10381.0, 10333.0, 10350.0, 10310.0, 10321.0, 10312.0, 10315.0, 10353.0, 10315.0, 10339.0, 10314.0, 10325.0, 10288.0, 10304.0, 10322.0, 10251.0, 10303.0, 10227.0, 10267.0, 10261.0, 10220.0, 10280.0, 10197.0, 10225.0, 10208.0, 10211.0, 10210.0, 10233.0, 10258.0, 10242.0, 10268.0, 10250.0, 10312.0, 10269.0, 10277.0, 10262.0, 10279.0, 10260.0, 10322.0, 10278.0, 10309.0, 10280.0, 10300.0, 10287.0, 10282.0, 10284.0, 10328.0, 10333.0, 10361.0, 10310.0, 10330.0, 10285.0, 10299.0, 10304.0, 10283.0, 10319.0, 10300.0, 10338.0, 10298.0, 10330.0, 10307.0, 10330.0, 10298.0, 10316.0, 10364.0, 10320.0, 10359.0, 10311.0, 10332.0, 10325.0, 10328.0, 10371.0, 10319.0, 10366.0, 10329.0, 10355.0, 10293.0, 10343.0, 10383.0, 10326.0, 10368.0, 10333.0, 10361.0, 10354.0, 10365.0, 10399.0, 10337.0, 10384.0, 10332.0, 10359.0, 10357.0, 10363.0, 10399.0, 10341.0, 10360.0, 10326.0, 10359.0, 10393.0, 10337.0, 10350.0, 10324.0, 10352.0, 10347.0, 10336.0, 10360.0, 10307.0, 10354.0, 10342.0, 10333.0, 10360.0, 10303.0, 10339.0, 10374.0, 10321.0, 10347.0, 10323.0, 10356.0, 10380.0, 10345.0, 10357.0, 10332.0, 10380.0, 10398.0, 10351.0, 10363.0, 10354.0, 10388.0, 10409.0, 10368.0, 10380.0, 10354.0, 10391.0, 10394.0, 10372.0, 10381.0, 10378.0, 10393.0, 10415.0, 10377.0, 10401.0, 10369.0, 10404.0, 10431.0, 10393.0, 10417.0, 10386.0, 10411.0, 10426.0, 10392.0, 10400.0, 10374.0, 10410.0, 10449.0, 10395.0, 10434.0, 10383.0, 10441.0, 10390.0, 10413.0, 10453.0, 10386.0, 10437.0, 10418.0, 10432.0, 10449.0, 10396.0, 10434.0, 10386.0, 10404.0, 10438.0, 10370.0, 10397.0, 10352.0, 10383.0, 10415.0, 10353.0, 10402.0, 10350.0, 10395.0, 10400.0, 10361.0, 10383.0, 10333.0, 10391.0, 10368.0, 10350.0, 10396.0, 10369.0, 10408.0, 10346.0, 10369.0, 10396.0, 10351.0, 10389.0, 10347.0, 10378.0, 10401.0, 10359.0, 10412.0, 10340.0, 10385.0, 10364.0, 10372.0, 10431.0, 10375.0, 10404.0, 10355.0, 10387.0, 10430.0, 10393.0, 10414.0, 10379.0, 10408.0, 10369.0, 10392.0, 10440.0, 10379.0, 10418.0, 10379.0, 10416.0, 10387.0, 10390.0, 10429.0, 10377.0, 10434.0, 10377.0, 10399.0, 10429.0, 10377.0, 10430.0, 10354.0, 10385.0, 10407.0, 10371.0, 10421.0, 10353.0, 10396.0, 10364.0, 10386.0, 10416.0, 10371.0, 10406.0, 10350.0, 10383.0, 10411.0, 10367.0, 10402.0, 10336.0, 10392.0, 10393.0, 10372.0, 10415.0, 10354.0, 10393.0, 10333.0, 10382.0, 10416.0, 10349.0, 10387.0, 10346.0, 10391.0, 10351.0, 10365.0, 10413.0, 10352.0, 10408.0, 10336.0, 10391.0, 10319.0, 10365.0, 10402.0, 10346.0, 10388.0, 10330.0, 10379.0, 10411.0, 10347.0, 10382.0, 10327.0, 10389.0, 10374.0, 10341.0, 10394.0, 10315.0, 10367.0, 10341.0, 10387.0, 10350.0, 10372.0, 10401.0, 10357.0, 10413.0, 10337.0, 10381.0, 10373.0, 10350.0, 10409.0, 10334.0, 10393.0, 10356.0, 10334.0, 10382.0, 10332.0, 10382.0, 10378.0, 10328.0, 10361.0, 10324.0, 10380.0, 10348.0, 10330.0, 10379.0, 10333.0, 10379.0, 10323.0, 10357.0, 10373.0, 10328.0, 10382.0, 10310.0, 10366.0, 10308.0, 10342.0, 10381.0, 10332.0, 10375.0, 10317.0, 10356.0, 10371.0, 10331.0, 10384.0, 10322.0, 10368.0, 10348.0, 10368.0, 10426.0, 10352.0, 10369.0, 10351.0, 10417.0, 10361.0, 10411.0, 10360.0, 10384.0, 10420.0, 10361.0, 10424.0, 10376.0, 10392.0, 10342.0, 10382.0, 10335.0, 10386.0, 10416.0, 10372.0, 10389.0, 10314.0, 10371.0, 10334.0, 10341.0, 10348.0, 10330.0, 10370.0, 10308.0, 10359.0, 10306.0, 10356.0, 10296.0, 10332.0, 10273.0, 10338.0, 10376.0, 10329.0, 10343.0, 10286.0, 10331.0, 10313.0, 10334.0, 10373.0, 10311.0, 10408.0, 10367.0, 10388.0, 10361.0, 10344.0, 10351.0, 10354.0, 10356.0, 10385.0, 10326.0, 10375.0, 10329.0, 10346.0, 10361.0, 10310.0, 10371.0, 10293.0, 10352.0, 10304.0, 10347.0, 10341.0, 10308.0, 10360.0, 10282.0, 10348.0, 10304.0, 10324.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.0005692892398815399</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024483262783810463</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.84425030583003</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.202497898468379</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9902148211462457</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4804</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6031.3159</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09675064301561484</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.047384007897334</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.490586587339651</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.468401213876002</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.700632662884627</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3027258852583237</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.029813</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008132963441312313</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021674150601029396</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1013</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7713826627026257</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>25.8485</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.6039</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.5081</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298187.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>992.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>400.0139</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1355</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>646.8366</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3908.6643</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4130.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78357.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1246.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5199.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1095.0821</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.83004938461818</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> |