=== 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-0041 --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-0041",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
118 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
118 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0041_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-0041_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-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0041/figures/sub-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041/ses-01/func/sub-0041_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>39d727344114244551821136bc570dd9</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>16:07:52.655000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999418, 0.019568, -0.0279514, -0.0179683, 0.998248, 0.0563769]</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.0967433</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>[4124, -7773, -7241, 524, -102, -313, -66, 103]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>245.036</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>512ae5b8-12e5-4663-9d6f-eeb429423061||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6813647747039795, -0.04820770025253296, -0.07831509411334991, 116.07138061523438], [-0.052499402314424515, 2.6782259941101074, 0.15077288448810577, -89.9697265625], [-0.07499151676893234, -0.1512550413608551, 2.6946492195129395, -58.003868103027344], [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': ['160752.655000', '160753.115000', '160753.575000', '160754.035000', '160754.495000', '160754.955000', '160755.415000', '160755.875000', '160756.335000', '160756.795000', '160757.255000', '160757.715000', '160758.175000', '160758.635000', '160759.095000', '160759.555000', '160800.015000', '160800.475000', '160800.935000', '160801.395000', '160801.855000', '160802.315000', '160802.775000', '160803.235000', '160803.695000', '160804.155000', '160804.615000', '160805.075000', '160805.535000', '160805.995000', '160806.455000', '160806.915000', '160807.375000', '160807.835000', '160808.295000', '160808.755000', '160809.215000', '160809.675000', '160810.135000', '160810.595000', '160811.055000', '160811.515000', '160811.975000', '160812.435000', '160812.895000', '160813.355000', '160813.815000', '160814.275000', '160814.735000', '160815.195000', '160815.655000', '160816.115000', '160816.575000', '160817.035000', '160817.495000', '160817.955000', '160818.415000', '160818.875000', '160819.335000', '160819.795000', '160820.255000', '160820.715000', '160821.175000', '160821.635000', '160822.095000', '160822.555000', '160823.015000', '160823.475000', '160823.935000', '160824.395000', '160824.855000', '160825.315000', '160825.775000', '160826.235000', '160826.695000', '160827.155000', '160827.615000', '160828.075000', '160828.535000', '160828.995000', '160829.455000', '160829.915000', '160830.375000', '160830.835000', '160831.295000', '160831.755000', '160832.215000', '160832.675000', '160833.135000', '160833.595000', '160834.055000', '160834.515000', '160834.975000', '160835.435000', '160835.895000', '160836.355000', '160836.815000', '160837.275000', '160837.735000', '160838.195000', '160838.655000', '160839.115000', '160839.575000', '160840.035000', '160840.495000', '160840.955000', '160841.415000', '160841.875000', '160842.335000', '160842.795000', '160843.255000', '160843.715000', '160844.175000', '160844.635000', '160845.095000', '160845.555000', '160846.015000', '160846.475000', '160846.935000', '160847.395000', '160847.855000', '160848.315000', '160848.775000', '160849.235000', '160849.695000', '160850.155000', '160850.615000', '160851.075000', '160851.535000', '160851.995000', '160852.455000', '160852.915000', '160853.375000', '160853.835000', '160854.295000', '160854.755000', '160855.215000', '160855.675000', '160856.135000', '160856.595000', '160857.055000', '160857.515000', '160857.975000', '160858.435000', '160858.895000', '160859.355000', '160859.815000', '160900.275000', '160900.735000', '160901.195000', '160901.655000', '160902.115000', '160902.575000', '160903.035000', '160903.495000', '160903.955000', '160904.415000', '160904.875000', '160905.335000', '160905.795000', '160906.255000', '160906.715000', '160907.175000', '160907.635000', '160908.095000', '160908.555000', '160909.015000', '160909.475000', '160909.935000', '160910.395000', '160910.855000', '160911.315000', '160911.775000', '160912.235000', '160912.695000', '160913.155000', '160913.615000', '160914.075000', '160914.535000', '160914.995000', '160915.455000', '160915.915000', '160916.375000', '160916.835000', '160917.295000', '160917.755000', '160918.215000', '160918.675000', '160919.135000', '160919.595000', '160920.055000', '160920.515000', '160920.975000', '160921.435000', '160921.895000', '160922.355000', '160922.815000', '160923.275000', '160923.735000', '160924.195000', '160924.655000', '160925.115000', '160925.575000', '160926.035000', '160926.495000', '160926.955000', '160927.415000', '160927.875000', '160928.335000', '160928.795000', '160929.255000', '160929.715000', '160930.175000', '160930.635000', '160931.095000', '160931.555000', '160932.015000', '160932.475000', '160932.935000', '160933.395000', '160933.855000', '160934.315000', '160934.775000', '160935.235000', '160935.695000', '160936.155000', '160936.615000', '160937.075000', '160937.535000', '160937.995000', '160938.455000', '160938.915000', '160939.375000', '160939.835000', '160940.295000', '160940.755000', '160941.215000', '160941.675000', '160942.135000', '160942.595000', '160943.055000', '160943.515000', '160943.975000', '160944.435000', '160944.895000', '160945.355000', '160945.815000', '160946.275000', '160946.735000', '160947.195000', '160947.655000', '160948.115000', '160948.575000', '160949.035000', '160949.495000', '160949.955000', '160950.415000', '160950.875000', '160951.335000', '160951.795000', '160952.255000', '160952.715000', '160953.175000', '160953.635000', '160954.095000', '160954.555000', '160955.015000', '160955.475000', '160955.935000', '160956.395000', '160956.855000', '160957.315000', '160957.775000', '160958.235000', '160958.695000', '160959.155000', '160959.615000', '161000.075000', '161000.535000', '161000.995000', '161001.455000', '161001.915000', '161002.375000', '161002.835000', '161003.295000', '161003.755000', '161004.215000', '161004.675000', '161005.135000', '161005.595000', '161006.055000', '161006.515000', '161006.975000', '161007.435000', '161007.895000', '161008.355000', '161008.815000', '161009.275000', '161009.735000', '161010.195000', '161010.655000', '161011.115000', '161011.575000', '161012.035000', '161012.495000', '161012.955000', '161013.415000', '161013.875000', '161014.335000', '161014.795000', '161015.255000', '161015.715000', '161016.175000', '161016.635000', '161017.095000', '161017.555000', '161018.015000', '161018.475000', '161018.935000', '161019.395000', '161019.855000', '161020.315000', '161020.775000', '161021.235000', '161021.695000', '161022.155000', '161022.615000', '161023.075000', '161023.535000', '161023.995000', '161024.455000', '161024.915000', '161025.375000', '161025.835000', '161026.295000', '161026.755000', '161027.215000', '161027.675000', '161028.135000', '161028.595000', '161029.055000', '161029.515000', '161029.975000', '161030.435000', '161030.895000', '161031.355000', '161031.815000', '161032.275000', '161032.735000', '161033.195000', '161033.655000', '161034.115000', '161034.575000', '161035.035000', '161035.495000', '161035.955000', '161036.415000', '161036.875000', '161037.335000', '161037.795000', '161038.255000', '161038.715000', '161039.175000', '161039.635000', '161040.095000', '161040.555000', '161041.015000', '161041.475000', '161041.935000', '161042.395000', '161042.855000', '161043.315000', '161043.775000', '161044.235000', '161044.695000', '161045.155000', '161045.615000', '161046.075000', '161046.535000', '161046.995000', '161047.455000', '161047.915000', '161048.375000', '161048.835000', '161049.295000', '161049.755000', '161050.215000', '161050.675000', '161051.135000', '161051.595000', '161052.055000', '161052.515000', '161052.975000', '161053.435000', '161053.895000', '161054.355000', '161054.815000', '161055.275000', '161055.735000', '161056.195000', '161056.655000', '161057.115000', '161057.575000', '161058.035000', '161058.495000', '161058.955000', '161059.415000', '161059.875000', '161100.335000', '161100.795000', '161101.255000', '161101.715000', '161102.175000', '161102.635000', '161103.095000', '161103.555000', '161104.015000', '161104.475000', '161104.935000', '161105.395000', '161105.855000', '161106.315000', '161106.775000', '161107.235000', '161107.695000', '161108.155000', '161108.615000', '161109.075000', '161109.535000', '161109.995000', '161110.455000', '161110.915000', '161111.375000', '161111.835000', '161112.295000', '161112.755000', '161113.215000', '161113.675000', '161114.135000', '161114.595000', '161115.055000', '161115.515000', '161115.975000', '161116.435000', '161116.895000', '161117.355000', '161117.815000', '161118.275000', '161118.735000', '161119.195000', '161119.655000', '161120.115000', '161120.575000', '161121.035000', '161121.495000', '161121.955000', '161122.415000', '161122.875000', '161123.335000', '161123.795000', '161124.255000', '161124.715000', '161125.175000', '161125.635000', '161126.095000', '161126.555000', '161127.015000', '161127.475000', '161127.935000', '161128.395000', '161128.855000', '161129.315000', '161129.775000', '161130.235000', '161130.695000', '161131.155000', '161131.615000', '161132.075000', '161132.535000', '161132.995000', '161133.455000', '161133.915000', '161134.375000', '161134.835000', '161135.295000', '161135.755000', '161136.215000', '161136.675000', '161137.135000', '161137.595000', '161138.055000', '161138.515000', '161138.975000', '161139.435000', '161139.895000', '161140.355000', '161140.815000', '161141.275000', '161141.735000', '161142.195000', '161142.655000', '161143.115000', '161143.575000', '161144.035000', '161144.495000', '161144.955000', '161145.415000', '161145.875000', '161146.335000', '161146.795000', '161147.255000', '161147.715000', '161148.175000', '161148.635000', '161149.095000', '161149.555000', '161150.015000', '161150.475000', '161150.935000', '161151.395000', '161151.855000', '161152.315000', '161152.775000', '161153.235000', '161153.695000', '161154.155000', '161154.615000', '161155.075000', '161155.535000', '161155.995000', '161156.455000', '161156.915000', '161157.375000', '161157.835000', '161158.295000', '161158.755000', '161159.215000', '161159.675000', '161200.135000', '161200.595000', '161201.055000', '161201.515000', '161201.975000', '161202.435000', '161202.895000', '161203.355000', '161203.815000', '161204.275000', '161204.735000', '161205.195000', '161205.655000', '161206.115000', '161206.575000', '161207.035000', '161207.495000', '161207.955000', '161208.415000', '161208.875000', '161209.335000', '161209.795000', '161210.255000', '161210.715000', '161211.175000', '161211.635000', '161212.095000', '161212.555000', '161213.015000', '161213.475000', '161213.935000', '161214.395000', '161214.855000', '161215.315000', '161215.775000', '161216.235000', '161216.695000', '161217.155000', '161217.615000', '161218.075000', '161218.535000', '161218.995000', '161219.455000', '161219.915000', '161220.375000', '161220.835000', '161221.295000', '161221.755000', '161222.215000', '161222.675000', '161223.135000', '161223.595000', '161224.055000', '161224.515000', '161224.975000', '161225.435000', '161225.895000', '161226.355000', '161226.815000', '161227.275000', '161227.735000', '161228.195000', '161228.655000', '161229.115000', '161229.575000', '161230.035000', '161230.495000', '161230.955000', '161231.415000', '161231.875000', '161232.335000', '161232.795000', '161233.255000', '161233.715000', '161234.175000', '161234.635000', '161235.095000', '161235.555000', '161236.015000', '161236.475000', '161236.935000', '161237.395000', '161237.855000', '161238.315000', '161238.775000', '161239.235000', '161239.695000', '161240.155000', '161240.615000', '161241.075000', '161241.535000', '161241.995000', '161242.455000', '161242.915000', '161243.375000', '161243.835000', '161244.295000', '161244.755000', '161245.215000', '161245.675000', '161246.135000', '161246.595000', '161247.055000', '161247.515000', '161247.975000', '161248.435000', '161248.895000', '161249.355000', '161249.815000', '161250.275000', '161250.735000', '161251.195000', '161251.655000', '161252.115000', '161252.575000', '161253.035000', '161253.495000', '161253.955000', '161254.415000', '161254.875000', '161255.335000', '161255.795000', '161256.255000', '161256.715000', '161257.175000', '161257.635000', '161258.095000', '161258.555000', '161259.015000', '161259.475000', '161259.935000', '161300.395000', '161300.855000', '161301.315000', '161301.775000', '161302.235000', '161302.695000', '161303.155000', '161303.615000', '161304.075000', '161304.535000', '161304.995000', '161305.455000', '161305.915000', '161306.375000', '161306.835000', '161307.295000', '161307.755000', '161308.215000', '161308.675000', '161309.135000', '161309.595000', '161310.055000', '161310.515000', '161310.975000', '161311.435000', '161311.895000', '161312.355000', '161312.815000', '161313.275000', '161313.735000', '161314.195000', '161314.655000', '161315.115000', '161315.575000', '161316.035000', '161316.495000', '161316.955000', '161317.415000', '161317.875000', '161318.335000', '161318.795000', '161319.255000', '161319.715000', '161320.175000', '161320.635000', '161321.095000', '161321.555000', '161322.015000', '161322.475000', '161322.935000', '161323.395000', '161323.855000', '161324.315000', '161324.775000', '161325.235000', '161325.695000', '161326.155000', '161326.615000', '161327.075000', '161327.535000', '161327.995000', '161328.455000', '161328.915000', '161329.375000', '161329.835000', '161330.295000', '161330.755000', '161331.215000', '161331.675000', '161332.135000', '161332.595000', '161333.055000', '161333.515000', '161333.975000', '161334.435000', '161334.895000', '161335.355000', '161335.815000', '161336.275000', '161336.735000', '161337.195000', '161337.655000', '161338.115000', '161338.575000', '161339.035000', '161339.495000', '161339.955000', '161340.415000', '161340.875000', '161341.335000', '161341.795000', '161342.255000', '161342.715000', '161343.175000', '161343.635000', '161344.095000', '161344.555000', '161345.015000', '161345.475000', '161345.935000', '161346.395000', '161346.855000', '161347.315000', '161347.775000', '161348.235000', '161348.695000', '161349.155000', '161349.615000', '161350.075000', '161350.535000', '161350.995000', '161351.455000', '161351.915000', '161352.375000', '161352.835000', '161353.295000', '161353.755000', '161354.215000', '161354.675000', '161355.135000', '161355.595000', '161356.055000', '161356.515000', '161356.975000', '161357.435000', '161357.895000', '161358.355000', '161358.815000', '161359.275000', '161359.735000', '161400.195000', '161400.655000', '161401.115000', '161401.575000', '161402.035000', '161402.495000', '161402.955000', '161403.415000', '161403.875000', '161404.335000', '161404.795000', '161405.255000', '161405.715000', '161406.175000', '161406.635000', '161407.095000', '161407.555000', '161408.015000', '161408.475000', '161408.935000', '161409.395000', '161409.855000', '161410.315000', '161410.775000', '161411.235000', '161411.695000', '161412.155000', '161412.615000', '161413.075000', '161413.535000', '161413.995000', '161414.455000', '161414.915000', '161415.375000', '161415.835000', '161416.295000', '161416.755000', '161417.215000', '161417.675000', '161418.135000', '161418.595000', '161419.055000', '161419.515000', '161419.975000', '161420.435000', '161420.895000', '161421.355000', '161421.815000', '161422.275000', '161422.735000', '161423.195000', '161423.655000', '161424.115000', '161424.575000', '161425.035000', '161425.495000', '161425.955000', '161426.415000', '161426.875000', '161427.335000', '161427.795000', '161428.255000', '161428.715000', '161429.175000', '161429.635000', '161430.095000', '161430.555000', '161431.015000', '161431.475000', '161431.935000', '161432.395000', '161432.855000', '161433.315000', '161433.775000', '161434.235000', '161434.695000', '161435.155000', '161435.615000', '161436.075000', '161436.535000', '161436.995000', '161437.455000', '161437.915000', '161438.375000', '161438.835000', '161439.295000', '161439.755000', '161440.215000', '161440.675000', '161441.135000', '161441.595000', '161442.055000', '161442.515000', '161442.975000', '161443.435000', '161443.895000', '161444.355000', '161444.815000', '161445.275000', '161445.735000', '161446.195000', '161446.655000', '161447.115000', '161447.575000', '161448.035000', '161448.495000', '161448.955000', '161449.415000', '161449.875000', '161450.335000', '161450.795000', '161451.255000', '161451.715000', '161452.175000', '161452.635000', '161453.095000', '161453.555000', '161454.015000', '161454.475000', '161454.935000', '161455.395000', '161455.855000', '161456.315000', '161456.775000', '161457.235000', '161457.695000', '161458.155000', '161458.615000', '161459.075000', '161459.535000', '161459.995000', '161500.455000', '161500.915000', '161501.375000', '161501.835000', '161502.295000', '161502.755000', '161503.215000', '161503.675000', '161504.135000', '161504.595000', '161505.055000', '161505.515000', '161505.975000', '161506.435000', '161506.895000', '161507.355000', '161507.815000', '161508.275000', '161508.735000', '161509.195000', '161509.655000', '161510.115000', '161510.575000', '161511.035000', '161511.495000', '161511.955000', '161512.415000', '161512.875000', '161513.335000', '161513.795000', '161514.255000', '161514.715000', '161515.175000', '161515.635000', '161516.095000', '161516.555000', '161517.015000', '161517.475000', '161517.935000', '161518.395000', '161518.855000', '161519.315000', '161519.775000', '161520.235000', '161520.695000', '161521.155000', '161521.615000', '161522.075000', '161522.535000', '161522.995000', '161523.455000', '161523.915000', '161524.375000', '161524.835000', '161525.295000', '161525.755000', '161526.215000', '161526.675000', '161527.135000', '161527.595000', '161528.055000', '161528.515000', '161528.975000', '161529.435000', '161529.895000', '161530.355000', '161530.815000', '161531.275000', '161531.735000', '161532.195000', '161532.655000', '161533.115000', '161533.575000', '161534.035000', '161534.495000', '161534.955000', '161535.415000', '161535.875000', '161536.335000', '161536.795000', '161537.255000', '161537.715000', '161538.175000', '161538.635000', '161539.095000', '161539.555000'], 'ContentTime': ['160815.225000', '160815.255000', '160815.258000', '160815.261000', '160815.264000', '160815.267000', '160815.270000', '160815.272000', '160815.275000', '160815.278000', '160815.282000', '160815.284000', '160815.287000', '160815.290000', '160815.293000', '160815.296000', '160815.299000', '160815.302000', '160815.304000', '160815.307000', '160815.310000', '160815.313000', '160815.316000', '160815.319000', '160815.322000', '160815.324000', '160815.328000', '160815.331000', '160815.334000', '160815.336000', '160815.339000', '160815.342000', '160815.345000', '160815.348000', '160815.351000', '160815.353000', '160815.356000', '160815.359000', '160815.362000', '160815.365000', '160815.368000', '160815.370000', '160815.389000', '160815.400000', '160815.403000', '160815.406000', '160815.409000', '160835.194000', '160835.197000', '160835.200000', '160835.202000', '160835.205000', '160835.208000', '160835.211000', '160835.214000', '160835.217000', '160835.220000', '160835.223000', '160835.225000', '160835.228000', '160835.231000', '160835.234000', '160835.237000', '160835.240000', '160835.242000', '160835.245000', '160835.248000', '160835.251000', '160835.254000', '160835.257000', '160835.259000', '160835.262000', '160835.265000', '160835.268000', '160835.271000', '160835.274000', '160835.276000', '160835.279000', '160835.282000', '160835.285000', '160835.288000', '160835.291000', '160835.293000', '160835.296000', '160835.299000', '160835.302000', '160835.305000', '160835.308000', '160835.311000', '160835.313000', '160835.318000', '160855.194000', '160855.197000', '160855.200000', '160855.203000', '160855.206000', '160855.208000', '160855.211000', '160855.214000', '160855.217000', '160855.220000', '160855.224000', '160855.227000', '160855.230000', '160855.233000', '160855.236000', '160855.239000', '160855.241000', '160855.244000', '160855.247000', '160855.250000', '160855.253000', '160855.273000', '160855.276000', '160855.279000', '160855.282000', '160855.284000', '160855.288000', '160855.291000', '160855.297000', '160855.300000', '160855.303000', '160855.305000', '160855.308000', '160855.311000', '160855.314000', '160855.317000', '160855.320000', '160855.323000', '160855.325000', '160855.328000', '160855.331000', '160855.334000', '160855.337000', '160915.194000', '160915.197000', '160915.200000', '160915.203000', '160915.205000', '160915.208000', '160915.211000', '160915.214000', '160915.217000', '160915.220000', '160915.222000', '160915.225000', '160915.228000', '160915.231000', '160915.234000', '160915.237000', '160915.239000', '160915.244000', '160915.247000', '160915.250000', '160915.253000', '160915.255000', '160915.258000', '160915.261000', '160915.264000', '160915.267000', '160915.270000', '160915.273000', '160915.275000', '160915.278000', '160915.281000', '160915.284000', '160915.287000', '160915.290000', '160915.292000', '160915.295000', '160915.298000', '160915.301000', '160915.304000', '160915.307000', '160915.309000', '160915.312000', '160915.315000', '160915.318000', '160935.195000', '160935.198000', '160935.201000', '160935.204000', '160935.207000', '160935.210000', '160935.212000', '160935.215000', '160935.218000', '160935.221000', '160935.224000', '160935.226000', '160935.229000', '160935.232000', '160935.235000', '160935.238000', '160935.241000', '160935.244000', '160935.246000', '160935.249000', '160935.252000', '160935.255000', '160935.258000', '160935.261000', '160935.264000', '160935.267000', '160935.270000', '160935.272000', '160935.275000', '160935.278000', '160935.281000', '160935.284000', '160935.287000', '160935.290000', '160935.293000', '160935.295000', '160935.298000', '160935.308000', '160935.311000', '160935.314000', '160935.317000', '160935.320000', '160935.323000', '160955.194000', '160955.197000', '160955.200000', '160955.203000', '160955.206000', '160955.208000', '160955.211000', '160955.214000', '160955.217000', '160955.220000', '160955.223000', '160955.226000', '160955.228000', '160955.231000', '160955.234000', '160955.237000', '160955.240000', '160955.243000', '160955.246000', '160955.249000', '160955.251000', '160955.254000', '160955.257000', '160955.260000', '160955.263000', '160955.266000', '160955.269000', '160955.272000', '160955.274000', '160955.277000', '160955.280000', '160955.283000', '160955.286000', '160955.289000', '160955.292000', '160955.295000', '160955.297000', '160955.300000', '160955.303000', '160955.306000', '160955.309000', '160955.312000', '160955.318000', '160955.321000', '161015.194000', '161015.197000', '161015.200000', '161015.203000', '161015.206000', '161015.209000', '161015.211000', '161015.214000', '161015.217000', '161015.220000', '161015.223000', '161015.226000', '161015.229000', '161015.231000', '161015.234000', '161015.237000', '161015.240000', '161015.243000', '161015.246000', '161015.248000', '161015.251000', '161015.254000', '161015.257000', '161015.260000', '161015.264000', '161015.267000', '161015.270000', '161015.272000', '161015.275000', '161015.278000', '161015.281000', '161015.284000', '161015.287000', '161015.290000', '161015.293000', '161015.296000', '161015.298000', '161015.301000', '161015.304000', '161015.307000', '161015.310000', '161015.313000', '161015.315000', '161035.194000', '161035.197000', '161035.200000', '161035.203000', '161035.206000', '161035.209000', '161035.211000', '161035.221000', '161035.223000', '161035.226000', '161035.229000', '161035.232000', '161035.235000', '161035.238000', '161035.241000', '161035.244000', '161035.246000', '161035.257000', '161035.260000', '161035.263000', '161035.266000', '161035.273000', '161035.276000', '161035.279000', '161035.282000', '161035.285000', '161035.288000', '161035.290000', '161035.293000', '161035.296000', '161035.299000', '161035.302000', '161035.305000', '161035.308000', '161035.310000', '161035.313000', '161035.316000', '161035.319000', '161035.322000', '161035.324000', '161035.327000', '161035.330000', '161035.333000', '161035.336000', '161055.194000', '161055.197000', '161055.200000', '161055.203000', '161055.206000', '161055.208000', '161055.211000', '161055.214000', '161055.217000', '161055.220000', '161055.223000', '161055.226000', '161055.229000', '161055.231000', '161055.234000', '161055.237000', '161055.240000', '161055.243000', '161055.246000', '161055.249000', '161055.251000', '161055.254000', '161055.257000', '161055.260000', '161055.263000', '161055.266000', '161055.269000', '161055.271000', '161055.274000', '161055.277000', '161055.280000', '161055.283000', '161055.286000', '161055.289000', '161055.292000', '161055.294000', '161055.297000', '161055.300000', '161055.303000', '161055.306000', '161055.309000', '161055.311000', '161055.314000', '161115.194000', '161115.372000', '161115.375000', '161115.377000', '161115.380000', '161115.383000', '161115.386000', '161115.389000', '161115.392000', '161115.395000', '161115.398000', '161115.400000', '161115.403000', '161115.406000', '161115.409000', '161115.412000', '161115.415000', '161115.418000', '161115.421000', '161115.423000', '161115.426000', '161115.429000', '161115.432000', '161115.435000', '161115.438000', '161115.441000', '161115.443000', '161115.446000', '161115.449000', '161115.452000', '161115.455000', '161115.458000', '161115.460000', '161115.464000', '161115.466000', '161115.469000', '161115.472000', '161115.475000', '161115.478000', '161115.481000', '161115.483000', '161115.486000', '161115.489000', '161115.492000', '161135.194000', '161135.197000', '161135.200000', '161135.203000', '161135.206000', '161135.209000', '161135.211000', '161135.214000', '161135.217000', '161135.220000', '161135.223000', '161135.226000', '161135.229000', '161135.231000', '161135.234000', '161135.237000', '161135.240000', '161135.243000', '161135.246000', '161135.249000', '161135.251000', '161135.254000', '161135.257000', '161135.260000', '161135.263000', '161135.266000', '161135.269000', '161135.272000', '161135.274000', '161135.277000', '161135.280000', '161135.283000', '161135.286000', '161135.289000', '161135.291000', '161135.294000', '161135.297000', '161135.302000', '161135.305000', '161135.308000', '161135.311000', '161135.313000', '161135.316000', '161155.195000', '161155.198000', '161155.201000', '161155.212000', '161155.215000', '161155.218000', '161155.221000', '161155.224000', '161155.227000', '161155.229000', '161155.232000', '161155.235000', '161155.238000', '161155.241000', '161155.244000', '161155.247000', '161155.250000', '161155.252000', '161155.255000', '161155.258000', '161155.261000', '161155.264000', '161155.267000', '161155.270000', '161155.273000', '161155.276000', '161155.279000', '161155.281000', '161155.284000', '161155.287000', '161155.290000', '161155.293000', '161155.296000', '161155.299000', '161155.301000', '161155.304000', '161155.307000', '161155.310000', '161155.313000', '161155.316000', '161155.319000', '161155.321000', '161155.324000', '161155.327000', '161215.194000', '161215.197000', '161215.200000', '161215.203000', '161215.206000', '161215.209000', '161215.212000', '161215.214000', '161215.217000', '161215.220000', '161215.223000', '161215.226000', '161215.229000', '161215.232000', '161215.235000', '161215.237000', '161215.240000', '161215.243000', '161215.246000', '161215.249000', '161215.252000', '161215.255000', '161215.257000', '161215.260000', '161215.263000', '161215.266000', '161215.269000', '161215.272000', '161215.275000', '161215.278000', '161215.281000', '161215.283000', '161215.286000', '161215.289000', '161215.292000', '161215.295000', '161215.298000', '161215.301000', '161215.303000', '161215.306000', '161215.309000', '161215.312000', '161215.315000', '161235.194000', '161235.197000', '161235.200000', '161235.203000', '161235.206000', '161235.208000', '161235.211000', '161235.214000', '161235.217000', '161235.220000', '161235.223000', '161235.226000', '161235.229000', '161235.231000', '161235.234000', '161235.237000', '161235.240000', '161235.243000', '161235.246000', '161235.249000', '161235.252000', '161235.254000', '161235.257000', '161235.260000', '161235.263000', '161235.266000', '161235.269000', '161235.272000', '161235.274000', '161235.277000', '161235.280000', '161235.283000', '161235.286000', '161235.289000', '161235.292000', '161235.295000', '161235.297000', '161235.300000', '161235.303000', '161235.306000', '161235.309000', '161235.312000', '161235.315000', '161235.317000', '161255.194000', '161255.197000', '161255.200000', '161255.203000', '161255.206000', '161255.208000', '161255.211000', '161255.214000', '161255.217000', '161255.220000', '161255.223000', '161255.226000', '161255.229000', '161255.231000', '161255.234000', '161255.237000', '161255.240000', '161255.243000', '161255.246000', '161255.248000', '161255.251000', '161255.254000', '161255.257000', '161255.260000', '161255.263000', '161255.266000', '161255.269000', '161255.271000', '161255.274000', '161255.277000', '161255.280000', '161255.283000', '161255.286000', '161255.289000', '161255.291000', '161255.294000', '161255.297000', '161255.300000', '161255.303000', '161255.306000', '161255.309000', '161255.311000', '161255.314000', '161315.194000', '161315.197000', '161315.200000', '161315.203000', '161315.205000', '161315.209000', '161315.211000', '161315.214000', '161315.217000', '161315.220000', '161315.223000', '161315.226000', '161315.228000', '161315.231000', '161315.234000', '161315.237000', '161315.240000', '161315.243000', '161315.246000', '161315.248000', '161315.251000', '161315.254000', '161315.257000', '161315.260000', '161315.263000', '161315.266000', '161315.269000', '161315.271000', '161315.274000', '161315.277000', '161315.280000', '161315.283000', '161315.286000', '161315.289000', '161315.292000', '161315.294000', '161315.297000', '161315.300000', '161315.303000', '161315.306000', '161315.309000', '161315.312000', '161315.315000', '161315.320000', '161335.194000', '161335.197000', '161335.200000', '161335.203000', '161335.206000', '161335.208000', '161335.211000', '161335.214000', '161335.217000', '161335.220000', '161335.223000', '161335.226000', '161335.229000', '161335.231000', '161335.234000', '161335.237000', '161335.240000', '161335.243000', '161335.246000', '161335.249000', '161335.252000', '161335.254000', '161335.257000', '161335.273000', '161335.276000', '161335.278000', '161335.281000', '161335.284000', '161335.287000', '161335.290000', '161335.293000', '161335.296000', '161335.298000', '161335.301000', '161335.304000', '161335.307000', '161335.310000', '161335.313000', '161335.316000', '161335.319000', '161335.322000', '161335.324000', '161335.327000', '161355.194000', '161355.206000', '161355.210000', '161355.215000', '161355.219000', '161355.222000', '161355.224000', '161355.227000', '161355.230000', '161355.233000', '161355.236000', '161355.239000', '161355.242000', '161355.245000', '161355.247000', '161355.250000', '161355.253000', '161355.256000', '161355.259000', '161355.262000', '161355.265000', '161355.267000', '161355.270000', '161355.273000', '161355.276000', '161355.279000', '161355.282000', '161355.285000', '161355.288000', '161355.291000', '161355.293000', '161355.296000', '161355.299000', '161355.302000', '161355.305000', '161355.308000', '161355.311000', '161355.313000', '161355.316000', '161355.319000', '161355.322000', '161355.325000', '161355.328000', '161415.195000', '161415.198000', '161415.201000', '161415.204000', '161415.207000', '161415.210000', '161415.212000', '161415.215000', '161415.218000', '161415.221000', '161415.224000', '161415.227000', '161415.230000', '161415.232000', '161415.235000', '161415.238000', '161415.241000', '161415.244000', '161415.247000', '161415.250000', '161415.252000', '161415.255000', '161415.258000', '161415.261000', '161415.264000', '161415.267000', '161415.269000', '161415.272000', '161415.275000', '161415.278000', '161415.281000', '161415.284000', '161415.287000', '161415.289000', '161415.292000', '161415.295000', '161415.298000', '161415.301000', '161415.304000', '161415.307000', '161415.309000', '161415.312000', '161415.315000', '161415.318000', '161435.194000', '161435.197000', '161435.200000', '161435.203000', '161435.206000', '161435.209000', '161435.211000', '161435.214000', '161435.217000', '161435.220000', '161435.225000', '161435.229000', '161435.240000', '161435.243000', '161435.245000', '161435.248000', '161435.251000', '161435.254000', '161435.257000', '161435.260000', '161435.263000', '161435.266000', '161435.268000', '161435.271000', '161435.274000', '161435.277000', '161435.280000', '161435.283000', '161435.285000', '161435.288000', '161435.291000', '161435.294000', '161435.297000', '161435.300000', '161435.303000', '161435.306000', '161435.308000', '161435.311000', '161435.314000', '161435.317000', '161435.320000', '161435.323000', '161435.325000', '161455.194000', '161455.197000', '161455.200000', '161455.203000', '161455.206000', '161455.208000', '161455.212000', '161455.214000', '161455.217000', '161455.220000', '161455.223000', '161455.226000', '161455.229000', '161455.232000', '161455.235000', '161455.237000', '161455.240000', '161455.243000', '161455.246000', '161455.249000', '161455.252000', '161455.255000', '161455.258000', '161455.261000', '161455.263000', '161455.266000', '161455.269000', '161455.272000', '161455.275000', '161455.278000', '161455.281000', '161455.283000', '161455.286000', '161455.289000', '161455.292000', '161455.312000', '161455.314000', '161455.317000', '161455.320000', '161455.323000', '161455.326000', '161455.329000', '161455.332000', '161455.334000', '161515.194000', '161515.197000', '161515.200000', '161515.203000', '161515.206000', '161515.209000', '161515.212000', '161515.214000', '161515.217000', '161515.220000', '161515.223000', '161515.226000', '161515.229000', '161515.232000', '161515.235000', '161515.237000', '161515.241000', '161515.243000', '161515.246000', '161515.249000', '161515.252000', '161515.255000', '161515.258000', '161515.261000', '161515.264000', '161515.267000', '161515.270000', '161515.273000', '161515.275000', '161515.278000', '161515.281000', '161515.284000', '161515.287000', '161515.290000', '161515.293000', '161515.295000', '161515.298000', '161515.301000', '161515.304000', '161515.307000', '161515.310000', '161515.313000', '161515.315000', '161535.194000', '161535.197000', '161535.200000', '161535.203000', '161535.206000', '161535.209000', '161535.212000', '161535.214000', '161535.217000', '161535.220000', '161535.223000', '161535.226000', '161535.229000', '161535.232000', '161535.235000', '161535.237000', '161535.240000', '161535.243000', '161535.246000', '161535.249000', '161535.252000', '161535.255000', '161535.258000', '161535.260000', '161535.263000', '161535.266000', '161535.269000', '161535.272000', '161535.274000', '161535.277000', '161535.280000', '161535.283000', '161535.286000', '161535.289000', '161535.292000', '161535.295000', '161535.297000', '161535.300000', '161535.303000', '161535.306000', '161535.309000', '161535.312000', '161535.315000', '161535.317000', '161540.598000', '161540.601000', '161540.604000', '161540.607000', '161540.610000', '161540.614000', '161540.616000', '161540.619000', '161540.622000', '161540.626000', '161540.628000', '161540.631000'], 'InstanceCreationTime': ['160815.225000', '160815.255000', '160815.258000', '160815.261000', '160815.264000', '160815.267000', '160815.270000', '160815.272000', '160815.275000', '160815.278000', '160815.282000', '160815.284000', '160815.287000', '160815.290000', '160815.293000', '160815.296000', '160815.299000', '160815.302000', '160815.304000', '160815.307000', '160815.310000', '160815.313000', '160815.316000', '160815.319000', '160815.322000', '160815.324000', '160815.328000', '160815.331000', '160815.334000', '160815.336000', '160815.339000', '160815.342000', '160815.345000', '160815.348000', '160815.351000', '160815.353000', '160815.356000', '160815.359000', '160815.362000', '160815.365000', '160815.368000', '160815.370000', '160815.389000', '160815.400000', '160815.403000', '160815.406000', '160815.409000', '160835.194000', '160835.197000', '160835.200000', '160835.202000', '160835.205000', '160835.208000', '160835.211000', '160835.214000', '160835.217000', '160835.220000', '160835.223000', '160835.225000', '160835.228000', '160835.231000', '160835.234000', '160835.237000', '160835.240000', '160835.242000', '160835.245000', '160835.248000', '160835.251000', '160835.254000', '160835.257000', '160835.259000', '160835.262000', '160835.265000', '160835.268000', '160835.271000', '160835.274000', '160835.276000', '160835.279000', '160835.282000', '160835.285000', '160835.288000', '160835.291000', '160835.293000', '160835.296000', '160835.299000', '160835.302000', '160835.305000', '160835.308000', '160835.311000', '160835.313000', '160835.318000', '160855.194000', '160855.197000', '160855.200000', '160855.203000', '160855.206000', '160855.208000', '160855.211000', '160855.214000', '160855.217000', '160855.220000', '160855.224000', '160855.227000', '160855.230000', '160855.233000', '160855.236000', '160855.239000', '160855.241000', '160855.244000', '160855.247000', '160855.250000', '160855.253000', '160855.273000', '160855.276000', '160855.279000', '160855.282000', '160855.284000', '160855.288000', '160855.291000', '160855.297000', '160855.300000', '160855.303000', '160855.305000', '160855.308000', '160855.311000', '160855.314000', '160855.317000', '160855.320000', '160855.323000', '160855.325000', '160855.328000', '160855.331000', '160855.334000', '160855.337000', '160915.194000', '160915.197000', '160915.200000', '160915.203000', '160915.205000', '160915.208000', '160915.211000', '160915.214000', '160915.217000', '160915.220000', '160915.222000', '160915.225000', '160915.228000', '160915.231000', '160915.234000', '160915.237000', '160915.239000', '160915.244000', '160915.247000', '160915.250000', '160915.253000', '160915.255000', '160915.258000', '160915.261000', '160915.264000', '160915.267000', '160915.270000', '160915.273000', '160915.275000', '160915.278000', '160915.281000', '160915.284000', '160915.287000', '160915.290000', '160915.292000', '160915.295000', '160915.298000', '160915.301000', '160915.304000', '160915.307000', '160915.309000', '160915.312000', '160915.315000', '160915.318000', '160935.195000', '160935.198000', '160935.201000', '160935.204000', '160935.207000', '160935.210000', '160935.212000', '160935.215000', '160935.218000', '160935.221000', '160935.224000', '160935.226000', '160935.229000', '160935.232000', '160935.235000', '160935.238000', '160935.241000', '160935.244000', '160935.246000', '160935.249000', '160935.252000', '160935.255000', '160935.258000', '160935.261000', '160935.264000', '160935.267000', '160935.270000', '160935.272000', '160935.275000', '160935.278000', '160935.281000', '160935.284000', '160935.287000', '160935.290000', '160935.293000', '160935.295000', '160935.298000', '160935.308000', '160935.311000', '160935.314000', '160935.317000', '160935.320000', '160935.323000', '160955.194000', '160955.197000', '160955.200000', '160955.203000', '160955.206000', '160955.208000', '160955.211000', '160955.214000', '160955.217000', '160955.220000', '160955.223000', '160955.226000', '160955.228000', '160955.231000', '160955.234000', '160955.237000', '160955.240000', '160955.243000', '160955.246000', '160955.249000', '160955.251000', '160955.254000', '160955.257000', '160955.260000', '160955.263000', '160955.266000', '160955.269000', '160955.272000', '160955.274000', '160955.277000', '160955.280000', '160955.283000', '160955.286000', '160955.289000', '160955.292000', '160955.295000', '160955.297000', '160955.300000', '160955.303000', '160955.306000', '160955.309000', '160955.312000', '160955.318000', '160955.321000', '161015.194000', '161015.197000', '161015.200000', '161015.203000', '161015.206000', '161015.209000', '161015.211000', '161015.214000', '161015.217000', '161015.220000', '161015.223000', '161015.226000', '161015.229000', '161015.231000', '161015.234000', '161015.237000', '161015.240000', '161015.243000', '161015.246000', '161015.248000', '161015.251000', '161015.254000', '161015.257000', '161015.260000', '161015.264000', '161015.267000', '161015.270000', '161015.272000', '161015.275000', '161015.278000', '161015.281000', '161015.284000', '161015.287000', '161015.290000', '161015.293000', '161015.296000', '161015.298000', '161015.301000', '161015.304000', '161015.307000', '161015.310000', '161015.313000', '161015.315000', '161035.194000', '161035.197000', '161035.200000', '161035.203000', '161035.206000', '161035.209000', '161035.211000', '161035.221000', '161035.223000', '161035.226000', '161035.229000', '161035.232000', '161035.235000', '161035.238000', '161035.241000', '161035.244000', '161035.246000', '161035.257000', '161035.260000', '161035.263000', '161035.266000', '161035.273000', '161035.276000', '161035.279000', '161035.282000', '161035.285000', '161035.288000', '161035.290000', '161035.293000', '161035.296000', '161035.299000', '161035.302000', '161035.305000', '161035.308000', '161035.310000', '161035.313000', '161035.316000', '161035.319000', '161035.322000', '161035.324000', '161035.327000', '161035.330000', '161035.333000', '161035.336000', '161055.194000', '161055.197000', '161055.200000', '161055.203000', '161055.206000', '161055.208000', '161055.211000', '161055.214000', '161055.217000', '161055.220000', '161055.223000', '161055.226000', '161055.229000', '161055.231000', '161055.234000', '161055.237000', '161055.240000', '161055.243000', '161055.246000', '161055.249000', '161055.251000', '161055.254000', '161055.257000', '161055.260000', '161055.263000', '161055.266000', '161055.269000', '161055.271000', '161055.274000', '161055.277000', '161055.280000', '161055.283000', '161055.286000', '161055.289000', '161055.292000', '161055.294000', '161055.297000', '161055.300000', '161055.303000', '161055.306000', '161055.309000', '161055.311000', '161055.314000', '161115.194000', '161115.372000', '161115.375000', '161115.377000', '161115.380000', '161115.383000', '161115.386000', '161115.389000', '161115.392000', '161115.395000', '161115.398000', '161115.400000', '161115.403000', '161115.406000', '161115.409000', '161115.412000', '161115.415000', '161115.418000', '161115.421000', '161115.423000', '161115.426000', '161115.429000', '161115.432000', '161115.435000', '161115.438000', '161115.441000', '161115.443000', '161115.446000', '161115.449000', '161115.452000', '161115.455000', '161115.458000', '161115.460000', '161115.464000', '161115.466000', '161115.469000', '161115.472000', '161115.475000', '161115.478000', '161115.481000', '161115.483000', '161115.486000', '161115.489000', '161115.492000', '161135.194000', '161135.197000', '161135.200000', '161135.203000', '161135.206000', '161135.209000', '161135.211000', '161135.214000', '161135.217000', '161135.220000', '161135.223000', '161135.226000', '161135.229000', '161135.231000', '161135.234000', '161135.237000', '161135.240000', '161135.243000', '161135.246000', '161135.249000', '161135.251000', '161135.254000', '161135.257000', '161135.260000', '161135.263000', '161135.266000', '161135.269000', '161135.272000', '161135.274000', '161135.277000', '161135.280000', '161135.283000', '161135.286000', '161135.289000', '161135.291000', '161135.294000', '161135.297000', '161135.302000', '161135.305000', '161135.308000', '161135.311000', '161135.313000', '161135.316000', '161155.195000', '161155.198000', '161155.201000', '161155.212000', '161155.215000', '161155.218000', '161155.221000', '161155.224000', '161155.227000', '161155.229000', '161155.232000', '161155.235000', '161155.238000', '161155.241000', '161155.244000', '161155.247000', '161155.250000', '161155.252000', '161155.255000', '161155.258000', '161155.261000', '161155.264000', '161155.267000', '161155.270000', '161155.273000', '161155.276000', '161155.279000', '161155.281000', '161155.284000', '161155.287000', '161155.290000', '161155.293000', '161155.296000', '161155.299000', '161155.301000', '161155.304000', '161155.307000', '161155.310000', '161155.313000', '161155.316000', '161155.319000', '161155.321000', '161155.324000', '161155.327000', '161215.194000', '161215.197000', '161215.200000', '161215.203000', '161215.206000', '161215.209000', '161215.212000', '161215.214000', '161215.217000', '161215.220000', '161215.223000', '161215.226000', '161215.229000', '161215.232000', '161215.235000', '161215.237000', '161215.240000', '161215.243000', '161215.246000', '161215.249000', '161215.252000', '161215.255000', '161215.257000', '161215.260000', '161215.263000', '161215.266000', '161215.269000', '161215.272000', '161215.275000', '161215.278000', '161215.281000', '161215.283000', '161215.286000', '161215.289000', '161215.292000', '161215.295000', '161215.298000', '161215.301000', '161215.303000', '161215.306000', '161215.309000', '161215.312000', '161215.315000', '161235.194000', '161235.197000', '161235.200000', '161235.203000', '161235.206000', '161235.208000', '161235.211000', '161235.214000', '161235.217000', '161235.220000', '161235.223000', '161235.226000', '161235.229000', '161235.231000', '161235.234000', '161235.237000', '161235.240000', '161235.243000', '161235.246000', '161235.249000', '161235.252000', '161235.254000', '161235.257000', '161235.260000', '161235.263000', '161235.266000', '161235.269000', '161235.272000', '161235.274000', '161235.277000', '161235.280000', '161235.283000', '161235.286000', '161235.289000', '161235.292000', '161235.295000', '161235.297000', '161235.300000', '161235.303000', '161235.306000', '161235.309000', '161235.312000', '161235.315000', '161235.317000', '161255.194000', '161255.197000', '161255.200000', '161255.203000', '161255.206000', '161255.208000', '161255.211000', '161255.214000', '161255.217000', '161255.220000', '161255.223000', '161255.226000', '161255.229000', '161255.231000', '161255.234000', '161255.237000', '161255.240000', '161255.243000', '161255.246000', '161255.248000', '161255.251000', '161255.254000', '161255.257000', '161255.260000', '161255.263000', '161255.266000', '161255.269000', '161255.271000', '161255.274000', '161255.277000', '161255.280000', '161255.283000', '161255.286000', '161255.289000', '161255.291000', '161255.294000', '161255.297000', '161255.300000', '161255.303000', '161255.306000', '161255.309000', '161255.311000', '161255.314000', '161315.194000', '161315.197000', '161315.200000', '161315.203000', '161315.205000', '161315.209000', '161315.211000', '161315.214000', '161315.217000', '161315.220000', '161315.223000', '161315.226000', '161315.228000', '161315.231000', '161315.234000', '161315.237000', '161315.240000', '161315.243000', '161315.246000', '161315.248000', '161315.251000', '161315.254000', '161315.257000', '161315.260000', '161315.263000', '161315.266000', '161315.269000', '161315.271000', '161315.274000', '161315.277000', '161315.280000', '161315.283000', '161315.286000', '161315.289000', '161315.292000', '161315.294000', '161315.297000', '161315.300000', '161315.303000', '161315.306000', '161315.309000', '161315.312000', '161315.315000', '161315.320000', '161335.194000', '161335.197000', '161335.200000', '161335.203000', '161335.206000', '161335.208000', '161335.211000', '161335.214000', '161335.217000', '161335.220000', '161335.223000', '161335.226000', '161335.229000', '161335.231000', '161335.234000', '161335.237000', '161335.240000', '161335.243000', '161335.246000', '161335.249000', '161335.252000', '161335.254000', '161335.257000', '161335.273000', '161335.276000', '161335.278000', '161335.281000', '161335.284000', '161335.287000', '161335.290000', '161335.293000', '161335.296000', '161335.298000', '161335.301000', '161335.304000', '161335.307000', '161335.310000', '161335.313000', '161335.316000', '161335.319000', '161335.322000', '161335.324000', '161335.327000', '161355.194000', '161355.206000', '161355.210000', '161355.215000', '161355.219000', '161355.222000', '161355.224000', '161355.227000', '161355.230000', '161355.233000', '161355.236000', '161355.239000', '161355.242000', '161355.245000', '161355.247000', '161355.250000', '161355.253000', '161355.256000', '161355.259000', '161355.262000', '161355.265000', '161355.267000', '161355.270000', '161355.273000', '161355.276000', '161355.279000', '161355.282000', '161355.285000', '161355.288000', '161355.291000', '161355.293000', '161355.296000', '161355.299000', '161355.302000', '161355.305000', '161355.308000', '161355.311000', '161355.313000', '161355.316000', '161355.319000', '161355.322000', '161355.325000', '161355.328000', '161415.195000', '161415.198000', '161415.201000', '161415.204000', '161415.207000', '161415.210000', '161415.212000', '161415.215000', '161415.218000', '161415.221000', '161415.224000', '161415.227000', '161415.230000', '161415.232000', '161415.235000', '161415.238000', '161415.241000', '161415.244000', '161415.247000', '161415.250000', '161415.252000', '161415.255000', '161415.258000', '161415.261000', '161415.264000', '161415.267000', '161415.269000', '161415.272000', '161415.275000', '161415.278000', '161415.281000', '161415.284000', '161415.287000', '161415.289000', '161415.292000', '161415.295000', '161415.298000', '161415.301000', '161415.304000', '161415.307000', '161415.309000', '161415.312000', '161415.315000', '161415.318000', '161435.194000', '161435.197000', '161435.200000', '161435.203000', '161435.206000', '161435.209000', '161435.211000', '161435.214000', '161435.217000', '161435.220000', '161435.225000', '161435.229000', '161435.240000', '161435.243000', '161435.245000', '161435.248000', '161435.251000', '161435.254000', '161435.257000', '161435.260000', '161435.263000', '161435.266000', '161435.268000', '161435.271000', '161435.274000', '161435.277000', '161435.280000', '161435.283000', '161435.285000', '161435.288000', '161435.291000', '161435.294000', '161435.297000', '161435.300000', '161435.303000', '161435.306000', '161435.308000', '161435.311000', '161435.314000', '161435.317000', '161435.320000', '161435.323000', '161435.325000', '161455.194000', '161455.197000', '161455.200000', '161455.203000', '161455.206000', '161455.208000', '161455.212000', '161455.214000', '161455.217000', '161455.220000', '161455.223000', '161455.226000', '161455.229000', '161455.232000', '161455.235000', '161455.237000', '161455.240000', '161455.243000', '161455.246000', '161455.249000', '161455.252000', '161455.255000', '161455.258000', '161455.261000', '161455.263000', '161455.266000', '161455.269000', '161455.272000', '161455.275000', '161455.278000', '161455.281000', '161455.283000', '161455.286000', '161455.289000', '161455.292000', '161455.312000', '161455.314000', '161455.317000', '161455.320000', '161455.323000', '161455.326000', '161455.329000', '161455.332000', '161455.334000', '161515.194000', '161515.197000', '161515.200000', '161515.203000', '161515.206000', '161515.209000', '161515.212000', '161515.214000', '161515.217000', '161515.220000', '161515.223000', '161515.226000', '161515.229000', '161515.232000', '161515.235000', '161515.237000', '161515.241000', '161515.243000', '161515.246000', '161515.249000', '161515.252000', '161515.255000', '161515.258000', '161515.261000', '161515.264000', '161515.267000', '161515.270000', '161515.273000', '161515.275000', '161515.278000', '161515.281000', '161515.284000', '161515.287000', '161515.290000', '161515.293000', '161515.295000', '161515.298000', '161515.301000', '161515.304000', '161515.307000', '161515.310000', '161515.313000', '161515.315000', '161535.194000', '161535.197000', '161535.200000', '161535.203000', '161535.206000', '161535.209000', '161535.212000', '161535.214000', '161535.217000', '161535.220000', '161535.223000', '161535.226000', '161535.229000', '161535.232000', '161535.235000', '161535.237000', '161535.240000', '161535.243000', '161535.246000', '161535.249000', '161535.252000', '161535.255000', '161535.258000', '161535.260000', '161535.263000', '161535.266000', '161535.269000', '161535.272000', '161535.274000', '161535.277000', '161535.280000', '161535.283000', '161535.286000', '161535.289000', '161535.292000', '161535.295000', '161535.297000', '161535.300000', '161535.303000', '161535.306000', '161535.309000', '161535.312000', '161535.315000', '161535.317000', '161540.598000', '161540.601000', '161540.604000', '161540.607000', '161540.610000', '161540.614000', '161540.616000', '161540.619000', '161540.622000', '161540.626000', '161540.628000', '161540.631000'], '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': [11909, 14644, 11739, 10722, 9883, 10488, 9555, 10777, 10744, 10744, 9669, 12805, 10249, 9751, 12993, 9824, 10932, 12092, 9416, 10780, 9994, 9023, 10847, 9189, 11323, 10004, 10343, 9725, 10233, 9761, 10380, 9701, 11303, 10107, 9268, 11955, 9840, 9437, 12882, 9552, 11291, 10319, 9218, 10952, 10001, 8830, 11432, 9131, 9941, 10091, 9249, 11161, 10103, 9118, 10568, 9619, 12040, 10554, 9232, 10810, 9746, 9747, 10548, 9385, 10486, 10396, 9155, 9896, 9541, 10350, 10699, 9275, 10726, 9849, 10784, 10839, 9496, 10135, 10290, 9460, 11774, 10032, 10820, 10723, 9448, 11311, 10663, 9243, 10673, 9557, 10489, 10739, 10179, 10811, 9925, 10565, 10886, 9819, 13035, 9922, 12442, 10701, 9397, 10530, 10099, 9787, 11494, 9693, 12160, 10328, 9520, 10604, 10243, 9055, 10533, 9763, 11866, 10792, 9203, 11022, 10015, 9359, 10546, 9481, 10683, 10347, 9404, 10625, 9714, 9917, 10553, 9371, 11095, 9960, 10519, 10698, 9330, 10656, 10131, 9398, 12730, 9852, 11153, 10748, 9888, 10501, 10679, 9633, 11482, 10884, 9404, 11530, 9957, 9413, 12130, 9731, 10070, 10451, 9709, 10931, 10888, 9348, 10385, 10081, 9266, 10591, 10158, 9863, 10835, 9789, 10181, 11020, 9667, 11109, 10412, 10326, 12089, 9737, 11609, 11131, 9909, 10952, 10289, 9606, 10852, 10164, 10427, 10878, 9565, 11731, 10571, 10087, 13047, 9723, 10795, 10932, 9655, 10679, 10762, 9422, 11114, 10346, 9973, 10873, 9587, 10495, 10625, 9290, 11800, 9912, 10029, 10773, 9689, 10837, 10834, 9537, 11695, 9891, 11188, 10785, 9660, 10790, 10334, 9620, 12586, 9767, 12478, 10795, 9485, 10807, 10386, 9653, 10564, 9508, 11199, 10758, 9159, 11070, 10272, 9615, 10705, 9669, 10486, 10357, 9826, 10696, 9521, 10868, 10217, 10716, 10783, 9403, 10877, 10332, 9873, 11093, 9421, 10789, 10507, 10329, 11354, 9510, 10665, 10919, 9342, 11750, 9886, 10488, 10804, 9246, 10826, 10448, 9203, 10442, 9836, 11062, 11015, 9352, 10902, 9918, 11319, 11080, 9705, 10761, 10063, 11447, 11032, 10066, 10998, 10311, 10265, 11081, 9981, 10813, 10366, 9827, 10887, 10247, 10605, 10654, 9771, 11132, 10160, 10907, 10808, 9559, 11574, 10171, 10295, 10711, 9280, 10968, 10279, 10359, 11295, 9762, 10731, 10135, 11015, 10958, 10155, 10677, 9482, 11920, 10199, 9945, 11142, 9414, 11067, 10727, 9276, 11078, 9642, 11038, 10807, 9350, 10778, 9628, 10635, 11082, 9474, 11784, 9635, 10248, 11027, 9395, 11666, 9685, 11139, 10971, 9531, 10786, 10648, 9266, 11597, 10178, 10394, 10749, 9477, 9893, 10654, 8925, 10860, 9950, 11696, 11013, 9458, 10865, 10327, 9297, 11020, 9806, 10200, 11125, 9845, 10608, 10435, 9725, 10606, 9946, 10109, 11030, 9678, 10547, 10491, 9451, 11043, 10049, 9494, 11204, 9997, 10917, 10410, 10030, 11178, 10287, 9845, 10847, 9671, 11259, 10687, 10096, 10490, 10058, 10421, 11336, 9932, 10974, 10518, 10237, 11366, 10408, 10683, 10915, 9758, 11257, 10670, 10468, 11311, 9954, 11265, 11359, 10029, 11195, 10776, 9770, 11553, 10422, 9925, 11234, 9897, 11769, 11207, 10056, 10602, 11186, 9701, 10905, 10333, 10068, 10422, 10196, 11640, 11067, 9981, 10803, 11224, 10032, 11139, 9939, 10619, 11000, 10348, 11825, 10800, 9865, 10605, 10133, 10591, 11187, 9974, 11386, 10228, 10786, 11341, 9866, 10893, 10808, 9747, 10665, 10177, 11260, 10230, 11235, 10247, 10449, 11370, 10003, 11849, 10882, 10142, 11809, 10531, 10581, 11082, 10261, 11309, 11169, 9720, 12357, 10909, 9706, 11343, 9815, 11267, 11002, 9815, 11042, 9851, 11158, 10899, 9850, 10761, 10341, 10839, 11225, 9669, 10728, 10311, 11171, 11008, 9499, 11425, 10495, 11024, 11202, 9539, 11062, 10322, 10946, 10320, 11043, 11160, 10999, 10571, 11784, 10458, 9741, 11267, 10446, 11296, 11253, 9934, 12251, 11141, 9673, 10865, 10361, 10702, 11342, 10308, 12162, 10924, 9804, 11209, 10660, 9725, 11423, 10079, 11289, 11027, 10156, 11639, 10121, 11811, 11062, 10416, 11592, 10528, 11245, 11428, 10283, 11351, 10497, 12493, 11471, 10442, 11664, 11482, 10090, 11148, 10348, 10372, 11472, 10460, 11455, 10099, 10835, 11376, 10499, 11391, 10453, 11321, 11131, 10811, 11574, 10244, 11440, 11202, 9996, 12117, 10577, 11427, 11231, 9927, 11604, 10785, 10926, 11028, 9762, 11069, 10743, 10328, 11246, 10104, 11375, 10778, 10692, 11326, 10256, 11215, 10980, 9593, 11278, 10445, 11299, 11277, 9860, 11443, 10795, 10260, 11349, 10225, 11424, 10842, 9949, 11289, 10398, 11304, 10816, 10951, 11617, 10381, 11168, 10674, 10984, 11520, 10399, 11630, 10491, 11007, 11161, 10326, 11499, 10341, 11492, 11165, 10683, 11373, 10335, 11907, 11167, 10554, 11471, 10379, 11251, 10793, 10516, 11833, 10522, 11831, 11148, 10228, 11054, 10356, 11326, 11132, 9705, 12551, 10234, 11156, 11507, 9789, 11496, 10563, 11975, 11618, 10516, 11499, 10737, 9976, 11436, 10309, 11092, 11064, 9744, 11018, 10398, 11171, 11523, 10059, 11153, 11003, 10151, 11469, 10461, 10314, 11288, 10188, 11383, 10760, 9745, 11432, 10335, 10807, 11452, 10669, 11251, 10868, 10417, 11752, 10843, 10582, 11433, 10047, 11544, 11081, 10246, 11628, 10458, 10618, 11571, 10596, 11293, 10946, 10147, 11646, 10760, 10521, 11621, 10264, 11153, 11138, 10258, 11042, 10756, 11940, 11499, 10244, 10767, 11350, 10220, 11132, 10618, 11125, 11623, 10683, 11544, 11070, 10134, 11509, 10647, 11281, 11296, 10268, 11257, 11097, 10207, 11464, 10432, 11331, 11619, 10582, 11205, 11315, 9978, 11345, 10858, 10293, 11720, 10682, 10357, 11368, 10425, 11412, 11201, 10355, 11472, 10635, 11847, 11776, 10818, 11509, 10805, 10241, 11624, 10787, 11097, 11044, 10277, 11124, 11111, 10626, 11320, 10185, 11257, 10788, 11181, 11537, 10123, 11772, 10769, 10659, 11486, 10468, 11185, 11319, 10035, 11291, 10563, 10356, 11278, 10040, 11357, 10768, 11727, 11637, 10256, 11186, 10802, 10535, 11538, 10375, 10943, 10914, 10066, 11053, 10634, 10148, 11453, 10230, 11359, 11058, 9837, 11268, 10302, 11226, 11155, 10288, 10944, 10471, 11372, 11277, 10512, 11584, 10509, 10358, 11559, 10668, 10959, 11007, 10049, 11606, 10592, 10536, 11406, 10304, 11632, 10741, 10455, 11450, 10622, 10877, 10904, 9805, 11100, 10669, 10279, 11546, 10123, 11215, 10832, 10678, 11566, 10223, 11251, 10871, 10187, 11632, 10550, 11335, 10831, 10181, 11676, 10629, 11094, 11093, 10314, 11456, 10938, 10264, 11641, 10313, 11464, 11359, 10273, 11808, 10313, 11123, 11540, 10495, 11613, 11285, 9874, 11287, 10942, 11609, 11603, 10295, 10874, 11039, 10489, 10980, 10572, 12443, 11492, 10410, 11638, 11037, 9739, 11083, 10380, 10634, 11534, 10237, 12057, 11090, 10059, 11350, 10575, 10598, 11377, 10220, 11284, 11338, 10500, 10952, 10442, 10347, 11603, 10594, 11265, 11201, 10237, 10869, 10778, 10558, 11655, 10208, 11009, 10607, 10272, 11569, 10221, 11649, 10850, 11499, 11649, 10260, 11392, 10815, 10019, 11565, 10248, 11393, 10763, 11678, 11615, 10398, 11358, 10312, 11105, 11501, 10524, 11247, 11001, 9686, 11314, 10799, 9914, 11354, 10114, 11570, 10801, 10237, 11495, 10289, 10899, 11184, 10254, 11849, 10349, 11425, 10986, 10151, 11684, 10741, 11369, 10822, 10187, 11688, 10718, 11351, 11145, 10639, 11426, 10703, 11045, 11423, 10030, 11263, 10813, 11105, 11200, 10016, 11246], 'WindowCenter': [4139.0, 4141.0, 4105.0, 4078.0, 4067.0, 4065.0, 4067.0, 4077.0, 4077.0, 4065.0, 4055.0, 4074.0, 4041.0, 4040.0, 4059.0, 4037.0, 4036.0, 4045.0, 4026.0, 4035.0, 4024.0, 4015.0, 4023.0, 4014.0, 4035.0, 4024.0, 4034.0, 4038.0, 4048.0, 4052.0, 4064.0, 4054.0, 4065.0, 4040.0, 4030.0, 4047.0, 4026.0, 4027.0, 4043.0, 4024.0, 4035.0, 4024.0, 4026.0, 4034.0, 4024.0, 4026.0, 4033.0, 4027.0, 4036.0, 4035.0, 4026.0, 4047.0, 4036.0, 4029.0, 4036.0, 4038.0, 4059.0, 4037.0, 4038.0, 4047.0, 4039.0, 4039.0, 4048.0, 4040.0, 4050.0, 4050.0, 4040.0, 4050.0, 4050.0, 4051.0, 4060.0, 4052.0, 4060.0, 4052.0, 4061.0, 4061.0, 4050.0, 4050.0, 4049.0, 4050.0, 4059.0, 4050.0, 4062.0, 4050.0, 4050.0, 4059.0, 4060.0, 4040.0, 4048.0, 4050.0, 4049.0, 4061.0, 4051.0, 4060.0, 4050.0, 4050.0, 4058.0, 4049.0, 4069.0, 4050.0, 4070.0, 4047.0, 4039.0, 4048.0, 4049.0, 4048.0, 4047.0, 4038.0, 4060.0, 4048.0, 4038.0, 4047.0, 4048.0, 4026.0, 4047.0, 4038.0, 4058.0, 4047.0, 4039.0, 4047.0, 4048.0, 4039.0, 4047.0, 4038.0, 4048.0, 4049.0, 4040.0, 4049.0, 4050.0, 4049.0, 4049.0, 4041.0, 4058.0, 4049.0, 4049.0, 4048.0, 4040.0, 4050.0, 4049.0, 4039.0, 4059.0, 4037.0, 4062.0, 4047.0, 4049.0, 4049.0, 4048.0, 4038.0, 4058.0, 4049.0, 4038.0, 4047.0, 4036.0, 4037.0, 4057.0, 4038.0, 4049.0, 4047.0, 4038.0, 4047.0, 4047.0, 4038.0, 4048.0, 4050.0, 4040.0, 4049.0, 4050.0, 4050.0, 4060.0, 4051.0, 4050.0, 4060.0, 4052.0, 4060.0, 4061.0, 4062.0, 4070.0, 4050.0, 4060.0, 4059.0, 4049.0, 4060.0, 4051.0, 4051.0, 4059.0, 4061.0, 4062.0, 4060.0, 4050.0, 4059.0, 4049.0, 4051.0, 4069.0, 4039.0, 4049.0, 4046.0, 4038.0, 4048.0, 4047.0, 4036.0, 4045.0, 4035.0, 4037.0, 4046.0, 4036.0, 4047.0, 4046.0, 4036.0, 4045.0, 4036.0, 4038.0, 4046.0, 4038.0, 4048.0, 4058.0, 4039.0, 4057.0, 4039.0, 4058.0, 4047.0, 4037.0, 4048.0, 4048.0, 4038.0, 4056.0, 4037.0, 4058.0, 4046.0, 4036.0, 4045.0, 4036.0, 4037.0, 4035.0, 4037.0, 4047.0, 4046.0, 4037.0, 4047.0, 4046.0, 4037.0, 4047.0, 4038.0, 4047.0, 4049.0, 4038.0, 4049.0, 4051.0, 4059.0, 4050.0, 4049.0, 4060.0, 4040.0, 4049.0, 4049.0, 4049.0, 4058.0, 4039.0, 4047.0, 4048.0, 4050.0, 4048.0, 4037.0, 4048.0, 4047.0, 4038.0, 4057.0, 4037.0, 4047.0, 4045.0, 4036.0, 4045.0, 4047.0, 4037.0, 4035.0, 4035.0, 4046.0, 4046.0, 4039.0, 4046.0, 4049.0, 4059.0, 4059.0, 4051.0, 4059.0, 4050.0, 4061.0, 4062.0, 4051.0, 4061.0, 4050.0, 4062.0, 4060.0, 4051.0, 4060.0, 4050.0, 4050.0, 4060.0, 4063.0, 4062.0, 4060.0, 4050.0, 4059.0, 4060.0, 4061.0, 4061.0, 4052.0, 4060.0, 4061.0, 4051.0, 4061.0, 4051.0, 4048.0, 4061.0, 4061.0, 4061.0, 4063.0, 4063.0, 4062.0, 4064.0, 4074.0, 4064.0, 4064.0, 4064.0, 4071.0, 4051.0, 4052.0, 4049.0, 4038.0, 4048.0, 4049.0, 4039.0, 4048.0, 4038.0, 4048.0, 4047.0, 4037.0, 4046.0, 4037.0, 4036.0, 4047.0, 4037.0, 4046.0, 4036.0, 4036.0, 4046.0, 4037.0, 4045.0, 4037.0, 4047.0, 4046.0, 4036.0, 4046.0, 4036.0, 4026.0, 4045.0, 4036.0, 4038.0, 4036.0, 4026.0, 4035.0, 4034.0, 4026.0, 4035.0, 4035.0, 4046.0, 4034.0, 4036.0, 4046.0, 4037.0, 4029.0, 4048.0, 4039.0, 4039.0, 4048.0, 4039.0, 4048.0, 4051.0, 4040.0, 4048.0, 4051.0, 4051.0, 4050.0, 4042.0, 4050.0, 4050.0, 4042.0, 4060.0, 4051.0, 4041.0, 4062.0, 4053.0, 4050.0, 4053.0, 4051.0, 4062.0, 4052.0, 4054.0, 4061.0, 4053.0, 4061.0, 4063.0, 4054.0, 4050.0, 4051.0, 4049.0, 4061.0, 4053.0, 4052.0, 4052.0, 4053.0, 4062.0, 4063.0, 4053.0, 4063.0, 4052.0, 4062.0, 4064.0, 4062.0, 4062.0, 4054.0, 4063.0, 4060.0, 4053.0, 4052.0, 4052.0, 4042.0, 4049.0, 4051.0, 4052.0, 4050.0, 4052.0, 4062.0, 4049.0, 4041.0, 4050.0, 4050.0, 4040.0, 4050.0, 4050.0, 4041.0, 4050.0, 4052.0, 4062.0, 4051.0, 4051.0, 4050.0, 4061.0, 4053.0, 4050.0, 4050.0, 4051.0, 4050.0, 4052.0, 4061.0, 4052.0, 4053.0, 4050.0, 4051.0, 4050.0, 4061.0, 4053.0, 4059.0, 4049.0, 4051.0, 4049.0, 4040.0, 4050.0, 4051.0, 4066.0, 4050.0, 4048.0, 4061.0, 4062.0, 4073.0, 4065.0, 4064.0, 4062.0, 4051.0, 4060.0, 4049.0, 4052.0, 4049.0, 4049.0, 4050.0, 4046.0, 4038.0, 4047.0, 4047.0, 4027.0, 4047.0, 4035.0, 4027.0, 4035.0, 4037.0, 4046.0, 4037.0, 4038.0, 4047.0, 4037.0, 4047.0, 4046.0, 4036.0, 4047.0, 4038.0, 4048.0, 4047.0, 4038.0, 4049.0, 4050.0, 4049.0, 4048.0, 4040.0, 4046.0, 4049.0, 4048.0, 4047.0, 4051.0, 4048.0, 4038.0, 4049.0, 4050.0, 4062.0, 4062.0, 4074.0, 4066.0, 4063.0, 4050.0, 4041.0, 4047.0, 4051.0, 4050.0, 4048.0, 4039.0, 4058.0, 4048.0, 4040.0, 4047.0, 4038.0, 4049.0, 4047.0, 4037.0, 4058.0, 4049.0, 4037.0, 4047.0, 4049.0, 4040.0, 4060.0, 4050.0, 4059.0, 4049.0, 4050.0, 4059.0, 4050.0, 4058.0, 4060.0, 4051.0, 4060.0, 4061.0, 4060.0, 4060.0, 4051.0, 4059.0, 4061.0, 4071.0, 4059.0, 4059.0, 4058.0, 4058.0, 4049.0, 4048.0, 4048.0, 4036.0, 4058.0, 4048.0, 4058.0, 4048.0, 4048.0, 4059.0, 4049.0, 4059.0, 4050.0, 4059.0, 4059.0, 4060.0, 4058.0, 4049.0, 4059.0, 4048.0, 4037.0, 4057.0, 4048.0, 4048.0, 4045.0, 4037.0, 4046.0, 4047.0, 4047.0, 4045.0, 4036.0, 4033.0, 4036.0, 4037.0, 4044.0, 4036.0, 4044.0, 4046.0, 4047.0, 4045.0, 4036.0, 4045.0, 4045.0, 4025.0, 4044.0, 4046.0, 4047.0, 4047.0, 4037.0, 4046.0, 4048.0, 4048.0, 4047.0, 4047.0, 4058.0, 4061.0, 4049.0, 4059.0, 4051.0, 4060.0, 4061.0, 4062.0, 4072.0, 4062.0, 4061.0, 4063.0, 4061.0, 4073.0, 4064.0, 4072.0, 4063.0, 4061.0, 4073.0, 4064.0, 4073.0, 4063.0, 4061.0, 4062.0, 4063.0, 4061.0, 4051.0, 4060.0, 4061.0, 4051.0, 4059.0, 4049.0, 4048.0, 4048.0, 4048.0, 4058.0, 4049.0, 4060.0, 4058.0, 4050.0, 4047.0, 4048.0, 4048.0, 4046.0, 4037.0, 4055.0, 4036.0, 4046.0, 4045.0, 4037.0, 4045.0, 4035.0, 4046.0, 4045.0, 4047.0, 4045.0, 4047.0, 4038.0, 4047.0, 4049.0, 4048.0, 4059.0, 4039.0, 4048.0, 4049.0, 4050.0, 4048.0, 4038.0, 4047.0, 4048.0, 4050.0, 4047.0, 4049.0, 4048.0, 4047.0, 4050.0, 4059.0, 4061.0, 4040.0, 4060.0, 4051.0, 4060.0, 4062.0, 4063.0, 4062.0, 4061.0, 4062.0, 4061.0, 4062.0, 4051.0, 4062.0, 4051.0, 4059.0, 4061.0, 4051.0, 4059.0, 4050.0, 4051.0, 4059.0, 4063.0, 4061.0, 4063.0, 4051.0, 4061.0, 4062.0, 4051.0, 4062.0, 4051.0, 4061.0, 4061.0, 4053.0, 4061.0, 4063.0, 4073.0, 4062.0, 4052.0, 4051.0, 4062.0, 4052.0, 4051.0, 4052.0, 4060.0, 4060.0, 4062.0, 4060.0, 4062.0, 4052.0, 4059.0, 4052.0, 4060.0, 4061.0, 4051.0, 4050.0, 4061.0, 4052.0, 4061.0, 4061.0, 4062.0, 4061.0, 4052.0, 4051.0, 4049.0, 4041.0, 4050.0, 4051.0, 4052.0, 4061.0, 4063.0, 4051.0, 4061.0, 4063.0, 4062.0, 4063.0, 4054.0, 4061.0, 4061.0, 4060.0, 4062.0, 4061.0, 4062.0, 4062.0, 4050.0, 4060.0, 4060.0, 4061.0, 4060.0, 4050.0, 4059.0, 4061.0, 4050.0, 4061.0, 4062.0, 4059.0, 4062.0, 4062.0, 4060.0, 4051.0, 4061.0, 4049.0, 4051.0, 4049.0, 4049.0, 4049.0, 4048.0, 4039.0, 4049.0, 4050.0, 4038.0, 4049.0, 4050.0, 4049.0, 4062.0, 4061.0, 4060.0, 4051.0, 4061.0, 4050.0, 4052.0, 4061.0, 4052.0, 4050.0, 4050.0, 4050.0, 4050.0, 4051.0, 4049.0, 4057.0, 4051.0, 4059.0, 4062.0, 4052.0, 4061.0, 4052.0, 4060.0, 4061.0, 4052.0, 4051.0, 4052.0, 4060.0, 4050.0, 4050.0, 4048.0, 4050.0, 4050.0, 4059.0, 4051.0, 4049.0, 4050.0, 4050.0, 4060.0, 4051.0, 4049.0, 4061.0, 4052.0, 4060.0, 4049.0, 4051.0, 4060.0, 4052.0, 4049.0, 4050.0, 4052.0, 4048.0, 4051.0, 4050.0, 4059.0, 4050.0, 4050.0, 4062.0, 4050.0, 4062.0, 4052.0, 4060.0, 4063.0, 4052.0, 4061.0, 4064.0, 4062.0, 4063.0, 4063.0, 4074.0, 4065.0, 4063.0, 4074.0, 4066.0, 4072.0, 4063.0, 4064.0, 4062.0, 4053.0, 4060.0, 4062.0, 4053.0, 4059.0, 4051.0, 4062.0, 4048.0, 4050.0, 4049.0, 4049.0, 4039.0, 4048.0, 4050.0, 4058.0, 4048.0, 4050.0, 4048.0, 4050.0, 4052.0, 4049.0, 4051.0, 4071.0, 4060.0, 4051.0, 4061.0, 4051.0, 4041.0, 4050.0, 4051.0, 4051.0, 4049.0, 4050.0, 4058.0, 4046.0, 4039.0, 4048.0, 4049.0, 4049.0, 4048.0, 4050.0, 4047.0, 4060.0, 4052.0, 4048.0, 4052.0, 4049.0, 4061.0, 4052.0, 4061.0, 4061.0, 4051.0, 4059.0, 4063.0, 4063.0, 4062.0, 4053.0, 4061.0, 4063.0, 4052.0, 4063.0, 4054.0, 4063.0, 4063.0, 4062.0, 4061.0, 4052.0, 4061.0, 4060.0, 4050.0, 4060.0, 4052.0, 4059.0, 4062.0, 4062.0, 4061.0, 4052.0, 4060.0, 4051.0, 4050.0, 4050.0, 4051.0, 4049.0, 4050.0, 4040.0, 4047.0, 4049.0, 4039.0, 4047.0, 4050.0, 4048.0, 4049.0, 4051.0, 4047.0, 4051.0, 4048.0, 4060.0, 4051.0, 4059.0, 4052.0, 4059.0, 4050.0, 4051.0, 4061.0, 4062.0, 4062.0, 4063.0, 4052.0, 4062.0, 4064.0, 4062.0, 4062.0, 4051.0, 4061.0, 4051.0, 4051.0, 4061.0, 4049.0, 4047.0, 4051.0, 4063.0, 4063.0, 4052.0, 4061.0], 'WindowWidth': [9210.0, 9191.0, 9133.0, 9083.0, 9065.0, 9059.0, 9066.0, 9077.0, 9079.0, 9055.0, 9043.0, 9072.0, 9017.0, 9014.0, 9038.0, 9004.0, 9005.0, 9011.0, 8988.0, 8998.0, 8981.0, 8971.0, 8979.0, 8969.0, 8998.0, 8983.0, 8997.0, 9010.0, 9023.0, 9036.0, 9053.0, 9042.0, 9061.0, 9015.0, 9000.0, 9021.0, 8989.0, 8991.0, 9008.0, 8984.0, 9000.0, 8982.0, 8987.0, 8996.0, 8984.0, 8987.0, 8993.0, 8989.0, 9004.0, 8999.0, 8990.0, 9017.0, 9002.0, 8996.0, 9004.0, 9009.0, 9037.0, 9006.0, 9011.0, 9021.0, 9012.0, 9015.0, 9022.0, 9015.0, 9029.0, 9030.0, 9018.0, 9029.0, 9031.0, 9034.0, 9045.0, 9036.0, 9045.0, 9035.0, 9047.0, 9045.0, 9032.0, 9032.0, 9029.0, 9031.0, 9042.0, 9031.0, 9050.0, 9029.0, 9031.0, 9042.0, 9043.0, 9019.0, 9026.0, 9031.0, 9028.0, 9046.0, 9034.0, 9044.0, 9030.0, 9030.0, 9040.0, 9030.0, 9054.0, 9029.0, 9058.0, 9021.0, 9013.0, 9023.0, 9026.0, 9026.0, 9020.0, 9012.0, 9043.0, 9023.0, 9012.0, 9022.0, 9023.0, 8994.0, 9019.0, 9010.0, 9038.0, 9021.0, 9014.0, 9022.0, 9025.0, 9014.0, 9023.0, 9012.0, 9025.0, 9028.0, 9017.0, 9026.0, 9031.0, 9027.0, 9029.0, 9021.0, 9040.0, 9029.0, 9031.0, 9025.0, 9016.0, 9030.0, 9026.0, 9015.0, 9038.0, 9009.0, 9048.0, 9022.0, 9028.0, 9028.0, 9024.0, 9012.0, 9037.0, 9026.0, 9012.0, 9023.0, 9007.0, 9010.0, 9035.0, 9011.0, 9027.0, 9020.0, 9011.0, 9023.0, 9023.0, 9012.0, 9026.0, 9029.0, 9018.0, 9027.0, 9033.0, 9034.0, 9044.0, 9034.0, 9033.0, 9046.0, 9037.0, 9045.0, 9046.0, 9050.0, 9058.0, 9031.0, 9046.0, 9042.0, 9030.0, 9044.0, 9033.0, 9036.0, 9042.0, 9048.0, 9050.0, 9045.0, 9032.0, 9043.0, 9029.0, 9035.0, 9053.0, 9013.0, 9030.0, 9019.0, 9011.0, 9024.0, 9020.0, 9007.0, 9018.0, 9005.0, 9010.0, 9019.0, 9007.0, 9022.0, 9019.0, 9007.0, 9017.0, 9006.0, 9011.0, 9019.0, 9010.0, 9025.0, 9039.0, 9016.0, 9036.0, 9013.0, 9040.0, 9021.0, 9009.0, 9023.0, 9023.0, 9012.0, 9032.0, 9007.0, 9038.0, 9017.0, 9004.0, 9016.0, 9005.0, 9008.0, 9002.0, 9007.0, 9021.0, 9017.0, 9009.0, 9021.0, 9021.0, 9009.0, 9020.0, 9013.0, 9023.0, 9028.0, 9012.0, 9029.0, 9034.0, 9042.0, 9031.0, 9031.0, 9043.0, 9016.0, 9028.0, 9030.0, 9030.0, 9037.0, 9016.0, 9025.0, 9025.0, 9030.0, 9024.0, 9010.0, 9025.0, 9021.0, 9011.0, 9035.0, 9008.0, 9023.0, 9016.0, 9005.0, 9017.0, 9020.0, 9008.0, 9001.0, 9004.0, 9019.0, 9020.0, 9013.0, 9021.0, 9027.0, 9042.0, 9042.0, 9034.0, 9042.0, 9032.0, 9047.0, 9049.0, 9035.0, 9047.0, 9033.0, 9051.0, 9045.0, 9034.0, 9044.0, 9030.0, 9032.0, 9045.0, 9051.0, 9048.0, 9044.0, 9031.0, 9041.0, 9046.0, 9048.0, 9046.0, 9037.0, 9045.0, 9049.0, 9035.0, 9046.0, 9032.0, 9027.0, 9046.0, 9048.0, 9047.0, 9053.0, 9054.0, 9049.0, 9055.0, 9070.0, 9059.0, 9059.0, 9057.0, 9065.0, 9034.0, 9037.0, 9025.0, 9011.0, 9024.0, 9027.0, 9013.0, 9022.0, 9010.0, 9024.0, 9023.0, 9009.0, 9017.0, 9006.0, 9006.0, 9021.0, 9009.0, 9018.0, 9006.0, 9004.0, 9018.0, 9007.0, 9017.0, 9006.0, 9021.0, 9016.0, 9004.0, 9019.0, 9003.0, 8991.0, 9014.0, 9003.0, 9008.0, 9003.0, 8990.0, 9001.0, 8999.0, 8991.0, 8999.0, 9002.0, 9016.0, 8999.0, 9004.0, 9017.0, 9006.0, 8998.0, 9020.0, 9011.0, 9010.0, 9021.0, 9013.0, 9024.0, 9029.0, 9015.0, 9023.0, 9031.0, 9032.0, 9029.0, 9019.0, 9027.0, 9029.0, 9021.0, 9040.0, 9031.0, 9017.0, 9046.0, 9036.0, 9030.0, 9036.0, 9034.0, 9048.0, 9036.0, 9040.0, 9045.0, 9036.0, 9046.0, 9050.0, 9040.0, 9028.0, 9032.0, 9028.0, 9044.0, 9037.0, 9034.0, 9034.0, 9037.0, 9046.0, 9050.0, 9038.0, 9049.0, 9036.0, 9048.0, 9052.0, 9050.0, 9048.0, 9038.0, 9051.0, 9042.0, 9035.0, 9033.0, 9031.0, 9018.0, 9025.0, 9030.0, 9034.0, 9027.0, 9032.0, 9045.0, 9023.0, 9017.0, 9028.0, 9028.0, 9015.0, 9025.0, 9028.0, 9018.0, 9026.0, 9032.0, 9047.0, 9028.0, 9030.0, 9027.0, 9044.0, 9036.0, 9030.0, 9030.0, 9032.0, 9029.0, 9035.0, 9046.0, 9032.0, 9036.0, 9027.0, 9030.0, 9031.0, 9043.0, 9036.0, 9040.0, 9026.0, 9032.0, 9026.0, 9014.0, 9026.0, 9030.0, 9060.0, 9028.0, 9023.0, 9045.0, 9049.0, 9067.0, 9059.0, 9057.0, 9047.0, 9030.0, 9042.0, 9026.0, 9033.0, 9025.0, 9025.0, 9030.0, 9018.0, 9009.0, 9022.0, 9017.0, 8993.0, 9017.0, 8999.0, 8991.0, 8999.0, 9005.0, 9015.0, 9003.0, 9007.0, 9017.0, 9005.0, 9017.0, 9017.0, 9006.0, 9019.0, 9009.0, 9021.0, 9020.0, 9011.0, 9025.0, 9027.0, 9027.0, 9023.0, 9014.0, 9018.0, 9025.0, 9024.0, 9021.0, 9032.0, 9022.0, 9010.0, 9023.0, 9028.0, 9048.0, 9049.0, 9067.0, 9061.0, 9055.0, 9030.0, 9019.0, 9021.0, 9029.0, 9028.0, 9022.0, 9011.0, 9035.0, 9023.0, 9013.0, 9018.0, 9008.0, 9024.0, 9017.0, 9006.0, 9034.0, 9023.0, 9006.0, 9018.0, 9025.0, 9013.0, 9040.0, 9028.0, 9040.0, 9026.0, 9030.0, 9039.0, 9030.0, 9038.0, 9041.0, 9032.0, 9041.0, 9046.0, 9044.0, 9043.0, 9034.0, 9042.0, 9044.0, 9061.0, 9040.0, 9041.0, 9040.0, 9036.0, 9027.0, 9022.0, 9023.0, 9007.0, 9038.0, 9025.0, 9036.0, 9024.0, 9025.0, 9038.0, 9028.0, 9038.0, 9028.0, 9039.0, 9040.0, 9044.0, 9037.0, 9027.0, 9041.0, 9023.0, 9008.0, 9033.0, 9021.0, 9024.0, 9016.0, 9006.0, 9018.0, 9018.0, 9021.0, 9014.0, 9002.0, 8996.0, 9000.0, 9006.0, 9011.0, 9002.0, 9013.0, 9016.0, 9019.0, 9014.0, 9003.0, 9014.0, 9014.0, 8989.0, 9012.0, 9018.0, 9020.0, 9019.0, 9006.0, 9018.0, 9023.0, 9024.0, 9020.0, 9022.0, 9037.0, 9045.0, 9030.0, 9040.0, 9032.0, 9043.0, 9046.0, 9048.0, 9062.0, 9053.0, 9046.0, 9052.0, 9047.0, 9066.0, 9056.0, 9062.0, 9053.0, 9049.0, 9068.0, 9057.0, 9065.0, 9052.0, 9048.0, 9049.0, 9053.0, 9044.0, 9033.0, 9043.0, 9044.0, 9033.0, 9039.0, 9028.0, 9024.0, 9024.0, 9026.0, 9038.0, 9026.0, 9040.0, 9037.0, 9028.0, 9019.0, 9022.0, 9024.0, 9016.0, 9006.0, 9029.0, 9003.0, 9018.0, 9012.0, 9003.0, 9015.0, 9001.0, 9017.0, 9013.0, 9019.0, 9016.0, 9021.0, 9011.0, 9019.0, 9026.0, 9023.0, 9039.0, 9012.0, 9021.0, 9025.0, 9028.0, 9021.0, 9010.0, 9019.0, 9022.0, 9027.0, 9020.0, 9026.0, 9021.0, 9020.0, 9028.0, 9039.0, 9044.0, 9016.0, 9041.0, 9031.0, 9043.0, 9047.0, 9052.0, 9048.0, 9046.0, 9049.0, 9045.0, 9048.0, 9032.0, 9046.0, 9032.0, 9041.0, 9046.0, 9034.0, 9040.0, 9030.0, 9032.0, 9040.0, 9049.0, 9045.0, 9049.0, 9033.0, 9042.0, 9048.0, 9033.0, 9047.0, 9034.0, 9045.0, 9044.0, 9036.0, 9046.0, 9050.0, 9064.0, 9045.0, 9035.0, 9032.0, 9048.0, 9036.0, 9029.0, 9033.0, 9043.0, 9042.0, 9046.0, 9043.0, 9046.0, 9033.0, 9039.0, 9033.0, 9043.0, 9044.0, 9031.0, 9028.0, 9044.0, 9035.0, 9043.0, 9046.0, 9049.0, 9042.0, 9033.0, 9030.0, 9026.0, 9017.0, 9026.0, 9030.0, 9033.0, 9043.0, 9049.0, 9033.0, 9046.0, 9050.0, 9048.0, 9050.0, 9041.0, 9045.0, 9044.0, 9045.0, 9045.0, 9045.0, 9047.0, 9046.0, 9031.0, 9040.0, 9042.0, 9044.0, 9043.0, 9031.0, 9040.0, 9045.0, 9031.0, 9046.0, 9050.0, 9041.0, 9048.0, 9051.0, 9042.0, 9032.0, 9046.0, 9026.0, 9031.0, 9023.0, 9025.0, 9023.0, 9022.0, 9012.0, 9023.0, 9027.0, 9009.0, 9025.0, 9027.0, 9025.0, 9046.0, 9046.0, 9041.0, 9032.0, 9044.0, 9029.0, 9036.0, 9042.0, 9032.0, 9028.0, 9027.0, 9028.0, 9027.0, 9030.0, 9026.0, 9035.0, 9031.0, 9039.0, 9048.0, 9034.0, 9044.0, 9033.0, 9043.0, 9044.0, 9035.0, 9029.0, 9032.0, 9043.0, 9026.0, 9028.0, 9023.0, 9027.0, 9029.0, 9038.0, 9030.0, 9027.0, 9028.0, 9029.0, 9041.0, 9031.0, 9026.0, 9043.0, 9034.0, 9042.0, 9027.0, 9030.0, 9041.0, 9033.0, 9027.0, 9029.0, 9033.0, 9023.0, 9031.0, 9028.0, 9038.0, 9028.0, 9028.0, 9047.0, 9031.0, 9046.0, 9034.0, 9042.0, 9049.0, 9036.0, 9046.0, 9052.0, 9050.0, 9051.0, 9052.0, 9066.0, 9058.0, 9052.0, 9069.0, 9058.0, 9062.0, 9052.0, 9055.0, 9047.0, 9037.0, 9045.0, 9048.0, 9037.0, 9041.0, 9030.0, 9046.0, 9022.0, 9027.0, 9024.0, 9023.0, 9012.0, 9021.0, 9027.0, 9038.0, 9022.0, 9027.0, 9024.0, 9028.0, 9033.0, 9026.0, 9030.0, 9058.0, 9040.0, 9031.0, 9044.0, 9031.0, 9019.0, 9026.0, 9029.0, 9033.0, 9025.0, 9027.0, 9036.0, 9018.0, 9012.0, 9023.0, 9024.0, 9028.0, 9021.0, 9026.0, 9021.0, 9042.0, 9032.0, 9023.0, 9032.0, 9028.0, 9042.0, 9034.0, 9045.0, 9045.0, 9032.0, 9041.0, 9050.0, 9049.0, 9046.0, 9037.0, 9045.0, 9050.0, 9036.0, 9048.0, 9040.0, 9049.0, 9050.0, 9049.0, 9044.0, 9034.0, 9045.0, 9042.0, 9031.0, 9043.0, 9034.0, 9040.0, 9046.0, 9048.0, 9044.0, 9033.0, 9041.0, 9030.0, 9030.0, 9025.0, 9030.0, 9024.0, 9026.0, 9015.0, 9018.0, 9024.0, 9012.0, 9019.0, 9025.0, 9022.0, 9023.0, 9029.0, 9020.0, 9028.0, 9022.0, 9041.0, 9029.0, 9038.0, 9032.0, 9040.0, 9029.0, 9031.0, 9043.0, 9046.0, 9047.0, 9049.0, 9035.0, 9046.0, 9051.0, 9047.0, 9046.0, 9033.0, 9043.0, 9031.0, 9031.0, 9041.0, 9027.0, 9020.0, 9030.0, 9050.0, 9051.0, 9034.0, 9046.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.00040303060217176706</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0236902081934847</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.73486105333987</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1775349849209489</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9795270224110685</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4849</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4784.3896</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0807727907281081</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.7897334649555775</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5769335102586606</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5177652126990724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8258168417181855</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3872184763587234</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00744792</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022816505283117294</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02380087599158287</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1013</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8031872459508396</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>26.9579</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5337</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.8327</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299488.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>879.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.2324</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3597</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.2716</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3240.8748</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3453.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77056.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>982.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4260.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.9168</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.5469475237187</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> |