=== 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-0037 --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-0037",
"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-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-01/func/sub-0037_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>640e0e5c57085b8f2d74160e2e8f342b</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>12:15:24.705000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999379, 0.00537113, 0.0348293, -0.00645386, 0.999497, 0.0310493]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.10041</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>[4155, -7752, -7249, 596, -56, -219, 53, 36]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>269.307</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2fc70ed8-a545-4bd6-82b5-b07f4ffdf511||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681260347366333, -0.017315231263637543, 0.0935414656996727, 111.1883316040039], [-0.014410344883799553, 2.681577444076538, 0.08438784629106522, -87.11260986328125], [0.09344439953565598, -0.08330290019512177, 2.697059392929077, -79.98076629638672], [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': ['121524.705000', '121525.165000', '121525.625000', '121526.085000', '121526.545000', '121527.005000', '121527.465000', '121527.925000', '121528.385000', '121528.845000', '121529.305000', '121529.765000', '121530.225000', '121530.685000', '121531.145000', '121531.605000', '121532.065000', '121532.525000', '121532.985000', '121533.445000', '121533.905000', '121534.365000', '121534.825000', '121535.285000', '121535.745000', '121536.205000', '121536.665000', '121537.125000', '121537.585000', '121538.045000', '121538.505000', '121538.965000', '121539.425000', '121539.885000', '121540.345000', '121540.805000', '121541.265000', '121541.725000', '121542.185000', '121542.645000', '121543.105000', '121543.565000', '121544.025000', '121544.485000', '121544.945000', '121545.405000', '121545.865000', '121546.325000', '121546.785000', '121547.245000', '121547.705000', '121548.165000', '121548.625000', '121549.085000', '121549.545000', '121550.005000', '121550.465000', '121550.925000', '121551.385000', '121551.845000', '121552.305000', '121552.765000', '121553.225000', '121553.685000', '121554.145000', '121554.605000', '121555.065000', '121555.525000', '121555.985000', '121556.445000', '121556.905000', '121557.365000', '121557.825000', '121558.285000', '121558.745000', '121559.205000', '121559.665000', '121600.125000', '121600.585000', '121601.045000', '121601.505000', '121601.965000', '121602.425000', '121602.885000', '121603.345000', '121603.805000', '121604.265000', '121604.725000', '121605.185000', '121605.645000', '121606.105000', '121606.565000', '121607.025000', '121607.485000', '121607.945000', '121608.405000', '121608.865000', '121609.325000', '121609.785000', '121610.245000', '121610.705000', '121611.165000', '121611.625000', '121612.085000', '121612.545000', '121613.005000', '121613.465000', '121613.925000', '121614.385000', '121614.845000', '121615.305000', '121615.765000', '121616.225000', '121616.685000', '121617.145000', '121617.605000', '121618.065000', '121618.525000', '121618.985000', '121619.445000', '121619.905000', '121620.365000', '121620.825000', '121621.285000', '121621.745000', '121622.205000', '121622.665000', '121623.125000', '121623.585000', '121624.045000', '121624.505000', '121624.965000', '121625.425000', '121625.885000', '121626.345000', '121626.805000', '121627.265000', '121627.725000', '121628.185000', '121628.645000', '121629.105000', '121629.565000', '121630.025000', '121630.485000', '121630.945000', '121631.405000', '121631.865000', '121632.325000', '121632.785000', '121633.245000', '121633.705000', '121634.165000', '121634.625000', '121635.085000', '121635.545000', '121636.005000', '121636.465000', '121636.925000', '121637.385000', '121637.845000', '121638.305000', '121638.765000', '121639.225000', '121639.685000', '121640.145000', '121640.605000', '121641.065000', '121641.525000', '121641.985000', '121642.445000', '121642.905000', '121643.365000', '121643.825000', '121644.285000', '121644.745000', '121645.205000', '121645.665000', '121646.125000', '121646.585000', '121647.045000', '121647.505000', '121647.965000', '121648.425000', '121648.885000', '121649.345000', '121649.805000', '121650.265000', '121650.725000', '121651.185000', '121651.645000', '121652.105000', '121652.565000', '121653.025000', '121653.485000', '121653.945000', '121654.405000', '121654.865000', '121655.325000', '121655.785000', '121656.245000', '121656.705000', '121657.165000', '121657.625000', '121658.085000', '121658.545000', '121659.005000', '121659.465000', '121659.925000', '121700.385000', '121700.845000', '121701.305000', '121701.765000', '121702.225000', '121702.685000', '121703.145000', '121703.605000', '121704.065000', '121704.525000', '121704.985000', '121705.445000', '121705.905000', '121706.365000', '121706.825000', '121707.285000', '121707.745000', '121708.205000', '121708.665000', '121709.125000', '121709.585000', '121710.045000', '121710.505000', '121710.965000', '121711.425000', '121711.885000', '121712.345000', '121712.805000', '121713.265000', '121713.725000', '121714.185000', '121714.645000', '121715.105000', '121715.565000', '121716.025000', '121716.485000', '121716.945000', '121717.405000', '121717.865000', '121718.325000', '121718.785000', '121719.245000', '121719.705000', '121720.165000', '121720.625000', '121721.085000', '121721.545000', '121722.005000', '121722.465000', '121722.925000', '121723.385000', '121723.845000', '121724.305000', '121724.765000', '121725.225000', '121725.685000', '121726.145000', '121726.605000', '121727.065000', '121727.525000', '121727.985000', '121728.445000', '121728.905000', '121729.365000', '121729.825000', '121730.285000', '121730.745000', '121731.205000', '121731.665000', '121732.125000', '121732.585000', '121733.045000', '121733.505000', '121733.965000', '121734.425000', '121734.885000', '121735.345000', '121735.805000', '121736.265000', '121736.725000', '121737.185000', '121737.645000', '121738.105000', '121738.565000', '121739.025000', '121739.485000', '121739.945000', '121740.405000', '121740.865000', '121741.325000', '121741.785000', '121742.245000', '121742.705000', '121743.165000', '121743.625000', '121744.085000', '121744.545000', '121745.005000', '121745.465000', '121745.925000', '121746.385000', '121746.845000', '121747.305000', '121747.765000', '121748.225000', '121748.685000', '121749.145000', '121749.605000', '121750.065000', '121750.525000', '121750.985000', '121751.445000', '121751.905000', '121752.365000', '121752.825000', '121753.285000', '121753.745000', '121754.205000', '121754.665000', '121755.125000', '121755.585000', '121756.045000', '121756.505000', '121756.965000', '121757.425000', '121757.885000', '121758.345000', '121758.805000', '121759.265000', '121759.725000', '121800.185000', '121800.645000', '121801.105000', '121801.565000', '121802.025000', '121802.485000', '121802.945000', '121803.405000', '121803.865000', '121804.325000', '121804.785000', '121805.245000', '121805.705000', '121806.165000', '121806.625000', '121807.085000', '121807.545000', '121808.005000', '121808.465000', '121808.925000', '121809.385000', '121809.845000', '121810.305000', '121810.765000', '121811.225000', '121811.685000', '121812.145000', '121812.605000', '121813.065000', '121813.525000', '121813.985000', '121814.445000', '121814.905000', '121815.365000', '121815.825000', '121816.285000', '121816.745000', '121817.205000', '121817.665000', '121818.125000', '121818.585000', '121819.045000', '121819.505000', '121819.965000', '121820.425000', '121820.885000', '121821.345000', '121821.805000', '121822.265000', '121822.725000', '121823.185000', '121823.645000', '121824.105000', '121824.565000', '121825.025000', '121825.485000', '121825.945000', '121826.405000', '121826.865000', '121827.325000', '121827.785000', '121828.245000', '121828.705000', '121829.165000', '121829.625000', '121830.085000', '121830.545000', '121831.005000', '121831.465000', '121831.925000', '121832.385000', '121832.845000', '121833.305000', '121833.765000', '121834.225000', '121834.685000', '121835.145000', '121835.605000', '121836.065000', '121836.525000', '121836.985000', '121837.445000', '121837.905000', '121838.365000', '121838.825000', '121839.285000', '121839.745000', '121840.205000', '121840.665000', '121841.125000', '121841.585000', '121842.045000', '121842.505000', '121842.965000', '121843.425000', '121843.885000', '121844.345000', '121844.805000', '121845.265000', '121845.725000', '121846.185000', '121846.645000', '121847.105000', '121847.565000', '121848.025000', '121848.485000', '121848.945000', '121849.405000', '121849.865000', '121850.325000', '121850.785000', '121851.245000', '121851.705000', '121852.165000', '121852.625000', '121853.085000', '121853.545000', '121854.005000', '121854.465000', '121854.925000', '121855.385000', '121855.845000', '121856.305000', '121856.765000', '121857.225000', '121857.685000', '121858.145000', '121858.605000', '121859.065000', '121859.525000', '121859.985000', '121900.445000', '121900.905000', '121901.365000', '121901.825000', '121902.285000', '121902.745000', '121903.205000', '121903.665000', '121904.125000', '121904.585000', '121905.045000', '121905.505000', '121905.965000', '121906.425000', '121906.885000', '121907.345000', '121907.805000', '121908.265000', '121908.725000', '121909.185000', '121909.645000', '121910.105000', '121910.565000', '121911.025000', '121911.485000', '121911.945000', '121912.405000', '121912.865000', '121913.325000', '121913.785000', '121914.245000', '121914.705000', '121915.165000', '121915.625000', '121916.085000', '121916.545000', '121917.005000', '121917.465000', '121917.925000', '121918.385000', '121918.845000', '121919.305000', '121919.765000', '121920.225000', '121920.685000', '121921.145000', '121921.605000', '121922.065000', '121922.525000', '121922.985000', '121923.445000', '121923.905000', '121924.365000', '121924.825000', '121925.285000', '121925.745000', '121926.205000', '121926.665000', '121927.125000', '121927.585000', '121928.045000', '121928.505000', '121928.965000', '121929.425000', '121929.885000', '121930.345000', '121930.805000', '121931.265000', '121931.725000', '121932.185000', '121932.645000', '121933.105000', '121933.565000', '121934.025000', '121934.485000', '121934.945000', '121935.405000', '121935.865000', '121936.325000', '121936.785000', '121937.245000', '121937.705000', '121938.165000', '121938.625000', '121939.085000', '121939.545000', '121940.005000', '121940.465000', '121940.925000', '121941.385000', '121941.845000', '121942.305000', '121942.765000', '121943.225000', '121943.685000', '121944.145000', '121944.605000', '121945.065000', '121945.525000', '121945.985000', '121946.445000', '121946.905000', '121947.365000', '121947.825000', '121948.285000', '121948.745000', '121949.205000', '121949.665000', '121950.125000', '121950.585000', '121951.045000', '121951.505000', '121951.965000', '121952.425000', '121952.885000', '121953.345000', '121953.805000', '121954.265000', '121954.725000', '121955.185000', '121955.645000', '121956.105000', '121956.565000', '121957.025000', '121957.485000', '121957.945000', '121958.405000', '121958.865000', '121959.325000', '121959.785000', '122000.245000', '122000.705000', '122001.165000', '122001.625000', '122002.085000', '122002.545000', '122003.005000', '122003.465000', '122003.925000', '122004.385000', '122004.845000', '122005.305000', '122005.765000', '122006.225000', '122006.685000', '122007.145000', '122007.605000', '122008.065000', '122008.525000', '122008.985000', '122009.445000', '122009.905000', '122010.365000', '122010.825000', '122011.285000', '122011.745000', '122012.205000', '122012.665000', '122013.125000', '122013.585000', '122014.045000', '122014.505000', '122014.965000', '122015.425000', '122015.885000', '122016.345000', '122016.805000', '122017.265000', '122017.725000', '122018.185000', '122018.645000', '122019.105000', '122019.565000', '122020.025000', '122020.485000', '122020.945000', '122021.405000', '122021.865000', '122022.325000', '122022.785000', '122023.245000', '122023.705000', '122024.165000', '122024.625000', '122025.085000', '122025.545000', '122026.005000', '122026.465000', '122026.925000', '122027.385000', '122027.845000', '122028.305000', '122028.765000', '122029.225000', '122029.685000', '122030.145000', '122030.605000', '122031.065000', '122031.525000', '122031.985000', '122032.445000', '122032.905000', '122033.365000', '122033.825000', '122034.285000', '122034.745000', '122035.205000', '122035.665000', '122036.125000', '122036.585000', '122037.045000', '122037.505000', '122037.965000', '122038.425000', '122038.885000', '122039.345000', '122039.805000', '122040.265000', '122040.725000', '122041.185000', '122041.645000', '122042.105000', '122042.565000', '122043.025000', '122043.485000', '122043.945000', '122044.405000', '122044.865000', '122045.325000', '122045.785000', '122046.245000', '122046.705000', '122047.165000', '122047.625000', '122048.085000', '122048.545000', '122049.005000', '122049.465000', '122049.925000', '122050.385000', '122050.845000', '122051.305000', '122051.765000', '122052.225000', '122052.685000', '122053.145000', '122053.605000', '122054.065000', '122054.525000', '122054.985000', '122055.445000', '122055.905000', '122056.365000', '122056.825000', '122057.285000', '122057.745000', '122058.205000', '122058.665000', '122059.125000', '122059.585000', '122100.045000', '122100.505000', '122100.965000', '122101.425000', '122101.885000', '122102.345000', '122102.805000', '122103.265000', '122103.725000', '122104.185000', '122104.645000', '122105.105000', '122105.565000', '122106.025000', '122106.485000', '122106.945000', '122107.405000', '122107.865000', '122108.325000', '122108.785000', '122109.245000', '122109.705000', '122110.165000', '122110.625000', '122111.085000', '122111.545000', '122112.005000', '122112.465000', '122112.925000', '122113.385000', '122113.845000', '122114.305000', '122114.765000', '122115.225000', '122115.685000', '122116.145000', '122116.605000', '122117.065000', '122117.525000', '122117.985000', '122118.445000', '122118.905000', '122119.365000', '122119.825000', '122120.285000', '122120.745000', '122121.205000', '122121.665000', '122122.125000', '122122.585000', '122123.045000', '122123.505000', '122123.965000', '122124.425000', '122124.885000', '122125.345000', '122125.805000', '122126.265000', '122126.725000', '122127.185000', '122127.645000', '122128.105000', '122128.565000', '122129.025000', '122129.485000', '122129.945000', '122130.405000', '122130.865000', '122131.325000', '122131.785000', '122132.245000', '122132.705000', '122133.165000', '122133.625000', '122134.085000', '122134.545000', '122135.005000', '122135.465000', '122135.925000', '122136.385000', '122136.845000', '122137.305000', '122137.765000', '122138.225000', '122138.685000', '122139.145000', '122139.605000', '122140.065000', '122140.525000', '122140.985000', '122141.445000', '122141.905000', '122142.365000', '122142.825000', '122143.285000', '122143.745000', '122144.205000', '122144.665000', '122145.125000', '122145.585000', '122146.045000', '122146.505000', '122146.965000', '122147.425000', '122147.885000', '122148.345000', '122148.805000', '122149.265000', '122149.725000', '122150.185000', '122150.645000', '122151.105000', '122151.565000', '122152.025000', '122152.485000', '122152.945000', '122153.405000', '122153.865000', '122154.325000', '122154.785000', '122155.245000', '122155.705000', '122156.165000', '122156.625000', '122157.085000', '122157.545000', '122158.005000', '122158.465000', '122158.925000', '122159.385000', '122159.845000', '122200.305000', '122200.765000', '122201.225000', '122201.685000', '122202.145000', '122202.605000', '122203.065000', '122203.525000', '122203.985000', '122204.445000', '122204.905000', '122205.365000', '122205.825000', '122206.285000', '122206.745000', '122207.205000', '122207.665000', '122208.125000', '122208.585000', '122209.045000', '122209.505000', '122209.965000', '122210.425000', '122210.885000', '122211.345000', '122211.805000', '122212.265000', '122212.725000', '122213.185000', '122213.645000', '122214.105000', '122214.565000', '122215.025000', '122215.485000', '122215.945000', '122216.405000', '122216.865000', '122217.325000', '122217.785000', '122218.245000', '122218.705000', '122219.165000', '122219.625000', '122220.085000', '122220.545000', '122221.005000', '122221.465000', '122221.925000', '122222.385000', '122222.845000', '122223.305000', '122223.765000', '122224.225000', '122224.685000', '122225.145000', '122225.605000', '122226.065000', '122226.525000', '122226.985000', '122227.445000', '122227.905000', '122228.365000', '122228.825000', '122229.285000', '122229.745000', '122230.205000', '122230.665000', '122231.125000', '122231.585000', '122232.045000', '122232.505000', '122232.965000', '122233.425000', '122233.885000', '122234.345000', '122234.805000', '122235.265000', '122235.725000', '122236.185000', '122236.645000', '122237.105000', '122237.565000', '122238.025000', '122238.485000', '122238.945000', '122239.405000', '122239.865000', '122240.325000', '122240.785000', '122241.245000', '122241.705000', '122242.165000', '122242.625000', '122243.085000', '122243.545000', '122244.005000', '122244.465000', '122244.925000', '122245.385000', '122245.845000', '122246.305000', '122246.765000', '122247.225000', '122247.685000', '122248.145000', '122248.605000', '122249.065000', '122249.525000', '122249.985000', '122250.445000', '122250.905000', '122251.365000', '122251.825000', '122252.285000', '122252.745000', '122253.205000', '122253.665000', '122254.125000', '122254.585000', '122255.045000', '122255.505000', '122255.965000', '122256.425000', '122256.885000', '122257.345000', '122257.805000', '122258.265000', '122258.725000', '122259.185000', '122259.645000', '122300.105000', '122300.565000', '122301.025000', '122301.485000', '122301.945000', '122302.405000', '122302.865000', '122303.325000', '122303.785000', '122304.245000', '122304.705000', '122305.165000', '122305.625000', '122306.085000', '122306.545000', '122307.005000', '122307.465000', '122307.925000', '122308.385000', '122308.845000', '122309.305000', '122309.765000', '122310.225000', '122310.685000', '122311.145000', '122311.605000'], 'ContentTime': ['121535.172000', '121535.175000', '121535.178000', '121535.181000', '121535.184000', '121535.187000', '121535.190000', '121535.193000', '121535.196000', '121535.199000', '121535.202000', '121535.205000', '121535.208000', '121535.211000', '121535.214000', '121535.217000', '121535.232000', '121535.243000', '121535.246000', '121535.249000', '121535.252000', '121535.255000', '121555.123000', '121555.126000', '121555.129000', '121555.132000', '121555.134000', '121555.137000', '121555.140000', '121555.143000', '121555.146000', '121555.148000', '121555.151000', '121555.154000', '121555.157000', '121555.159000', '121555.162000', '121555.165000', '121555.168000', '121555.170000', '121555.173000', '121555.176000', '121555.183000', '121555.186000', '121555.195000', '121555.198000', '121555.201000', '121555.204000', '121555.207000', '121555.209000', '121555.212000', '121555.215000', '121555.218000', '121555.221000', '121555.224000', '121555.227000', '121555.229000', '121555.232000', '121555.235000', '121555.238000', '121555.240000', '121555.243000', '121555.246000', '121555.249000', '121555.252000', '121615.123000', '121615.126000', '121615.128000', '121615.131000', '121615.134000', '121615.137000', '121615.140000', '121615.143000', '121615.145000', '121615.148000', '121615.151000', '121615.154000', '121615.157000', '121615.159000', '121615.162000', '121615.165000', '121615.168000', '121615.171000', '121615.173000', '121615.176000', '121615.179000', '121615.182000', '121615.185000', '121615.187000', '121615.190000', '121615.193000', '121615.196000', '121615.199000', '121615.201000', '121615.204000', '121615.207000', '121615.210000', '121615.213000', '121615.216000', '121615.219000', '121615.221000', '121615.224000', '121615.227000', '121615.230000', '121615.232000', '121615.235000', '121615.238000', '121615.241000', '121615.243000', '121635.123000', '121635.126000', '121635.129000', '121635.132000', '121635.134000', '121635.137000', '121635.140000', '121635.143000', '121635.145000', '121635.148000', '121635.151000', '121635.154000', '121635.156000', '121635.159000', '121635.162000', '121635.165000', '121635.168000', '121635.171000', '121635.174000', '121635.176000', '121635.179000', '121635.182000', '121635.185000', '121635.188000', '121635.190000', '121635.193000', '121635.196000', '121635.199000', '121635.201000', '121635.204000', '121635.207000', '121635.210000', '121635.213000', '121635.216000', '121635.218000', '121635.222000', '121635.225000', '121635.228000', '121635.230000', '121635.233000', '121635.236000', '121635.239000', '121635.242000', '121655.123000', '121655.126000', '121655.129000', '121655.142000', '121655.144000', '121655.147000', '121655.150000', '121655.153000', '121655.156000', '121655.158000', '121655.161000', '121655.164000', '121655.167000', '121655.170000', '121655.173000', '121655.175000', '121655.178000', '121655.181000', '121655.184000', '121655.187000', '121655.190000', '121655.192000', '121655.195000', '121655.198000', '121655.201000', '121655.204000', '121655.207000', '121655.209000', '121655.212000', '121655.215000', '121655.218000', '121655.221000', '121655.223000', '121655.226000', '121655.229000', '121655.232000', '121655.235000', '121655.237000', '121655.240000', '121655.243000', '121655.246000', '121655.249000', '121655.251000', '121655.254000', '121715.123000', '121715.126000', '121715.129000', '121715.132000', '121715.134000', '121715.137000', '121715.140000', '121715.143000', '121715.146000', '121715.148000', '121715.151000', '121715.154000', '121715.157000', '121715.160000', '121715.162000', '121715.165000', '121715.168000', '121715.171000', '121715.174000', '121715.177000', '121715.179000', '121715.182000', '121715.185000', '121715.188000', '121715.191000', '121715.193000', '121715.196000', '121715.199000', '121715.202000', '121715.205000', '121715.208000', '121715.210000', '121715.213000', '121715.216000', '121715.219000', '121715.222000', '121715.224000', '121715.227000', '121715.230000', '121715.233000', '121715.236000', '121715.238000', '121715.241000', '121735.123000', '121735.126000', '121735.129000', '121735.132000', '121735.134000', '121735.137000', '121735.140000', '121735.143000', '121735.146000', '121735.148000', '121735.151000', '121735.154000', '121735.157000', '121735.160000', '121735.162000', '121735.165000', '121735.168000', '121735.171000', '121735.174000', '121735.177000', '121735.179000', '121735.182000', '121735.185000', '121735.188000', '121735.191000', '121735.193000', '121735.196000', '121735.199000', '121735.202000', '121735.205000', '121735.208000', '121735.211000', '121735.213000', '121735.216000', '121735.219000', '121735.222000', '121735.225000', '121735.227000', '121735.230000', '121735.233000', '121735.236000', '121735.238000', '121735.241000', '121735.244000', '121755.123000', '121755.126000', '121755.129000', '121755.132000', '121755.134000', '121755.137000', '121755.147000', '121755.150000', '121755.153000', '121755.156000', '121755.159000', '121755.161000', '121755.164000', '121755.167000', '121755.170000', '121755.173000', '121755.176000', '121755.178000', '121755.181000', '121755.184000', '121755.187000', '121755.190000', '121755.193000', '121755.195000', '121755.198000', '121755.201000', '121755.204000', '121755.207000', '121755.210000', '121755.212000', '121755.215000', '121755.218000', '121755.221000', '121755.224000', '121755.226000', '121755.229000', '121755.232000', '121755.235000', '121755.238000', '121755.240000', '121755.243000', '121755.246000', '121755.249000', '121815.123000', '121815.126000', '121815.129000', '121815.131000', '121815.134000', '121815.137000', '121815.140000', '121815.143000', '121815.145000', '121815.148000', '121815.151000', '121815.154000', '121815.157000', '121815.160000', '121815.162000', '121815.165000', '121815.168000', '121815.171000', '121815.174000', '121815.177000', '121815.179000', '121815.182000', '121815.185000', '121815.188000', '121815.191000', '121815.193000', '121815.196000', '121815.199000', '121815.202000', '121815.205000', '121815.208000', '121815.210000', '121815.213000', '121815.216000', '121815.219000', '121815.222000', '121815.224000', '121815.227000', '121815.230000', '121815.233000', '121815.236000', '121815.239000', '121815.257000', '121815.260000', '121835.123000', '121835.126000', '121835.129000', '121835.132000', '121835.134000', '121835.137000', '121835.140000', '121835.143000', '121835.146000', '121835.148000', '121835.151000', '121835.154000', '121835.157000', '121835.160000', '121835.163000', '121835.166000', '121835.168000', '121835.171000', '121835.174000', '121835.177000', '121835.180000', '121835.182000', '121835.185000', '121835.188000', '121835.191000', '121835.194000', '121835.196000', '121835.199000', '121835.202000', '121835.205000', '121835.208000', '121835.211000', '121835.213000', '121835.216000', '121835.219000', '121835.222000', '121835.225000', '121835.227000', '121835.230000', '121835.233000', '121835.236000', '121835.239000', '121835.242000', '121855.123000', '121855.126000', '121855.129000', '121855.132000', '121855.135000', '121855.138000', '121855.141000', '121855.143000', '121855.146000', '121855.149000', '121855.152000', '121855.155000', '121855.158000', '121855.161000', '121855.163000', '121855.166000', '121855.169000', '121855.172000', '121855.175000', '121855.177000', '121855.180000', '121855.183000', '121855.186000', '121855.189000', '121855.191000', '121855.194000', '121855.197000', '121855.200000', '121855.203000', '121855.206000', '121855.208000', '121855.211000', '121855.214000', '121855.217000', '121855.220000', '121855.222000', '121855.225000', '121855.228000', '121855.231000', '121855.234000', '121855.237000', '121855.239000', '121855.242000', '121915.123000', '121915.126000', '121915.129000', '121915.132000', '121915.135000', '121915.137000', '121915.140000', '121915.143000', '121915.146000', '121915.149000', '121915.151000', '121915.154000', '121915.157000', '121915.160000', '121915.163000', '121915.166000', '121915.168000', '121915.171000', '121915.174000', '121915.177000', '121915.180000', '121915.182000', '121915.185000', '121915.188000', '121915.191000', '121915.193000', '121915.196000', '121915.199000', '121915.202000', '121915.205000', '121915.208000', '121915.210000', '121915.213000', '121915.216000', '121915.219000', '121915.222000', '121915.225000', '121915.227000', '121915.230000', '121915.233000', '121915.236000', '121915.239000', '121915.241000', '121915.244000', '121935.123000', '121935.126000', '121935.129000', '121935.132000', '121935.135000', '121935.138000', '121935.140000', '121935.143000', '121935.146000', '121935.149000', '121935.152000', '121935.155000', '121935.158000', '121935.161000', '121935.163000', '121935.166000', '121935.169000', '121935.172000', '121935.175000', '121935.177000', '121935.180000', '121935.183000', '121935.186000', '121935.189000', '121935.191000', '121935.194000', '121935.197000', '121935.200000', '121935.203000', '121935.206000', '121935.209000', '121935.211000', '121935.214000', '121935.217000', '121935.220000', '121935.223000', '121935.225000', '121935.228000', '121935.231000', '121935.234000', '121935.237000', '121935.240000', '121935.242000', '121955.123000', '121955.126000', '121955.129000', '121955.132000', '121955.135000', '121955.137000', '121955.140000', '121955.143000', '121955.146000', '121955.166000', '121955.169000', '121955.171000', '121955.174000', '121955.177000', '121955.180000', '121955.183000', '121955.186000', '121955.188000', '121955.191000', '121955.194000', '121955.197000', '121955.199000', '121955.202000', '121955.205000', '121955.208000', '121955.211000', '121955.214000', '121955.216000', '121955.219000', '121955.222000', '121955.225000', '121955.228000', '121955.230000', '121955.233000', '121955.236000', '121955.239000', '121955.242000', '121955.244000', '121955.247000', '121955.250000', '121955.253000', '121955.256000', '121955.259000', '121955.261000', '122015.123000', '122015.126000', '122015.129000', '122015.132000', '122015.135000', '122015.137000', '122015.140000', '122015.143000', '122015.146000', '122015.149000', '122015.152000', '122015.155000', '122015.157000', '122015.160000', '122015.163000', '122015.166000', '122015.169000', '122015.172000', '122015.175000', '122015.178000', '122015.181000', '122015.183000', '122015.186000', '122015.189000', '122015.192000', '122015.195000', '122015.198000', '122015.200000', '122015.203000', '122015.206000', '122015.209000', '122015.212000', '122015.215000', '122015.217000', '122015.220000', '122015.223000', '122015.226000', '122015.229000', '122015.231000', '122015.234000', '122015.237000', '122015.240000', '122015.243000', '122035.123000', '122035.126000', '122035.129000', '122035.132000', '122035.135000', '122035.138000', '122035.140000', '122035.143000', '122035.146000', '122035.149000', '122035.152000', '122035.155000', '122035.157000', '122035.160000', '122035.163000', '122035.166000', '122035.169000', '122035.171000', '122035.174000', '122035.177000', '122035.180000', '122035.183000', '122035.186000', '122035.189000', '122035.191000', '122035.194000', '122035.197000', '122035.200000', '122035.202000', '122035.205000', '122035.208000', '122035.211000', '122035.214000', '122035.216000', '122035.219000', '122035.222000', '122035.225000', '122035.228000', '122035.230000', '122035.233000', '122035.236000', '122035.239000', '122035.242000', '122035.245000', '122055.123000', '122055.126000', '122055.129000', '122055.132000', '122055.134000', '122055.137000', '122055.140000', '122055.143000', '122055.146000', '122055.149000', '122055.151000', '122055.154000', '122055.157000', '122055.160000', '122055.163000', '122055.166000', '122055.168000', '122055.171000', '122055.174000', '122055.177000', '122055.180000', '122055.185000', '122055.188000', '122055.190000', '122055.193000', '122055.196000', '122055.199000', '122055.202000', '122055.205000', '122055.208000', '122055.210000', '122055.213000', '122055.216000', '122055.219000', '122055.222000', '122055.224000', '122055.227000', '122055.230000', '122055.233000', '122055.236000', '122055.238000', '122055.241000', '122055.244000', '122115.123000', '122115.126000', '122115.129000', '122115.132000', '122115.134000', '122115.137000', '122115.140000', '122115.143000', '122115.146000', '122115.149000', '122115.151000', '122115.154000', '122115.157000', '122115.160000', '122115.163000', '122115.165000', '122115.168000', '122115.171000', '122115.174000', '122115.177000', '122115.180000', '122115.182000', '122115.185000', '122115.188000', '122115.191000', '122115.194000', '122115.196000', '122115.199000', '122115.202000', '122115.205000', '122115.208000', '122115.211000', '122115.213000', '122115.216000', '122115.232000', '122115.234000', '122115.237000', '122115.240000', '122115.243000', '122115.246000', '122115.249000', '122115.251000', '122115.254000', '122115.257000', '122135.123000', '122135.126000', '122135.129000', '122135.132000', '122135.135000', '122135.138000', '122135.141000', '122135.144000', '122135.147000', '122135.149000', '122135.152000', '122135.155000', '122135.158000', '122135.161000', '122135.164000', '122135.166000', '122135.169000', '122135.172000', '122135.175000', '122135.178000', '122135.180000', '122135.183000', '122135.186000', '122135.189000', '122135.192000', '122135.194000', '122135.197000', '122135.200000', '122135.203000', '122135.206000', '122135.211000', '122135.215000', '122135.218000', '122135.221000', '122135.223000', '122135.226000', '122135.229000', '122135.232000', '122135.235000', '122135.237000', '122135.240000', '122135.243000', '122135.246000', '122155.123000', '122155.126000', '122155.129000', '122155.132000', '122155.134000', '122155.137000', '122155.140000', '122155.143000', '122155.146000', '122155.149000', '122155.152000', '122155.154000', '122155.157000', '122155.160000', '122155.163000', '122155.166000', '122155.169000', '122155.172000', '122155.175000', '122155.177000', '122155.180000', '122155.183000', '122155.186000', '122155.189000', '122155.192000', '122155.195000', '122155.197000', '122155.200000', '122155.203000', '122155.206000', '122155.209000', '122155.212000', '122155.214000', '122155.217000', '122155.220000', '122155.223000', '122155.226000', '122155.229000', '122155.232000', '122155.235000', '122155.238000', '122155.240000', '122155.243000', '122155.246000', '122215.123000', '122215.126000', '122215.129000', '122215.132000', '122215.135000', '122215.137000', '122215.140000', '122215.143000', '122215.146000', '122215.149000', '122215.151000', '122215.154000', '122215.157000', '122215.160000', '122215.163000', '122215.166000', '122215.168000', '122215.171000', '122215.174000', '122215.177000', '122215.180000', '122215.183000', '122215.185000', '122215.188000', '122215.191000', '122215.194000', '122215.197000', '122215.199000', '122215.202000', '122215.205000', '122215.208000', '122215.211000', '122215.214000', '122215.216000', '122215.219000', '122215.222000', '122215.225000', '122215.228000', '122215.230000', '122215.233000', '122215.236000', '122215.239000', '122215.242000', '122235.123000', '122235.126000', '122235.129000', '122235.132000', '122235.135000', '122235.138000', '122235.141000', '122235.144000', '122235.147000', '122235.150000', '122235.152000', '122235.155000', '122235.158000', '122235.161000', '122235.164000', '122235.167000', '122235.169000', '122235.172000', '122235.175000', '122235.178000', '122235.181000', '122235.184000', '122235.186000', '122235.189000', '122235.192000', '122235.195000', '122235.198000', '122235.200000', '122235.203000', '122235.206000', '122235.209000', '122235.212000', '122235.214000', '122235.217000', '122235.220000', '122235.223000', '122235.226000', '122235.229000', '122235.231000', '122235.234000', '122235.237000', '122235.240000', '122235.242000', '122235.245000', '122255.123000', '122255.126000', '122255.129000', '122255.132000', '122255.135000', '122255.137000', '122255.140000', '122255.143000', '122255.146000', '122255.149000', '122255.151000', '122255.154000', '122255.157000', '122255.160000', '122255.163000', '122255.166000', '122255.169000', '122255.172000', '122255.175000', '122255.178000', '122255.181000', '122255.184000', '122255.186000', '122255.189000', '122255.192000', '122255.195000', '122255.198000', '122255.200000', '122255.203000', '122255.206000', '122255.209000', '122255.212000', '122255.215000', '122255.218000', '122255.220000', '122255.223000', '122255.227000', '122255.230000', '122255.233000', '122255.236000', '122255.239000', '122255.242000', '122255.245000', '122312.329000', '122312.334000', '122312.337000', '122312.341000', '122312.344000', '122312.347000', '122312.349000', '122312.352000', '122312.355000', '122312.358000', '122312.361000', '122312.364000', '122312.367000', '122312.370000', '122312.373000', '122312.376000', '122312.379000', '122312.382000', '122312.385000', '122312.388000', '122312.391000', '122312.393000', '122312.396000', '122312.399000', '122312.402000', '122312.405000', '122312.408000', '122312.411000', '122312.414000', '122312.417000', '122312.419000', '122312.422000', '122312.425000', '122312.428000', '122312.431000', '122312.434000', '122312.437000', '122312.440000'], 'InstanceCreationTime': ['121535.172000', '121535.175000', '121535.178000', '121535.181000', '121535.184000', '121535.187000', '121535.190000', '121535.193000', '121535.196000', '121535.199000', '121535.202000', '121535.205000', '121535.208000', '121535.211000', '121535.214000', '121535.217000', '121535.232000', '121535.243000', '121535.246000', '121535.249000', '121535.252000', '121535.255000', '121555.123000', '121555.126000', '121555.129000', '121555.132000', '121555.134000', '121555.137000', '121555.140000', '121555.143000', '121555.146000', '121555.148000', '121555.151000', '121555.154000', '121555.157000', '121555.159000', '121555.162000', '121555.165000', '121555.168000', '121555.170000', '121555.173000', '121555.176000', '121555.183000', '121555.186000', '121555.195000', '121555.198000', '121555.201000', '121555.204000', '121555.207000', '121555.209000', '121555.212000', '121555.215000', '121555.218000', '121555.221000', '121555.224000', '121555.227000', '121555.229000', '121555.232000', '121555.235000', '121555.238000', '121555.240000', '121555.243000', '121555.246000', '121555.249000', '121555.252000', '121615.123000', '121615.126000', '121615.128000', '121615.131000', '121615.134000', '121615.137000', '121615.140000', '121615.143000', '121615.145000', '121615.148000', '121615.151000', '121615.154000', '121615.157000', '121615.159000', '121615.162000', '121615.165000', '121615.168000', '121615.171000', '121615.173000', '121615.176000', '121615.179000', '121615.182000', '121615.185000', '121615.187000', '121615.190000', '121615.193000', '121615.196000', '121615.199000', '121615.201000', '121615.204000', '121615.207000', '121615.210000', '121615.213000', '121615.216000', '121615.219000', '121615.221000', '121615.224000', '121615.227000', '121615.230000', '121615.232000', '121615.235000', '121615.238000', '121615.241000', '121615.243000', '121635.123000', '121635.126000', '121635.129000', '121635.132000', '121635.134000', '121635.137000', '121635.140000', '121635.143000', '121635.145000', '121635.148000', '121635.151000', '121635.154000', '121635.156000', '121635.159000', '121635.162000', '121635.165000', '121635.168000', '121635.171000', '121635.174000', '121635.176000', '121635.179000', '121635.182000', '121635.185000', '121635.188000', '121635.190000', '121635.193000', '121635.196000', '121635.199000', '121635.201000', '121635.204000', '121635.207000', '121635.210000', '121635.213000', '121635.216000', '121635.218000', '121635.222000', '121635.225000', '121635.228000', '121635.230000', '121635.233000', '121635.236000', '121635.239000', '121635.242000', '121655.123000', '121655.126000', '121655.129000', '121655.142000', '121655.144000', '121655.147000', '121655.150000', '121655.153000', '121655.156000', '121655.158000', '121655.161000', '121655.164000', '121655.167000', '121655.170000', '121655.173000', '121655.175000', '121655.178000', '121655.181000', '121655.184000', '121655.187000', '121655.190000', '121655.192000', '121655.195000', '121655.198000', '121655.201000', '121655.204000', '121655.207000', '121655.209000', '121655.212000', '121655.215000', '121655.218000', '121655.221000', '121655.223000', '121655.226000', '121655.229000', '121655.232000', '121655.235000', '121655.237000', '121655.240000', '121655.243000', '121655.246000', '121655.249000', '121655.251000', '121655.254000', '121715.123000', '121715.126000', '121715.129000', '121715.132000', '121715.134000', '121715.137000', '121715.140000', '121715.143000', '121715.146000', '121715.148000', '121715.151000', '121715.154000', '121715.157000', '121715.160000', '121715.162000', '121715.165000', '121715.168000', '121715.171000', '121715.174000', '121715.177000', '121715.179000', '121715.182000', '121715.185000', '121715.188000', '121715.191000', '121715.193000', '121715.196000', '121715.199000', '121715.202000', '121715.205000', '121715.208000', '121715.210000', '121715.213000', '121715.216000', '121715.219000', '121715.222000', '121715.224000', '121715.227000', '121715.230000', '121715.233000', '121715.236000', '121715.238000', '121715.241000', '121735.123000', '121735.126000', '121735.129000', '121735.132000', '121735.134000', '121735.137000', '121735.140000', '121735.143000', '121735.146000', '121735.148000', '121735.151000', '121735.154000', '121735.157000', '121735.160000', '121735.162000', '121735.165000', '121735.168000', '121735.171000', '121735.174000', '121735.177000', '121735.179000', '121735.182000', '121735.185000', '121735.188000', '121735.191000', '121735.193000', '121735.196000', '121735.199000', '121735.202000', '121735.205000', '121735.208000', '121735.211000', '121735.213000', '121735.216000', '121735.219000', '121735.222000', '121735.225000', '121735.227000', '121735.230000', '121735.233000', '121735.236000', '121735.238000', '121735.241000', '121735.244000', '121755.123000', '121755.126000', '121755.129000', '121755.132000', '121755.134000', '121755.137000', '121755.147000', '121755.150000', '121755.153000', '121755.156000', '121755.159000', '121755.161000', '121755.164000', '121755.167000', '121755.170000', '121755.173000', '121755.176000', '121755.178000', '121755.181000', '121755.184000', '121755.187000', '121755.190000', '121755.193000', '121755.195000', '121755.198000', '121755.201000', '121755.204000', '121755.207000', '121755.210000', '121755.212000', '121755.215000', '121755.218000', '121755.221000', '121755.224000', '121755.226000', '121755.229000', '121755.232000', '121755.235000', '121755.238000', '121755.240000', '121755.243000', '121755.246000', '121755.249000', '121815.123000', '121815.126000', '121815.129000', '121815.131000', '121815.134000', '121815.137000', '121815.140000', '121815.143000', '121815.145000', '121815.148000', '121815.151000', '121815.154000', '121815.157000', '121815.160000', '121815.162000', '121815.165000', '121815.168000', '121815.171000', '121815.174000', '121815.177000', '121815.179000', '121815.182000', '121815.185000', '121815.188000', '121815.191000', '121815.193000', '121815.196000', '121815.199000', '121815.202000', '121815.205000', '121815.208000', '121815.210000', '121815.213000', '121815.216000', '121815.219000', '121815.222000', '121815.224000', '121815.227000', '121815.230000', '121815.233000', '121815.236000', '121815.239000', '121815.257000', '121815.260000', '121835.123000', '121835.126000', '121835.129000', '121835.132000', '121835.134000', '121835.137000', '121835.140000', '121835.143000', '121835.146000', '121835.148000', '121835.151000', '121835.154000', '121835.157000', '121835.160000', '121835.163000', '121835.166000', '121835.168000', '121835.171000', '121835.174000', '121835.177000', '121835.180000', '121835.182000', '121835.185000', '121835.188000', '121835.191000', '121835.194000', '121835.196000', '121835.199000', '121835.202000', '121835.205000', '121835.208000', '121835.211000', '121835.213000', '121835.216000', '121835.219000', '121835.222000', '121835.225000', '121835.227000', '121835.230000', '121835.233000', '121835.236000', '121835.239000', '121835.242000', '121855.123000', '121855.126000', '121855.129000', '121855.132000', '121855.135000', '121855.138000', '121855.141000', '121855.143000', '121855.146000', '121855.149000', '121855.152000', '121855.155000', '121855.158000', '121855.161000', '121855.163000', '121855.166000', '121855.169000', '121855.172000', '121855.175000', '121855.177000', '121855.180000', '121855.183000', '121855.186000', '121855.189000', '121855.191000', '121855.194000', '121855.197000', '121855.200000', '121855.203000', '121855.206000', '121855.208000', '121855.211000', '121855.214000', '121855.217000', '121855.220000', '121855.222000', '121855.225000', '121855.228000', '121855.231000', '121855.234000', '121855.237000', '121855.239000', '121855.242000', '121915.123000', '121915.126000', '121915.129000', '121915.132000', '121915.135000', '121915.137000', '121915.140000', '121915.143000', '121915.146000', '121915.149000', '121915.151000', '121915.154000', '121915.157000', '121915.160000', '121915.163000', '121915.166000', '121915.168000', '121915.171000', '121915.174000', '121915.177000', '121915.180000', '121915.182000', '121915.185000', '121915.188000', '121915.191000', '121915.193000', '121915.196000', '121915.199000', '121915.202000', '121915.205000', '121915.208000', '121915.210000', '121915.213000', '121915.216000', '121915.219000', '121915.222000', '121915.225000', '121915.227000', '121915.230000', '121915.233000', '121915.236000', '121915.239000', '121915.241000', '121915.244000', '121935.123000', '121935.126000', '121935.129000', '121935.132000', '121935.135000', '121935.138000', '121935.140000', '121935.143000', '121935.146000', '121935.149000', '121935.152000', '121935.155000', '121935.158000', '121935.161000', '121935.163000', '121935.166000', '121935.169000', '121935.172000', '121935.175000', '121935.177000', '121935.180000', '121935.183000', '121935.186000', '121935.189000', '121935.191000', '121935.194000', '121935.197000', '121935.200000', '121935.203000', '121935.206000', '121935.209000', '121935.211000', '121935.214000', '121935.217000', '121935.220000', '121935.223000', '121935.225000', '121935.228000', '121935.231000', '121935.234000', '121935.237000', '121935.240000', '121935.242000', '121955.123000', '121955.126000', '121955.129000', '121955.132000', '121955.135000', '121955.137000', '121955.140000', '121955.143000', '121955.146000', '121955.166000', '121955.169000', '121955.171000', '121955.174000', '121955.177000', '121955.180000', '121955.183000', '121955.186000', '121955.188000', '121955.191000', '121955.194000', '121955.197000', '121955.199000', '121955.202000', '121955.205000', '121955.208000', '121955.211000', '121955.214000', '121955.216000', '121955.219000', '121955.222000', '121955.225000', '121955.228000', '121955.230000', '121955.233000', '121955.236000', '121955.239000', '121955.242000', '121955.244000', '121955.247000', '121955.250000', '121955.253000', '121955.256000', '121955.259000', '121955.261000', '122015.123000', '122015.126000', '122015.129000', '122015.132000', '122015.135000', '122015.137000', '122015.140000', '122015.143000', '122015.146000', '122015.149000', '122015.152000', '122015.155000', '122015.157000', '122015.160000', '122015.163000', '122015.166000', '122015.169000', '122015.172000', '122015.175000', '122015.178000', '122015.181000', '122015.183000', '122015.186000', '122015.189000', '122015.192000', '122015.195000', '122015.198000', '122015.200000', '122015.203000', '122015.206000', '122015.209000', '122015.212000', '122015.215000', '122015.217000', '122015.220000', '122015.223000', '122015.226000', '122015.229000', '122015.231000', '122015.234000', '122015.237000', '122015.240000', '122015.243000', '122035.123000', '122035.126000', '122035.129000', '122035.132000', '122035.135000', '122035.138000', '122035.140000', '122035.143000', '122035.146000', '122035.149000', '122035.152000', '122035.155000', '122035.157000', '122035.160000', '122035.163000', '122035.166000', '122035.169000', '122035.171000', '122035.174000', '122035.177000', '122035.180000', '122035.183000', '122035.186000', '122035.189000', '122035.191000', '122035.194000', '122035.197000', '122035.200000', '122035.202000', '122035.205000', '122035.208000', '122035.211000', '122035.214000', '122035.216000', '122035.219000', '122035.222000', '122035.225000', '122035.228000', '122035.230000', '122035.233000', '122035.236000', '122035.239000', '122035.242000', '122035.245000', '122055.123000', '122055.126000', '122055.129000', '122055.132000', '122055.134000', '122055.137000', '122055.140000', '122055.143000', '122055.146000', '122055.149000', '122055.151000', '122055.154000', '122055.157000', '122055.160000', '122055.163000', '122055.166000', '122055.168000', '122055.171000', '122055.174000', '122055.177000', '122055.180000', '122055.185000', '122055.188000', '122055.190000', '122055.193000', '122055.196000', '122055.199000', '122055.202000', '122055.205000', '122055.208000', '122055.210000', '122055.213000', '122055.216000', '122055.219000', '122055.222000', '122055.224000', '122055.227000', '122055.230000', '122055.233000', '122055.236000', '122055.238000', '122055.241000', '122055.244000', '122115.123000', '122115.126000', '122115.129000', '122115.132000', '122115.134000', '122115.137000', '122115.140000', '122115.143000', '122115.146000', '122115.149000', '122115.151000', '122115.154000', '122115.157000', '122115.160000', '122115.163000', '122115.165000', '122115.168000', '122115.171000', '122115.174000', '122115.177000', '122115.180000', '122115.182000', '122115.185000', '122115.188000', '122115.191000', '122115.194000', '122115.196000', '122115.199000', '122115.202000', '122115.205000', '122115.208000', '122115.211000', '122115.213000', '122115.216000', '122115.232000', '122115.234000', '122115.237000', '122115.240000', '122115.243000', '122115.246000', '122115.249000', '122115.251000', '122115.254000', '122115.257000', '122135.123000', '122135.126000', '122135.129000', '122135.132000', '122135.135000', '122135.138000', '122135.141000', '122135.144000', '122135.147000', '122135.149000', '122135.152000', '122135.155000', '122135.158000', '122135.161000', '122135.164000', '122135.166000', '122135.169000', '122135.172000', '122135.175000', '122135.178000', '122135.180000', '122135.183000', '122135.186000', '122135.189000', '122135.192000', '122135.194000', '122135.197000', '122135.200000', '122135.203000', '122135.206000', '122135.211000', '122135.215000', '122135.218000', '122135.221000', '122135.223000', '122135.226000', '122135.229000', '122135.232000', '122135.235000', '122135.237000', '122135.240000', '122135.243000', '122135.246000', '122155.123000', '122155.126000', '122155.129000', '122155.132000', '122155.134000', '122155.137000', '122155.140000', '122155.143000', '122155.146000', '122155.149000', '122155.152000', '122155.154000', '122155.157000', '122155.160000', '122155.163000', '122155.166000', '122155.169000', '122155.172000', '122155.175000', '122155.177000', '122155.180000', '122155.183000', '122155.186000', '122155.189000', '122155.192000', '122155.195000', '122155.197000', '122155.200000', '122155.203000', '122155.206000', '122155.209000', '122155.212000', '122155.214000', '122155.217000', '122155.220000', '122155.223000', '122155.226000', '122155.229000', '122155.232000', '122155.235000', '122155.238000', '122155.240000', '122155.243000', '122155.246000', '122215.123000', '122215.126000', '122215.129000', '122215.132000', '122215.135000', '122215.137000', '122215.140000', '122215.143000', '122215.146000', '122215.149000', '122215.151000', '122215.154000', '122215.157000', '122215.160000', '122215.163000', '122215.166000', '122215.168000', '122215.171000', '122215.174000', '122215.177000', '122215.180000', '122215.183000', '122215.185000', '122215.188000', '122215.191000', '122215.194000', '122215.197000', '122215.199000', '122215.202000', '122215.205000', '122215.208000', '122215.211000', '122215.214000', '122215.216000', '122215.219000', '122215.222000', '122215.225000', '122215.228000', '122215.230000', '122215.233000', '122215.236000', '122215.239000', '122215.242000', '122235.123000', '122235.126000', '122235.129000', '122235.132000', '122235.135000', '122235.138000', '122235.141000', '122235.144000', '122235.147000', '122235.150000', '122235.152000', '122235.155000', '122235.158000', '122235.161000', '122235.164000', '122235.167000', '122235.169000', '122235.172000', '122235.175000', '122235.178000', '122235.181000', '122235.184000', '122235.186000', '122235.189000', '122235.192000', '122235.195000', '122235.198000', '122235.200000', '122235.203000', '122235.206000', '122235.209000', '122235.212000', '122235.214000', '122235.217000', '122235.220000', '122235.223000', '122235.226000', '122235.229000', '122235.231000', '122235.234000', '122235.237000', '122235.240000', '122235.242000', '122235.245000', '122255.123000', '122255.126000', '122255.129000', '122255.132000', '122255.135000', '122255.137000', '122255.140000', '122255.143000', '122255.146000', '122255.149000', '122255.151000', '122255.154000', '122255.157000', '122255.160000', '122255.163000', '122255.166000', '122255.169000', '122255.172000', '122255.175000', '122255.178000', '122255.181000', '122255.184000', '122255.186000', '122255.189000', '122255.192000', '122255.195000', '122255.198000', '122255.200000', '122255.203000', '122255.206000', '122255.209000', '122255.212000', '122255.215000', '122255.218000', '122255.220000', '122255.223000', '122255.227000', '122255.230000', '122255.233000', '122255.236000', '122255.239000', '122255.242000', '122255.245000', '122312.329000', '122312.334000', '122312.337000', '122312.341000', '122312.344000', '122312.347000', '122312.349000', '122312.352000', '122312.355000', '122312.358000', '122312.361000', '122312.364000', '122312.367000', '122312.370000', '122312.373000', '122312.376000', '122312.379000', '122312.382000', '122312.385000', '122312.388000', '122312.391000', '122312.393000', '122312.396000', '122312.399000', '122312.402000', '122312.405000', '122312.408000', '122312.411000', '122312.414000', '122312.417000', '122312.419000', '122312.422000', '122312.425000', '122312.428000', '122312.431000', '122312.434000', '122312.437000', '122312.440000'], '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': [9711, 9685, 11986, 9717, 11317, 9504, 9041, 13178, 9562, 9004, 9643, 9514, 12349, 9271, 8982, 13671, 9224, 8903, 12702, 9809, 9486, 13082, 8988, 12562, 9303, 9152, 12676, 9480, 8746, 13117, 9725, 8948, 10252, 9534, 10608, 9446, 8999, 12976, 9537, 9029, 11066, 9595, 11579, 9307, 8760, 14570, 9986, 10725, 9746, 9267, 12115, 8840, 9067, 14764, 9084, 12515, 9714, 9371, 13033, 9177, 11895, 9249, 8968, 12996, 9456, 9588, 15059, 9449, 12315, 9117, 8837, 12805, 9705, 11348, 9224, 8879, 12862, 8999, 12281, 9628, 10136, 9497, 8767, 13729, 9564, 9526, 9554, 9163, 12441, 8876, 12112, 8940, 9031, 13476, 9473, 11240, 14972, 8890, 13256, 9143, 9429, 12764, 9402, 8598, 12753, 9526, 8840, 10191, 9265, 11011, 9512, 9172, 12061, 9794, 9170, 12064, 9143, 9190, 12775, 9609, 8893, 12992, 9443, 11545, 11108, 9322, 12300, 9718, 9882, 13276, 8926, 11782, 9641, 9674, 12174, 9585, 9307, 13267, 9162, 9130, 12980, 9839, 9563, 12656, 9116, 12271, 9289, 9136, 13202, 9370, 10534, 14230, 9076, 11952, 9890, 9226, 12533, 8951, 9170, 12986, 10005, 11767, 11169, 9100, 13739, 9122, 9229, 9632, 9667, 12399, 9236, 9237, 12917, 9810, 10264, 12715, 9282, 13220, 9159, 9040, 10373, 9618, 11553, 9165, 9089, 12841, 9758, 11131, 10509, 8935, 13690, 10038, 11108, 9381, 9228, 13158, 9170, 9064, 9464, 9446, 12147, 9117, 9346, 15171, 9612, 13095, 10109, 10613, 14269, 9414, 12854, 9423, 9113, 9360, 9313, 12967, 9418, 9850, 11369, 9342, 13148, 9920, 8971, 14637, 8893, 13819, 9746, 11295, 9694, 8943, 13026, 9517, 9512, 14610, 9193, 12863, 10041, 9531, 9241, 8912, 13415, 9750, 10733, 10639, 10514, 9589, 10635, 9839, 9365, 8796, 9087, 12169, 11774, 11600, 9984, 10279, 9892, 10848, 15562, 12331, 13424, 9869, 8914, 9226, 8936, 13608, 8279, 9488, 9029, 9708, 8904, 11485, 9279, 9771, 9546, 9165, 11970, 8677, 12679, 9280, 11076, 9921, 9879, 9504, 10253, 14551, 9426, 12986, 9593, 10994, 9333, 9937, 15311, 9800, 13599, 9482, 12349, 12186, 8493, 13696, 9350, 9936, 9138, 8922, 13001, 9577, 10935, 13463, 8774, 13473, 9333, 12281, 9356, 9206, 15136, 9690, 12782, 9680, 9921, 13393, 8850, 13077, 9398, 8987, 13081, 9409, 12110, 8952, 8708, 14261, 9263, 12762, 9750, 10126, 11081, 8716, 13313, 9366, 9205, 9731, 9348, 11930, 8609, 9063, 14396, 9321, 12539, 9257, 8517, 13232, 9540, 9205, 9465, 9333, 12184, 9195, 9075, 11039, 9482, 12533, 9506, 9395, 14483, 9560, 12657, 9957, 9322, 11514, 9103, 12622, 9487, 9386, 12602, 9912, 12205, 9724, 10113, 10938, 9190, 12966, 9645, 11393, 8762, 8975, 12339, 9554, 13086, 8899, 10937, 13538, 9132, 14176, 9706, 12105, 9882, 8668, 14864, 9557, 12760, 9086, 9334, 14716, 9258, 12970, 9591, 10578, 9040, 8531, 10430, 9307, 12989, 9481, 11977, 10902, 8737, 11919, 9368, 12821, 9321, 10144, 12265, 8854, 14405, 9528, 12741, 9048, 9612, 8920, 8917, 9107, 9168, 13038, 8948, 12790, 10326, 9149, 14239, 9632, 12218, 11228, 8576, 14260, 10468, 10150, 14142, 9396, 11013, 8739, 8886, 10055, 9572, 10276, 8939, 11172, 9992, 9287, 13807, 9453, 12278, 10120, 8647, 15155, 8884, 12156, 9007, 8464, 14048, 9109, 9545, 9195, 8750, 12718, 8979, 11519, 8825, 8482, 8940, 8797, 12286, 9106, 9332, 14978, 8627, 12665, 9322, 9367, 13930, 8315, 12902, 10117, 8657, 13767, 9704, 8824, 13552, 8452, 12240, 9034, 8513, 9281, 8968, 11530, 8894, 10422, 8959, 8815, 12968, 9434, 11832, 15216, 8675, 13593, 9290, 9551, 14384, 8595, 13163, 9350, 9177, 9041, 8907, 12665, 8524, 13008, 9123, 9077, 8790, 8652, 13001, 9325, 9946, 15292, 8573, 13310, 9440, 9807, 8928, 9749, 11864, 8469, 11118, 8698, 12840, 8799, 10913, 15125, 9900, 13978, 9012, 11530, 11935, 8603, 14005, 9270, 9626, 9065, 8553, 11690, 8699, 12481, 9119, 9721, 9445, 10294, 9342, 10293, 14337, 9832, 12517, 9014, 8555, 13786, 9495, 12466, 9284, 10159, 9308, 10000, 15104, 11152, 13899, 9457, 10037, 8775, 8720, 14187, 9322, 9380, 8754, 8867, 12846, 8521, 12877, 9301, 9292, 8854, 8785, 9105, 8715, 13388, 8827, 11267, 8977, 9194, 14148, 8736, 13419, 9458, 10800, 9238, 10682, 14337, 8592, 13577, 10007, 9908, 10710, 8672, 12845, 9004, 9284, 8744, 9471, 9190, 8714, 11759, 9710, 9317, 9094, 8741, 12481, 8677, 11924, 10795, 8590, 12234, 8607, 12639, 10458, 9090, 15227, 8802, 11271, 9032, 9331, 13401, 8697, 12346, 12550, 8927, 13366, 8889, 10574, 9330, 8642, 13651, 9125, 9498, 9549, 8836, 13097, 8790, 9299, 15022, 8617, 13002, 8845, 9019, 10869, 8726, 12815, 9040, 9167, 9352, 9388, 10425, 10215, 9802, 9909, 9027, 10240, 14269, 11303, 10940, 13964, 8952, 12337, 9773, 8956, 15493, 9024, 13293, 8948, 8893, 13450, 8893, 12433, 8889, 9071, 9750, 8992, 10695, 9559, 9025, 12394, 8917, 8945, 11913, 8893, 11625, 10176, 8990, 13738, 9124, 8994, 13693, 9022, 9086, 14002, 8948, 9448, 10076, 9094, 10373, 9728, 9086, 11619, 9523, 8950, 12450, 9053, 12015, 12086, 9019, 12568, 10680, 8959, 14691, 9335, 9161, 14300, 9113, 9511, 14927, 9037, 11598, 9658, 8990, 11726, 9029, 8967, 9973, 9122, 11736, 9489, 8892, 13197, 9071, 10380, 9900, 9017, 12087, 9169, 9297, 14656, 9118, 9110, 13709, 9184, 10549, 9279, 9158, 11885, 9192, 9503, 13308, 9317, 11569, 9643, 9044, 12264, 9426, 10273, 13939, 8970, 12989, 9581, 10533, 9773, 9147, 13141, 9189, 10334, 9628, 9229, 13009, 9384, 9061, 9966, 9142, 12656, 9762, 9110, 13141, 9363, 11493, 9922, 9260, 12481, 9390, 10848, 9734, 9286, 12994, 9693, 11781, 15546, 9457, 12451, 9917, 9218, 12453, 9369, 9015, 10123, 9549, 12062, 9858, 9164, 12229, 9819, 9266, 10597, 9590, 11667, 9644, 9261, 10361, 9393, 12175, 9581, 10161, 9585, 9240, 10319, 9563, 13506, 9846, 10083, 15187, 9274, 12496, 9447, 10595, 13503, 9358, 12508, 9356, 9282, 10391, 9549, 12183, 9213, 10623, 9468, 9249, 13125, 9371, 11615, 9901, 9230, 13890, 9617, 11680, 9880, 9158, 14267, 9402, 11376, 9575, 9629, 10409, 9461, 12551, 9341, 9991, 9827, 9293, 12851, 9546, 12497, 9296, 10271, 10249, 9263, 13724, 10674, 9706, 10385, 9456, 12157, 9682, 10535, 9667, 9576, 13153, 9510, 11760, 15869, 9602, 12820, 9763, 9361, 13429, 9593, 9673, 12741, 9451, 12259, 9500, 9386, 14037, 9641, 11696, 9646, 9144, 12574, 9560, 10778, 10460, 9442, 13232, 9428, 10173, 11560, 9324, 12817, 9709, 9239, 9913, 9409, 12396, 9698, 9910, 9744, 9312, 10046, 9570, 11389, 9659, 10762, 10787, 9382, 13118, 9726, 10873, 13429, 9275, 14004, 9524, 10945, 9741, 10459, 9745, 9341, 15117, 11817, 14587, 9005, 9708, 9547, 9323, 11039, 9085, 12671, 14904, 11330, 13481, 9243, 10249, 9138, 10247, 9344, 11624, 8975, 13128, 9082, 12164, 9031, 12392, 9358, 12444, 9092, 11643, 9131, 12273, 9284, 12744, 10084, 12034, 9264, 11374, 9213, 12147, 9166, 8984, 9117, 9290, 9376, 9379, 11944, 9146, 13494, 9311, 9315, 10000], 'WindowCenter': [3821.0, 3816.0, 3824.0, 3802.0, 3811.0, 3788.0, 3788.0, 3820.0, 3789.0, 3788.0, 3787.0, 3799.0, 3820.0, 3787.0, 3787.0, 3831.0, 3787.0, 3788.0, 3820.0, 3798.0, 3787.0, 3816.0, 3776.0, 3818.0, 3786.0, 3788.0, 3819.0, 3786.0, 3778.0, 3818.0, 3787.0, 3788.0, 3797.0, 3789.0, 3798.0, 3787.0, 3787.0, 3820.0, 3788.0, 3789.0, 3808.0, 3788.0, 3810.0, 3786.0, 3778.0, 3830.0, 3798.0, 3809.0, 3786.0, 3787.0, 3807.0, 3776.0, 3776.0, 3830.0, 3787.0, 3819.0, 3787.0, 3787.0, 3817.0, 3786.0, 3808.0, 3786.0, 3787.0, 3818.0, 3785.0, 3787.0, 3828.0, 3785.0, 3805.0, 3774.0, 3774.0, 3805.0, 3785.0, 3795.0, 3785.0, 3775.0, 3816.0, 3786.0, 3817.0, 3798.0, 3799.0, 3786.0, 3777.0, 3829.0, 3788.0, 3786.0, 3786.0, 3788.0, 3818.0, 3787.0, 3820.0, 3786.0, 3787.0, 3818.0, 3787.0, 3808.0, 3827.0, 3775.0, 3819.0, 3774.0, 3786.0, 3805.0, 3785.0, 3774.0, 3806.0, 3784.0, 3774.0, 3794.0, 3786.0, 3796.0, 3786.0, 3786.0, 3808.0, 3796.0, 3787.0, 3807.0, 3785.0, 3786.0, 3817.0, 3786.0, 3787.0, 3817.0, 3787.0, 3808.0, 3808.0, 3787.0, 3818.0, 3800.0, 3799.0, 3818.0, 3787.0, 3821.0, 3797.0, 3799.0, 3820.0, 3787.0, 3787.0, 3819.0, 3786.0, 3787.0, 3817.0, 3797.0, 3798.0, 3818.0, 3787.0, 3819.0, 3799.0, 3789.0, 3831.0, 3788.0, 3811.0, 3829.0, 3789.0, 3820.0, 3798.0, 3788.0, 3819.0, 3787.0, 3789.0, 3829.0, 3800.0, 3820.0, 3807.0, 3787.0, 3830.0, 3786.0, 3786.0, 3786.0, 3798.0, 3819.0, 3787.0, 3787.0, 3818.0, 3798.0, 3800.0, 3817.0, 3787.0, 3819.0, 3787.0, 3787.0, 3797.0, 3798.0, 3808.0, 3786.0, 3787.0, 3818.0, 3798.0, 3809.0, 3797.0, 3787.0, 3829.0, 3799.0, 3810.0, 3785.0, 3786.0, 3818.0, 3788.0, 3786.0, 3798.0, 3799.0, 3819.0, 3787.0, 3788.0, 3839.0, 3798.0, 3831.0, 3799.0, 3809.0, 3829.0, 3787.0, 3818.0, 3786.0, 3787.0, 3787.0, 3788.0, 3819.0, 3786.0, 3798.0, 3808.0, 3787.0, 3817.0, 3797.0, 3776.0, 3827.0, 3776.0, 3817.0, 3786.0, 3807.0, 3787.0, 3786.0, 3816.0, 3784.0, 3785.0, 3826.0, 3785.0, 3816.0, 3797.0, 3786.0, 3785.0, 3775.0, 3816.0, 3786.0, 3796.0, 3808.0, 3809.0, 3799.0, 3808.0, 3812.0, 3802.0, 3803.0, 3803.0, 3836.0, 3836.0, 3824.0, 3813.0, 3813.0, 3801.0, 3811.0, 3843.0, 3821.0, 3819.0, 3787.0, 3776.0, 3786.0, 3776.0, 3817.0, 3765.0, 3785.0, 3788.0, 3787.0, 3788.0, 3808.0, 3788.0, 3797.0, 3788.0, 3788.0, 3807.0, 3777.0, 3818.0, 3787.0, 3808.0, 3799.0, 3798.0, 3799.0, 3812.0, 3832.0, 3791.0, 3820.0, 3801.0, 3811.0, 3789.0, 3800.0, 3842.0, 3800.0, 3831.0, 3800.0, 3823.0, 3819.0, 3777.0, 3820.0, 3788.0, 3788.0, 3787.0, 3789.0, 3821.0, 3787.0, 3809.0, 3819.0, 3778.0, 3831.0, 3800.0, 3822.0, 3788.0, 3790.0, 3832.0, 3789.0, 3820.0, 3800.0, 3801.0, 3820.0, 3788.0, 3821.0, 3787.0, 3789.0, 3819.0, 3788.0, 3820.0, 3777.0, 3778.0, 3830.0, 3789.0, 3820.0, 3801.0, 3800.0, 3808.0, 3778.0, 3831.0, 3788.0, 3789.0, 3789.0, 3789.0, 3808.0, 3776.0, 3778.0, 3829.0, 3788.0, 3820.0, 3788.0, 3777.0, 3819.0, 3788.0, 3787.0, 3787.0, 3788.0, 3808.0, 3787.0, 3778.0, 3799.0, 3799.0, 3819.0, 3788.0, 3788.0, 3830.0, 3788.0, 3819.0, 3798.0, 3788.0, 3807.0, 3777.0, 3819.0, 3788.0, 3788.0, 3819.0, 3799.0, 3808.0, 3789.0, 3799.0, 3810.0, 3789.0, 3821.0, 3800.0, 3821.0, 3779.0, 3790.0, 3820.0, 3801.0, 3832.0, 3789.0, 3811.0, 3831.0, 3789.0, 3831.0, 3799.0, 3820.0, 3787.0, 3777.0, 3830.0, 3789.0, 3820.0, 3788.0, 3788.0, 3829.0, 3788.0, 3819.0, 3799.0, 3799.0, 3777.0, 3778.0, 3798.0, 3789.0, 3820.0, 3799.0, 3821.0, 3809.0, 3778.0, 3809.0, 3800.0, 3821.0, 3788.0, 3799.0, 3819.0, 3788.0, 3830.0, 3788.0, 3819.0, 3788.0, 3787.0, 3788.0, 3788.0, 3788.0, 3801.0, 3820.0, 3789.0, 3822.0, 3799.0, 3790.0, 3831.0, 3801.0, 3822.0, 3809.0, 3777.0, 3831.0, 3797.0, 3798.0, 3818.0, 3786.0, 3796.0, 3775.0, 3776.0, 3797.0, 3799.0, 3799.0, 3801.0, 3822.0, 3800.0, 3790.0, 3832.0, 3799.0, 3821.0, 3798.0, 3778.0, 3830.0, 3788.0, 3820.0, 3776.0, 3777.0, 3829.0, 3776.0, 3786.0, 3787.0, 3777.0, 3818.0, 3775.0, 3807.0, 3775.0, 3777.0, 3787.0, 3778.0, 3819.0, 3777.0, 3787.0, 3828.0, 3776.0, 3818.0, 3788.0, 3788.0, 3817.0, 3765.0, 3818.0, 3797.0, 3776.0, 3818.0, 3785.0, 3775.0, 3805.0, 3763.0, 3806.0, 3775.0, 3775.0, 3786.0, 3787.0, 3807.0, 3787.0, 3810.0, 3788.0, 3789.0, 3831.0, 3789.0, 3822.0, 3829.0, 3777.0, 3820.0, 3788.0, 3788.0, 3827.0, 3776.0, 3818.0, 3786.0, 3786.0, 3788.0, 3788.0, 3818.0, 3777.0, 3820.0, 3787.0, 3777.0, 3777.0, 3789.0, 3819.0, 3787.0, 3798.0, 3840.0, 3777.0, 3819.0, 3800.0, 3798.0, 3775.0, 3788.0, 3808.0, 3778.0, 3809.0, 3790.0, 3821.0, 3776.0, 3799.0, 3829.0, 3787.0, 3819.0, 3776.0, 3807.0, 3804.0, 3764.0, 3816.0, 3774.0, 3784.0, 3775.0, 3775.0, 3805.0, 3775.0, 3806.0, 3776.0, 3785.0, 3798.0, 3799.0, 3799.0, 3811.0, 3831.0, 3799.0, 3819.0, 3776.0, 3777.0, 3818.0, 3788.0, 3818.0, 3788.0, 3798.0, 3789.0, 3800.0, 3831.0, 3810.0, 3830.0, 3788.0, 3798.0, 3776.0, 3776.0, 3830.0, 3787.0, 3786.0, 3775.0, 3777.0, 3817.0, 3776.0, 3819.0, 3787.0, 3786.0, 3788.0, 3777.0, 3787.0, 3788.0, 3819.0, 3788.0, 3809.0, 3788.0, 3789.0, 3830.0, 3777.0, 3820.0, 3788.0, 3797.0, 3788.0, 3799.0, 3828.0, 3776.0, 3820.0, 3786.0, 3786.0, 3795.0, 3776.0, 3818.0, 3775.0, 3786.0, 3775.0, 3786.0, 3788.0, 3789.0, 3820.0, 3787.0, 3788.0, 3789.0, 3790.0, 3821.0, 3790.0, 3821.0, 3810.0, 3790.0, 3821.0, 3791.0, 3822.0, 3799.0, 3789.0, 3841.0, 3789.0, 3809.0, 3789.0, 3801.0, 3819.0, 3777.0, 3820.0, 3818.0, 3787.0, 3819.0, 3788.0, 3809.0, 3786.0, 3777.0, 3831.0, 3787.0, 3787.0, 3787.0, 3788.0, 3818.0, 3775.0, 3786.0, 3828.0, 3776.0, 3818.0, 3787.0, 3788.0, 3797.0, 3777.0, 3817.0, 3776.0, 3787.0, 3788.0, 3788.0, 3798.0, 3810.0, 3812.0, 3814.0, 3804.0, 3826.0, 3848.0, 3814.0, 3813.0, 3832.0, 3790.0, 3811.0, 3787.0, 3777.0, 3831.0, 3778.0, 3818.0, 3777.0, 3777.0, 3817.0, 3775.0, 3807.0, 3776.0, 3776.0, 3787.0, 3788.0, 3797.0, 3785.0, 3788.0, 3819.0, 3788.0, 3788.0, 3819.0, 3788.0, 3809.0, 3797.0, 3788.0, 3831.0, 3788.0, 3788.0, 3818.0, 3776.0, 3775.0, 3816.0, 3776.0, 3786.0, 3797.0, 3788.0, 3797.0, 3798.0, 3790.0, 3820.0, 3800.0, 3802.0, 3821.0, 3790.0, 3823.0, 3821.0, 3789.0, 3823.0, 3799.0, 3788.0, 3830.0, 3787.0, 3788.0, 3819.0, 3776.0, 3787.0, 3828.0, 3775.0, 3806.0, 3785.0, 3786.0, 3806.0, 3776.0, 3787.0, 3798.0, 3800.0, 3819.0, 3788.0, 3788.0, 3818.0, 3788.0, 3798.0, 3800.0, 3790.0, 3821.0, 3788.0, 3789.0, 3830.0, 3778.0, 3788.0, 3818.0, 3786.0, 3797.0, 3787.0, 3787.0, 3807.0, 3787.0, 3799.0, 3818.0, 3788.0, 3808.0, 3799.0, 3789.0, 3820.0, 3788.0, 3800.0, 3830.0, 3788.0, 3819.0, 3798.0, 3809.0, 3798.0, 3788.0, 3831.0, 3789.0, 3798.0, 3788.0, 3789.0, 3820.0, 3786.0, 3787.0, 3797.0, 3788.0, 3819.0, 3797.0, 3788.0, 3819.0, 3789.0, 3820.0, 3810.0, 3801.0, 3821.0, 3799.0, 3811.0, 3800.0, 3801.0, 3832.0, 3801.0, 3822.0, 3842.0, 3788.0, 3820.0, 3797.0, 3788.0, 3818.0, 3788.0, 3789.0, 3798.0, 3799.0, 3819.0, 3799.0, 3800.0, 3819.0, 3799.0, 3800.0, 3810.0, 3800.0, 3822.0, 3801.0, 3800.0, 3811.0, 3802.0, 3833.0, 3800.0, 3811.0, 3801.0, 3802.0, 3813.0, 3813.0, 3835.0, 3801.0, 3812.0, 3843.0, 3801.0, 3820.0, 3801.0, 3812.0, 3831.0, 3789.0, 3822.0, 3789.0, 3800.0, 3798.0, 3801.0, 3821.0, 3789.0, 3809.0, 3800.0, 3789.0, 3829.0, 3789.0, 3821.0, 3799.0, 3789.0, 3830.0, 3800.0, 3821.0, 3799.0, 3789.0, 3830.0, 3789.0, 3809.0, 3799.0, 3800.0, 3809.0, 3799.0, 3821.0, 3799.0, 3799.0, 3800.0, 3800.0, 3820.0, 3800.0, 3820.0, 3800.0, 3812.0, 3811.0, 3802.0, 3834.0, 3811.0, 3800.0, 3799.0, 3800.0, 3820.0, 3800.0, 3800.0, 3799.0, 3800.0, 3832.0, 3800.0, 3822.0, 3842.0, 3800.0, 3821.0, 3799.0, 3800.0, 3831.0, 3789.0, 3789.0, 3819.0, 3788.0, 3819.0, 3786.0, 3787.0, 3829.0, 3788.0, 3808.0, 3798.0, 3789.0, 3818.0, 3787.0, 3798.0, 3796.0, 3786.0, 3817.0, 3787.0, 3798.0, 3807.0, 3787.0, 3818.0, 3787.0, 3787.0, 3797.0, 3787.0, 3818.0, 3787.0, 3798.0, 3787.0, 3787.0, 3799.0, 3801.0, 3820.0, 3801.0, 3823.0, 3812.0, 3801.0, 3832.0, 3802.0, 3823.0, 3832.0, 3801.0, 3843.0, 3801.0, 3811.0, 3801.0, 3811.0, 3800.0, 3801.0, 3843.0, 3823.0, 3844.0, 3791.0, 3801.0, 3802.0, 3803.0, 3823.0, 3805.0, 3847.0, 3845.0, 3812.0, 3822.0, 3788.0, 3799.0, 3789.0, 3799.0, 3789.0, 3809.0, 3778.0, 3819.0, 3777.0, 3808.0, 3777.0, 3808.0, 3787.0, 3808.0, 3778.0, 3808.0, 3787.0, 3806.0, 3787.0, 3818.0, 3798.0, 3808.0, 3788.0, 3808.0, 3787.0, 3808.0, 3789.0, 3789.0, 3789.0, 3789.0, 3789.0, 3789.0, 3810.0, 3791.0, 3832.0, 3802.0, 3802.0, 3802.0], 'WindowWidth': [8588.0, 8570.0, 8574.0, 8541.0, 8552.0, 8516.0, 8517.0, 8563.0, 8519.0, 8517.0, 8515.0, 8534.0, 8563.0, 8512.0, 8513.0, 8578.0, 8511.0, 8516.0, 8561.0, 8530.0, 8515.0, 8551.0, 8498.0, 8557.0, 8512.0, 8516.0, 8559.0, 8512.0, 8502.0, 8556.0, 8514.0, 8515.0, 8526.0, 8518.0, 8531.0, 8512.0, 8514.0, 8563.0, 8516.0, 8518.0, 8543.0, 8517.0, 8548.0, 8511.0, 8502.0, 8577.0, 8530.0, 8545.0, 8512.0, 8514.0, 8541.0, 8497.0, 8499.0, 8576.0, 8514.0, 8559.0, 8514.0, 8515.0, 8556.0, 8510.0, 8543.0, 8509.0, 8512.0, 8556.0, 8508.0, 8512.0, 8569.0, 8507.0, 8536.0, 8490.0, 8490.0, 8533.0, 8507.0, 8521.0, 8507.0, 8496.0, 8551.0, 8510.0, 8556.0, 8529.0, 8533.0, 8512.0, 8502.0, 8574.0, 8516.0, 8512.0, 8512.0, 8517.0, 8559.0, 8515.0, 8562.0, 8513.0, 8516.0, 8559.0, 8513.0, 8544.0, 8570.0, 8494.0, 8559.0, 8491.0, 8510.0, 8536.0, 8507.0, 8493.0, 8536.0, 8507.0, 8495.0, 8520.0, 8511.0, 8527.0, 8511.0, 8512.0, 8544.0, 8524.0, 8514.0, 8543.0, 8508.0, 8512.0, 8555.0, 8514.0, 8516.0, 8557.0, 8515.0, 8545.0, 8545.0, 8515.0, 8559.0, 8536.0, 8535.0, 8559.0, 8516.0, 8565.0, 8529.0, 8534.0, 8565.0, 8514.0, 8514.0, 8560.0, 8512.0, 8516.0, 8556.0, 8528.0, 8530.0, 8556.0, 8516.0, 8559.0, 8534.0, 8523.0, 8580.0, 8519.0, 8552.0, 8574.0, 8519.0, 8563.0, 8530.0, 8518.0, 8562.0, 8516.0, 8520.0, 8574.0, 8537.0, 8566.0, 8543.0, 8514.0, 8577.0, 8514.0, 8513.0, 8512.0, 8533.0, 8562.0, 8515.0, 8515.0, 8558.0, 8531.0, 8536.0, 8556.0, 8515.0, 8561.0, 8514.0, 8516.0, 8528.0, 8530.0, 8546.0, 8511.0, 8516.0, 8557.0, 8530.0, 8548.0, 8528.0, 8515.0, 8574.0, 8533.0, 8550.0, 8509.0, 8512.0, 8558.0, 8516.0, 8513.0, 8532.0, 8536.0, 8564.0, 8516.0, 8519.0, 8589.0, 8531.0, 8578.0, 8533.0, 8549.0, 8577.0, 8513.0, 8559.0, 8513.0, 8515.0, 8514.0, 8518.0, 8561.0, 8511.0, 8531.0, 8542.0, 8513.0, 8556.0, 8527.0, 8498.0, 8566.0, 8497.0, 8555.0, 8511.0, 8540.0, 8514.0, 8513.0, 8553.0, 8506.0, 8509.0, 8564.0, 8509.0, 8552.0, 8528.0, 8512.0, 8508.0, 8496.0, 8553.0, 8511.0, 8526.0, 8546.0, 8548.0, 8536.0, 8546.0, 8556.0, 8546.0, 8549.0, 8547.0, 8598.0, 8594.0, 8576.0, 8558.0, 8556.0, 8537.0, 8553.0, 8601.0, 8564.0, 8558.0, 8513.0, 8498.0, 8508.0, 8495.0, 8552.0, 8481.0, 8507.0, 8515.0, 8514.0, 8516.0, 8543.0, 8515.0, 8527.0, 8515.0, 8517.0, 8540.0, 8499.0, 8554.0, 8513.0, 8540.0, 8534.0, 8529.0, 8534.0, 8555.0, 8581.0, 8524.0, 8563.0, 8538.0, 8551.0, 8520.0, 8536.0, 8593.0, 8535.0, 8578.0, 8535.0, 8571.0, 8559.0, 8500.0, 8562.0, 8514.0, 8515.0, 8513.0, 8519.0, 8564.0, 8514.0, 8547.0, 8559.0, 8503.0, 8577.0, 8536.0, 8568.0, 8517.0, 8520.0, 8581.0, 8519.0, 8561.0, 8534.0, 8538.0, 8561.0, 8516.0, 8564.0, 8514.0, 8519.0, 8559.0, 8517.0, 8561.0, 8498.0, 8503.0, 8576.0, 8517.0, 8562.0, 8537.0, 8536.0, 8543.0, 8503.0, 8578.0, 8516.0, 8517.0, 8517.0, 8518.0, 8544.0, 8497.0, 8503.0, 8573.0, 8516.0, 8560.0, 8515.0, 8502.0, 8558.0, 8515.0, 8514.0, 8513.0, 8516.0, 8542.0, 8513.0, 8502.0, 8531.0, 8531.0, 8560.0, 8516.0, 8517.0, 8574.0, 8516.0, 8558.0, 8530.0, 8517.0, 8539.0, 8499.0, 8560.0, 8515.0, 8517.0, 8557.0, 8531.0, 8543.0, 8518.0, 8532.0, 8548.0, 8520.0, 8564.0, 8536.0, 8565.0, 8506.0, 8521.0, 8562.0, 8538.0, 8581.0, 8521.0, 8551.0, 8580.0, 8520.0, 8580.0, 8532.0, 8563.0, 8515.0, 8502.0, 8578.0, 8518.0, 8562.0, 8515.0, 8516.0, 8573.0, 8517.0, 8559.0, 8532.0, 8534.0, 8500.0, 8503.0, 8531.0, 8521.0, 8564.0, 8533.0, 8565.0, 8547.0, 8505.0, 8545.0, 8536.0, 8567.0, 8517.0, 8533.0, 8560.0, 8517.0, 8577.0, 8515.0, 8561.0, 8515.0, 8515.0, 8516.0, 8517.0, 8518.0, 8538.0, 8563.0, 8520.0, 8569.0, 8534.0, 8521.0, 8580.0, 8538.0, 8569.0, 8546.0, 8501.0, 8581.0, 8526.0, 8529.0, 8557.0, 8508.0, 8525.0, 8493.0, 8496.0, 8525.0, 8532.0, 8532.0, 8539.0, 8572.0, 8537.0, 8522.0, 8582.0, 8533.0, 8565.0, 8529.0, 8502.0, 8578.0, 8518.0, 8563.0, 8497.0, 8499.0, 8575.0, 8498.0, 8509.0, 8512.0, 8501.0, 8556.0, 8495.0, 8540.0, 8495.0, 8498.0, 8514.0, 8504.0, 8560.0, 8499.0, 8513.0, 8572.0, 8498.0, 8554.0, 8514.0, 8516.0, 8554.0, 8483.0, 8558.0, 8525.0, 8495.0, 8554.0, 8507.0, 8493.0, 8534.0, 8475.0, 8536.0, 8494.0, 8494.0, 8510.0, 8514.0, 8540.0, 8515.0, 8550.0, 8517.0, 8521.0, 8579.0, 8520.0, 8567.0, 8575.0, 8501.0, 8563.0, 8517.0, 8517.0, 8569.0, 8496.0, 8557.0, 8510.0, 8511.0, 8516.0, 8517.0, 8555.0, 8500.0, 8564.0, 8515.0, 8501.0, 8500.0, 8519.0, 8561.0, 8513.0, 8531.0, 8589.0, 8501.0, 8561.0, 8534.0, 8530.0, 8496.0, 8515.0, 8543.0, 8502.0, 8546.0, 8522.0, 8565.0, 8499.0, 8533.0, 8573.0, 8513.0, 8558.0, 8496.0, 8541.0, 8531.0, 8477.0, 8551.0, 8490.0, 8503.0, 8494.0, 8494.0, 8532.0, 8493.0, 8537.0, 8498.0, 8509.0, 8531.0, 8532.0, 8534.0, 8553.0, 8581.0, 8532.0, 8561.0, 8498.0, 8499.0, 8558.0, 8517.0, 8555.0, 8517.0, 8529.0, 8520.0, 8536.0, 8581.0, 8548.0, 8576.0, 8516.0, 8531.0, 8497.0, 8499.0, 8575.0, 8512.0, 8509.0, 8494.0, 8499.0, 8553.0, 8497.0, 8558.0, 8512.0, 8512.0, 8516.0, 8501.0, 8515.0, 8516.0, 8560.0, 8516.0, 8544.0, 8517.0, 8520.0, 8575.0, 8500.0, 8562.0, 8516.0, 8527.0, 8517.0, 8532.0, 8570.0, 8498.0, 8564.0, 8510.0, 8510.0, 8522.0, 8497.0, 8555.0, 8495.0, 8510.0, 8496.0, 8513.0, 8517.0, 8521.0, 8563.0, 8515.0, 8519.0, 8520.0, 8523.0, 8568.0, 8521.0, 8565.0, 8548.0, 8521.0, 8564.0, 8526.0, 8572.0, 8533.0, 8519.0, 8595.0, 8519.0, 8546.0, 8520.0, 8537.0, 8560.0, 8501.0, 8562.0, 8555.0, 8513.0, 8560.0, 8519.0, 8547.0, 8512.0, 8502.0, 8579.0, 8515.0, 8515.0, 8513.0, 8515.0, 8557.0, 8493.0, 8511.0, 8571.0, 8496.0, 8555.0, 8514.0, 8517.0, 8526.0, 8499.0, 8554.0, 8497.0, 8513.0, 8514.0, 8517.0, 8529.0, 8550.0, 8557.0, 8562.0, 8550.0, 8581.0, 8616.0, 8561.0, 8558.0, 8581.0, 8520.0, 8549.0, 8512.0, 8499.0, 8579.0, 8500.0, 8556.0, 8499.0, 8499.0, 8554.0, 8493.0, 8539.0, 8496.0, 8496.0, 8512.0, 8518.0, 8529.0, 8508.0, 8515.0, 8560.0, 8516.0, 8518.0, 8560.0, 8517.0, 8548.0, 8528.0, 8516.0, 8580.0, 8514.0, 8516.0, 8558.0, 8496.0, 8496.0, 8552.0, 8496.0, 8512.0, 8527.0, 8517.0, 8531.0, 8530.0, 8523.0, 8564.0, 8539.0, 8543.0, 8566.0, 8524.0, 8573.0, 8565.0, 8522.0, 8571.0, 8531.0, 8516.0, 8579.0, 8512.0, 8516.0, 8560.0, 8497.0, 8512.0, 8570.0, 8494.0, 8537.0, 8510.0, 8512.0, 8539.0, 8498.0, 8514.0, 8530.0, 8536.0, 8561.0, 8518.0, 8518.0, 8558.0, 8517.0, 8531.0, 8536.0, 8524.0, 8567.0, 8517.0, 8518.0, 8577.0, 8503.0, 8517.0, 8557.0, 8510.0, 8527.0, 8512.0, 8513.0, 8542.0, 8517.0, 8533.0, 8558.0, 8518.0, 8546.0, 8533.0, 8521.0, 8564.0, 8517.0, 8536.0, 8575.0, 8518.0, 8560.0, 8532.0, 8548.0, 8530.0, 8518.0, 8580.0, 8521.0, 8533.0, 8517.0, 8520.0, 8564.0, 8514.0, 8515.0, 8528.0, 8518.0, 8561.0, 8529.0, 8517.0, 8560.0, 8520.0, 8563.0, 8552.0, 8541.0, 8566.0, 8535.0, 8554.0, 8538.0, 8539.0, 8583.0, 8538.0, 8569.0, 8596.0, 8517.0, 8562.0, 8528.0, 8518.0, 8559.0, 8517.0, 8520.0, 8532.0, 8533.0, 8560.0, 8533.0, 8536.0, 8562.0, 8533.0, 8537.0, 8548.0, 8539.0, 8569.0, 8540.0, 8538.0, 8554.0, 8543.0, 8585.0, 8538.0, 8554.0, 8540.0, 8543.0, 8558.0, 8560.0, 8594.0, 8540.0, 8555.0, 8600.0, 8539.0, 8564.0, 8540.0, 8556.0, 8579.0, 8520.0, 8571.0, 8520.0, 8537.0, 8532.0, 8539.0, 8567.0, 8522.0, 8549.0, 8535.0, 8519.0, 8575.0, 8522.0, 8567.0, 8533.0, 8520.0, 8576.0, 8537.0, 8566.0, 8533.0, 8521.0, 8578.0, 8519.0, 8545.0, 8535.0, 8537.0, 8547.0, 8534.0, 8566.0, 8536.0, 8534.0, 8539.0, 8538.0, 8566.0, 8536.0, 8566.0, 8538.0, 8556.0, 8554.0, 8544.0, 8592.0, 8551.0, 8535.0, 8532.0, 8535.0, 8564.0, 8535.0, 8536.0, 8534.0, 8538.0, 8583.0, 8538.0, 8570.0, 8596.0, 8536.0, 8566.0, 8533.0, 8537.0, 8580.0, 8519.0, 8521.0, 8559.0, 8518.0, 8561.0, 8512.0, 8514.0, 8574.0, 8516.0, 8543.0, 8532.0, 8520.0, 8559.0, 8513.0, 8530.0, 8525.0, 8512.0, 8557.0, 8515.0, 8531.0, 8541.0, 8514.0, 8558.0, 8514.0, 8515.0, 8527.0, 8513.0, 8558.0, 8514.0, 8529.0, 8515.0, 8515.0, 8533.0, 8540.0, 8565.0, 8541.0, 8573.0, 8556.0, 8539.0, 8584.0, 8542.0, 8574.0, 8583.0, 8538.0, 8598.0, 8540.0, 8551.0, 8539.0, 8554.0, 8535.0, 8540.0, 8601.0, 8572.0, 8599.0, 8523.0, 8538.0, 8542.0, 8547.0, 8575.0, 8551.0, 8612.0, 8606.0, 8553.0, 8570.0, 8518.0, 8530.0, 8520.0, 8532.0, 8519.0, 8544.0, 8503.0, 8559.0, 8501.0, 8541.0, 8500.0, 8542.0, 8513.0, 8541.0, 8501.0, 8542.0, 8513.0, 8537.0, 8513.0, 8555.0, 8528.0, 8542.0, 8516.0, 8540.0, 8513.0, 8541.0, 8518.0, 8518.0, 8518.0, 8519.0, 8517.0, 8519.0, 8546.0, 8523.0, 8581.0, 8540.0, 8542.0, 8540.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.00017234189723320156</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020051794071146246</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.38641226121666</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1807054000593482</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9943798900098905</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5063</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3123.6575</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07757764830176114</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.7905138339920948</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.402042022457703</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3654725799663754</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.641846118831662</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1988073685750718</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00573945</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02068321779370308</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02544122375547886</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1012</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.9415022906718153</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>24.7395</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.5536</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.6263</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299013.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>988.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.9687</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3974</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.1634</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3000.6823</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3172.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77531.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1052.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3927.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>804.7641</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.87795299780555</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> |