=== 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-0133 --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-0133",
"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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-01/func/sub-0133_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>795f1dc9c820f127f8de9054db057207</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>20:32:28.752500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998282, 0.0476926, -0.0340218, -0.0463794, 0.998186, 0.0383978]</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.259</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.105152</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>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4211, -7793, -7228, 193, -129, -85, 27, 85]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>277.601</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5382242d-63c8-4dee-813c-dd91acc8053d||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678318977355957, -0.1244325116276741, -0.09663679450750351, 118.8194580078125], [-0.1279558390378952, 2.6780591011047363, 0.09923573583364487, -92.0689697265625], [-0.09127810597419739, -0.10301858931779861, 2.6964447498321533, -56.64446258544922], [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': ['203228.752500', '203229.212500', '203229.672500', '203230.132500', '203230.592500', '203231.052500', '203231.512500', '203231.972500', '203232.432500', '203232.892500', '203233.352500', '203233.812500', '203234.272500', '203234.732500', '203235.192500', '203235.652500', '203236.112500', '203236.572500', '203237.032500', '203237.492500', '203237.952500', '203238.412500', '203238.872500', '203239.332500', '203239.792500', '203240.252500', '203240.712500', '203241.172500', '203241.632500', '203242.092500', '203242.552500', '203243.012500', '203243.472500', '203243.932500', '203244.392500', '203244.852500', '203245.312500', '203245.772500', '203246.232500', '203246.692500', '203247.152500', '203247.612500', '203248.072500', '203248.532500', '203248.992500', '203249.452500', '203249.912500', '203250.372500', '203250.832500', '203251.292500', '203251.752500', '203252.212500', '203252.672500', '203253.132500', '203253.592500', '203254.052500', '203254.512500', '203254.972500', '203255.432500', '203255.892500', '203256.352500', '203256.812500', '203257.272500', '203257.732500', '203258.192500', '203258.652500', '203259.112500', '203259.572500', '203300.032500', '203300.492500', '203300.952500', '203301.412500', '203301.872500', '203302.332500', '203302.792500', '203303.252500', '203303.712500', '203304.172500', '203304.632500', '203305.092500', '203305.552500', '203306.012500', '203306.472500', '203306.932500', '203307.392500', '203307.852500', '203308.312500', '203308.772500', '203309.232500', '203309.692500', '203310.152500', '203310.612500', '203311.072500', '203311.532500', '203311.992500', '203312.452500', '203312.912500', '203313.372500', '203313.832500', '203314.292500', '203314.752500', '203315.212500', '203315.672500', '203316.132500', '203316.592500', '203317.052500', '203317.512500', '203317.972500', '203318.432500', '203318.892500', '203319.352500', '203319.812500', '203320.272500', '203320.732500', '203321.192500', '203321.652500', '203322.112500', '203322.572500', '203323.032500', '203323.492500', '203323.952500', '203324.412500', '203324.872500', '203325.332500', '203325.792500', '203326.252500', '203326.712500', '203327.172500', '203327.632500', '203328.092500', '203328.552500', '203329.012500', '203329.472500', '203329.932500', '203330.392500', '203330.852500', '203331.312500', '203331.772500', '203332.232500', '203332.692500', '203333.152500', '203333.612500', '203334.072500', '203334.532500', '203334.992500', '203335.452500', '203335.912500', '203336.372500', '203336.832500', '203337.292500', '203337.752500', '203338.212500', '203338.672500', '203339.132500', '203339.592500', '203340.052500', '203340.512500', '203340.972500', '203341.432500', '203341.892500', '203342.352500', '203342.812500', '203343.272500', '203343.732500', '203344.192500', '203344.652500', '203345.112500', '203345.572500', '203346.032500', '203346.492500', '203346.952500', '203347.412500', '203347.872500', '203348.332500', '203348.792500', '203349.252500', '203349.712500', '203350.172500', '203350.632500', '203351.092500', '203351.552500', '203352.012500', '203352.472500', '203352.932500', '203353.392500', '203353.852500', '203354.312500', '203354.772500', '203355.232500', '203355.692500', '203356.152500', '203356.612500', '203357.072500', '203357.532500', '203357.992500', '203358.452500', '203358.912500', '203359.372500', '203359.832500', '203400.292500', '203400.752500', '203401.212500', '203401.672500', '203402.132500', '203402.592500', '203403.052500', '203403.512500', '203403.972500', '203404.432500', '203404.892500', '203405.352500', '203405.812500', '203406.272500', '203406.732500', '203407.192500', '203407.652500', '203408.112500', '203408.572500', '203409.032500', '203409.492500', '203409.952500', '203410.412500', '203410.872500', '203411.332500', '203411.792500', '203412.252500', '203412.712500', '203413.172500', '203413.632500', '203414.092500', '203414.552500', '203415.012500', '203415.472500', '203415.932500', '203416.392500', '203416.852500', '203417.312500', '203417.772500', '203418.232500', '203418.692500', '203419.152500', '203419.612500', '203420.072500', '203420.532500', '203420.992500', '203421.452500', '203421.912500', '203422.372500', '203422.832500', '203423.292500', '203423.752500', '203424.212500', '203424.672500', '203425.132500', '203425.592500', '203426.052500', '203426.512500', '203426.972500', '203427.432500', '203427.892500', '203428.352500', '203428.812500', '203429.272500', '203429.732500', '203430.192500', '203430.652500', '203431.112500', '203431.572500', '203432.032500', '203432.492500', '203432.952500', '203433.412500', '203433.872500', '203434.332500', '203434.792500', '203435.252500', '203435.712500', '203436.172500', '203436.632500', '203437.092500', '203437.552500', '203438.012500', '203438.472500', '203438.932500', '203439.392500', '203439.852500', '203440.312500', '203440.772500', '203441.232500', '203441.692500', '203442.152500', '203442.612500', '203443.072500', '203443.532500', '203443.992500', '203444.452500', '203444.912500', '203445.372500', '203445.832500', '203446.292500', '203446.752500', '203447.212500', '203447.672500', '203448.132500', '203448.592500', '203449.052500', '203449.512500', '203449.972500', '203450.432500', '203450.892500', '203451.352500', '203451.812500', '203452.272500', '203452.732500', '203453.192500', '203453.652500', '203454.112500', '203454.572500', '203455.032500', '203455.492500', '203455.952500', '203456.412500', '203456.872500', '203457.332500', '203457.792500', '203458.252500', '203458.712500', '203459.172500', '203459.632500', '203500.092500', '203500.552500', '203501.012500', '203501.472500', '203501.932500', '203502.392500', '203502.852500', '203503.312500', '203503.772500', '203504.232500', '203504.692500', '203505.152500', '203505.612500', '203506.072500', '203506.532500', '203506.992500', '203507.452500', '203507.912500', '203508.372500', '203508.832500', '203509.292500', '203509.752500', '203510.212500', '203510.672500', '203511.132500', '203511.592500', '203512.052500', '203512.512500', '203512.972500', '203513.432500', '203513.892500', '203514.352500', '203514.812500', '203515.272500', '203515.732500', '203516.192500', '203516.652500', '203517.112500', '203517.572500', '203518.032500', '203518.492500', '203518.952500', '203519.412500', '203519.872500', '203520.332500', '203520.792500', '203521.252500', '203521.712500', '203522.172500', '203522.632500', '203523.092500', '203523.552500', '203524.012500', '203524.472500', '203524.932500', '203525.392500', '203525.852500', '203526.312500', '203526.772500', '203527.232500', '203527.692500', '203528.152500', '203528.612500', '203529.072500', '203529.532500', '203529.992500', '203530.452500', '203530.912500', '203531.372500', '203531.832500', '203532.292500', '203532.752500', '203533.212500', '203533.672500', '203534.132500', '203534.592500', '203535.052500', '203535.512500', '203535.972500', '203536.432500', '203536.892500', '203537.352500', '203537.812500', '203538.272500', '203538.732500', '203539.192500', '203539.652500', '203540.112500', '203540.572500', '203541.032500', '203541.492500', '203541.952500', '203542.412500', '203542.872500', '203543.332500', '203543.792500', '203544.252500', '203544.712500', '203545.172500', '203545.632500', '203546.092500', '203546.552500', '203547.012500', '203547.472500', '203547.932500', '203548.392500', '203548.852500', '203549.312500', '203549.772500', '203550.232500', '203550.692500', '203551.152500', '203551.612500', '203552.072500', '203552.532500', '203552.992500', '203553.452500', '203553.912500', '203554.372500', '203554.832500', '203555.292500', '203555.752500', '203556.212500', '203556.672500', '203557.132500', '203557.592500', '203558.052500', '203558.512500', '203558.972500', '203559.432500', '203559.892500', '203600.352500', '203600.812500', '203601.272500', '203601.732500', '203602.192500', '203602.652500', '203603.112500', '203603.572500', '203604.032500', '203604.492500', '203604.952500', '203605.412500', '203605.872500', '203606.332500', '203606.792500', '203607.252500', '203607.712500', '203608.172500', '203608.632500', '203609.092500', '203609.552500', '203610.012500', '203610.472500', '203610.932500', '203611.392500', '203611.852500', '203612.312500', '203612.772500', '203613.232500', '203613.692500', '203614.152500', '203614.612500', '203615.072500', '203615.532500', '203615.992500', '203616.452500', '203616.912500', '203617.372500', '203617.832500', '203618.292500', '203618.752500', '203619.212500', '203619.672500', '203620.132500', '203620.592500', '203621.052500', '203621.512500', '203621.972500', '203622.432500', '203622.892500', '203623.352500', '203623.812500', '203624.272500', '203624.732500', '203625.192500', '203625.652500', '203626.112500', '203626.572500', '203627.032500', '203627.492500', '203627.952500', '203628.412500', '203628.872500', '203629.332500', '203629.792500', '203630.252500', '203630.712500', '203631.172500', '203631.632500', '203632.092500', '203632.552500', '203633.012500', '203633.472500', '203633.932500', '203634.392500', '203634.852500', '203635.312500', '203635.772500', '203636.232500', '203636.692500', '203637.152500', '203637.612500', '203638.072500', '203638.532500', '203638.992500', '203639.452500', '203639.912500', '203640.372500', '203640.832500', '203641.292500', '203641.752500', '203642.212500', '203642.672500', '203643.132500', '203643.592500', '203644.052500', '203644.512500', '203644.972500', '203645.432500', '203645.892500', '203646.352500', '203646.812500', '203647.272500', '203647.732500', '203648.192500', '203648.652500', '203649.112500', '203649.572500', '203650.032500', '203650.492500', '203650.952500', '203651.412500', '203651.872500', '203652.332500', '203652.792500', '203653.252500', '203653.712500', '203654.172500', '203654.632500', '203655.092500', '203655.552500', '203656.012500', '203656.472500', '203656.932500', '203657.392500', '203657.852500', '203658.312500', '203658.772500', '203659.232500', '203659.692500', '203700.152500', '203700.612500', '203701.072500', '203701.532500', '203701.992500', '203702.452500', '203702.912500', '203703.372500', '203703.832500', '203704.292500', '203704.752500', '203705.212500', '203705.672500', '203706.132500', '203706.592500', '203707.052500', '203707.512500', '203707.972500', '203708.432500', '203708.892500', '203709.352500', '203709.812500', '203710.272500', '203710.732500', '203711.192500', '203711.652500', '203712.112500', '203712.572500', '203713.032500', '203713.492500', '203713.952500', '203714.412500', '203714.872500', '203715.332500', '203715.792500', '203716.252500', '203716.712500', '203717.172500', '203717.632500', '203718.092500', '203718.552500', '203719.012500', '203719.472500', '203719.932500', '203720.392500', '203720.852500', '203721.312500', '203721.772500', '203722.232500', '203722.692500', '203723.152500', '203723.612500', '203724.072500', '203724.532500', '203724.992500', '203725.452500', '203725.912500', '203726.372500', '203726.832500', '203727.292500', '203727.752500', '203728.212500', '203728.672500', '203729.132500', '203729.592500', '203730.052500', '203730.512500', '203730.972500', '203731.432500', '203731.892500', '203732.352500', '203732.812500', '203733.272500', '203733.732500', '203734.192500', '203734.652500', '203735.112500', '203735.572500', '203736.032500', '203736.492500', '203736.952500', '203737.412500', '203737.872500', '203738.332500', '203738.792500', '203739.252500', '203739.712500', '203740.172500', '203740.632500', '203741.092500', '203741.552500', '203742.012500', '203742.472500', '203742.932500', '203743.392500', '203743.852500', '203744.312500', '203744.772500', '203745.232500', '203745.692500', '203746.152500', '203746.612500', '203747.072500', '203747.532500', '203747.992500', '203748.452500', '203748.912500', '203749.372500', '203749.832500', '203750.292500', '203750.752500', '203751.212500', '203751.672500', '203752.132500', '203752.592500', '203753.052500', '203753.512500', '203753.972500', '203754.432500', '203754.892500', '203755.352500', '203755.812500', '203756.272500', '203756.732500', '203757.192500', '203757.652500', '203758.112500', '203758.572500', '203759.032500', '203759.492500', '203759.952500', '203800.412500', '203800.872500', '203801.332500', '203801.792500', '203802.252500', '203802.712500', '203803.172500', '203803.632500', '203804.092500', '203804.552500', '203805.012500', '203805.472500', '203805.932500', '203806.392500', '203806.852500', '203807.312500', '203807.772500', '203808.232500', '203808.692500', '203809.152500', '203809.612500', '203810.072500', '203810.532500', '203810.992500', '203811.452500', '203811.912500', '203812.372500', '203812.832500', '203813.292500', '203813.752500', '203814.212500', '203814.672500', '203815.132500', '203815.592500', '203816.052500', '203816.512500', '203816.972500', '203817.432500', '203817.892500', '203818.352500', '203818.812500', '203819.272500', '203819.732500', '203820.192500', '203820.652500', '203821.112500', '203821.572500', '203822.032500', '203822.492500', '203822.952500', '203823.412500', '203823.872500', '203824.332500', '203824.792500', '203825.252500', '203825.712500', '203826.172500', '203826.632500', '203827.092500', '203827.552500', '203828.012500', '203828.472500', '203828.932500', '203829.392500', '203829.852500', '203830.312500', '203830.772500', '203831.232500', '203831.692500', '203832.152500', '203832.612500', '203833.072500', '203833.532500', '203833.992500', '203834.452500', '203834.912500', '203835.372500', '203835.832500', '203836.292500', '203836.752500', '203837.212500', '203837.672500', '203838.132500', '203838.592500', '203839.052500', '203839.512500', '203839.972500', '203840.432500', '203840.892500', '203841.352500', '203841.812500', '203842.272500', '203842.732500', '203843.192500', '203843.652500', '203844.112500', '203844.572500', '203845.032500', '203845.492500', '203845.952500', '203846.412500', '203846.872500', '203847.332500', '203847.792500', '203848.252500', '203848.712500', '203849.172500', '203849.632500', '203850.092500', '203850.552500', '203851.012500', '203851.472500', '203851.932500', '203852.392500', '203852.852500', '203853.312500', '203853.772500', '203854.232500', '203854.692500', '203855.152500', '203855.612500', '203856.072500', '203856.532500', '203856.992500', '203857.452500', '203857.912500', '203858.372500', '203858.832500', '203859.292500', '203859.752500', '203900.212500', '203900.672500', '203901.132500', '203901.592500', '203902.052500', '203902.512500', '203902.972500', '203903.432500', '203903.892500', '203904.352500', '203904.812500', '203905.272500', '203905.732500', '203906.192500', '203906.652500', '203907.112500', '203907.572500', '203908.032500', '203908.492500', '203908.952500', '203909.412500', '203909.872500', '203910.332500', '203910.792500', '203911.252500', '203911.712500', '203912.172500', '203912.632500', '203913.092500', '203913.552500', '203914.012500', '203914.472500', '203914.932500', '203915.392500', '203915.852500', '203916.312500', '203916.772500', '203917.232500', '203917.692500', '203918.152500', '203918.612500', '203919.072500', '203919.532500', '203919.992500', '203920.452500', '203920.912500', '203921.372500', '203921.832500', '203922.292500', '203922.752500', '203923.212500', '203923.672500', '203924.132500', '203924.592500', '203925.052500', '203925.512500', '203925.972500', '203926.432500', '203926.892500', '203927.352500', '203927.812500', '203928.272500', '203928.732500', '203929.192500', '203929.652500', '203930.112500', '203930.572500', '203931.032500', '203931.492500', '203931.952500', '203932.412500', '203932.872500', '203933.332500', '203933.792500', '203934.252500', '203934.712500', '203935.172500', '203935.632500', '203936.092500', '203936.552500', '203937.012500', '203937.472500', '203937.932500', '203938.392500', '203938.852500', '203939.312500', '203939.772500', '203940.232500', '203940.692500', '203941.152500', '203941.612500', '203942.072500', '203942.532500', '203942.992500', '203943.452500', '203943.912500', '203944.372500', '203944.832500', '203945.292500', '203945.752500', '203946.212500', '203946.672500', '203947.132500', '203947.592500', '203948.052500', '203948.512500', '203948.972500', '203949.432500', '203949.892500', '203950.352500', '203950.812500', '203951.272500', '203951.732500', '203952.192500', '203952.652500', '203953.112500', '203953.572500', '203954.032500', '203954.492500', '203954.952500', '203955.412500', '203955.872500', '203956.332500', '203956.792500', '203957.252500', '203957.712500', '203958.172500', '203958.632500', '203959.092500', '203959.552500', '204000.012500', '204000.472500', '204000.932500', '204001.392500', '204001.852500', '204002.312500', '204002.772500', '204003.232500', '204003.692500', '204004.152500', '204004.612500', '204005.072500', '204005.532500', '204005.992500', '204006.452500', '204006.912500', '204007.372500', '204007.832500', '204008.292500', '204008.752500', '204009.212500', '204009.672500', '204010.132500', '204010.592500', '204011.052500', '204011.512500', '204011.972500', '204012.432500', '204012.892500', '204013.352500', '204013.812500', '204014.272500', '204014.732500', '204015.192500', '204015.652500'], 'ContentTime': ['203239.845000', '203239.848000', '203239.851000', '203239.854000', '203239.856000', '203239.859000', '203239.868000', '203239.871000', '203239.873000', '203239.876000', '203239.878000', '203239.881000', '203239.884000', '203239.886000', '203239.889000', '203239.891000', '203239.894000', '203239.896000', '203239.899000', '203239.901000', '203239.904000', '203259.780000', '203259.783000', '203259.786000', '203259.788000', '203259.791000', '203259.793000', '203259.796000', '203259.799000', '203259.801000', '203259.804000', '203259.806000', '203259.809000', '203259.811000', '203259.814000', '203259.816000', '203259.819000', '203259.821000', '203259.824000', '203259.826000', '203259.829000', '203259.832000', '203259.834000', '203259.837000', '203259.839000', '203259.842000', '203259.844000', '203259.847000', '203259.849000', '203259.852000', '203259.861000', '203259.863000', '203259.866000', '203259.869000', '203259.871000', '203259.874000', '203259.876000', '203259.879000', '203259.881000', '203259.884000', '203259.887000', '203259.889000', '203259.892000', '203259.894000', '203319.779000', '203319.782000', '203319.785000', '203319.787000', '203319.790000', '203319.793000', '203319.795000', '203319.798000', '203319.800000', '203319.803000', '203319.805000', '203319.808000', '203319.810000', '203319.813000', '203319.815000', '203319.818000', '203319.820000', '203319.823000', '203319.826000', '203319.828000', '203319.831000', '203319.833000', '203319.836000', '203319.838000', '203319.841000', '203319.843000', '203319.846000', '203319.849000', '203319.851000', '203319.854000', '203319.856000', '203319.859000', '203319.861000', '203319.864000', '203319.875000', '203319.877000', '203319.880000', '203319.882000', '203319.885000', '203319.887000', '203319.890000', '203319.892000', '203319.895000', '203319.897000', '203339.779000', '203339.782000', '203339.785000', '203339.787000', '203339.790000', '203339.792000', '203339.795000', '203339.798000', '203339.800000', '203339.803000', '203339.805000', '203339.808000', '203339.810000', '203339.813000', '203339.816000', '203339.818000', '203339.821000', '203339.823000', '203339.826000', '203339.828000', '203339.831000', '203339.833000', '203339.836000', '203339.838000', '203339.841000', '203339.844000', '203339.846000', '203339.849000', '203339.851000', '203339.854000', '203339.856000', '203339.859000', '203339.861000', '203339.864000', '203339.867000', '203339.869000', '203339.872000', '203339.874000', '203339.877000', '203339.879000', '203339.882000', '203339.884000', '203339.887000', '203359.780000', '203359.782000', '203359.785000', '203359.788000', '203359.790000', '203359.793000', '203359.795000', '203359.798000', '203359.800000', '203359.803000', '203359.805000', '203359.808000', '203359.811000', '203359.813000', '203359.816000', '203359.818000', '203359.821000', '203359.823000', '203359.826000', '203359.828000', '203359.831000', '203359.834000', '203359.836000', '203359.839000', '203359.841000', '203359.844000', '203359.846000', '203359.849000', '203359.851000', '203359.854000', '203359.857000', '203359.859000', '203359.862000', '203359.864000', '203359.867000', '203359.869000', '203359.872000', '203359.875000', '203359.877000', '203359.880000', '203359.882000', '203359.885000', '203359.887000', '203359.890000', '203419.780000', '203419.782000', '203419.793000', '203419.803000', '203419.806000', '203419.808000', '203419.811000', '203419.813000', '203419.816000', '203419.818000', '203419.821000', '203419.824000', '203419.826000', '203419.829000', '203419.831000', '203419.834000', '203419.837000', '203419.839000', '203419.842000', '203419.844000', '203419.847000', '203419.849000', '203419.852000', '203419.854000', '203419.857000', '203419.859000', '203419.862000', '203419.864000', '203419.867000', '203419.870000', '203419.872000', '203419.875000', '203419.877000', '203419.880000', '203419.883000', '203419.885000', '203419.888000', '203419.890000', '203419.893000', '203419.895000', '203419.898000', '203419.900000', '203419.903000', '203439.780000', '203439.783000', '203439.786000', '203439.789000', '203439.791000', '203439.794000', '203439.796000', '203439.799000', '203439.802000', '203439.804000', '203439.807000', '203439.809000', '203439.812000', '203439.814000', '203439.817000', '203439.819000', '203439.822000', '203439.825000', '203439.827000', '203439.830000', '203439.833000', '203439.835000', '203439.838000', '203439.840000', '203439.843000', '203439.845000', '203439.848000', '203439.850000', '203439.853000', '203439.856000', '203439.858000', '203439.861000', '203439.863000', '203439.866000', '203439.869000', '203439.871000', '203439.874000', '203439.876000', '203439.879000', '203439.881000', '203439.884000', '203439.886000', '203439.889000', '203439.891000', '203459.780000', '203459.783000', '203459.786000', '203459.788000', '203459.791000', '203459.794000', '203459.796000', '203459.799000', '203459.801000', '203459.804000', '203459.806000', '203459.809000', '203459.812000', '203459.814000', '203459.817000', '203459.819000', '203459.822000', '203459.825000', '203459.827000', '203459.830000', '203459.832000', '203459.835000', '203459.838000', '203459.840000', '203459.843000', '203459.845000', '203459.848000', '203459.851000', '203459.853000', '203459.856000', '203459.858000', '203459.861000', '203459.864000', '203459.866000', '203459.869000', '203459.871000', '203459.874000', '203459.877000', '203459.879000', '203459.882000', '203459.884000', '203459.887000', '203459.890000', '203519.781000', '203519.783000', '203519.786000', '203519.789000', '203519.791000', '203519.794000', '203519.796000', '203519.799000', '203519.801000', '203519.804000', '203519.806000', '203519.809000', '203519.812000', '203519.814000', '203519.817000', '203519.819000', '203519.822000', '203519.825000', '203519.827000', '203519.830000', '203519.832000', '203519.835000', '203519.837000', '203519.840000', '203519.843000', '203519.845000', '203519.848000', '203519.850000', '203519.853000', '203519.856000', '203519.858000', '203519.861000', '203519.863000', '203519.866000', '203519.868000', '203519.871000', '203519.874000', '203519.876000', '203519.879000', '203519.881000', '203519.884000', '203519.887000', '203519.889000', '203519.892000', '203539.779000', '203539.782000', '203539.785000', '203539.787000', '203539.790000', '203539.792000', '203539.795000', '203539.798000', '203539.800000', '203539.803000', '203539.805000', '203539.808000', '203539.810000', '203539.813000', '203539.815000', '203539.818000', '203539.821000', '203539.823000', '203539.826000', '203539.828000', '203539.831000', '203539.834000', '203539.836000', '203539.839000', '203539.841000', '203539.844000', '203539.846000', '203539.862000', '203539.865000', '203539.867000', '203539.870000', '203539.872000', '203539.875000', '203539.878000', '203539.880000', '203539.883000', '203539.885000', '203539.888000', '203539.890000', '203539.893000', '203539.895000', '203539.898000', '203539.900000', '203559.779000', '203559.782000', '203559.785000', '203559.787000', '203559.790000', '203559.793000', '203559.795000', '203559.798000', '203559.800000', '203559.803000', '203559.806000', '203559.808000', '203559.811000', '203559.814000', '203559.817000', '203559.819000', '203559.822000', '203559.825000', '203559.827000', '203559.830000', '203559.832000', '203559.835000', '203559.837000', '203559.840000', '203559.843000', '203559.845000', '203559.848000', '203559.851000', '203559.853000', '203559.856000', '203559.858000', '203559.861000', '203559.863000', '203559.866000', '203559.869000', '203559.871000', '203559.874000', '203559.876000', '203559.879000', '203559.882000', '203559.884000', '203559.887000', '203559.889000', '203559.892000', '203619.780000', '203619.782000', '203619.785000', '203619.788000', '203619.790000', '203619.793000', '203619.795000', '203619.798000', '203619.800000', '203619.803000', '203619.805000', '203619.808000', '203619.811000', '203619.813000', '203619.816000', '203619.818000', '203619.821000', '203619.823000', '203619.826000', '203619.829000', '203619.831000', '203619.834000', '203619.836000', '203619.839000', '203619.841000', '203619.844000', '203619.846000', '203619.849000', '203619.852000', '203619.854000', '203619.857000', '203619.859000', '203619.862000', '203619.864000', '203619.867000', '203619.870000', '203619.872000', '203619.875000', '203619.877000', '203619.880000', '203619.883000', '203619.885000', '203619.888000', '203639.779000', '203639.783000', '203639.785000', '203639.788000', '203639.791000', '203639.793000', '203639.796000', '203639.798000', '203639.801000', '203639.803000', '203639.806000', '203639.809000', '203639.811000', '203639.814000', '203639.816000', '203639.819000', '203639.821000', '203639.824000', '203639.827000', '203639.829000', '203639.832000', '203639.834000', '203639.837000', '203639.839000', '203639.842000', '203639.845000', '203639.847000', '203639.850000', '203639.852000', '203639.855000', '203639.857000', '203639.860000', '203639.863000', '203639.865000', '203639.868000', '203639.870000', '203639.873000', '203639.875000', '203639.878000', '203639.881000', '203639.883000', '203639.886000', '203639.888000', '203659.780000', '203659.783000', '203659.786000', '203659.788000', '203659.791000', '203659.793000', '203659.796000', '203659.799000', '203659.801000', '203659.804000', '203659.806000', '203659.809000', '203659.811000', '203659.814000', '203659.817000', '203659.819000', '203659.822000', '203659.824000', '203659.827000', '203659.829000', '203659.832000', '203659.835000', '203659.837000', '203659.840000', '203659.842000', '203659.845000', '203659.848000', '203659.850000', '203659.853000', '203659.855000', '203659.858000', '203659.861000', '203659.863000', '203659.866000', '203659.868000', '203659.871000', '203659.873000', '203659.876000', '203659.879000', '203659.881000', '203659.884000', '203659.886000', '203659.889000', '203659.891000', '203719.781000', '203719.783000', '203719.786000', '203719.789000', '203719.791000', '203719.794000', '203719.796000', '203719.799000', '203719.802000', '203719.814000', '203719.817000', '203719.820000', '203719.822000', '203719.825000', '203719.827000', '203719.830000', '203719.832000', '203719.835000', '203719.837000', '203719.840000', '203719.843000', '203719.845000', '203719.848000', '203719.850000', '203719.854000', '203719.857000', '203719.860000', '203719.862000', '203719.865000', '203719.868000', '203719.870000', '203719.873000', '203719.876000', '203719.878000', '203719.881000', '203719.883000', '203719.886000', '203719.889000', '203719.891000', '203719.894000', '203719.896000', '203719.899000', '203719.902000', '203739.781000', '203739.783000', '203739.786000', '203739.789000', '203739.791000', '203739.794000', '203739.796000', '203739.799000', '203739.801000', '203739.804000', '203739.807000', '203739.809000', '203739.812000', '203739.814000', '203739.817000', '203739.819000', '203739.822000', '203739.825000', '203739.827000', '203739.830000', '203739.832000', '203739.835000', '203739.838000', '203739.840000', '203739.843000', '203739.845000', '203739.848000', '203739.851000', '203739.853000', '203739.856000', '203739.858000', '203739.861000', '203739.863000', '203739.866000', '203739.868000', '203739.871000', '203739.874000', '203739.876000', '203739.879000', '203739.882000', '203739.884000', '203739.887000', '203739.889000', '203739.892000', '203759.779000', '203759.782000', '203759.785000', '203759.788000', '203759.790000', '203759.793000', '203759.796000', '203759.799000', '203759.802000', '203759.804000', '203759.807000', '203759.809000', '203759.812000', '203759.814000', '203759.817000', '203759.819000', '203759.822000', '203759.825000', '203759.827000', '203759.830000', '203759.832000', '203759.835000', '203759.840000', '203759.842000', '203759.845000', '203759.847000', '203759.850000', '203759.853000', '203759.855000', '203759.858000', '203759.860000', '203759.863000', '203759.865000', '203759.868000', '203759.871000', '203759.873000', '203759.876000', '203759.878000', '203759.881000', '203759.883000', '203759.886000', '203759.889000', '203759.891000', '203819.779000', '203819.782000', '203819.785000', '203819.787000', '203819.790000', '203819.793000', '203819.795000', '203819.798000', '203819.800000', '203819.803000', '203819.805000', '203819.808000', '203819.811000', '203819.813000', '203819.816000', '203819.818000', '203819.821000', '203819.823000', '203819.826000', '203819.828000', '203819.831000', '203819.833000', '203819.836000', '203819.839000', '203819.841000', '203819.844000', '203819.846000', '203819.849000', '203819.852000', '203819.854000', '203819.857000', '203819.859000', '203819.862000', '203819.864000', '203819.867000', '203819.870000', '203819.872000', '203819.875000', '203819.877000', '203819.880000', '203819.883000', '203819.885000', '203819.888000', '203819.890000', '203839.779000', '203839.782000', '203839.785000', '203839.787000', '203839.790000', '203839.792000', '203839.795000', '203839.798000', '203839.800000', '203839.803000', '203839.805000', '203839.808000', '203839.810000', '203839.813000', '203839.815000', '203839.818000', '203839.820000', '203839.823000', '203839.826000', '203839.828000', '203839.831000', '203839.834000', '203839.837000', '203839.839000', '203839.842000', '203839.845000', '203839.847000', '203839.850000', '203839.853000', '203839.855000', '203839.858000', '203839.860000', '203839.863000', '203839.866000', '203839.886000', '203839.889000', '203839.891000', '203839.895000', '203839.897000', '203839.900000', '203839.902000', '203839.905000', '203839.908000', '203859.780000', '203859.782000', '203859.785000', '203859.787000', '203859.790000', '203859.793000', '203859.795000', '203859.798000', '203859.801000', '203859.803000', '203859.806000', '203859.808000', '203859.811000', '203859.813000', '203859.816000', '203859.819000', '203859.821000', '203859.824000', '203859.826000', '203859.829000', '203859.832000', '203859.834000', '203859.837000', '203859.839000', '203859.842000', '203859.844000', '203859.847000', '203859.849000', '203859.852000', '203859.855000', '203859.857000', '203859.860000', '203859.863000', '203859.865000', '203859.868000', '203859.870000', '203859.873000', '203859.876000', '203859.878000', '203859.881000', '203859.883000', '203859.886000', '203859.888000', '203859.891000', '203919.780000', '203919.783000', '203919.786000', '203919.788000', '203919.791000', '203919.794000', '203919.796000', '203919.799000', '203919.801000', '203919.804000', '203919.806000', '203919.809000', '203919.812000', '203919.814000', '203919.817000', '203919.819000', '203919.822000', '203919.825000', '203919.827000', '203919.830000', '203919.832000', '203919.835000', '203919.837000', '203919.840000', '203919.842000', '203919.845000', '203919.848000', '203919.850000', '203919.853000', '203919.855000', '203919.858000', '203919.861000', '203919.863000', '203919.866000', '203919.868000', '203919.871000', '203919.874000', '203919.876000', '203919.879000', '203919.881000', '203919.884000', '203919.886000', '203919.889000', '203939.781000', '203939.783000', '203939.786000', '203939.789000', '203939.791000', '203939.794000', '203939.796000', '203939.799000', '203939.801000', '203939.804000', '203939.807000', '203939.809000', '203939.812000', '203939.814000', '203939.817000', '203939.819000', '203939.822000', '203939.825000', '203939.827000', '203939.830000', '203939.832000', '203939.835000', '203939.838000', '203939.840000', '203939.843000', '203939.845000', '203939.848000', '203939.850000', '203939.853000', '203939.856000', '203939.858000', '203939.861000', '203939.863000', '203939.866000', '203939.869000', '203939.871000', '203939.874000', '203939.876000', '203939.879000', '203939.881000', '203939.884000', '203939.887000', '203939.889000', '203939.892000', '203959.780000', '203959.783000', '203959.786000', '203959.788000', '203959.791000', '203959.794000', '203959.796000', '203959.799000', '203959.801000', '203959.804000', '203959.806000', '203959.809000', '203959.812000', '203959.814000', '203959.817000', '203959.819000', '203959.822000', '203959.825000', '203959.827000', '203959.830000', '203959.832000', '203959.835000', '203959.838000', '203959.840000', '203959.843000', '203959.845000', '203959.848000', '203959.850000', '203959.853000', '203959.856000', '203959.900000', '203959.903000', '203959.905000', '203959.908000', '203959.911000', '203959.913000', '203959.916000', '203959.918000', '203959.921000', '203959.923000', '203959.926000', '203959.928000', '203959.931000', '204017.398000', '204017.402000', '204017.405000', '204017.408000', '204017.411000', '204017.414000', '204017.417000', '204017.420000', '204017.423000', '204017.427000', '204017.430000', '204017.435000', '204017.438000', '204017.441000', '204017.444000', '204017.446000', '204017.449000', '204017.452000', '204017.454000', '204017.457000', '204017.460000', '204017.463000', '204017.466000', '204017.470000', '204017.473000', '204017.476000', '204017.479000', '204017.482000', '204017.485000', '204017.488000', '204017.493000', '204017.496000', '204017.499000', '204017.502000', '204017.505000', '204017.507000', '204017.515000', '204017.518000', '204017.522000'], 'InstanceCreationTime': ['203239.845000', '203239.848000', '203239.851000', '203239.854000', '203239.856000', '203239.859000', '203239.868000', '203239.871000', '203239.873000', '203239.876000', '203239.878000', '203239.881000', '203239.884000', '203239.886000', '203239.889000', '203239.891000', '203239.894000', '203239.896000', '203239.899000', '203239.901000', '203239.904000', '203259.780000', '203259.783000', '203259.786000', '203259.788000', '203259.791000', '203259.793000', '203259.796000', '203259.799000', '203259.801000', '203259.804000', '203259.806000', '203259.809000', '203259.811000', '203259.814000', '203259.816000', '203259.819000', '203259.821000', '203259.824000', '203259.826000', '203259.829000', '203259.832000', '203259.834000', '203259.837000', '203259.839000', '203259.842000', '203259.844000', '203259.847000', '203259.849000', '203259.852000', '203259.861000', '203259.863000', '203259.866000', '203259.869000', '203259.871000', '203259.874000', '203259.876000', '203259.879000', '203259.881000', '203259.884000', '203259.887000', '203259.889000', '203259.892000', '203259.894000', '203319.779000', '203319.782000', '203319.785000', '203319.787000', '203319.790000', '203319.793000', '203319.795000', '203319.798000', '203319.800000', '203319.803000', '203319.805000', '203319.808000', '203319.810000', '203319.813000', '203319.815000', '203319.818000', '203319.820000', '203319.823000', '203319.826000', '203319.828000', '203319.831000', '203319.833000', '203319.836000', '203319.838000', '203319.841000', '203319.843000', '203319.846000', '203319.849000', '203319.851000', '203319.854000', '203319.856000', '203319.859000', '203319.861000', '203319.864000', '203319.875000', '203319.877000', '203319.880000', '203319.882000', '203319.885000', '203319.887000', '203319.890000', '203319.892000', '203319.895000', '203319.897000', '203339.779000', '203339.782000', '203339.785000', '203339.787000', '203339.790000', '203339.792000', '203339.795000', '203339.798000', '203339.800000', '203339.803000', '203339.805000', '203339.808000', '203339.810000', '203339.813000', '203339.816000', '203339.818000', '203339.821000', '203339.823000', '203339.826000', '203339.828000', '203339.831000', '203339.833000', '203339.836000', '203339.838000', '203339.841000', '203339.844000', '203339.846000', '203339.849000', '203339.851000', '203339.854000', '203339.856000', '203339.859000', '203339.861000', '203339.864000', '203339.867000', '203339.869000', '203339.872000', '203339.874000', '203339.877000', '203339.879000', '203339.882000', '203339.884000', '203339.887000', '203359.780000', '203359.782000', '203359.785000', '203359.788000', '203359.790000', '203359.793000', '203359.795000', '203359.798000', '203359.800000', '203359.803000', '203359.805000', '203359.808000', '203359.811000', '203359.813000', '203359.816000', '203359.818000', '203359.821000', '203359.823000', '203359.826000', '203359.828000', '203359.831000', '203359.834000', '203359.836000', '203359.839000', '203359.841000', '203359.844000', '203359.846000', '203359.849000', '203359.851000', '203359.854000', '203359.857000', '203359.859000', '203359.862000', '203359.864000', '203359.867000', '203359.869000', '203359.872000', '203359.875000', '203359.877000', '203359.880000', '203359.882000', '203359.885000', '203359.887000', '203359.890000', '203419.780000', '203419.782000', '203419.793000', '203419.803000', '203419.806000', '203419.808000', '203419.811000', '203419.813000', '203419.816000', '203419.818000', '203419.821000', '203419.824000', '203419.826000', '203419.829000', '203419.831000', '203419.834000', '203419.837000', '203419.839000', '203419.842000', '203419.844000', '203419.847000', '203419.849000', '203419.852000', '203419.854000', '203419.857000', '203419.859000', '203419.862000', '203419.864000', '203419.867000', '203419.870000', '203419.872000', '203419.875000', '203419.877000', '203419.880000', '203419.883000', '203419.885000', '203419.888000', '203419.890000', '203419.893000', '203419.895000', '203419.898000', '203419.900000', '203419.903000', '203439.780000', '203439.783000', '203439.786000', '203439.789000', '203439.791000', '203439.794000', '203439.796000', '203439.799000', '203439.802000', '203439.804000', '203439.807000', '203439.809000', '203439.812000', '203439.814000', '203439.817000', '203439.819000', '203439.822000', '203439.825000', '203439.827000', '203439.830000', '203439.833000', '203439.835000', '203439.838000', '203439.840000', '203439.843000', '203439.845000', '203439.848000', '203439.850000', '203439.853000', '203439.856000', '203439.858000', '203439.861000', '203439.863000', '203439.866000', '203439.869000', '203439.871000', '203439.874000', '203439.876000', '203439.879000', '203439.881000', '203439.884000', '203439.886000', '203439.889000', '203439.891000', '203459.780000', '203459.783000', '203459.786000', '203459.788000', '203459.791000', '203459.794000', '203459.796000', '203459.799000', '203459.801000', '203459.804000', '203459.806000', '203459.809000', '203459.812000', '203459.814000', '203459.817000', '203459.819000', '203459.822000', '203459.825000', '203459.827000', '203459.830000', '203459.832000', '203459.835000', '203459.838000', '203459.840000', '203459.843000', '203459.845000', '203459.848000', '203459.851000', '203459.853000', '203459.856000', '203459.858000', '203459.861000', '203459.864000', '203459.866000', '203459.869000', '203459.871000', '203459.874000', '203459.877000', '203459.879000', '203459.882000', '203459.884000', '203459.887000', '203459.890000', '203519.781000', '203519.783000', '203519.786000', '203519.789000', '203519.791000', '203519.794000', '203519.796000', '203519.799000', '203519.801000', '203519.804000', '203519.806000', '203519.809000', '203519.812000', '203519.814000', '203519.817000', '203519.819000', '203519.822000', '203519.825000', '203519.827000', '203519.830000', '203519.832000', '203519.835000', '203519.837000', '203519.840000', '203519.843000', '203519.845000', '203519.848000', '203519.850000', '203519.853000', '203519.856000', '203519.858000', '203519.861000', '203519.863000', '203519.866000', '203519.868000', '203519.871000', '203519.874000', '203519.876000', '203519.879000', '203519.881000', '203519.884000', '203519.887000', '203519.889000', '203519.892000', '203539.779000', '203539.782000', '203539.785000', '203539.787000', '203539.790000', '203539.792000', '203539.795000', '203539.798000', '203539.800000', '203539.803000', '203539.805000', '203539.808000', '203539.810000', '203539.813000', '203539.815000', '203539.818000', '203539.821000', '203539.823000', '203539.826000', '203539.828000', '203539.831000', '203539.834000', '203539.836000', '203539.839000', '203539.841000', '203539.844000', '203539.846000', '203539.862000', '203539.865000', '203539.867000', '203539.870000', '203539.872000', '203539.875000', '203539.878000', '203539.880000', '203539.883000', '203539.885000', '203539.888000', '203539.890000', '203539.893000', '203539.895000', '203539.898000', '203539.900000', '203559.779000', '203559.782000', '203559.785000', '203559.787000', '203559.790000', '203559.793000', '203559.795000', '203559.798000', '203559.800000', '203559.803000', '203559.806000', '203559.808000', '203559.811000', '203559.814000', '203559.817000', '203559.819000', '203559.822000', '203559.825000', '203559.827000', '203559.830000', '203559.832000', '203559.835000', '203559.837000', '203559.840000', '203559.843000', '203559.845000', '203559.848000', '203559.851000', '203559.853000', '203559.856000', '203559.858000', '203559.861000', '203559.863000', '203559.866000', '203559.869000', '203559.871000', '203559.874000', '203559.876000', '203559.879000', '203559.882000', '203559.884000', '203559.887000', '203559.889000', '203559.892000', '203619.780000', '203619.782000', '203619.785000', '203619.788000', '203619.790000', '203619.793000', '203619.795000', '203619.798000', '203619.800000', '203619.803000', '203619.805000', '203619.808000', '203619.811000', '203619.813000', '203619.816000', '203619.818000', '203619.821000', '203619.823000', '203619.826000', '203619.829000', '203619.831000', '203619.834000', '203619.836000', '203619.839000', '203619.841000', '203619.844000', '203619.846000', '203619.849000', '203619.852000', '203619.854000', '203619.857000', '203619.859000', '203619.862000', '203619.864000', '203619.867000', '203619.870000', '203619.872000', '203619.875000', '203619.877000', '203619.880000', '203619.883000', '203619.885000', '203619.888000', '203639.779000', '203639.783000', '203639.785000', '203639.788000', '203639.791000', '203639.793000', '203639.796000', '203639.798000', '203639.801000', '203639.803000', '203639.806000', '203639.809000', '203639.811000', '203639.814000', '203639.816000', '203639.819000', '203639.821000', '203639.824000', '203639.827000', '203639.829000', '203639.832000', '203639.834000', '203639.837000', '203639.839000', '203639.842000', '203639.845000', '203639.847000', '203639.850000', '203639.852000', '203639.855000', '203639.857000', '203639.860000', '203639.863000', '203639.865000', '203639.868000', '203639.870000', '203639.873000', '203639.875000', '203639.878000', '203639.881000', '203639.883000', '203639.886000', '203639.888000', '203659.780000', '203659.783000', '203659.786000', '203659.788000', '203659.791000', '203659.793000', '203659.796000', '203659.799000', '203659.801000', '203659.804000', '203659.806000', '203659.809000', '203659.811000', '203659.814000', '203659.817000', '203659.819000', '203659.822000', '203659.824000', '203659.827000', '203659.829000', '203659.832000', '203659.835000', '203659.837000', '203659.840000', '203659.842000', '203659.845000', '203659.848000', '203659.850000', '203659.853000', '203659.855000', '203659.858000', '203659.861000', '203659.863000', '203659.866000', '203659.868000', '203659.871000', '203659.873000', '203659.876000', '203659.879000', '203659.881000', '203659.884000', '203659.886000', '203659.889000', '203659.891000', '203719.781000', '203719.783000', '203719.786000', '203719.789000', '203719.791000', '203719.794000', '203719.796000', '203719.799000', '203719.802000', '203719.814000', '203719.817000', '203719.820000', '203719.822000', '203719.825000', '203719.827000', '203719.830000', '203719.832000', '203719.835000', '203719.837000', '203719.840000', '203719.843000', '203719.845000', '203719.848000', '203719.850000', '203719.854000', '203719.857000', '203719.860000', '203719.862000', '203719.865000', '203719.868000', '203719.870000', '203719.873000', '203719.876000', '203719.878000', '203719.881000', '203719.883000', '203719.886000', '203719.889000', '203719.891000', '203719.894000', '203719.896000', '203719.899000', '203719.902000', '203739.781000', '203739.783000', '203739.786000', '203739.789000', '203739.791000', '203739.794000', '203739.796000', '203739.799000', '203739.801000', '203739.804000', '203739.807000', '203739.809000', '203739.812000', '203739.814000', '203739.817000', '203739.819000', '203739.822000', '203739.825000', '203739.827000', '203739.830000', '203739.832000', '203739.835000', '203739.838000', '203739.840000', '203739.843000', '203739.845000', '203739.848000', '203739.851000', '203739.853000', '203739.856000', '203739.858000', '203739.861000', '203739.863000', '203739.866000', '203739.868000', '203739.871000', '203739.874000', '203739.876000', '203739.879000', '203739.882000', '203739.884000', '203739.887000', '203739.889000', '203739.892000', '203759.779000', '203759.782000', '203759.785000', '203759.788000', '203759.790000', '203759.793000', '203759.796000', '203759.799000', '203759.802000', '203759.804000', '203759.807000', '203759.809000', '203759.812000', '203759.814000', '203759.817000', '203759.819000', '203759.822000', '203759.825000', '203759.827000', '203759.830000', '203759.832000', '203759.835000', '203759.840000', '203759.842000', '203759.845000', '203759.847000', '203759.850000', '203759.853000', '203759.855000', '203759.858000', '203759.860000', '203759.863000', '203759.865000', '203759.868000', '203759.871000', '203759.873000', '203759.876000', '203759.878000', '203759.881000', '203759.883000', '203759.886000', '203759.889000', '203759.891000', '203819.779000', '203819.782000', '203819.785000', '203819.787000', '203819.790000', '203819.793000', '203819.795000', '203819.798000', '203819.800000', '203819.803000', '203819.805000', '203819.808000', '203819.811000', '203819.813000', '203819.816000', '203819.818000', '203819.821000', '203819.823000', '203819.826000', '203819.828000', '203819.831000', '203819.833000', '203819.836000', '203819.839000', '203819.841000', '203819.844000', '203819.846000', '203819.849000', '203819.852000', '203819.854000', '203819.857000', '203819.859000', '203819.862000', '203819.864000', '203819.867000', '203819.870000', '203819.872000', '203819.875000', '203819.877000', '203819.880000', '203819.883000', '203819.885000', '203819.888000', '203819.890000', '203839.779000', '203839.782000', '203839.785000', '203839.787000', '203839.790000', '203839.792000', '203839.795000', '203839.798000', '203839.800000', '203839.803000', '203839.805000', '203839.808000', '203839.810000', '203839.813000', '203839.815000', '203839.818000', '203839.820000', '203839.823000', '203839.826000', '203839.828000', '203839.831000', '203839.834000', '203839.837000', '203839.839000', '203839.842000', '203839.845000', '203839.847000', '203839.850000', '203839.853000', '203839.855000', '203839.858000', '203839.860000', '203839.863000', '203839.866000', '203839.886000', '203839.889000', '203839.891000', '203839.895000', '203839.897000', '203839.900000', '203839.902000', '203839.905000', '203839.908000', '203859.780000', '203859.782000', '203859.785000', '203859.787000', '203859.790000', '203859.793000', '203859.795000', '203859.798000', '203859.801000', '203859.803000', '203859.806000', '203859.808000', '203859.811000', '203859.813000', '203859.816000', '203859.819000', '203859.821000', '203859.824000', '203859.826000', '203859.829000', '203859.832000', '203859.834000', '203859.837000', '203859.839000', '203859.842000', '203859.844000', '203859.847000', '203859.849000', '203859.852000', '203859.855000', '203859.857000', '203859.860000', '203859.863000', '203859.865000', '203859.868000', '203859.870000', '203859.873000', '203859.876000', '203859.878000', '203859.881000', '203859.883000', '203859.886000', '203859.888000', '203859.891000', '203919.780000', '203919.783000', '203919.786000', '203919.788000', '203919.791000', '203919.794000', '203919.796000', '203919.799000', '203919.801000', '203919.804000', '203919.806000', '203919.809000', '203919.812000', '203919.814000', '203919.817000', '203919.819000', '203919.822000', '203919.825000', '203919.827000', '203919.830000', '203919.832000', '203919.835000', '203919.837000', '203919.840000', '203919.842000', '203919.845000', '203919.848000', '203919.850000', '203919.853000', '203919.855000', '203919.858000', '203919.861000', '203919.863000', '203919.866000', '203919.868000', '203919.871000', '203919.874000', '203919.876000', '203919.879000', '203919.881000', '203919.884000', '203919.886000', '203919.889000', '203939.781000', '203939.783000', '203939.786000', '203939.789000', '203939.791000', '203939.794000', '203939.796000', '203939.799000', '203939.801000', '203939.804000', '203939.807000', '203939.809000', '203939.812000', '203939.814000', '203939.817000', '203939.819000', '203939.822000', '203939.825000', '203939.827000', '203939.830000', '203939.832000', '203939.835000', '203939.838000', '203939.840000', '203939.843000', '203939.845000', '203939.848000', '203939.850000', '203939.853000', '203939.856000', '203939.858000', '203939.861000', '203939.863000', '203939.866000', '203939.869000', '203939.871000', '203939.874000', '203939.876000', '203939.879000', '203939.881000', '203939.884000', '203939.887000', '203939.889000', '203939.892000', '203959.780000', '203959.783000', '203959.786000', '203959.788000', '203959.791000', '203959.794000', '203959.796000', '203959.799000', '203959.801000', '203959.804000', '203959.806000', '203959.809000', '203959.812000', '203959.814000', '203959.817000', '203959.819000', '203959.822000', '203959.825000', '203959.827000', '203959.830000', '203959.832000', '203959.835000', '203959.838000', '203959.840000', '203959.843000', '203959.845000', '203959.848000', '203959.850000', '203959.853000', '203959.856000', '203959.900000', '203959.903000', '203959.905000', '203959.908000', '203959.911000', '203959.913000', '203959.916000', '203959.918000', '203959.921000', '203959.923000', '203959.926000', '203959.928000', '203959.931000', '204017.398000', '204017.402000', '204017.405000', '204017.408000', '204017.411000', '204017.414000', '204017.417000', '204017.420000', '204017.423000', '204017.427000', '204017.430000', '204017.435000', '204017.438000', '204017.441000', '204017.444000', '204017.446000', '204017.449000', '204017.452000', '204017.454000', '204017.457000', '204017.460000', '204017.463000', '204017.466000', '204017.470000', '204017.473000', '204017.476000', '204017.479000', '204017.482000', '204017.485000', '204017.488000', '204017.493000', '204017.496000', '204017.499000', '204017.502000', '204017.505000', '204017.507000', '204017.515000', '204017.518000', '204017.522000'], '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': [12838, 15868, 12939, 14976, 9908, 16512, 12221, 16669, 12599, 8533, 11450, 8354, 13532, 16985, 14648, 12050, 12344, 20756, 13686, 19310, 16710, 12156, 10383, 13299, 9324, 16383, 16046, 13446, 11235, 13774, 8921, 15089, 11492, 17108, 8956, 11191, 8518, 11932, 15082, 11952, 18027, 15715, 12824, 9416, 11475, 9173, 14124, 9715, 12984, 10589, 11538, 19430, 16300, 13194, 12071, 10558, 11061, 19116, 11949, 16081, 10288, 12319, 8152, 10309, 8332, 11817, 21661, 15651, 14964, 12334, 14937, 11378, 17041, 10781, 13537, 8757, 11939, 9825, 16381, 15058, 15111, 11703, 14569, 10500, 15697, 12116, 17220, 8375, 11061, 8209, 14108, 12275, 15523, 12498, 15899, 12601, 18397, 16535, 17472, 12390, 8015, 11441, 8252, 15091, 11569, 19163, 9269, 13725, 19436, 13201, 14008, 9795, 11550, 17817, 11522, 14012, 10614, 11585, 8467, 13045, 10044, 15764, 8317, 10408, 8194, 11055, 8530, 11161, 18358, 15992, 11514, 10750, 11431, 8589, 11993, 9691, 13583, 14061, 11180, 15751, 9998, 14429, 10872, 14297, 8283, 11818, 8087, 10644, 19298, 14372, 14447, 9321, 10953, 20141, 11441, 14937, 10929, 11675, 8018, 9272, 17257, 12598, 15037, 11194, 12905, 7816, 9423, 13962, 9047, 15221, 11935, 10631, 8157, 8822, 15844, 11866, 15093, 10054, 10776, 8363, 9498, 18206, 12502, 13583, 10765, 12709, 8587, 13650, 9626, 12308, 8257, 11210, 8338, 12180, 15645, 14238, 10733, 12070, 19461, 14034, 17613, 13581, 16340, 9161, 12373, 8255, 12574, 9893, 18475, 10194, 14852, 8195, 12990, 10096, 18329, 11028, 13979, 8486, 12581, 9017, 15073, 14272, 14029, 20570, 11975, 13949, 10071, 14200, 10122, 11908, 15795, 10255, 14572, 12779, 14117, 11073, 8981, 8956, 8397, 10238, 8332, 14187, 9515, 11384, 9224, 10723, 17485, 12876, 9662, 14106, 12012, 12981, 10002, 19653, 18364, 21049, 15590, 17276, 12170, 17802, 22681, 21222, 14830, 20432, 13526, 18839, 10385, 10928, 11471, 8829, 11091, 8512, 17275, 10985, 18210, 13381, 18594, 23634, 22659, 20224, 14865, 11834, 10121, 15115, 11683, 19815, 15079, 19876, 14758, 18349, 13395, 11631, 13794, 8649, 12659, 10020, 15851, 11879, 19009, 15241, 11394, 11596, 9879, 10777, 9432, 14533, 11571, 13422, 10461, 13599, 11044, 14334, 13738, 10807, 11443, 10298, 12901, 9958, 13254, 10952, 13839, 11389, 10871, 12926, 9508, 12628, 9230, 14902, 11614, 13664, 10091, 13170, 9419, 15083, 10760, 12405, 10169, 11704, 10027, 12638, 10783, 13617, 10255, 9832, 9953, 16422, 10469, 15904, 11560, 13045, 9790, 11966, 9918, 14140, 14338, 13644, 11005, 11830, 20866, 12870, 16700, 11472, 12987, 8579, 10436, 15146, 11624, 13896, 10766, 13897, 9503, 13819, 11595, 10013, 9495, 12452, 8747, 12834, 12603, 9740, 12420, 10057, 13079, 9714, 13345, 9429, 10237, 8681, 10187, 8893, 10299, 17041, 13831, 14797, 9156, 11675, 11296, 11866, 18090, 14243, 14893, 9658, 10660, 14663, 10627, 15302, 11828, 13552, 9049, 11834, 10417, 10817, 14124, 9335, 14071, 9770, 13320, 9033, 10478, 7899, 9637, 13013, 9821, 16022, 13302, 9527, 9398, 10196, 8239, 9949, 13141, 10018, 11920, 9879, 13046, 9163, 11958, 10723, 10360, 16179, 10129, 13927, 10339, 13780, 9489, 11494, 9825, 8729, 12979, 10705, 8337, 8912, 9031, 10116, 13334, 12728, 10699, 8771, 14634, 10890, 14059, 13479, 11866, 20645, 11495, 14748, 11998, 11722, 9342, 9287, 17451, 13224, 13887, 8859, 11914, 14702, 9583, 16345, 13465, 12208, 8537, 9405, 13361, 12296, 19456, 12863, 15891, 9859, 13161, 11816, 14707, 11699, 12220, 8871, 9716, 15016, 11256, 15182, 12250, 10777, 9248, 9573, 8983, 12494, 8539, 9728, 8194, 9912, 11250, 10514, 9613, 9318, 12725, 9617, 12332, 9913, 10889, 7984, 9452, 16899, 11195, 15968, 13570, 10878, 8983, 11043, 9090, 13084, 11171, 12947, 8383, 10926, 8793, 12042, 10417, 10509, 9253, 9595, 15931, 12811, 8841, 8962, 13994, 9291, 14522, 12654, 9752, 9364, 10077, 9613, 11703, 9700, 12120, 9019, 15020, 9536, 13643, 13938, 10147, 10655, 9975, 15170, 10753, 16671, 9872, 14259, 10300, 14633, 19943, 16528, 13797, 9318, 10194, 9311, 11876, 8200, 9664, 8638, 10875, 8845, 14168, 8656, 12089, 8714, 11788, 9127, 15961, 9314, 10711, 9569, 13526, 10438, 19973, 14735, 9196, 9743, 8853, 15735, 11916, 16694, 14254, 14451, 21473, 12648, 17968, 10537, 21703, 15555, 19549, 10231, 13924, 9361, 15075, 9388, 16722, 9941, 12164, 8027, 12934, 8951, 16443, 14488, 15748, 9397, 12175, 17175, 11727, 19063, 14197, 11960, 9530, 8293, 11290, 9042, 12924, 10088, 8454, 10981, 17868, 14897, 14761, 10370, 12418, 10364, 16883, 12819, 17804, 10167, 13389, 9881, 13589, 18942, 14803, 18409, 12345, 15668, 10790, 13651, 15439, 17945, 14008, 18653, 13686, 19674, 16107, 13135, 11080, 16050, 12657, 16363, 13918, 13554, 9277, 10504, 9362, 14748, 10684, 12735, 9514, 11982, 10556, 15807, 14111, 15052, 11022, 15544, 11744, 18214, 17543, 17271, 23544, 15109, 17443, 13844, 16393, 9351, 11537, 15638, 12885, 18350, 17327, 14587, 10733, 11984, 10221, 14082, 12156, 15141, 8173, 11122, 17306, 11775, 16196, 13376, 14258, 8850, 11391, 11489, 12721, 19011, 16434, 13558, 10239, 12922, 10144, 15163, 11652, 12978, 8724, 10295, 19097, 14538, 15735, 12505, 14905, 9267, 13748, 16245, 14032, 15245, 10626, 14049, 11543, 13836, 19816, 15408, 16984, 10916, 13924, 14859, 15815, 14567, 11850, 16327, 12307, 18127, 12366, 15544, 8945, 10839, 19316, 14065, 17499, 14263, 15583, 9651, 11540, 16356, 12331, 17902, 14941, 13191, 9033, 10765, 12434, 13306, 19451, 15167, 17124, 10897, 13988, 17146, 15501, 12622, 10666, 14005, 10432, 15680, 13963, 14066, 11131, 10460, 16272, 10515, 15132, 11337, 12731, 8708, 10193, 18285, 12340, 17914, 14085, 14523, 9205, 10685, 21031, 15191, 17400, 12593, 13928, 9821, 10152, 11092, 12507, 20203, 15155, 15704, 10332, 12575, 10172, 14802, 12526, 12834, 20158, 10550, 15740, 11687, 16419, 9706, 11544, 18545, 10766, 14036, 11416, 15299, 8661, 10660, 15827, 10146, 17416, 16253, 13581, 9905, 12217, 9255, 13195, 16268, 16019, 9709, 11621, 17983, 12416, 16332, 12576, 16405, 8920, 11089, 20838, 13440, 17016, 13227, 15253, 8829, 10960, 8875, 10676, 19036, 15007, 15935, 11376, 13848, 10962, 15857, 10905, 13276, 8696, 11130, 9619, 15053, 17979, 16112, 13301, 11930, 18403, 12916, 16811, 12217, 15646, 8768, 10578, 19476, 12143, 17313, 15862, 13689, 9356, 11512, 9434, 12706, 19124, 16065, 16128, 11551, 14367, 10744, 13378, 19328, 15228, 15135, 10468, 12577, 9337, 15848, 11226, 14849, 8964, 10937, 8305, 12043, 15537, 17084, 10265, 12595, 17470, 12243, 19093, 17092, 15668, 12208, 14786, 11074, 13136, 23979, 17717, 15953, 12510, 14049, 11900, 16637, 15438, 13706, 11315, 8436, 10746, 17330, 15927, 13485, 12809, 9764, 11667, 12784, 18320, 10048, 15265, 8651, 14807, 23890, 18015, 16794, 10515, 12833, 9495, 10423, 18876, 15920, 13616, 11094, 12098, 9006, 14619, 10390, 17419, 9725, 12756, 9470, 13618, 14073, 15873, 12700, 15513, 11412, 16251, 15028, 17756, 9306, 11025, 18175, 12933, 19132, 15134, 8912, 12156, 8366, 13762, 11170, 17724, 9852, 14481, 10218, 13899, 22154, 18501, 14782, 10845, 13117, 9239, 15940, 10749, 15692, 9389, 12123, 9072, 15663, 14046, 15073], 'WindowCenter': [4652.0, 4656.0, 4622.0, 4627.0, 4575.0, 4636.0, 4610.0, 4637.0, 4608.0, 4559.0, 4598.0, 4555.0, 4605.0, 4636.0, 4617.0, 4596.0, 4596.0, 4645.0, 4606.0, 4634.0, 4625.0, 4596.0, 4576.0, 4592.0, 4552.0, 4611.0, 4624.0, 4590.0, 4572.0, 4590.0, 4540.0, 4601.0, 4569.0, 4611.0, 4538.0, 4558.0, 4539.0, 4569.0, 4597.0, 4583.0, 4622.0, 4601.0, 4579.0, 4540.0, 4567.0, 4535.0, 4588.0, 4550.0, 4578.0, 4559.0, 4570.0, 4630.0, 4612.0, 4591.0, 4581.0, 4560.0, 4561.0, 4619.0, 4568.0, 4600.0, 4548.0, 4568.0, 4531.0, 4562.0, 4532.0, 4582.0, 4642.0, 4612.0, 4601.0, 4582.0, 4601.0, 4571.0, 4610.0, 4562.0, 4590.0, 4542.0, 4570.0, 4562.0, 4612.0, 4602.0, 4613.0, 4583.0, 4601.0, 4559.0, 4602.0, 4571.0, 4611.0, 4530.0, 4560.0, 4530.0, 4580.0, 4581.0, 4612.0, 4580.0, 4610.0, 4582.0, 4621.0, 4612.0, 4610.0, 4582.0, 4518.0, 4559.0, 4529.0, 4600.0, 4570.0, 4621.0, 4539.0, 4591.0, 4617.0, 4568.0, 4575.0, 4535.0, 4546.0, 4594.0, 4546.0, 4574.0, 4544.0, 4554.0, 4515.0, 4566.0, 4536.0, 4596.0, 4517.0, 4547.0, 4516.0, 4558.0, 4528.0, 4560.0, 4620.0, 4601.0, 4570.0, 4572.0, 4570.0, 4530.0, 4570.0, 4539.0, 4590.0, 4589.0, 4571.0, 4599.0, 4562.0, 4601.0, 4573.0, 4604.0, 4544.0, 4584.0, 4545.0, 4575.0, 4627.0, 4605.0, 4604.0, 4552.0, 4574.0, 4632.0, 4573.0, 4601.0, 4561.0, 4572.0, 4532.0, 4552.0, 4620.0, 4582.0, 4600.0, 4571.0, 4582.0, 4521.0, 4551.0, 4590.0, 4542.0, 4600.0, 4582.0, 4561.0, 4532.0, 4554.0, 4612.0, 4584.0, 4614.0, 4562.0, 4573.0, 4532.0, 4554.0, 4631.0, 4594.0, 4594.0, 4575.0, 4594.0, 4557.0, 4604.0, 4565.0, 4595.0, 4545.0, 4584.0, 4555.0, 4596.0, 4626.0, 4618.0, 4576.0, 4597.0, 4636.0, 4605.0, 4625.0, 4594.0, 4613.0, 4543.0, 4581.0, 4530.0, 4581.0, 4551.0, 4632.0, 4562.0, 4602.0, 4531.0, 4582.0, 4551.0, 4622.0, 4562.0, 4589.0, 4530.0, 4580.0, 4540.0, 4602.0, 4590.0, 4590.0, 4618.0, 4557.0, 4577.0, 4537.0, 4577.0, 4536.0, 4556.0, 4584.0, 4535.0, 4573.0, 4566.0, 4573.0, 4560.0, 4525.0, 4536.0, 4528.0, 4559.0, 4542.0, 4604.0, 4565.0, 4598.0, 4566.0, 4576.0, 4637.0, 4612.0, 4567.0, 4606.0, 4584.0, 4593.0, 4567.0, 4647.0, 4648.0, 4648.0, 4615.0, 4623.0, 4583.0, 4633.0, 4655.0, 4645.0, 4601.0, 4643.0, 4594.0, 4633.0, 4565.0, 4573.0, 4585.0, 4555.0, 4586.0, 4545.0, 4647.0, 4588.0, 4644.0, 4597.0, 4626.0, 4645.0, 4621.0, 4609.0, 4567.0, 4535.0, 4525.0, 4566.0, 4550.0, 4618.0, 4576.0, 4595.0, 4550.0, 4570.0, 4540.0, 4520.0, 4551.0, 4490.0, 4553.0, 4525.0, 4584.0, 4557.0, 4605.0, 4576.0, 4546.0, 4544.0, 4536.0, 4551.0, 4533.0, 4578.0, 4571.0, 4591.0, 4563.0, 4581.0, 4573.0, 4591.0, 4609.0, 4580.0, 4573.0, 4549.0, 4568.0, 4542.0, 4570.0, 4562.0, 4581.0, 4559.0, 4547.0, 4567.0, 4528.0, 4557.0, 4540.0, 4586.0, 4546.0, 4565.0, 4538.0, 4565.0, 4539.0, 4589.0, 4561.0, 4555.0, 4534.0, 4543.0, 4536.0, 4552.0, 4548.0, 4576.0, 4548.0, 4548.0, 4553.0, 4608.0, 4560.0, 4600.0, 4558.0, 4580.0, 4540.0, 4567.0, 4540.0, 4589.0, 4578.0, 4580.0, 4546.0, 4557.0, 4618.0, 4556.0, 4587.0, 4544.0, 4554.0, 4503.0, 4534.0, 4586.0, 4545.0, 4562.0, 4531.0, 4549.0, 4522.0, 4561.0, 4544.0, 4522.0, 4524.0, 4564.0, 4515.0, 4564.0, 4565.0, 4526.0, 4554.0, 4535.0, 4564.0, 4537.0, 4577.0, 4527.0, 4546.0, 4528.0, 4549.0, 4538.0, 4547.0, 4610.0, 4589.0, 4588.0, 4540.0, 4558.0, 4557.0, 4556.0, 4596.0, 4576.0, 4575.0, 4524.0, 4535.0, 4574.0, 4535.0, 4573.0, 4543.0, 4564.0, 4512.0, 4544.0, 4532.0, 4546.0, 4562.0, 4522.0, 4562.0, 4523.0, 4562.0, 4513.0, 4534.0, 4502.0, 4524.0, 4562.0, 4536.0, 4582.0, 4565.0, 4523.0, 4524.0, 4534.0, 4514.0, 4536.0, 4566.0, 4536.0, 4556.0, 4550.0, 4579.0, 4538.0, 4569.0, 4559.0, 4550.0, 4598.0, 4547.0, 4576.0, 4548.0, 4578.0, 4537.0, 4583.0, 4520.0, 4554.0, 4602.0, 4585.0, 4555.0, 4553.0, 4566.0, 4588.0, 4635.0, 4624.0, 4599.0, 4570.0, 4630.0, 4598.0, 4631.0, 4620.0, 4600.0, 4644.0, 4573.0, 4603.0, 4584.0, 4583.0, 4553.0, 4554.0, 4624.0, 4605.0, 4602.0, 4541.0, 4579.0, 4599.0, 4536.0, 4598.0, 4578.0, 4567.0, 4527.0, 4538.0, 4576.0, 4567.0, 4615.0, 4577.0, 4595.0, 4534.0, 4563.0, 4555.0, 4582.0, 4556.0, 4566.0, 4525.0, 4535.0, 4583.0, 4555.0, 4584.0, 4565.0, 4544.0, 4535.0, 4534.0, 4526.0, 4575.0, 4527.0, 4549.0, 4528.0, 4549.0, 4568.0, 4571.0, 4550.0, 4551.0, 4579.0, 4550.0, 4580.0, 4550.0, 4571.0, 4532.0, 4559.0, 4623.0, 4589.0, 4631.0, 4608.0, 4558.0, 4540.0, 4555.0, 4535.0, 4577.0, 4572.0, 4578.0, 4542.0, 4585.0, 4553.0, 4578.0, 4559.0, 4558.0, 4536.0, 4548.0, 4610.0, 4591.0, 4540.0, 4553.0, 4597.0, 4553.0, 4617.0, 4606.0, 4560.0, 4551.0, 4554.0, 4562.0, 4594.0, 4575.0, 4593.0, 4568.0, 4613.0, 4550.0, 4603.0, 4617.0, 4574.0, 4586.0, 4575.0, 4616.0, 4575.0, 4626.0, 4563.0, 4603.0, 4550.0, 4602.0, 4621.0, 4597.0, 4577.0, 4527.0, 4546.0, 4524.0, 4556.0, 4515.0, 4537.0, 4528.0, 4558.0, 4540.0, 4599.0, 4540.0, 4579.0, 4530.0, 4568.0, 4539.0, 4611.0, 4550.0, 4562.0, 4552.0, 4602.0, 4588.0, 4645.0, 4616.0, 4555.0, 4569.0, 4545.0, 4618.0, 4586.0, 4613.0, 4605.0, 4603.0, 4644.0, 4596.0, 4648.0, 4576.0, 4657.0, 4616.0, 4648.0, 4567.0, 4617.0, 4555.0, 4627.0, 4554.0, 4627.0, 4556.0, 4576.0, 4511.0, 4571.0, 4532.0, 4602.0, 4583.0, 4594.0, 4532.0, 4573.0, 4599.0, 4561.0, 4608.0, 4580.0, 4548.0, 4530.0, 4518.0, 4576.0, 4547.0, 4595.0, 4568.0, 4548.0, 4580.0, 4638.0, 4621.0, 4608.0, 4566.0, 4573.0, 4556.0, 4626.0, 4600.0, 4627.0, 4556.0, 4581.0, 4543.0, 4598.0, 4640.0, 4622.0, 4626.0, 4567.0, 4575.0, 4535.0, 4561.0, 4575.0, 4595.0, 4578.0, 4597.0, 4566.0, 4606.0, 4588.0, 4577.0, 4570.0, 4586.0, 4567.0, 4598.0, 4578.0, 4578.0, 4526.0, 4550.0, 4540.0, 4603.0, 4564.0, 4593.0, 4554.0, 4581.0, 4579.0, 4618.0, 4606.0, 4616.0, 4579.0, 4614.0, 4584.0, 4639.0, 4624.0, 4626.0, 4642.0, 4592.0, 4613.0, 4580.0, 4598.0, 4529.0, 4558.0, 4588.0, 4568.0, 4608.0, 4609.0, 4589.0, 4549.0, 4558.0, 4551.0, 4590.0, 4570.0, 4601.0, 4518.0, 4563.0, 4609.0, 4571.0, 4609.0, 4584.0, 4590.0, 4532.0, 4572.0, 4561.0, 4583.0, 4621.0, 4614.0, 4592.0, 4564.0, 4582.0, 4565.0, 4604.0, 4576.0, 4595.0, 4546.0, 4567.0, 4633.0, 4618.0, 4616.0, 4598.0, 4615.0, 4557.0, 4607.0, 4627.0, 4608.0, 4617.0, 4575.0, 4607.0, 4577.0, 4608.0, 4636.0, 4615.0, 4624.0, 4562.0, 4595.0, 4602.0, 4605.0, 4603.0, 4575.0, 4610.0, 4586.0, 4624.0, 4583.0, 4603.0, 4542.0, 4560.0, 4619.0, 4593.0, 4610.0, 4594.0, 4603.0, 4539.0, 4571.0, 4600.0, 4580.0, 4621.0, 4602.0, 4580.0, 4544.0, 4572.0, 4582.0, 4606.0, 4636.0, 4618.0, 4623.0, 4565.0, 4602.0, 4613.0, 4605.0, 4571.0, 4562.0, 4590.0, 4561.0, 4614.0, 4592.0, 4595.0, 4560.0, 4562.0, 4602.0, 4563.0, 4599.0, 4573.0, 4582.0, 4546.0, 4567.0, 4623.0, 4584.0, 4625.0, 4604.0, 4606.0, 4544.0, 4563.0, 4632.0, 4605.0, 4613.0, 4572.0, 4591.0, 4541.0, 4551.0, 4561.0, 4582.0, 4629.0, 4606.0, 4603.0, 4553.0, 4581.0, 4565.0, 4604.0, 4583.0, 4582.0, 4633.0, 4564.0, 4614.0, 4573.0, 4611.0, 4540.0, 4571.0, 4622.0, 4564.0, 4593.0, 4571.0, 4602.0, 4534.0, 4563.0, 4613.0, 4564.0, 4626.0, 4625.0, 4593.0, 4555.0, 4584.0, 4544.0, 4594.0, 4615.0, 4615.0, 4552.0, 4575.0, 4620.0, 4583.0, 4611.0, 4583.0, 4611.0, 4531.0, 4562.0, 4631.0, 4583.0, 4609.0, 4581.0, 4599.0, 4529.0, 4559.0, 4532.0, 4564.0, 4621.0, 4602.0, 4608.0, 4572.0, 4591.0, 4564.0, 4613.0, 4574.0, 4593.0, 4543.0, 4573.0, 4553.0, 4616.0, 4625.0, 4626.0, 4592.0, 4585.0, 4624.0, 4585.0, 4611.0, 4571.0, 4603.0, 4532.0, 4562.0, 4622.0, 4583.0, 4612.0, 4613.0, 4591.0, 4541.0, 4571.0, 4553.0, 4593.0, 4633.0, 4614.0, 4611.0, 4572.0, 4591.0, 4562.0, 4594.0, 4621.0, 4599.0, 4590.0, 4550.0, 4569.0, 4541.0, 4612.0, 4573.0, 4603.0, 4542.0, 4563.0, 4533.0, 4583.0, 4613.0, 4624.0, 4553.0, 4583.0, 4610.0, 4574.0, 4630.0, 4613.0, 4599.0, 4571.0, 4590.0, 4559.0, 4579.0, 4641.0, 4610.0, 4586.0, 4557.0, 4577.0, 4558.0, 4598.0, 4588.0, 4577.0, 4560.0, 4517.0, 4560.0, 4608.0, 4613.0, 4582.0, 4583.0, 4548.0, 4562.0, 4580.0, 4619.0, 4551.0, 4600.0, 4531.0, 4591.0, 4631.0, 4610.0, 4597.0, 4539.0, 4565.0, 4524.0, 4548.0, 4604.0, 4587.0, 4565.0, 4547.0, 4554.0, 4526.0, 4585.0, 4548.0, 4607.0, 4552.0, 4580.0, 4538.0, 4578.0, 4592.0, 4600.0, 4580.0, 4599.0, 4559.0, 4612.0, 4591.0, 4610.0, 4530.0, 4561.0, 4609.0, 4567.0, 4617.0, 4590.0, 4531.0, 4570.0, 4520.0, 4591.0, 4560.0, 4612.0, 4552.0, 4591.0, 4551.0, 4580.0, 4631.0, 4611.0, 4579.0, 4548.0, 4566.0, 4529.0, 4596.0, 4547.0, 4588.0, 4525.0, 4557.0, 4531.0, 4598.0, 4590.0, 4590.0], 'WindowWidth': [10188.0, 10180.0, 10126.0, 10123.0, 10052.0, 10131.0, 10105.0, 10137.0, 10095.0, 10030.0, 10082.0, 10021.0, 10088.0, 10128.0, 10103.0, 10073.0, 10074.0, 10141.0, 10087.0, 10126.0, 10113.0, 10077.0, 10048.0, 10063.0, 10009.0, 10088.0, 10111.0, 10058.0, 10035.0, 10055.0, 9987.0, 10073.0, 10026.0, 10090.0, 9985.0, 10013.0, 9990.0, 10028.0, 10063.0, 10050.0, 10101.0, 10072.0, 10037.0, 9987.0, 10022.0, 9977.0, 10052.0, 10001.0, 10038.0, 10012.0, 10028.0, 10110.0, 10088.0, 10060.0, 10044.0, 10014.0, 10016.0, 10094.0, 10022.0, 10067.0, 9996.0, 10024.0, 9979.0, 10021.0, 9980.0, 10049.0, 10131.0, 10088.0, 10072.0, 10046.0, 10069.0, 10028.0, 10083.0, 10018.0, 10055.0, 9993.0, 10028.0, 10020.0, 10089.0, 10077.0, 10091.0, 10051.0, 10071.0, 10014.0, 10072.0, 10030.0, 10086.0, 9974.0, 10013.0, 9975.0, 10035.0, 10046.0, 10089.0, 10046.0, 10083.0, 10046.0, 10101.0, 10089.0, 10084.0, 10046.0, 9957.0, 10009.0, 9971.0, 10070.0, 10028.0, 10101.0, 9986.0, 10057.0, 10088.0, 10020.0, 10025.0, 9972.0, 9986.0, 10049.0, 9987.0, 10023.0, 9985.0, 9996.0, 9946.0, 10017.0, 9977.0, 10059.0, 9953.0, 9994.0, 9953.0, 10011.0, 9969.0, 10015.0, 10095.0, 10071.0, 10027.0, 10035.0, 10030.0, 9977.0, 10027.0, 9986.0, 10057.0, 10054.0, 10033.0, 10068.0, 10022.0, 10072.0, 10039.0, 10082.0, 10002.0, 10054.0, 10005.0, 10045.0, 10111.0, 10084.0, 10080.0, 10008.0, 10039.0, 10116.0, 10037.0, 10074.0, 10020.0, 10036.0, 9982.0, 10009.0, 10097.0, 10049.0, 10071.0, 10031.0, 10047.0, 9965.0, 10004.0, 10055.0, 9995.0, 10072.0, 10048.0, 10019.0, 9980.0, 10013.0, 10088.0, 10054.0, 10094.0, 10023.0, 10037.0, 9982.0, 10013.0, 10114.0, 10069.0, 10066.0, 10043.0, 10067.0, 10024.0, 10082.0, 10034.0, 10072.0, 10008.0, 10057.0, 10020.0, 10077.0, 10115.0, 10108.0, 10047.0, 10076.0, 10128.0, 10083.0, 10111.0, 10069.0, 10093.0, 9996.0, 10045.0, 9977.0, 10044.0, 10004.0, 10118.0, 10022.0, 10074.0, 9977.0, 10044.0, 10002.0, 10103.0, 10021.0, 10054.0, 9975.0, 10041.0, 9986.0, 10073.0, 10054.0, 10056.0, 10094.0, 10007.0, 10034.0, 9978.0, 10033.0, 9974.0, 10002.0, 10037.0, 9971.0, 10020.0, 10014.0, 10023.0, 10014.0, 9963.0, 9979.0, 9971.0, 10014.0, 9997.0, 10083.0, 10033.0, 10085.0, 10033.0, 10045.0, 10130.0, 10105.0, 10037.0, 10086.0, 10051.0, 10063.0, 10035.0, 10149.0, 10151.0, 10148.0, 10100.0, 10107.0, 10052.0, 10124.0, 10161.0, 10145.0, 10076.0, 10138.0, 10068.0, 10124.0, 10034.0, 10038.0, 10059.0, 10021.0, 10064.0, 10007.0, 10151.0, 10069.0, 10145.0, 10076.0, 10113.0, 10145.0, 10101.0, 10077.0, 10015.0, 9965.0, 9954.0, 10008.0, 9994.0, 10091.0, 10025.0, 10049.0, 9980.0, 10006.0, 9965.0, 9939.0, 9983.0, 9903.0, 9988.0, 9957.0, 10035.0, 10001.0, 10066.0, 10026.0, 9982.0, 9980.0, 9977.0, 10003.0, 9977.0, 10028.0, 10033.0, 10059.0, 10020.0, 10044.0, 10035.0, 10057.0, 10090.0, 10052.0, 10036.0, 9995.0, 10018.0, 9985.0, 10021.0, 10015.0, 10039.0, 10007.0, 9986.0, 10014.0, 9961.0, 10000.0, 9984.0, 10040.0, 9981.0, 10007.0, 9975.0, 10008.0, 9980.0, 10049.0, 10012.0, 9996.0, 9968.0, 9974.0, 9973.0, 9989.0, 9990.0, 10026.0, 9994.0, 9994.0, 10006.0, 10077.0, 10013.0, 10067.0, 10008.0, 10037.0, 9982.0, 10017.0, 9984.0, 10050.0, 10033.0, 10037.0, 9988.0, 10003.0, 10089.0, 10000.0, 10045.0, 9981.0, 9992.0, 9923.0, 9965.0, 10041.0, 9983.0, 10001.0, 9959.0, 9980.0, 9947.0, 10000.0, 9981.0, 9950.0, 9957.0, 10009.0, 9942.0, 10009.0, 10013.0, 9960.0, 9994.0, 9970.0, 10009.0, 9975.0, 10029.0, 9965.0, 9989.0, 9968.0, 9997.0, 9981.0, 9995.0, 10080.0, 10051.0, 10047.0, 9985.0, 10007.0, 10002.0, 10001.0, 10056.0, 10026.0, 10025.0, 9952.0, 9969.0, 10020.0, 9968.0, 10019.0, 9977.0, 10006.0, 9936.0, 9979.0, 9962.0, 9984.0, 10000.0, 9949.0, 10001.0, 9950.0, 10003.0, 9937.0, 9966.0, 9921.0, 9952.0, 10002.0, 9970.0, 10033.0, 10010.0, 9951.0, 9954.0, 9967.0, 9940.0, 9972.0, 10013.0, 9975.0, 10000.0, 9996.0, 10033.0, 9979.0, 10024.0, 10010.0, 9998.0, 10062.0, 9990.0, 10028.0, 9992.0, 10034.0, 9978.0, 10052.0, 9946.0, 10020.0, 10081.0, 10063.0, 10022.0, 10017.0, 10039.0, 10073.0, 10142.0, 10125.0, 10086.0, 10048.0, 10131.0, 10085.0, 10134.0, 10117.0, 10088.0, 10141.0, 10038.0, 10082.0, 10056.0, 10054.0, 10013.0, 10017.0, 10113.0, 10087.0, 10081.0, 9994.0, 10046.0, 10070.0, 9981.0, 10066.0, 10039.0, 10022.0, 9967.0, 9982.0, 10032.0, 10024.0, 10088.0, 10037.0, 10057.0, 9974.0, 10009.0, 10003.0, 10038.0, 10004.0, 10018.0, 9963.0, 9975.0, 10038.0, 10002.0, 10041.0, 10017.0, 9987.0, 9975.0, 9973.0, 9966.0, 10033.0, 9971.0, 10002.0, 9974.0, 10001.0, 10028.0, 10035.0, 10006.0, 10008.0, 10041.0, 10005.0, 10046.0, 10005.0, 10033.0, 9986.0, 10019.0, 10109.0, 10071.0, 10127.0, 10090.0, 10009.0, 9985.0, 9998.0, 9978.0, 10036.0, 10033.0, 10034.0, 9996.0, 10064.0, 10019.0, 10042.0, 10017.0, 10014.0, 9979.0, 9997.0, 10085.0, 10063.0, 9991.0, 10017.0, 10069.0, 10014.0, 10109.0, 10093.0, 10022.0, 10011.0, 10008.0, 10028.0, 10072.0, 10050.0, 10070.0, 10042.0, 10094.0, 10004.0, 10082.0, 10107.0, 10045.0, 10064.0, 10047.0, 10103.0, 10046.0, 10118.0, 10026.0, 10081.0, 10004.0, 10077.0, 10106.0, 10066.0, 10035.0, 9965.0, 9991.0, 9958.0, 10003.0, 9951.0, 9983.0, 9971.0, 10013.0, 9992.0, 10069.0, 9991.0, 10041.0, 9975.0, 10026.0, 9986.0, 10087.0, 10006.0, 10024.0, 10010.0, 10079.0, 10067.0, 10142.0, 10101.0, 10020.0, 10041.0, 10003.0, 10103.0, 10059.0, 10090.0, 10079.0, 10076.0, 10138.0, 10073.0, 10149.0, 10049.0, 10161.0, 10102.0, 10149.0, 10038.0, 10107.0, 10020.0, 10119.0, 10018.0, 10118.0, 10016.0, 10039.0, 9947.0, 10021.0, 9975.0, 10068.0, 10041.0, 10058.0, 9972.0, 10028.0, 10061.0, 10007.0, 10071.0, 10034.0, 9989.0, 9966.0, 9953.0, 10039.0, 10003.0, 10067.0, 10035.0, 10009.0, 10052.0, 10131.0, 10108.0, 10087.0, 10029.0, 10031.0, 10013.0, 10112.0, 10080.0, 10114.0, 10012.0, 10037.0, 9991.0, 10075.0, 10137.0, 10113.0, 10109.0, 10014.0, 10019.0, 9964.0, 9999.0, 10022.0, 10047.0, 10028.0, 10052.0, 10010.0, 10065.0, 10043.0, 10033.0, 10028.0, 10040.0, 10016.0, 10060.0, 10032.0, 10032.0, 9965.0, 10000.0, 9989.0, 10076.0, 10025.0, 10065.0, 10015.0, 10045.0, 10055.0, 10103.0, 10087.0, 10099.0, 10053.0, 10096.0, 10054.0, 10134.0, 10107.0, 10109.0, 10132.0, 10056.0, 10086.0, 10039.0, 10062.0, 9969.0, 10007.0, 10044.0, 10018.0, 10075.0, 10079.0, 10048.0, 9996.0, 10006.0, 10001.0, 10052.0, 10026.0, 10070.0, 9954.0, 10018.0, 10076.0, 10029.0, 10078.0, 10047.0, 10052.0, 9977.0, 10031.0, 10014.0, 10045.0, 10098.0, 10093.0, 10060.0, 10025.0, 10046.0, 10028.0, 10079.0, 10043.0, 10067.0, 10003.0, 10034.0, 10119.0, 10103.0, 10098.0, 10078.0, 10095.0, 10021.0, 10089.0, 10116.0, 10091.0, 10100.0, 10044.0, 10085.0, 10045.0, 10087.0, 10125.0, 10095.0, 10105.0, 10018.0, 10065.0, 10073.0, 10079.0, 10074.0, 10038.0, 10082.0, 10057.0, 10106.0, 10047.0, 10075.0, 9992.0, 10015.0, 10093.0, 10060.0, 10080.0, 10062.0, 10072.0, 9983.0, 10029.0, 10065.0, 10041.0, 10096.0, 10073.0, 10040.0, 9999.0, 10034.0, 10048.0, 10084.0, 10125.0, 10100.0, 10103.0, 10025.0, 10074.0, 10088.0, 10080.0, 10029.0, 10018.0, 10053.0, 10017.0, 10091.0, 10060.0, 10065.0, 10014.0, 10019.0, 10071.0, 10022.0, 10068.0, 10035.0, 10047.0, 10002.0, 10032.0, 10104.0, 10052.0, 10109.0, 10080.0, 10081.0, 9996.0, 10022.0, 10114.0, 10078.0, 10088.0, 10031.0, 10056.0, 9987.0, 10000.0, 10014.0, 10046.0, 10108.0, 10081.0, 10073.0, 10008.0, 10043.0, 10025.0, 10079.0, 10048.0, 10048.0, 10117.0, 10024.0, 10091.0, 10036.0, 10085.0, 9989.0, 10030.0, 10097.0, 10022.0, 10061.0, 10030.0, 10073.0, 9983.0, 10024.0, 10089.0, 10026.0, 10112.0, 10108.0, 10063.0, 10014.0, 10051.0, 9998.0, 10066.0, 10094.0, 10094.0, 10006.0, 10038.0, 10096.0, 10048.0, 10086.0, 10049.0, 10085.0, 9977.0, 10019.0, 10110.0, 10047.0, 10080.0, 10044.0, 10065.0, 9972.0, 10011.0, 9979.0, 10025.0, 10099.0, 10073.0, 10079.0, 10032.0, 10057.0, 10024.0, 10089.0, 10040.0, 10064.0, 9998.0, 10037.0, 10010.0, 10098.0, 10110.0, 10112.0, 10061.0, 10054.0, 10107.0, 10054.0, 10086.0, 10029.0, 10074.0, 9978.0, 10017.0, 10100.0, 10049.0, 10087.0, 10091.0, 10057.0, 9992.0, 10031.0, 10010.0, 10065.0, 10118.0, 10093.0, 10086.0, 10033.0, 10055.0, 10017.0, 10063.0, 10097.0, 10066.0, 10052.0, 10000.0, 10021.0, 9990.0, 10086.0, 10037.0, 10075.0, 9993.0, 10020.0, 9980.0, 10049.0, 10088.0, 10106.0, 10008.0, 10048.0, 10082.0, 10036.0, 10111.0, 10089.0, 10066.0, 10028.0, 10052.0, 10009.0, 10039.0, 10128.0, 10080.0, 10043.0, 10003.0, 10027.0, 10005.0, 10059.0, 10048.0, 10031.0, 10011.0, 9953.0, 10014.0, 10078.0, 10088.0, 10044.0, 10048.0, 9995.0, 10016.0, 10039.0, 10094.0, 10003.0, 10067.0, 9977.0, 10056.0, 10113.0, 10077.0, 10059.0, 9977.0, 10011.0, 9955.0, 9991.0, 10064.0, 10042.0, 10009.0, 9988.0, 9995.0, 9960.0, 10039.0, 9992.0, 10073.0, 10005.0, 10041.0, 9982.0, 10033.0, 10057.0, 10066.0, 10042.0, 10063.0, 10011.0, 10086.0, 10055.0, 10081.0, 9969.0, 10014.0, 10075.0, 10018.0, 10085.0, 10052.0, 9973.0, 10024.0, 9958.0, 10054.0, 10012.0, 10086.0, 10003.0, 10055.0, 10000.0, 10041.0, 10112.0, 10082.0, 10033.0, 9991.0, 10012.0, 9967.0, 10055.0, 9988.0, 10044.0, 9959.0, 10002.0, 9975.0, 10063.0, 10054.0, 10052.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.008032167487684731</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07804321330049262</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.03286546401383</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2718708371400398</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1021862108284017</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5125</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4364.4082</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.16018422183613076</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>177</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.438423645320196</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.421932577771376</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2518280372213266</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.702395662842594</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3115740332502077</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00699323</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024735290557146072</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04450926184654236</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1015</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.3344604718044915</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>12.3514</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.8212</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>246.8436</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294241.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1150.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.9481</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9013</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.8771</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3759.7847</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3926.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82303.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1611.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4837.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.7589</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.60616606893018</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> |