=== 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-0055 --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-0055",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
117 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-0055_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-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0055/figures/sub-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055/ses-01/func/sub-0055_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>48982c5ff519b353cfe04304db094b14</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>20:19:58.650000</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.998208, -0.0180438, 0.0570616, 0.0221296, 0.997173, -0.0718009]</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.10437</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4195, -7699, -7249, 556, 63, -176, -75, 44]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>265.197</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9516e513-9043-4999-8acd-16413f8dba9a||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.6781179904937744, 0.05937206372618675, 0.15013280510902405, 104.65628814697266], [0.0484103299677372, 2.6753435134887695, -0.1969243437051773, -85.7148666381836], [0.15309208631515503, 0.19263653457164764, 2.6886208057403564, -85.60945892333984], [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': ['201958.650000', '201959.110000', '201959.570000', '202000.030000', '202000.490000', '202000.950000', '202001.410000', '202001.870000', '202002.330000', '202002.790000', '202003.250000', '202003.710000', '202004.170000', '202004.630000', '202005.090000', '202005.550000', '202006.010000', '202006.470000', '202006.930000', '202007.390000', '202007.850000', '202008.310000', '202008.770000', '202009.230000', '202009.690000', '202010.150000', '202010.610000', '202011.070000', '202011.530000', '202011.990000', '202012.450000', '202012.910000', '202013.370000', '202013.830000', '202014.290000', '202014.750000', '202015.210000', '202015.670000', '202016.130000', '202016.590000', '202017.050000', '202017.510000', '202017.970000', '202018.430000', '202018.890000', '202019.350000', '202019.810000', '202020.270000', '202020.730000', '202021.190000', '202021.650000', '202022.110000', '202022.570000', '202023.030000', '202023.490000', '202023.950000', '202024.410000', '202024.870000', '202025.330000', '202025.790000', '202026.250000', '202026.710000', '202027.170000', '202027.630000', '202028.090000', '202028.550000', '202029.010000', '202029.470000', '202029.930000', '202030.390000', '202030.850000', '202031.310000', '202031.770000', '202032.230000', '202032.690000', '202033.150000', '202033.610000', '202034.070000', '202034.530000', '202034.990000', '202035.450000', '202035.910000', '202036.370000', '202036.830000', '202037.290000', '202037.750000', '202038.210000', '202038.670000', '202039.130000', '202039.590000', '202040.050000', '202040.510000', '202040.970000', '202041.430000', '202041.890000', '202042.350000', '202042.810000', '202043.270000', '202043.730000', '202044.190000', '202044.650000', '202045.110000', '202045.570000', '202046.030000', '202046.490000', '202046.950000', '202047.410000', '202047.870000', '202048.330000', '202048.790000', '202049.250000', '202049.710000', '202050.170000', '202050.630000', '202051.090000', '202051.550000', '202052.010000', '202052.470000', '202052.930000', '202053.390000', '202053.850000', '202054.310000', '202054.770000', '202055.230000', '202055.690000', '202056.150000', '202056.610000', '202057.070000', '202057.530000', '202057.990000', '202058.450000', '202058.910000', '202059.370000', '202059.830000', '202100.290000', '202100.750000', '202101.210000', '202101.670000', '202102.130000', '202102.590000', '202103.050000', '202103.510000', '202103.970000', '202104.430000', '202104.890000', '202105.350000', '202105.810000', '202106.270000', '202106.730000', '202107.190000', '202107.650000', '202108.110000', '202108.570000', '202109.030000', '202109.490000', '202109.950000', '202110.410000', '202110.870000', '202111.330000', '202111.790000', '202112.250000', '202112.710000', '202113.170000', '202113.630000', '202114.090000', '202114.550000', '202115.010000', '202115.470000', '202115.930000', '202116.390000', '202116.850000', '202117.310000', '202117.770000', '202118.230000', '202118.690000', '202119.150000', '202119.610000', '202120.070000', '202120.530000', '202120.990000', '202121.450000', '202121.910000', '202122.370000', '202122.830000', '202123.290000', '202123.750000', '202124.210000', '202124.670000', '202125.130000', '202125.590000', '202126.050000', '202126.510000', '202126.970000', '202127.430000', '202127.890000', '202128.350000', '202128.810000', '202129.270000', '202129.730000', '202130.190000', '202130.650000', '202131.110000', '202131.570000', '202132.030000', '202132.490000', '202132.950000', '202133.410000', '202133.870000', '202134.330000', '202134.790000', '202135.250000', '202135.710000', '202136.170000', '202136.630000', '202137.090000', '202137.550000', '202138.010000', '202138.470000', '202138.930000', '202139.390000', '202139.850000', '202140.310000', '202140.770000', '202141.230000', '202141.690000', '202142.150000', '202142.610000', '202143.070000', '202143.530000', '202143.990000', '202144.450000', '202144.910000', '202145.370000', '202145.830000', '202146.290000', '202146.750000', '202147.210000', '202147.670000', '202148.130000', '202148.590000', '202149.050000', '202149.510000', '202149.970000', '202150.430000', '202150.890000', '202151.350000', '202151.810000', '202152.270000', '202152.730000', '202153.190000', '202153.650000', '202154.110000', '202154.570000', '202155.030000', '202155.490000', '202155.950000', '202156.410000', '202156.870000', '202157.330000', '202157.790000', '202158.250000', '202158.710000', '202159.170000', '202159.630000', '202200.090000', '202200.550000', '202201.010000', '202201.470000', '202201.930000', '202202.390000', '202202.850000', '202203.310000', '202203.770000', '202204.230000', '202204.690000', '202205.150000', '202205.610000', '202206.070000', '202206.530000', '202206.990000', '202207.450000', '202207.910000', '202208.370000', '202208.830000', '202209.290000', '202209.750000', '202210.210000', '202210.670000', '202211.130000', '202211.590000', '202212.050000', '202212.510000', '202212.970000', '202213.430000', '202213.890000', '202214.350000', '202214.810000', '202215.270000', '202215.730000', '202216.190000', '202216.650000', '202217.110000', '202217.570000', '202218.030000', '202218.490000', '202218.950000', '202219.410000', '202219.870000', '202220.330000', '202220.790000', '202221.250000', '202221.710000', '202222.170000', '202222.630000', '202223.090000', '202223.550000', '202224.010000', '202224.470000', '202224.930000', '202225.390000', '202225.850000', '202226.310000', '202226.770000', '202227.230000', '202227.690000', '202228.150000', '202228.610000', '202229.070000', '202229.530000', '202229.990000', '202230.450000', '202230.910000', '202231.370000', '202231.830000', '202232.290000', '202232.750000', '202233.210000', '202233.670000', '202234.130000', '202234.590000', '202235.050000', '202235.510000', '202235.970000', '202236.430000', '202236.890000', '202237.350000', '202237.810000', '202238.270000', '202238.730000', '202239.190000', '202239.650000', '202240.110000', '202240.570000', '202241.030000', '202241.490000', '202241.950000', '202242.410000', '202242.870000', '202243.330000', '202243.790000', '202244.250000', '202244.710000', '202245.170000', '202245.630000', '202246.090000', '202246.550000', '202247.010000', '202247.470000', '202247.930000', '202248.390000', '202248.850000', '202249.310000', '202249.770000', '202250.230000', '202250.690000', '202251.150000', '202251.610000', '202252.070000', '202252.530000', '202252.990000', '202253.450000', '202253.910000', '202254.370000', '202254.830000', '202255.290000', '202255.750000', '202256.210000', '202256.670000', '202257.130000', '202257.590000', '202258.050000', '202258.510000', '202258.970000', '202259.430000', '202259.890000', '202300.350000', '202300.810000', '202301.270000', '202301.730000', '202302.190000', '202302.650000', '202303.110000', '202303.570000', '202304.030000', '202304.490000', '202304.950000', '202305.410000', '202305.870000', '202306.330000', '202306.790000', '202307.250000', '202307.710000', '202308.170000', '202308.630000', '202309.090000', '202309.550000', '202310.010000', '202310.470000', '202310.930000', '202311.390000', '202311.850000', '202312.310000', '202312.770000', '202313.230000', '202313.690000', '202314.150000', '202314.610000', '202315.070000', '202315.530000', '202315.990000', '202316.450000', '202316.910000', '202317.370000', '202317.830000', '202318.290000', '202318.750000', '202319.210000', '202319.670000', '202320.130000', '202320.590000', '202321.050000', '202321.510000', '202321.970000', '202322.430000', '202322.890000', '202323.350000', '202323.810000', '202324.270000', '202324.730000', '202325.190000', '202325.650000', '202326.110000', '202326.570000', '202327.030000', '202327.490000', '202327.950000', '202328.410000', '202328.870000', '202329.330000', '202329.790000', '202330.250000', '202330.710000', '202331.170000', '202331.630000', '202332.090000', '202332.550000', '202333.010000', '202333.470000', '202333.930000', '202334.390000', '202334.850000', '202335.310000', '202335.770000', '202336.230000', '202336.690000', '202337.150000', '202337.610000', '202338.070000', '202338.530000', '202338.990000', '202339.450000', '202339.910000', '202340.370000', '202340.830000', '202341.290000', '202341.750000', '202342.210000', '202342.670000', '202343.130000', '202343.590000', '202344.050000', '202344.510000', '202344.970000', '202345.430000', '202345.890000', '202346.350000', '202346.810000', '202347.270000', '202347.730000', '202348.190000', '202348.650000', '202349.110000', '202349.570000', '202350.030000', '202350.490000', '202350.950000', '202351.410000', '202351.870000', '202352.330000', '202352.790000', '202353.250000', '202353.710000', '202354.170000', '202354.630000', '202355.090000', '202355.550000', '202356.010000', '202356.470000', '202356.930000', '202357.390000', '202357.850000', '202358.310000', '202358.770000', '202359.230000', '202359.690000', '202400.150000', '202400.610000', '202401.070000', '202401.530000', '202401.990000', '202402.450000', '202402.910000', '202403.370000', '202403.830000', '202404.290000', '202404.750000', '202405.210000', '202405.670000', '202406.130000', '202406.590000', '202407.050000', '202407.510000', '202407.970000', '202408.430000', '202408.890000', '202409.350000', '202409.810000', '202410.270000', '202410.730000', '202411.190000', '202411.650000', '202412.110000', '202412.570000', '202413.030000', '202413.490000', '202413.950000', '202414.410000', '202414.870000', '202415.330000', '202415.790000', '202416.250000', '202416.710000', '202417.170000', '202417.630000', '202418.090000', '202418.550000', '202419.010000', '202419.470000', '202419.930000', '202420.390000', '202420.850000', '202421.310000', '202421.770000', '202422.230000', '202422.690000', '202423.150000', '202423.610000', '202424.070000', '202424.530000', '202424.990000', '202425.450000', '202425.910000', '202426.370000', '202426.830000', '202427.290000', '202427.750000', '202428.210000', '202428.670000', '202429.130000', '202429.590000', '202430.050000', '202430.510000', '202430.970000', '202431.430000', '202431.890000', '202432.350000', '202432.810000', '202433.270000', '202433.730000', '202434.190000', '202434.650000', '202435.110000', '202435.570000', '202436.030000', '202436.490000', '202436.950000', '202437.410000', '202437.870000', '202438.330000', '202438.790000', '202439.250000', '202439.710000', '202440.170000', '202440.630000', '202441.090000', '202441.550000', '202442.010000', '202442.470000', '202442.930000', '202443.390000', '202443.850000', '202444.310000', '202444.770000', '202445.230000', '202445.690000', '202446.150000', '202446.610000', '202447.070000', '202447.530000', '202447.990000', '202448.450000', '202448.910000', '202449.370000', '202449.830000', '202450.290000', '202450.750000', '202451.210000', '202451.670000', '202452.130000', '202452.590000', '202453.050000', '202453.510000', '202453.970000', '202454.430000', '202454.890000', '202455.350000', '202455.810000', '202456.270000', '202456.730000', '202457.190000', '202457.650000', '202458.110000', '202458.570000', '202459.030000', '202459.490000', '202459.950000', '202500.410000', '202500.870000', '202501.330000', '202501.790000', '202502.250000', '202502.710000', '202503.170000', '202503.630000', '202504.090000', '202504.550000', '202505.010000', '202505.470000', '202505.930000', '202506.390000', '202506.850000', '202507.310000', '202507.770000', '202508.230000', '202508.690000', '202509.150000', '202509.610000', '202510.070000', '202510.530000', '202510.990000', '202511.450000', '202511.910000', '202512.370000', '202512.830000', '202513.290000', '202513.750000', '202514.210000', '202514.670000', '202515.130000', '202515.590000', '202516.050000', '202516.510000', '202516.970000', '202517.430000', '202517.890000', '202518.350000', '202518.810000', '202519.270000', '202519.730000', '202520.190000', '202520.650000', '202521.110000', '202521.570000', '202522.030000', '202522.490000', '202522.950000', '202523.410000', '202523.870000', '202524.330000', '202524.790000', '202525.250000', '202525.710000', '202526.170000', '202526.630000', '202527.090000', '202527.550000', '202528.010000', '202528.470000', '202528.930000', '202529.390000', '202529.850000', '202530.310000', '202530.770000', '202531.230000', '202531.690000', '202532.150000', '202532.610000', '202533.070000', '202533.530000', '202533.990000', '202534.450000', '202534.910000', '202535.370000', '202535.830000', '202536.290000', '202536.750000', '202537.210000', '202537.670000', '202538.130000', '202538.590000', '202539.050000', '202539.510000', '202539.970000', '202540.430000', '202540.890000', '202541.350000', '202541.810000', '202542.270000', '202542.730000', '202543.190000', '202543.650000', '202544.110000', '202544.570000', '202545.030000', '202545.490000', '202545.950000', '202546.410000', '202546.870000', '202547.330000', '202547.790000', '202548.250000', '202548.710000', '202549.170000', '202549.630000', '202550.090000', '202550.550000', '202551.010000', '202551.470000', '202551.930000', '202552.390000', '202552.850000', '202553.310000', '202553.770000', '202554.230000', '202554.690000', '202555.150000', '202555.610000', '202556.070000', '202556.530000', '202556.990000', '202557.450000', '202557.910000', '202558.370000', '202558.830000', '202559.290000', '202559.750000', '202600.210000', '202600.670000', '202601.130000', '202601.590000', '202602.050000', '202602.510000', '202602.970000', '202603.430000', '202603.890000', '202604.350000', '202604.810000', '202605.270000', '202605.730000', '202606.190000', '202606.650000', '202607.110000', '202607.570000', '202608.030000', '202608.490000', '202608.950000', '202609.410000', '202609.870000', '202610.330000', '202610.790000', '202611.250000', '202611.710000', '202612.170000', '202612.630000', '202613.090000', '202613.550000', '202614.010000', '202614.470000', '202614.930000', '202615.390000', '202615.850000', '202616.310000', '202616.770000', '202617.230000', '202617.690000', '202618.150000', '202618.610000', '202619.070000', '202619.530000', '202619.990000', '202620.450000', '202620.910000', '202621.370000', '202621.830000', '202622.290000', '202622.750000', '202623.210000', '202623.670000', '202624.130000', '202624.590000', '202625.050000', '202625.510000', '202625.970000', '202626.430000', '202626.890000', '202627.350000', '202627.810000', '202628.270000', '202628.730000', '202629.190000', '202629.650000', '202630.110000', '202630.570000', '202631.030000', '202631.490000', '202631.950000', '202632.410000', '202632.870000', '202633.330000', '202633.790000', '202634.250000', '202634.710000', '202635.170000', '202635.630000', '202636.090000', '202636.550000', '202637.010000', '202637.470000', '202637.930000', '202638.390000', '202638.850000', '202639.310000', '202639.770000', '202640.230000', '202640.690000', '202641.150000', '202641.610000', '202642.070000', '202642.530000', '202642.990000', '202643.450000', '202643.910000', '202644.370000', '202644.830000', '202645.290000', '202645.750000', '202646.210000', '202646.670000', '202647.130000', '202647.590000', '202648.050000', '202648.510000', '202648.970000', '202649.430000', '202649.890000', '202650.350000', '202650.810000', '202651.270000', '202651.730000', '202652.190000', '202652.650000', '202653.110000', '202653.570000', '202654.030000', '202654.490000', '202654.950000', '202655.410000', '202655.870000', '202656.330000', '202656.790000', '202657.250000', '202657.710000', '202658.170000', '202658.630000', '202659.090000', '202659.550000', '202700.010000', '202700.470000', '202700.930000', '202701.390000', '202701.850000', '202702.310000', '202702.770000', '202703.230000', '202703.690000', '202704.150000', '202704.610000', '202705.070000', '202705.530000', '202705.990000', '202706.450000', '202706.910000', '202707.370000', '202707.830000', '202708.290000', '202708.750000', '202709.210000', '202709.670000', '202710.130000', '202710.590000', '202711.050000', '202711.510000', '202711.970000', '202712.430000', '202712.890000', '202713.350000', '202713.810000', '202714.270000', '202714.730000', '202715.190000', '202715.650000', '202716.110000', '202716.570000', '202717.030000', '202717.490000', '202717.950000', '202718.410000', '202718.870000', '202719.330000', '202719.790000', '202720.250000', '202720.710000', '202721.170000', '202721.630000', '202722.090000', '202722.550000', '202723.010000', '202723.470000', '202723.930000', '202724.390000', '202724.850000', '202725.310000', '202725.770000', '202726.230000', '202726.690000', '202727.150000', '202727.610000', '202728.070000', '202728.530000', '202728.990000', '202729.450000', '202729.910000', '202730.370000', '202730.830000', '202731.290000', '202731.750000', '202732.210000', '202732.670000', '202733.130000', '202733.590000', '202734.050000', '202734.510000', '202734.970000', '202735.430000', '202735.890000', '202736.350000', '202736.810000', '202737.270000', '202737.730000', '202738.190000', '202738.650000', '202739.110000', '202739.570000', '202740.030000', '202740.490000', '202740.950000', '202741.410000', '202741.870000', '202742.330000', '202742.790000', '202743.250000', '202743.710000', '202744.170000', '202744.630000', '202745.090000', '202745.550000'], 'ContentTime': ['202015.481000', '202015.484000', '202015.487000', '202015.489000', '202015.492000', '202015.495000', '202015.498000', '202015.500000', '202015.503000', '202015.506000', '202015.508000', '202015.511000', '202015.514000', '202015.516000', '202015.541000', '202015.545000', '202015.547000', '202015.550000', '202015.553000', '202015.556000', '202015.559000', '202015.562000', '202015.565000', '202015.568000', '202015.571000', '202015.573000', '202015.576000', '202015.579000', '202015.582000', '202015.584000', '202015.587000', '202015.590000', '202015.594000', '202015.597000', '202035.417000', '202035.420000', '202035.423000', '202035.425000', '202035.428000', '202035.430000', '202035.433000', '202035.435000', '202035.438000', '202035.440000', '202035.443000', '202035.445000', '202035.448000', '202035.450000', '202035.453000', '202035.460000', '202035.462000', '202035.465000', '202035.467000', '202035.470000', '202035.472000', '202035.475000', '202035.477000', '202035.480000', '202035.482000', '202035.485000', '202035.487000', '202035.490000', '202035.492000', '202035.495000', '202035.498000', '202035.500000', '202035.503000', '202035.505000', '202035.508000', '202035.510000', '202035.513000', '202035.515000', '202035.518000', '202035.520000', '202035.523000', '202035.526000', '202035.528000', '202035.531000', '202055.416000', '202055.419000', '202055.422000', '202055.427000', '202055.429000', '202055.432000', '202055.434000', '202055.437000', '202055.439000', '202055.442000', '202055.446000', '202055.449000', '202055.451000', '202055.454000', '202055.457000', '202055.459000', '202055.462000', '202055.464000', '202055.467000', '202055.469000', '202055.472000', '202055.475000', '202055.477000', '202055.480000', '202055.482000', '202055.485000', '202055.487000', '202055.490000', '202055.493000', '202055.495000', '202055.499000', '202055.502000', '202055.504000', '202055.507000', '202055.509000', '202055.512000', '202055.515000', '202055.517000', '202055.520000', '202055.522000', '202055.525000', '202055.527000', '202055.530000', '202115.418000', '202115.420000', '202115.423000', '202115.425000', '202115.428000', '202115.431000', '202115.433000', '202115.436000', '202115.438000', '202115.441000', '202115.443000', '202115.446000', '202115.448000', '202115.451000', '202115.454000', '202115.456000', '202115.459000', '202115.461000', '202115.464000', '202115.467000', '202115.469000', '202115.472000', '202115.475000', '202115.477000', '202115.480000', '202115.482000', '202115.485000', '202115.487000', '202115.490000', '202115.492000', '202115.495000', '202115.498000', '202115.500000', '202115.503000', '202115.505000', '202115.508000', '202115.510000', '202115.513000', '202115.515000', '202115.518000', '202115.521000', '202115.523000', '202115.526000', '202115.528000', '202135.417000', '202135.420000', '202135.423000', '202135.425000', '202135.428000', '202135.430000', '202135.433000', '202135.436000', '202135.438000', '202135.441000', '202135.443000', '202135.446000', '202135.448000', '202135.451000', '202135.453000', '202135.456000', '202135.459000', '202135.461000', '202135.483000', '202135.486000', '202135.488000', '202135.491000', '202135.493000', '202135.496000', '202135.498000', '202135.501000', '202135.504000', '202135.506000', '202135.509000', '202135.511000', '202135.514000', '202135.523000', '202135.526000', '202135.528000', '202135.531000', '202135.533000', '202135.536000', '202135.538000', '202135.541000', '202135.543000', '202135.546000', '202135.549000', '202135.551000', '202155.418000', '202155.420000', '202155.423000', '202155.426000', '202155.428000', '202155.431000', '202155.433000', '202155.436000', '202155.438000', '202155.441000', '202155.443000', '202155.446000', '202155.449000', '202155.451000', '202155.454000', '202155.456000', '202155.459000', '202155.461000', '202155.468000', '202155.471000', '202155.473000', '202155.476000', '202155.479000', '202155.481000', '202155.484000', '202155.487000', '202155.489000', '202155.492000', '202155.494000', '202155.497000', '202155.499000', '202155.502000', '202155.505000', '202155.507000', '202155.510000', '202155.512000', '202155.515000', '202155.517000', '202155.520000', '202155.523000', '202155.525000', '202155.528000', '202155.530000', '202155.533000', '202215.417000', '202215.420000', '202215.423000', '202215.425000', '202215.428000', '202215.430000', '202215.433000', '202215.436000', '202215.438000', '202215.441000', '202215.443000', '202215.446000', '202215.448000', '202215.451000', '202215.454000', '202215.456000', '202215.459000', '202215.461000', '202215.464000', '202215.466000', '202215.469000', '202215.472000', '202215.474000', '202215.477000', '202215.479000', '202215.482000', '202215.484000', '202215.487000', '202215.490000', '202215.492000', '202215.495000', '202215.497000', '202215.500000', '202215.503000', '202215.506000', '202215.509000', '202215.512000', '202215.514000', '202215.517000', '202215.520000', '202215.522000', '202215.525000', '202215.527000', '202235.418000', '202235.420000', '202235.423000', '202235.426000', '202235.428000', '202235.431000', '202235.433000', '202235.436000', '202235.438000', '202235.444000', '202235.447000', '202235.450000', '202235.452000', '202235.455000', '202235.457000', '202235.460000', '202235.462000', '202235.465000', '202235.467000', '202235.470000', '202235.473000', '202235.475000', '202235.478000', '202235.480000', '202235.483000', '202235.486000', '202235.488000', '202235.491000', '202235.493000', '202235.496000', '202235.498000', '202235.501000', '202235.504000', '202235.506000', '202235.509000', '202235.512000', '202235.514000', '202235.517000', '202235.519000', '202235.522000', '202235.524000', '202235.527000', '202235.529000', '202235.532000', '202255.417000', '202255.420000', '202255.423000', '202255.426000', '202255.428000', '202255.431000', '202255.433000', '202255.436000', '202255.439000', '202255.441000', '202255.444000', '202255.446000', '202255.449000', '202255.452000', '202255.454000', '202255.457000', '202255.459000', '202255.462000', '202255.465000', '202255.467000', '202255.470000', '202255.472000', '202255.475000', '202255.477000', '202255.480000', '202255.483000', '202255.485000', '202255.488000', '202255.490000', '202255.493000', '202255.496000', '202255.498000', '202255.501000', '202255.503000', '202255.506000', '202255.509000', '202255.511000', '202255.514000', '202255.516000', '202255.519000', '202255.521000', '202255.524000', '202255.526000', '202315.437000', '202315.439000', '202315.442000', '202315.445000', '202315.447000', '202315.450000', '202315.453000', '202315.455000', '202315.458000', '202315.460000', '202315.463000', '202315.466000', '202315.468000', '202315.471000', '202315.503000', '202315.506000', '202315.508000', '202315.511000', '202315.514000', '202315.516000', '202315.519000', '202315.522000', '202315.524000', '202315.527000', '202315.529000', '202315.532000', '202315.535000', '202315.537000', '202315.540000', '202315.543000', '202315.545000', '202315.548000', '202315.551000', '202315.553000', '202315.556000', '202315.558000', '202315.561000', '202315.564000', '202315.566000', '202315.569000', '202315.571000', '202315.574000', '202315.577000', '202315.579000', '202335.417000', '202335.420000', '202335.423000', '202335.426000', '202335.428000', '202335.431000', '202335.433000', '202335.436000', '202335.438000', '202335.441000', '202335.444000', '202335.446000', '202335.449000', '202335.451000', '202335.454000', '202335.457000', '202335.459000', '202335.462000', '202335.464000', '202335.467000', '202335.469000', '202335.472000', '202335.475000', '202335.477000', '202335.480000', '202335.482000', '202335.485000', '202335.487000', '202335.490000', '202335.493000', '202335.495000', '202335.498000', '202335.500000', '202335.503000', '202335.505000', '202335.508000', '202335.511000', '202335.513000', '202335.516000', '202335.518000', '202335.521000', '202335.524000', '202335.526000', '202355.418000', '202355.420000', '202355.423000', '202355.426000', '202355.428000', '202355.431000', '202355.433000', '202355.436000', '202355.438000', '202355.441000', '202355.444000', '202355.446000', '202355.449000', '202355.451000', '202355.454000', '202355.457000', '202355.459000', '202355.462000', '202355.464000', '202355.467000', '202355.469000', '202355.472000', '202355.475000', '202355.477000', '202355.480000', '202355.482000', '202355.485000', '202355.488000', '202355.490000', '202355.493000', '202355.495000', '202355.498000', '202355.500000', '202355.503000', '202355.506000', '202355.508000', '202355.511000', '202355.513000', '202355.516000', '202355.519000', '202355.521000', '202355.524000', '202355.526000', '202355.529000', '202415.417000', '202415.420000', '202415.423000', '202415.425000', '202415.428000', '202415.431000', '202415.433000', '202415.436000', '202415.439000', '202415.441000', '202415.444000', '202415.446000', '202415.449000', '202415.452000', '202415.454000', '202415.457000', '202415.459000', '202415.462000', '202415.465000', '202415.467000', '202415.470000', '202415.472000', '202415.475000', '202415.478000', '202415.480000', '202415.483000', '202415.486000', '202415.488000', '202415.491000', '202415.493000', '202415.496000', '202415.499000', '202415.501000', '202415.504000', '202415.506000', '202415.509000', '202415.512000', '202415.514000', '202415.517000', '202415.519000', '202415.522000', '202415.525000', '202415.527000', '202435.418000', '202435.420000', '202435.423000', '202435.426000', '202435.428000', '202435.431000', '202435.434000', '202435.436000', '202435.439000', '202435.441000', '202435.444000', '202435.447000', '202435.449000', '202435.452000', '202435.454000', '202435.457000', '202435.459000', '202435.462000', '202435.465000', '202435.467000', '202435.470000', '202435.472000', '202435.475000', '202435.477000', '202435.480000', '202435.483000', '202435.485000', '202435.488000', '202435.490000', '202435.493000', '202435.496000', '202435.498000', '202435.501000', '202435.503000', '202435.506000', '202435.508000', '202435.511000', '202435.514000', '202435.516000', '202435.570000', '202435.573000', '202435.575000', '202435.578000', '202435.580000', '202455.417000', '202455.420000', '202455.423000', '202455.425000', '202455.428000', '202455.431000', '202455.433000', '202455.436000', '202455.438000', '202455.441000', '202455.443000', '202455.446000', '202455.449000', '202455.451000', '202455.454000', '202455.456000', '202455.459000', '202455.462000', '202455.464000', '202455.467000', '202455.469000', '202455.472000', '202455.475000', '202455.477000', '202455.480000', '202455.482000', '202455.485000', '202455.488000', '202455.490000', '202455.493000', '202455.495000', '202455.498000', '202455.500000', '202455.503000', '202455.506000', '202455.508000', '202455.511000', '202455.513000', '202455.516000', '202455.519000', '202455.521000', '202455.524000', '202455.526000', '202515.418000', '202515.421000', '202515.423000', '202515.426000', '202515.428000', '202515.431000', '202515.434000', '202515.436000', '202515.439000', '202515.442000', '202515.445000', '202515.447000', '202515.450000', '202515.453000', '202515.455000', '202515.458000', '202515.460000', '202515.463000', '202515.466000', '202515.468000', '202515.471000', '202515.473000', '202515.476000', '202515.479000', '202515.481000', '202515.484000', '202515.486000', '202515.489000', '202515.491000', '202515.494000', '202515.497000', '202515.499000', '202515.502000', '202515.504000', '202515.507000', '202515.510000', '202515.512000', '202515.515000', '202515.517000', '202515.520000', '202515.523000', '202515.525000', '202515.528000', '202535.416000', '202535.419000', '202535.422000', '202535.424000', '202535.427000', '202535.430000', '202535.432000', '202535.437000', '202535.439000', '202535.442000', '202535.444000', '202535.447000', '202535.449000', '202535.452000', '202535.455000', '202535.457000', '202535.460000', '202535.462000', '202535.465000', '202535.467000', '202535.470000', '202535.473000', '202535.475000', '202535.478000', '202535.480000', '202535.483000', '202535.485000', '202535.488000', '202535.491000', '202535.493000', '202535.496000', '202535.498000', '202535.501000', '202535.503000', '202535.506000', '202535.509000', '202535.511000', '202535.514000', '202535.516000', '202535.519000', '202535.522000', '202535.524000', '202535.527000', '202535.529000', '202555.418000', '202555.421000', '202555.424000', '202555.427000', '202555.429000', '202555.432000', '202555.434000', '202555.437000', '202555.440000', '202555.442000', '202555.445000', '202555.447000', '202555.450000', '202555.452000', '202555.455000', '202555.458000', '202555.460000', '202555.463000', '202555.465000', '202555.468000', '202555.471000', '202555.474000', '202555.476000', '202555.479000', '202555.482000', '202555.484000', '202555.487000', '202555.489000', '202555.492000', '202555.494000', '202555.497000', '202555.500000', '202555.502000', '202555.505000', '202555.507000', '202555.510000', '202555.512000', '202555.515000', '202555.518000', '202555.520000', '202555.523000', '202555.525000', '202555.528000', '202555.530000', '202615.417000', '202615.420000', '202615.423000', '202615.425000', '202615.428000', '202615.430000', '202615.453000', '202615.455000', '202615.458000', '202615.460000', '202615.463000', '202615.466000', '202615.468000', '202615.471000', '202615.473000', '202615.476000', '202615.478000', '202615.481000', '202615.483000', '202615.486000', '202615.489000', '202615.491000', '202615.494000', '202615.496000', '202615.499000', '202615.501000', '202615.504000', '202615.506000', '202615.509000', '202615.512000', '202615.514000', '202615.517000', '202615.519000', '202615.522000', '202615.525000', '202615.527000', '202615.530000', '202615.532000', '202615.535000', '202615.538000', '202615.540000', '202615.543000', '202615.545000', '202635.418000', '202635.420000', '202635.423000', '202635.426000', '202635.428000', '202635.431000', '202635.433000', '202635.436000', '202635.438000', '202635.441000', '202635.444000', '202635.446000', '202635.449000', '202635.451000', '202635.454000', '202635.457000', '202635.459000', '202635.462000', '202635.464000', '202635.467000', '202635.470000', '202635.472000', '202635.475000', '202635.477000', '202635.480000', '202635.482000', '202635.485000', '202635.488000', '202635.490000', '202635.493000', '202635.495000', '202635.498000', '202635.500000', '202635.503000', '202635.506000', '202635.508000', '202635.511000', '202635.513000', '202635.516000', '202635.519000', '202635.521000', '202635.524000', '202635.526000', '202635.529000', '202655.417000', '202655.420000', '202655.423000', '202655.425000', '202655.428000', '202655.431000', '202655.433000', '202655.436000', '202655.438000', '202655.441000', '202655.443000', '202655.446000', '202655.449000', '202655.451000', '202655.454000', '202655.457000', '202655.459000', '202655.462000', '202655.464000', '202655.467000', '202655.470000', '202655.472000', '202655.475000', '202655.477000', '202655.480000', '202655.483000', '202655.485000', '202655.488000', '202655.490000', '202655.493000', '202655.495000', '202655.498000', '202655.501000', '202655.503000', '202655.506000', '202655.508000', '202655.511000', '202655.514000', '202655.516000', '202655.519000', '202655.521000', '202655.524000', '202655.526000', '202715.418000', '202715.420000', '202715.423000', '202715.426000', '202715.428000', '202715.431000', '202715.433000', '202715.436000', '202715.439000', '202715.441000', '202715.444000', '202715.446000', '202715.449000', '202715.451000', '202715.454000', '202715.457000', '202715.459000', '202715.463000', '202715.466000', '202715.469000', '202715.471000', '202715.474000', '202715.477000', '202715.479000', '202715.482000', '202715.484000', '202715.487000', '202715.490000', '202715.492000', '202715.495000', '202715.497000', '202715.500000', '202715.502000', '202715.505000', '202715.508000', '202715.510000', '202715.513000', '202715.516000', '202715.518000', '202715.521000', '202715.524000', '202715.526000', '202715.529000', '202715.531000', '202735.418000', '202735.420000', '202735.438000', '202735.441000', '202735.443000', '202735.446000', '202735.449000', '202735.451000', '202735.454000', '202735.456000', '202735.459000', '202735.461000', '202735.464000', '202735.467000', '202735.469000', '202735.472000', '202735.475000', '202735.477000', '202735.480000', '202735.482000', '202735.485000', '202735.487000', '202735.490000', '202735.493000', '202735.495000', '202735.498000', '202735.500000', '202735.503000', '202735.506000', '202735.508000', '202735.511000', '202735.513000', '202735.516000', '202735.518000', '202735.521000', '202735.524000', '202735.526000', '202735.529000', '202735.531000', '202735.534000', '202735.536000', '202735.539000', '202735.541000', '202746.684000', '202746.686000', '202746.689000', '202746.692000', '202746.695000', '202746.697000', '202746.700000', '202746.702000', '202746.705000', '202746.708000', '202746.710000', '202746.713000', '202746.715000', '202746.718000', '202746.721000', '202746.723000', '202746.726000', '202746.729000', '202746.731000', '202746.734000', '202746.737000', '202746.739000', '202746.742000', '202746.745000', '202746.747000'], 'InstanceCreationTime': ['202015.481000', '202015.484000', '202015.487000', '202015.489000', '202015.492000', '202015.495000', '202015.498000', '202015.500000', '202015.503000', '202015.506000', '202015.508000', '202015.511000', '202015.514000', '202015.516000', '202015.541000', '202015.545000', '202015.547000', '202015.550000', '202015.553000', '202015.556000', '202015.559000', '202015.562000', '202015.565000', '202015.568000', '202015.571000', '202015.573000', '202015.576000', '202015.579000', '202015.582000', '202015.584000', '202015.587000', '202015.590000', '202015.594000', '202015.597000', '202035.417000', '202035.420000', '202035.423000', '202035.425000', '202035.428000', '202035.430000', '202035.433000', '202035.435000', '202035.438000', '202035.440000', '202035.443000', '202035.445000', '202035.448000', '202035.450000', '202035.453000', '202035.460000', '202035.462000', '202035.465000', '202035.467000', '202035.470000', '202035.472000', '202035.475000', '202035.477000', '202035.480000', '202035.482000', '202035.485000', '202035.487000', '202035.490000', '202035.492000', '202035.495000', '202035.498000', '202035.500000', '202035.503000', '202035.505000', '202035.508000', '202035.510000', '202035.513000', '202035.515000', '202035.518000', '202035.520000', '202035.523000', '202035.526000', '202035.528000', '202035.531000', '202055.416000', '202055.419000', '202055.422000', '202055.427000', '202055.429000', '202055.432000', '202055.434000', '202055.437000', '202055.439000', '202055.442000', '202055.446000', '202055.449000', '202055.451000', '202055.454000', '202055.457000', '202055.459000', '202055.462000', '202055.464000', '202055.467000', '202055.469000', '202055.472000', '202055.475000', '202055.477000', '202055.480000', '202055.482000', '202055.485000', '202055.487000', '202055.490000', '202055.493000', '202055.495000', '202055.499000', '202055.502000', '202055.504000', '202055.507000', '202055.509000', '202055.512000', '202055.515000', '202055.517000', '202055.520000', '202055.522000', '202055.525000', '202055.527000', '202055.530000', '202115.418000', '202115.420000', '202115.423000', '202115.425000', '202115.428000', '202115.431000', '202115.433000', '202115.436000', '202115.438000', '202115.441000', '202115.443000', '202115.446000', '202115.448000', '202115.451000', '202115.454000', '202115.456000', '202115.459000', '202115.461000', '202115.464000', '202115.467000', '202115.469000', '202115.472000', '202115.475000', '202115.477000', '202115.480000', '202115.482000', '202115.485000', '202115.487000', '202115.490000', '202115.492000', '202115.495000', '202115.498000', '202115.500000', '202115.503000', '202115.505000', '202115.508000', '202115.510000', '202115.513000', '202115.515000', '202115.518000', '202115.521000', '202115.523000', '202115.526000', '202115.528000', '202135.417000', '202135.420000', '202135.423000', '202135.425000', '202135.428000', '202135.430000', '202135.433000', '202135.436000', '202135.438000', '202135.441000', '202135.443000', '202135.446000', '202135.448000', '202135.451000', '202135.453000', '202135.456000', '202135.459000', '202135.461000', '202135.483000', '202135.486000', '202135.488000', '202135.491000', '202135.493000', '202135.496000', '202135.498000', '202135.501000', '202135.504000', '202135.506000', '202135.509000', '202135.511000', '202135.514000', '202135.523000', '202135.526000', '202135.528000', '202135.531000', '202135.533000', '202135.536000', '202135.538000', '202135.541000', '202135.543000', '202135.546000', '202135.549000', '202135.551000', '202155.418000', '202155.420000', '202155.423000', '202155.426000', '202155.428000', '202155.431000', '202155.433000', '202155.436000', '202155.438000', '202155.441000', '202155.443000', '202155.446000', '202155.449000', '202155.451000', '202155.454000', '202155.456000', '202155.459000', '202155.461000', '202155.468000', '202155.471000', '202155.473000', '202155.476000', '202155.479000', '202155.481000', '202155.484000', '202155.487000', '202155.489000', '202155.492000', '202155.494000', '202155.497000', '202155.499000', '202155.502000', '202155.505000', '202155.507000', '202155.510000', '202155.512000', '202155.515000', '202155.517000', '202155.520000', '202155.523000', '202155.525000', '202155.528000', '202155.530000', '202155.533000', '202215.417000', '202215.420000', '202215.423000', '202215.425000', '202215.428000', '202215.430000', '202215.433000', '202215.436000', '202215.438000', '202215.441000', '202215.443000', '202215.446000', '202215.448000', '202215.451000', '202215.454000', '202215.456000', '202215.459000', '202215.461000', '202215.464000', '202215.466000', '202215.469000', '202215.472000', '202215.474000', '202215.477000', '202215.479000', '202215.482000', '202215.484000', '202215.487000', '202215.490000', '202215.492000', '202215.495000', '202215.497000', '202215.500000', '202215.503000', '202215.506000', '202215.509000', '202215.512000', '202215.514000', '202215.517000', '202215.520000', '202215.522000', '202215.525000', '202215.527000', '202235.418000', '202235.420000', '202235.423000', '202235.426000', '202235.428000', '202235.431000', '202235.433000', '202235.436000', '202235.438000', '202235.444000', '202235.447000', '202235.450000', '202235.452000', '202235.455000', '202235.457000', '202235.460000', '202235.462000', '202235.465000', '202235.467000', '202235.470000', '202235.473000', '202235.475000', '202235.478000', '202235.480000', '202235.483000', '202235.486000', '202235.488000', '202235.491000', '202235.493000', '202235.496000', '202235.498000', '202235.501000', '202235.504000', '202235.506000', '202235.509000', '202235.512000', '202235.514000', '202235.517000', '202235.519000', '202235.522000', '202235.524000', '202235.527000', '202235.529000', '202235.532000', '202255.417000', '202255.420000', '202255.423000', '202255.426000', '202255.428000', '202255.431000', '202255.433000', '202255.436000', '202255.439000', '202255.441000', '202255.444000', '202255.446000', '202255.449000', '202255.452000', '202255.454000', '202255.457000', '202255.459000', '202255.462000', '202255.465000', '202255.467000', '202255.470000', '202255.472000', '202255.475000', '202255.477000', '202255.480000', '202255.483000', '202255.485000', '202255.488000', '202255.490000', '202255.493000', '202255.496000', '202255.498000', '202255.501000', '202255.503000', '202255.506000', '202255.509000', '202255.511000', '202255.514000', '202255.516000', '202255.519000', '202255.521000', '202255.524000', '202255.526000', '202315.437000', '202315.439000', '202315.442000', '202315.445000', '202315.447000', '202315.450000', '202315.453000', '202315.455000', '202315.458000', '202315.460000', '202315.463000', '202315.466000', '202315.468000', '202315.471000', '202315.503000', '202315.506000', '202315.508000', '202315.511000', '202315.514000', '202315.516000', '202315.519000', '202315.522000', '202315.524000', '202315.527000', '202315.529000', '202315.532000', '202315.535000', '202315.537000', '202315.540000', '202315.543000', '202315.545000', '202315.548000', '202315.551000', '202315.553000', '202315.556000', '202315.558000', '202315.561000', '202315.564000', '202315.566000', '202315.569000', '202315.571000', '202315.574000', '202315.577000', '202315.579000', '202335.417000', '202335.420000', '202335.423000', '202335.426000', '202335.428000', '202335.431000', '202335.433000', '202335.436000', '202335.438000', '202335.441000', '202335.444000', '202335.446000', '202335.449000', '202335.451000', '202335.454000', '202335.457000', '202335.459000', '202335.462000', '202335.464000', '202335.467000', '202335.469000', '202335.472000', '202335.475000', '202335.477000', '202335.480000', '202335.482000', '202335.485000', '202335.487000', '202335.490000', '202335.493000', '202335.495000', '202335.498000', '202335.500000', '202335.503000', '202335.505000', '202335.508000', '202335.511000', '202335.513000', '202335.516000', '202335.518000', '202335.521000', '202335.524000', '202335.526000', '202355.418000', '202355.420000', '202355.423000', '202355.426000', '202355.428000', '202355.431000', '202355.433000', '202355.436000', '202355.438000', '202355.441000', '202355.444000', '202355.446000', '202355.449000', '202355.451000', '202355.454000', '202355.457000', '202355.459000', '202355.462000', '202355.464000', '202355.467000', '202355.469000', '202355.472000', '202355.475000', '202355.477000', '202355.480000', '202355.482000', '202355.485000', '202355.488000', '202355.490000', '202355.493000', '202355.495000', '202355.498000', '202355.500000', '202355.503000', '202355.506000', '202355.508000', '202355.511000', '202355.513000', '202355.516000', '202355.519000', '202355.521000', '202355.524000', '202355.526000', '202355.529000', '202415.417000', '202415.420000', '202415.423000', '202415.425000', '202415.428000', '202415.431000', '202415.433000', '202415.436000', '202415.439000', '202415.441000', '202415.444000', '202415.446000', '202415.449000', '202415.452000', '202415.454000', '202415.457000', '202415.459000', '202415.462000', '202415.465000', '202415.467000', '202415.470000', '202415.472000', '202415.475000', '202415.478000', '202415.480000', '202415.483000', '202415.486000', '202415.488000', '202415.491000', '202415.493000', '202415.496000', '202415.499000', '202415.501000', '202415.504000', '202415.506000', '202415.509000', '202415.512000', '202415.514000', '202415.517000', '202415.519000', '202415.522000', '202415.525000', '202415.527000', '202435.418000', '202435.420000', '202435.423000', '202435.426000', '202435.428000', '202435.431000', '202435.434000', '202435.436000', '202435.439000', '202435.441000', '202435.444000', '202435.447000', '202435.449000', '202435.452000', '202435.454000', '202435.457000', '202435.459000', '202435.462000', '202435.465000', '202435.467000', '202435.470000', '202435.472000', '202435.475000', '202435.477000', '202435.480000', '202435.483000', '202435.485000', '202435.488000', '202435.490000', '202435.493000', '202435.496000', '202435.498000', '202435.501000', '202435.503000', '202435.506000', '202435.508000', '202435.511000', '202435.514000', '202435.516000', '202435.570000', '202435.573000', '202435.575000', '202435.578000', '202435.580000', '202455.417000', '202455.420000', '202455.423000', '202455.425000', '202455.428000', '202455.431000', '202455.433000', '202455.436000', '202455.438000', '202455.441000', '202455.443000', '202455.446000', '202455.449000', '202455.451000', '202455.454000', '202455.456000', '202455.459000', '202455.462000', '202455.464000', '202455.467000', '202455.469000', '202455.472000', '202455.475000', '202455.477000', '202455.480000', '202455.482000', '202455.485000', '202455.488000', '202455.490000', '202455.493000', '202455.495000', '202455.498000', '202455.500000', '202455.503000', '202455.506000', '202455.508000', '202455.511000', '202455.513000', '202455.516000', '202455.519000', '202455.521000', '202455.524000', '202455.526000', '202515.418000', '202515.421000', '202515.423000', '202515.426000', '202515.428000', '202515.431000', '202515.434000', '202515.436000', '202515.439000', '202515.442000', '202515.445000', '202515.447000', '202515.450000', '202515.453000', '202515.455000', '202515.458000', '202515.460000', '202515.463000', '202515.466000', '202515.468000', '202515.471000', '202515.473000', '202515.476000', '202515.479000', '202515.481000', '202515.484000', '202515.486000', '202515.489000', '202515.491000', '202515.494000', '202515.497000', '202515.499000', '202515.502000', '202515.504000', '202515.507000', '202515.510000', '202515.512000', '202515.515000', '202515.517000', '202515.520000', '202515.523000', '202515.525000', '202515.528000', '202535.416000', '202535.419000', '202535.422000', '202535.424000', '202535.427000', '202535.430000', '202535.432000', '202535.437000', '202535.439000', '202535.442000', '202535.444000', '202535.447000', '202535.449000', '202535.452000', '202535.455000', '202535.457000', '202535.460000', '202535.462000', '202535.465000', '202535.467000', '202535.470000', '202535.473000', '202535.475000', '202535.478000', '202535.480000', '202535.483000', '202535.485000', '202535.488000', '202535.491000', '202535.493000', '202535.496000', '202535.498000', '202535.501000', '202535.503000', '202535.506000', '202535.509000', '202535.511000', '202535.514000', '202535.516000', '202535.519000', '202535.522000', '202535.524000', '202535.527000', '202535.529000', '202555.418000', '202555.421000', '202555.424000', '202555.427000', '202555.429000', '202555.432000', '202555.434000', '202555.437000', '202555.440000', '202555.442000', '202555.445000', '202555.447000', '202555.450000', '202555.452000', '202555.455000', '202555.458000', '202555.460000', '202555.463000', '202555.465000', '202555.468000', '202555.471000', '202555.474000', '202555.476000', '202555.479000', '202555.482000', '202555.484000', '202555.487000', '202555.489000', '202555.492000', '202555.494000', '202555.497000', '202555.500000', '202555.502000', '202555.505000', '202555.507000', '202555.510000', '202555.512000', '202555.515000', '202555.518000', '202555.520000', '202555.523000', '202555.525000', '202555.528000', '202555.530000', '202615.417000', '202615.420000', '202615.423000', '202615.425000', '202615.428000', '202615.430000', '202615.453000', '202615.455000', '202615.458000', '202615.460000', '202615.463000', '202615.466000', '202615.468000', '202615.471000', '202615.473000', '202615.476000', '202615.478000', '202615.481000', '202615.483000', '202615.486000', '202615.489000', '202615.491000', '202615.494000', '202615.496000', '202615.499000', '202615.501000', '202615.504000', '202615.506000', '202615.509000', '202615.512000', '202615.514000', '202615.517000', '202615.519000', '202615.522000', '202615.525000', '202615.527000', '202615.530000', '202615.532000', '202615.535000', '202615.538000', '202615.540000', '202615.543000', '202615.545000', '202635.418000', '202635.420000', '202635.423000', '202635.426000', '202635.428000', '202635.431000', '202635.433000', '202635.436000', '202635.438000', '202635.441000', '202635.444000', '202635.446000', '202635.449000', '202635.451000', '202635.454000', '202635.457000', '202635.459000', '202635.462000', '202635.464000', '202635.467000', '202635.470000', '202635.472000', '202635.475000', '202635.477000', '202635.480000', '202635.482000', '202635.485000', '202635.488000', '202635.490000', '202635.493000', '202635.495000', '202635.498000', '202635.500000', '202635.503000', '202635.506000', '202635.508000', '202635.511000', '202635.513000', '202635.516000', '202635.519000', '202635.521000', '202635.524000', '202635.526000', '202635.529000', '202655.417000', '202655.420000', '202655.423000', '202655.425000', '202655.428000', '202655.431000', '202655.433000', '202655.436000', '202655.438000', '202655.441000', '202655.443000', '202655.446000', '202655.449000', '202655.451000', '202655.454000', '202655.457000', '202655.459000', '202655.462000', '202655.464000', '202655.467000', '202655.470000', '202655.472000', '202655.475000', '202655.477000', '202655.480000', '202655.483000', '202655.485000', '202655.488000', '202655.490000', '202655.493000', '202655.495000', '202655.498000', '202655.501000', '202655.503000', '202655.506000', '202655.508000', '202655.511000', '202655.514000', '202655.516000', '202655.519000', '202655.521000', '202655.524000', '202655.526000', '202715.418000', '202715.420000', '202715.423000', '202715.426000', '202715.428000', '202715.431000', '202715.433000', '202715.436000', '202715.439000', '202715.441000', '202715.444000', '202715.446000', '202715.449000', '202715.451000', '202715.454000', '202715.457000', '202715.459000', '202715.463000', '202715.466000', '202715.469000', '202715.471000', '202715.474000', '202715.477000', '202715.479000', '202715.482000', '202715.484000', '202715.487000', '202715.490000', '202715.492000', '202715.495000', '202715.497000', '202715.500000', '202715.502000', '202715.505000', '202715.508000', '202715.510000', '202715.513000', '202715.516000', '202715.518000', '202715.521000', '202715.524000', '202715.526000', '202715.529000', '202715.531000', '202735.418000', '202735.420000', '202735.438000', '202735.441000', '202735.443000', '202735.446000', '202735.449000', '202735.451000', '202735.454000', '202735.456000', '202735.459000', '202735.461000', '202735.464000', '202735.467000', '202735.469000', '202735.472000', '202735.475000', '202735.477000', '202735.480000', '202735.482000', '202735.485000', '202735.487000', '202735.490000', '202735.493000', '202735.495000', '202735.498000', '202735.500000', '202735.503000', '202735.506000', '202735.508000', '202735.511000', '202735.513000', '202735.516000', '202735.518000', '202735.521000', '202735.524000', '202735.526000', '202735.529000', '202735.531000', '202735.534000', '202735.536000', '202735.539000', '202735.541000', '202746.684000', '202746.686000', '202746.689000', '202746.692000', '202746.695000', '202746.697000', '202746.700000', '202746.702000', '202746.705000', '202746.708000', '202746.710000', '202746.713000', '202746.715000', '202746.718000', '202746.721000', '202746.723000', '202746.726000', '202746.729000', '202746.731000', '202746.734000', '202746.737000', '202746.739000', '202746.742000', '202746.745000', '202746.747000'], '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': [9205, 8746, 10030, 8688, 11784, 8669, 7987, 9372, 8854, 10879, 9007, 11661, 9000, 7579, 9017, 8966, 11285, 8656, 10285, 8995, 11545, 9246, 12355, 8988, 8710, 8957, 8852, 10278, 8225, 10377, 8920, 10752, 9347, 8614, 8985, 8720, 9997, 8383, 11772, 9095, 8336, 9059, 9025, 10780, 8518, 10947, 8837, 11189, 9232, 10415, 9629, 8375, 9187, 9012, 11805, 8697, 14370, 9415, 12062, 9092, 8199, 9128, 8553, 10795, 8894, 11533, 8901, 8257, 9308, 9373, 10331, 8739, 10695, 9235, 10741, 9295, 8260, 9003, 9017, 10126, 8307, 11477, 9239, 9859, 9474, 8589, 9472, 8354, 10846, 8919, 11383, 9445, 9137, 9189, 8534, 9382, 8329, 11327, 9362, 9984, 9442, 8680, 9438, 8805, 10817, 9377, 10877, 9442, 8347, 9435, 8798, 9499, 8856, 10870, 8228, 11160, 8974, 10940, 9393, 8474, 9530, 8643, 10172, 8729, 9977, 9372, 8577, 10881, 9422, 8854, 10411, 9399, 8754, 10099, 9020, 14556, 9710, 17375, 9163, 15330, 9419, 13178, 12003, 8971, 9845, 8972, 10545, 9060, 9852, 9524, 8169, 9147, 8518, 11239, 8787, 12511, 10387, 9224, 14133, 11133, 9192, 15208, 10881, 17234, 13890, 13719, 9787, 9179, 10276, 8836, 12372, 8614, 11670, 9354, 10295, 9412, 8983, 10538, 9004, 10940, 9272, 10118, 9283, 8199, 9614, 8679, 10843, 9420, 9411, 9515, 8236, 9715, 8716, 10996, 9599, 9655, 9513, 8674, 9707, 8517, 10646, 8753, 12865, 9723, 11666, 9388, 15732, 10400, 14337, 9486, 8573, 9933, 8764, 11647, 8324, 11595, 8587, 11979, 9198, 12224, 9088, 9232, 9573, 8692, 9968, 8357, 11356, 8738, 11045, 9306, 10221, 9511, 7994, 9533, 8662, 9485, 9142, 11955, 8855, 8349, 9373, 8919, 10576, 8813, 10923, 9622, 7168, 11280, 8694, 11289, 9524, 9218, 16896, 13867, 17371, 11234, 13688, 13565, 12370, 8793, 9855, 9253, 10491, 8758, 11247, 9034, 9953, 9058, 8484, 9096, 8627, 9039, 9010, 9807, 9120, 11205, 9097, 9234, 8512, 9274, 8990, 10180, 8670, 10953, 9048, 11228, 9177, 11307, 8974, 10633, 9099, 10602, 9301, 10655, 9098, 12410, 8846, 10240, 8873, 10954, 8662, 11498, 8820, 10159, 9268, 10863, 9019, 11528, 9139, 10957, 9263, 10968, 8979, 15426, 9633, 10204, 8435, 8883, 9748, 9307, 11414, 8620, 9010, 8876, 8820, 9904, 13038, 8887, 15270, 10110, 11805, 17565, 12749, 17605, 11770, 16488, 12843, 11857, 14092, 9839, 12478, 9258, 12677, 9190, 10118, 9304, 8853, 9139, 9261, 10819, 8789, 11586, 9162, 11211, 9112, 8665, 9223, 8904, 10082, 9042, 10916, 8946, 11387, 9420, 9941, 9334, 8910, 9889, 8873, 10791, 9107, 10896, 9117, 10272, 9102, 8201, 9211, 8502, 10369, 8816, 10455, 9165, 10991, 9243, 7760, 9215, 8582, 10137, 8645, 10987, 9262, 10545, 9157, 10079, 9476, 8698, 9641, 9662, 10803, 9838, 12572, 9463, 9637, 9430, 8967, 9699, 9115, 10184, 8997, 11531, 8981, 13781, 9324, 11146, 9359, 9516, 9330, 8677, 9613, 8848, 10672, 8692, 11141, 8940, 10831, 9253, 11017, 8871, 9310, 9233, 9182, 9618, 9014, 10774, 9082, 10582, 9470, 8986, 9481, 8884, 9347, 8989, 10262, 9032, 10494, 9030, 9484, 9395, 12885, 9308, 9145, 9216, 9359, 10988, 9215, 9437, 9895, 9374, 11328, 9100, 9648, 9182, 9229, 11382, 9527, 14343, 9580, 17429, 15190, 17096, 10569, 9134, 9913, 9577, 12125, 9476, 9616, 9013, 8924, 9316, 10406, 11880, 8961, 10675, 9209, 8827, 9176, 8941, 9457, 9676, 9238, 14828, 8838, 15840, 14775, 13172, 11534, 10794, 9127, 9211, 8982, 9985, 9124, 10645, 9617, 8886, 9198, 9477, 9254, 9433, 9280, 9161, 9261, 9291, 9650, 10412, 9211, 11357, 9130, 14436, 9644, 16460, 12464, 9292, 10315, 8776, 10995, 9094, 10061, 9494, 8578, 9237, 9119, 10977, 9449, 9074, 9182, 8918, 10208, 9097, 11063, 8659, 10967, 9120, 10412, 9186, 9738, 9130, 8570, 9184, 9019, 10158, 8603, 11002, 9199, 9313, 8969, 8898, 10600, 9375, 11017, 9517, 9298, 9410, 9269, 10840, 8886, 10845, 9101, 11238, 9296, 8865, 9394, 9382, 7681, 10163, 9288, 9687, 9271, 9276, 9053, 9072, 14482, 10281, 16768, 14493, 16335, 9076, 14056, 8938, 11871, 8712, 11789, 9071, 9579, 9026, 8744, 10381, 9211, 9912, 9090, 8950, 9390, 10662, 9454, 8682, 9383, 9397, 10871, 9093, 9210, 9245, 8726, 9873, 12574, 9460, 17032, 10919, 15427, 9295, 12731, 9074, 10550, 9264, 10121, 8885, 8673, 10542, 8949, 11068, 9010, 9672, 9145, 9761, 9526, 8977, 10118, 9450, 11451, 9331, 8939, 9588, 9030, 8363, 11396, 8729, 17179, 12790, 15232, 10836, 9084, 8909, 10392, 12727, 16886, 13550, 14808, 15763, 12487, 19018, 14680, 18448, 14493, 15571, 11810, 18272, 12055, 15603, 10969, 9110, 9728, 8744, 9772, 9105, 9352, 9401, 9003, 10086, 9197, 11018, 9128, 10506, 8701, 9400, 9317, 9852, 10810, 9423, 9073, 9259, 9198, 10242, 9628, 10598, 9573, 10881, 9541, 8960, 8893, 8616, 9079, 9116, 10923, 9459, 9971, 9554, 8143, 9012, 8838, 10762, 9574, 10886, 9692, 13330, 9541, 10420, 8981, 8230, 10024, 9271, 10667, 9450, 8449, 8764, 8583, 10208, 9071, 11312, 9538, 11797, 9485, 9672, 9720, 10133, 9614, 10291, 9218, 9122, 9950, 9339, 11611, 9214, 11634, 9395, 10761, 9270, 9184, 9082, 8436, 9190, 9336, 11568, 9303, 11329, 9372, 9336, 9604, 8638, 9252, 8753, 9824, 9441, 11568, 9582, 12947, 9521, 9965, 9425, 7898, 8977, 9193, 10803, 9530, 9651, 9852, 11322, 9515, 14625, 10042, 12500, 9700, 13950, 9306, 11737, 9446, 11087, 9967, 10315, 9201, 8199, 9538, 8615, 9971, 9237, 10611, 9550, 10475, 9311, 8085, 9130, 8869, 10885, 9486, 11163, 9454, 11232, 9644, 9746, 9431, 8888, 9551, 9300, 10794, 9521, 14416, 9315, 13336, 9728, 12295, 9328, 10061, 9370, 8207, 9275, 8937, 10788, 9270, 11086, 9302, 10773, 9165, 8379, 9354, 9132, 10812, 9285, 11461, 9437, 10267, 9274, 9384, 9214, 9333, 9748, 9629, 11226, 9535, 9356, 9870, 9535, 9336, 9870, 9240, 10584, 9559, 11283, 9484, 11467, 9342, 8754, 9255, 8886, 10685, 9176, 11589, 9110, 8459, 9351, 9433, 11637, 9288, 8891, 9572, 9568, 9064, 8309, 9197, 9504, 11147, 9183, 10917, 9329, 8520, 9398, 9686, 11869, 9226, 9752, 9191, 8999, 9911, 9621, 12067, 9559, 8753, 9365, 9481, 11496, 9460, 12814, 9461, 9771, 9376, 8715, 9305, 9052, 11009, 9449, 10030, 9227, 8830, 9067, 8943, 10916, 9418, 11364, 9373, 11022, 9280, 10870, 9461, 10988, 9752, 10999, 9023, 8589, 9505, 8543, 10036, 9086, 10991, 9266, 11173, 9548, 10498, 9459, 8848, 9139, 9135, 10678, 9427, 11604, 9291, 10844, 9378, 10150, 9326, 8595, 9243, 8742, 10652, 9267, 10796, 9100, 8478, 9145, 8778, 10132, 9039, 10935, 9372, 11157, 9397, 13389, 9280, 10600, 9533, 9290, 10443, 9285, 11064, 9593, 10686, 9566, 8917, 9221, 8945, 9347, 9392, 12064, 9382, 11962, 9520, 11359, 9630, 9014, 9769, 9249, 11170, 9366, 14200, 9030, 8496, 10026, 9580, 11389, 9082, 9269, 14561, 9087, 14988, 10877, 16874, 11148, 9253, 8940, 9233, 11769, 9105, 10956, 8958, 8873, 9014, 8939, 10546, 9627], 'WindowCenter': [4075.0, 4059.0, 4068.0, 4045.0, 4061.0, 4031.0, 4017.0, 4039.0, 4039.0, 4061.0, 4042.0, 4062.0, 4041.0, 4030.0, 4039.0, 4043.0, 4076.0, 4043.0, 4052.0, 4043.0, 4063.0, 4055.0, 4061.0, 4030.0, 4030.0, 4039.0, 4041.0, 4052.0, 4028.0, 4039.0, 4042.0, 4051.0, 4055.0, 4030.0, 4029.0, 4029.0, 4053.0, 4032.0, 4064.0, 4040.0, 4030.0, 4042.0, 4041.0, 4064.0, 4032.0, 4048.0, 4040.0, 4063.0, 4042.0, 4051.0, 4041.0, 4028.0, 4041.0, 4040.0, 4064.0, 4030.0, 4069.0, 4039.0, 4060.0, 4040.0, 4029.0, 4038.0, 4029.0, 4051.0, 4042.0, 4062.0, 4029.0, 4029.0, 4041.0, 4041.0, 4052.0, 4029.0, 4050.0, 4039.0, 4050.0, 4041.0, 4029.0, 4040.0, 4039.0, 4050.0, 4031.0, 4061.0, 4040.0, 4040.0, 4051.0, 4040.0, 4054.0, 4030.0, 4049.0, 4039.0, 4061.0, 4052.0, 4040.0, 4039.0, 4028.0, 4041.0, 4030.0, 4062.0, 4040.0, 4039.0, 4040.0, 4029.0, 4041.0, 4040.0, 4049.0, 4039.0, 4051.0, 4051.0, 4030.0, 4039.0, 4027.0, 4040.0, 4040.0, 4063.0, 4030.0, 4059.0, 4041.0, 4050.0, 4054.0, 4031.0, 4050.0, 4041.0, 4052.0, 4043.0, 4063.0, 4053.0, 4040.0, 4077.0, 4054.0, 4053.0, 4064.0, 4067.0, 4043.0, 4053.0, 4043.0, 4083.0, 4053.0, 4094.0, 4039.0, 4070.0, 4039.0, 4059.0, 4061.0, 4027.0, 4036.0, 4039.0, 4049.0, 4052.0, 4052.0, 4051.0, 4040.0, 4039.0, 4028.0, 4060.0, 4040.0, 4073.0, 4053.0, 4052.0, 4086.0, 4063.0, 4043.0, 4083.0, 4064.0, 4093.0, 4073.0, 4070.0, 4037.0, 4027.0, 4037.0, 4027.0, 4061.0, 4027.0, 4047.0, 4038.0, 4048.0, 4040.0, 4039.0, 4049.0, 4040.0, 4050.0, 4053.0, 4050.0, 4039.0, 4028.0, 4052.0, 4042.0, 4063.0, 4052.0, 4041.0, 4051.0, 4030.0, 4053.0, 4042.0, 4050.0, 4051.0, 4052.0, 4053.0, 4041.0, 4050.0, 4041.0, 4063.0, 4042.0, 4074.0, 4053.0, 4062.0, 4053.0, 4082.0, 4054.0, 4071.0, 4038.0, 4027.0, 4037.0, 4027.0, 4060.0, 4026.0, 4047.0, 4026.0, 4047.0, 4041.0, 4057.0, 4026.0, 4036.0, 4038.0, 4028.0, 4038.0, 4028.0, 4049.0, 4028.0, 4060.0, 4039.0, 4049.0, 4038.0, 4015.0, 4052.0, 4025.0, 4021.0, 4009.0, 4046.0, 4027.0, 4026.0, 4037.0, 4027.0, 4048.0, 4038.0, 4061.0, 4050.0, 4019.0, 4062.0, 4043.0, 4063.0, 4052.0, 4042.0, 4097.0, 4071.0, 4081.0, 4036.0, 4045.0, 4044.0, 4044.0, 4010.0, 4020.0, 4011.0, 4019.0, 4010.0, 4044.0, 4024.0, 4034.0, 4026.0, 4026.0, 4038.0, 4040.0, 4039.0, 4038.0, 4039.0, 4036.0, 4050.0, 4027.0, 4026.0, 4015.0, 4025.0, 4025.0, 4037.0, 4027.0, 4047.0, 4038.0, 4059.0, 4039.0, 4059.0, 4053.0, 4049.0, 4040.0, 4049.0, 4039.0, 4049.0, 4039.0, 4061.0, 4027.0, 4037.0, 4027.0, 4046.0, 4027.0, 4048.0, 4038.0, 4047.0, 4038.0, 4048.0, 4038.0, 4059.0, 4038.0, 4047.0, 4037.0, 4049.0, 4026.0, 4068.0, 4026.0, 4035.0, 4014.0, 4052.0, 4053.0, 4054.0, 4061.0, 4027.0, 4026.0, 4025.0, 4023.0, 4035.0, 4056.0, 4023.0, 4066.0, 4033.0, 4032.0, 4067.0, 4030.0, 4052.0, 4016.0, 4038.0, 4014.0, 4004.0, 4012.0, 3990.0, 4010.0, 3980.0, 4010.0, 3992.0, 4001.0, 3991.0, 3992.0, 4005.0, 4007.0, 4029.0, 4010.0, 4030.0, 4021.0, 4033.0, 4024.0, 4024.0, 4024.0, 4023.0, 4034.0, 4026.0, 4046.0, 4026.0, 4046.0, 4026.0, 4036.0, 4026.0, 4026.0, 4037.0, 4026.0, 4046.0, 4026.0, 4046.0, 4028.0, 4036.0, 4026.0, 4026.0, 4037.0, 4028.0, 4049.0, 4039.0, 4047.0, 4039.0, 4050.0, 4052.0, 4031.0, 4041.0, 4041.0, 4051.0, 4041.0, 4063.0, 4052.0, 4051.0, 4054.0, 4068.0, 4067.0, 4044.0, 4055.0, 4054.0, 4062.0, 4053.0, 4074.0, 4053.0, 4041.0, 4041.0, 4041.0, 4054.0, 4042.0, 4051.0, 4040.0, 4061.0, 4039.0, 4072.0, 4040.0, 4049.0, 4039.0, 4038.0, 4040.0, 4028.0, 4038.0, 4027.0, 4049.0, 4029.0, 4060.0, 4039.0, 4048.0, 4039.0, 4048.0, 4040.0, 4040.0, 4039.0, 4038.0, 4038.0, 4038.0, 4061.0, 4041.0, 4050.0, 4051.0, 4039.0, 4052.0, 4040.0, 4041.0, 4040.0, 4049.0, 4039.0, 4052.0, 4044.0, 4053.0, 4042.0, 4074.0, 4052.0, 4051.0, 4041.0, 4054.0, 4063.0, 4041.0, 4041.0, 4052.0, 4042.0, 4064.0, 4041.0, 4040.0, 4040.0, 4040.0, 4062.0, 4051.0, 4071.0, 4039.0, 4081.0, 4071.0, 4080.0, 4036.0, 4024.0, 4024.0, 4024.0, 4046.0, 4035.0, 4037.0, 4026.0, 4039.0, 4038.0, 4049.0, 4047.0, 4014.0, 4037.0, 4027.0, 4024.0, 4025.0, 4027.0, 4037.0, 4037.0, 4026.0, 4056.0, 4013.0, 4056.0, 4043.0, 4031.0, 4018.0, 4017.0, 3996.0, 3997.0, 3996.0, 4007.0, 4009.0, 4031.0, 4021.0, 4022.0, 4036.0, 4038.0, 4038.0, 4038.0, 4037.0, 4037.0, 4026.0, 4027.0, 4038.0, 4050.0, 4027.0, 4046.0, 4026.0, 4068.0, 4038.0, 4079.0, 4058.0, 4024.0, 4023.0, 4014.0, 4032.0, 4012.0, 4024.0, 4025.0, 4025.0, 4025.0, 4024.0, 4034.0, 4026.0, 4027.0, 4025.0, 4025.0, 4023.0, 4013.0, 4035.0, 4015.0, 4036.0, 4024.0, 4033.0, 4024.0, 4024.0, 4024.0, 4025.0, 4024.0, 4026.0, 4035.0, 4029.0, 4049.0, 4039.0, 4038.0, 4028.0, 4039.0, 4050.0, 4042.0, 4063.0, 4051.0, 4039.0, 4038.0, 4039.0, 4064.0, 4041.0, 4049.0, 4029.0, 4048.0, 4042.0, 4040.0, 4039.0, 4039.0, 4017.0, 4052.0, 4040.0, 4050.0, 4042.0, 4054.0, 4054.0, 4053.0, 4072.0, 4051.0, 4085.0, 4071.0, 4068.0, 4027.0, 4056.0, 4025.0, 4046.0, 4028.0, 4045.0, 4026.0, 4034.0, 4025.0, 4027.0, 4051.0, 4040.0, 4048.0, 4039.0, 4040.0, 4040.0, 4051.0, 4051.0, 4028.0, 4027.0, 4037.0, 4049.0, 4040.0, 4041.0, 4039.0, 4028.0, 4038.0, 4058.0, 4036.0, 4080.0, 4047.0, 4067.0, 4024.0, 4044.0, 4024.0, 4033.0, 4026.0, 4034.0, 4024.0, 4025.0, 4047.0, 4041.0, 4061.0, 4041.0, 4050.0, 4040.0, 4049.0, 4053.0, 4040.0, 4067.0, 4095.0, 4077.0, 4055.0, 4031.0, 4037.0, 4013.0, 4015.0, 4044.0, 4044.0, 4099.0, 4062.0, 4082.0, 4036.0, 4024.0, 4024.0, 4034.0, 4058.0, 4077.0, 4055.0, 4055.0, 4053.0, 4031.0, 4062.0, 4041.0, 4048.0, 4025.0, 4023.0, 4000.0, 4022.0, 4000.0, 4010.0, 3986.0, 3964.0, 3975.0, 3967.0, 3988.0, 3979.0, 3991.0, 3994.0, 3994.0, 4005.0, 4007.0, 4017.0, 4008.0, 4018.0, 4010.0, 4009.0, 4020.0, 4033.0, 4034.0, 4024.0, 4022.0, 4036.0, 4037.0, 4047.0, 4036.0, 4033.0, 4035.0, 4047.0, 4038.0, 4026.0, 4024.0, 4025.0, 4038.0, 4039.0, 4059.0, 4049.0, 4049.0, 4049.0, 4030.0, 4041.0, 4039.0, 4061.0, 4050.0, 4062.0, 4053.0, 4084.0, 4051.0, 4049.0, 4040.0, 4041.0, 4052.0, 4052.0, 4061.0, 4063.0, 4041.0, 4053.0, 4053.0, 4064.0, 4053.0, 4074.0, 4065.0, 4076.0, 4064.0, 4052.0, 4053.0, 4063.0, 4052.0, 4062.0, 4051.0, 4050.0, 4050.0, 4052.0, 4061.0, 4050.0, 4061.0, 4050.0, 4062.0, 4052.0, 4051.0, 4040.0, 4028.0, 4039.0, 4051.0, 4061.0, 4052.0, 4059.0, 4040.0, 4040.0, 4051.0, 4039.0, 4040.0, 4028.0, 4048.0, 4037.0, 4057.0, 4037.0, 4060.0, 4039.0, 4037.0, 4037.0, 4028.0, 4038.0, 4050.0, 4061.0, 4052.0, 4053.0, 4064.0, 4063.0, 4054.0, 4083.0, 4050.0, 4059.0, 4040.0, 4071.0, 4038.0, 4059.0, 4038.0, 4047.0, 4049.0, 4037.0, 4037.0, 4026.0, 4038.0, 4027.0, 4048.0, 4037.0, 4046.0, 4039.0, 4049.0, 4040.0, 4031.0, 4040.0, 4040.0, 4061.0, 4051.0, 4063.0, 4053.0, 4061.0, 4051.0, 4051.0, 4051.0, 4041.0, 4052.0, 4040.0, 4060.0, 4051.0, 4083.0, 4041.0, 4071.0, 4050.0, 4061.0, 4052.0, 4050.0, 4039.0, 4029.0, 4040.0, 4040.0, 4061.0, 4039.0, 4058.0, 4039.0, 4061.0, 4052.0, 4028.0, 4038.0, 4052.0, 4061.0, 4052.0, 4073.0, 4052.0, 4050.0, 4041.0, 4041.0, 4040.0, 4053.0, 4038.0, 4052.0, 4058.0, 4038.0, 4039.0, 4050.0, 4050.0, 4037.0, 4051.0, 4053.0, 4064.0, 4051.0, 4061.0, 4052.0, 4061.0, 4052.0, 4038.0, 4038.0, 4039.0, 4050.0, 4041.0, 4061.0, 4039.0, 4027.0, 4039.0, 4050.0, 4062.0, 4041.0, 4039.0, 4050.0, 4040.0, 4042.0, 4030.0, 4039.0, 4039.0, 4060.0, 4040.0, 4059.0, 4041.0, 4039.0, 4040.0, 4050.0, 4061.0, 4040.0, 4039.0, 4039.0, 4039.0, 4051.0, 4051.0, 4062.0, 4051.0, 4028.0, 4037.0, 4038.0, 4059.0, 4050.0, 4059.0, 4039.0, 4037.0, 4040.0, 4029.0, 4040.0, 4037.0, 4047.0, 4038.0, 4050.0, 4039.0, 4040.0, 4039.0, 4039.0, 4060.0, 4052.0, 4061.0, 4053.0, 4048.0, 4038.0, 4049.0, 4051.0, 4048.0, 4052.0, 4047.0, 4027.0, 4026.0, 4050.0, 4040.0, 4050.0, 4039.0, 4046.0, 4038.0, 4059.0, 4051.0, 4049.0, 4051.0, 4027.0, 4038.0, 4039.0, 4050.0, 4039.0, 4062.0, 4041.0, 4045.0, 4026.0, 4036.0, 4040.0, 4027.0, 4038.0, 4025.0, 4034.0, 4026.0, 4049.0, 4038.0, 4028.0, 4040.0, 4028.0, 4063.0, 4042.0, 4060.0, 4051.0, 4062.0, 4041.0, 4072.0, 4041.0, 4050.0, 4037.0, 4039.0, 4052.0, 4040.0, 4060.0, 4051.0, 4049.0, 4039.0, 4038.0, 4038.0, 4026.0, 4027.0, 4027.0, 4059.0, 4038.0, 4056.0, 4038.0, 4046.0, 4039.0, 4025.0, 4035.0, 4025.0, 4045.0, 4036.0, 4070.0, 4037.0, 4025.0, 4039.0, 4037.0, 4047.0, 4026.0, 4038.0, 4070.0, 4027.0, 4066.0, 4047.0, 4078.0, 4034.0, 4012.0, 4011.0, 4011.0, 4033.0, 4023.0, 4033.0, 4023.0, 4022.0, 4024.0, 4025.0, 4036.0, 4035.0], 'WindowWidth': [9083.0, 9047.0, 9058.0, 9020.0, 9035.0, 8993.0, 8971.0, 9000.0, 9002.0, 9034.0, 9009.0, 9037.0, 9006.0, 8990.0, 9003.0, 9012.0, 9062.0, 9009.0, 9019.0, 9010.0, 9037.0, 9031.0, 9032.0, 8987.0, 8988.0, 9000.0, 9002.0, 9022.0, 8983.0, 8998.0, 9007.0, 9019.0, 9029.0, 8989.0, 8985.0, 8985.0, 9022.0, 8995.0, 9041.0, 9003.0, 8987.0, 9007.0, 9004.0, 9041.0, 8992.0, 9012.0, 9001.0, 9037.0, 9008.0, 9018.0, 9004.0, 8984.0, 9004.0, 9002.0, 9041.0, 8988.0, 9043.0, 8999.0, 9029.0, 9003.0, 8985.0, 8996.0, 8986.0, 9019.0, 9008.0, 9034.0, 8986.0, 8986.0, 9003.0, 9006.0, 9021.0, 8987.0, 9015.0, 9002.0, 9017.0, 9008.0, 8986.0, 9002.0, 9000.0, 9017.0, 8993.0, 9035.0, 9003.0, 9003.0, 9018.0, 9004.0, 9028.0, 8990.0, 9015.0, 9001.0, 9034.0, 9022.0, 9004.0, 8999.0, 8984.0, 9004.0, 8991.0, 9038.0, 9003.0, 9001.0, 9002.0, 8987.0, 9007.0, 9001.0, 9014.0, 9000.0, 9019.0, 9019.0, 8991.0, 9000.0, 8983.0, 9002.0, 9002.0, 9040.0, 8991.0, 9029.0, 9007.0, 9018.0, 9029.0, 8991.0, 9016.0, 9006.0, 9023.0, 9012.0, 9042.0, 9022.0, 9002.0, 9066.0, 9030.0, 9026.0, 9041.0, 9052.0, 9012.0, 9024.0, 9011.0, 9068.0, 9024.0, 9085.0, 8999.0, 9045.0, 8999.0, 9026.0, 9034.0, 8981.0, 8992.0, 9000.0, 9014.0, 9023.0, 9022.0, 9019.0, 9004.0, 9001.0, 8986.0, 9031.0, 9004.0, 9057.0, 9026.0, 9023.0, 9075.0, 9038.0, 9009.0, 9070.0, 9040.0, 9084.0, 9052.0, 9041.0, 8994.0, 8979.0, 8994.0, 8982.0, 9033.0, 8981.0, 9008.0, 8997.0, 9012.0, 9006.0, 9000.0, 9014.0, 9002.0, 9017.0, 9027.0, 9017.0, 9001.0, 8987.0, 9020.0, 9009.0, 9042.0, 9021.0, 9006.0, 9019.0, 8990.0, 9026.0, 9007.0, 9019.0, 9020.0, 9021.0, 9027.0, 9007.0, 9019.0, 9007.0, 9040.0, 9012.0, 9061.0, 9026.0, 9037.0, 9025.0, 9068.0, 9028.0, 9047.0, 8995.0, 8981.0, 8996.0, 8981.0, 9030.0, 8979.0, 9007.0, 8980.0, 9008.0, 9007.0, 9024.0, 8979.0, 8991.0, 8997.0, 8983.0, 8998.0, 8984.0, 9013.0, 8984.0, 9033.0, 9001.0, 9016.0, 8996.0, 8963.0, 9023.0, 8973.0, 8961.0, 8944.0, 9008.0, 8981.0, 8980.0, 8993.0, 8982.0, 9012.0, 9000.0, 9036.0, 9017.0, 8973.0, 9038.0, 9013.0, 9042.0, 9024.0, 9009.0, 9098.0, 9047.0, 9066.0, 8990.0, 9004.0, 8996.0, 8998.0, 8947.0, 8960.0, 8947.0, 8958.0, 8949.0, 9000.0, 8972.0, 8988.0, 8979.0, 8980.0, 9000.0, 9003.0, 9001.0, 8999.0, 9000.0, 8993.0, 9018.0, 8982.0, 8977.0, 8960.0, 8973.0, 8974.0, 8995.0, 8980.0, 9009.0, 8997.0, 9028.0, 9001.0, 9030.0, 9029.0, 9017.0, 9005.0, 9015.0, 9002.0, 9016.0, 9003.0, 9034.0, 8983.0, 8995.0, 8980.0, 9004.0, 8981.0, 9012.0, 8998.0, 9009.0, 9000.0, 9013.0, 9000.0, 9030.0, 8998.0, 9007.0, 8994.0, 9015.0, 8981.0, 9041.0, 8976.0, 8990.0, 8961.0, 9027.0, 9028.0, 9030.0, 9036.0, 8982.0, 8979.0, 8977.0, 8970.0, 8990.0, 9024.0, 8974.0, 9035.0, 8984.0, 8980.0, 9043.0, 8976.0, 9014.0, 8949.0, 8986.0, 8942.0, 8929.0, 8936.0, 8905.0, 8932.0, 8891.0, 8933.0, 8910.0, 8923.0, 8909.0, 8913.0, 8934.0, 8942.0, 8974.0, 8949.0, 8976.0, 8967.0, 8985.0, 8974.0, 8974.0, 8973.0, 8970.0, 8987.0, 8978.0, 9007.0, 8980.0, 9007.0, 8980.0, 8995.0, 8979.0, 8979.0, 8993.0, 8979.0, 9004.0, 8980.0, 9005.0, 8986.0, 8992.0, 8977.0, 8979.0, 8994.0, 8986.0, 9016.0, 9001.0, 9011.0, 9002.0, 9016.0, 9025.0, 8993.0, 9006.0, 9007.0, 9019.0, 9007.0, 9040.0, 9024.0, 9021.0, 9029.0, 9056.0, 9051.0, 9015.0, 9030.0, 9027.0, 9036.0, 9024.0, 9056.0, 9025.0, 9006.0, 9007.0, 9006.0, 9029.0, 9008.0, 9018.0, 9002.0, 9031.0, 9001.0, 9052.0, 9002.0, 9014.0, 8999.0, 8998.0, 9004.0, 8985.0, 8997.0, 8982.0, 9011.0, 8987.0, 9031.0, 9002.0, 9012.0, 9000.0, 9012.0, 9005.0, 9002.0, 9001.0, 8995.0, 8995.0, 8998.0, 9033.0, 9006.0, 9018.0, 9018.0, 9001.0, 9024.0, 9003.0, 9005.0, 9002.0, 9015.0, 8999.0, 9022.0, 9014.0, 9024.0, 9008.0, 9058.0, 9025.0, 9022.0, 9007.0, 9030.0, 9041.0, 9006.0, 9006.0, 9023.0, 9009.0, 9044.0, 9005.0, 9002.0, 9003.0, 9002.0, 9038.0, 9019.0, 9048.0, 9001.0, 9068.0, 9049.0, 9059.0, 8991.0, 8969.0, 8972.0, 8970.0, 9007.0, 8989.0, 8993.0, 8980.0, 9001.0, 8999.0, 9016.0, 9010.0, 8958.0, 8996.0, 8981.0, 8972.0, 8977.0, 8981.0, 8994.0, 8994.0, 8978.0, 9022.0, 8953.0, 9023.0, 8992.0, 8978.0, 8953.0, 8950.0, 8919.0, 8923.0, 8922.0, 8940.0, 8944.0, 8977.0, 8962.0, 8968.0, 8994.0, 8999.0, 8999.0, 8999.0, 8995.0, 8994.0, 8979.0, 8980.0, 8994.0, 9018.0, 8980.0, 9006.0, 8977.0, 9040.0, 8998.0, 9057.0, 9024.0, 8971.0, 8968.0, 8957.0, 8980.0, 8953.0, 8969.0, 8975.0, 8975.0, 8975.0, 8973.0, 8986.0, 8977.0, 8978.0, 8974.0, 8974.0, 8969.0, 8955.0, 8988.0, 8961.0, 8990.0, 8973.0, 8984.0, 8971.0, 8971.0, 8973.0, 8976.0, 8974.0, 8977.0, 8990.0, 8985.0, 9014.0, 9000.0, 8997.0, 8985.0, 8998.0, 9018.0, 9007.0, 9038.0, 9018.0, 9000.0, 8996.0, 9000.0, 9040.0, 9005.0, 9015.0, 8986.0, 9011.0, 9007.0, 9001.0, 9001.0, 9000.0, 8966.0, 9024.0, 9005.0, 9018.0, 9009.0, 9028.0, 9031.0, 9027.0, 9054.0, 9018.0, 9081.0, 9046.0, 9042.0, 8978.0, 9018.0, 8974.0, 9003.0, 8984.0, 9003.0, 8977.0, 8987.0, 8976.0, 8981.0, 9021.0, 9003.0, 9015.0, 9002.0, 9004.0, 9004.0, 9020.0, 9022.0, 8984.0, 8980.0, 8995.0, 9015.0, 9003.0, 9006.0, 9000.0, 8984.0, 8998.0, 9023.0, 8990.0, 9065.0, 9008.0, 9037.0, 8972.0, 9000.0, 8972.0, 8985.0, 8979.0, 8987.0, 8974.0, 8977.0, 9008.0, 9006.0, 9034.0, 9006.0, 9016.0, 9003.0, 9015.0, 9027.0, 9005.0, 9053.0, 9104.0, 9067.0, 9029.0, 8990.0, 8990.0, 8951.0, 8958.0, 8997.0, 9013.0, 9107.0, 9034.0, 9069.0, 8987.0, 8971.0, 8969.0, 8987.0, 9025.0, 9054.0, 9015.0, 9014.0, 9010.0, 8976.0, 9030.0, 8991.0, 9001.0, 8959.0, 8952.0, 8916.0, 8951.0, 8913.0, 8930.0, 8892.0, 8860.0, 8875.0, 8868.0, 8899.0, 8890.0, 8910.0, 8917.0, 8919.0, 8937.0, 8940.0, 8956.0, 8945.0, 8957.0, 8947.0, 8946.0, 8962.0, 8985.0, 8987.0, 8973.0, 8969.0, 8994.0, 8997.0, 9009.0, 8993.0, 8986.0, 8992.0, 9010.0, 8998.0, 8979.0, 8976.0, 8976.0, 9000.0, 9002.0, 9031.0, 9018.0, 9014.0, 9017.0, 8992.0, 9008.0, 9003.0, 9034.0, 9017.0, 9039.0, 9025.0, 9072.0, 9022.0, 9015.0, 9005.0, 9008.0, 9024.0, 9025.0, 9034.0, 9040.0, 9011.0, 9028.0, 9027.0, 9041.0, 9027.0, 9058.0, 9045.0, 9063.0, 9044.0, 9024.0, 9027.0, 9042.0, 9024.0, 9040.0, 9021.0, 9018.0, 9019.0, 9023.0, 9035.0, 9020.0, 9035.0, 9019.0, 9039.0, 9023.0, 9024.0, 9006.0, 8986.0, 9004.0, 9023.0, 9036.0, 9025.0, 9033.0, 9004.0, 9006.0, 9020.0, 9003.0, 9006.0, 8985.0, 9013.0, 8995.0, 9023.0, 8995.0, 9032.0, 9000.0, 8997.0, 8996.0, 8986.0, 8999.0, 9019.0, 9035.0, 9025.0, 9029.0, 9043.0, 9041.0, 9031.0, 9068.0, 9016.0, 9030.0, 9003.0, 9048.0, 9000.0, 9027.0, 8997.0, 9010.0, 9015.0, 8995.0, 8995.0, 8979.0, 8997.0, 8981.0, 9014.0, 8994.0, 9007.0, 9001.0, 9016.0, 9003.0, 8994.0, 9005.0, 9004.0, 9035.0, 9021.0, 9041.0, 9025.0, 9035.0, 9023.0, 9022.0, 9023.0, 9009.0, 9023.0, 9004.0, 9033.0, 9020.0, 9073.0, 9008.0, 9051.0, 9020.0, 9037.0, 9026.0, 9018.0, 9001.0, 8989.0, 9005.0, 9005.0, 9036.0, 9002.0, 9027.0, 9002.0, 9034.0, 9026.0, 8988.0, 9000.0, 9025.0, 9036.0, 9023.0, 9056.0, 9022.0, 9018.0, 9007.0, 9007.0, 9006.0, 9024.0, 8999.0, 9021.0, 9028.0, 9001.0, 9001.0, 9017.0, 9018.0, 8999.0, 9019.0, 9024.0, 9044.0, 9020.0, 9034.0, 9021.0, 9036.0, 9023.0, 9000.0, 8998.0, 9000.0, 9017.0, 9006.0, 9034.0, 9001.0, 8984.0, 9002.0, 9019.0, 9037.0, 9006.0, 9001.0, 9017.0, 9003.0, 9010.0, 8989.0, 8999.0, 8999.0, 9029.0, 9003.0, 9031.0, 9005.0, 9001.0, 9003.0, 9018.0, 9036.0, 9005.0, 9001.0, 8998.0, 8999.0, 9020.0, 9021.0, 9039.0, 9019.0, 8985.0, 8996.0, 8997.0, 9028.0, 9019.0, 9030.0, 8998.0, 8996.0, 9002.0, 8986.0, 9005.0, 8995.0, 9007.0, 8997.0, 9017.0, 9001.0, 9005.0, 9001.0, 8999.0, 9030.0, 9023.0, 9036.0, 9026.0, 9013.0, 8998.0, 9015.0, 9020.0, 9014.0, 9023.0, 9010.0, 8981.0, 8980.0, 9017.0, 9005.0, 9020.0, 9002.0, 9010.0, 8998.0, 9030.0, 9020.0, 9014.0, 9020.0, 8982.0, 8998.0, 9002.0, 9017.0, 9000.0, 9039.0, 9003.0, 9004.0, 8978.0, 8991.0, 9005.0, 8982.0, 8996.0, 8975.0, 8985.0, 8977.0, 9014.0, 8997.0, 8984.0, 9001.0, 8985.0, 9040.0, 9007.0, 9031.0, 9019.0, 9035.0, 9008.0, 9052.0, 9005.0, 9017.0, 8996.0, 9000.0, 9022.0, 9003.0, 9031.0, 9018.0, 9015.0, 9003.0, 8998.0, 8997.0, 8979.0, 8981.0, 8980.0, 9030.0, 8997.0, 9023.0, 8997.0, 9008.0, 9001.0, 8976.0, 8989.0, 8975.0, 9003.0, 8993.0, 9048.0, 8996.0, 8976.0, 9001.0, 8996.0, 9011.0, 8979.0, 8996.0, 9046.0, 8980.0, 9035.0, 9008.0, 9055.0, 8986.0, 8950.0, 8951.0, 8948.0, 8983.0, 8969.0, 8984.0, 8969.0, 8966.0, 8972.0, 8974.0, 8993.0, 8989.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.0013366929911154987</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02572098617966436</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.18685149020754</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2712292915810282</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0204700989920938</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.53</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3618.2312</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1066508127716361</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>93</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.18065153010859</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.460649569112079</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3320724898536045</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6799984815584024</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.369877735924231</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0210363</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015859737992286682</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03881317004561424</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>4.3818853785173015</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>19.4259</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5138</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.7575</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284362.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>977.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.4997</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6179</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.8129</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3180.9615</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3291.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92182.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1451.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4097.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>751.0425</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.51337405992672</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> |