=== 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-0116 --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-0116",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-01/func/sub-0116_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>7458680f4f60dc2b2be0f5095ecab202</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>19:02:19.750000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997636, -0.0446738, 0.0522181, 0.0378022, 0.991324, 0.125884]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.101676</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>[4248, -7892, -7232, 468, -148, -386, 237, 105]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>247.476</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>29b88b62-78d5-44c4-a9be-88dd09c45031||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676584482192993, 0.10142040997743607, 0.1549496203660965, 106.4779281616211], [0.11985643953084946, 2.659651041030884, 0.33375316858291626, -109.47880554199219], [0.1400972306728363, -0.337737113237381, 2.6748082637786865, -60.10084915161133], [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': ['190219.750000', '190220.210000', '190220.670000', '190221.130000', '190221.590000', '190222.050000', '190222.510000', '190222.970000', '190223.430000', '190223.890000', '190224.350000', '190224.810000', '190225.270000', '190225.730000', '190226.190000', '190226.650000', '190227.110000', '190227.570000', '190228.030000', '190228.490000', '190228.950000', '190229.410000', '190229.870000', '190230.330000', '190230.790000', '190231.250000', '190231.710000', '190232.170000', '190232.630000', '190233.090000', '190233.550000', '190234.010000', '190234.470000', '190234.930000', '190235.390000', '190235.850000', '190236.310000', '190236.770000', '190237.230000', '190237.690000', '190238.150000', '190238.610000', '190239.070000', '190239.530000', '190239.990000', '190240.450000', '190240.910000', '190241.370000', '190241.830000', '190242.290000', '190242.750000', '190243.210000', '190243.670000', '190244.130000', '190244.590000', '190245.050000', '190245.510000', '190245.970000', '190246.430000', '190246.890000', '190247.350000', '190247.810000', '190248.270000', '190248.730000', '190249.190000', '190249.650000', '190250.110000', '190250.570000', '190251.030000', '190251.490000', '190251.950000', '190252.410000', '190252.870000', '190253.330000', '190253.790000', '190254.250000', '190254.710000', '190255.170000', '190255.630000', '190256.090000', '190256.550000', '190257.010000', '190257.470000', '190257.930000', '190258.390000', '190258.850000', '190259.310000', '190259.770000', '190300.230000', '190300.690000', '190301.150000', '190301.610000', '190302.070000', '190302.530000', '190302.990000', '190303.450000', '190303.910000', '190304.370000', '190304.830000', '190305.290000', '190305.750000', '190306.210000', '190306.670000', '190307.130000', '190307.590000', '190308.050000', '190308.510000', '190308.970000', '190309.430000', '190309.890000', '190310.350000', '190310.810000', '190311.270000', '190311.730000', '190312.190000', '190312.650000', '190313.110000', '190313.570000', '190314.030000', '190314.490000', '190314.950000', '190315.410000', '190315.870000', '190316.330000', '190316.790000', '190317.250000', '190317.710000', '190318.170000', '190318.630000', '190319.090000', '190319.550000', '190320.010000', '190320.470000', '190320.930000', '190321.390000', '190321.850000', '190322.310000', '190322.770000', '190323.230000', '190323.690000', '190324.150000', '190324.610000', '190325.070000', '190325.530000', '190325.990000', '190326.450000', '190326.910000', '190327.370000', '190327.830000', '190328.290000', '190328.750000', '190329.210000', '190329.670000', '190330.130000', '190330.590000', '190331.050000', '190331.510000', '190331.970000', '190332.430000', '190332.890000', '190333.350000', '190333.810000', '190334.270000', '190334.730000', '190335.190000', '190335.650000', '190336.110000', '190336.570000', '190337.030000', '190337.490000', '190337.950000', '190338.410000', '190338.870000', '190339.330000', '190339.790000', '190340.250000', '190340.710000', '190341.170000', '190341.630000', '190342.090000', '190342.550000', '190343.010000', '190343.470000', '190343.930000', '190344.390000', '190344.850000', '190345.310000', '190345.770000', '190346.230000', '190346.690000', '190347.150000', '190347.610000', '190348.070000', '190348.530000', '190348.990000', '190349.450000', '190349.910000', '190350.370000', '190350.830000', '190351.290000', '190351.750000', '190352.210000', '190352.670000', '190353.130000', '190353.590000', '190354.050000', '190354.510000', '190354.970000', '190355.430000', '190355.890000', '190356.350000', '190356.810000', '190357.270000', '190357.730000', '190358.190000', '190358.650000', '190359.110000', '190359.570000', '190400.030000', '190400.490000', '190400.950000', '190401.410000', '190401.870000', '190402.330000', '190402.790000', '190403.250000', '190403.710000', '190404.170000', '190404.630000', '190405.090000', '190405.550000', '190406.010000', '190406.470000', '190406.930000', '190407.390000', '190407.850000', '190408.310000', '190408.770000', '190409.230000', '190409.690000', '190410.150000', '190410.610000', '190411.070000', '190411.530000', '190411.990000', '190412.450000', '190412.910000', '190413.370000', '190413.830000', '190414.290000', '190414.750000', '190415.210000', '190415.670000', '190416.130000', '190416.590000', '190417.050000', '190417.510000', '190417.970000', '190418.430000', '190418.890000', '190419.350000', '190419.810000', '190420.270000', '190420.730000', '190421.190000', '190421.650000', '190422.110000', '190422.570000', '190423.030000', '190423.490000', '190423.950000', '190424.410000', '190424.870000', '190425.330000', '190425.790000', '190426.250000', '190426.710000', '190427.170000', '190427.630000', '190428.090000', '190428.550000', '190429.010000', '190429.470000', '190429.930000', '190430.390000', '190430.850000', '190431.310000', '190431.770000', '190432.230000', '190432.690000', '190433.150000', '190433.610000', '190434.070000', '190434.530000', '190434.990000', '190435.450000', '190435.910000', '190436.370000', '190436.830000', '190437.290000', '190437.750000', '190438.210000', '190438.670000', '190439.130000', '190439.590000', '190440.050000', '190440.510000', '190440.970000', '190441.430000', '190441.890000', '190442.350000', '190442.810000', '190443.270000', '190443.730000', '190444.190000', '190444.650000', '190445.110000', '190445.570000', '190446.030000', '190446.490000', '190446.950000', '190447.410000', '190447.870000', '190448.330000', '190448.790000', '190449.250000', '190449.710000', '190450.170000', '190450.630000', '190451.090000', '190451.550000', '190452.010000', '190452.470000', '190452.930000', '190453.390000', '190453.850000', '190454.310000', '190454.770000', '190455.230000', '190455.690000', '190456.150000', '190456.610000', '190457.070000', '190457.530000', '190457.990000', '190458.450000', '190458.910000', '190459.370000', '190459.830000', '190500.290000', '190500.750000', '190501.210000', '190501.670000', '190502.130000', '190502.590000', '190503.050000', '190503.510000', '190503.970000', '190504.430000', '190504.890000', '190505.350000', '190505.810000', '190506.270000', '190506.730000', '190507.190000', '190507.650000', '190508.110000', '190508.570000', '190509.030000', '190509.490000', '190509.950000', '190510.410000', '190510.870000', '190511.330000', '190511.790000', '190512.250000', '190512.710000', '190513.170000', '190513.630000', '190514.090000', '190514.550000', '190515.010000', '190515.470000', '190515.930000', '190516.390000', '190516.850000', '190517.310000', '190517.770000', '190518.230000', '190518.690000', '190519.150000', '190519.610000', '190520.070000', '190520.530000', '190520.990000', '190521.450000', '190521.910000', '190522.370000', '190522.830000', '190523.290000', '190523.750000', '190524.210000', '190524.670000', '190525.130000', '190525.590000', '190526.050000', '190526.510000', '190526.970000', '190527.430000', '190527.890000', '190528.350000', '190528.810000', '190529.270000', '190529.730000', '190530.190000', '190530.650000', '190531.110000', '190531.570000', '190532.030000', '190532.490000', '190532.950000', '190533.410000', '190533.870000', '190534.330000', '190534.790000', '190535.250000', '190535.710000', '190536.170000', '190536.630000', '190537.090000', '190537.550000', '190538.010000', '190538.470000', '190538.930000', '190539.390000', '190539.850000', '190540.310000', '190540.770000', '190541.230000', '190541.690000', '190542.150000', '190542.610000', '190543.070000', '190543.530000', '190543.990000', '190544.450000', '190544.910000', '190545.370000', '190545.830000', '190546.290000', '190546.750000', '190547.210000', '190547.670000', '190548.130000', '190548.590000', '190549.050000', '190549.510000', '190549.970000', '190550.430000', '190550.890000', '190551.350000', '190551.810000', '190552.270000', '190552.730000', '190553.190000', '190553.650000', '190554.110000', '190554.570000', '190555.030000', '190555.490000', '190555.950000', '190556.410000', '190556.870000', '190557.330000', '190557.790000', '190558.250000', '190558.710000', '190559.170000', '190559.630000', '190600.090000', '190600.550000', '190601.010000', '190601.470000', '190601.930000', '190602.390000', '190602.850000', '190603.310000', '190603.770000', '190604.230000', '190604.690000', '190605.150000', '190605.610000', '190606.070000', '190606.530000', '190606.990000', '190607.450000', '190607.910000', '190608.370000', '190608.830000', '190609.290000', '190609.750000', '190610.210000', '190610.670000', '190611.130000', '190611.590000', '190612.050000', '190612.510000', '190612.970000', '190613.430000', '190613.890000', '190614.350000', '190614.810000', '190615.270000', '190615.730000', '190616.190000', '190616.650000', '190617.110000', '190617.570000', '190618.030000', '190618.490000', '190618.950000', '190619.410000', '190619.870000', '190620.330000', '190620.790000', '190621.250000', '190621.710000', '190622.170000', '190622.630000', '190623.090000', '190623.550000', '190624.010000', '190624.470000', '190624.930000', '190625.390000', '190625.850000', '190626.310000', '190626.770000', '190627.230000', '190627.690000', '190628.150000', '190628.610000', '190629.070000', '190629.530000', '190629.990000', '190630.450000', '190630.910000', '190631.370000', '190631.830000', '190632.290000', '190632.750000', '190633.210000', '190633.670000', '190634.130000', '190634.590000', '190635.050000', '190635.510000', '190635.970000', '190636.430000', '190636.890000', '190637.350000', '190637.810000', '190638.270000', '190638.730000', '190639.190000', '190639.650000', '190640.110000', '190640.570000', '190641.030000', '190641.490000', '190641.950000', '190642.410000', '190642.870000', '190643.330000', '190643.790000', '190644.250000', '190644.710000', '190645.170000', '190645.630000', '190646.090000', '190646.550000', '190647.010000', '190647.470000', '190647.930000', '190648.390000', '190648.850000', '190649.310000', '190649.770000', '190650.230000', '190650.690000', '190651.150000', '190651.610000', '190652.070000', '190652.530000', '190652.990000', '190653.450000', '190653.910000', '190654.370000', '190654.830000', '190655.290000', '190655.750000', '190656.210000', '190656.670000', '190657.130000', '190657.590000', '190658.050000', '190658.510000', '190658.970000', '190659.430000', '190659.890000', '190700.350000', '190700.810000', '190701.270000', '190701.730000', '190702.190000', '190702.650000', '190703.110000', '190703.570000', '190704.030000', '190704.490000', '190704.950000', '190705.410000', '190705.870000', '190706.330000', '190706.790000', '190707.250000', '190707.710000', '190708.170000', '190708.630000', '190709.090000', '190709.550000', '190710.010000', '190710.470000', '190710.930000', '190711.390000', '190711.850000', '190712.310000', '190712.770000', '190713.230000', '190713.690000', '190714.150000', '190714.610000', '190715.070000', '190715.530000', '190715.990000', '190716.450000', '190716.910000', '190717.370000', '190717.830000', '190718.290000', '190718.750000', '190719.210000', '190719.670000', '190720.130000', '190720.590000', '190721.050000', '190721.510000', '190721.970000', '190722.430000', '190722.890000', '190723.350000', '190723.810000', '190724.270000', '190724.730000', '190725.190000', '190725.650000', '190726.110000', '190726.570000', '190727.030000', '190727.490000', '190727.950000', '190728.410000', '190728.870000', '190729.330000', '190729.790000', '190730.250000', '190730.710000', '190731.170000', '190731.630000', '190732.090000', '190732.550000', '190733.010000', '190733.470000', '190733.930000', '190734.390000', '190734.850000', '190735.310000', '190735.770000', '190736.230000', '190736.690000', '190737.150000', '190737.610000', '190738.070000', '190738.530000', '190738.990000', '190739.450000', '190739.910000', '190740.370000', '190740.830000', '190741.290000', '190741.750000', '190742.210000', '190742.670000', '190743.130000', '190743.590000', '190744.050000', '190744.510000', '190744.970000', '190745.430000', '190745.890000', '190746.350000', '190746.810000', '190747.270000', '190747.730000', '190748.190000', '190748.650000', '190749.110000', '190749.570000', '190750.030000', '190750.490000', '190750.950000', '190751.410000', '190751.870000', '190752.330000', '190752.790000', '190753.250000', '190753.710000', '190754.170000', '190754.630000', '190755.090000', '190755.550000', '190756.010000', '190756.470000', '190756.930000', '190757.390000', '190757.850000', '190758.310000', '190758.770000', '190759.230000', '190759.690000', '190800.150000', '190800.610000', '190801.070000', '190801.530000', '190801.990000', '190802.450000', '190802.910000', '190803.370000', '190803.830000', '190804.290000', '190804.750000', '190805.210000', '190805.670000', '190806.130000', '190806.590000', '190807.050000', '190807.510000', '190807.970000', '190808.430000', '190808.890000', '190809.350000', '190809.810000', '190810.270000', '190810.730000', '190811.190000', '190811.650000', '190812.110000', '190812.570000', '190813.030000', '190813.490000', '190813.950000', '190814.410000', '190814.870000', '190815.330000', '190815.790000', '190816.250000', '190816.710000', '190817.170000', '190817.630000', '190818.090000', '190818.550000', '190819.010000', '190819.470000', '190819.930000', '190820.390000', '190820.850000', '190821.310000', '190821.770000', '190822.230000', '190822.690000', '190823.150000', '190823.610000', '190824.070000', '190824.530000', '190824.990000', '190825.450000', '190825.910000', '190826.370000', '190826.830000', '190827.290000', '190827.750000', '190828.210000', '190828.670000', '190829.130000', '190829.590000', '190830.050000', '190830.510000', '190830.970000', '190831.430000', '190831.890000', '190832.350000', '190832.810000', '190833.270000', '190833.730000', '190834.190000', '190834.650000', '190835.110000', '190835.570000', '190836.030000', '190836.490000', '190836.950000', '190837.410000', '190837.870000', '190838.330000', '190838.790000', '190839.250000', '190839.710000', '190840.170000', '190840.630000', '190841.090000', '190841.550000', '190842.010000', '190842.470000', '190842.930000', '190843.390000', '190843.850000', '190844.310000', '190844.770000', '190845.230000', '190845.690000', '190846.150000', '190846.610000', '190847.070000', '190847.530000', '190847.990000', '190848.450000', '190848.910000', '190849.370000', '190849.830000', '190850.290000', '190850.750000', '190851.210000', '190851.670000', '190852.130000', '190852.590000', '190853.050000', '190853.510000', '190853.970000', '190854.430000', '190854.890000', '190855.350000', '190855.810000', '190856.270000', '190856.730000', '190857.190000', '190857.650000', '190858.110000', '190858.570000', '190859.030000', '190859.490000', '190859.950000', '190900.410000', '190900.870000', '190901.330000', '190901.790000', '190902.250000', '190902.710000', '190903.170000', '190903.630000', '190904.090000', '190904.550000', '190905.010000', '190905.470000', '190905.930000', '190906.390000', '190906.850000', '190907.310000', '190907.770000', '190908.230000', '190908.690000', '190909.150000', '190909.610000', '190910.070000', '190910.530000', '190910.990000', '190911.450000', '190911.910000', '190912.370000', '190912.830000', '190913.290000', '190913.750000', '190914.210000', '190914.670000', '190915.130000', '190915.590000', '190916.050000', '190916.510000', '190916.970000', '190917.430000', '190917.890000', '190918.350000', '190918.810000', '190919.270000', '190919.730000', '190920.190000', '190920.650000', '190921.110000', '190921.570000', '190922.030000', '190922.490000', '190922.950000', '190923.410000', '190923.870000', '190924.330000', '190924.790000', '190925.250000', '190925.710000', '190926.170000', '190926.630000', '190927.090000', '190927.550000', '190928.010000', '190928.470000', '190928.930000', '190929.390000', '190929.850000', '190930.310000', '190930.770000', '190931.230000', '190931.690000', '190932.150000', '190932.610000', '190933.070000', '190933.530000', '190933.990000', '190934.450000', '190934.910000', '190935.370000', '190935.830000', '190936.290000', '190936.750000', '190937.210000', '190937.670000', '190938.130000', '190938.590000', '190939.050000', '190939.510000', '190939.970000', '190940.430000', '190940.890000', '190941.350000', '190941.810000', '190942.270000', '190942.730000', '190943.190000', '190943.650000', '190944.110000', '190944.570000', '190945.030000', '190945.490000', '190945.950000', '190946.410000', '190946.870000', '190947.330000', '190947.790000', '190948.250000', '190948.710000', '190949.170000', '190949.630000', '190950.090000', '190950.550000', '190951.010000', '190951.470000', '190951.930000', '190952.390000', '190952.850000', '190953.310000', '190953.770000', '190954.230000', '190954.690000', '190955.150000', '190955.610000', '190956.070000', '190956.530000', '190956.990000', '190957.450000', '190957.910000', '190958.370000', '190958.830000', '190959.290000', '190959.750000', '191000.210000', '191000.670000', '191001.130000', '191001.590000', '191002.050000', '191002.510000', '191002.970000', '191003.430000', '191003.890000', '191004.350000', '191004.810000', '191005.270000', '191005.730000', '191006.190000', '191006.650000'], 'ContentTime': ['190242.745000', '190242.748000', '190242.751000', '190242.754000', '190242.757000', '190242.759000', '190242.762000', '190242.765000', '190242.767000', '190242.770000', '190242.772000', '190242.775000', '190242.777000', '190242.780000', '190242.782000', '190242.785000', '190242.788000', '190242.790000', '190242.793000', '190242.795000', '190242.798000', '190242.801000', '190242.803000', '190242.806000', '190242.808000', '190242.811000', '190242.813000', '190242.816000', '190242.819000', '190242.821000', '190242.824000', '190242.826000', '190242.829000', '190242.831000', '190242.834000', '190242.837000', '190242.839000', '190242.842000', '190242.844000', '190242.847000', '190242.849000', '190242.852000', '190242.855000', '190242.857000', '190242.860000', '190242.862000', '190242.865000', '190242.867000', '190302.701000', '190302.704000', '190302.707000', '190302.709000', '190302.712000', '190302.715000', '190302.717000', '190302.720000', '190302.722000', '190302.725000', '190302.727000', '190302.730000', '190302.733000', '190302.735000', '190302.738000', '190302.740000', '190302.743000', '190302.745000', '190302.748000', '190302.750000', '190302.753000', '190302.756000', '190302.758000', '190302.769000', '190302.771000', '190302.774000', '190302.776000', '190302.779000', '190302.781000', '190302.784000', '190302.787000', '190302.789000', '190302.792000', '190302.794000', '190302.797000', '190302.799000', '190302.802000', '190302.805000', '190302.807000', '190302.810000', '190302.812000', '190302.815000', '190302.817000', '190302.820000', '190322.698000', '190322.701000', '190322.704000', '190322.706000', '190322.709000', '190322.712000', '190322.714000', '190322.717000', '190322.719000', '190322.722000', '190322.724000', '190322.727000', '190322.730000', '190322.732000', '190322.735000', '190322.737000', '190322.740000', '190322.743000', '190322.745000', '190322.748000', '190322.773000', '190322.776000', '190322.779000', '190322.781000', '190322.784000', '190322.786000', '190322.789000', '190322.791000', '190322.794000', '190322.797000', '190322.799000', '190322.802000', '190322.804000', '190322.807000', '190322.817000', '190322.819000', '190322.822000', '190322.825000', '190322.827000', '190322.830000', '190322.832000', '190322.835000', '190322.837000', '190342.698000', '190342.701000', '190342.704000', '190342.706000', '190342.709000', '190342.712000', '190342.715000', '190342.717000', '190342.720000', '190342.723000', '190342.725000', '190342.728000', '190342.730000', '190342.733000', '190342.736000', '190342.738000', '190342.741000', '190342.743000', '190342.746000', '190342.749000', '190342.751000', '190342.754000', '190342.756000', '190342.759000', '190342.761000', '190342.764000', '190342.767000', '190342.769000', '190342.772000', '190342.774000', '190342.777000', '190342.780000', '190342.782000', '190342.792000', '190342.795000', '190342.797000', '190342.800000', '190342.802000', '190342.805000', '190342.807000', '190342.810000', '190342.813000', '190342.815000', '190402.698000', '190402.701000', '190402.704000', '190402.706000', '190402.709000', '190402.712000', '190402.714000', '190402.717000', '190402.720000', '190402.722000', '190402.725000', '190402.727000', '190402.730000', '190402.732000', '190402.735000', '190402.738000', '190402.740000', '190402.743000', '190402.746000', '190402.748000', '190402.751000', '190402.753000', '190402.756000', '190402.759000', '190402.761000', '190402.764000', '190402.766000', '190402.769000', '190402.771000', '190402.774000', '190402.777000', '190402.787000', '190402.790000', '190402.792000', '190402.795000', '190402.797000', '190402.800000', '190402.803000', '190402.805000', '190402.808000', '190402.810000', '190402.813000', '190402.815000', '190402.818000', '190422.698000', '190422.701000', '190422.704000', '190422.707000', '190422.709000', '190422.712000', '190422.714000', '190422.717000', '190422.719000', '190422.722000', '190422.725000', '190422.727000', '190422.730000', '190422.732000', '190422.735000', '190422.737000', '190422.741000', '190422.744000', '190422.747000', '190422.749000', '190422.752000', '190422.754000', '190422.757000', '190422.760000', '190422.762000', '190422.765000', '190422.767000', '190422.770000', '190422.773000', '190422.775000', '190422.778000', '190422.780000', '190422.783000', '190422.786000', '190422.788000', '190422.791000', '190422.794000', '190422.797000', '190422.799000', '190422.802000', '190422.805000', '190422.807000', '190422.810000', '190442.698000', '190442.701000', '190442.704000', '190442.707000', '190442.709000', '190442.712000', '190442.715000', '190442.717000', '190442.720000', '190442.722000', '190442.725000', '190442.728000', '190442.730000', '190442.733000', '190442.735000', '190442.738000', '190442.741000', '190442.743000', '190442.746000', '190442.748000', '190442.751000', '190442.753000', '190442.756000', '190442.759000', '190442.761000', '190442.764000', '190442.766000', '190442.769000', '190442.771000', '190442.774000', '190442.777000', '190442.779000', '190442.782000', '190442.784000', '190442.787000', '190442.790000', '190442.792000', '190442.795000', '190442.797000', '190442.800000', '190442.803000', '190442.805000', '190442.808000', '190442.810000', '190502.699000', '190502.702000', '190502.705000', '190502.707000', '190502.710000', '190502.713000', '190502.715000', '190502.718000', '190502.721000', '190502.723000', '190502.731000', '190502.734000', '190502.737000', '190502.739000', '190502.742000', '190502.744000', '190502.760000', '190502.763000', '190502.766000', '190502.768000', '190502.771000', '190502.773000', '190502.776000', '190502.779000', '190502.782000', '190502.785000', '190502.787000', '190502.790000', '190502.792000', '190502.795000', '190502.798000', '190502.800000', '190502.803000', '190502.806000', '190502.808000', '190502.811000', '190502.813000', '190502.816000', '190502.819000', '190502.821000', '190502.824000', '190502.826000', '190502.829000', '190522.699000', '190522.702000', '190522.705000', '190522.708000', '190522.710000', '190522.713000', '190522.715000', '190522.718000', '190522.721000', '190522.723000', '190522.726000', '190522.728000', '190522.731000', '190522.733000', '190522.736000', '190522.739000', '190522.741000', '190522.744000', '190522.746000', '190522.749000', '190522.752000', '190522.754000', '190522.757000', '190522.759000', '190522.762000', '190522.764000', '190522.767000', '190522.769000', '190522.772000', '190522.775000', '190522.777000', '190522.780000', '190522.782000', '190522.785000', '190522.788000', '190522.790000', '190522.793000', '190522.795000', '190522.798000', '190522.801000', '190522.803000', '190522.806000', '190522.808000', '190522.811000', '190542.698000', '190542.701000', '190542.704000', '190542.706000', '190542.709000', '190542.712000', '190542.714000', '190542.717000', '190542.719000', '190542.722000', '190542.724000', '190542.727000', '190542.730000', '190542.732000', '190542.735000', '190542.737000', '190542.740000', '190542.744000', '190542.747000', '190542.749000', '190542.758000', '190542.761000', '190542.764000', '190542.766000', '190542.769000', '190542.771000', '190542.774000', '190542.777000', '190542.780000', '190542.783000', '190542.786000', '190542.788000', '190542.791000', '190542.793000', '190542.796000', '190542.799000', '190542.801000', '190542.804000', '190542.807000', '190542.809000', '190542.812000', '190542.814000', '190542.817000', '190602.698000', '190602.701000', '190602.704000', '190602.706000', '190602.709000', '190602.712000', '190602.714000', '190602.717000', '190602.719000', '190602.722000', '190602.724000', '190602.727000', '190602.730000', '190602.732000', '190602.735000', '190602.738000', '190602.740000', '190602.743000', '190602.745000', '190602.748000', '190602.750000', '190602.753000', '190602.756000', '190602.758000', '190602.761000', '190602.763000', '190602.766000', '190602.768000', '190602.771000', '190602.774000', '190602.776000', '190602.779000', '190602.782000', '190602.784000', '190602.787000', '190602.789000', '190602.792000', '190602.794000', '190602.797000', '190602.799000', '190602.802000', '190602.805000', '190602.807000', '190602.810000', '190622.698000', '190622.701000', '190622.704000', '190622.706000', '190622.709000', '190622.712000', '190622.714000', '190622.717000', '190622.720000', '190622.722000', '190622.725000', '190622.727000', '190622.730000', '190622.732000', '190622.735000', '190622.738000', '190622.740000', '190622.743000', '190622.745000', '190622.748000', '190622.750000', '190622.753000', '190622.756000', '190622.758000', '190622.761000', '190622.763000', '190622.766000', '190622.768000', '190622.772000', '190622.775000', '190622.778000', '190622.781000', '190622.783000', '190622.786000', '190622.788000', '190622.791000', '190622.794000', '190622.796000', '190622.799000', '190622.801000', '190622.804000', '190622.815000', '190622.818000', '190642.698000', '190642.701000', '190642.704000', '190642.707000', '190642.709000', '190642.712000', '190642.714000', '190642.717000', '190642.719000', '190642.722000', '190642.725000', '190642.727000', '190642.730000', '190642.733000', '190642.735000', '190642.738000', '190642.740000', '190642.743000', '190642.746000', '190642.748000', '190642.751000', '190642.753000', '190642.756000', '190642.759000', '190642.761000', '190642.764000', '190642.766000', '190642.769000', '190642.772000', '190642.774000', '190642.777000', '190642.779000', '190642.782000', '190642.784000', '190642.787000', '190642.790000', '190642.792000', '190642.795000', '190642.797000', '190642.800000', '190642.803000', '190642.805000', '190642.808000', '190642.810000', '190702.698000', '190702.701000', '190702.704000', '190702.707000', '190702.709000', '190702.712000', '190702.715000', '190702.717000', '190702.720000', '190702.722000', '190702.725000', '190702.728000', '190702.730000', '190702.733000', '190702.736000', '190702.738000', '190702.741000', '190702.743000', '190702.746000', '190702.748000', '190702.751000', '190702.754000', '190702.756000', '190702.759000', '190702.761000', '190702.764000', '190702.767000', '190702.769000', '190702.772000', '190702.774000', '190702.777000', '190702.780000', '190702.782000', '190702.785000', '190702.787000', '190702.790000', '190702.792000', '190702.795000', '190702.798000', '190702.800000', '190702.803000', '190702.805000', '190702.808000', '190722.700000', '190722.702000', '190722.705000', '190722.708000', '190722.710000', '190722.713000', '190722.715000', '190722.718000', '190722.721000', '190722.723000', '190722.726000', '190722.728000', '190722.731000', '190722.733000', '190722.736000', '190722.739000', '190722.741000', '190722.744000', '190722.746000', '190722.749000', '190722.752000', '190722.754000', '190722.757000', '190722.759000', '190722.762000', '190722.765000', '190722.767000', '190722.770000', '190722.772000', '190722.775000', '190722.778000', '190722.780000', '190722.783000', '190722.785000', '190722.788000', '190722.791000', '190722.793000', '190722.796000', '190722.799000', '190722.801000', '190722.804000', '190722.806000', '190722.809000', '190722.812000', '190742.700000', '190742.702000', '190742.705000', '190742.708000', '190742.710000', '190742.713000', '190742.715000', '190742.718000', '190742.721000', '190742.723000', '190742.726000', '190742.728000', '190742.731000', '190742.734000', '190742.736000', '190742.739000', '190742.741000', '190742.744000', '190742.747000', '190742.749000', '190742.752000', '190742.754000', '190742.757000', '190742.760000', '190742.762000', '190742.765000', '190742.767000', '190742.770000', '190742.773000', '190742.775000', '190742.778000', '190742.780000', '190742.783000', '190742.786000', '190742.788000', '190742.791000', '190742.793000', '190742.796000', '190742.799000', '190742.801000', '190742.804000', '190742.807000', '190742.811000', '190802.699000', '190802.701000', '190802.704000', '190802.707000', '190802.709000', '190802.712000', '190802.714000', '190802.717000', '190802.719000', '190802.722000', '190802.725000', '190802.727000', '190802.730000', '190802.732000', '190802.735000', '190802.737000', '190802.740000', '190802.743000', '190802.745000', '190802.748000', '190802.750000', '190802.753000', '190802.756000', '190802.758000', '190802.761000', '190802.763000', '190802.766000', '190802.768000', '190802.771000', '190802.774000', '190802.776000', '190802.779000', '190802.781000', '190802.784000', '190802.786000', '190802.789000', '190802.792000', '190802.794000', '190802.797000', '190802.799000', '190802.802000', '190802.804000', '190802.807000', '190802.810000', '190822.699000', '190822.702000', '190822.704000', '190822.707000', '190822.709000', '190822.712000', '190822.714000', '190822.717000', '190822.720000', '190822.722000', '190822.725000', '190822.727000', '190822.730000', '190822.733000', '190822.735000', '190822.738000', '190822.740000', '190822.743000', '190822.746000', '190822.748000', '190822.751000', '190822.754000', '190822.756000', '190822.759000', '190822.761000', '190822.764000', '190822.766000', '190822.769000', '190822.772000', '190822.774000', '190822.777000', '190822.780000', '190822.782000', '190822.785000', '190822.787000', '190822.790000', '190822.793000', '190822.795000', '190822.798000', '190822.800000', '190822.803000', '190822.806000', '190822.808000', '190842.699000', '190842.701000', '190842.704000', '190842.706000', '190842.709000', '190842.712000', '190842.714000', '190842.717000', '190842.719000', '190842.722000', '190842.725000', '190842.727000', '190842.730000', '190842.732000', '190842.735000', '190842.738000', '190842.740000', '190842.743000', '190842.746000', '190842.748000', '190842.751000', '190842.754000', '190842.756000', '190842.759000', '190842.761000', '190842.764000', '190842.766000', '190842.769000', '190842.772000', '190842.774000', '190842.777000', '190842.779000', '190842.782000', '190842.785000', '190842.787000', '190842.790000', '190842.792000', '190842.795000', '190842.797000', '190842.800000', '190842.803000', '190842.805000', '190842.808000', '190842.810000', '190902.699000', '190902.701000', '190902.704000', '190902.706000', '190902.709000', '190902.712000', '190902.714000', '190902.717000', '190902.719000', '190902.722000', '190902.725000', '190902.727000', '190902.730000', '190902.732000', '190902.735000', '190902.738000', '190902.740000', '190902.743000', '190902.746000', '190902.748000', '190902.751000', '190902.754000', '190902.756000', '190902.759000', '190902.761000', '190902.764000', '190902.766000', '190902.769000', '190902.772000', '190902.774000', '190902.777000', '190902.779000', '190902.782000', '190902.784000', '190902.787000', '190902.790000', '190902.792000', '190902.795000', '190902.797000', '190902.800000', '190902.803000', '190902.805000', '190902.808000', '190922.698000', '190922.701000', '190922.704000', '190922.707000', '190922.709000', '190922.725000', '190922.728000', '190922.731000', '190922.733000', '190922.736000', '190922.738000', '190922.741000', '190922.743000', '190922.746000', '190922.749000', '190922.751000', '190922.754000', '190922.756000', '190922.759000', '190922.762000', '190922.764000', '190922.767000', '190922.769000', '190922.772000', '190922.775000', '190922.777000', '190922.780000', '190922.782000', '190922.785000', '190922.788000', '190922.790000', '190922.793000', '190922.795000', '190922.798000', '190922.801000', '190922.803000', '190922.806000', '190922.809000', '190922.811000', '190922.814000', '190922.816000', '190922.819000', '190922.822000', '190942.700000', '190942.702000', '190942.705000', '190942.708000', '190942.710000', '190942.713000', '190942.715000', '190942.718000', '190942.721000', '190942.723000', '190942.726000', '190942.728000', '190942.731000', '190942.734000', '190942.736000', '190942.739000', '190942.741000', '190942.744000', '190942.747000', '190942.749000', '190942.752000', '190942.754000', '190942.757000', '190942.760000', '190942.762000', '190942.765000', '190942.767000', '190942.770000', '190942.772000', '190942.775000', '190942.778000', '190942.780000', '190942.783000', '190942.786000', '190942.788000', '190942.791000', '190942.794000', '190942.796000', '190942.799000', '190942.801000', '190942.804000', '190942.807000', '190942.809000', '190942.812000', '191002.699000', '191002.702000', '191002.705000', '191002.708000', '191002.710000', '191002.713000', '191002.715000', '191002.718000', '191002.720000', '191002.723000', '191002.726000', '191002.728000', '191002.731000', '191002.733000', '191002.736000', '191002.738000', '191002.741000', '191002.744000', '191002.746000', '191002.749000', '191002.752000', '191002.754000', '191002.757000', '191002.759000', '191002.762000', '191002.764000', '191002.767000', '191002.770000', '191002.772000', '191002.775000', '191002.777000', '191002.780000', '191002.783000', '191002.785000', '191002.788000', '191002.791000', '191002.793000', '191002.796000', '191002.798000', '191002.801000', '191002.804000', '191002.806000', '191002.809000', '191002.811000', '191007.693000', '191007.696000', '191007.699000', '191007.701000', '191007.704000', '191007.707000', '191007.710000', '191007.713000', '191007.715000', '191007.718000', '191007.721000'], 'InstanceCreationTime': ['190242.745000', '190242.748000', '190242.751000', '190242.754000', '190242.757000', '190242.759000', '190242.762000', '190242.765000', '190242.767000', '190242.770000', '190242.772000', '190242.775000', '190242.777000', '190242.780000', '190242.782000', '190242.785000', '190242.788000', '190242.790000', '190242.793000', '190242.795000', '190242.798000', '190242.801000', '190242.803000', '190242.806000', '190242.808000', '190242.811000', '190242.813000', '190242.816000', '190242.819000', '190242.821000', '190242.824000', '190242.826000', '190242.829000', '190242.831000', '190242.834000', '190242.837000', '190242.839000', '190242.842000', '190242.844000', '190242.847000', '190242.849000', '190242.852000', '190242.855000', '190242.857000', '190242.860000', '190242.862000', '190242.865000', '190242.867000', '190302.701000', '190302.704000', '190302.707000', '190302.709000', '190302.712000', '190302.715000', '190302.717000', '190302.720000', '190302.722000', '190302.725000', '190302.727000', '190302.730000', '190302.733000', '190302.735000', '190302.738000', '190302.740000', '190302.743000', '190302.745000', '190302.748000', '190302.750000', '190302.753000', '190302.756000', '190302.758000', '190302.769000', '190302.771000', '190302.774000', '190302.776000', '190302.779000', '190302.781000', '190302.784000', '190302.787000', '190302.789000', '190302.792000', '190302.794000', '190302.797000', '190302.799000', '190302.802000', '190302.805000', '190302.807000', '190302.810000', '190302.812000', '190302.815000', '190302.817000', '190302.820000', '190322.698000', '190322.701000', '190322.704000', '190322.706000', '190322.709000', '190322.712000', '190322.714000', '190322.717000', '190322.719000', '190322.722000', '190322.724000', '190322.727000', '190322.730000', '190322.732000', '190322.735000', '190322.737000', '190322.740000', '190322.743000', '190322.745000', '190322.748000', '190322.773000', '190322.776000', '190322.779000', '190322.781000', '190322.784000', '190322.786000', '190322.789000', '190322.791000', '190322.794000', '190322.797000', '190322.799000', '190322.802000', '190322.804000', '190322.807000', '190322.817000', '190322.819000', '190322.822000', '190322.825000', '190322.827000', '190322.830000', '190322.832000', '190322.835000', '190322.837000', '190342.698000', '190342.701000', '190342.704000', '190342.706000', '190342.709000', '190342.712000', '190342.715000', '190342.717000', '190342.720000', '190342.723000', '190342.725000', '190342.728000', '190342.730000', '190342.733000', '190342.736000', '190342.738000', '190342.741000', '190342.743000', '190342.746000', '190342.749000', '190342.751000', '190342.754000', '190342.756000', '190342.759000', '190342.761000', '190342.764000', '190342.767000', '190342.769000', '190342.772000', '190342.774000', '190342.777000', '190342.780000', '190342.782000', '190342.792000', '190342.795000', '190342.797000', '190342.800000', '190342.802000', '190342.805000', '190342.807000', '190342.810000', '190342.813000', '190342.815000', '190402.698000', '190402.701000', '190402.704000', '190402.706000', '190402.709000', '190402.712000', '190402.714000', '190402.717000', '190402.720000', '190402.722000', '190402.725000', '190402.727000', '190402.730000', '190402.732000', '190402.735000', '190402.738000', '190402.740000', '190402.743000', '190402.746000', '190402.748000', '190402.751000', '190402.753000', '190402.756000', '190402.759000', '190402.761000', '190402.764000', '190402.766000', '190402.769000', '190402.771000', '190402.774000', '190402.777000', '190402.787000', '190402.790000', '190402.792000', '190402.795000', '190402.797000', '190402.800000', '190402.803000', '190402.805000', '190402.808000', '190402.810000', '190402.813000', '190402.815000', '190402.818000', '190422.698000', '190422.701000', '190422.704000', '190422.707000', '190422.709000', '190422.712000', '190422.714000', '190422.717000', '190422.719000', '190422.722000', '190422.725000', '190422.727000', '190422.730000', '190422.732000', '190422.735000', '190422.737000', '190422.741000', '190422.744000', '190422.747000', '190422.749000', '190422.752000', '190422.754000', '190422.757000', '190422.760000', '190422.762000', '190422.765000', '190422.767000', '190422.770000', '190422.773000', '190422.775000', '190422.778000', '190422.780000', '190422.783000', '190422.786000', '190422.788000', '190422.791000', '190422.794000', '190422.797000', '190422.799000', '190422.802000', '190422.805000', '190422.807000', '190422.810000', '190442.698000', '190442.701000', '190442.704000', '190442.707000', '190442.709000', '190442.712000', '190442.715000', '190442.717000', '190442.720000', '190442.722000', '190442.725000', '190442.728000', '190442.730000', '190442.733000', '190442.735000', '190442.738000', '190442.741000', '190442.743000', '190442.746000', '190442.748000', '190442.751000', '190442.753000', '190442.756000', '190442.759000', '190442.761000', '190442.764000', '190442.766000', '190442.769000', '190442.771000', '190442.774000', '190442.777000', '190442.779000', '190442.782000', '190442.784000', '190442.787000', '190442.790000', '190442.792000', '190442.795000', '190442.797000', '190442.800000', '190442.803000', '190442.805000', '190442.808000', '190442.810000', '190502.699000', '190502.702000', '190502.705000', '190502.707000', '190502.710000', '190502.713000', '190502.715000', '190502.718000', '190502.721000', '190502.723000', '190502.731000', '190502.734000', '190502.737000', '190502.739000', '190502.742000', '190502.744000', '190502.760000', '190502.763000', '190502.766000', '190502.768000', '190502.771000', '190502.773000', '190502.776000', '190502.779000', '190502.782000', '190502.785000', '190502.787000', '190502.790000', '190502.792000', '190502.795000', '190502.798000', '190502.800000', '190502.803000', '190502.806000', '190502.808000', '190502.811000', '190502.813000', '190502.816000', '190502.819000', '190502.821000', '190502.824000', '190502.826000', '190502.829000', '190522.699000', '190522.702000', '190522.705000', '190522.708000', '190522.710000', '190522.713000', '190522.715000', '190522.718000', '190522.721000', '190522.723000', '190522.726000', '190522.728000', '190522.731000', '190522.733000', '190522.736000', '190522.739000', '190522.741000', '190522.744000', '190522.746000', '190522.749000', '190522.752000', '190522.754000', '190522.757000', '190522.759000', '190522.762000', '190522.764000', '190522.767000', '190522.769000', '190522.772000', '190522.775000', '190522.777000', '190522.780000', '190522.782000', '190522.785000', '190522.788000', '190522.790000', '190522.793000', '190522.795000', '190522.798000', '190522.801000', '190522.803000', '190522.806000', '190522.808000', '190522.811000', '190542.698000', '190542.701000', '190542.704000', '190542.706000', '190542.709000', '190542.712000', '190542.714000', '190542.717000', '190542.719000', '190542.722000', '190542.724000', '190542.727000', '190542.730000', '190542.732000', '190542.735000', '190542.737000', '190542.740000', '190542.744000', '190542.747000', '190542.749000', '190542.758000', '190542.761000', '190542.764000', '190542.766000', '190542.769000', '190542.771000', '190542.774000', '190542.777000', '190542.780000', '190542.783000', '190542.786000', '190542.788000', '190542.791000', '190542.793000', '190542.796000', '190542.799000', '190542.801000', '190542.804000', '190542.807000', '190542.809000', '190542.812000', '190542.814000', '190542.817000', '190602.698000', '190602.701000', '190602.704000', '190602.706000', '190602.709000', '190602.712000', '190602.714000', '190602.717000', '190602.719000', '190602.722000', '190602.724000', '190602.727000', '190602.730000', '190602.732000', '190602.735000', '190602.738000', '190602.740000', '190602.743000', '190602.745000', '190602.748000', '190602.750000', '190602.753000', '190602.756000', '190602.758000', '190602.761000', '190602.763000', '190602.766000', '190602.768000', '190602.771000', '190602.774000', '190602.776000', '190602.779000', '190602.782000', '190602.784000', '190602.787000', '190602.789000', '190602.792000', '190602.794000', '190602.797000', '190602.799000', '190602.802000', '190602.805000', '190602.807000', '190602.810000', '190622.698000', '190622.701000', '190622.704000', '190622.706000', '190622.709000', '190622.712000', '190622.714000', '190622.717000', '190622.720000', '190622.722000', '190622.725000', '190622.727000', '190622.730000', '190622.732000', '190622.735000', '190622.738000', '190622.740000', '190622.743000', '190622.745000', '190622.748000', '190622.750000', '190622.753000', '190622.756000', '190622.758000', '190622.761000', '190622.763000', '190622.766000', '190622.768000', '190622.772000', '190622.775000', '190622.778000', '190622.781000', '190622.783000', '190622.786000', '190622.788000', '190622.791000', '190622.794000', '190622.796000', '190622.799000', '190622.801000', '190622.804000', '190622.815000', '190622.818000', '190642.698000', '190642.701000', '190642.704000', '190642.707000', '190642.709000', '190642.712000', '190642.714000', '190642.717000', '190642.719000', '190642.722000', '190642.725000', '190642.727000', '190642.730000', '190642.733000', '190642.735000', '190642.738000', '190642.740000', '190642.743000', '190642.746000', '190642.748000', '190642.751000', '190642.753000', '190642.756000', '190642.759000', '190642.761000', '190642.764000', '190642.766000', '190642.769000', '190642.772000', '190642.774000', '190642.777000', '190642.779000', '190642.782000', '190642.784000', '190642.787000', '190642.790000', '190642.792000', '190642.795000', '190642.797000', '190642.800000', '190642.803000', '190642.805000', '190642.808000', '190642.810000', '190702.698000', '190702.701000', '190702.704000', '190702.707000', '190702.709000', '190702.712000', '190702.715000', '190702.717000', '190702.720000', '190702.722000', '190702.725000', '190702.728000', '190702.730000', '190702.733000', '190702.736000', '190702.738000', '190702.741000', '190702.743000', '190702.746000', '190702.748000', '190702.751000', '190702.754000', '190702.756000', '190702.759000', '190702.761000', '190702.764000', '190702.767000', '190702.769000', '190702.772000', '190702.774000', '190702.777000', '190702.780000', '190702.782000', '190702.785000', '190702.787000', '190702.790000', '190702.792000', '190702.795000', '190702.798000', '190702.800000', '190702.803000', '190702.805000', '190702.808000', '190722.700000', '190722.702000', '190722.705000', '190722.708000', '190722.710000', '190722.713000', '190722.715000', '190722.718000', '190722.721000', '190722.723000', '190722.726000', '190722.728000', '190722.731000', '190722.733000', '190722.736000', '190722.739000', '190722.741000', '190722.744000', '190722.746000', '190722.749000', '190722.752000', '190722.754000', '190722.757000', '190722.759000', '190722.762000', '190722.765000', '190722.767000', '190722.770000', '190722.772000', '190722.775000', '190722.778000', '190722.780000', '190722.783000', '190722.785000', '190722.788000', '190722.791000', '190722.793000', '190722.796000', '190722.799000', '190722.801000', '190722.804000', '190722.806000', '190722.809000', '190722.812000', '190742.700000', '190742.702000', '190742.705000', '190742.708000', '190742.710000', '190742.713000', '190742.715000', '190742.718000', '190742.721000', '190742.723000', '190742.726000', '190742.728000', '190742.731000', '190742.734000', '190742.736000', '190742.739000', '190742.741000', '190742.744000', '190742.747000', '190742.749000', '190742.752000', '190742.754000', '190742.757000', '190742.760000', '190742.762000', '190742.765000', '190742.767000', '190742.770000', '190742.773000', '190742.775000', '190742.778000', '190742.780000', '190742.783000', '190742.786000', '190742.788000', '190742.791000', '190742.793000', '190742.796000', '190742.799000', '190742.801000', '190742.804000', '190742.807000', '190742.811000', '190802.699000', '190802.701000', '190802.704000', '190802.707000', '190802.709000', '190802.712000', '190802.714000', '190802.717000', '190802.719000', '190802.722000', '190802.725000', '190802.727000', '190802.730000', '190802.732000', '190802.735000', '190802.737000', '190802.740000', '190802.743000', '190802.745000', '190802.748000', '190802.750000', '190802.753000', '190802.756000', '190802.758000', '190802.761000', '190802.763000', '190802.766000', '190802.768000', '190802.771000', '190802.774000', '190802.776000', '190802.779000', '190802.781000', '190802.784000', '190802.786000', '190802.789000', '190802.792000', '190802.794000', '190802.797000', '190802.799000', '190802.802000', '190802.804000', '190802.807000', '190802.810000', '190822.699000', '190822.702000', '190822.704000', '190822.707000', '190822.709000', '190822.712000', '190822.714000', '190822.717000', '190822.720000', '190822.722000', '190822.725000', '190822.727000', '190822.730000', '190822.733000', '190822.735000', '190822.738000', '190822.740000', '190822.743000', '190822.746000', '190822.748000', '190822.751000', '190822.754000', '190822.756000', '190822.759000', '190822.761000', '190822.764000', '190822.766000', '190822.769000', '190822.772000', '190822.774000', '190822.777000', '190822.780000', '190822.782000', '190822.785000', '190822.787000', '190822.790000', '190822.793000', '190822.795000', '190822.798000', '190822.800000', '190822.803000', '190822.806000', '190822.808000', '190842.699000', '190842.701000', '190842.704000', '190842.706000', '190842.709000', '190842.712000', '190842.714000', '190842.717000', '190842.719000', '190842.722000', '190842.725000', '190842.727000', '190842.730000', '190842.732000', '190842.735000', '190842.738000', '190842.740000', '190842.743000', '190842.746000', '190842.748000', '190842.751000', '190842.754000', '190842.756000', '190842.759000', '190842.761000', '190842.764000', '190842.766000', '190842.769000', '190842.772000', '190842.774000', '190842.777000', '190842.779000', '190842.782000', '190842.785000', '190842.787000', '190842.790000', '190842.792000', '190842.795000', '190842.797000', '190842.800000', '190842.803000', '190842.805000', '190842.808000', '190842.810000', '190902.699000', '190902.701000', '190902.704000', '190902.706000', '190902.709000', '190902.712000', '190902.714000', '190902.717000', '190902.719000', '190902.722000', '190902.725000', '190902.727000', '190902.730000', '190902.732000', '190902.735000', '190902.738000', '190902.740000', '190902.743000', '190902.746000', '190902.748000', '190902.751000', '190902.754000', '190902.756000', '190902.759000', '190902.761000', '190902.764000', '190902.766000', '190902.769000', '190902.772000', '190902.774000', '190902.777000', '190902.779000', '190902.782000', '190902.784000', '190902.787000', '190902.790000', '190902.792000', '190902.795000', '190902.797000', '190902.800000', '190902.803000', '190902.805000', '190902.808000', '190922.698000', '190922.701000', '190922.704000', '190922.707000', '190922.709000', '190922.725000', '190922.728000', '190922.731000', '190922.733000', '190922.736000', '190922.738000', '190922.741000', '190922.743000', '190922.746000', '190922.749000', '190922.751000', '190922.754000', '190922.756000', '190922.759000', '190922.762000', '190922.764000', '190922.767000', '190922.769000', '190922.772000', '190922.775000', '190922.777000', '190922.780000', '190922.782000', '190922.785000', '190922.788000', '190922.790000', '190922.793000', '190922.795000', '190922.798000', '190922.801000', '190922.803000', '190922.806000', '190922.809000', '190922.811000', '190922.814000', '190922.816000', '190922.819000', '190922.822000', '190942.700000', '190942.702000', '190942.705000', '190942.708000', '190942.710000', '190942.713000', '190942.715000', '190942.718000', '190942.721000', '190942.723000', '190942.726000', '190942.728000', '190942.731000', '190942.734000', '190942.736000', '190942.739000', '190942.741000', '190942.744000', '190942.747000', '190942.749000', '190942.752000', '190942.754000', '190942.757000', '190942.760000', '190942.762000', '190942.765000', '190942.767000', '190942.770000', '190942.772000', '190942.775000', '190942.778000', '190942.780000', '190942.783000', '190942.786000', '190942.788000', '190942.791000', '190942.794000', '190942.796000', '190942.799000', '190942.801000', '190942.804000', '190942.807000', '190942.809000', '190942.812000', '191002.699000', '191002.702000', '191002.705000', '191002.708000', '191002.710000', '191002.713000', '191002.715000', '191002.718000', '191002.720000', '191002.723000', '191002.726000', '191002.728000', '191002.731000', '191002.733000', '191002.736000', '191002.738000', '191002.741000', '191002.744000', '191002.746000', '191002.749000', '191002.752000', '191002.754000', '191002.757000', '191002.759000', '191002.762000', '191002.764000', '191002.767000', '191002.770000', '191002.772000', '191002.775000', '191002.777000', '191002.780000', '191002.783000', '191002.785000', '191002.788000', '191002.791000', '191002.793000', '191002.796000', '191002.798000', '191002.801000', '191002.804000', '191002.806000', '191002.809000', '191002.811000', '191007.693000', '191007.696000', '191007.699000', '191007.701000', '191007.704000', '191007.707000', '191007.710000', '191007.713000', '191007.715000', '191007.718000', '191007.721000'], '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': [8409, 8705, 8010, 13781, 7470, 11646, 8056, 8813, 7186, 8290, 11313, 7601, 11190, 7556, 8371, 7540, 8047, 7248, 8282, 13707, 7396, 11707, 7484, 10161, 8702, 8434, 14052, 7394, 10556, 7506, 9236, 10092, 7744, 12298, 7438, 8938, 7602, 8146, 12154, 7530, 10726, 7583, 8230, 7333, 7853, 13032, 8048, 9317, 7943, 8603, 10505, 7250, 11397, 7579, 8664, 12706, 7407, 10660, 7336, 8231, 11395, 7375, 11292, 7692, 9035, 7603, 7849, 13199, 7703, 8611, 7452, 8005, 13088, 7232, 10277, 7558, 8173, 9149, 7834, 12965, 7709, 10119, 8073, 7921, 9690, 7588, 12564, 7710, 8823, 7207, 8495, 7423, 7930, 12963, 7452, 9838, 7531, 8426, 9344, 7470, 12062, 7286, 8045, 12855, 7316, 10770, 7184, 7900, 12697, 7812, 9063, 7452, 8075, 14461, 7530, 9947, 7694, 8392, 7289, 7997, 13517, 7532, 8681, 8390, 8263, 8202, 7658, 13279, 7720, 8425, 11509, 7926, 11420, 7528, 8866, 9015, 7977, 12609, 7688, 9118, 7428, 9231, 7482, 9178, 10698, 8060, 12669, 7426, 9604, 8970, 7914, 12614, 7478, 9338, 7677, 8191, 14451, 7390, 9571, 7506, 9547, 8797, 8135, 13036, 7913, 8925, 7528, 8436, 11731, 7682, 11289, 7666, 8216, 7839, 7461, 13267, 7741, 8969, 9692, 7942, 8471, 7497, 12787, 7677, 8797, 8387, 7964, 7277, 7638, 13282, 8007, 9998, 7643, 8226, 7187, 7987, 8734, 7918, 15036, 7611, 10023, 7426, 10435, 7772, 9312, 7406, 9328, 10518, 8570, 10887, 7770, 9214, 13697, 7522, 12236, 7718, 8548, 7300, 8221, 10213, 7773, 13437, 7879, 8832, 7620, 8865, 7504, 10320, 10888, 8325, 11708, 7287, 10292, 7505, 8494, 9016, 8496, 9417, 7701, 12135, 7441, 10175, 7612, 8627, 7540, 8607, 7608, 8990, 7388, 8321, 7055, 7381, 8133, 13599, 8297, 9088, 7318, 8584, 7237, 8226, 7171, 8110, 11770, 7704, 10297, 7721, 10855, 7752, 13805, 8153, 8283, 7541, 7239, 9651, 7348, 9834, 8147, 13926, 9157, 10199, 8200, 6897, 8976, 7082, 7479, 8453, 12837, 8556, 9896, 7596, 8569, 9819, 8407, 7449, 8154, 7687, 10109, 14107, 11831, 10543, 7633, 8136, 7993, 12468, 8468, 9089, 7304, 8577, 8090, 8344, 8030, 8462, 7503, 8742, 7383, 11657, 7557, 11973, 7660, 8088, 9253, 7648, 11496, 7579, 12701, 7357, 11383, 8544, 8207, 13564, 7378, 10641, 7365, 9604, 7576, 9048, 7750, 8024, 7057, 7786, 14837, 7562, 10478, 7331, 8064, 7574, 7582, 13002, 7383, 10066, 7029, 7636, 9366, 7960, 12941, 8006, 9510, 8771, 7816, 14380, 7238, 10579, 7569, 8009, 8168, 7920, 12607, 7290, 11110, 8058, 7796, 13090, 7204, 10124, 7302, 7764, 12572, 7344, 10517, 7278, 8310, 9960, 7753, 13318, 7597, 11925, 7470, 10337, 7680, 11490, 10195, 7868, 14337, 7511, 9945, 8355, 8074, 13845, 7548, 12333, 7345, 9668, 9265, 7986, 11551, 7651, 11606, 7411, 7913, 12384, 7714, 10153, 7487, 9879, 11098, 7745, 12677, 8165, 8162, 7259, 7796, 12756, 7868, 9582, 8670, 7710, 9574, 7354, 12241, 7589, 7999, 11760, 7428, 11907, 7346, 8335, 11753, 7415, 11222, 7756, 9337, 7337, 7881, 13657, 7741, 8985, 10029, 7581, 8098, 7371, 8426, 8092, 13513, 8997, 9272, 7251, 8468, 7170, 7153, 9182, 7647, 11783, 13511, 8265, 10805, 8702, 9532, 7664, 8143, 9376, 8007, 8036, 7638, 8180, 7935, 13443, 7986, 8897, 7507, 8475, 7522, 7775, 7287, 8668, 12941, 7815, 8524, 7685, 11050, 7850, 10192, 7499, 8445, 7225, 8078, 9883, 7909, 8970, 7761, 7068, 7710, 7288, 8800, 12881, 8335, 10481, 7640, 9291, 7284, 7929, 10105, 7810, 10424, 7520, 9793, 7432, 8342, 7541, 11622, 7246, 7605, 7612, 13072, 7621, 8253, 8566, 7933, 7154, 7622, 11274, 7421, 9420, 7260, 7675, 7290, 7683, 12752, 7577, 10172, 7733, 9092, 7529, 7990, 14081, 7302, 9136, 7071, 7547, 12322, 7370, 10987, 7482, 7467, 11306, 7355, 11532, 7577, 8784, 11502, 7532, 10883, 7304, 10077, 7309, 8177, 10886, 7595, 11903, 7372, 10913, 7617, 9191, 8766, 10015, 6855, 11149, 8012, 8630, 7663, 7515, 10975, 14069, 9047, 11306, 8657, 9139, 7634, 8959, 11584, 7384, 10270, 7472, 9911, 7486, 7945, 10212, 7552, 7823, 7839, 13583, 8461, 9415, 7628, 8265, 7299, 7577, 7310, 9206, 12250, 7508, 11661, 7186, 10811, 7569, 9080, 7691, 8420, 7476, 8001, 13718, 7723, 9920, 7430, 8518, 7518, 7717, 7569, 9145, 7484, 8820, 7333, 11304, 7505, 10864, 10092, 8047, 12607, 7391, 8505, 6953, 7440, 7626, 8212, 9243, 7460, 10488, 14117, 7923, 11095, 7700, 8095, 7176, 7695, 12941, 7505, 10392, 7592, 8670, 7349, 10689, 7213, 10736, 7391, 7664, 11653, 7583, 9686, 7849, 8743, 7648, 13906, 8856, 8542, 8133, 7598, 8282, 7414, 11615, 7420, 9269, 7710, 7986, 7198, 7279, 7352, 8381, 12731, 8432, 8977, 7634, 8042, 10964, 7911, 11050, 7880, 8643, 7322, 8281, 13505, 7585, 9500, 7613, 7626, 7415, 7772, 13345, 8318, 9081, 9857, 7802, 13038, 7524, 10022, 7612, 7999, 14340, 7802, 9726, 7499, 7877, 10596, 7796, 11652, 7841, 8525, 8705, 7900, 12527, 7835, 8778, 9378, 7962, 14430, 7393, 10110, 8092, 8066, 12256, 7808, 9172, 7670, 7727, 12264, 7741, 10852, 7628, 7883, 7499, 7721, 14014, 7761, 9851, 8089, 8116, 7558, 7386, 7221, 7977, 13560, 8098, 8270, 12853, 7553, 9560, 7564, 8374, 11739, 7889, 10562, 7993, 8158, 11452, 7655, 11365, 7560, 8067, 10239, 7761, 11972, 7746, 8849, 9895, 7961, 12056, 7693, 8721, 7888, 8606, 8404, 8088, 12208, 7695, 9015, 7708, 7984, 9151, 8245, 12458, 8030, 8822, 7685, 8992, 7551, 8184, 14748, 7745, 9197, 7650, 8875, 7628, 8210, 14117, 7963, 9323, 7655, 8225, 12535, 7948, 10947, 7723, 7763, 7490, 7508, 12678, 7810, 11165, 7886, 7780, 7630, 8234, 14534, 7581, 10397, 8035, 7873, 7546, 7797, 8324, 8177, 12782, 7961, 9260, 7856, 9289, 9134, 8375, 12843, 7987, 8558, 8101, 8240, 10584, 8062, 11994, 8172, 7794, 7537, 8293, 14522, 8093, 10161, 7954, 7867, 7473, 7940, 14445, 7878, 10146, 8033, 7833, 8093, 8152, 7871, 8214, 13519, 7807, 9720, 8048, 9231, 8236, 8196, 13754, 7971, 9392, 7888, 9392, 7914, 7949, 9855, 7876, 8359, 7741, 11876, 7978, 9151, 8382, 7827, 8945, 7877, 12831, 8032, 8509, 8733, 7866, 7331, 8066, 12366, 8139, 9034, 7963, 7774, 7574, 7747, 12123, 7970, 10901, 8004, 8297, 7800, 7731, 11224, 8217, 11835, 8240, 8515, 7826, 8304, 8160, 8467, 13744, 8353, 9620, 8024, 9205, 8045, 7869, 11661, 8532, 10652, 8148, 8738, 8015, 8405, 8147, 8477, 11689, 8111, 11121, 7937, 9608, 8223, 8157, 9950, 7547, 9335, 7986, 12479, 8415, 8388, 9425, 8247, 7110, 7460, 7048, 8297, 9598, 7795, 11599, 7970, 13177, 10068, 8749, 7390, 8293, 10413, 7855, 11366, 7233, 8142, 7253, 7377, 7615, 9395, 8139, 13084, 8697, 7740, 7306, 7820, 8063, 12042, 7874, 8958, 7596, 8922, 7760, 8144, 7683, 8190, 7615, 8256, 7536, 10363, 7645, 11861, 7455, 7531, 7612, 13215, 7574, 7923, 7946, 8154, 7067, 8444, 7216], 'WindowCenter': [4209.0, 4193.0, 4181.0, 4218.0, 4167.0, 4207.0, 4164.0, 4172.0, 4141.0, 4162.0, 4181.0, 4152.0, 4192.0, 4152.0, 4161.0, 4152.0, 4163.0, 4153.0, 4175.0, 4214.0, 4153.0, 4193.0, 4153.0, 4184.0, 4173.0, 4164.0, 4203.0, 4153.0, 4182.0, 4152.0, 4173.0, 4182.0, 4163.0, 4192.0, 4153.0, 4171.0, 4152.0, 4163.0, 4192.0, 4164.0, 4183.0, 4152.0, 4161.0, 4152.0, 4163.0, 4202.0, 4163.0, 4173.0, 4151.0, 4162.0, 4180.0, 4151.0, 4191.0, 4151.0, 4162.0, 4191.0, 4151.0, 4180.0, 4150.0, 4161.0, 4191.0, 4152.0, 4191.0, 4151.0, 4172.0, 4150.0, 4162.0, 4201.0, 4152.0, 4162.0, 4151.0, 4162.0, 4202.0, 4151.0, 4183.0, 4152.0, 4163.0, 4171.0, 4163.0, 4203.0, 4165.0, 4194.0, 4163.0, 4163.0, 4182.0, 4163.0, 4202.0, 4163.0, 4173.0, 4152.0, 4172.0, 4151.0, 4163.0, 4203.0, 4153.0, 4183.0, 4152.0, 4163.0, 4171.0, 4152.0, 4192.0, 4152.0, 4163.0, 4203.0, 4152.0, 4181.0, 4141.0, 4163.0, 4202.0, 4152.0, 4172.0, 4151.0, 4163.0, 4202.0, 4152.0, 4182.0, 4151.0, 4162.0, 4151.0, 4162.0, 4201.0, 4151.0, 4161.0, 4161.0, 4162.0, 4160.0, 4163.0, 4202.0, 4152.0, 4162.0, 4191.0, 4162.0, 4191.0, 4151.0, 4171.0, 4171.0, 4163.0, 4204.0, 4152.0, 4171.0, 4153.0, 4171.0, 4153.0, 4184.0, 4182.0, 4163.0, 4202.0, 4152.0, 4172.0, 4160.0, 4162.0, 4191.0, 4150.0, 4171.0, 4151.0, 4173.0, 4212.0, 4152.0, 4182.0, 4152.0, 4183.0, 4172.0, 4164.0, 4203.0, 4162.0, 4171.0, 4152.0, 4163.0, 4191.0, 4152.0, 4192.0, 4151.0, 4162.0, 4150.0, 4152.0, 4202.0, 4163.0, 4173.0, 4182.0, 4163.0, 4161.0, 4153.0, 4203.0, 4163.0, 4175.0, 4162.0, 4163.0, 4152.0, 4164.0, 4204.0, 4164.0, 4184.0, 4163.0, 4163.0, 4152.0, 4163.0, 4173.0, 4163.0, 4214.0, 4164.0, 4185.0, 4166.0, 4195.0, 4164.0, 4185.0, 4165.0, 4198.0, 4209.0, 4176.0, 4196.0, 4164.0, 4184.0, 4203.0, 4152.0, 4192.0, 4150.0, 4160.0, 4139.0, 4160.0, 4180.0, 4162.0, 4203.0, 4161.0, 4170.0, 4151.0, 4170.0, 4152.0, 4183.0, 4182.0, 4162.0, 4191.0, 4141.0, 4169.0, 4139.0, 4161.0, 4160.0, 4161.0, 4170.0, 4150.0, 4190.0, 4150.0, 4182.0, 4152.0, 4161.0, 4163.0, 4173.0, 4164.0, 4185.0, 4164.0, 4172.0, 4152.0, 4164.0, 4176.0, 4216.0, 4164.0, 4175.0, 4155.0, 4173.0, 4152.0, 4174.0, 4153.0, 4164.0, 4195.0, 4164.0, 4182.0, 4153.0, 4183.0, 4164.0, 4218.0, 4165.0, 4165.0, 4152.0, 4152.0, 4183.0, 4166.0, 4197.0, 4168.0, 4220.0, 4200.0, 4197.0, 4164.0, 4142.0, 4172.0, 4141.0, 4153.0, 4164.0, 4206.0, 4174.0, 4184.0, 4153.0, 4163.0, 4183.0, 4162.0, 4140.0, 4150.0, 4139.0, 4172.0, 4192.0, 4182.0, 4167.0, 4138.0, 4137.0, 4149.0, 4190.0, 4148.0, 4146.0, 4125.0, 4146.0, 4134.0, 4147.0, 4147.0, 4148.0, 4139.0, 4159.0, 4141.0, 4184.0, 4155.0, 4197.0, 4153.0, 4163.0, 4186.0, 4166.0, 4195.0, 4165.0, 4193.0, 4152.0, 4181.0, 4150.0, 4150.0, 4190.0, 4140.0, 4169.0, 4140.0, 4171.0, 4151.0, 4172.0, 4151.0, 4162.0, 4141.0, 4163.0, 4202.0, 4152.0, 4182.0, 4152.0, 4163.0, 4151.0, 4152.0, 4203.0, 4152.0, 4183.0, 4142.0, 4152.0, 4171.0, 4163.0, 4203.0, 4163.0, 4183.0, 4162.0, 4163.0, 4202.0, 4152.0, 4182.0, 4163.0, 4163.0, 4162.0, 4163.0, 4202.0, 4153.0, 4193.0, 4163.0, 4154.0, 4202.0, 4152.0, 4183.0, 4152.0, 4164.0, 4205.0, 4154.0, 4194.0, 4154.0, 4175.0, 4184.0, 4166.0, 4216.0, 4165.0, 4206.0, 4166.0, 4197.0, 4178.0, 4209.0, 4198.0, 4177.0, 4216.0, 4166.0, 4185.0, 4176.0, 4177.0, 4215.0, 4165.0, 4204.0, 4154.0, 4184.0, 4186.0, 4176.0, 4194.0, 4165.0, 4194.0, 4154.0, 4176.0, 4205.0, 4164.0, 4182.0, 4154.0, 4185.0, 4194.0, 4164.0, 4204.0, 4163.0, 4162.0, 4152.0, 4163.0, 4203.0, 4164.0, 4184.0, 4162.0, 4153.0, 4171.0, 4152.0, 4192.0, 4163.0, 4164.0, 4192.0, 4152.0, 4192.0, 4152.0, 4162.0, 4192.0, 4154.0, 4194.0, 4153.0, 4172.0, 4151.0, 4162.0, 4202.0, 4152.0, 4174.0, 4183.0, 4164.0, 4150.0, 4152.0, 4162.0, 4175.0, 4218.0, 4187.0, 4173.0, 4155.0, 4177.0, 4158.0, 4156.0, 4185.0, 4179.0, 4209.0, 4217.0, 4176.0, 4183.0, 4162.0, 4170.0, 4150.0, 4150.0, 4173.0, 4163.0, 4151.0, 4151.0, 4161.0, 4162.0, 4202.0, 4162.0, 4161.0, 4140.0, 4149.0, 4149.0, 4149.0, 4151.0, 4173.0, 4203.0, 4152.0, 4160.0, 4151.0, 4180.0, 4151.0, 4182.0, 4141.0, 4160.0, 4152.0, 4161.0, 4170.0, 4162.0, 4171.0, 4151.0, 4140.0, 4164.0, 4152.0, 4173.0, 4203.0, 4163.0, 4182.0, 4152.0, 4170.0, 4140.0, 4150.0, 4170.0, 4150.0, 4169.0, 4151.0, 4169.0, 4151.0, 4160.0, 4163.0, 4193.0, 4153.0, 4152.0, 4163.0, 4203.0, 4152.0, 4163.0, 4160.0, 4151.0, 4139.0, 4151.0, 4181.0, 4152.0, 4172.0, 4152.0, 4152.0, 4151.0, 4163.0, 4202.0, 4164.0, 4183.0, 4164.0, 4173.0, 4152.0, 4163.0, 4214.0, 4153.0, 4173.0, 4152.0, 4164.0, 4203.0, 4153.0, 4194.0, 4152.0, 4154.0, 4192.0, 4152.0, 4193.0, 4152.0, 4162.0, 4192.0, 4152.0, 4181.0, 4152.0, 4171.0, 4151.0, 4163.0, 4193.0, 4153.0, 4192.0, 4153.0, 4182.0, 4153.0, 4174.0, 4187.0, 4195.0, 4155.0, 4195.0, 4178.0, 4176.0, 4177.0, 4169.0, 4211.0, 4218.0, 4177.0, 4195.0, 4175.0, 4173.0, 4153.0, 4175.0, 4193.0, 4154.0, 4171.0, 4140.0, 4170.0, 4140.0, 4152.0, 4181.0, 4150.0, 4149.0, 4151.0, 4201.0, 4161.0, 4160.0, 4139.0, 4149.0, 4139.0, 4150.0, 4151.0, 4174.0, 4193.0, 4152.0, 4194.0, 4141.0, 4180.0, 4151.0, 4161.0, 4151.0, 4161.0, 4139.0, 4151.0, 4191.0, 4151.0, 4170.0, 4139.0, 4161.0, 4139.0, 4149.0, 4151.0, 4172.0, 4151.0, 4174.0, 4165.0, 4192.0, 4153.0, 4194.0, 4182.0, 4163.0, 4192.0, 4139.0, 4160.0, 4140.0, 4152.0, 4164.0, 4163.0, 4185.0, 4154.0, 4195.0, 4204.0, 4163.0, 4182.0, 4151.0, 4150.0, 4139.0, 4151.0, 4190.0, 4151.0, 4180.0, 4151.0, 4160.0, 4151.0, 4181.0, 4167.0, 4197.0, 4154.0, 4166.0, 4207.0, 4177.0, 4186.0, 4165.0, 4162.0, 4153.0, 4193.0, 4161.0, 4161.0, 4148.0, 4150.0, 4148.0, 4139.0, 4179.0, 4139.0, 4171.0, 4149.0, 4150.0, 4139.0, 4150.0, 4152.0, 4174.0, 4203.0, 4163.0, 4161.0, 4151.0, 4151.0, 4180.0, 4162.0, 4180.0, 4161.0, 4161.0, 4150.0, 4162.0, 4201.0, 4162.0, 4182.0, 4151.0, 4152.0, 4152.0, 4163.0, 4202.0, 4162.0, 4173.0, 4172.0, 4151.0, 4201.0, 4151.0, 4181.0, 4149.0, 4162.0, 4202.0, 4151.0, 4170.0, 4151.0, 4161.0, 4181.0, 4153.0, 4192.0, 4162.0, 4172.0, 4171.0, 4163.0, 4203.0, 4164.0, 4174.0, 4171.0, 4164.0, 4213.0, 4153.0, 4183.0, 4162.0, 4164.0, 4192.0, 4152.0, 4172.0, 4152.0, 4153.0, 4192.0, 4153.0, 4193.0, 4163.0, 4163.0, 4152.0, 4163.0, 4202.0, 4153.0, 4184.0, 4162.0, 4162.0, 4151.0, 4152.0, 4153.0, 4175.0, 4215.0, 4164.0, 4175.0, 4204.0, 4153.0, 4173.0, 4153.0, 4163.0, 4191.0, 4162.0, 4181.0, 4151.0, 4163.0, 4191.0, 4152.0, 4192.0, 4152.0, 4163.0, 4181.0, 4151.0, 4191.0, 4151.0, 4172.0, 4171.0, 4163.0, 4193.0, 4153.0, 4162.0, 4162.0, 4162.0, 4161.0, 4165.0, 4193.0, 4152.0, 4172.0, 4152.0, 4164.0, 4172.0, 4175.0, 4206.0, 4166.0, 4174.0, 4165.0, 4174.0, 4152.0, 4175.0, 4215.0, 4164.0, 4173.0, 4165.0, 4175.0, 4164.0, 4177.0, 4217.0, 4165.0, 4185.0, 4164.0, 4176.0, 4205.0, 4165.0, 4195.0, 4154.0, 4165.0, 4153.0, 4154.0, 4203.0, 4164.0, 4194.0, 4164.0, 4165.0, 4164.0, 4175.0, 4214.0, 4164.0, 4195.0, 4165.0, 4164.0, 4164.0, 4164.0, 4163.0, 4177.0, 4206.0, 4165.0, 4184.0, 4164.0, 4184.0, 4172.0, 4166.0, 4204.0, 4163.0, 4162.0, 4162.0, 4162.0, 4181.0, 4165.0, 4193.0, 4163.0, 4152.0, 4152.0, 4164.0, 4213.0, 4164.0, 4184.0, 4162.0, 4163.0, 4152.0, 4163.0, 4213.0, 4163.0, 4184.0, 4165.0, 4152.0, 4163.0, 4163.0, 4164.0, 4175.0, 4215.0, 4165.0, 4173.0, 4163.0, 4173.0, 4161.0, 4164.0, 4203.0, 4162.0, 4172.0, 4163.0, 4172.0, 4162.0, 4164.0, 4182.0, 4162.0, 4162.0, 4152.0, 4192.0, 4163.0, 4175.0, 4163.0, 4153.0, 4173.0, 4163.0, 4203.0, 4163.0, 4173.0, 4161.0, 4162.0, 4150.0, 4162.0, 4192.0, 4164.0, 4173.0, 4162.0, 4163.0, 4152.0, 4164.0, 4203.0, 4164.0, 4193.0, 4163.0, 4162.0, 4151.0, 4153.0, 4192.0, 4164.0, 4194.0, 4163.0, 4161.0, 4152.0, 4162.0, 4161.0, 4163.0, 4204.0, 4163.0, 4170.0, 4152.0, 4172.0, 4151.0, 4162.0, 4193.0, 4173.0, 4182.0, 4151.0, 4162.0, 4162.0, 4163.0, 4161.0, 4174.0, 4194.0, 4166.0, 4194.0, 4163.0, 4183.0, 4175.0, 4165.0, 4183.0, 4165.0, 4172.0, 4165.0, 4204.0, 4164.0, 4174.0, 4185.0, 4162.0, 4152.0, 4164.0, 4169.0, 4178.0, 4197.0, 4178.0, 4207.0, 4179.0, 4207.0, 4186.0, 4163.0, 4141.0, 4161.0, 4183.0, 4151.0, 4181.0, 4140.0, 4149.0, 4140.0, 4150.0, 4152.0, 4172.0, 4164.0, 4204.0, 4162.0, 4153.0, 4140.0, 4151.0, 4162.0, 4193.0, 4163.0, 4160.0, 4152.0, 4161.0, 4152.0, 4151.0, 4163.0, 4161.0, 4151.0, 4162.0, 4163.0, 4183.0, 4167.0, 4205.0, 4155.0, 4164.0, 4165.0, 4205.0, 4152.0, 4164.0, 4164.0, 4163.0, 4141.0, 4149.0, 4152.0], 'WindowWidth': [9353.0, 9318.0, 9297.0, 9341.0, 9272.0, 9322.0, 9259.0, 9266.0, 9225.0, 9254.0, 9276.0, 9240.0, 9292.0, 9238.0, 9250.0, 9242.0, 9256.0, 9245.0, 9277.0, 9326.0, 9244.0, 9296.0, 9244.0, 9285.0, 9268.0, 9259.0, 9310.0, 9241.0, 9278.0, 9242.0, 9270.0, 9278.0, 9258.0, 9294.0, 9241.0, 9263.0, 9242.0, 9258.0, 9295.0, 9258.0, 9282.0, 9241.0, 9251.0, 9239.0, 9257.0, 9308.0, 9256.0, 9268.0, 9236.0, 9252.0, 9274.0, 9237.0, 9289.0, 9236.0, 9253.0, 9289.0, 9235.0, 9272.0, 9235.0, 9250.0, 9289.0, 9242.0, 9289.0, 9239.0, 9264.0, 9235.0, 9253.0, 9305.0, 9242.0, 9252.0, 9236.0, 9252.0, 9305.0, 9239.0, 9282.0, 9240.0, 9256.0, 9264.0, 9256.0, 9310.0, 9262.0, 9299.0, 9256.0, 9257.0, 9278.0, 9256.0, 9308.0, 9257.0, 9268.0, 9240.0, 9267.0, 9238.0, 9257.0, 9310.0, 9246.0, 9284.0, 9239.0, 9255.0, 9261.0, 9240.0, 9292.0, 9241.0, 9256.0, 9309.0, 9240.0, 9278.0, 9224.0, 9257.0, 9309.0, 9241.0, 9265.0, 9238.0, 9257.0, 9308.0, 9241.0, 9280.0, 9237.0, 9252.0, 9236.0, 9253.0, 9304.0, 9239.0, 9252.0, 9249.0, 9253.0, 9249.0, 9256.0, 9308.0, 9241.0, 9255.0, 9290.0, 9253.0, 9290.0, 9238.0, 9265.0, 9263.0, 9258.0, 9313.0, 9241.0, 9265.0, 9244.0, 9266.0, 9244.0, 9288.0, 9281.0, 9257.0, 9307.0, 9240.0, 9267.0, 9248.0, 9256.0, 9291.0, 9235.0, 9263.0, 9238.0, 9270.0, 9322.0, 9241.0, 9281.0, 9243.0, 9284.0, 9267.0, 9260.0, 9312.0, 9254.0, 9264.0, 9241.0, 9256.0, 9290.0, 9241.0, 9293.0, 9236.0, 9252.0, 9236.0, 9243.0, 9308.0, 9258.0, 9272.0, 9281.0, 9258.0, 9252.0, 9244.0, 9310.0, 9259.0, 9274.0, 9255.0, 9257.0, 9242.0, 9261.0, 9314.0, 9261.0, 9287.0, 9256.0, 9256.0, 9242.0, 9259.0, 9270.0, 9260.0, 9331.0, 9261.0, 9288.0, 9266.0, 9300.0, 9260.0, 9289.0, 9264.0, 9314.0, 9327.0, 9279.0, 9306.0, 9260.0, 9288.0, 9313.0, 9241.0, 9294.0, 9233.0, 9245.0, 9219.0, 9249.0, 9274.0, 9255.0, 9312.0, 9251.0, 9261.0, 9239.0, 9262.0, 9242.0, 9283.0, 9279.0, 9255.0, 9290.0, 9224.0, 9258.0, 9218.0, 9250.0, 9249.0, 9250.0, 9260.0, 9235.0, 9288.0, 9235.0, 9279.0, 9241.0, 9251.0, 9257.0, 9270.0, 9262.0, 9292.0, 9262.0, 9269.0, 9243.0, 9261.0, 9281.0, 9334.0, 9259.0, 9276.0, 9249.0, 9269.0, 9241.0, 9273.0, 9243.0, 9261.0, 9302.0, 9259.0, 9279.0, 9242.0, 9283.0, 9261.0, 9341.0, 9262.0, 9261.0, 9239.0, 9241.0, 9285.0, 9268.0, 9308.0, 9270.0, 9346.0, 9317.0, 9307.0, 9258.0, 9226.0, 9263.0, 9225.0, 9244.0, 9260.0, 9322.0, 9272.0, 9285.0, 9242.0, 9256.0, 9281.0, 9251.0, 9221.0, 9232.0, 9216.0, 9264.0, 9295.0, 9278.0, 9249.0, 9211.0, 9209.0, 9230.0, 9287.0, 9226.0, 9219.0, 9190.0, 9219.0, 9204.0, 9225.0, 9223.0, 9226.0, 9215.0, 9241.0, 9221.0, 9281.0, 9246.0, 9304.0, 9241.0, 9256.0, 9291.0, 9268.0, 9302.0, 9262.0, 9296.0, 9238.0, 9278.0, 9230.0, 9234.0, 9285.0, 9218.0, 9256.0, 9219.0, 9260.0, 9238.0, 9267.0, 9238.0, 9252.0, 9223.0, 9257.0, 9308.0, 9239.0, 9281.0, 9239.0, 9254.0, 9236.0, 9241.0, 9307.0, 9241.0, 9284.0, 9226.0, 9241.0, 9264.0, 9256.0, 9309.0, 9258.0, 9283.0, 9252.0, 9256.0, 9307.0, 9240.0, 9280.0, 9257.0, 9255.0, 9252.0, 9257.0, 9307.0, 9242.0, 9296.0, 9256.0, 9245.0, 9306.0, 9240.0, 9282.0, 9240.0, 9260.0, 9315.0, 9246.0, 9298.0, 9246.0, 9274.0, 9286.0, 9268.0, 9333.0, 9264.0, 9318.0, 9267.0, 9308.0, 9285.0, 9328.0, 9312.0, 9282.0, 9332.0, 9264.0, 9290.0, 9278.0, 9282.0, 9331.0, 9262.0, 9312.0, 9246.0, 9287.0, 9291.0, 9278.0, 9300.0, 9261.0, 9299.0, 9246.0, 9280.0, 9316.0, 9260.0, 9282.0, 9246.0, 9288.0, 9298.0, 9260.0, 9313.0, 9256.0, 9255.0, 9241.0, 9258.0, 9310.0, 9260.0, 9285.0, 9254.0, 9243.0, 9264.0, 9242.0, 9295.0, 9256.0, 9258.0, 9292.0, 9241.0, 9293.0, 9240.0, 9255.0, 9295.0, 9246.0, 9297.0, 9243.0, 9267.0, 9236.0, 9255.0, 9308.0, 9242.0, 9272.0, 9282.0, 9258.0, 9235.0, 9241.0, 9254.0, 9278.0, 9341.0, 9299.0, 9268.0, 9248.0, 9281.0, 9257.0, 9252.0, 9292.0, 9291.0, 9330.0, 9336.0, 9278.0, 9283.0, 9252.0, 9259.0, 9233.0, 9232.0, 9269.0, 9255.0, 9235.0, 9235.0, 9248.0, 9253.0, 9308.0, 9254.0, 9251.0, 9220.0, 9230.0, 9230.0, 9231.0, 9237.0, 9271.0, 9312.0, 9239.0, 9247.0, 9237.0, 9274.0, 9237.0, 9278.0, 9223.0, 9246.0, 9241.0, 9251.0, 9260.0, 9252.0, 9263.0, 9237.0, 9223.0, 9258.0, 9241.0, 9271.0, 9314.0, 9257.0, 9278.0, 9239.0, 9261.0, 9220.0, 9233.0, 9257.0, 9235.0, 9257.0, 9237.0, 9257.0, 9236.0, 9247.0, 9256.0, 9298.0, 9246.0, 9240.0, 9258.0, 9311.0, 9239.0, 9256.0, 9248.0, 9235.0, 9217.0, 9237.0, 9276.0, 9242.0, 9266.0, 9241.0, 9240.0, 9239.0, 9257.0, 9308.0, 9260.0, 9283.0, 9258.0, 9269.0, 9239.0, 9257.0, 9327.0, 9245.0, 9270.0, 9242.0, 9259.0, 9308.0, 9242.0, 9297.0, 9241.0, 9244.0, 9291.0, 9240.0, 9294.0, 9240.0, 9253.0, 9292.0, 9240.0, 9277.0, 9239.0, 9264.0, 9238.0, 9255.0, 9295.0, 9242.0, 9293.0, 9242.0, 9279.0, 9243.0, 9272.0, 9296.0, 9305.0, 9249.0, 9300.0, 9282.0, 9280.0, 9284.0, 9277.0, 9338.0, 9343.0, 9283.0, 9301.0, 9273.0, 9267.0, 9244.0, 9274.0, 9296.0, 9246.0, 9261.0, 9221.0, 9259.0, 9220.0, 9239.0, 9275.0, 9232.0, 9230.0, 9236.0, 9304.0, 9249.0, 9246.0, 9217.0, 9229.0, 9218.0, 9233.0, 9238.0, 9272.0, 9296.0, 9242.0, 9297.0, 9222.0, 9273.0, 9235.0, 9250.0, 9235.0, 9248.0, 9217.0, 9236.0, 9290.0, 9238.0, 9260.0, 9216.0, 9250.0, 9218.0, 9229.0, 9239.0, 9267.0, 9237.0, 9273.0, 9262.0, 9291.0, 9245.0, 9297.0, 9280.0, 9255.0, 9293.0, 9217.0, 9246.0, 9219.0, 9240.0, 9259.0, 9258.0, 9289.0, 9247.0, 9303.0, 9315.0, 9255.0, 9279.0, 9235.0, 9231.0, 9219.0, 9236.0, 9288.0, 9238.0, 9274.0, 9236.0, 9246.0, 9239.0, 9277.0, 9268.0, 9306.0, 9248.0, 9267.0, 9325.0, 9284.0, 9291.0, 9261.0, 9253.0, 9242.0, 9299.0, 9250.0, 9250.0, 9227.0, 9232.0, 9226.0, 9218.0, 9269.0, 9219.0, 9262.0, 9232.0, 9233.0, 9218.0, 9235.0, 9240.0, 9275.0, 9313.0, 9255.0, 9248.0, 9237.0, 9237.0, 9273.0, 9252.0, 9274.0, 9249.0, 9248.0, 9234.0, 9253.0, 9304.0, 9254.0, 9280.0, 9238.0, 9240.0, 9241.0, 9257.0, 9308.0, 9253.0, 9268.0, 9265.0, 9238.0, 9301.0, 9236.0, 9277.0, 9232.0, 9253.0, 9307.0, 9237.0, 9261.0, 9237.0, 9252.0, 9276.0, 9243.0, 9291.0, 9253.0, 9268.0, 9264.0, 9256.0, 9308.0, 9260.0, 9273.0, 9265.0, 9261.0, 9324.0, 9242.0, 9282.0, 9255.0, 9259.0, 9295.0, 9241.0, 9266.0, 9239.0, 9243.0, 9292.0, 9242.0, 9298.0, 9256.0, 9256.0, 9240.0, 9257.0, 9308.0, 9243.0, 9287.0, 9256.0, 9254.0, 9238.0, 9242.0, 9244.0, 9278.0, 9330.0, 9259.0, 9276.0, 9313.0, 9242.0, 9268.0, 9243.0, 9255.0, 9288.0, 9251.0, 9278.0, 9236.0, 9256.0, 9291.0, 9241.0, 9294.0, 9242.0, 9256.0, 9276.0, 9238.0, 9288.0, 9237.0, 9265.0, 9263.0, 9257.0, 9296.0, 9242.0, 9254.0, 9255.0, 9253.0, 9251.0, 9261.0, 9297.0, 9241.0, 9267.0, 9240.0, 9258.0, 9268.0, 9276.0, 9320.0, 9265.0, 9271.0, 9262.0, 9273.0, 9241.0, 9275.0, 9330.0, 9261.0, 9271.0, 9263.0, 9275.0, 9261.0, 9281.0, 9336.0, 9264.0, 9289.0, 9261.0, 9278.0, 9315.0, 9263.0, 9303.0, 9246.0, 9260.0, 9243.0, 9247.0, 9310.0, 9259.0, 9300.0, 9258.0, 9261.0, 9259.0, 9275.0, 9326.0, 9262.0, 9304.0, 9263.0, 9260.0, 9260.0, 9260.0, 9257.0, 9281.0, 9322.0, 9263.0, 9287.0, 9261.0, 9286.0, 9268.0, 9263.0, 9314.0, 9255.0, 9252.0, 9253.0, 9254.0, 9278.0, 9261.0, 9297.0, 9255.0, 9241.0, 9240.0, 9259.0, 9323.0, 9260.0, 9285.0, 9253.0, 9256.0, 9240.0, 9258.0, 9324.0, 9258.0, 9285.0, 9261.0, 9241.0, 9258.0, 9255.0, 9259.0, 9278.0, 9332.0, 9261.0, 9269.0, 9256.0, 9268.0, 9251.0, 9258.0, 9312.0, 9254.0, 9265.0, 9255.0, 9266.0, 9255.0, 9259.0, 9280.0, 9254.0, 9252.0, 9241.0, 9293.0, 9258.0, 9274.0, 9256.0, 9244.0, 9268.0, 9257.0, 9309.0, 9257.0, 9270.0, 9250.0, 9252.0, 9235.0, 9255.0, 9293.0, 9261.0, 9271.0, 9253.0, 9257.0, 9242.0, 9259.0, 9310.0, 9260.0, 9298.0, 9255.0, 9251.0, 9238.0, 9242.0, 9291.0, 9257.0, 9299.0, 9256.0, 9250.0, 9239.0, 9253.0, 9248.0, 9257.0, 9315.0, 9256.0, 9261.0, 9238.0, 9265.0, 9237.0, 9253.0, 9295.0, 9270.0, 9278.0, 9238.0, 9252.0, 9253.0, 9256.0, 9251.0, 9274.0, 9298.0, 9263.0, 9298.0, 9257.0, 9282.0, 9275.0, 9262.0, 9283.0, 9260.0, 9267.0, 9261.0, 9311.0, 9259.0, 9274.0, 9291.0, 9255.0, 9242.0, 9260.0, 9273.0, 9284.0, 9311.0, 9288.0, 9324.0, 9288.0, 9324.0, 9292.0, 9254.0, 9221.0, 9250.0, 9281.0, 9234.0, 9276.0, 9219.0, 9229.0, 9219.0, 9234.0, 9239.0, 9265.0, 9258.0, 9314.0, 9253.0, 9241.0, 9221.0, 9236.0, 9254.0, 9297.0, 9256.0, 9248.0, 9239.0, 9249.0, 9239.0, 9237.0, 9256.0, 9248.0, 9239.0, 9253.0, 9256.0, 9283.0, 9268.0, 9317.0, 9251.0, 9259.0, 9261.0, 9316.0, 9239.0, 9258.0, 9261.0, 9256.0, 9225.0, 9228.0, 9237.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.0005102665350444225</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01786365765054294</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.16994810300392</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2246170024802392</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0007688931719378</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4753</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6024.5522</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09060222006341458</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.3563672260612045</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4727818975750453</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.418522851428831</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6744858453261973</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.325336995970108</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00678033</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008720507845282555</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.016110168769955635</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.8303982373657046</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>37.3383</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1188</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.4131</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296576.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>698.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.7972</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3281</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.0212</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3336.0661</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3531.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79968.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1065.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4385.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.8305</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.952341557014734</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> |