=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0076 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0076",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
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-0076_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-0076_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-0076_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-01/func/sub-0076_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>11cedf07271353c38be3e842442db7b4</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:40:10.570000</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.999302, -0.00784484, -0.0365319, 0.00906958, 0.999398, 0.0334813]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.103901</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>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4167, -7704, -7204, 690, 28, 46, -33, 65]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>244.77</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>47b12cec-841e-4a82-826b-10089a3b1bf7||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.681053400039673, 0.024333029985427856, -0.0978676825761795, 115.04586029052734], [0.021047120913863182, 2.681312322616577, 0.09123091399669647, -96.13279724121094], [-0.09801249951124191, -0.08982782065868378, 2.696682929992676, -35.60719299316406], [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': ['114010.570000', '114011.030000', '114011.490000', '114011.950000', '114012.410000', '114012.870000', '114013.330000', '114013.790000', '114014.250000', '114014.710000', '114015.170000', '114015.630000', '114016.090000', '114016.550000', '114017.010000', '114017.470000', '114017.930000', '114018.390000', '114018.850000', '114019.310000', '114019.770000', '114020.230000', '114020.690000', '114021.150000', '114021.610000', '114022.070000', '114022.530000', '114022.990000', '114023.450000', '114023.910000', '114024.370000', '114024.830000', '114025.290000', '114025.750000', '114026.210000', '114026.670000', '114027.130000', '114027.590000', '114028.050000', '114028.510000', '114028.970000', '114029.430000', '114029.890000', '114030.350000', '114030.810000', '114031.270000', '114031.730000', '114032.190000', '114032.650000', '114033.110000', '114033.570000', '114034.030000', '114034.490000', '114034.950000', '114035.410000', '114035.870000', '114036.330000', '114036.790000', '114037.250000', '114037.710000', '114038.170000', '114038.630000', '114039.090000', '114039.550000', '114040.010000', '114040.470000', '114040.930000', '114041.390000', '114041.850000', '114042.310000', '114042.770000', '114043.230000', '114043.690000', '114044.150000', '114044.610000', '114045.070000', '114045.530000', '114045.990000', '114046.450000', '114046.910000', '114047.370000', '114047.830000', '114048.290000', '114048.750000', '114049.210000', '114049.670000', '114050.130000', '114050.590000', '114051.050000', '114051.510000', '114051.970000', '114052.430000', '114052.890000', '114053.350000', '114053.810000', '114054.270000', '114054.730000', '114055.190000', '114055.650000', '114056.110000', '114056.570000', '114057.030000', '114057.490000', '114057.950000', '114058.410000', '114058.870000', '114059.330000', '114059.790000', '114100.250000', '114100.710000', '114101.170000', '114101.630000', '114102.090000', '114102.550000', '114103.010000', '114103.470000', '114103.930000', '114104.390000', '114104.850000', '114105.310000', '114105.770000', '114106.230000', '114106.690000', '114107.150000', '114107.610000', '114108.070000', '114108.530000', '114108.990000', '114109.450000', '114109.910000', '114110.370000', '114110.830000', '114111.290000', '114111.750000', '114112.210000', '114112.670000', '114113.130000', '114113.590000', '114114.050000', '114114.510000', '114114.970000', '114115.430000', '114115.890000', '114116.350000', '114116.810000', '114117.270000', '114117.730000', '114118.190000', '114118.650000', '114119.110000', '114119.570000', '114120.030000', '114120.490000', '114120.950000', '114121.410000', '114121.870000', '114122.330000', '114122.790000', '114123.250000', '114123.710000', '114124.170000', '114124.630000', '114125.090000', '114125.550000', '114126.010000', '114126.470000', '114126.930000', '114127.390000', '114127.850000', '114128.310000', '114128.770000', '114129.230000', '114129.690000', '114130.150000', '114130.610000', '114131.070000', '114131.530000', '114131.990000', '114132.450000', '114132.910000', '114133.370000', '114133.830000', '114134.290000', '114134.750000', '114135.210000', '114135.670000', '114136.130000', '114136.590000', '114137.050000', '114137.510000', '114137.970000', '114138.430000', '114138.890000', '114139.350000', '114139.810000', '114140.270000', '114140.730000', '114141.190000', '114141.650000', '114142.110000', '114142.570000', '114143.030000', '114143.490000', '114143.950000', '114144.410000', '114144.870000', '114145.330000', '114145.790000', '114146.250000', '114146.710000', '114147.170000', '114147.630000', '114148.090000', '114148.550000', '114149.010000', '114149.470000', '114149.930000', '114150.390000', '114150.850000', '114151.310000', '114151.770000', '114152.230000', '114152.690000', '114153.150000', '114153.610000', '114154.070000', '114154.530000', '114154.990000', '114155.450000', '114155.910000', '114156.370000', '114156.830000', '114157.290000', '114157.750000', '114158.210000', '114158.670000', '114159.130000', '114159.590000', '114200.050000', '114200.510000', '114200.970000', '114201.430000', '114201.890000', '114202.350000', '114202.810000', '114203.270000', '114203.730000', '114204.190000', '114204.650000', '114205.110000', '114205.570000', '114206.030000', '114206.490000', '114206.950000', '114207.410000', '114207.870000', '114208.330000', '114208.790000', '114209.250000', '114209.710000', '114210.170000', '114210.630000', '114211.090000', '114211.550000', '114212.010000', '114212.470000', '114212.930000', '114213.390000', '114213.850000', '114214.310000', '114214.770000', '114215.230000', '114215.690000', '114216.150000', '114216.610000', '114217.070000', '114217.530000', '114217.990000', '114218.450000', '114218.910000', '114219.370000', '114219.830000', '114220.290000', '114220.750000', '114221.210000', '114221.670000', '114222.130000', '114222.590000', '114223.050000', '114223.510000', '114223.970000', '114224.430000', '114224.890000', '114225.350000', '114225.810000', '114226.270000', '114226.730000', '114227.190000', '114227.650000', '114228.110000', '114228.570000', '114229.030000', '114229.490000', '114229.950000', '114230.410000', '114230.870000', '114231.330000', '114231.790000', '114232.250000', '114232.710000', '114233.170000', '114233.630000', '114234.090000', '114234.550000', '114235.010000', '114235.470000', '114235.930000', '114236.390000', '114236.850000', '114237.310000', '114237.770000', '114238.230000', '114238.690000', '114239.150000', '114239.610000', '114240.070000', '114240.530000', '114240.990000', '114241.450000', '114241.910000', '114242.370000', '114242.830000', '114243.290000', '114243.750000', '114244.210000', '114244.670000', '114245.130000', '114245.590000', '114246.050000', '114246.510000', '114246.970000', '114247.430000', '114247.890000', '114248.350000', '114248.810000', '114249.270000', '114249.730000', '114250.190000', '114250.650000', '114251.110000', '114251.570000', '114252.030000', '114252.490000', '114252.950000', '114253.410000', '114253.870000', '114254.330000', '114254.790000', '114255.250000', '114255.710000', '114256.170000', '114256.630000', '114257.090000', '114257.550000', '114258.010000', '114258.470000', '114258.930000', '114259.390000', '114259.850000', '114300.310000', '114300.770000', '114301.230000', '114301.690000', '114302.150000', '114302.610000', '114303.070000', '114303.530000', '114303.990000', '114304.450000', '114304.910000', '114305.370000', '114305.830000', '114306.290000', '114306.750000', '114307.210000', '114307.670000', '114308.130000', '114308.590000', '114309.050000', '114309.510000', '114309.970000', '114310.430000', '114310.890000', '114311.350000', '114311.810000', '114312.270000', '114312.730000', '114313.190000', '114313.650000', '114314.110000', '114314.570000', '114315.030000', '114315.490000', '114315.950000', '114316.410000', '114316.870000', '114317.330000', '114317.790000', '114318.250000', '114318.710000', '114319.170000', '114319.630000', '114320.090000', '114320.550000', '114321.010000', '114321.470000', '114321.930000', '114322.390000', '114322.850000', '114323.310000', '114323.770000', '114324.230000', '114324.690000', '114325.150000', '114325.610000', '114326.070000', '114326.530000', '114326.990000', '114327.450000', '114327.910000', '114328.370000', '114328.830000', '114329.290000', '114329.750000', '114330.210000', '114330.670000', '114331.130000', '114331.590000', '114332.050000', '114332.510000', '114332.970000', '114333.430000', '114333.890000', '114334.350000', '114334.810000', '114335.270000', '114335.730000', '114336.190000', '114336.650000', '114337.110000', '114337.570000', '114338.030000', '114338.490000', '114338.950000', '114339.410000', '114339.870000', '114340.330000', '114340.790000', '114341.250000', '114341.710000', '114342.170000', '114342.630000', '114343.090000', '114343.550000', '114344.010000', '114344.470000', '114344.930000', '114345.390000', '114345.850000', '114346.310000', '114346.770000', '114347.230000', '114347.690000', '114348.150000', '114348.610000', '114349.070000', '114349.530000', '114349.990000', '114350.450000', '114350.910000', '114351.370000', '114351.830000', '114352.290000', '114352.750000', '114353.210000', '114353.670000', '114354.130000', '114354.590000', '114355.050000', '114355.510000', '114355.970000', '114356.430000', '114356.890000', '114357.350000', '114357.810000', '114358.270000', '114358.730000', '114359.190000', '114359.650000', '114400.110000', '114400.570000', '114401.030000', '114401.490000', '114401.950000', '114402.410000', '114402.870000', '114403.330000', '114403.790000', '114404.250000', '114404.710000', '114405.170000', '114405.630000', '114406.090000', '114406.550000', '114407.010000', '114407.470000', '114407.930000', '114408.390000', '114408.850000', '114409.310000', '114409.770000', '114410.230000', '114410.690000', '114411.150000', '114411.610000', '114412.070000', '114412.530000', '114412.990000', '114413.450000', '114413.910000', '114414.370000', '114414.830000', '114415.290000', '114415.750000', '114416.210000', '114416.670000', '114417.130000', '114417.590000', '114418.050000', '114418.510000', '114418.970000', '114419.430000', '114419.890000', '114420.350000', '114420.810000', '114421.270000', '114421.730000', '114422.190000', '114422.650000', '114423.110000', '114423.570000', '114424.030000', '114424.490000', '114424.950000', '114425.410000', '114425.870000', '114426.330000', '114426.790000', '114427.250000', '114427.710000', '114428.170000', '114428.630000', '114429.090000', '114429.550000', '114430.010000', '114430.470000', '114430.930000', '114431.390000', '114431.850000', '114432.310000', '114432.770000', '114433.230000', '114433.690000', '114434.150000', '114434.610000', '114435.070000', '114435.530000', '114435.990000', '114436.450000', '114436.910000', '114437.370000', '114437.830000', '114438.290000', '114438.750000', '114439.210000', '114439.670000', '114440.130000', '114440.590000', '114441.050000', '114441.510000', '114441.970000', '114442.430000', '114442.890000', '114443.350000', '114443.810000', '114444.270000', '114444.730000', '114445.190000', '114445.650000', '114446.110000', '114446.570000', '114447.030000', '114447.490000', '114447.950000', '114448.410000', '114448.870000', '114449.330000', '114449.790000', '114450.250000', '114450.710000', '114451.170000', '114451.630000', '114452.090000', '114452.550000', '114453.010000', '114453.470000', '114453.930000', '114454.390000', '114454.850000', '114455.310000', '114455.770000', '114456.230000', '114456.690000', '114457.150000', '114457.610000', '114458.070000', '114458.530000', '114458.990000', '114459.450000', '114459.910000', '114500.370000', '114500.830000', '114501.290000', '114501.750000', '114502.210000', '114502.670000', '114503.130000', '114503.590000', '114504.050000', '114504.510000', '114504.970000', '114505.430000', '114505.890000', '114506.350000', '114506.810000', '114507.270000', '114507.730000', '114508.190000', '114508.650000', '114509.110000', '114509.570000', '114510.030000', '114510.490000', '114510.950000', '114511.410000', '114511.870000', '114512.330000', '114512.790000', '114513.250000', '114513.710000', '114514.170000', '114514.630000', '114515.090000', '114515.550000', '114516.010000', '114516.470000', '114516.930000', '114517.390000', '114517.850000', '114518.310000', '114518.770000', '114519.230000', '114519.690000', '114520.150000', '114520.610000', '114521.070000', '114521.530000', '114521.990000', '114522.450000', '114522.910000', '114523.370000', '114523.830000', '114524.290000', '114524.750000', '114525.210000', '114525.670000', '114526.130000', '114526.590000', '114527.050000', '114527.510000', '114527.970000', '114528.430000', '114528.890000', '114529.350000', '114529.810000', '114530.270000', '114530.730000', '114531.190000', '114531.650000', '114532.110000', '114532.570000', '114533.030000', '114533.490000', '114533.950000', '114534.410000', '114534.870000', '114535.330000', '114535.790000', '114536.250000', '114536.710000', '114537.170000', '114537.630000', '114538.090000', '114538.550000', '114539.010000', '114539.470000', '114539.930000', '114540.390000', '114540.850000', '114541.310000', '114541.770000', '114542.230000', '114542.690000', '114543.150000', '114543.610000', '114544.070000', '114544.530000', '114544.990000', '114545.450000', '114545.910000', '114546.370000', '114546.830000', '114547.290000', '114547.750000', '114548.210000', '114548.670000', '114549.130000', '114549.590000', '114550.050000', '114550.510000', '114550.970000', '114551.430000', '114551.890000', '114552.350000', '114552.810000', '114553.270000', '114553.730000', '114554.190000', '114554.650000', '114555.110000', '114555.570000', '114556.030000', '114556.490000', '114556.950000', '114557.410000', '114557.870000', '114558.330000', '114558.790000', '114559.250000', '114559.710000', '114600.170000', '114600.630000', '114601.090000', '114601.550000', '114602.010000', '114602.470000', '114602.930000', '114603.390000', '114603.850000', '114604.310000', '114604.770000', '114605.230000', '114605.690000', '114606.150000', '114606.610000', '114607.070000', '114607.530000', '114607.990000', '114608.450000', '114608.910000', '114609.370000', '114609.830000', '114610.290000', '114610.750000', '114611.210000', '114611.670000', '114612.130000', '114612.590000', '114613.050000', '114613.510000', '114613.970000', '114614.430000', '114614.890000', '114615.350000', '114615.810000', '114616.270000', '114616.730000', '114617.190000', '114617.650000', '114618.110000', '114618.570000', '114619.030000', '114619.490000', '114619.950000', '114620.410000', '114620.870000', '114621.330000', '114621.790000', '114622.250000', '114622.710000', '114623.170000', '114623.630000', '114624.090000', '114624.550000', '114625.010000', '114625.470000', '114625.930000', '114626.390000', '114626.850000', '114627.310000', '114627.770000', '114628.230000', '114628.690000', '114629.150000', '114629.610000', '114630.070000', '114630.530000', '114630.990000', '114631.450000', '114631.910000', '114632.370000', '114632.830000', '114633.290000', '114633.750000', '114634.210000', '114634.670000', '114635.130000', '114635.590000', '114636.050000', '114636.510000', '114636.970000', '114637.430000', '114637.890000', '114638.350000', '114638.810000', '114639.270000', '114639.730000', '114640.190000', '114640.650000', '114641.110000', '114641.570000', '114642.030000', '114642.490000', '114642.950000', '114643.410000', '114643.870000', '114644.330000', '114644.790000', '114645.250000', '114645.710000', '114646.170000', '114646.630000', '114647.090000', '114647.550000', '114648.010000', '114648.470000', '114648.930000', '114649.390000', '114649.850000', '114650.310000', '114650.770000', '114651.230000', '114651.690000', '114652.150000', '114652.610000', '114653.070000', '114653.530000', '114653.990000', '114654.450000', '114654.910000', '114655.370000', '114655.830000', '114656.290000', '114656.750000', '114657.210000', '114657.670000', '114658.130000', '114658.590000', '114659.050000', '114659.510000', '114659.970000', '114700.430000', '114700.890000', '114701.350000', '114701.810000', '114702.270000', '114702.730000', '114703.190000', '114703.650000', '114704.110000', '114704.570000', '114705.030000', '114705.490000', '114705.950000', '114706.410000', '114706.870000', '114707.330000', '114707.790000', '114708.250000', '114708.710000', '114709.170000', '114709.630000', '114710.090000', '114710.550000', '114711.010000', '114711.470000', '114711.930000', '114712.390000', '114712.850000', '114713.310000', '114713.770000', '114714.230000', '114714.690000', '114715.150000', '114715.610000', '114716.070000', '114716.530000', '114716.990000', '114717.450000', '114717.910000', '114718.370000', '114718.830000', '114719.290000', '114719.750000', '114720.210000', '114720.670000', '114721.130000', '114721.590000', '114722.050000', '114722.510000', '114722.970000', '114723.430000', '114723.890000', '114724.350000', '114724.810000', '114725.270000', '114725.730000', '114726.190000', '114726.650000', '114727.110000', '114727.570000', '114728.030000', '114728.490000', '114728.950000', '114729.410000', '114729.870000', '114730.330000', '114730.790000', '114731.250000', '114731.710000', '114732.170000', '114732.630000', '114733.090000', '114733.550000', '114734.010000', '114734.470000', '114734.930000', '114735.390000', '114735.850000', '114736.310000', '114736.770000', '114737.230000', '114737.690000', '114738.150000', '114738.610000', '114739.070000', '114739.530000', '114739.990000', '114740.450000', '114740.910000', '114741.370000', '114741.830000', '114742.290000', '114742.750000', '114743.210000', '114743.670000', '114744.130000', '114744.590000', '114745.050000', '114745.510000', '114745.970000', '114746.430000', '114746.890000', '114747.350000', '114747.810000', '114748.270000', '114748.730000', '114749.190000', '114749.650000', '114750.110000', '114750.570000', '114751.030000', '114751.490000', '114751.950000', '114752.410000', '114752.870000', '114753.330000', '114753.790000', '114754.250000', '114754.710000', '114755.170000', '114755.630000', '114756.090000', '114756.550000', '114757.010000', '114757.470000'], 'ContentTime': ['114035.294000', '114035.297000', '114035.300000', '114035.302000', '114035.305000', '114035.308000', '114035.310000', '114035.313000', '114035.316000', '114035.318000', '114035.321000', '114035.323000', '114035.326000', '114035.329000', '114035.331000', '114035.334000', '114035.336000', '114035.339000', '114035.341000', '114035.344000', '114035.346000', '114035.349000', '114035.352000', '114035.354000', '114035.357000', '114035.360000', '114035.363000', '114035.381000', '114035.384000', '114035.391000', '114035.394000', '114035.396000', '114035.399000', '114035.401000', '114035.404000', '114035.406000', '114035.409000', '114035.412000', '114035.414000', '114035.417000', '114035.419000', '114035.422000', '114035.425000', '114035.427000', '114035.430000', '114035.432000', '114035.435000', '114035.437000', '114035.440000', '114035.442000', '114035.445000', '114055.253000', '114055.256000', '114055.259000', '114055.261000', '114055.264000', '114055.266000', '114055.269000', '114055.271000', '114055.274000', '114055.277000', '114055.279000', '114055.282000', '114055.284000', '114055.287000', '114055.289000', '114055.292000', '114055.294000', '114055.297000', '114055.300000', '114055.302000', '114055.305000', '114055.308000', '114055.310000', '114055.313000', '114055.315000', '114055.328000', '114055.331000', '114055.333000', '114055.336000', '114055.338000', '114055.341000', '114055.343000', '114055.346000', '114055.349000', '114055.351000', '114055.354000', '114055.356000', '114055.359000', '114055.362000', '114055.364000', '114055.367000', '114055.369000', '114055.372000', '114055.374000', '114115.253000', '114115.264000', '114115.266000', '114115.269000', '114115.271000', '114115.274000', '114115.277000', '114115.279000', '114115.282000', '114115.284000', '114115.287000', '114115.289000', '114115.292000', '114115.294000', '114115.297000', '114115.300000', '114115.302000', '114115.305000', '114115.308000', '114115.310000', '114115.313000', '114115.315000', '114115.318000', '114115.320000', '114115.323000', '114115.326000', '114115.328000', '114115.331000', '114115.333000', '114115.336000', '114115.338000', '114115.341000', '114115.344000', '114115.346000', '114115.349000', '114115.352000', '114115.354000', '114115.357000', '114115.360000', '114115.362000', '114115.365000', '114115.367000', '114115.370000', '114135.254000', '114135.256000', '114135.259000', '114135.262000', '114135.264000', '114135.267000', '114135.269000', '114135.272000', '114135.275000', '114135.277000', '114135.280000', '114135.282000', '114135.285000', '114135.287000', '114135.290000', '114135.292000', '114135.295000', '114135.298000', '114135.300000', '114135.303000', '114135.305000', '114135.314000', '114135.317000', '114135.319000', '114135.322000', '114135.324000', '114135.327000', '114135.330000', '114135.332000', '114135.335000', '114135.337000', '114135.340000', '114135.343000', '114135.345000', '114135.348000', '114135.350000', '114135.353000', '114135.355000', '114135.358000', '114135.361000', '114135.363000', '114135.366000', '114135.368000', '114135.371000', '114155.253000', '114155.256000', '114155.259000', '114155.261000', '114155.264000', '114155.267000', '114155.269000', '114155.272000', '114155.274000', '114155.277000', '114155.280000', '114155.282000', '114155.285000', '114155.287000', '114155.290000', '114155.292000', '114155.295000', '114155.324000', '114155.326000', '114155.329000', '114155.332000', '114155.334000', '114155.337000', '114155.339000', '114155.342000', '114155.344000', '114155.347000', '114155.350000', '114155.352000', '114155.355000', '114155.357000', '114155.360000', '114155.363000', '114155.365000', '114155.368000', '114155.370000', '114155.373000', '114155.376000', '114155.378000', '114155.381000', '114155.383000', '114155.386000', '114155.389000', '114215.254000', '114215.256000', '114215.259000', '114215.262000', '114215.264000', '114215.267000', '114215.269000', '114215.272000', '114215.274000', '114215.277000', '114215.280000', '114215.282000', '114215.285000', '114215.287000', '114215.290000', '114215.305000', '114215.307000', '114215.310000', '114215.313000', '114215.315000', '114215.318000', '114215.320000', '114215.323000', '114215.325000', '114215.328000', '114215.331000', '114215.333000', '114215.336000', '114215.339000', '114215.341000', '114215.344000', '114215.346000', '114215.349000', '114215.352000', '114215.354000', '114215.357000', '114215.359000', '114215.373000', '114215.375000', '114215.378000', '114215.380000', '114215.383000', '114215.385000', '114215.388000', '114235.254000', '114235.256000', '114235.259000', '114235.262000', '114235.264000', '114235.267000', '114235.269000', '114235.272000', '114235.274000', '114235.277000', '114235.280000', '114235.282000', '114235.285000', '114235.287000', '114235.290000', '114235.292000', '114235.295000', '114235.298000', '114235.300000', '114235.303000', '114235.306000', '114235.308000', '114235.311000', '114235.313000', '114235.316000', '114235.319000', '114235.321000', '114235.324000', '114235.326000', '114235.329000', '114235.331000', '114235.334000', '114235.337000', '114235.339000', '114235.342000', '114235.344000', '114235.347000', '114235.350000', '114235.352000', '114235.355000', '114235.357000', '114235.360000', '114235.363000', '114255.253000', '114255.256000', '114255.259000', '114255.261000', '114255.264000', '114255.267000', '114255.269000', '114255.272000', '114255.274000', '114255.277000', '114255.279000', '114255.282000', '114255.284000', '114255.287000', '114255.290000', '114255.292000', '114255.295000', '114255.297000', '114255.300000', '114255.302000', '114255.305000', '114255.308000', '114255.310000', '114255.313000', '114255.315000', '114255.318000', '114255.320000', '114255.323000', '114255.326000', '114255.328000', '114255.331000', '114255.333000', '114255.336000', '114255.338000', '114255.341000', '114255.343000', '114255.346000', '114255.349000', '114255.351000', '114255.354000', '114255.356000', '114255.359000', '114255.361000', '114255.364000', '114315.253000', '114315.256000', '114315.259000', '114315.262000', '114315.264000', '114315.267000', '114315.269000', '114315.272000', '114315.274000', '114315.277000', '114315.280000', '114315.282000', '114315.285000', '114315.287000', '114315.290000', '114315.293000', '114315.295000', '114315.298000', '114315.300000', '114315.303000', '114315.305000', '114315.308000', '114315.311000', '114315.313000', '114315.316000', '114315.318000', '114315.321000', '114315.324000', '114315.326000', '114315.329000', '114315.331000', '114315.334000', '114315.336000', '114315.339000', '114315.342000', '114315.344000', '114315.347000', '114315.349000', '114315.352000', '114315.354000', '114315.357000', '114315.360000', '114315.362000', '114335.254000', '114335.257000', '114335.259000', '114335.262000', '114335.264000', '114335.267000', '114335.269000', '114335.272000', '114335.275000', '114335.277000', '114335.280000', '114335.282000', '114335.285000', '114335.288000', '114335.290000', '114335.293000', '114335.295000', '114335.298000', '114335.301000', '114335.303000', '114335.306000', '114335.308000', '114335.311000', '114335.313000', '114335.316000', '114335.318000', '114335.321000', '114335.324000', '114335.326000', '114335.329000', '114335.331000', '114335.334000', '114335.336000', '114335.339000', '114335.342000', '114335.344000', '114335.347000', '114335.349000', '114335.352000', '114335.354000', '114335.357000', '114335.360000', '114335.362000', '114335.365000', '114355.254000', '114355.257000', '114355.259000', '114355.262000', '114355.264000', '114355.267000', '114355.269000', '114355.272000', '114355.275000', '114355.277000', '114355.297000', '114355.299000', '114355.302000', '114355.305000', '114355.307000', '114355.310000', '114355.312000', '114355.315000', '114355.317000', '114355.320000', '114355.322000', '114355.325000', '114355.328000', '114355.330000', '114355.333000', '114355.335000', '114355.338000', '114355.340000', '114355.343000', '114355.346000', '114355.348000', '114355.351000', '114355.353000', '114355.356000', '114355.358000', '114355.361000', '114355.363000', '114355.366000', '114355.369000', '114355.371000', '114355.374000', '114355.376000', '114355.379000', '114415.254000', '114415.257000', '114415.259000', '114415.262000', '114415.264000', '114415.267000', '114415.269000', '114415.272000', '114415.274000', '114415.277000', '114415.280000', '114415.282000', '114415.285000', '114415.287000', '114415.290000', '114415.293000', '114415.295000', '114415.298000', '114415.301000', '114415.303000', '114415.306000', '114415.308000', '114415.311000', '114415.314000', '114415.316000', '114415.319000', '114415.321000', '114415.324000', '114415.327000', '114415.329000', '114415.332000', '114415.334000', '114415.337000', '114415.339000', '114415.342000', '114415.344000', '114415.347000', '114415.350000', '114415.352000', '114415.355000', '114415.357000', '114415.360000', '114415.362000', '114415.365000', '114435.254000', '114435.256000', '114435.259000', '114435.262000', '114435.264000', '114435.267000', '114435.269000', '114435.272000', '114435.275000', '114435.277000', '114435.280000', '114435.282000', '114435.285000', '114435.288000', '114435.290000', '114435.293000', '114435.295000', '114435.298000', '114435.301000', '114435.303000', '114435.306000', '114435.309000', '114435.311000', '114435.314000', '114435.316000', '114435.319000', '114435.322000', '114435.324000', '114435.327000', '114435.329000', '114435.332000', '114435.334000', '114435.337000', '114435.340000', '114435.342000', '114435.345000', '114435.347000', '114435.350000', '114435.353000', '114435.355000', '114435.358000', '114435.360000', '114435.363000', '114455.253000', '114455.256000', '114455.259000', '114455.261000', '114455.264000', '114455.267000', '114455.269000', '114455.272000', '114455.274000', '114455.277000', '114455.279000', '114455.282000', '114455.285000', '114455.287000', '114455.290000', '114455.292000', '114455.295000', '114455.298000', '114455.300000', '114455.303000', '114455.305000', '114455.308000', '114455.311000', '114455.313000', '114455.316000', '114455.318000', '114455.321000', '114455.324000', '114455.326000', '114455.329000', '114455.331000', '114455.334000', '114455.337000', '114455.339000', '114455.342000', '114455.344000', '114455.347000', '114455.350000', '114455.352000', '114455.355000', '114455.357000', '114455.360000', '114455.363000', '114455.365000', '114515.254000', '114515.257000', '114515.259000', '114515.262000', '114515.264000', '114515.267000', '114515.270000', '114515.272000', '114515.275000', '114515.277000', '114515.280000', '114515.282000', '114515.285000', '114515.288000', '114515.290000', '114515.293000', '114515.295000', '114515.298000', '114515.300000', '114515.303000', '114515.306000', '114515.324000', '114515.327000', '114515.329000', '114515.332000', '114515.334000', '114515.337000', '114515.339000', '114515.342000', '114515.345000', '114515.347000', '114515.350000', '114515.352000', '114515.355000', '114515.357000', '114515.360000', '114515.363000', '114515.365000', '114515.368000', '114515.370000', '114515.373000', '114515.376000', '114515.378000', '114535.254000', '114535.257000', '114535.259000', '114535.262000', '114535.264000', '114535.267000', '114535.269000', '114535.272000', '114535.275000', '114535.278000', '114535.280000', '114535.283000', '114535.286000', '114535.288000', '114535.291000', '114535.293000', '114535.296000', '114535.299000', '114535.301000', '114535.304000', '114535.306000', '114535.309000', '114535.312000', '114535.314000', '114535.317000', '114535.319000', '114535.322000', '114535.324000', '114535.327000', '114535.330000', '114535.332000', '114535.335000', '114535.337000', '114535.340000', '114535.343000', '114535.345000', '114535.348000', '114535.363000', '114535.365000', '114535.368000', '114535.370000', '114535.373000', '114535.375000', '114535.378000', '114555.253000', '114555.256000', '114555.259000', '114555.261000', '114555.264000', '114555.267000', '114555.269000', '114555.272000', '114555.274000', '114555.277000', '114555.281000', '114555.284000', '114555.286000', '114555.289000', '114555.291000', '114555.294000', '114555.296000', '114555.299000', '114555.302000', '114555.304000', '114555.307000', '114555.310000', '114555.312000', '114555.315000', '114555.317000', '114555.320000', '114555.322000', '114555.325000', '114555.327000', '114555.330000', '114555.333000', '114555.335000', '114555.338000', '114555.340000', '114555.343000', '114555.346000', '114555.348000', '114555.351000', '114555.353000', '114555.356000', '114555.358000', '114555.361000', '114555.363000', '114615.254000', '114615.256000', '114615.259000', '114615.262000', '114615.264000', '114615.267000', '114615.269000', '114615.272000', '114615.274000', '114615.277000', '114615.280000', '114615.282000', '114615.285000', '114615.287000', '114615.290000', '114615.292000', '114615.295000', '114615.298000', '114615.300000', '114615.303000', '114615.305000', '114615.308000', '114615.311000', '114615.313000', '114615.316000', '114615.318000', '114615.321000', '114615.324000', '114615.326000', '114615.329000', '114615.331000', '114615.334000', '114615.336000', '114615.339000', '114615.342000', '114615.344000', '114615.347000', '114615.349000', '114615.352000', '114615.354000', '114615.357000', '114615.360000', '114615.362000', '114615.365000', '114635.253000', '114635.256000', '114635.259000', '114635.261000', '114635.264000', '114635.267000', '114635.269000', '114635.272000', '114635.274000', '114635.277000', '114635.279000', '114635.282000', '114635.285000', '114635.287000', '114635.290000', '114635.292000', '114635.295000', '114635.297000', '114635.300000', '114635.303000', '114635.305000', '114635.308000', '114635.310000', '114635.313000', '114635.315000', '114635.318000', '114635.320000', '114635.323000', '114635.325000', '114635.328000', '114635.331000', '114635.360000', '114635.362000', '114635.365000', '114635.367000', '114635.370000', '114635.372000', '114635.375000', '114635.378000', '114635.380000', '114635.383000', '114635.385000', '114635.388000', '114655.254000', '114655.256000', '114655.259000', '114655.262000', '114655.265000', '114655.268000', '114655.271000', '114655.273000', '114655.276000', '114655.279000', '114655.281000', '114655.284000', '114655.286000', '114655.289000', '114655.291000', '114655.294000', '114655.296000', '114655.299000', '114655.302000', '114655.304000', '114655.307000', '114655.310000', '114655.312000', '114655.315000', '114655.318000', '114655.321000', '114655.323000', '114655.326000', '114655.328000', '114655.331000', '114655.334000', '114655.336000', '114655.339000', '114655.341000', '114655.344000', '114655.347000', '114655.349000', '114655.352000', '114655.355000', '114655.357000', '114655.360000', '114655.362000', '114655.365000', '114715.253000', '114715.256000', '114715.259000', '114715.261000', '114715.264000', '114715.267000', '114715.269000', '114715.272000', '114715.274000', '114715.277000', '114715.279000', '114715.282000', '114715.285000', '114715.287000', '114715.290000', '114715.292000', '114715.295000', '114715.298000', '114715.300000', '114715.303000', '114715.305000', '114715.308000', '114715.311000', '114715.313000', '114715.316000', '114715.318000', '114715.321000', '114715.323000', '114715.326000', '114715.328000', '114715.331000', '114715.334000', '114715.336000', '114715.339000', '114715.341000', '114715.344000', '114715.346000', '114715.349000', '114715.351000', '114715.354000', '114715.356000', '114715.359000', '114715.362000', '114715.364000', '114735.254000', '114735.256000', '114735.259000', '114735.262000', '114735.264000', '114735.267000', '114735.269000', '114735.272000', '114735.274000', '114735.277000', '114735.280000', '114735.282000', '114735.285000', '114735.287000', '114735.290000', '114735.293000', '114735.295000', '114735.298000', '114735.301000', '114735.303000', '114735.306000', '114735.308000', '114735.311000', '114735.314000', '114735.316000', '114735.319000', '114735.322000', '114735.324000', '114735.327000', '114735.330000', '114735.332000', '114735.335000', '114735.337000', '114735.340000', '114735.343000', '114735.345000', '114735.348000', '114735.350000', '114735.353000', '114735.355000', '114735.358000', '114735.361000', '114735.363000', '114755.254000', '114755.257000', '114755.259000', '114755.262000', '114755.264000', '114755.267000', '114755.269000', '114755.272000', '114755.275000', '114755.277000', '114755.280000', '114755.282000', '114755.285000', '114755.288000', '114755.290000', '114755.293000', '114755.295000', '114755.298000', '114755.301000', '114755.303000', '114755.306000', '114755.308000', '114755.311000', '114755.313000', '114755.316000', '114755.318000', '114755.321000', '114755.324000', '114755.326000', '114755.342000', '114755.344000', '114755.347000', '114755.349000', '114755.352000', '114755.355000', '114755.357000', '114755.360000', '114755.362000', '114755.365000', '114755.368000', '114755.370000', '114755.373000', '114755.375000', '114755.378000', '114758.752000', '114758.755000', '114758.758000', '114758.761000', '114758.764000', '114758.766000', '114758.769000', '114758.772000'], 'InstanceCreationTime': ['114035.294000', '114035.297000', '114035.300000', '114035.302000', '114035.305000', '114035.308000', '114035.310000', '114035.313000', '114035.316000', '114035.318000', '114035.321000', '114035.323000', '114035.326000', '114035.329000', '114035.331000', '114035.334000', '114035.336000', '114035.339000', '114035.341000', '114035.344000', '114035.346000', '114035.349000', '114035.352000', '114035.354000', '114035.357000', '114035.360000', '114035.363000', '114035.381000', '114035.384000', '114035.391000', '114035.394000', '114035.396000', '114035.399000', '114035.401000', '114035.404000', '114035.406000', '114035.409000', '114035.412000', '114035.414000', '114035.417000', '114035.419000', '114035.422000', '114035.425000', '114035.427000', '114035.430000', '114035.432000', '114035.435000', '114035.437000', '114035.440000', '114035.442000', '114035.445000', '114055.253000', '114055.256000', '114055.259000', '114055.261000', '114055.264000', '114055.266000', '114055.269000', '114055.271000', '114055.274000', '114055.277000', '114055.279000', '114055.282000', '114055.284000', '114055.287000', '114055.289000', '114055.292000', '114055.294000', '114055.297000', '114055.300000', '114055.302000', '114055.305000', '114055.308000', '114055.310000', '114055.313000', '114055.315000', '114055.328000', '114055.331000', '114055.333000', '114055.336000', '114055.338000', '114055.341000', '114055.343000', '114055.346000', '114055.349000', '114055.351000', '114055.354000', '114055.356000', '114055.359000', '114055.362000', '114055.364000', '114055.367000', '114055.369000', '114055.372000', '114055.374000', '114115.253000', '114115.264000', '114115.266000', '114115.269000', '114115.271000', '114115.274000', '114115.277000', '114115.279000', '114115.282000', '114115.284000', '114115.287000', '114115.289000', '114115.292000', '114115.294000', '114115.297000', '114115.300000', '114115.302000', '114115.305000', '114115.308000', '114115.310000', '114115.313000', '114115.315000', '114115.318000', '114115.320000', '114115.323000', '114115.326000', '114115.328000', '114115.331000', '114115.333000', '114115.336000', '114115.338000', '114115.341000', '114115.344000', '114115.346000', '114115.349000', '114115.352000', '114115.354000', '114115.357000', '114115.360000', '114115.362000', '114115.365000', '114115.367000', '114115.370000', '114135.254000', '114135.256000', '114135.259000', '114135.262000', '114135.264000', '114135.267000', '114135.269000', '114135.272000', '114135.275000', '114135.277000', '114135.280000', '114135.282000', '114135.285000', '114135.287000', '114135.290000', '114135.292000', '114135.295000', '114135.298000', '114135.300000', '114135.303000', '114135.305000', '114135.314000', '114135.317000', '114135.319000', '114135.322000', '114135.324000', '114135.327000', '114135.330000', '114135.332000', '114135.335000', '114135.337000', '114135.340000', '114135.343000', '114135.345000', '114135.348000', '114135.350000', '114135.353000', '114135.355000', '114135.358000', '114135.361000', '114135.363000', '114135.366000', '114135.368000', '114135.371000', '114155.253000', '114155.256000', '114155.259000', '114155.261000', '114155.264000', '114155.267000', '114155.269000', '114155.272000', '114155.274000', '114155.277000', '114155.280000', '114155.282000', '114155.285000', '114155.287000', '114155.290000', '114155.292000', '114155.295000', '114155.324000', '114155.326000', '114155.329000', '114155.332000', '114155.334000', '114155.337000', '114155.339000', '114155.342000', '114155.344000', '114155.347000', '114155.350000', '114155.352000', '114155.355000', '114155.357000', '114155.360000', '114155.363000', '114155.365000', '114155.368000', '114155.370000', '114155.373000', '114155.376000', '114155.378000', '114155.381000', '114155.383000', '114155.386000', '114155.389000', '114215.254000', '114215.256000', '114215.259000', '114215.262000', '114215.264000', '114215.267000', '114215.269000', '114215.272000', '114215.274000', '114215.277000', '114215.280000', '114215.282000', '114215.285000', '114215.287000', '114215.290000', '114215.305000', '114215.307000', '114215.310000', '114215.313000', '114215.315000', '114215.318000', '114215.320000', '114215.323000', '114215.325000', '114215.328000', '114215.331000', '114215.333000', '114215.336000', '114215.339000', '114215.341000', '114215.344000', '114215.346000', '114215.349000', '114215.352000', '114215.354000', '114215.357000', '114215.359000', '114215.373000', '114215.375000', '114215.378000', '114215.380000', '114215.383000', '114215.385000', '114215.388000', '114235.254000', '114235.256000', '114235.259000', '114235.262000', '114235.264000', '114235.267000', '114235.269000', '114235.272000', '114235.274000', '114235.277000', '114235.280000', '114235.282000', '114235.285000', '114235.287000', '114235.290000', '114235.292000', '114235.295000', '114235.298000', '114235.300000', '114235.303000', '114235.306000', '114235.308000', '114235.311000', '114235.313000', '114235.316000', '114235.319000', '114235.321000', '114235.324000', '114235.326000', '114235.329000', '114235.331000', '114235.334000', '114235.337000', '114235.339000', '114235.342000', '114235.344000', '114235.347000', '114235.350000', '114235.352000', '114235.355000', '114235.357000', '114235.360000', '114235.363000', '114255.253000', '114255.256000', '114255.259000', '114255.261000', '114255.264000', '114255.267000', '114255.269000', '114255.272000', '114255.274000', '114255.277000', '114255.279000', '114255.282000', '114255.284000', '114255.287000', '114255.290000', '114255.292000', '114255.295000', '114255.297000', '114255.300000', '114255.302000', '114255.305000', '114255.308000', '114255.310000', '114255.313000', '114255.315000', '114255.318000', '114255.320000', '114255.323000', '114255.326000', '114255.328000', '114255.331000', '114255.333000', '114255.336000', '114255.338000', '114255.341000', '114255.343000', '114255.346000', '114255.349000', '114255.351000', '114255.354000', '114255.356000', '114255.359000', '114255.361000', '114255.364000', '114315.253000', '114315.256000', '114315.259000', '114315.262000', '114315.264000', '114315.267000', '114315.269000', '114315.272000', '114315.274000', '114315.277000', '114315.280000', '114315.282000', '114315.285000', '114315.287000', '114315.290000', '114315.293000', '114315.295000', '114315.298000', '114315.300000', '114315.303000', '114315.305000', '114315.308000', '114315.311000', '114315.313000', '114315.316000', '114315.318000', '114315.321000', '114315.324000', '114315.326000', '114315.329000', '114315.331000', '114315.334000', '114315.336000', '114315.339000', '114315.342000', '114315.344000', '114315.347000', '114315.349000', '114315.352000', '114315.354000', '114315.357000', '114315.360000', '114315.362000', '114335.254000', '114335.257000', '114335.259000', '114335.262000', '114335.264000', '114335.267000', '114335.269000', '114335.272000', '114335.275000', '114335.277000', '114335.280000', '114335.282000', '114335.285000', '114335.288000', '114335.290000', '114335.293000', '114335.295000', '114335.298000', '114335.301000', '114335.303000', '114335.306000', '114335.308000', '114335.311000', '114335.313000', '114335.316000', '114335.318000', '114335.321000', '114335.324000', '114335.326000', '114335.329000', '114335.331000', '114335.334000', '114335.336000', '114335.339000', '114335.342000', '114335.344000', '114335.347000', '114335.349000', '114335.352000', '114335.354000', '114335.357000', '114335.360000', '114335.362000', '114335.365000', '114355.254000', '114355.257000', '114355.259000', '114355.262000', '114355.264000', '114355.267000', '114355.269000', '114355.272000', '114355.275000', '114355.277000', '114355.297000', '114355.299000', '114355.302000', '114355.305000', '114355.307000', '114355.310000', '114355.312000', '114355.315000', '114355.317000', '114355.320000', '114355.322000', '114355.325000', '114355.328000', '114355.330000', '114355.333000', '114355.335000', '114355.338000', '114355.340000', '114355.343000', '114355.346000', '114355.348000', '114355.351000', '114355.353000', '114355.356000', '114355.358000', '114355.361000', '114355.363000', '114355.366000', '114355.369000', '114355.371000', '114355.374000', '114355.376000', '114355.379000', '114415.254000', '114415.257000', '114415.259000', '114415.262000', '114415.264000', '114415.267000', '114415.269000', '114415.272000', '114415.274000', '114415.277000', '114415.280000', '114415.282000', '114415.285000', '114415.287000', '114415.290000', '114415.293000', '114415.295000', '114415.298000', '114415.301000', '114415.303000', '114415.306000', '114415.308000', '114415.311000', '114415.314000', '114415.316000', '114415.319000', '114415.321000', '114415.324000', '114415.327000', '114415.329000', '114415.332000', '114415.334000', '114415.337000', '114415.339000', '114415.342000', '114415.344000', '114415.347000', '114415.350000', '114415.352000', '114415.355000', '114415.357000', '114415.360000', '114415.362000', '114415.365000', '114435.254000', '114435.256000', '114435.259000', '114435.262000', '114435.264000', '114435.267000', '114435.269000', '114435.272000', '114435.275000', '114435.277000', '114435.280000', '114435.282000', '114435.285000', '114435.288000', '114435.290000', '114435.293000', '114435.295000', '114435.298000', '114435.301000', '114435.303000', '114435.306000', '114435.309000', '114435.311000', '114435.314000', '114435.316000', '114435.319000', '114435.322000', '114435.324000', '114435.327000', '114435.329000', '114435.332000', '114435.334000', '114435.337000', '114435.340000', '114435.342000', '114435.345000', '114435.347000', '114435.350000', '114435.353000', '114435.355000', '114435.358000', '114435.360000', '114435.363000', '114455.253000', '114455.256000', '114455.259000', '114455.261000', '114455.264000', '114455.267000', '114455.269000', '114455.272000', '114455.274000', '114455.277000', '114455.279000', '114455.282000', '114455.285000', '114455.287000', '114455.290000', '114455.292000', '114455.295000', '114455.298000', '114455.300000', '114455.303000', '114455.305000', '114455.308000', '114455.311000', '114455.313000', '114455.316000', '114455.318000', '114455.321000', '114455.324000', '114455.326000', '114455.329000', '114455.331000', '114455.334000', '114455.337000', '114455.339000', '114455.342000', '114455.344000', '114455.347000', '114455.350000', '114455.352000', '114455.355000', '114455.357000', '114455.360000', '114455.363000', '114455.365000', '114515.254000', '114515.257000', '114515.259000', '114515.262000', '114515.264000', '114515.267000', '114515.270000', '114515.272000', '114515.275000', '114515.277000', '114515.280000', '114515.282000', '114515.285000', '114515.288000', '114515.290000', '114515.293000', '114515.295000', '114515.298000', '114515.300000', '114515.303000', '114515.306000', '114515.324000', '114515.327000', '114515.329000', '114515.332000', '114515.334000', '114515.337000', '114515.339000', '114515.342000', '114515.345000', '114515.347000', '114515.350000', '114515.352000', '114515.355000', '114515.357000', '114515.360000', '114515.363000', '114515.365000', '114515.368000', '114515.370000', '114515.373000', '114515.376000', '114515.378000', '114535.254000', '114535.257000', '114535.259000', '114535.262000', '114535.264000', '114535.267000', '114535.269000', '114535.272000', '114535.275000', '114535.278000', '114535.280000', '114535.283000', '114535.286000', '114535.288000', '114535.291000', '114535.293000', '114535.296000', '114535.299000', '114535.301000', '114535.304000', '114535.306000', '114535.309000', '114535.312000', '114535.314000', '114535.317000', '114535.319000', '114535.322000', '114535.324000', '114535.327000', '114535.330000', '114535.332000', '114535.335000', '114535.337000', '114535.340000', '114535.343000', '114535.345000', '114535.348000', '114535.363000', '114535.365000', '114535.368000', '114535.370000', '114535.373000', '114535.375000', '114535.378000', '114555.253000', '114555.256000', '114555.259000', '114555.261000', '114555.264000', '114555.267000', '114555.269000', '114555.272000', '114555.274000', '114555.277000', '114555.281000', '114555.284000', '114555.286000', '114555.289000', '114555.291000', '114555.294000', '114555.296000', '114555.299000', '114555.302000', '114555.304000', '114555.307000', '114555.310000', '114555.312000', '114555.315000', '114555.317000', '114555.320000', '114555.322000', '114555.325000', '114555.327000', '114555.330000', '114555.333000', '114555.335000', '114555.338000', '114555.340000', '114555.343000', '114555.346000', '114555.348000', '114555.351000', '114555.353000', '114555.356000', '114555.358000', '114555.361000', '114555.363000', '114615.254000', '114615.256000', '114615.259000', '114615.262000', '114615.264000', '114615.267000', '114615.269000', '114615.272000', '114615.274000', '114615.277000', '114615.280000', '114615.282000', '114615.285000', '114615.287000', '114615.290000', '114615.292000', '114615.295000', '114615.298000', '114615.300000', '114615.303000', '114615.305000', '114615.308000', '114615.311000', '114615.313000', '114615.316000', '114615.318000', '114615.321000', '114615.324000', '114615.326000', '114615.329000', '114615.331000', '114615.334000', '114615.336000', '114615.339000', '114615.342000', '114615.344000', '114615.347000', '114615.349000', '114615.352000', '114615.354000', '114615.357000', '114615.360000', '114615.362000', '114615.365000', '114635.253000', '114635.256000', '114635.259000', '114635.261000', '114635.264000', '114635.267000', '114635.269000', '114635.272000', '114635.274000', '114635.277000', '114635.279000', '114635.282000', '114635.285000', '114635.287000', '114635.290000', '114635.292000', '114635.295000', '114635.297000', '114635.300000', '114635.303000', '114635.305000', '114635.308000', '114635.310000', '114635.313000', '114635.315000', '114635.318000', '114635.320000', '114635.323000', '114635.325000', '114635.328000', '114635.331000', '114635.360000', '114635.362000', '114635.365000', '114635.367000', '114635.370000', '114635.372000', '114635.375000', '114635.378000', '114635.380000', '114635.383000', '114635.385000', '114635.388000', '114655.254000', '114655.256000', '114655.259000', '114655.262000', '114655.265000', '114655.268000', '114655.271000', '114655.273000', '114655.276000', '114655.279000', '114655.281000', '114655.284000', '114655.286000', '114655.289000', '114655.291000', '114655.294000', '114655.296000', '114655.299000', '114655.302000', '114655.304000', '114655.307000', '114655.310000', '114655.312000', '114655.315000', '114655.318000', '114655.321000', '114655.323000', '114655.326000', '114655.328000', '114655.331000', '114655.334000', '114655.336000', '114655.339000', '114655.341000', '114655.344000', '114655.347000', '114655.349000', '114655.352000', '114655.355000', '114655.357000', '114655.360000', '114655.362000', '114655.365000', '114715.253000', '114715.256000', '114715.259000', '114715.261000', '114715.264000', '114715.267000', '114715.269000', '114715.272000', '114715.274000', '114715.277000', '114715.279000', '114715.282000', '114715.285000', '114715.287000', '114715.290000', '114715.292000', '114715.295000', '114715.298000', '114715.300000', '114715.303000', '114715.305000', '114715.308000', '114715.311000', '114715.313000', '114715.316000', '114715.318000', '114715.321000', '114715.323000', '114715.326000', '114715.328000', '114715.331000', '114715.334000', '114715.336000', '114715.339000', '114715.341000', '114715.344000', '114715.346000', '114715.349000', '114715.351000', '114715.354000', '114715.356000', '114715.359000', '114715.362000', '114715.364000', '114735.254000', '114735.256000', '114735.259000', '114735.262000', '114735.264000', '114735.267000', '114735.269000', '114735.272000', '114735.274000', '114735.277000', '114735.280000', '114735.282000', '114735.285000', '114735.287000', '114735.290000', '114735.293000', '114735.295000', '114735.298000', '114735.301000', '114735.303000', '114735.306000', '114735.308000', '114735.311000', '114735.314000', '114735.316000', '114735.319000', '114735.322000', '114735.324000', '114735.327000', '114735.330000', '114735.332000', '114735.335000', '114735.337000', '114735.340000', '114735.343000', '114735.345000', '114735.348000', '114735.350000', '114735.353000', '114735.355000', '114735.358000', '114735.361000', '114735.363000', '114755.254000', '114755.257000', '114755.259000', '114755.262000', '114755.264000', '114755.267000', '114755.269000', '114755.272000', '114755.275000', '114755.277000', '114755.280000', '114755.282000', '114755.285000', '114755.288000', '114755.290000', '114755.293000', '114755.295000', '114755.298000', '114755.301000', '114755.303000', '114755.306000', '114755.308000', '114755.311000', '114755.313000', '114755.316000', '114755.318000', '114755.321000', '114755.324000', '114755.326000', '114755.342000', '114755.344000', '114755.347000', '114755.349000', '114755.352000', '114755.355000', '114755.357000', '114755.360000', '114755.362000', '114755.365000', '114755.368000', '114755.370000', '114755.373000', '114755.375000', '114755.378000', '114758.752000', '114758.755000', '114758.758000', '114758.761000', '114758.764000', '114758.766000', '114758.769000', '114758.772000'], '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': [13801, 10855, 13759, 13742, 10272, 13291, 12762, 10992, 13641, 13532, 11344, 13695, 13927, 11041, 13573, 12359, 11140, 13565, 13623, 11063, 13335, 13377, 10488, 13373, 12881, 10992, 13529, 13245, 10369, 13532, 13479, 11017, 13373, 13936, 10071, 13954, 14088, 11802, 13681, 14168, 11172, 13681, 13993, 14079, 13449, 14003, 14657, 13024, 13886, 15784, 11856, 13672, 13956, 11267, 13630, 13847, 9970, 13692, 14214, 15151, 12929, 13658, 12991, 11899, 13386, 13969, 11464, 13551, 14104, 14296, 12431, 13647, 12681, 10361, 13171, 14194, 12797, 13421, 13855, 13652, 12335, 13596, 13812, 11418, 13342, 14037, 12001, 13388, 14207, 14164, 12637, 13966, 12813, 10508, 13247, 14163, 11774, 13222, 14113, 15699, 12868, 14114, 14575, 10712, 13031, 14005, 16011, 13082, 13756, 15142, 11261, 13165, 13766, 9427, 13918, 13807, 14207, 12403, 13127, 13807, 10364, 12948, 13802, 13611, 12464, 13553, 14019, 10464, 13232, 14045, 11715, 13362, 14259, 15094, 12353, 13755, 13903, 10977, 13631, 13933, 15586, 13223, 14046, 13695, 11537, 13433, 14042, 11168, 13934, 14100, 13950, 12597, 13882, 13490, 10578, 13271, 14155, 11729, 13628, 14145, 14853, 12198, 13589, 13989, 11354, 13676, 14036, 10755, 13879, 13973, 15214, 11934, 13457, 14207, 10901, 13146, 14427, 12195, 13734, 14151, 15927, 13094, 13989, 14699, 11634, 13393, 13468, 10823, 13681, 14317, 11411, 13540, 13884, 15267, 12149, 13671, 13207, 10149, 13077, 13944, 10644, 13200, 13556, 13603, 12452, 13796, 14957, 12679, 13646, 15540, 10970, 13225, 14671, 10344, 13005, 13874, 11461, 13641, 13546, 15449, 12618, 13900, 13532, 11051, 13579, 13982, 11527, 13796, 13765, 13571, 12698, 14122, 14121, 12345, 13628, 14032, 10900, 13167, 12132, 10401, 13072, 14267, 10904, 13502, 14175, 10749, 13518, 12676, 10972, 13834, 14747, 11446, 13414, 15235, 12715, 13675, 15979, 11952, 13692, 15913, 11063, 13615, 16219, 11799, 13702, 15806, 11388, 13823, 15684, 11776, 13633, 15226, 11397, 13691, 14653, 11975, 14121, 15495, 12616, 13856, 15077, 11670, 14027, 13494, 12853, 14076, 14346, 12058, 13956, 13864, 11933, 13950, 13920, 12760, 14212, 14257, 12631, 13956, 14578, 13896, 14178, 15736, 13395, 14067, 15640, 13875, 14023, 15972, 13566, 14186, 15445, 13208, 14171, 15102, 13547, 14480, 15595, 13343, 14196, 11661, 13471, 14231, 14553, 13526, 14127, 11893, 14322, 14344, 15856, 14154, 14383, 15808, 13526, 14045, 15525, 13011, 14012, 14517, 12910, 14228, 14312, 12130, 14153, 14319, 11829, 14195, 14033, 12291, 13880, 14109, 12224, 14555, 14318, 11419, 14342, 14515, 11634, 14322, 14309, 10324, 14147, 14414, 16113, 13588, 14164, 14227, 13323, 14268, 13913, 13234, 14080, 13633, 11222, 13586, 14113, 10852, 13145, 14368, 10844, 13940, 13997, 11892, 13430, 14268, 13995, 12452, 13759, 13813, 11142, 13163, 13732, 9983, 12837, 13722, 11524, 13197, 13699, 13400, 12511, 13520, 14338, 11615, 13546, 13889, 9992, 13016, 14439, 11670, 13272, 14184, 14464, 12101, 14000, 14375, 11003, 13246, 13647, 10508, 13757, 13784, 15433, 13555, 14282, 15079, 10514, 13762, 14390, 11524, 13843, 14276, 14725, 13190, 14351, 14263, 10740, 13898, 14089, 12371, 14099, 14091, 12985, 13650, 14285, 14946, 12377, 13897, 15989, 11928, 13710, 14128, 12821, 14240, 14300, 15212, 13789, 14389, 15512, 12170, 14266, 14124, 12719, 13686, 13830, 11392, 14044, 14405, 12076, 14484, 14497, 16288, 13827, 14371, 14135, 13537, 14071, 13969, 12538, 14343, 14174, 12266, 14280, 14146, 12576, 14509, 14318, 11480, 14300, 14691, 15829, 14205, 14458, 15784, 13681, 14346, 14670, 12453, 14516, 14372, 11622, 14579, 14166, 11500, 14351, 14617, 11407, 14752, 14445, 15963, 14128, 14369, 15539, 12911, 14609, 13761, 12459, 14863, 14640, 12729, 14449, 14062, 11636, 14260, 13496, 11636, 13842, 14026, 11850, 13865, 14124, 11384, 13770, 14147, 11934, 13841, 13846, 12868, 13676, 13870, 15722, 12421, 13416, 13534, 12079, 13263, 14543, 11207, 12930, 13429, 10189, 12790, 13742, 10937, 13102, 13628, 13760, 12378, 13597, 15242, 12099, 13353, 13169, 10515, 12866, 13372, 10645, 12948, 13614, 11442, 13336, 13601, 15740, 12103, 13508, 15030, 11214, 13085, 13729, 10145, 13172, 13210, 10415, 12803, 13890, 10334, 13209, 14597, 10073, 13187, 14029, 11369, 13243, 13600, 15245, 12956, 13730, 16411, 12851, 13624, 15669, 11333, 13816, 14684, 11549, 13608, 13265, 15300, 13541, 13682, 16107, 11994, 13596, 13324, 10470, 13573, 13892, 11621, 13845, 13695, 15562, 13405, 13868, 14458, 13203, 13819, 14209, 12161, 13696, 14345, 11656, 13733, 13806, 11635, 14094, 13846, 11334, 14041, 14150, 13214, 13973, 14130, 11380, 13551, 13975, 15011, 13452, 13858, 15821, 12906, 13955, 15027, 11084, 13878, 14372, 11460, 13752, 13824, 11182, 13893, 13294, 11367, 13616, 13725, 11184, 13701, 13181, 11369, 13706, 13756, 11103, 13906, 13570, 14285, 13499, 13753, 12321, 13615, 13984, 16467, 13829, 13635, 15737, 13654, 13667, 15825, 13555, 13524, 15448, 13291, 13682, 12936, 13627, 14077, 13510, 13188, 13799, 12077, 13793, 13902, 11655, 13925, 14035, 11774, 13789, 14122, 11443, 13933, 13756, 13262, 13655, 13980, 14728, 13602, 14111, 15399, 13508, 13776, 14725, 13175, 14047, 14917, 13220, 13984, 13351, 13281, 14063, 14290, 12393, 13712, 13000, 12034, 13340, 13355, 11342, 13842, 14311, 11546, 13642, 14347, 11752, 13765, 14369, 15663, 12856, 13969, 13525, 11783, 13335, 14146, 11708, 13378, 14127, 11859, 13525, 14091, 13344, 12776, 14076, 13458, 12187, 13630, 12717, 10897, 13640, 14066, 11584, 13869, 14063, 12593, 13767, 14035, 14186, 13459, 13917, 14676, 11834, 13470, 13828, 11775, 13085, 14737, 10509, 13127, 14021, 13766, 13034, 13917, 12288, 13319, 13826, 14403, 12427, 13640, 12634, 12564, 13482, 12986, 12520, 13832, 15155, 12203, 13352, 14800, 12790, 13688, 15567, 12998, 13620, 15322, 12168, 13551, 14221, 12456, 13842, 15425, 10468, 13498, 14785, 10858, 13389, 13991, 11562, 13615, 13997, 14459, 13021, 13641, 10625, 13240, 13695, 15110, 12148, 13832, 13648, 11509, 13228, 13601, 10796, 13299, 13969, 14138, 13644, 14030, 15846, 13219, 13877, 15536, 12195, 13937, 14132, 11043, 13883, 14239, 12355, 13926, 13949, 13861, 13325, 13914, 14521, 12992, 14018, 13050, 11037, 13598, 14373, 11843, 14101, 14624, 15468, 13195, 14061, 14814, 11361, 13901, 14358, 11030, 13569, 14403, 13549, 13387, 14463, 14731, 12470, 13925, 13375, 11423, 13737, 14396, 11644, 13686, 14301, 14299, 13220, 14450, 13786, 12898, 13895, 13416, 10924, 13607, 14737, 11474, 13392, 14452, 13751, 12523, 14033, 14275, 11256, 13726, 14509, 11450, 13594, 14313, 15288, 13116, 14401, 14281, 11127, 13721, 14489, 11822, 13005, 13824, 14222, 12728, 13597, 13635, 10910, 13276, 14300, 11367, 12874, 13946, 13170, 12810, 13886, 14440, 11536, 13446, 13576, 11156, 13184, 14295, 10786, 13369, 14168, 11451, 12745, 11913, 11085, 13655, 14812, 11617, 13531, 16192, 12411, 14224, 15541, 13134, 14089, 15579, 12391, 13864, 12625, 13700, 14127, 13444, 13815, 14305, 11796, 13188, 14876, 11358, 13890, 15887, 12541, 13599, 15384, 13078, 14069, 12605, 13601, 13727, 11641, 13605, 16101, 12236, 13938, 17265, 12700, 14064, 17133, 14172, 14171, 17271, 13801, 14148, 14474, 13639, 13925, 14229, 14021, 14371, 11811, 14209, 14287, 11166, 14034, 14323, 11346, 13527, 13245, 10868, 13988, 14327], 'WindowCenter': [4407.0, 4357.0, 4375.0, 4371.0, 4339.0, 4359.0, 4348.0, 4336.0, 4357.0, 4357.0, 4337.0, 4358.0, 4357.0, 4336.0, 4358.0, 4349.0, 4337.0, 4358.0, 4361.0, 4336.0, 4358.0, 4349.0, 4338.0, 4359.0, 4350.0, 4338.0, 4359.0, 4361.0, 4328.0, 4360.0, 4361.0, 4338.0, 4360.0, 4361.0, 4328.0, 4359.0, 4359.0, 4337.0, 4359.0, 4360.0, 4338.0, 4360.0, 4371.0, 4359.0, 4359.0, 4371.0, 4358.0, 4359.0, 4371.0, 4371.0, 4338.0, 4359.0, 4359.0, 4337.0, 4359.0, 4361.0, 4327.0, 4357.0, 4359.0, 4358.0, 4348.0, 4359.0, 4348.0, 4348.0, 4360.0, 4361.0, 4337.0, 4359.0, 4360.0, 4359.0, 4349.0, 4360.0, 4361.0, 4338.0, 4360.0, 4373.0, 4349.0, 4359.0, 4360.0, 4359.0, 4348.0, 4361.0, 4359.0, 4349.0, 4360.0, 4372.0, 4350.0, 4358.0, 4372.0, 4359.0, 4349.0, 4371.0, 4362.0, 4340.0, 4361.0, 4374.0, 4350.0, 4361.0, 4373.0, 4382.0, 4359.0, 4371.0, 4372.0, 4339.0, 4361.0, 4372.0, 4381.0, 4359.0, 4360.0, 4370.0, 4337.0, 4348.0, 4358.0, 4316.0, 4358.0, 4359.0, 4357.0, 4347.0, 4357.0, 4359.0, 4327.0, 4359.0, 4360.0, 4358.0, 4360.0, 4372.0, 4370.0, 4339.0, 4360.0, 4360.0, 4347.0, 4359.0, 4371.0, 4369.0, 4348.0, 4359.0, 4362.0, 4337.0, 4358.0, 4360.0, 4357.0, 4346.0, 4357.0, 4358.0, 4336.0, 4357.0, 4358.0, 4335.0, 4356.0, 4359.0, 4357.0, 4347.0, 4359.0, 4360.0, 4337.0, 4358.0, 4359.0, 4347.0, 4359.0, 4370.0, 4359.0, 4348.0, 4359.0, 4359.0, 4337.0, 4358.0, 4359.0, 4336.0, 4358.0, 4360.0, 4368.0, 4347.0, 4359.0, 4359.0, 4337.0, 4359.0, 4370.0, 4347.0, 4359.0, 4369.0, 4370.0, 4359.0, 4370.0, 4370.0, 4348.0, 4360.0, 4360.0, 4337.0, 4371.0, 4371.0, 4349.0, 4359.0, 4361.0, 4369.0, 4348.0, 4360.0, 4359.0, 4337.0, 4360.0, 4372.0, 4336.0, 4359.0, 4359.0, 4358.0, 4348.0, 4359.0, 4367.0, 4348.0, 4360.0, 4370.0, 4337.0, 4348.0, 4358.0, 4326.0, 4357.0, 4360.0, 4337.0, 4357.0, 4359.0, 4357.0, 4346.0, 4358.0, 4359.0, 4336.0, 4357.0, 4359.0, 4336.0, 4357.0, 4358.0, 4346.0, 4347.0, 4359.0, 4358.0, 4347.0, 4359.0, 4359.0, 4337.0, 4359.0, 4349.0, 4337.0, 4361.0, 4371.0, 4351.0, 4373.0, 4372.0, 4339.0, 4362.0, 4360.0, 4352.0, 4372.0, 4372.0, 4351.0, 4373.0, 4382.0, 4360.0, 4373.0, 4383.0, 4350.0, 4361.0, 4371.0, 4338.0, 4360.0, 4370.0, 4337.0, 4357.0, 4369.0, 4336.0, 4358.0, 4368.0, 4336.0, 4356.0, 4355.0, 4334.0, 4345.0, 4355.0, 4334.0, 4356.0, 4355.0, 4334.0, 4345.0, 4355.0, 4322.0, 4344.0, 4345.0, 4333.0, 4343.0, 4345.0, 4332.0, 4344.0, 4345.0, 4333.0, 4355.0, 4345.0, 4344.0, 4355.0, 4352.0, 4334.0, 4355.0, 4355.0, 4355.0, 4356.0, 4356.0, 4345.0, 4356.0, 4355.0, 4346.0, 4358.0, 4366.0, 4344.0, 4356.0, 4355.0, 4347.0, 4358.0, 4357.0, 4357.0, 4358.0, 4367.0, 4346.0, 4358.0, 4335.0, 4357.0, 4359.0, 4357.0, 4357.0, 4359.0, 4347.0, 4358.0, 4370.0, 4368.0, 4357.0, 4359.0, 4356.0, 4344.0, 4356.0, 4356.0, 4344.0, 4357.0, 4356.0, 4346.0, 4358.0, 4359.0, 4336.0, 4356.0, 4358.0, 4335.0, 4355.0, 4357.0, 4335.0, 4344.0, 4357.0, 4334.0, 4356.0, 4355.0, 4334.0, 4355.0, 4356.0, 4334.0, 4354.0, 4357.0, 4325.0, 4357.0, 4358.0, 4367.0, 4357.0, 4358.0, 4356.0, 4346.0, 4358.0, 4357.0, 4347.0, 4358.0, 4357.0, 4337.0, 4359.0, 4359.0, 4337.0, 4359.0, 4371.0, 4338.0, 4359.0, 4371.0, 4349.0, 4360.0, 4372.0, 4370.0, 4361.0, 4373.0, 4371.0, 4350.0, 4369.0, 4372.0, 4340.0, 4361.0, 4372.0, 4349.0, 4371.0, 4372.0, 4360.0, 4360.0, 4374.0, 4372.0, 4349.0, 4372.0, 4362.0, 4339.0, 4361.0, 4371.0, 4349.0, 4361.0, 4373.0, 4370.0, 4350.0, 4371.0, 4372.0, 4339.0, 4361.0, 4372.0, 4339.0, 4371.0, 4373.0, 4371.0, 4358.0, 4370.0, 4371.0, 4327.0, 4359.0, 4358.0, 4337.0, 4359.0, 4370.0, 4359.0, 4357.0, 4369.0, 4360.0, 4336.0, 4357.0, 4356.0, 4345.0, 4357.0, 4359.0, 4346.0, 4358.0, 4370.0, 4369.0, 4347.0, 4359.0, 4371.0, 4335.0, 4357.0, 4358.0, 4346.0, 4358.0, 4370.0, 4368.0, 4346.0, 4359.0, 4356.0, 4336.0, 4357.0, 4347.0, 4346.0, 4358.0, 4358.0, 4336.0, 4355.0, 4360.0, 4336.0, 4356.0, 4357.0, 4355.0, 4344.0, 4356.0, 4344.0, 4344.0, 4357.0, 4358.0, 4345.0, 4356.0, 4357.0, 4334.0, 4356.0, 4357.0, 4333.0, 4355.0, 4358.0, 4334.0, 4356.0, 4357.0, 4356.0, 4345.0, 4357.0, 4354.0, 4342.0, 4357.0, 4356.0, 4333.0, 4354.0, 4357.0, 4323.0, 4355.0, 4345.0, 4333.0, 4354.0, 4356.0, 4334.0, 4355.0, 4357.0, 4366.0, 4356.0, 4357.0, 4356.0, 4345.0, 4356.0, 4346.0, 4333.0, 4357.0, 4358.0, 4345.0, 4356.0, 4355.0, 4334.0, 4355.0, 4344.0, 4335.0, 4357.0, 4359.0, 4336.0, 4356.0, 4357.0, 4335.0, 4357.0, 4357.0, 4335.0, 4356.0, 4359.0, 4347.0, 4357.0, 4360.0, 4367.0, 4347.0, 4359.0, 4357.0, 4347.0, 4359.0, 4357.0, 4336.0, 4348.0, 4347.0, 4326.0, 4347.0, 4359.0, 4336.0, 4358.0, 4357.0, 4357.0, 4347.0, 4359.0, 4356.0, 4346.0, 4358.0, 4346.0, 4325.0, 4347.0, 4359.0, 4336.0, 4348.0, 4361.0, 4336.0, 4347.0, 4358.0, 4356.0, 4344.0, 4358.0, 4367.0, 4336.0, 4357.0, 4357.0, 4326.0, 4357.0, 4358.0, 4337.0, 4359.0, 4360.0, 4338.0, 4360.0, 4371.0, 4327.0, 4359.0, 4359.0, 4337.0, 4358.0, 4358.0, 4367.0, 4347.0, 4357.0, 4368.0, 4345.0, 4355.0, 4357.0, 4323.0, 4346.0, 4355.0, 4333.0, 4344.0, 4347.0, 4355.0, 4343.0, 4343.0, 4353.0, 4321.0, 4343.0, 4334.0, 4321.0, 4343.0, 4345.0, 4332.0, 4343.0, 4345.0, 4353.0, 4343.0, 4346.0, 4343.0, 4344.0, 4346.0, 4345.0, 4333.0, 4345.0, 4357.0, 4323.0, 4343.0, 4346.0, 4322.0, 4355.0, 4355.0, 4334.0, 4354.0, 4357.0, 4343.0, 4355.0, 4357.0, 4334.0, 4357.0, 4359.0, 4358.0, 4355.0, 4358.0, 4367.0, 4345.0, 4357.0, 4357.0, 4335.0, 4356.0, 4358.0, 4334.0, 4347.0, 4345.0, 4323.0, 4345.0, 4346.0, 4334.0, 4355.0, 4348.0, 4324.0, 4356.0, 4344.0, 4334.0, 4356.0, 4356.0, 4335.0, 4345.0, 4345.0, 4344.0, 4344.0, 4347.0, 4334.0, 4344.0, 4357.0, 4354.0, 4343.0, 4343.0, 4352.0, 4341.0, 4343.0, 4352.0, 4341.0, 4343.0, 4342.0, 4341.0, 4346.0, 4334.0, 4344.0, 4356.0, 4344.0, 4345.0, 4356.0, 4345.0, 4357.0, 4358.0, 4336.0, 4357.0, 4358.0, 4336.0, 4358.0, 4357.0, 4337.0, 4358.0, 4360.0, 4346.0, 4357.0, 4359.0, 4357.0, 4356.0, 4358.0, 4355.0, 4345.0, 4359.0, 4356.0, 4346.0, 4359.0, 4356.0, 4346.0, 4357.0, 4346.0, 4356.0, 4369.0, 4358.0, 4347.0, 4359.0, 4358.0, 4348.0, 4359.0, 4362.0, 4348.0, 4370.0, 4371.0, 4348.0, 4360.0, 4371.0, 4348.0, 4369.0, 4372.0, 4370.0, 4359.0, 4371.0, 4361.0, 4349.0, 4361.0, 4371.0, 4349.0, 4360.0, 4371.0, 4348.0, 4360.0, 4372.0, 4360.0, 4360.0, 4371.0, 4360.0, 4360.0, 4370.0, 4363.0, 4351.0, 4372.0, 4372.0, 4350.0, 4372.0, 4372.0, 4361.0, 4370.0, 4373.0, 4371.0, 4372.0, 4374.0, 4371.0, 4362.0, 4374.0, 4372.0, 4362.0, 4374.0, 4386.0, 4341.0, 4362.0, 4373.0, 4360.0, 4361.0, 4372.0, 4361.0, 4371.0, 4373.0, 4370.0, 4361.0, 4373.0, 4361.0, 4362.0, 4374.0, 4372.0, 4362.0, 4374.0, 4372.0, 4361.0, 4373.0, 4371.0, 4362.0, 4374.0, 4382.0, 4372.0, 4373.0, 4371.0, 4359.0, 4373.0, 4371.0, 4361.0, 4373.0, 4381.0, 4339.0, 4362.0, 4372.0, 4338.0, 4359.0, 4359.0, 4347.0, 4359.0, 4360.0, 4358.0, 4358.0, 4360.0, 4338.0, 4359.0, 4373.0, 4369.0, 4349.0, 4371.0, 4359.0, 4349.0, 4362.0, 4373.0, 4340.0, 4361.0, 4371.0, 4358.0, 4359.0, 4359.0, 4370.0, 4347.0, 4358.0, 4369.0, 4336.0, 4358.0, 4356.0, 4324.0, 4355.0, 4358.0, 4345.0, 4357.0, 4358.0, 4357.0, 4357.0, 4357.0, 4356.0, 4346.0, 4358.0, 4349.0, 4337.0, 4359.0, 4360.0, 4337.0, 4358.0, 4370.0, 4368.0, 4358.0, 4359.0, 4360.0, 4337.0, 4357.0, 4359.0, 4325.0, 4345.0, 4358.0, 4344.0, 4346.0, 4359.0, 4355.0, 4346.0, 4357.0, 4348.0, 4335.0, 4357.0, 4358.0, 4335.0, 4357.0, 4357.0, 4356.0, 4346.0, 4358.0, 4346.0, 4346.0, 4359.0, 4360.0, 4337.0, 4359.0, 4369.0, 4337.0, 4359.0, 4371.0, 4359.0, 4359.0, 4372.0, 4372.0, 4349.0, 4371.0, 4373.0, 4348.0, 4360.0, 4372.0, 4370.0, 4358.0, 4371.0, 4370.0, 4336.0, 4359.0, 4370.0, 4346.0, 4348.0, 4360.0, 4359.0, 4348.0, 4359.0, 4357.0, 4335.0, 4359.0, 4370.0, 4348.0, 4359.0, 4371.0, 4359.0, 4360.0, 4371.0, 4358.0, 4350.0, 4371.0, 4373.0, 4350.0, 4362.0, 4372.0, 4349.0, 4360.0, 4371.0, 4348.0, 4361.0, 4363.0, 4350.0, 4373.0, 4384.0, 4363.0, 4374.0, 4394.0, 4363.0, 4386.0, 4384.0, 4373.0, 4376.0, 4371.0, 4361.0, 4371.0, 4361.0, 4371.0, 4373.0, 4358.0, 4360.0, 4372.0, 4348.0, 4360.0, 4371.0, 4339.0, 4360.0, 4369.0, 4348.0, 4359.0, 4369.0, 4359.0, 4362.0, 4348.0, 4359.0, 4361.0, 4347.0, 4360.0, 4372.0, 4347.0, 4360.0, 4379.0, 4346.0, 4358.0, 4378.0, 4358.0, 4360.0, 4368.0, 4347.0, 4359.0, 4355.0, 4357.0, 4360.0, 4344.0, 4357.0, 4357.0, 4336.0, 4356.0, 4359.0, 4336.0, 4358.0, 4357.0, 4335.0, 4348.0, 4348.0, 4337.0, 4358.0, 4360.0], 'WindowWidth': [9720.0, 9634.0, 9648.0, 9641.0, 9590.0, 9614.0, 9600.0, 9580.0, 9611.0, 9611.0, 9581.0, 9612.0, 9612.0, 9578.0, 9610.0, 9600.0, 9581.0, 9613.0, 9620.0, 9579.0, 9611.0, 9603.0, 9583.0, 9615.0, 9606.0, 9584.0, 9615.0, 9620.0, 9571.0, 9617.0, 9621.0, 9585.0, 9616.0, 9624.0, 9571.0, 9613.0, 9615.0, 9581.0, 9614.0, 9618.0, 9586.0, 9617.0, 9637.0, 9618.0, 9615.0, 9633.0, 9615.0, 9615.0, 9637.0, 9636.0, 9584.0, 9615.0, 9618.0, 9582.0, 9613.0, 9622.0, 9568.0, 9610.0, 9617.0, 9615.0, 9597.0, 9616.0, 9600.0, 9597.0, 9617.0, 9624.0, 9582.0, 9614.0, 9618.0, 9616.0, 9601.0, 9620.0, 9622.0, 9586.0, 9618.0, 9642.0, 9603.0, 9614.0, 9619.0, 9616.0, 9599.0, 9620.0, 9620.0, 9601.0, 9619.0, 9640.0, 9605.0, 9613.0, 9637.0, 9617.0, 9602.0, 9635.0, 9624.0, 9591.0, 9622.0, 9645.0, 9606.0, 9622.0, 9643.0, 9655.0, 9617.0, 9635.0, 9641.0, 9590.0, 9620.0, 9640.0, 9652.0, 9614.0, 9618.0, 9637.0, 9581.0, 9597.0, 9613.0, 9552.0, 9611.0, 9617.0, 9613.0, 9596.0, 9612.0, 9617.0, 9570.0, 9617.0, 9621.0, 9617.0, 9619.0, 9639.0, 9637.0, 9588.0, 9619.0, 9622.0, 9599.0, 9614.0, 9633.0, 9631.0, 9597.0, 9616.0, 9627.0, 9582.0, 9611.0, 9617.0, 9613.0, 9594.0, 9612.0, 9614.0, 9579.0, 9611.0, 9616.0, 9578.0, 9607.0, 9615.0, 9613.0, 9597.0, 9616.0, 9619.0, 9582.0, 9614.0, 9617.0, 9595.0, 9614.0, 9634.0, 9617.0, 9597.0, 9616.0, 9619.0, 9582.0, 9612.0, 9617.0, 9582.0, 9611.0, 9619.0, 9629.0, 9595.0, 9615.0, 9618.0, 9583.0, 9616.0, 9633.0, 9597.0, 9618.0, 9635.0, 9636.0, 9616.0, 9633.0, 9633.0, 9601.0, 9620.0, 9623.0, 9585.0, 9634.0, 9640.0, 9603.0, 9615.0, 9622.0, 9631.0, 9600.0, 9619.0, 9619.0, 9584.0, 9619.0, 9640.0, 9583.0, 9617.0, 9618.0, 9617.0, 9601.0, 9618.0, 9627.0, 9599.0, 9622.0, 9635.0, 9584.0, 9599.0, 9617.0, 9567.0, 9611.0, 9620.0, 9585.0, 9610.0, 9616.0, 9613.0, 9594.0, 9614.0, 9617.0, 9580.0, 9611.0, 9617.0, 9580.0, 9609.0, 9614.0, 9597.0, 9598.0, 9619.0, 9614.0, 9597.0, 9617.0, 9617.0, 9583.0, 9617.0, 9606.0, 9586.0, 9623.0, 9641.0, 9607.0, 9641.0, 9640.0, 9588.0, 9624.0, 9621.0, 9611.0, 9638.0, 9640.0, 9609.0, 9641.0, 9654.0, 9620.0, 9642.0, 9658.0, 9604.0, 9620.0, 9636.0, 9585.0, 9618.0, 9635.0, 9583.0, 9611.0, 9632.0, 9580.0, 9613.0, 9628.0, 9579.0, 9607.0, 9608.0, 9574.0, 9590.0, 9603.0, 9573.0, 9606.0, 9610.0, 9574.0, 9589.0, 9606.0, 9556.0, 9586.0, 9589.0, 9570.0, 9585.0, 9593.0, 9568.0, 9586.0, 9590.0, 9569.0, 9603.0, 9592.0, 9587.0, 9604.0, 9599.0, 9574.0, 9607.0, 9606.0, 9603.0, 9609.0, 9608.0, 9589.0, 9607.0, 9606.0, 9592.0, 9612.0, 9622.0, 9589.0, 9608.0, 9605.0, 9595.0, 9614.0, 9610.0, 9608.0, 9614.0, 9624.0, 9592.0, 9612.0, 9580.0, 9609.0, 9618.0, 9612.0, 9610.0, 9616.0, 9598.0, 9613.0, 9633.0, 9631.0, 9609.0, 9616.0, 9609.0, 9589.0, 9610.0, 9609.0, 9588.0, 9608.0, 9607.0, 9591.0, 9613.0, 9617.0, 9580.0, 9606.0, 9615.0, 9575.0, 9604.0, 9611.0, 9576.0, 9588.0, 9611.0, 9575.0, 9605.0, 9604.0, 9573.0, 9603.0, 9609.0, 9576.0, 9602.0, 9610.0, 9564.0, 9609.0, 9615.0, 9626.0, 9609.0, 9612.0, 9609.0, 9594.0, 9615.0, 9611.0, 9597.0, 9615.0, 9612.0, 9582.0, 9615.0, 9618.0, 9584.0, 9617.0, 9637.0, 9586.0, 9616.0, 9636.0, 9603.0, 9620.0, 9639.0, 9635.0, 9622.0, 9642.0, 9638.0, 9607.0, 9633.0, 9642.0, 9590.0, 9622.0, 9638.0, 9603.0, 9635.0, 9640.0, 9621.0, 9621.0, 9645.0, 9640.0, 9604.0, 9638.0, 9628.0, 9589.0, 9620.0, 9637.0, 9602.0, 9621.0, 9642.0, 9636.0, 9605.0, 9637.0, 9640.0, 9588.0, 9621.0, 9641.0, 9589.0, 9635.0, 9644.0, 9638.0, 9613.0, 9633.0, 9636.0, 9568.0, 9615.0, 9616.0, 9583.0, 9614.0, 9634.0, 9618.0, 9611.0, 9629.0, 9622.0, 9581.0, 9611.0, 9610.0, 9591.0, 9610.0, 9617.0, 9597.0, 9611.0, 9634.0, 9632.0, 9596.0, 9614.0, 9637.0, 9577.0, 9609.0, 9614.0, 9595.0, 9611.0, 9634.0, 9629.0, 9594.0, 9615.0, 9609.0, 9580.0, 9610.0, 9596.0, 9592.0, 9612.0, 9615.0, 9579.0, 9608.0, 9619.0, 9580.0, 9606.0, 9612.0, 9609.0, 9587.0, 9607.0, 9589.0, 9588.0, 9611.0, 9613.0, 9590.0, 9606.0, 9613.0, 9573.0, 9604.0, 9609.0, 9573.0, 9602.0, 9610.0, 9576.0, 9605.0, 9611.0, 9610.0, 9590.0, 9608.0, 9604.0, 9583.0, 9608.0, 9607.0, 9571.0, 9601.0, 9612.0, 9558.0, 9602.0, 9592.0, 9572.0, 9601.0, 9607.0, 9574.0, 9604.0, 9611.0, 9622.0, 9604.0, 9609.0, 9608.0, 9588.0, 9607.0, 9595.0, 9572.0, 9609.0, 9615.0, 9590.0, 9605.0, 9608.0, 9572.0, 9603.0, 9590.0, 9575.0, 9609.0, 9617.0, 9579.0, 9607.0, 9609.0, 9575.0, 9608.0, 9610.0, 9577.0, 9609.0, 9619.0, 9598.0, 9610.0, 9618.0, 9624.0, 9595.0, 9615.0, 9612.0, 9597.0, 9617.0, 9613.0, 9579.0, 9598.0, 9600.0, 9566.0, 9597.0, 9616.0, 9579.0, 9611.0, 9613.0, 9611.0, 9595.0, 9616.0, 9610.0, 9594.0, 9612.0, 9596.0, 9564.0, 9598.0, 9617.0, 9582.0, 9599.0, 9622.0, 9581.0, 9595.0, 9613.0, 9611.0, 9590.0, 9614.0, 9626.0, 9581.0, 9611.0, 9612.0, 9568.0, 9612.0, 9614.0, 9584.0, 9618.0, 9621.0, 9586.0, 9618.0, 9639.0, 9569.0, 9615.0, 9618.0, 9582.0, 9612.0, 9616.0, 9626.0, 9595.0, 9613.0, 9629.0, 9591.0, 9606.0, 9610.0, 9558.0, 9592.0, 9607.0, 9570.0, 9588.0, 9597.0, 9605.0, 9583.0, 9587.0, 9601.0, 9552.0, 9585.0, 9575.0, 9552.0, 9586.0, 9591.0, 9569.0, 9585.0, 9592.0, 9602.0, 9584.0, 9593.0, 9587.0, 9586.0, 9593.0, 9592.0, 9571.0, 9589.0, 9613.0, 9556.0, 9586.0, 9592.0, 9555.0, 9602.0, 9606.0, 9573.0, 9602.0, 9612.0, 9588.0, 9603.0, 9611.0, 9576.0, 9609.0, 9616.0, 9614.0, 9605.0, 9614.0, 9624.0, 9590.0, 9608.0, 9609.0, 9575.0, 9607.0, 9613.0, 9574.0, 9593.0, 9594.0, 9558.0, 9590.0, 9593.0, 9573.0, 9604.0, 9600.0, 9560.0, 9606.0, 9591.0, 9575.0, 9608.0, 9613.0, 9578.0, 9591.0, 9593.0, 9589.0, 9588.0, 9595.0, 9575.0, 9588.0, 9611.0, 9607.0, 9585.0, 9586.0, 9598.0, 9580.0, 9586.0, 9597.0, 9580.0, 9586.0, 9582.0, 9581.0, 9592.0, 9575.0, 9587.0, 9606.0, 9588.0, 9589.0, 9607.0, 9591.0, 9609.0, 9615.0, 9581.0, 9610.0, 9612.0, 9580.0, 9612.0, 9614.0, 9582.0, 9612.0, 9619.0, 9595.0, 9608.0, 9616.0, 9611.0, 9606.0, 9612.0, 9606.0, 9591.0, 9613.0, 9608.0, 9593.0, 9615.0, 9608.0, 9592.0, 9611.0, 9595.0, 9607.0, 9629.0, 9614.0, 9595.0, 9615.0, 9613.0, 9599.0, 9619.0, 9625.0, 9601.0, 9633.0, 9637.0, 9599.0, 9617.0, 9635.0, 9599.0, 9630.0, 9639.0, 9636.0, 9616.0, 9635.0, 9622.0, 9601.0, 9621.0, 9638.0, 9602.0, 9619.0, 9636.0, 9602.0, 9619.0, 9638.0, 9622.0, 9620.0, 9637.0, 9621.0, 9618.0, 9634.0, 9630.0, 9608.0, 9639.0, 9644.0, 9606.0, 9637.0, 9640.0, 9621.0, 9634.0, 9643.0, 9639.0, 9637.0, 9644.0, 9637.0, 9623.0, 9645.0, 9641.0, 9625.0, 9646.0, 9665.0, 9594.0, 9625.0, 9641.0, 9621.0, 9621.0, 9639.0, 9623.0, 9635.0, 9643.0, 9636.0, 9621.0, 9641.0, 9623.0, 9625.0, 9646.0, 9640.0, 9626.0, 9644.0, 9640.0, 9622.0, 9642.0, 9639.0, 9624.0, 9647.0, 9654.0, 9638.0, 9643.0, 9638.0, 9618.0, 9641.0, 9638.0, 9622.0, 9641.0, 9655.0, 9590.0, 9622.0, 9640.0, 9584.0, 9616.0, 9619.0, 9599.0, 9616.0, 9621.0, 9615.0, 9612.0, 9619.0, 9588.0, 9616.0, 9639.0, 9633.0, 9603.0, 9635.0, 9619.0, 9603.0, 9625.0, 9644.0, 9593.0, 9620.0, 9639.0, 9615.0, 9614.0, 9617.0, 9634.0, 9594.0, 9614.0, 9631.0, 9578.0, 9610.0, 9609.0, 9558.0, 9603.0, 9611.0, 9589.0, 9608.0, 9614.0, 9611.0, 9609.0, 9611.0, 9608.0, 9593.0, 9613.0, 9603.0, 9583.0, 9614.0, 9620.0, 9582.0, 9613.0, 9631.0, 9628.0, 9611.0, 9617.0, 9620.0, 9581.0, 9610.0, 9616.0, 9563.0, 9592.0, 9613.0, 9591.0, 9594.0, 9615.0, 9607.0, 9591.0, 9610.0, 9601.0, 9576.0, 9608.0, 9613.0, 9577.0, 9607.0, 9612.0, 9610.0, 9592.0, 9611.0, 9594.0, 9594.0, 9615.0, 9619.0, 9582.0, 9614.0, 9631.0, 9582.0, 9616.0, 9636.0, 9618.0, 9616.0, 9639.0, 9640.0, 9602.0, 9633.0, 9640.0, 9600.0, 9617.0, 9637.0, 9635.0, 9612.0, 9635.0, 9636.0, 9582.0, 9615.0, 9633.0, 9597.0, 9599.0, 9620.0, 9617.0, 9599.0, 9617.0, 9614.0, 9579.0, 9616.0, 9634.0, 9599.0, 9617.0, 9638.0, 9619.0, 9617.0, 9636.0, 9617.0, 9605.0, 9637.0, 9643.0, 9605.0, 9625.0, 9643.0, 9604.0, 9619.0, 9637.0, 9599.0, 9621.0, 9628.0, 9608.0, 9643.0, 9661.0, 9627.0, 9645.0, 9672.0, 9629.0, 9665.0, 9659.0, 9640.0, 9649.0, 9639.0, 9620.0, 9638.0, 9621.0, 9635.0, 9642.0, 9615.0, 9618.0, 9636.0, 9598.0, 9616.0, 9638.0, 9588.0, 9617.0, 9632.0, 9598.0, 9617.0, 9630.0, 9614.0, 9623.0, 9599.0, 9615.0, 9621.0, 9597.0, 9618.0, 9639.0, 9597.0, 9617.0, 9644.0, 9592.0, 9614.0, 9642.0, 9612.0, 9619.0, 9629.0, 9595.0, 9615.0, 9607.0, 9607.0, 9617.0, 9590.0, 9606.0, 9611.0, 9578.0, 9608.0, 9616.0, 9579.0, 9610.0, 9610.0, 9576.0, 9598.0, 9601.0, 9582.0, 9613.0, 9620.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.00019680157946692993</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015274301776900298</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.04035237658103</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2533960247134388</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9998880273913041</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5164</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4143.8862</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07622965002888148</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5564812547074833</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.590797392776031</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7625501159538546</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3160962553925644</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00836698</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005111353006213903</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03187674283981323</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1013</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9268353919122876</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.3301</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.7996</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.6464</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287666.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1081.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>403.7493</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.472</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.0623</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3454.7391</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3623.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88878.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1240.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4587.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.6207</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.60318586975336</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> |