=== 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-0059 --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-0059",
"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-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-01/func/sub-0059_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>6665ba68b47996d82c8842e626905141</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:07:36.575000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999136, -0.0121456, 0.039742, 0.00819612, 0.995146, 0.0980724]</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.0970788</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, -7761, -7265, 532, -87, -255, -21, 15]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.974</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1a716a76-00ab-4d40-8d42-9178115ff271||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6806092262268066, 0.02198958396911621, 0.10999853163957596, 106.52082061767578], [0.03258572518825531, 2.669902801513672, 0.26368725299835205, -98.87194061279297], [0.10662481933832169, -0.2631210684776306, 2.684840679168701, -66.92986297607422], [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': ['120736.575000', '120737.035000', '120737.495000', '120737.955000', '120738.415000', '120738.875000', '120739.335000', '120739.795000', '120740.255000', '120740.715000', '120741.175000', '120741.635000', '120742.095000', '120742.555000', '120743.015000', '120743.475000', '120743.935000', '120744.395000', '120744.855000', '120745.315000', '120745.775000', '120746.235000', '120746.695000', '120747.155000', '120747.615000', '120748.075000', '120748.535000', '120748.995000', '120749.455000', '120749.915000', '120750.375000', '120750.835000', '120751.295000', '120751.755000', '120752.215000', '120752.675000', '120753.135000', '120753.595000', '120754.055000', '120754.515000', '120754.975000', '120755.435000', '120755.895000', '120756.355000', '120756.815000', '120757.275000', '120757.735000', '120758.195000', '120758.655000', '120759.115000', '120759.575000', '120800.035000', '120800.495000', '120800.955000', '120801.415000', '120801.875000', '120802.335000', '120802.795000', '120803.255000', '120803.715000', '120804.175000', '120804.635000', '120805.095000', '120805.555000', '120806.015000', '120806.475000', '120806.935000', '120807.395000', '120807.855000', '120808.315000', '120808.775000', '120809.235000', '120809.695000', '120810.155000', '120810.615000', '120811.075000', '120811.535000', '120811.995000', '120812.455000', '120812.915000', '120813.375000', '120813.835000', '120814.295000', '120814.755000', '120815.215000', '120815.675000', '120816.135000', '120816.595000', '120817.055000', '120817.515000', '120817.975000', '120818.435000', '120818.895000', '120819.355000', '120819.815000', '120820.275000', '120820.735000', '120821.195000', '120821.655000', '120822.115000', '120822.575000', '120823.035000', '120823.495000', '120823.955000', '120824.415000', '120824.875000', '120825.335000', '120825.795000', '120826.255000', '120826.715000', '120827.175000', '120827.635000', '120828.095000', '120828.555000', '120829.015000', '120829.475000', '120829.935000', '120830.395000', '120830.855000', '120831.315000', '120831.775000', '120832.235000', '120832.695000', '120833.155000', '120833.615000', '120834.075000', '120834.535000', '120834.995000', '120835.455000', '120835.915000', '120836.375000', '120836.835000', '120837.295000', '120837.755000', '120838.215000', '120838.675000', '120839.135000', '120839.595000', '120840.055000', '120840.515000', '120840.975000', '120841.435000', '120841.895000', '120842.355000', '120842.815000', '120843.275000', '120843.735000', '120844.195000', '120844.655000', '120845.115000', '120845.575000', '120846.035000', '120846.495000', '120846.955000', '120847.415000', '120847.875000', '120848.335000', '120848.795000', '120849.255000', '120849.715000', '120850.175000', '120850.635000', '120851.095000', '120851.555000', '120852.015000', '120852.475000', '120852.935000', '120853.395000', '120853.855000', '120854.315000', '120854.775000', '120855.235000', '120855.695000', '120856.155000', '120856.615000', '120857.075000', '120857.535000', '120857.995000', '120858.455000', '120858.915000', '120859.375000', '120859.835000', '120900.295000', '120900.755000', '120901.215000', '120901.675000', '120902.135000', '120902.595000', '120903.055000', '120903.515000', '120903.975000', '120904.435000', '120904.895000', '120905.355000', '120905.815000', '120906.275000', '120906.735000', '120907.195000', '120907.655000', '120908.115000', '120908.575000', '120909.035000', '120909.495000', '120909.955000', '120910.415000', '120910.875000', '120911.335000', '120911.795000', '120912.255000', '120912.715000', '120913.175000', '120913.635000', '120914.095000', '120914.555000', '120915.015000', '120915.475000', '120915.935000', '120916.395000', '120916.855000', '120917.315000', '120917.775000', '120918.235000', '120918.695000', '120919.155000', '120919.615000', '120920.075000', '120920.535000', '120920.995000', '120921.455000', '120921.915000', '120922.375000', '120922.835000', '120923.295000', '120923.755000', '120924.215000', '120924.675000', '120925.135000', '120925.595000', '120926.055000', '120926.515000', '120926.975000', '120927.435000', '120927.895000', '120928.355000', '120928.815000', '120929.275000', '120929.735000', '120930.195000', '120930.655000', '120931.115000', '120931.575000', '120932.035000', '120932.495000', '120932.955000', '120933.415000', '120933.875000', '120934.335000', '120934.795000', '120935.255000', '120935.715000', '120936.175000', '120936.635000', '120937.095000', '120937.555000', '120938.015000', '120938.475000', '120938.935000', '120939.395000', '120939.855000', '120940.315000', '120940.775000', '120941.235000', '120941.695000', '120942.155000', '120942.615000', '120943.075000', '120943.535000', '120943.995000', '120944.455000', '120944.915000', '120945.375000', '120945.835000', '120946.295000', '120946.755000', '120947.215000', '120947.675000', '120948.135000', '120948.595000', '120949.055000', '120949.515000', '120949.975000', '120950.435000', '120950.895000', '120951.355000', '120951.815000', '120952.275000', '120952.735000', '120953.195000', '120953.655000', '120954.115000', '120954.575000', '120955.035000', '120955.495000', '120955.955000', '120956.415000', '120956.875000', '120957.335000', '120957.795000', '120958.255000', '120958.715000', '120959.175000', '120959.635000', '121000.095000', '121000.555000', '121001.015000', '121001.475000', '121001.935000', '121002.395000', '121002.855000', '121003.315000', '121003.775000', '121004.235000', '121004.695000', '121005.155000', '121005.615000', '121006.075000', '121006.535000', '121006.995000', '121007.455000', '121007.915000', '121008.375000', '121008.835000', '121009.295000', '121009.755000', '121010.215000', '121010.675000', '121011.135000', '121011.595000', '121012.055000', '121012.515000', '121012.975000', '121013.435000', '121013.895000', '121014.355000', '121014.815000', '121015.275000', '121015.735000', '121016.195000', '121016.655000', '121017.115000', '121017.575000', '121018.035000', '121018.495000', '121018.955000', '121019.415000', '121019.875000', '121020.335000', '121020.795000', '121021.255000', '121021.715000', '121022.175000', '121022.635000', '121023.095000', '121023.555000', '121024.015000', '121024.475000', '121024.935000', '121025.395000', '121025.855000', '121026.315000', '121026.775000', '121027.235000', '121027.695000', '121028.155000', '121028.615000', '121029.075000', '121029.535000', '121029.995000', '121030.455000', '121030.915000', '121031.375000', '121031.835000', '121032.295000', '121032.755000', '121033.215000', '121033.675000', '121034.135000', '121034.595000', '121035.055000', '121035.515000', '121035.975000', '121036.435000', '121036.895000', '121037.355000', '121037.815000', '121038.275000', '121038.735000', '121039.195000', '121039.655000', '121040.115000', '121040.575000', '121041.035000', '121041.495000', '121041.955000', '121042.415000', '121042.875000', '121043.335000', '121043.795000', '121044.255000', '121044.715000', '121045.175000', '121045.635000', '121046.095000', '121046.555000', '121047.015000', '121047.475000', '121047.935000', '121048.395000', '121048.855000', '121049.315000', '121049.775000', '121050.235000', '121050.695000', '121051.155000', '121051.615000', '121052.075000', '121052.535000', '121052.995000', '121053.455000', '121053.915000', '121054.375000', '121054.835000', '121055.295000', '121055.755000', '121056.215000', '121056.675000', '121057.135000', '121057.595000', '121058.055000', '121058.515000', '121058.975000', '121059.435000', '121059.895000', '121100.355000', '121100.815000', '121101.275000', '121101.735000', '121102.195000', '121102.655000', '121103.115000', '121103.575000', '121104.035000', '121104.495000', '121104.955000', '121105.415000', '121105.875000', '121106.335000', '121106.795000', '121107.255000', '121107.715000', '121108.175000', '121108.635000', '121109.095000', '121109.555000', '121110.015000', '121110.475000', '121110.935000', '121111.395000', '121111.855000', '121112.315000', '121112.775000', '121113.235000', '121113.695000', '121114.155000', '121114.615000', '121115.075000', '121115.535000', '121115.995000', '121116.455000', '121116.915000', '121117.375000', '121117.835000', '121118.295000', '121118.755000', '121119.215000', '121119.675000', '121120.135000', '121120.595000', '121121.055000', '121121.515000', '121121.975000', '121122.435000', '121122.895000', '121123.355000', '121123.815000', '121124.275000', '121124.735000', '121125.195000', '121125.655000', '121126.115000', '121126.575000', '121127.035000', '121127.495000', '121127.955000', '121128.415000', '121128.875000', '121129.335000', '121129.795000', '121130.255000', '121130.715000', '121131.175000', '121131.635000', '121132.095000', '121132.555000', '121133.015000', '121133.475000', '121133.935000', '121134.395000', '121134.855000', '121135.315000', '121135.775000', '121136.235000', '121136.695000', '121137.155000', '121137.615000', '121138.075000', '121138.535000', '121138.995000', '121139.455000', '121139.915000', '121140.375000', '121140.835000', '121141.295000', '121141.755000', '121142.215000', '121142.675000', '121143.135000', '121143.595000', '121144.055000', '121144.515000', '121144.975000', '121145.435000', '121145.895000', '121146.355000', '121146.815000', '121147.275000', '121147.735000', '121148.195000', '121148.655000', '121149.115000', '121149.575000', '121150.035000', '121150.495000', '121150.955000', '121151.415000', '121151.875000', '121152.335000', '121152.795000', '121153.255000', '121153.715000', '121154.175000', '121154.635000', '121155.095000', '121155.555000', '121156.015000', '121156.475000', '121156.935000', '121157.395000', '121157.855000', '121158.315000', '121158.775000', '121159.235000', '121159.695000', '121200.155000', '121200.615000', '121201.075000', '121201.535000', '121201.995000', '121202.455000', '121202.915000', '121203.375000', '121203.835000', '121204.295000', '121204.755000', '121205.215000', '121205.675000', '121206.135000', '121206.595000', '121207.055000', '121207.515000', '121207.975000', '121208.435000', '121208.895000', '121209.355000', '121209.815000', '121210.275000', '121210.735000', '121211.195000', '121211.655000', '121212.115000', '121212.575000', '121213.035000', '121213.495000', '121213.955000', '121214.415000', '121214.875000', '121215.335000', '121215.795000', '121216.255000', '121216.715000', '121217.175000', '121217.635000', '121218.095000', '121218.555000', '121219.015000', '121219.475000', '121219.935000', '121220.395000', '121220.855000', '121221.315000', '121221.775000', '121222.235000', '121222.695000', '121223.155000', '121223.615000', '121224.075000', '121224.535000', '121224.995000', '121225.455000', '121225.915000', '121226.375000', '121226.835000', '121227.295000', '121227.755000', '121228.215000', '121228.675000', '121229.135000', '121229.595000', '121230.055000', '121230.515000', '121230.975000', '121231.435000', '121231.895000', '121232.355000', '121232.815000', '121233.275000', '121233.735000', '121234.195000', '121234.655000', '121235.115000', '121235.575000', '121236.035000', '121236.495000', '121236.955000', '121237.415000', '121237.875000', '121238.335000', '121238.795000', '121239.255000', '121239.715000', '121240.175000', '121240.635000', '121241.095000', '121241.555000', '121242.015000', '121242.475000', '121242.935000', '121243.395000', '121243.855000', '121244.315000', '121244.775000', '121245.235000', '121245.695000', '121246.155000', '121246.615000', '121247.075000', '121247.535000', '121247.995000', '121248.455000', '121248.915000', '121249.375000', '121249.835000', '121250.295000', '121250.755000', '121251.215000', '121251.675000', '121252.135000', '121252.595000', '121253.055000', '121253.515000', '121253.975000', '121254.435000', '121254.895000', '121255.355000', '121255.815000', '121256.275000', '121256.735000', '121257.195000', '121257.655000', '121258.115000', '121258.575000', '121259.035000', '121259.495000', '121259.955000', '121300.415000', '121300.875000', '121301.335000', '121301.795000', '121302.255000', '121302.715000', '121303.175000', '121303.635000', '121304.095000', '121304.555000', '121305.015000', '121305.475000', '121305.935000', '121306.395000', '121306.855000', '121307.315000', '121307.775000', '121308.235000', '121308.695000', '121309.155000', '121309.615000', '121310.075000', '121310.535000', '121310.995000', '121311.455000', '121311.915000', '121312.375000', '121312.835000', '121313.295000', '121313.755000', '121314.215000', '121314.675000', '121315.135000', '121315.595000', '121316.055000', '121316.515000', '121316.975000', '121317.435000', '121317.895000', '121318.355000', '121318.815000', '121319.275000', '121319.735000', '121320.195000', '121320.655000', '121321.115000', '121321.575000', '121322.035000', '121322.495000', '121322.955000', '121323.415000', '121323.875000', '121324.335000', '121324.795000', '121325.255000', '121325.715000', '121326.175000', '121326.635000', '121327.095000', '121327.555000', '121328.015000', '121328.475000', '121328.935000', '121329.395000', '121329.855000', '121330.315000', '121330.775000', '121331.235000', '121331.695000', '121332.155000', '121332.615000', '121333.075000', '121333.535000', '121333.995000', '121334.455000', '121334.915000', '121335.375000', '121335.835000', '121336.295000', '121336.755000', '121337.215000', '121337.675000', '121338.135000', '121338.595000', '121339.055000', '121339.515000', '121339.975000', '121340.435000', '121340.895000', '121341.355000', '121341.815000', '121342.275000', '121342.735000', '121343.195000', '121343.655000', '121344.115000', '121344.575000', '121345.035000', '121345.495000', '121345.955000', '121346.415000', '121346.875000', '121347.335000', '121347.795000', '121348.255000', '121348.715000', '121349.175000', '121349.635000', '121350.095000', '121350.555000', '121351.015000', '121351.475000', '121351.935000', '121352.395000', '121352.855000', '121353.315000', '121353.775000', '121354.235000', '121354.695000', '121355.155000', '121355.615000', '121356.075000', '121356.535000', '121356.995000', '121357.455000', '121357.915000', '121358.375000', '121358.835000', '121359.295000', '121359.755000', '121400.215000', '121400.675000', '121401.135000', '121401.595000', '121402.055000', '121402.515000', '121402.975000', '121403.435000', '121403.895000', '121404.355000', '121404.815000', '121405.275000', '121405.735000', '121406.195000', '121406.655000', '121407.115000', '121407.575000', '121408.035000', '121408.495000', '121408.955000', '121409.415000', '121409.875000', '121410.335000', '121410.795000', '121411.255000', '121411.715000', '121412.175000', '121412.635000', '121413.095000', '121413.555000', '121414.015000', '121414.475000', '121414.935000', '121415.395000', '121415.855000', '121416.315000', '121416.775000', '121417.235000', '121417.695000', '121418.155000', '121418.615000', '121419.075000', '121419.535000', '121419.995000', '121420.455000', '121420.915000', '121421.375000', '121421.835000', '121422.295000', '121422.755000', '121423.215000', '121423.675000', '121424.135000', '121424.595000', '121425.055000', '121425.515000', '121425.975000', '121426.435000', '121426.895000', '121427.355000', '121427.815000', '121428.275000', '121428.735000', '121429.195000', '121429.655000', '121430.115000', '121430.575000', '121431.035000', '121431.495000', '121431.955000', '121432.415000', '121432.875000', '121433.335000', '121433.795000', '121434.255000', '121434.715000', '121435.175000', '121435.635000', '121436.095000', '121436.555000', '121437.015000', '121437.475000', '121437.935000', '121438.395000', '121438.855000', '121439.315000', '121439.775000', '121440.235000', '121440.695000', '121441.155000', '121441.615000', '121442.075000', '121442.535000', '121442.995000', '121443.455000', '121443.915000', '121444.375000', '121444.835000', '121445.295000', '121445.755000', '121446.215000', '121446.675000', '121447.135000', '121447.595000', '121448.055000', '121448.515000', '121448.975000', '121449.435000', '121449.895000', '121450.355000', '121450.815000', '121451.275000', '121451.735000', '121452.195000', '121452.655000', '121453.115000', '121453.575000', '121454.035000', '121454.495000', '121454.955000', '121455.415000', '121455.875000', '121456.335000', '121456.795000', '121457.255000', '121457.715000', '121458.175000', '121458.635000', '121459.095000', '121459.555000', '121500.015000', '121500.475000', '121500.935000', '121501.395000', '121501.855000', '121502.315000', '121502.775000', '121503.235000', '121503.695000', '121504.155000', '121504.615000', '121505.075000', '121505.535000', '121505.995000', '121506.455000', '121506.915000', '121507.375000', '121507.835000', '121508.295000', '121508.755000', '121509.215000', '121509.675000', '121510.135000', '121510.595000', '121511.055000', '121511.515000', '121511.975000', '121512.435000', '121512.895000', '121513.355000', '121513.815000', '121514.275000', '121514.735000', '121515.195000', '121515.655000', '121516.115000', '121516.575000', '121517.035000', '121517.495000', '121517.955000', '121518.415000', '121518.875000', '121519.335000', '121519.795000', '121520.255000', '121520.715000', '121521.175000', '121521.635000', '121522.095000', '121522.555000', '121523.015000', '121523.475000'], 'ContentTime': ['120753.455000', '120753.458000', '120753.461000', '120753.464000', '120753.467000', '120753.469000', '120753.472000', '120753.474000', '120753.477000', '120753.479000', '120753.482000', '120753.485000', '120753.487000', '120753.496000', '120753.499000', '120753.501000', '120753.504000', '120753.507000', '120753.509000', '120753.512000', '120753.514000', '120753.517000', '120753.519000', '120753.522000', '120753.524000', '120753.527000', '120753.530000', '120753.532000', '120753.535000', '120753.537000', '120753.540000', '120753.542000', '120753.545000', '120753.548000', '120813.419000', '120813.422000', '120813.424000', '120813.427000', '120813.429000', '120813.432000', '120813.435000', '120813.437000', '120813.440000', '120813.443000', '120813.445000', '120813.448000', '120813.450000', '120813.453000', '120813.455000', '120813.458000', '120813.460000', '120813.463000', '120813.466000', '120813.468000', '120813.471000', '120813.473000', '120813.476000', '120813.479000', '120813.481000', '120813.484000', '120813.486000', '120813.489000', '120813.492000', '120813.494000', '120813.497000', '120813.499000', '120813.505000', '120813.508000', '120813.510000', '120813.513000', '120813.516000', '120813.518000', '120813.521000', '120813.523000', '120813.526000', '120813.528000', '120813.531000', '120833.418000', '120833.421000', '120833.424000', '120833.426000', '120833.429000', '120833.432000', '120833.434000', '120833.440000', '120833.442000', '120833.445000', '120833.447000', '120833.450000', '120833.453000', '120833.455000', '120833.458000', '120833.460000', '120833.463000', '120833.465000', '120833.468000', '120833.471000', '120833.473000', '120833.476000', '120833.478000', '120833.481000', '120833.484000', '120833.486000', '120833.489000', '120833.491000', '120833.494000', '120833.497000', '120833.499000', '120833.502000', '120833.504000', '120833.507000', '120833.509000', '120833.512000', '120833.515000', '120833.517000', '120833.520000', '120833.523000', '120833.525000', '120833.528000', '120833.531000', '120853.418000', '120853.421000', '120853.424000', '120853.427000', '120853.429000', '120853.432000', '120853.434000', '120853.437000', '120853.440000', '120853.442000', '120853.445000', '120853.447000', '120853.450000', '120853.452000', '120853.455000', '120853.458000', '120853.460000', '120853.463000', '120853.465000', '120853.468000', '120853.471000', '120853.473000', '120853.476000', '120853.478000', '120853.481000', '120853.484000', '120853.486000', '120853.489000', '120853.491000', '120853.494000', '120853.496000', '120853.499000', '120853.502000', '120853.504000', '120853.507000', '120853.509000', '120853.512000', '120853.514000', '120853.517000', '120853.520000', '120853.522000', '120853.525000', '120853.527000', '120853.530000', '120913.418000', '120913.421000', '120913.424000', '120913.427000', '120913.429000', '120913.432000', '120913.434000', '120913.437000', '120913.440000', '120913.442000', '120913.445000', '120913.448000', '120913.451000', '120913.455000', '120913.457000', '120913.460000', '120913.463000', '120913.465000', '120913.468000', '120913.471000', '120913.473000', '120913.476000', '120913.478000', '120913.481000', '120913.484000', '120913.486000', '120913.489000', '120913.491000', '120913.494000', '120913.496000', '120913.499000', '120913.501000', '120913.504000', '120913.507000', '120913.510000', '120913.512000', '120913.515000', '120913.517000', '120913.520000', '120913.522000', '120913.525000', '120913.528000', '120913.530000', '120933.419000', '120933.422000', '120933.424000', '120933.427000', '120933.442000', '120933.445000', '120933.447000', '120933.450000', '120933.453000', '120933.455000', '120933.458000', '120933.460000', '120933.463000', '120933.466000', '120933.468000', '120933.471000', '120933.473000', '120933.476000', '120933.478000', '120933.481000', '120933.484000', '120933.486000', '120933.489000', '120933.491000', '120933.494000', '120933.497000', '120933.499000', '120933.502000', '120933.504000', '120933.507000', '120933.510000', '120933.512000', '120933.515000', '120933.518000', '120933.520000', '120933.523000', '120933.525000', '120933.528000', '120933.531000', '120933.533000', '120933.536000', '120933.538000', '120933.541000', '120933.543000', '120953.419000', '120953.421000', '120953.424000', '120953.427000', '120953.430000', '120953.433000', '120953.435000', '120953.438000', '120953.440000', '120953.443000', '120953.446000', '120953.448000', '120953.451000', '120953.453000', '120953.456000', '120953.458000', '120953.461000', '120953.464000', '120953.466000', '120953.469000', '120953.472000', '120953.474000', '120953.477000', '120953.479000', '120953.482000', '120953.485000', '120953.487000', '120953.490000', '120953.492000', '120953.495000', '120953.498000', '120953.500000', '120953.503000', '120953.505000', '120953.508000', '120953.511000', '120953.513000', '120953.516000', '120953.518000', '120953.521000', '120953.523000', '120953.526000', '120953.529000', '121013.419000', '121013.421000', '121013.424000', '121013.427000', '121013.429000', '121013.432000', '121013.435000', '121013.437000', '121013.440000', '121013.442000', '121013.445000', '121013.447000', '121013.450000', '121013.453000', '121013.455000', '121013.458000', '121013.460000', '121013.463000', '121013.466000', '121013.468000', '121013.471000', '121013.474000', '121013.476000', '121013.479000', '121013.481000', '121013.484000', '121013.487000', '121013.489000', '121013.492000', '121013.494000', '121013.497000', '121013.500000', '121013.502000', '121013.505000', '121013.507000', '121013.510000', '121013.513000', '121013.515000', '121013.518000', '121013.520000', '121013.523000', '121013.525000', '121013.528000', '121013.531000', '121033.418000', '121033.421000', '121033.424000', '121033.427000', '121033.429000', '121033.432000', '121033.434000', '121033.437000', '121033.440000', '121033.442000', '121033.445000', '121033.448000', '121033.450000', '121033.453000', '121033.456000', '121033.458000', '121033.461000', '121033.463000', '121033.466000', '121033.469000', '121033.471000', '121033.474000', '121033.476000', '121033.479000', '121033.482000', '121033.484000', '121033.487000', '121033.489000', '121033.492000', '121033.496000', '121033.499000', '121033.501000', '121033.504000', '121033.506000', '121033.509000', '121033.512000', '121033.514000', '121033.517000', '121033.519000', '121033.522000', '121033.525000', '121033.527000', '121033.530000', '121053.419000', '121053.422000', '121053.424000', '121053.427000', '121053.429000', '121053.432000', '121053.435000', '121053.437000', '121053.440000', '121053.442000', '121053.445000', '121053.447000', '121053.450000', '121053.453000', '121053.455000', '121053.458000', '121053.460000', '121053.463000', '121053.466000', '121053.468000', '121053.471000', '121053.474000', '121053.476000', '121053.479000', '121053.481000', '121053.484000', '121053.487000', '121053.489000', '121053.492000', '121053.503000', '121053.506000', '121053.508000', '121053.511000', '121053.514000', '121053.516000', '121053.519000', '121053.521000', '121053.524000', '121053.527000', '121053.529000', '121053.532000', '121053.534000', '121053.537000', '121053.540000', '121113.419000', '121113.422000', '121113.424000', '121113.427000', '121113.429000', '121113.432000', '121113.435000', '121113.437000', '121113.440000', '121113.442000', '121113.445000', '121113.447000', '121113.450000', '121113.453000', '121113.456000', '121113.459000', '121113.461000', '121113.464000', '121113.467000', '121113.469000', '121113.472000', '121113.475000', '121113.477000', '121113.480000', '121113.482000', '121113.485000', '121113.488000', '121113.490000', '121113.493000', '121113.495000', '121113.498000', '121113.501000', '121113.503000', '121113.506000', '121113.508000', '121113.511000', '121113.514000', '121113.516000', '121113.519000', '121113.521000', '121113.524000', '121113.526000', '121113.529000', '121133.418000', '121133.421000', '121133.424000', '121133.426000', '121133.429000', '121133.432000', '121133.434000', '121133.437000', '121133.439000', '121133.442000', '121133.445000', '121133.447000', '121133.450000', '121133.452000', '121133.455000', '121133.458000', '121133.460000', '121133.463000', '121133.465000', '121133.468000', '121133.471000', '121133.473000', '121133.476000', '121133.478000', '121133.481000', '121133.484000', '121133.486000', '121133.489000', '121133.491000', '121133.494000', '121133.497000', '121133.499000', '121133.502000', '121133.504000', '121133.507000', '121133.510000', '121133.512000', '121133.515000', '121133.517000', '121133.520000', '121133.522000', '121133.525000', '121133.528000', '121133.530000', '121153.419000', '121153.421000', '121153.424000', '121153.427000', '121153.429000', '121153.432000', '121153.434000', '121153.437000', '121153.439000', '121153.442000', '121153.445000', '121153.447000', '121153.450000', '121153.453000', '121153.455000', '121153.458000', '121153.460000', '121153.463000', '121153.466000', '121153.469000', '121153.472000', '121153.475000', '121153.478000', '121153.480000', '121153.483000', '121153.485000', '121153.488000', '121153.491000', '121153.493000', '121153.496000', '121153.499000', '121153.501000', '121153.504000', '121153.506000', '121153.509000', '121153.511000', '121153.514000', '121153.516000', '121153.519000', '121153.522000', '121153.524000', '121153.527000', '121153.529000', '121213.419000', '121213.422000', '121213.424000', '121213.427000', '121213.429000', '121213.432000', '121213.435000', '121213.437000', '121213.440000', '121213.442000', '121213.445000', '121213.448000', '121213.450000', '121213.453000', '121213.456000', '121213.458000', '121213.461000', '121213.463000', '121213.466000', '121213.468000', '121213.471000', '121213.474000', '121213.476000', '121213.479000', '121213.481000', '121213.484000', '121213.487000', '121213.489000', '121213.492000', '121213.494000', '121213.497000', '121213.500000', '121213.502000', '121213.505000', '121213.507000', '121213.510000', '121213.512000', '121213.515000', '121213.518000', '121213.520000', '121213.523000', '121213.526000', '121213.528000', '121213.531000', '121233.419000', '121233.421000', '121233.424000', '121233.427000', '121233.429000', '121233.432000', '121233.434000', '121233.437000', '121233.439000', '121233.442000', '121233.454000', '121233.457000', '121233.460000', '121233.462000', '121233.465000', '121233.467000', '121233.470000', '121233.473000', '121233.475000', '121233.478000', '121233.480000', '121233.483000', '121233.485000', '121233.488000', '121233.491000', '121233.493000', '121233.496000', '121233.499000', '121233.501000', '121233.504000', '121233.506000', '121233.509000', '121233.512000', '121233.514000', '121233.517000', '121233.519000', '121233.522000', '121233.525000', '121233.527000', '121233.530000', '121233.533000', '121233.535000', '121233.538000', '121253.419000', '121253.421000', '121253.424000', '121253.427000', '121253.429000', '121253.432000', '121253.434000', '121253.437000', '121253.439000', '121253.442000', '121253.445000', '121253.447000', '121253.450000', '121253.452000', '121253.455000', '121253.458000', '121253.460000', '121253.463000', '121253.465000', '121253.468000', '121253.470000', '121253.473000', '121253.476000', '121253.478000', '121253.481000', '121253.484000', '121253.486000', '121253.489000', '121253.491000', '121253.494000', '121253.496000', '121253.499000', '121253.502000', '121253.504000', '121253.507000', '121253.509000', '121253.512000', '121253.514000', '121253.517000', '121253.520000', '121253.522000', '121253.525000', '121253.528000', '121253.530000', '121313.419000', '121313.422000', '121313.424000', '121313.427000', '121313.429000', '121313.432000', '121313.435000', '121313.439000', '121313.442000', '121313.445000', '121313.447000', '121313.450000', '121313.452000', '121313.455000', '121313.457000', '121313.460000', '121313.463000', '121313.465000', '121313.468000', '121313.470000', '121313.473000', '121313.475000', '121313.478000', '121313.481000', '121313.483000', '121313.486000', '121313.488000', '121313.491000', '121313.494000', '121313.496000', '121313.499000', '121313.501000', '121313.504000', '121313.506000', '121313.509000', '121313.512000', '121313.514000', '121313.517000', '121313.519000', '121313.522000', '121313.525000', '121313.527000', '121313.530000', '121333.419000', '121333.422000', '121333.424000', '121333.427000', '121333.429000', '121333.432000', '121333.434000', '121333.437000', '121333.440000', '121333.442000', '121333.445000', '121333.447000', '121333.450000', '121333.453000', '121333.455000', '121333.458000', '121333.461000', '121333.463000', '121333.466000', '121333.468000', '121333.471000', '121333.473000', '121333.476000', '121333.479000', '121333.481000', '121333.484000', '121333.486000', '121333.489000', '121333.491000', '121333.494000', '121333.497000', '121333.499000', '121333.502000', '121333.504000', '121333.507000', '121333.509000', '121333.512000', '121333.515000', '121333.517000', '121333.520000', '121333.523000', '121333.525000', '121333.528000', '121333.530000', '121353.419000', '121353.422000', '121353.424000', '121353.427000', '121353.429000', '121353.432000', '121353.435000', '121353.437000', '121353.440000', '121353.443000', '121353.445000', '121353.448000', '121353.450000', '121353.453000', '121353.456000', '121353.458000', '121353.461000', '121353.463000', '121353.466000', '121353.468000', '121353.471000', '121353.481000', '121353.484000', '121353.486000', '121353.489000', '121353.492000', '121353.494000', '121353.497000', '121353.499000', '121353.502000', '121353.505000', '121353.507000', '121353.510000', '121353.512000', '121353.515000', '121353.517000', '121353.520000', '121353.523000', '121353.525000', '121353.528000', '121353.530000', '121353.533000', '121353.536000', '121413.418000', '121413.421000', '121413.424000', '121413.427000', '121413.429000', '121413.432000', '121413.435000', '121413.437000', '121413.440000', '121413.443000', '121413.445000', '121413.448000', '121413.450000', '121413.453000', '121413.456000', '121413.458000', '121413.461000', '121413.463000', '121413.466000', '121413.469000', '121413.471000', '121413.474000', '121413.477000', '121413.479000', '121413.482000', '121413.484000', '121413.487000', '121413.489000', '121413.492000', '121413.495000', '121413.497000', '121413.500000', '121413.502000', '121413.505000', '121413.508000', '121413.510000', '121413.513000', '121413.515000', '121413.518000', '121413.521000', '121413.523000', '121413.526000', '121413.528000', '121413.531000', '121433.419000', '121433.422000', '121433.424000', '121433.427000', '121433.429000', '121433.432000', '121433.435000', '121433.437000', '121433.440000', '121433.443000', '121433.445000', '121433.448000', '121433.450000', '121433.453000', '121433.455000', '121433.458000', '121433.461000', '121433.463000', '121433.466000', '121433.469000', '121433.471000', '121433.474000', '121433.477000', '121433.479000', '121433.482000', '121433.485000', '121433.487000', '121433.490000', '121433.492000', '121433.495000', '121433.498000', '121433.500000', '121433.503000', '121433.506000', '121433.508000', '121433.511000', '121433.513000', '121433.516000', '121433.518000', '121433.521000', '121433.524000', '121433.526000', '121433.529000', '121453.419000', '121453.422000', '121453.424000', '121453.427000', '121453.429000', '121453.432000', '121453.435000', '121453.437000', '121453.440000', '121453.443000', '121453.445000', '121453.448000', '121453.450000', '121453.453000', '121453.456000', '121453.458000', '121453.461000', '121453.463000', '121453.466000', '121453.469000', '121453.471000', '121453.474000', '121453.476000', '121453.479000', '121453.482000', '121453.484000', '121453.487000', '121453.489000', '121453.492000', '121453.494000', '121453.497000', '121453.500000', '121453.502000', '121453.505000', '121453.507000', '121453.510000', '121453.513000', '121453.515000', '121453.518000', '121453.520000', '121453.523000', '121453.526000', '121453.528000', '121453.531000', '121513.419000', '121513.422000', '121513.424000', '121513.427000', '121513.429000', '121513.432000', '121513.435000', '121513.437000', '121513.440000', '121513.442000', '121513.445000', '121513.448000', '121513.450000', '121513.453000', '121513.455000', '121513.458000', '121513.461000', '121513.463000', '121513.466000', '121513.469000', '121513.471000', '121513.474000', '121513.476000', '121513.479000', '121513.481000', '121513.484000', '121513.486000', '121513.489000', '121513.492000', '121513.494000', '121513.497000', '121513.499000', '121513.514000', '121513.516000', '121513.519000', '121513.522000', '121513.524000', '121513.527000', '121513.529000', '121513.532000', '121513.534000', '121513.537000', '121513.540000', '121525.070000', '121525.074000', '121525.078000', '121525.081000', '121525.084000', '121525.086000', '121525.089000', '121525.092000', '121525.094000', '121525.097000', '121525.100000', '121525.103000', '121525.106000', '121525.109000', '121525.112000', '121525.114000', '121525.117000', '121525.120000', '121525.122000', '121525.125000', '121525.127000', '121525.130000', '121525.132000', '121525.137000', '121525.140000', '121525.142000'], 'InstanceCreationTime': ['120753.455000', '120753.458000', '120753.461000', '120753.464000', '120753.467000', '120753.469000', '120753.472000', '120753.474000', '120753.477000', '120753.479000', '120753.482000', '120753.485000', '120753.487000', '120753.496000', '120753.499000', '120753.501000', '120753.504000', '120753.507000', '120753.509000', '120753.512000', '120753.514000', '120753.517000', '120753.519000', '120753.522000', '120753.524000', '120753.527000', '120753.530000', '120753.532000', '120753.535000', '120753.537000', '120753.540000', '120753.542000', '120753.545000', '120753.548000', '120813.419000', '120813.422000', '120813.424000', '120813.427000', '120813.429000', '120813.432000', '120813.435000', '120813.437000', '120813.440000', '120813.443000', '120813.445000', '120813.448000', '120813.450000', '120813.453000', '120813.455000', '120813.458000', '120813.460000', '120813.463000', '120813.466000', '120813.468000', '120813.471000', '120813.473000', '120813.476000', '120813.479000', '120813.481000', '120813.484000', '120813.486000', '120813.489000', '120813.492000', '120813.494000', '120813.497000', '120813.499000', '120813.505000', '120813.508000', '120813.510000', '120813.513000', '120813.516000', '120813.518000', '120813.521000', '120813.523000', '120813.526000', '120813.528000', '120813.531000', '120833.418000', '120833.421000', '120833.424000', '120833.426000', '120833.429000', '120833.432000', '120833.434000', '120833.440000', '120833.442000', '120833.445000', '120833.447000', '120833.450000', '120833.453000', '120833.455000', '120833.458000', '120833.460000', '120833.463000', '120833.465000', '120833.468000', '120833.471000', '120833.473000', '120833.476000', '120833.478000', '120833.481000', '120833.484000', '120833.486000', '120833.489000', '120833.491000', '120833.494000', '120833.497000', '120833.499000', '120833.502000', '120833.504000', '120833.507000', '120833.509000', '120833.512000', '120833.515000', '120833.517000', '120833.520000', '120833.523000', '120833.525000', '120833.528000', '120833.531000', '120853.418000', '120853.421000', '120853.424000', '120853.427000', '120853.429000', '120853.432000', '120853.434000', '120853.437000', '120853.440000', '120853.442000', '120853.445000', '120853.447000', '120853.450000', '120853.452000', '120853.455000', '120853.458000', '120853.460000', '120853.463000', '120853.465000', '120853.468000', '120853.471000', '120853.473000', '120853.476000', '120853.478000', '120853.481000', '120853.484000', '120853.486000', '120853.489000', '120853.491000', '120853.494000', '120853.496000', '120853.499000', '120853.502000', '120853.504000', '120853.507000', '120853.509000', '120853.512000', '120853.514000', '120853.517000', '120853.520000', '120853.522000', '120853.525000', '120853.527000', '120853.530000', '120913.418000', '120913.421000', '120913.424000', '120913.427000', '120913.429000', '120913.432000', '120913.434000', '120913.437000', '120913.440000', '120913.442000', '120913.445000', '120913.448000', '120913.451000', '120913.455000', '120913.457000', '120913.460000', '120913.463000', '120913.465000', '120913.468000', '120913.471000', '120913.473000', '120913.476000', '120913.478000', '120913.481000', '120913.484000', '120913.486000', '120913.489000', '120913.491000', '120913.494000', '120913.496000', '120913.499000', '120913.501000', '120913.504000', '120913.507000', '120913.510000', '120913.512000', '120913.515000', '120913.517000', '120913.520000', '120913.522000', '120913.525000', '120913.528000', '120913.530000', '120933.419000', '120933.422000', '120933.424000', '120933.427000', '120933.442000', '120933.445000', '120933.447000', '120933.450000', '120933.453000', '120933.455000', '120933.458000', '120933.460000', '120933.463000', '120933.466000', '120933.468000', '120933.471000', '120933.473000', '120933.476000', '120933.478000', '120933.481000', '120933.484000', '120933.486000', '120933.489000', '120933.491000', '120933.494000', '120933.497000', '120933.499000', '120933.502000', '120933.504000', '120933.507000', '120933.510000', '120933.512000', '120933.515000', '120933.518000', '120933.520000', '120933.523000', '120933.525000', '120933.528000', '120933.531000', '120933.533000', '120933.536000', '120933.538000', '120933.541000', '120933.543000', '120953.419000', '120953.421000', '120953.424000', '120953.427000', '120953.430000', '120953.433000', '120953.435000', '120953.438000', '120953.440000', '120953.443000', '120953.446000', '120953.448000', '120953.451000', '120953.453000', '120953.456000', '120953.458000', '120953.461000', '120953.464000', '120953.466000', '120953.469000', '120953.472000', '120953.474000', '120953.477000', '120953.479000', '120953.482000', '120953.485000', '120953.487000', '120953.490000', '120953.492000', '120953.495000', '120953.498000', '120953.500000', '120953.503000', '120953.505000', '120953.508000', '120953.511000', '120953.513000', '120953.516000', '120953.518000', '120953.521000', '120953.523000', '120953.526000', '120953.529000', '121013.419000', '121013.421000', '121013.424000', '121013.427000', '121013.429000', '121013.432000', '121013.435000', '121013.437000', '121013.440000', '121013.442000', '121013.445000', '121013.447000', '121013.450000', '121013.453000', '121013.455000', '121013.458000', '121013.460000', '121013.463000', '121013.466000', '121013.468000', '121013.471000', '121013.474000', '121013.476000', '121013.479000', '121013.481000', '121013.484000', '121013.487000', '121013.489000', '121013.492000', '121013.494000', '121013.497000', '121013.500000', '121013.502000', '121013.505000', '121013.507000', '121013.510000', '121013.513000', '121013.515000', '121013.518000', '121013.520000', '121013.523000', '121013.525000', '121013.528000', '121013.531000', '121033.418000', '121033.421000', '121033.424000', '121033.427000', '121033.429000', '121033.432000', '121033.434000', '121033.437000', '121033.440000', '121033.442000', '121033.445000', '121033.448000', '121033.450000', '121033.453000', '121033.456000', '121033.458000', '121033.461000', '121033.463000', '121033.466000', '121033.469000', '121033.471000', '121033.474000', '121033.476000', '121033.479000', '121033.482000', '121033.484000', '121033.487000', '121033.489000', '121033.492000', '121033.496000', '121033.499000', '121033.501000', '121033.504000', '121033.506000', '121033.509000', '121033.512000', '121033.514000', '121033.517000', '121033.519000', '121033.522000', '121033.525000', '121033.527000', '121033.530000', '121053.419000', '121053.422000', '121053.424000', '121053.427000', '121053.429000', '121053.432000', '121053.435000', '121053.437000', '121053.440000', '121053.442000', '121053.445000', '121053.447000', '121053.450000', '121053.453000', '121053.455000', '121053.458000', '121053.460000', '121053.463000', '121053.466000', '121053.468000', '121053.471000', '121053.474000', '121053.476000', '121053.479000', '121053.481000', '121053.484000', '121053.487000', '121053.489000', '121053.492000', '121053.503000', '121053.506000', '121053.508000', '121053.511000', '121053.514000', '121053.516000', '121053.519000', '121053.521000', '121053.524000', '121053.527000', '121053.529000', '121053.532000', '121053.534000', '121053.537000', '121053.540000', '121113.419000', '121113.422000', '121113.424000', '121113.427000', '121113.429000', '121113.432000', '121113.435000', '121113.437000', '121113.440000', '121113.442000', '121113.445000', '121113.447000', '121113.450000', '121113.453000', '121113.456000', '121113.459000', '121113.461000', '121113.464000', '121113.467000', '121113.469000', '121113.472000', '121113.475000', '121113.477000', '121113.480000', '121113.482000', '121113.485000', '121113.488000', '121113.490000', '121113.493000', '121113.495000', '121113.498000', '121113.501000', '121113.503000', '121113.506000', '121113.508000', '121113.511000', '121113.514000', '121113.516000', '121113.519000', '121113.521000', '121113.524000', '121113.526000', '121113.529000', '121133.418000', '121133.421000', '121133.424000', '121133.426000', '121133.429000', '121133.432000', '121133.434000', '121133.437000', '121133.439000', '121133.442000', '121133.445000', '121133.447000', '121133.450000', '121133.452000', '121133.455000', '121133.458000', '121133.460000', '121133.463000', '121133.465000', '121133.468000', '121133.471000', '121133.473000', '121133.476000', '121133.478000', '121133.481000', '121133.484000', '121133.486000', '121133.489000', '121133.491000', '121133.494000', '121133.497000', '121133.499000', '121133.502000', '121133.504000', '121133.507000', '121133.510000', '121133.512000', '121133.515000', '121133.517000', '121133.520000', '121133.522000', '121133.525000', '121133.528000', '121133.530000', '121153.419000', '121153.421000', '121153.424000', '121153.427000', '121153.429000', '121153.432000', '121153.434000', '121153.437000', '121153.439000', '121153.442000', '121153.445000', '121153.447000', '121153.450000', '121153.453000', '121153.455000', '121153.458000', '121153.460000', '121153.463000', '121153.466000', '121153.469000', '121153.472000', '121153.475000', '121153.478000', '121153.480000', '121153.483000', '121153.485000', '121153.488000', '121153.491000', '121153.493000', '121153.496000', '121153.499000', '121153.501000', '121153.504000', '121153.506000', '121153.509000', '121153.511000', '121153.514000', '121153.516000', '121153.519000', '121153.522000', '121153.524000', '121153.527000', '121153.529000', '121213.419000', '121213.422000', '121213.424000', '121213.427000', '121213.429000', '121213.432000', '121213.435000', '121213.437000', '121213.440000', '121213.442000', '121213.445000', '121213.448000', '121213.450000', '121213.453000', '121213.456000', '121213.458000', '121213.461000', '121213.463000', '121213.466000', '121213.468000', '121213.471000', '121213.474000', '121213.476000', '121213.479000', '121213.481000', '121213.484000', '121213.487000', '121213.489000', '121213.492000', '121213.494000', '121213.497000', '121213.500000', '121213.502000', '121213.505000', '121213.507000', '121213.510000', '121213.512000', '121213.515000', '121213.518000', '121213.520000', '121213.523000', '121213.526000', '121213.528000', '121213.531000', '121233.419000', '121233.421000', '121233.424000', '121233.427000', '121233.429000', '121233.432000', '121233.434000', '121233.437000', '121233.439000', '121233.442000', '121233.454000', '121233.457000', '121233.460000', '121233.462000', '121233.465000', '121233.467000', '121233.470000', '121233.473000', '121233.475000', '121233.478000', '121233.480000', '121233.483000', '121233.485000', '121233.488000', '121233.491000', '121233.493000', '121233.496000', '121233.499000', '121233.501000', '121233.504000', '121233.506000', '121233.509000', '121233.512000', '121233.514000', '121233.517000', '121233.519000', '121233.522000', '121233.525000', '121233.527000', '121233.530000', '121233.533000', '121233.535000', '121233.538000', '121253.419000', '121253.421000', '121253.424000', '121253.427000', '121253.429000', '121253.432000', '121253.434000', '121253.437000', '121253.439000', '121253.442000', '121253.445000', '121253.447000', '121253.450000', '121253.452000', '121253.455000', '121253.458000', '121253.460000', '121253.463000', '121253.465000', '121253.468000', '121253.470000', '121253.473000', '121253.476000', '121253.478000', '121253.481000', '121253.484000', '121253.486000', '121253.489000', '121253.491000', '121253.494000', '121253.496000', '121253.499000', '121253.502000', '121253.504000', '121253.507000', '121253.509000', '121253.512000', '121253.514000', '121253.517000', '121253.520000', '121253.522000', '121253.525000', '121253.528000', '121253.530000', '121313.419000', '121313.422000', '121313.424000', '121313.427000', '121313.429000', '121313.432000', '121313.435000', '121313.439000', '121313.442000', '121313.445000', '121313.447000', '121313.450000', '121313.452000', '121313.455000', '121313.457000', '121313.460000', '121313.463000', '121313.465000', '121313.468000', '121313.470000', '121313.473000', '121313.475000', '121313.478000', '121313.481000', '121313.483000', '121313.486000', '121313.488000', '121313.491000', '121313.494000', '121313.496000', '121313.499000', '121313.501000', '121313.504000', '121313.506000', '121313.509000', '121313.512000', '121313.514000', '121313.517000', '121313.519000', '121313.522000', '121313.525000', '121313.527000', '121313.530000', '121333.419000', '121333.422000', '121333.424000', '121333.427000', '121333.429000', '121333.432000', '121333.434000', '121333.437000', '121333.440000', '121333.442000', '121333.445000', '121333.447000', '121333.450000', '121333.453000', '121333.455000', '121333.458000', '121333.461000', '121333.463000', '121333.466000', '121333.468000', '121333.471000', '121333.473000', '121333.476000', '121333.479000', '121333.481000', '121333.484000', '121333.486000', '121333.489000', '121333.491000', '121333.494000', '121333.497000', '121333.499000', '121333.502000', '121333.504000', '121333.507000', '121333.509000', '121333.512000', '121333.515000', '121333.517000', '121333.520000', '121333.523000', '121333.525000', '121333.528000', '121333.530000', '121353.419000', '121353.422000', '121353.424000', '121353.427000', '121353.429000', '121353.432000', '121353.435000', '121353.437000', '121353.440000', '121353.443000', '121353.445000', '121353.448000', '121353.450000', '121353.453000', '121353.456000', '121353.458000', '121353.461000', '121353.463000', '121353.466000', '121353.468000', '121353.471000', '121353.481000', '121353.484000', '121353.486000', '121353.489000', '121353.492000', '121353.494000', '121353.497000', '121353.499000', '121353.502000', '121353.505000', '121353.507000', '121353.510000', '121353.512000', '121353.515000', '121353.517000', '121353.520000', '121353.523000', '121353.525000', '121353.528000', '121353.530000', '121353.533000', '121353.536000', '121413.418000', '121413.421000', '121413.424000', '121413.427000', '121413.429000', '121413.432000', '121413.435000', '121413.437000', '121413.440000', '121413.443000', '121413.445000', '121413.448000', '121413.450000', '121413.453000', '121413.456000', '121413.458000', '121413.461000', '121413.463000', '121413.466000', '121413.469000', '121413.471000', '121413.474000', '121413.477000', '121413.479000', '121413.482000', '121413.484000', '121413.487000', '121413.489000', '121413.492000', '121413.495000', '121413.497000', '121413.500000', '121413.502000', '121413.505000', '121413.508000', '121413.510000', '121413.513000', '121413.515000', '121413.518000', '121413.521000', '121413.523000', '121413.526000', '121413.528000', '121413.531000', '121433.419000', '121433.422000', '121433.424000', '121433.427000', '121433.429000', '121433.432000', '121433.435000', '121433.437000', '121433.440000', '121433.443000', '121433.445000', '121433.448000', '121433.450000', '121433.453000', '121433.455000', '121433.458000', '121433.461000', '121433.463000', '121433.466000', '121433.469000', '121433.471000', '121433.474000', '121433.477000', '121433.479000', '121433.482000', '121433.485000', '121433.487000', '121433.490000', '121433.492000', '121433.495000', '121433.498000', '121433.500000', '121433.503000', '121433.506000', '121433.508000', '121433.511000', '121433.513000', '121433.516000', '121433.518000', '121433.521000', '121433.524000', '121433.526000', '121433.529000', '121453.419000', '121453.422000', '121453.424000', '121453.427000', '121453.429000', '121453.432000', '121453.435000', '121453.437000', '121453.440000', '121453.443000', '121453.445000', '121453.448000', '121453.450000', '121453.453000', '121453.456000', '121453.458000', '121453.461000', '121453.463000', '121453.466000', '121453.469000', '121453.471000', '121453.474000', '121453.476000', '121453.479000', '121453.482000', '121453.484000', '121453.487000', '121453.489000', '121453.492000', '121453.494000', '121453.497000', '121453.500000', '121453.502000', '121453.505000', '121453.507000', '121453.510000', '121453.513000', '121453.515000', '121453.518000', '121453.520000', '121453.523000', '121453.526000', '121453.528000', '121453.531000', '121513.419000', '121513.422000', '121513.424000', '121513.427000', '121513.429000', '121513.432000', '121513.435000', '121513.437000', '121513.440000', '121513.442000', '121513.445000', '121513.448000', '121513.450000', '121513.453000', '121513.455000', '121513.458000', '121513.461000', '121513.463000', '121513.466000', '121513.469000', '121513.471000', '121513.474000', '121513.476000', '121513.479000', '121513.481000', '121513.484000', '121513.486000', '121513.489000', '121513.492000', '121513.494000', '121513.497000', '121513.499000', '121513.514000', '121513.516000', '121513.519000', '121513.522000', '121513.524000', '121513.527000', '121513.529000', '121513.532000', '121513.534000', '121513.537000', '121513.540000', '121525.070000', '121525.074000', '121525.078000', '121525.081000', '121525.084000', '121525.086000', '121525.089000', '121525.092000', '121525.094000', '121525.097000', '121525.100000', '121525.103000', '121525.106000', '121525.109000', '121525.112000', '121525.114000', '121525.117000', '121525.120000', '121525.122000', '121525.125000', '121525.127000', '121525.130000', '121525.132000', '121525.137000', '121525.140000', '121525.142000'], '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': [9831, 13072, 9103, 10166, 9726, 9338, 9894, 8666, 12210, 8319, 12368, 8609, 12784, 8563, 12829, 8142, 11540, 8203, 10651, 8556, 7943, 8319, 7039, 10504, 8110, 12528, 8276, 8357, 11622, 8116, 13164, 8668, 12922, 9275, 14667, 9414, 11875, 9151, 7921, 11835, 8496, 11066, 8875, 8402, 10354, 7907, 13064, 8501, 14569, 9261, 15508, 10005, 15723, 10335, 14812, 9860, 16363, 8914, 14057, 9043, 11417, 8814, 9493, 8523, 8520, 9440, 7633, 12060, 8404, 13956, 9305, 14978, 9648, 10921, 8993, 8181, 10137, 8385, 11652, 7773, 12393, 8669, 15042, 8267, 13650, 8939, 13748, 9155, 14686, 9771, 15619, 8805, 11783, 8888, 10488, 8895, 9642, 9317, 7788, 11987, 8290, 13688, 8284, 13695, 8280, 12911, 8484, 13277, 8319, 13300, 8413, 13424, 8916, 10970, 9081, 7904, 9761, 7744, 11255, 8048, 11965, 7880, 13628, 8417, 13929, 9443, 11177, 9489, 9539, 9904, 7634, 12401, 8034, 13740, 8939, 14921, 9550, 12644, 9467, 8962, 9679, 7648, 12397, 8035, 14137, 8680, 13576, 9189, 11642, 8806, 8318, 9348, 8332, 11412, 8522, 11783, 9090, 11975, 7974, 13233, 8265, 13956, 9089, 14253, 9153, 12435, 9127, 9526, 9045, 8287, 10789, 7895, 13174, 8230, 13096, 8541, 14135, 8633, 13610, 9317, 13365, 9295, 11896, 9234, 9891, 8672, 8200, 8944, 8219, 10127, 8181, 12684, 8302, 13640, 8464, 13776, 8951, 13963, 9528, 13383, 9197, 9536, 8729, 8452, 9475, 8205, 11308, 7577, 12870, 8095, 13887, 8459, 14215, 9211, 14857, 9283, 10413, 9111, 8255, 10746, 7576, 11817, 8012, 13526, 7785, 13723, 8589, 13981, 9054, 14522, 9626, 12819, 8752, 9103, 9049, 8208, 10995, 8019, 13252, 8014, 13953, 9063, 10595, 8622, 8170, 9873, 8047, 11979, 7979, 9611, 8966, 7963, 12460, 8250, 14138, 9757, 11986, 11010, 8446, 14637, 8461, 16491, 11017, 14769, 10529, 9301, 11264, 7941, 13308, 8289, 9893, 9420, 7584, 12747, 8227, 13885, 8972, 15717, 9511, 13638, 9470, 10176, 8832, 7956, 11232, 8266, 12823, 8479, 14507, 8989, 12047, 8965, 10116, 9218, 9072, 10135, 7869, 10883, 7814, 12700, 8086, 12955, 8675, 13340, 8796, 11636, 9008, 9830, 8729, 8679, 10060, 7529, 12121, 7774, 13099, 8811, 13158, 9460, 8290, 10286, 7558, 12992, 8540, 11364, 9269, 7815, 11879, 8594, 15216, 9491, 12862, 10016, 8402, 13167, 8293, 14203, 8745, 14582, 8998, 11332, 8979, 7716, 9467, 7515, 11579, 8075, 12526, 7818, 12652, 8029, 12644, 8512, 14138, 8887, 15163, 9749, 15106, 9474, 12041, 8605, 10809, 8714, 7643, 9851, 7503, 12025, 8450, 11213, 8189, 7589, 10537, 7834, 12244, 8297, 12270, 7969, 11921, 7885, 12505, 7665, 12109, 8010, 12351, 7835, 12222, 7877, 12975, 7826, 12788, 9004, 12254, 8500, 10224, 8075, 8785, 9093, 7616, 11534, 7696, 12939, 8755, 14972, 9962, 13148, 9023, 10337, 9282, 9534, 10599, 8017, 12449, 7572, 13634, 8203, 14770, 9402, 15291, 9373, 13049, 9123, 12627, 9728, 10839, 10585, 7242, 12802, 7637, 13341, 9121, 13349, 7898, 13182, 8104, 12788, 8006, 12995, 13694, 13812, 8298, 11763, 8844, 9639, 8314, 8097, 10241, 8572, 14402, 14992, 11158, 7949, 11293, 7595, 12962, 8417, 10717, 7888, 7322, 10744, 7657, 12602, 9503, 15193, 10176, 10022, 10211, 8056, 14950, 10441, 16658, 11130, 12653, 9941, 9298, 10654, 9223, 14722, 8815, 15169, 9946, 15952, 10695, 15025, 10042, 14161, 9379, 11379, 8091, 8240, 9202, 7409, 11580, 7578, 12851, 8126, 13792, 9184, 14691, 10194, 12795, 9090, 9488, 10764, 8700, 13402, 8964, 15043, 7963, 8589, 9094, 7693, 12138, 8573, 14359, 9210, 9493, 9110, 8294, 12635, 9005, 14649, 9752, 14750, 8781, 12844, 9126, 11685, 8633, 9603, 7934, 7481, 8851, 7480, 10993, 8028, 11947, 8649, 13363, 8851, 11402, 8867, 11142, 8892, 12307, 9314, 10703, 8630, 7261, 10242, 7200, 12238, 8001, 13930, 7956, 13645, 9041, 12659, 9222, 10770, 8462, 7322, 10138, 7460, 13129, 8910, 15050, 9500, 10828, 9224, 10013, 10735, 9722, 12943, 7422, 13437, 8451, 15196, 10271, 13428, 9106, 8008, 10085, 7357, 13180, 8700, 15256, 8674, 11281, 8632, 9759, 9367, 8093, 12736, 8197, 13834, 9598, 12712, 9434, 13771, 11803, 8896, 12192, 9305, 14184, 9232, 14599, 9635, 10884, 8454, 7696, 10312, 8066, 12206, 8525, 14941, 8711, 11016, 8392, 8328, 9585, 7639, 12580, 7937, 13528, 8639, 12318, 8625, 9643, 8863, 8135, 10863, 8032, 13011, 9083, 14833, 9051, 13647, 9462, 9922, 8170, 7698, 10253, 7490, 11964, 7819, 14034, 8544, 10448, 8429, 8868, 8691, 8842, 10494, 7451, 11080, 7587, 12798, 9229, 16181, 9439, 10046, 8234, 7464, 10079, 7668, 13373, 8334, 14864, 9427, 13703, 9128, 9796, 8670, 9388, 10228, 12790, 10963, 13885, 10695, 8795, 9397, 7697, 10060, 7705, 10018, 8340, 10865, 7569, 11023, 7460, 12042, 7875, 13647, 8614, 14152, 8691, 11294, 8666, 10531, 8982, 10708, 8760, 8599, 8495, 7671, 10110, 7119, 12940, 8761, 14551, 8827, 14114, 9182, 13341, 9617, 13931, 9585, 12132, 9119, 9499, 8154, 8240, 8692, 9171, 10024, 7476, 10806, 7036, 11102, 7161, 12480, 8865, 14917, 9095, 15118, 9771, 14946, 10292, 14925, 10750, 10685, 8299, 7344, 9465, 7180, 11317, 7579, 12386, 7451, 12908, 8848, 15122, 9915, 14375, 9823, 10608, 8824, 7447, 11367, 9034, 14279, 8532, 14309, 8809, 13981, 9630, 12352, 9716, 12821, 8598, 9795, 8517, 10261, 9092, 12472, 9899, 12730, 10190, 10911, 9005, 12729, 8666, 14637, 9464, 14352, 9912, 14053, 10037, 10157, 8767, 8541, 8718, 8749, 9560, 8155, 10005, 7217, 10497, 7327, 11922, 8569, 12938, 9564, 13178, 8104, 13261, 8360, 13659, 8662, 13370, 8558, 13692, 8665, 12774, 9336, 12326, 9257, 14358, 9967, 13260, 9520, 10237, 10310, 10520, 12264, 8739, 13700, 7523, 13535, 8740, 13970, 9277, 14198, 9174, 13045, 9236, 12703, 9431, 13494, 9468, 12435, 9235, 8963, 10225, 7309, 13485, 9016, 15366, 9653, 11563, 9554, 11172, 10212, 13693, 11676, 7410, 12391, 7784, 14136, 9426, 15619, 10099, 16011, 9504, 13696, 9639, 12637, 9082, 8121, 10743, 7039, 13042, 8215, 14894, 9901, 16311, 9933, 14816, 8588, 13130, 8954, 13985, 9449, 12970, 8776, 8160, 8350, 6888, 9826, 7777, 12155, 7350, 11946, 7510, 13497, 8868, 14551, 9795, 15400, 9166, 13694, 9478, 13288, 9732, 14702, 11039, 10195, 8868, 7042, 10268, 7093, 13261, 9001, 14632, 8810, 13292, 8976, 13624, 9583, 15866, 9510, 12990, 9422, 12019, 9034, 10375, 10250, 7369, 11447, 7451, 12978, 8699, 11325, 8916, 7188, 9997, 7182, 12882, 8270, 15067, 10111, 15767, 9869, 12487, 9174, 7910, 10239, 7479, 12938, 7501, 11869, 8529, 9199, 8566, 7285, 9553, 7129, 11511, 8000, 13779, 9256, 11646, 8889, 7512, 9537, 7190, 13590, 9091, 14026, 9204, 8757, 9355, 7936, 12625, 10480, 15129, 9028, 14217, 8696, 13848, 9410, 12295, 10923, 8773, 9053, 7314, 12486, 8001, 14959, 9347, 10502, 8416, 7060, 9511, 8284, 12179, 8097, 13818, 8427, 14401, 9352, 15043, 10553, 15036, 9094, 8399, 9291, 7152, 12575, 8285, 13251, 8483, 8162, 8705, 7365, 12007, 8380], 'WindowCenter': [4455.0, 4459.0, 4415.0, 4422.0, 4410.0, 4400.0, 4408.0, 4385.0, 4417.0, 4399.0, 4440.0, 4397.0, 4423.0, 4385.0, 4424.0, 4375.0, 4414.0, 4387.0, 4414.0, 4399.0, 4386.0, 4413.0, 4394.0, 4430.0, 4398.0, 4454.0, 4414.0, 4402.0, 4431.0, 4402.0, 4441.0, 4401.0, 4437.0, 4407.0, 4448.0, 4400.0, 4417.0, 4398.0, 4375.0, 4414.0, 4398.0, 4415.0, 4395.0, 4388.0, 4407.0, 4389.0, 4440.0, 4399.0, 4449.0, 4400.0, 4438.0, 4398.0, 4438.0, 4397.0, 4425.0, 4396.0, 4434.0, 4386.0, 4423.0, 4385.0, 4405.0, 4386.0, 4395.0, 4386.0, 4387.0, 4408.0, 4389.0, 4429.0, 4400.0, 4449.0, 4411.0, 4448.0, 4412.0, 4419.0, 4401.0, 4389.0, 4420.0, 4387.0, 4427.0, 4379.0, 4428.0, 4399.0, 4449.0, 4388.0, 4438.0, 4397.0, 4438.0, 4398.0, 4436.0, 4408.0, 4446.0, 4398.0, 4414.0, 4396.0, 4407.0, 4386.0, 4396.0, 4398.0, 4377.0, 4428.0, 4387.0, 4438.0, 4387.0, 4437.0, 4388.0, 4425.0, 4386.0, 4439.0, 4388.0, 4438.0, 4387.0, 4436.0, 4398.0, 4417.0, 4398.0, 4388.0, 4408.0, 4379.0, 4417.0, 4389.0, 4429.0, 4388.0, 4438.0, 4388.0, 4449.0, 4411.0, 4429.0, 4411.0, 4410.0, 4408.0, 4378.0, 4427.0, 4389.0, 4437.0, 4396.0, 4448.0, 4410.0, 4428.0, 4398.0, 4395.0, 4398.0, 4377.0, 4427.0, 4386.0, 4436.0, 4399.0, 4438.0, 4398.0, 4417.0, 4399.0, 4388.0, 4399.0, 4388.0, 4418.0, 4388.0, 4427.0, 4386.0, 4415.0, 4377.0, 4427.0, 4388.0, 4437.0, 4397.0, 4437.0, 4398.0, 4425.0, 4398.0, 4395.0, 4396.0, 4387.0, 4417.0, 4377.0, 4426.0, 4388.0, 4426.0, 4387.0, 4435.0, 4387.0, 4437.0, 4396.0, 4436.0, 4396.0, 4416.0, 4397.0, 4406.0, 4387.0, 4386.0, 4397.0, 4387.0, 4407.0, 4388.0, 4438.0, 4388.0, 4436.0, 4389.0, 4439.0, 4411.0, 4439.0, 4410.0, 4439.0, 4399.0, 4407.0, 4399.0, 4399.0, 4409.0, 4388.0, 4429.0, 4378.0, 4437.0, 4388.0, 4438.0, 4389.0, 4436.0, 4399.0, 4446.0, 4399.0, 4417.0, 4398.0, 4386.0, 4417.0, 4378.0, 4427.0, 4376.0, 4437.0, 4377.0, 4437.0, 4387.0, 4437.0, 4398.0, 4435.0, 4398.0, 4425.0, 4386.0, 4383.0, 4395.0, 4387.0, 4416.0, 4377.0, 4435.0, 4388.0, 4437.0, 4399.0, 4418.0, 4399.0, 4386.0, 4409.0, 4400.0, 4440.0, 4401.0, 4422.0, 4423.0, 4403.0, 4452.0, 4413.0, 4462.0, 4422.0, 4440.0, 4420.0, 4390.0, 4449.0, 4400.0, 4457.0, 4417.0, 4436.0, 4405.0, 4384.0, 4405.0, 4376.0, 4435.0, 4386.0, 4404.0, 4395.0, 4375.0, 4427.0, 4387.0, 4437.0, 4397.0, 4446.0, 4395.0, 4423.0, 4394.0, 4405.0, 4384.0, 4374.0, 4403.0, 4373.0, 4413.0, 4373.0, 4432.0, 4383.0, 4413.0, 4384.0, 4403.0, 4393.0, 4384.0, 4395.0, 4373.0, 4404.0, 4363.0, 4424.0, 4375.0, 4425.0, 4387.0, 4436.0, 4397.0, 4426.0, 4397.0, 4407.0, 4397.0, 4387.0, 4408.0, 4377.0, 4439.0, 4389.0, 4438.0, 4399.0, 4437.0, 4409.0, 4387.0, 4418.0, 4390.0, 4437.0, 4397.0, 4426.0, 4409.0, 4386.0, 4429.0, 4397.0, 4449.0, 4408.0, 4426.0, 4406.0, 4387.0, 4426.0, 4385.0, 4434.0, 4385.0, 4434.0, 4383.0, 4402.0, 4385.0, 4363.0, 4392.0, 4365.0, 4415.0, 4375.0, 4426.0, 4377.0, 4425.0, 4388.0, 4427.0, 4398.0, 4436.0, 4398.0, 4436.0, 4398.0, 4435.0, 4395.0, 4425.0, 4386.0, 4402.0, 4385.0, 4375.0, 4406.0, 4377.0, 4440.0, 4401.0, 4429.0, 4399.0, 4389.0, 4419.0, 4390.0, 4440.0, 4389.0, 4428.0, 4389.0, 4428.0, 4388.0, 4428.0, 4378.0, 4427.0, 4389.0, 4437.0, 4379.0, 4427.0, 4388.0, 4438.0, 4391.0, 4440.0, 4413.0, 4441.0, 4413.0, 4431.0, 4402.0, 4401.0, 4410.0, 4393.0, 4442.0, 4404.0, 4453.0, 4413.0, 4462.0, 4423.0, 4452.0, 4413.0, 4422.0, 4412.0, 4412.0, 4432.0, 4392.0, 4440.0, 4392.0, 4451.0, 4400.0, 4449.0, 4412.0, 4462.0, 4413.0, 4442.0, 4412.0, 4439.0, 4409.0, 4419.0, 4420.0, 4379.0, 4439.0, 4379.0, 4439.0, 4398.0, 4439.0, 4376.0, 4427.0, 4388.0, 4426.0, 4377.0, 4439.0, 4465.0, 4451.0, 4399.0, 4427.0, 4399.0, 4407.0, 4389.0, 4388.0, 4420.0, 4401.0, 4466.0, 4465.0, 4419.0, 4390.0, 4419.0, 4375.0, 4425.0, 4386.0, 4406.0, 4388.0, 4380.0, 4429.0, 4388.0, 4452.0, 4424.0, 4461.0, 4421.0, 4422.0, 4421.0, 4388.0, 4450.0, 4420.0, 4461.0, 4419.0, 4439.0, 4407.0, 4397.0, 4417.0, 4396.0, 4437.0, 4387.0, 4438.0, 4397.0, 4436.0, 4395.0, 4423.0, 4383.0, 4423.0, 4381.0, 4404.0, 4374.0, 4375.0, 4395.0, 4366.0, 4417.0, 4377.0, 4427.0, 4388.0, 4437.0, 4398.0, 4437.0, 4407.0, 4427.0, 4385.0, 4396.0, 4405.0, 4373.0, 4425.0, 4384.0, 4436.0, 4374.0, 4386.0, 4385.0, 4375.0, 4415.0, 4387.0, 4437.0, 4397.0, 4406.0, 4385.0, 4375.0, 4413.0, 4382.0, 4423.0, 4383.0, 4424.0, 4373.0, 4412.0, 4381.0, 4401.0, 4373.0, 4393.0, 4373.0, 4364.0, 4396.0, 4377.0, 4415.0, 4387.0, 4427.0, 4398.0, 4437.0, 4399.0, 4428.0, 4397.0, 4415.0, 4398.0, 4417.0, 4396.0, 4406.0, 4386.0, 4366.0, 4405.0, 4366.0, 4427.0, 4387.0, 4446.0, 4388.0, 4448.0, 4398.0, 4425.0, 4406.0, 4417.0, 4388.0, 4379.0, 4416.0, 4376.0, 4436.0, 4399.0, 4448.0, 4409.0, 4417.0, 4408.0, 4407.0, 4416.0, 4396.0, 4425.0, 4377.0, 4436.0, 4387.0, 4434.0, 4408.0, 4436.0, 4397.0, 4385.0, 4404.0, 4366.0, 4425.0, 4385.0, 4447.0, 4398.0, 4416.0, 4385.0, 4396.0, 4397.0, 4376.0, 4426.0, 4386.0, 4436.0, 4398.0, 4425.0, 4395.0, 4425.0, 4414.0, 4383.0, 4413.0, 4382.0, 4423.0, 4383.0, 4420.0, 4383.0, 4392.0, 4372.0, 4363.0, 4391.0, 4361.0, 4413.0, 4372.0, 4434.0, 4384.0, 4403.0, 4372.0, 4372.0, 4392.0, 4363.0, 4412.0, 4372.0, 4424.0, 4384.0, 4413.0, 4384.0, 4382.0, 4382.0, 4373.0, 4404.0, 4375.0, 4425.0, 4385.0, 4434.0, 4383.0, 4422.0, 4396.0, 4393.0, 4373.0, 4363.0, 4402.0, 4364.0, 4414.0, 4376.0, 4436.0, 4387.0, 4405.0, 4385.0, 4384.0, 4387.0, 4384.0, 4405.0, 4378.0, 4417.0, 4375.0, 4426.0, 4408.0, 4445.0, 4396.0, 4406.0, 4387.0, 4376.0, 4406.0, 4376.0, 4424.0, 4386.0, 4434.0, 4397.0, 4436.0, 4396.0, 4406.0, 4385.0, 4395.0, 4393.0, 4414.0, 4402.0, 4422.0, 4392.0, 4372.0, 4381.0, 4362.0, 4391.0, 4360.0, 4390.0, 4372.0, 4401.0, 4363.0, 4403.0, 4363.0, 4414.0, 4374.0, 4423.0, 4384.0, 4434.0, 4386.0, 4416.0, 4387.0, 4406.0, 4397.0, 4405.0, 4387.0, 4386.0, 4397.0, 4389.0, 4418.0, 4368.0, 4428.0, 4386.0, 4437.0, 4398.0, 4437.0, 4409.0, 4438.0, 4407.0, 4437.0, 4408.0, 4427.0, 4398.0, 4406.0, 4388.0, 4387.0, 4398.0, 4398.0, 4408.0, 4378.0, 4418.0, 4379.0, 4428.0, 4379.0, 4437.0, 4399.0, 4448.0, 4398.0, 4460.0, 4420.0, 4448.0, 4409.0, 4447.0, 4418.0, 4416.0, 4388.0, 4377.0, 4408.0, 4368.0, 4418.0, 4378.0, 4438.0, 4391.0, 4439.0, 4410.0, 4447.0, 4420.0, 4449.0, 4409.0, 4419.0, 4398.0, 4378.0, 4426.0, 4396.0, 4448.0, 4387.0, 4448.0, 4397.0, 4437.0, 4397.0, 4424.0, 4396.0, 4425.0, 4386.0, 4406.0, 4385.0, 4406.0, 4395.0, 4425.0, 4407.0, 4425.0, 4407.0, 4415.0, 4397.0, 4426.0, 4385.0, 4436.0, 4395.0, 4436.0, 4408.0, 4436.0, 4407.0, 4407.0, 4399.0, 4396.0, 4398.0, 4397.0, 4409.0, 4388.0, 4409.0, 4391.0, 4420.0, 4389.0, 4438.0, 4400.0, 4439.0, 4407.0, 4440.0, 4390.0, 4438.0, 4399.0, 4447.0, 4399.0, 4448.0, 4399.0, 4449.0, 4412.0, 4451.0, 4423.0, 4451.0, 4422.0, 4460.0, 4421.0, 4451.0, 4420.0, 4420.0, 4420.0, 4417.0, 4440.0, 4399.0, 4450.0, 4390.0, 4449.0, 4399.0, 4447.0, 4410.0, 4451.0, 4411.0, 4451.0, 4421.0, 4450.0, 4422.0, 4451.0, 4422.0, 4441.0, 4411.0, 4410.0, 4419.0, 4378.0, 4450.0, 4408.0, 4460.0, 4419.0, 4430.0, 4409.0, 4417.0, 4418.0, 4438.0, 4428.0, 4378.0, 4438.0, 4386.0, 4448.0, 4395.0, 4448.0, 4406.0, 4447.0, 4407.0, 4437.0, 4406.0, 4425.0, 4395.0, 4375.0, 4416.0, 4378.0, 4437.0, 4387.0, 4447.0, 4405.0, 4447.0, 4395.0, 4436.0, 4385.0, 4423.0, 4383.0, 4434.0, 4396.0, 4425.0, 4385.0, 4384.0, 4385.0, 4366.0, 4406.0, 4375.0, 4427.0, 4376.0, 4427.0, 4377.0, 4437.0, 4395.0, 4436.0, 4407.0, 4445.0, 4396.0, 4436.0, 4406.0, 4424.0, 4394.0, 4434.0, 4403.0, 4402.0, 4384.0, 4364.0, 4403.0, 4363.0, 4423.0, 4384.0, 4434.0, 4395.0, 4434.0, 4396.0, 4434.0, 4396.0, 4444.0, 4394.0, 4425.0, 4395.0, 4424.0, 4395.0, 4405.0, 4405.0, 4374.0, 4415.0, 4377.0, 4435.0, 4385.0, 4413.0, 4394.0, 4365.0, 4405.0, 4367.0, 4425.0, 4385.0, 4434.0, 4407.0, 4445.0, 4406.0, 4426.0, 4393.0, 4373.0, 4406.0, 4364.0, 4425.0, 4375.0, 4425.0, 4397.0, 4395.0, 4397.0, 4376.0, 4407.0, 4380.0, 4427.0, 4389.0, 4448.0, 4410.0, 4428.0, 4400.0, 4378.0, 4408.0, 4367.0, 4437.0, 4398.0, 4437.0, 4398.0, 4396.0, 4396.0, 4376.0, 4426.0, 4405.0, 4437.0, 4383.0, 4434.0, 4385.0, 4424.0, 4394.0, 4412.0, 4405.0, 4384.0, 4384.0, 4365.0, 4413.0, 4374.0, 4433.0, 4395.0, 4405.0, 4384.0, 4364.0, 4394.0, 4386.0, 4426.0, 4376.0, 4437.0, 4385.0, 4435.0, 4385.0, 4434.0, 4403.0, 4433.0, 4384.0, 4385.0, 4392.0, 4364.0, 4413.0, 4383.0, 4423.0, 4384.0, 4385.0, 4383.0, 4364.0, 4415.0, 4386.0], 'WindowWidth': [9827.0, 9819.0, 9752.0, 9755.0, 9735.0, 9721.0, 9725.0, 9693.0, 9736.0, 9720.0, 9778.0, 9713.0, 9739.0, 9690.0, 9742.0, 9678.0, 9729.0, 9697.0, 9730.0, 9717.0, 9698.0, 9742.0, 9720.0, 9759.0, 9718.0, 9800.0, 9745.0, 9726.0, 9763.0, 9725.0, 9775.0, 9722.0, 9766.0, 9727.0, 9783.0, 9717.0, 9736.0, 9710.0, 9676.0, 9730.0, 9712.0, 9730.0, 9706.0, 9697.0, 9723.0, 9700.0, 9770.0, 9714.0, 9783.0, 9716.0, 9767.0, 9710.0, 9767.0, 9706.0, 9745.0, 9706.0, 9758.0, 9691.0, 9739.0, 9688.0, 9714.0, 9692.0, 9704.0, 9694.0, 9696.0, 9726.0, 9702.0, 9755.0, 9718.0, 9782.0, 9734.0, 9783.0, 9738.0, 9743.0, 9721.0, 9702.0, 9743.0, 9697.0, 9751.0, 9689.0, 9754.0, 9713.0, 9784.0, 9699.0, 9766.0, 9710.0, 9766.0, 9713.0, 9761.0, 9725.0, 9776.0, 9711.0, 9730.0, 9707.0, 9721.0, 9694.0, 9705.0, 9709.0, 9682.0, 9750.0, 9698.0, 9764.0, 9696.0, 9763.0, 9698.0, 9744.0, 9693.0, 9770.0, 9699.0, 9765.0, 9698.0, 9760.0, 9711.0, 9735.0, 9713.0, 9698.0, 9725.0, 9687.0, 9737.0, 9702.0, 9754.0, 9701.0, 9769.0, 9701.0, 9784.0, 9734.0, 9757.0, 9734.0, 9730.0, 9725.0, 9685.0, 9751.0, 9700.0, 9763.0, 9708.0, 9782.0, 9731.0, 9751.0, 9711.0, 9704.0, 9710.0, 9685.0, 9750.0, 9696.0, 9761.0, 9716.0, 9767.0, 9714.0, 9737.0, 9715.0, 9700.0, 9715.0, 9699.0, 9738.0, 9698.0, 9748.0, 9694.0, 9733.0, 9682.0, 9749.0, 9698.0, 9762.0, 9708.0, 9765.0, 9712.0, 9745.0, 9711.0, 9704.0, 9708.0, 9697.0, 9735.0, 9681.0, 9746.0, 9696.0, 9746.0, 9695.0, 9760.0, 9696.0, 9763.0, 9707.0, 9761.0, 9708.0, 9732.0, 9709.0, 9720.0, 9697.0, 9695.0, 9709.0, 9697.0, 9723.0, 9698.0, 9767.0, 9700.0, 9763.0, 9703.0, 9768.0, 9735.0, 9768.0, 9731.0, 9769.0, 9715.0, 9726.0, 9717.0, 9717.0, 9730.0, 9702.0, 9757.0, 9688.0, 9765.0, 9700.0, 9768.0, 9704.0, 9763.0, 9716.0, 9780.0, 9715.0, 9737.0, 9713.0, 9695.0, 9738.0, 9688.0, 9750.0, 9681.0, 9764.0, 9682.0, 9764.0, 9697.0, 9766.0, 9712.0, 9761.0, 9713.0, 9744.0, 9694.0, 9688.0, 9705.0, 9697.0, 9734.0, 9682.0, 9758.0, 9699.0, 9764.0, 9715.0, 9738.0, 9717.0, 9697.0, 9728.0, 9721.0, 9775.0, 9727.0, 9753.0, 9756.0, 9730.0, 9796.0, 9745.0, 9809.0, 9753.0, 9774.0, 9746.0, 9706.0, 9788.0, 9720.0, 9796.0, 9737.0, 9761.0, 9717.0, 9687.0, 9717.0, 9678.0, 9759.0, 9694.0, 9717.0, 9706.0, 9680.0, 9751.0, 9698.0, 9763.0, 9709.0, 9776.0, 9705.0, 9740.0, 9702.0, 9715.0, 9688.0, 9675.0, 9710.0, 9671.0, 9723.0, 9672.0, 9752.0, 9685.0, 9726.0, 9687.0, 9711.0, 9699.0, 9688.0, 9701.0, 9670.0, 9712.0, 9658.0, 9740.0, 9677.0, 9742.0, 9696.0, 9762.0, 9712.0, 9749.0, 9710.0, 9723.0, 9711.0, 9698.0, 9728.0, 9685.0, 9769.0, 9705.0, 9766.0, 9717.0, 9765.0, 9731.0, 9699.0, 9740.0, 9705.0, 9765.0, 9713.0, 9749.0, 9730.0, 9698.0, 9756.0, 9714.0, 9787.0, 9726.0, 9749.0, 9720.0, 9695.0, 9749.0, 9691.0, 9760.0, 9690.0, 9758.0, 9687.0, 9711.0, 9690.0, 9659.0, 9697.0, 9664.0, 9729.0, 9678.0, 9746.0, 9683.0, 9745.0, 9699.0, 9749.0, 9713.0, 9763.0, 9714.0, 9763.0, 9711.0, 9761.0, 9705.0, 9746.0, 9694.0, 9711.0, 9690.0, 9676.0, 9718.0, 9684.0, 9774.0, 9725.0, 9757.0, 9717.0, 9704.0, 9743.0, 9706.0, 9771.0, 9702.0, 9753.0, 9702.0, 9753.0, 9700.0, 9755.0, 9687.0, 9751.0, 9704.0, 9765.0, 9689.0, 9751.0, 9700.0, 9767.0, 9708.0, 9772.0, 9742.0, 9777.0, 9741.0, 9766.0, 9725.0, 9723.0, 9735.0, 9714.0, 9779.0, 9732.0, 9794.0, 9742.0, 9808.0, 9755.0, 9793.0, 9741.0, 9753.0, 9739.0, 9737.0, 9765.0, 9711.0, 9775.0, 9713.0, 9791.0, 9721.0, 9785.0, 9738.0, 9809.0, 9740.0, 9778.0, 9737.0, 9770.0, 9730.0, 9742.0, 9743.0, 9688.0, 9768.0, 9687.0, 9768.0, 9711.0, 9767.0, 9681.0, 9748.0, 9698.0, 9746.0, 9682.0, 9770.0, 9817.0, 9792.0, 9719.0, 9751.0, 9716.0, 9725.0, 9703.0, 9701.0, 9745.0, 9722.0, 9816.0, 9813.0, 9744.0, 9704.0, 9740.0, 9678.0, 9742.0, 9694.0, 9719.0, 9699.0, 9692.0, 9756.0, 9703.0, 9795.0, 9758.0, 9805.0, 9752.0, 9753.0, 9749.0, 9701.0, 9788.0, 9745.0, 9806.0, 9743.0, 9771.0, 9725.0, 9710.0, 9738.0, 9708.0, 9767.0, 9696.0, 9768.0, 9708.0, 9765.0, 9702.0, 9743.0, 9682.0, 9740.0, 9680.0, 9713.0, 9674.0, 9675.0, 9703.0, 9664.0, 9736.0, 9681.0, 9751.0, 9698.0, 9763.0, 9712.0, 9764.0, 9723.0, 9749.0, 9690.0, 9704.0, 9714.0, 9669.0, 9742.0, 9686.0, 9761.0, 9674.0, 9692.0, 9690.0, 9677.0, 9731.0, 9696.0, 9764.0, 9709.0, 9722.0, 9689.0, 9676.0, 9726.0, 9680.0, 9742.0, 9682.0, 9742.0, 9670.0, 9722.0, 9680.0, 9704.0, 9671.0, 9697.0, 9672.0, 9663.0, 9708.0, 9685.0, 9731.0, 9699.0, 9748.0, 9714.0, 9765.0, 9715.0, 9754.0, 9712.0, 9733.0, 9711.0, 9735.0, 9708.0, 9720.0, 9693.0, 9666.0, 9717.0, 9665.0, 9749.0, 9697.0, 9776.0, 9702.0, 9780.0, 9715.0, 9746.0, 9723.0, 9738.0, 9700.0, 9690.0, 9736.0, 9682.0, 9763.0, 9716.0, 9784.0, 9730.0, 9738.0, 9727.0, 9724.0, 9734.0, 9707.0, 9746.0, 9684.0, 9761.0, 9697.0, 9761.0, 9726.0, 9762.0, 9711.0, 9693.0, 9716.0, 9665.0, 9744.0, 9692.0, 9782.0, 9711.0, 9735.0, 9691.0, 9705.0, 9707.0, 9679.0, 9748.0, 9693.0, 9762.0, 9712.0, 9745.0, 9704.0, 9745.0, 9729.0, 9686.0, 9726.0, 9683.0, 9739.0, 9682.0, 9732.0, 9683.0, 9694.0, 9668.0, 9656.0, 9691.0, 9652.0, 9722.0, 9666.0, 9755.0, 9686.0, 9712.0, 9668.0, 9669.0, 9693.0, 9655.0, 9722.0, 9668.0, 9740.0, 9686.0, 9725.0, 9686.0, 9680.0, 9682.0, 9670.0, 9714.0, 9677.0, 9743.0, 9689.0, 9755.0, 9685.0, 9736.0, 9702.0, 9697.0, 9670.0, 9658.0, 9709.0, 9661.0, 9728.0, 9679.0, 9760.0, 9696.0, 9718.0, 9691.0, 9688.0, 9695.0, 9689.0, 9718.0, 9687.0, 9737.0, 9678.0, 9748.0, 9728.0, 9777.0, 9707.0, 9725.0, 9699.0, 9682.0, 9719.0, 9679.0, 9742.0, 9692.0, 9758.0, 9709.0, 9760.0, 9706.0, 9719.0, 9689.0, 9702.0, 9697.0, 9726.0, 9709.0, 9736.0, 9694.0, 9668.0, 9678.0, 9654.0, 9692.0, 9649.0, 9689.0, 9666.0, 9705.0, 9658.0, 9711.0, 9660.0, 9726.0, 9675.0, 9738.0, 9688.0, 9756.0, 9693.0, 9734.0, 9696.0, 9719.0, 9709.0, 9718.0, 9698.0, 9694.0, 9711.0, 9704.0, 9740.0, 9674.0, 9751.0, 9695.0, 9763.0, 9711.0, 9765.0, 9728.0, 9766.0, 9725.0, 9763.0, 9726.0, 9748.0, 9711.0, 9723.0, 9700.0, 9699.0, 9713.0, 9713.0, 9727.0, 9688.0, 9740.0, 9690.0, 9754.0, 9690.0, 9765.0, 9717.0, 9784.0, 9716.0, 9802.0, 9745.0, 9783.0, 9728.0, 9779.0, 9740.0, 9736.0, 9701.0, 9687.0, 9725.0, 9672.0, 9740.0, 9687.0, 9769.0, 9710.0, 9771.0, 9732.0, 9781.0, 9746.0, 9786.0, 9730.0, 9745.0, 9714.0, 9687.0, 9749.0, 9707.0, 9781.0, 9698.0, 9781.0, 9711.0, 9765.0, 9710.0, 9743.0, 9707.0, 9744.0, 9694.0, 9719.0, 9693.0, 9720.0, 9705.0, 9745.0, 9723.0, 9747.0, 9722.0, 9734.0, 9710.0, 9748.0, 9693.0, 9761.0, 9706.0, 9761.0, 9725.0, 9761.0, 9724.0, 9725.0, 9716.0, 9710.0, 9713.0, 9710.0, 9728.0, 9700.0, 9729.0, 9710.0, 9746.0, 9705.0, 9770.0, 9719.0, 9772.0, 9728.0, 9775.0, 9706.0, 9771.0, 9718.0, 9780.0, 9715.0, 9782.0, 9718.0, 9786.0, 9739.0, 9793.0, 9756.0, 9792.0, 9755.0, 9804.0, 9751.0, 9791.0, 9749.0, 9748.0, 9747.0, 9742.0, 9774.0, 9717.0, 9788.0, 9708.0, 9784.0, 9719.0, 9779.0, 9733.0, 9789.0, 9737.0, 9791.0, 9751.0, 9789.0, 9755.0, 9790.0, 9754.0, 9778.0, 9738.0, 9733.0, 9744.0, 9688.0, 9789.0, 9731.0, 9804.0, 9746.0, 9763.0, 9731.0, 9738.0, 9740.0, 9767.0, 9754.0, 9688.0, 9768.0, 9698.0, 9781.0, 9706.0, 9786.0, 9723.0, 9783.0, 9724.0, 9766.0, 9721.0, 9746.0, 9707.0, 9680.0, 9735.0, 9688.0, 9766.0, 9698.0, 9780.0, 9718.0, 9782.0, 9706.0, 9763.0, 9693.0, 9739.0, 9688.0, 9755.0, 9707.0, 9744.0, 9692.0, 9692.0, 9693.0, 9668.0, 9721.0, 9679.0, 9751.0, 9683.0, 9753.0, 9686.0, 9764.0, 9706.0, 9765.0, 9723.0, 9776.0, 9710.0, 9764.0, 9720.0, 9743.0, 9703.0, 9756.0, 9713.0, 9712.0, 9688.0, 9662.0, 9713.0, 9661.0, 9741.0, 9689.0, 9758.0, 9706.0, 9757.0, 9708.0, 9756.0, 9708.0, 9774.0, 9705.0, 9746.0, 9706.0, 9742.0, 9707.0, 9719.0, 9719.0, 9677.0, 9733.0, 9685.0, 9758.0, 9692.0, 9727.0, 9706.0, 9667.0, 9720.0, 9672.0, 9746.0, 9693.0, 9760.0, 9725.0, 9776.0, 9722.0, 9747.0, 9700.0, 9672.0, 9718.0, 9661.0, 9745.0, 9680.0, 9746.0, 9710.0, 9705.0, 9712.0, 9682.0, 9725.0, 9694.0, 9753.0, 9704.0, 9780.0, 9733.0, 9754.0, 9718.0, 9689.0, 9725.0, 9671.0, 9762.0, 9712.0, 9766.0, 9713.0, 9711.0, 9707.0, 9681.0, 9747.0, 9716.0, 9766.0, 9686.0, 9757.0, 9689.0, 9742.0, 9702.0, 9723.0, 9717.0, 9687.0, 9689.0, 9664.0, 9725.0, 9674.0, 9754.0, 9705.0, 9718.0, 9690.0, 9665.0, 9702.0, 9692.0, 9750.0, 9681.0, 9764.0, 9691.0, 9759.0, 9689.0, 9757.0, 9715.0, 9754.0, 9689.0, 9691.0, 9696.0, 9660.0, 9725.0, 9687.0, 9740.0, 9689.0, 9692.0, 9687.0, 9663.0, 9730.0, 9692.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.00035544827586206894</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03494660472906404</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.02591472828409</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1845532322485215</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9455532728402365</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4899</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5437.5137</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07317612457238744</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.7881773399014779</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4934451260381665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.373079943421365</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.782140660941325</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3251147737518103</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00603292</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01988021843135357</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03399970382452011</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1015</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.9303451129135594</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>23.4418</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.7453</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.5063</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294889.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>865.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.6216</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5223</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.2965</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3563.8515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3776.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81655.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1215.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4647.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>960.724</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.39148832124192</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> |