=== 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-0002 --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-0002",
"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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-01/func/sub-0002_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>fbf5a276786b9bee645af389d40c3d35</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>10:58:51.302500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.989531, -0.071731, 0.125235, 0.0509933, 0.985542, 0.161573]</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.0713465</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>[4156, -7788, -7281, 517, -79, -342, 28, 69]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.707</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a4920c39-0a83-4804-a4c3-73a16776d5b4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6548383235931396, 0.1368112415075302, 0.36453744769096375, 105.39185333251953], [0.19244912266731262, 2.6441380977630615, 0.41443783044815063, -115.53483581542969], [0.3359954059123993, -0.43348902463912964, 2.642982006072998, -57.98563003540039], [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': ['105851.302500', '105851.762500', '105852.222500', '105852.682500', '105853.142500', '105853.602500', '105854.062500', '105854.522500', '105854.982500', '105855.442500', '105855.902500', '105856.362500', '105856.822500', '105857.282500', '105857.742500', '105858.202500', '105858.662500', '105859.122500', '105859.582500', '105900.042500', '105900.502500', '105900.962500', '105901.422500', '105901.882500', '105902.342500', '105902.802500', '105903.262500', '105903.722500', '105904.182500', '105904.642500', '105905.102500', '105905.562500', '105906.022500', '105906.482500', '105906.942500', '105907.402500', '105907.862500', '105908.322500', '105908.782500', '105909.242500', '105909.702500', '105910.162500', '105910.622500', '105911.082500', '105911.542500', '105912.002500', '105912.462500', '105912.922500', '105913.382500', '105913.842500', '105914.302500', '105914.762500', '105915.222500', '105915.682500', '105916.142500', '105916.602500', '105917.062500', '105917.522500', '105917.982500', '105918.442500', '105918.902500', '105919.362500', '105919.822500', '105920.282500', '105920.742500', '105921.202500', '105921.662500', '105922.122500', '105922.582500', '105923.042500', '105923.502500', '105923.962500', '105924.422500', '105924.882500', '105925.342500', '105925.802500', '105926.262500', '105926.722500', '105927.182500', '105927.642500', '105928.102500', '105928.562500', '105929.022500', '105929.482500', '105929.942500', '105930.402500', '105930.862500', '105931.322500', '105931.782500', '105932.242500', '105932.702500', '105933.162500', '105933.622500', '105934.082500', '105934.542500', '105935.002500', '105935.462500', '105935.922500', '105936.382500', '105936.842500', '105937.302500', '105937.762500', '105938.222500', '105938.682500', '105939.142500', '105939.602500', '105940.062500', '105940.522500', '105940.982500', '105941.442500', '105941.902500', '105942.362500', '105942.822500', '105943.282500', '105943.742500', '105944.202500', '105944.662500', '105945.122500', '105945.582500', '105946.042500', '105946.502500', '105946.962500', '105947.422500', '105947.882500', '105948.342500', '105948.802500', '105949.262500', '105949.722500', '105950.182500', '105950.642500', '105951.102500', '105951.562500', '105952.022500', '105952.482500', '105952.942500', '105953.402500', '105953.862500', '105954.322500', '105954.782500', '105955.242500', '105955.702500', '105956.162500', '105956.622500', '105957.082500', '105957.542500', '105958.002500', '105958.462500', '105958.922500', '105959.382500', '105959.842500', '110000.302500', '110000.762500', '110001.222500', '110001.682500', '110002.142500', '110002.602500', '110003.062500', '110003.522500', '110003.982500', '110004.442500', '110004.902500', '110005.362500', '110005.822500', '110006.282500', '110006.742500', '110007.202500', '110007.662500', '110008.122500', '110008.582500', '110009.042500', '110009.502500', '110009.962500', '110010.422500', '110010.882500', '110011.342500', '110011.802500', '110012.262500', '110012.722500', '110013.182500', '110013.642500', '110014.102500', '110014.562500', '110015.022500', '110015.482500', '110015.942500', '110016.402500', '110016.862500', '110017.322500', '110017.782500', '110018.242500', '110018.702500', '110019.162500', '110019.622500', '110020.082500', '110020.542500', '110021.002500', '110021.462500', '110021.922500', '110022.382500', '110022.842500', '110023.302500', '110023.762500', '110024.222500', '110024.682500', '110025.142500', '110025.602500', '110026.062500', '110026.522500', '110026.982500', '110027.442500', '110027.902500', '110028.362500', '110028.822500', '110029.282500', '110029.742500', '110030.202500', '110030.662500', '110031.122500', '110031.582500', '110032.042500', '110032.502500', '110032.962500', '110033.422500', '110033.882500', '110034.342500', '110034.802500', '110035.262500', '110035.722500', '110036.182500', '110036.642500', '110037.102500', '110037.562500', '110038.022500', '110038.482500', '110038.942500', '110039.402500', '110039.862500', '110040.322500', '110040.782500', '110041.242500', '110041.702500', '110042.162500', '110042.622500', '110043.082500', '110043.542500', '110044.002500', '110044.462500', '110044.922500', '110045.382500', '110045.842500', '110046.302500', '110046.762500', '110047.222500', '110047.682500', '110048.142500', '110048.602500', '110049.062500', '110049.522500', '110049.982500', '110050.442500', '110050.902500', '110051.362500', '110051.822500', '110052.282500', '110052.742500', '110053.202500', '110053.662500', '110054.122500', '110054.582500', '110055.042500', '110055.502500', '110055.962500', '110056.422500', '110056.882500', '110057.342500', '110057.802500', '110058.262500', '110058.722500', '110059.182500', '110059.642500', '110100.102500', '110100.562500', '110101.022500', '110101.482500', '110101.942500', '110102.402500', '110102.862500', '110103.322500', '110103.782500', '110104.242500', '110104.702500', '110105.162500', '110105.622500', '110106.082500', '110106.542500', '110107.002500', '110107.462500', '110107.922500', '110108.382500', '110108.842500', '110109.302500', '110109.762500', '110110.222500', '110110.682500', '110111.142500', '110111.602500', '110112.062500', '110112.522500', '110112.982500', '110113.442500', '110113.902500', '110114.362500', '110114.822500', '110115.282500', '110115.742500', '110116.202500', '110116.662500', '110117.122500', '110117.582500', '110118.042500', '110118.502500', '110118.962500', '110119.422500', '110119.882500', '110120.342500', '110120.802500', '110121.262500', '110121.722500', '110122.182500', '110122.642500', '110123.102500', '110123.562500', '110124.022500', '110124.482500', '110124.942500', '110125.402500', '110125.862500', '110126.322500', '110126.782500', '110127.242500', '110127.702500', '110128.162500', '110128.622500', '110129.082500', '110129.542500', '110130.002500', '110130.462500', '110130.922500', '110131.382500', '110131.842500', '110132.302500', '110132.762500', '110133.222500', '110133.682500', '110134.142500', '110134.602500', '110135.062500', '110135.522500', '110135.982500', '110136.442500', '110136.902500', '110137.362500', '110137.822500', '110138.282500', '110138.742500', '110139.202500', '110139.662500', '110140.122500', '110140.582500', '110141.042500', '110141.502500', '110141.962500', '110142.422500', '110142.882500', '110143.342500', '110143.802500', '110144.262500', '110144.722500', '110145.182500', '110145.642500', '110146.102500', '110146.562500', '110147.022500', '110147.482500', '110147.942500', '110148.402500', '110148.862500', '110149.322500', '110149.782500', '110150.242500', '110150.702500', '110151.162500', '110151.622500', '110152.082500', '110152.542500', '110153.002500', '110153.462500', '110153.922500', '110154.382500', '110154.842500', '110155.302500', '110155.762500', '110156.222500', '110156.682500', '110157.142500', '110157.602500', '110158.062500', '110158.522500', '110158.982500', '110159.442500', '110159.902500', '110200.362500', '110200.822500', '110201.282500', '110201.742500', '110202.202500', '110202.662500', '110203.122500', '110203.582500', '110204.042500', '110204.502500', '110204.962500', '110205.422500', '110205.882500', '110206.342500', '110206.802500', '110207.262500', '110207.722500', '110208.182500', '110208.642500', '110209.102500', '110209.562500', '110210.022500', '110210.482500', '110210.942500', '110211.402500', '110211.862500', '110212.322500', '110212.782500', '110213.242500', '110213.702500', '110214.162500', '110214.622500', '110215.082500', '110215.542500', '110216.002500', '110216.462500', '110216.922500', '110217.382500', '110217.842500', '110218.302500', '110218.762500', '110219.222500', '110219.682500', '110220.142500', '110220.602500', '110221.062500', '110221.522500', '110221.982500', '110222.442500', '110222.902500', '110223.362500', '110223.822500', '110224.282500', '110224.742500', '110225.202500', '110225.662500', '110226.122500', '110226.582500', '110227.042500', '110227.502500', '110227.962500', '110228.422500', '110228.882500', '110229.342500', '110229.802500', '110230.262500', '110230.722500', '110231.182500', '110231.642500', '110232.102500', '110232.562500', '110233.022500', '110233.482500', '110233.942500', '110234.402500', '110234.862500', '110235.322500', '110235.782500', '110236.242500', '110236.702500', '110237.162500', '110237.622500', '110238.082500', '110238.542500', '110239.002500', '110239.462500', '110239.922500', '110240.382500', '110240.842500', '110241.302500', '110241.762500', '110242.222500', '110242.682500', '110243.142500', '110243.602500', '110244.062500', '110244.522500', '110244.982500', '110245.442500', '110245.902500', '110246.362500', '110246.822500', '110247.282500', '110247.742500', '110248.202500', '110248.662500', '110249.122500', '110249.582500', '110250.042500', '110250.502500', '110250.962500', '110251.422500', '110251.882500', '110252.342500', '110252.802500', '110253.262500', '110253.722500', '110254.182500', '110254.642500', '110255.102500', '110255.562500', '110256.022500', '110256.482500', '110256.942500', '110257.402500', '110257.862500', '110258.322500', '110258.782500', '110259.242500', '110259.702500', '110300.162500', '110300.622500', '110301.082500', '110301.542500', '110302.002500', '110302.462500', '110302.922500', '110303.382500', '110303.842500', '110304.302500', '110304.762500', '110305.222500', '110305.682500', '110306.142500', '110306.602500', '110307.062500', '110307.522500', '110307.982500', '110308.442500', '110308.902500', '110309.362500', '110309.822500', '110310.282500', '110310.742500', '110311.202500', '110311.662500', '110312.122500', '110312.582500', '110313.042500', '110313.502500', '110313.962500', '110314.422500', '110314.882500', '110315.342500', '110315.802500', '110316.262500', '110316.722500', '110317.182500', '110317.642500', '110318.102500', '110318.562500', '110319.022500', '110319.482500', '110319.942500', '110320.402500', '110320.862500', '110321.322500', '110321.782500', '110322.242500', '110322.702500', '110323.162500', '110323.622500', '110324.082500', '110324.542500', '110325.002500', '110325.462500', '110325.922500', '110326.382500', '110326.842500', '110327.302500', '110327.762500', '110328.222500', '110328.682500', '110329.142500', '110329.602500', '110330.062500', '110330.522500', '110330.982500', '110331.442500', '110331.902500', '110332.362500', '110332.822500', '110333.282500', '110333.742500', '110334.202500', '110334.662500', '110335.122500', '110335.582500', '110336.042500', '110336.502500', '110336.962500', '110337.422500', '110337.882500', '110338.342500', '110338.802500', '110339.262500', '110339.722500', '110340.182500', '110340.642500', '110341.102500', '110341.562500', '110342.022500', '110342.482500', '110342.942500', '110343.402500', '110343.862500', '110344.322500', '110344.782500', '110345.242500', '110345.702500', '110346.162500', '110346.622500', '110347.082500', '110347.542500', '110348.002500', '110348.462500', '110348.922500', '110349.382500', '110349.842500', '110350.302500', '110350.762500', '110351.222500', '110351.682500', '110352.142500', '110352.602500', '110353.062500', '110353.522500', '110353.982500', '110354.442500', '110354.902500', '110355.362500', '110355.822500', '110356.282500', '110356.742500', '110357.202500', '110357.662500', '110358.122500', '110358.582500', '110359.042500', '110359.502500', '110359.962500', '110400.422500', '110400.882500', '110401.342500', '110401.802500', '110402.262500', '110402.722500', '110403.182500', '110403.642500', '110404.102500', '110404.562500', '110405.022500', '110405.482500', '110405.942500', '110406.402500', '110406.862500', '110407.322500', '110407.782500', '110408.242500', '110408.702500', '110409.162500', '110409.622500', '110410.082500', '110410.542500', '110411.002500', '110411.462500', '110411.922500', '110412.382500', '110412.842500', '110413.302500', '110413.762500', '110414.222500', '110414.682500', '110415.142500', '110415.602500', '110416.062500', '110416.522500', '110416.982500', '110417.442500', '110417.902500', '110418.362500', '110418.822500', '110419.282500', '110419.742500', '110420.202500', '110420.662500', '110421.122500', '110421.582500', '110422.042500', '110422.502500', '110422.962500', '110423.422500', '110423.882500', '110424.342500', '110424.802500', '110425.262500', '110425.722500', '110426.182500', '110426.642500', '110427.102500', '110427.562500', '110428.022500', '110428.482500', '110428.942500', '110429.402500', '110429.862500', '110430.322500', '110430.782500', '110431.242500', '110431.702500', '110432.162500', '110432.622500', '110433.082500', '110433.542500', '110434.002500', '110434.462500', '110434.922500', '110435.382500', '110435.842500', '110436.302500', '110436.762500', '110437.222500', '110437.682500', '110438.142500', '110438.602500', '110439.062500', '110439.522500', '110439.982500', '110440.442500', '110440.902500', '110441.362500', '110441.822500', '110442.282500', '110442.742500', '110443.202500', '110443.662500', '110444.122500', '110444.582500', '110445.042500', '110445.502500', '110445.962500', '110446.422500', '110446.882500', '110447.342500', '110447.802500', '110448.262500', '110448.722500', '110449.182500', '110449.642500', '110450.102500', '110450.562500', '110451.022500', '110451.482500', '110451.942500', '110452.402500', '110452.862500', '110453.322500', '110453.782500', '110454.242500', '110454.702500', '110455.162500', '110455.622500', '110456.082500', '110456.542500', '110457.002500', '110457.462500', '110457.922500', '110458.382500', '110458.842500', '110459.302500', '110459.762500', '110500.222500', '110500.682500', '110501.142500', '110501.602500', '110502.062500', '110502.522500', '110502.982500', '110503.442500', '110503.902500', '110504.362500', '110504.822500', '110505.282500', '110505.742500', '110506.202500', '110506.662500', '110507.122500', '110507.582500', '110508.042500', '110508.502500', '110508.962500', '110509.422500', '110509.882500', '110510.342500', '110510.802500', '110511.262500', '110511.722500', '110512.182500', '110512.642500', '110513.102500', '110513.562500', '110514.022500', '110514.482500', '110514.942500', '110515.402500', '110515.862500', '110516.322500', '110516.782500', '110517.242500', '110517.702500', '110518.162500', '110518.622500', '110519.082500', '110519.542500', '110520.002500', '110520.462500', '110520.922500', '110521.382500', '110521.842500', '110522.302500', '110522.762500', '110523.222500', '110523.682500', '110524.142500', '110524.602500', '110525.062500', '110525.522500', '110525.982500', '110526.442500', '110526.902500', '110527.362500', '110527.822500', '110528.282500', '110528.742500', '110529.202500', '110529.662500', '110530.122500', '110530.582500', '110531.042500', '110531.502500', '110531.962500', '110532.422500', '110532.882500', '110533.342500', '110533.802500', '110534.262500', '110534.722500', '110535.182500', '110535.642500', '110536.102500', '110536.562500', '110537.022500', '110537.482500', '110537.942500', '110538.402500', '110538.862500', '110539.322500', '110539.782500', '110540.242500', '110540.702500', '110541.162500', '110541.622500', '110542.082500', '110542.542500', '110543.002500', '110543.462500', '110543.922500', '110544.382500', '110544.842500', '110545.302500', '110545.762500', '110546.222500', '110546.682500', '110547.142500', '110547.602500', '110548.062500', '110548.522500', '110548.982500', '110549.442500', '110549.902500', '110550.362500', '110550.822500', '110551.282500', '110551.742500', '110552.202500', '110552.662500', '110553.122500', '110553.582500', '110554.042500', '110554.502500', '110554.962500', '110555.422500', '110555.882500', '110556.342500', '110556.802500', '110557.262500', '110557.722500', '110558.182500', '110558.642500', '110559.102500', '110559.562500', '110600.022500', '110600.482500', '110600.942500', '110601.402500', '110601.862500', '110602.322500', '110602.782500', '110603.242500', '110603.702500', '110604.162500', '110604.622500', '110605.082500', '110605.542500', '110606.002500', '110606.462500', '110606.922500', '110607.382500', '110607.842500', '110608.302500', '110608.762500', '110609.222500', '110609.682500', '110610.142500', '110610.602500', '110611.062500', '110611.522500', '110611.982500', '110612.442500', '110612.902500', '110613.362500', '110613.822500', '110614.282500', '110614.742500', '110615.202500', '110615.662500', '110616.122500', '110616.582500', '110617.042500', '110617.502500', '110617.962500', '110618.422500', '110618.882500', '110619.342500', '110619.802500', '110620.262500', '110620.722500', '110621.182500', '110621.642500', '110622.102500', '110622.562500', '110623.022500', '110623.482500', '110623.942500', '110624.402500', '110624.862500', '110625.322500', '110625.782500', '110626.242500', '110626.702500', '110627.162500', '110627.622500', '110628.082500', '110628.542500', '110629.002500', '110629.462500', '110629.922500', '110630.382500', '110630.842500', '110631.302500', '110631.762500', '110632.222500', '110632.682500', '110633.142500', '110633.602500', '110634.062500', '110634.522500', '110634.982500', '110635.442500', '110635.902500', '110636.362500', '110636.822500', '110637.282500', '110637.742500', '110638.202500'], 'ContentTime': ['105909.308000', '105909.321000', '105909.324000', '105909.327000', '105909.330000', '105909.333000', '105909.336000', '105909.339000', '105909.341000', '105909.344000', '105909.347000', '105909.350000', '105909.353000', '105909.356000', '105909.359000', '105909.361000', '105909.364000', '105909.367000', '105909.370000', '105909.373000', '105909.376000', '105909.379000', '105909.386000', '105909.389000', '105909.392000', '105909.395000', '105909.398000', '105909.400000', '105909.404000', '105909.406000', '105909.409000', '105909.412000', '105909.415000', '105909.418000', '105909.421000', '105909.424000', '105909.427000', '105929.246000', '105929.249000', '105929.252000', '105929.255000', '105929.260000', '105929.263000', '105929.266000', '105929.269000', '105929.272000', '105929.274000', '105929.277000', '105929.280000', '105929.283000', '105929.286000', '105929.289000', '105929.291000', '105929.294000', '105929.297000', '105929.300000', '105929.303000', '105929.306000', '105929.308000', '105929.311000', '105929.314000', '105929.317000', '105929.320000', '105929.323000', '105929.325000', '105929.328000', '105929.331000', '105929.334000', '105929.336000', '105929.339000', '105929.342000', '105929.345000', '105929.348000', '105929.351000', '105929.353000', '105929.356000', '105929.359000', '105929.362000', '105929.365000', '105929.368000', '105929.370000', '105949.246000', '105949.249000', '105949.252000', '105949.254000', '105949.258000', '105949.260000', '105949.263000', '105949.267000', '105949.270000', '105949.273000', '105949.276000', '105949.279000', '105949.282000', '105949.284000', '105949.287000', '105949.290000', '105949.293000', '105949.296000', '105949.299000', '105949.301000', '105949.304000', '105949.307000', '105949.310000', '105949.313000', '105949.316000', '105949.318000', '105949.321000', '105949.324000', '105949.327000', '105949.330000', '105949.333000', '105949.335000', '105949.338000', '105949.341000', '105949.344000', '105949.348000', '105949.351000', '105949.354000', '105949.357000', '105949.360000', '105949.363000', '105949.365000', '105949.368000', '110009.247000', '110009.256000', '110009.276000', '110009.279000', '110009.282000', '110009.290000', '110009.293000', '110009.296000', '110009.299000', '110009.302000', '110009.305000', '110009.307000', '110009.310000', '110009.313000', '110009.316000', '110009.319000', '110009.322000', '110009.325000', '110009.327000', '110009.330000', '110009.333000', '110009.336000', '110009.339000', '110009.342000', '110009.344000', '110009.347000', '110009.350000', '110009.353000', '110009.356000', '110009.359000', '110009.362000', '110009.365000', '110009.367000', '110009.370000', '110009.373000', '110009.376000', '110009.379000', '110009.382000', '110009.384000', '110009.387000', '110009.390000', '110009.393000', '110009.396000', '110009.399000', '110029.247000', '110029.250000', '110029.253000', '110029.256000', '110029.259000', '110029.262000', '110029.264000', '110029.267000', '110029.270000', '110029.273000', '110029.276000', '110029.279000', '110029.281000', '110029.284000', '110029.287000', '110029.290000', '110029.293000', '110029.296000', '110029.298000', '110029.301000', '110029.304000', '110029.326000', '110029.329000', '110029.332000', '110029.335000', '110029.337000', '110029.340000', '110029.343000', '110029.346000', '110029.349000', '110029.352000', '110029.355000', '110029.357000', '110029.360000', '110029.363000', '110029.366000', '110029.369000', '110029.372000', '110029.374000', '110029.377000', '110029.380000', '110029.383000', '110029.386000', '110049.247000', '110049.250000', '110049.253000', '110049.255000', '110049.258000', '110049.261000', '110049.264000', '110049.267000', '110049.270000', '110049.273000', '110049.275000', '110049.278000', '110049.281000', '110049.284000', '110049.287000', '110049.290000', '110049.293000', '110049.295000', '110049.298000', '110049.301000', '110049.304000', '110049.307000', '110049.310000', '110049.313000', '110049.316000', '110049.318000', '110049.321000', '110049.324000', '110049.327000', '110049.330000', '110049.333000', '110049.336000', '110049.338000', '110049.341000', '110049.344000', '110049.347000', '110049.350000', '110049.353000', '110049.355000', '110049.358000', '110049.361000', '110049.364000', '110049.367000', '110049.370000', '110109.247000', '110109.250000', '110109.253000', '110109.256000', '110109.259000', '110109.262000', '110109.265000', '110109.268000', '110109.270000', '110109.273000', '110109.276000', '110109.279000', '110109.282000', '110109.285000', '110109.288000', '110109.291000', '110109.293000', '110109.296000', '110109.299000', '110109.302000', '110109.305000', '110109.307000', '110109.311000', '110109.313000', '110109.316000', '110109.319000', '110109.322000', '110109.325000', '110109.328000', '110109.330000', '110109.333000', '110109.336000', '110109.339000', '110109.342000', '110109.345000', '110109.348000', '110109.350000', '110109.353000', '110109.356000', '110109.359000', '110109.362000', '110109.365000', '110109.368000', '110129.247000', '110129.250000', '110129.253000', '110129.256000', '110129.258000', '110129.261000', '110129.264000', '110129.267000', '110129.270000', '110129.273000', '110129.275000', '110129.278000', '110129.281000', '110129.284000', '110129.287000', '110129.290000', '110129.293000', '110129.296000', '110129.298000', '110129.301000', '110129.304000', '110129.307000', '110129.310000', '110129.313000', '110129.316000', '110129.318000', '110129.321000', '110129.324000', '110129.327000', '110129.330000', '110129.333000', '110129.336000', '110129.338000', '110129.341000', '110129.344000', '110129.347000', '110129.350000', '110129.353000', '110129.356000', '110129.359000', '110129.361000', '110129.375000', '110129.378000', '110129.380000', '110149.246000', '110149.249000', '110149.252000', '110149.255000', '110149.258000', '110149.261000', '110149.263000', '110149.266000', '110149.269000', '110149.272000', '110149.275000', '110149.278000', '110149.281000', '110149.284000', '110149.287000', '110149.289000', '110149.292000', '110149.295000', '110149.298000', '110149.301000', '110149.304000', '110149.307000', '110149.309000', '110149.312000', '110149.315000', '110149.318000', '110149.321000', '110149.324000', '110149.326000', '110149.329000', '110149.332000', '110149.335000', '110149.338000', '110149.341000', '110149.344000', '110149.346000', '110149.349000', '110149.352000', '110149.355000', '110149.358000', '110149.361000', '110149.364000', '110149.367000', '110209.246000', '110209.252000', '110209.256000', '110209.260000', '110209.262000', '110209.265000', '110209.268000', '110209.271000', '110209.274000', '110209.277000', '110209.280000', '110209.283000', '110209.285000', '110209.288000', '110209.291000', '110209.294000', '110209.297000', '110209.300000', '110209.303000', '110209.306000', '110209.308000', '110209.311000', '110209.314000', '110209.317000', '110209.320000', '110209.323000', '110209.326000', '110209.328000', '110209.331000', '110209.334000', '110209.337000', '110209.340000', '110209.343000', '110209.345000', '110209.348000', '110209.351000', '110209.354000', '110209.357000', '110209.360000', '110209.363000', '110209.366000', '110209.368000', '110209.371000', '110229.247000', '110229.250000', '110229.253000', '110229.256000', '110229.259000', '110229.262000', '110229.264000', '110229.267000', '110229.270000', '110229.273000', '110229.276000', '110229.279000', '110229.282000', '110229.285000', '110229.287000', '110229.290000', '110229.293000', '110229.296000', '110229.299000', '110229.302000', '110229.305000', '110229.308000', '110229.310000', '110229.313000', '110229.316000', '110229.319000', '110229.322000', '110229.325000', '110229.328000', '110229.331000', '110229.333000', '110229.336000', '110229.339000', '110229.342000', '110229.345000', '110229.348000', '110229.350000', '110229.353000', '110229.356000', '110229.359000', '110229.362000', '110229.365000', '110229.368000', '110229.370000', '110249.247000', '110249.250000', '110249.253000', '110249.256000', '110249.259000', '110249.262000', '110249.264000', '110249.267000', '110249.270000', '110249.276000', '110249.279000', '110249.282000', '110249.285000', '110249.288000', '110249.291000', '110249.294000', '110249.296000', '110249.299000', '110249.302000', '110249.305000', '110249.308000', '110249.311000', '110249.314000', '110249.317000', '110249.320000', '110249.323000', '110249.325000', '110249.328000', '110249.331000', '110249.334000', '110249.337000', '110249.340000', '110249.342000', '110249.345000', '110249.348000', '110249.351000', '110249.354000', '110249.357000', '110249.360000', '110249.362000', '110249.365000', '110249.368000', '110249.371000', '110309.247000', '110309.250000', '110309.253000', '110309.256000', '110309.259000', '110309.262000', '110309.264000', '110309.267000', '110309.270000', '110309.273000', '110309.276000', '110309.279000', '110309.282000', '110309.285000', '110309.287000', '110309.290000', '110309.293000', '110309.296000', '110309.299000', '110309.302000', '110309.304000', '110309.307000', '110309.310000', '110309.325000', '110309.328000', '110309.331000', '110309.334000', '110309.337000', '110309.340000', '110309.343000', '110309.346000', '110309.348000', '110309.351000', '110309.354000', '110309.357000', '110309.360000', '110309.363000', '110309.365000', '110309.368000', '110309.371000', '110309.374000', '110309.377000', '110309.380000', '110309.383000', '110329.247000', '110329.250000', '110329.253000', '110329.256000', '110329.259000', '110329.262000', '110329.265000', '110329.268000', '110329.270000', '110329.273000', '110329.276000', '110329.279000', '110329.282000', '110329.285000', '110329.288000', '110329.293000', '110329.296000', '110329.299000', '110329.301000', '110329.304000', '110329.307000', '110329.310000', '110329.313000', '110329.316000', '110329.319000', '110329.322000', '110329.325000', '110329.327000', '110329.334000', '110329.337000', '110329.339000', '110329.342000', '110329.345000', '110329.348000', '110329.351000', '110329.354000', '110329.357000', '110329.360000', '110329.363000', '110329.365000', '110329.368000', '110329.371000', '110329.374000', '110349.247000', '110349.250000', '110349.253000', '110349.256000', '110349.259000', '110349.262000', '110349.264000', '110349.267000', '110349.270000', '110349.273000', '110349.276000', '110349.279000', '110349.282000', '110349.285000', '110349.287000', '110349.290000', '110349.293000', '110349.296000', '110349.299000', '110349.302000', '110349.305000', '110349.308000', '110349.310000', '110349.313000', '110349.316000', '110349.319000', '110349.322000', '110349.325000', '110349.328000', '110349.330000', '110349.333000', '110349.336000', '110349.339000', '110349.342000', '110349.345000', '110349.348000', '110349.351000', '110349.353000', '110349.356000', '110349.359000', '110349.362000', '110349.365000', '110349.368000', '110349.371000', '110409.246000', '110409.249000', '110409.252000', '110409.255000', '110409.258000', '110409.261000', '110409.264000', '110409.267000', '110409.269000', '110409.272000', '110409.275000', '110409.278000', '110409.281000', '110409.284000', '110409.287000', '110409.290000', '110409.292000', '110409.296000', '110409.298000', '110409.301000', '110409.305000', '110409.307000', '110409.310000', '110409.313000', '110409.316000', '110409.319000', '110409.322000', '110409.325000', '110409.327000', '110409.330000', '110409.333000', '110409.336000', '110409.339000', '110409.342000', '110409.345000', '110409.348000', '110409.351000', '110409.353000', '110409.356000', '110409.359000', '110409.362000', '110409.365000', '110409.368000', '110429.247000', '110429.250000', '110429.253000', '110429.258000', '110429.261000', '110429.264000', '110429.267000', '110429.270000', '110429.272000', '110429.275000', '110429.278000', '110429.281000', '110429.284000', '110429.287000', '110429.290000', '110429.292000', '110429.295000', '110429.298000', '110429.301000', '110429.304000', '110429.314000', '110429.317000', '110429.320000', '110429.322000', '110429.325000', '110429.328000', '110429.331000', '110429.334000', '110429.337000', '110429.339000', '110429.342000', '110429.345000', '110429.348000', '110429.351000', '110429.368000', '110429.371000', '110429.374000', '110429.377000', '110429.385000', '110429.388000', '110429.391000', '110429.394000', '110429.397000', '110429.400000', '110449.247000', '110449.250000', '110449.253000', '110449.256000', '110449.260000', '110449.263000', '110449.266000', '110449.269000', '110449.272000', '110449.275000', '110449.277000', '110449.280000', '110449.283000', '110449.286000', '110449.289000', '110449.292000', '110449.295000', '110449.297000', '110449.300000', '110449.303000', '110449.306000', '110449.309000', '110449.312000', '110449.315000', '110449.318000', '110449.321000', '110449.325000', '110449.327000', '110449.330000', '110449.333000', '110449.336000', '110449.339000', '110449.342000', '110449.345000', '110449.348000', '110449.350000', '110449.353000', '110449.356000', '110449.359000', '110449.362000', '110449.365000', '110449.367000', '110449.370000', '110509.247000', '110509.250000', '110509.253000', '110509.256000', '110509.259000', '110509.262000', '110509.265000', '110509.267000', '110509.270000', '110509.273000', '110509.276000', '110509.279000', '110509.282000', '110509.285000', '110509.287000', '110509.290000', '110509.293000', '110509.296000', '110509.299000', '110509.302000', '110509.305000', '110509.308000', '110509.310000', '110509.313000', '110509.316000', '110509.319000', '110509.322000', '110509.325000', '110509.327000', '110509.330000', '110509.333000', '110509.336000', '110509.339000', '110509.342000', '110509.345000', '110509.348000', '110509.350000', '110509.353000', '110509.356000', '110509.359000', '110509.362000', '110509.365000', '110509.368000', '110509.370000', '110529.247000', '110529.250000', '110529.253000', '110529.256000', '110529.259000', '110529.262000', '110529.265000', '110529.268000', '110529.271000', '110529.273000', '110529.276000', '110529.279000', '110529.282000', '110529.285000', '110529.288000', '110529.291000', '110529.293000', '110529.296000', '110529.299000', '110529.302000', '110529.305000', '110529.308000', '110529.311000', '110529.314000', '110529.317000', '110529.319000', '110529.322000', '110529.325000', '110529.328000', '110529.331000', '110529.334000', '110529.337000', '110529.340000', '110529.342000', '110529.345000', '110529.348000', '110529.351000', '110529.354000', '110529.358000', '110529.360000', '110529.363000', '110529.366000', '110529.369000', '110549.247000', '110549.250000', '110549.253000', '110549.256000', '110549.259000', '110549.262000', '110549.264000', '110549.267000', '110549.270000', '110549.273000', '110549.276000', '110549.279000', '110549.282000', '110549.284000', '110549.287000', '110549.290000', '110549.293000', '110549.296000', '110549.299000', '110549.301000', '110549.304000', '110549.307000', '110549.310000', '110549.313000', '110549.316000', '110549.319000', '110549.321000', '110549.324000', '110549.327000', '110549.330000', '110549.333000', '110549.336000', '110549.339000', '110549.341000', '110549.344000', '110549.347000', '110549.350000', '110549.353000', '110549.356000', '110549.359000', '110549.362000', '110549.364000', '110549.367000', '110549.370000', '110609.247000', '110609.250000', '110609.253000', '110609.256000', '110609.259000', '110609.262000', '110609.265000', '110609.268000', '110609.270000', '110609.273000', '110609.276000', '110609.279000', '110609.282000', '110609.285000', '110609.288000', '110609.290000', '110609.293000', '110609.297000', '110609.300000', '110609.303000', '110609.306000', '110609.309000', '110609.312000', '110609.314000', '110609.317000', '110609.320000', '110609.323000', '110609.326000', '110609.329000', '110609.332000', '110609.335000', '110609.337000', '110609.340000', '110609.343000', '110609.346000', '110609.349000', '110609.352000', '110609.355000', '110609.358000', '110609.360000', '110609.363000', '110609.366000', '110609.369000', '110629.246000', '110629.249000', '110629.252000', '110629.264000', '110629.267000', '110629.270000', '110629.273000', '110629.276000', '110629.279000', '110629.281000', '110629.284000', '110629.287000', '110629.290000', '110629.293000', '110629.296000', '110629.299000', '110629.302000', '110629.304000', '110629.307000', '110629.310000', '110629.313000', '110629.316000', '110629.319000', '110629.322000', '110629.325000', '110629.328000', '110629.330000', '110629.333000', '110629.336000', '110629.339000', '110629.342000', '110629.345000', '110629.348000', '110629.350000', '110629.353000', '110629.356000', '110629.359000', '110629.362000', '110629.365000', '110629.368000', '110629.371000', '110629.373000', '110629.376000', '110629.379000', '110639.315000', '110639.319000', '110639.322000', '110639.325000', '110639.328000', '110639.331000', '110639.334000', '110639.337000', '110639.341000', '110639.344000', '110639.347000', '110639.350000', '110639.353000', '110639.356000', '110639.359000', '110639.362000', '110639.365000', '110639.368000', '110639.371000', '110639.374000', '110639.378000', '110639.381000'], 'InstanceCreationTime': ['105909.308000', '105909.321000', '105909.324000', '105909.327000', '105909.330000', '105909.333000', '105909.336000', '105909.339000', '105909.341000', '105909.344000', '105909.347000', '105909.350000', '105909.353000', '105909.356000', '105909.359000', '105909.361000', '105909.364000', '105909.367000', '105909.370000', '105909.373000', '105909.376000', '105909.379000', '105909.386000', '105909.389000', '105909.392000', '105909.395000', '105909.398000', '105909.400000', '105909.404000', '105909.406000', '105909.409000', '105909.412000', '105909.415000', '105909.418000', '105909.421000', '105909.424000', '105909.427000', '105929.246000', '105929.249000', '105929.252000', '105929.255000', '105929.260000', '105929.263000', '105929.266000', '105929.269000', '105929.272000', '105929.274000', '105929.277000', '105929.280000', '105929.283000', '105929.286000', '105929.289000', '105929.291000', '105929.294000', '105929.297000', '105929.300000', '105929.303000', '105929.306000', '105929.308000', '105929.311000', '105929.314000', '105929.317000', '105929.320000', '105929.323000', '105929.325000', '105929.328000', '105929.331000', '105929.334000', '105929.336000', '105929.339000', '105929.342000', '105929.345000', '105929.348000', '105929.351000', '105929.353000', '105929.356000', '105929.359000', '105929.362000', '105929.365000', '105929.368000', '105929.370000', '105949.246000', '105949.249000', '105949.252000', '105949.254000', '105949.258000', '105949.260000', '105949.263000', '105949.267000', '105949.270000', '105949.273000', '105949.276000', '105949.279000', '105949.282000', '105949.284000', '105949.287000', '105949.290000', '105949.293000', '105949.296000', '105949.299000', '105949.301000', '105949.304000', '105949.307000', '105949.310000', '105949.313000', '105949.316000', '105949.318000', '105949.321000', '105949.324000', '105949.327000', '105949.330000', '105949.333000', '105949.335000', '105949.338000', '105949.341000', '105949.344000', '105949.348000', '105949.351000', '105949.354000', '105949.357000', '105949.360000', '105949.363000', '105949.365000', '105949.368000', '110009.247000', '110009.256000', '110009.276000', '110009.279000', '110009.282000', '110009.290000', '110009.293000', '110009.296000', '110009.299000', '110009.302000', '110009.305000', '110009.307000', '110009.310000', '110009.313000', '110009.316000', '110009.319000', '110009.322000', '110009.325000', '110009.327000', '110009.330000', '110009.333000', '110009.336000', '110009.339000', '110009.342000', '110009.344000', '110009.347000', '110009.350000', '110009.353000', '110009.356000', '110009.359000', '110009.362000', '110009.365000', '110009.367000', '110009.370000', '110009.373000', '110009.376000', '110009.379000', '110009.382000', '110009.384000', '110009.387000', '110009.390000', '110009.393000', '110009.396000', '110009.399000', '110029.247000', '110029.250000', '110029.253000', '110029.256000', '110029.259000', '110029.262000', '110029.264000', '110029.267000', '110029.270000', '110029.273000', '110029.276000', '110029.279000', '110029.281000', '110029.284000', '110029.287000', '110029.290000', '110029.293000', '110029.296000', '110029.298000', '110029.301000', '110029.304000', '110029.326000', '110029.329000', '110029.332000', '110029.335000', '110029.337000', '110029.340000', '110029.343000', '110029.346000', '110029.349000', '110029.352000', '110029.355000', '110029.357000', '110029.360000', '110029.363000', '110029.366000', '110029.369000', '110029.372000', '110029.374000', '110029.377000', '110029.380000', '110029.383000', '110029.386000', '110049.247000', '110049.250000', '110049.253000', '110049.255000', '110049.258000', '110049.261000', '110049.264000', '110049.267000', '110049.270000', '110049.273000', '110049.275000', '110049.278000', '110049.281000', '110049.284000', '110049.287000', '110049.290000', '110049.293000', '110049.295000', '110049.298000', '110049.301000', '110049.304000', '110049.307000', '110049.310000', '110049.313000', '110049.316000', '110049.318000', '110049.321000', '110049.324000', '110049.327000', '110049.330000', '110049.333000', '110049.336000', '110049.338000', '110049.341000', '110049.344000', '110049.347000', '110049.350000', '110049.353000', '110049.355000', '110049.358000', '110049.361000', '110049.364000', '110049.367000', '110049.370000', '110109.247000', '110109.250000', '110109.253000', '110109.256000', '110109.259000', '110109.262000', '110109.265000', '110109.268000', '110109.270000', '110109.273000', '110109.276000', '110109.279000', '110109.282000', '110109.285000', '110109.288000', '110109.291000', '110109.293000', '110109.296000', '110109.299000', '110109.302000', '110109.305000', '110109.307000', '110109.311000', '110109.313000', '110109.316000', '110109.319000', '110109.322000', '110109.325000', '110109.328000', '110109.330000', '110109.333000', '110109.336000', '110109.339000', '110109.342000', '110109.345000', '110109.348000', '110109.350000', '110109.353000', '110109.356000', '110109.359000', '110109.362000', '110109.365000', '110109.368000', '110129.247000', '110129.250000', '110129.253000', '110129.256000', '110129.258000', '110129.261000', '110129.264000', '110129.267000', '110129.270000', '110129.273000', '110129.275000', '110129.278000', '110129.281000', '110129.284000', '110129.287000', '110129.290000', '110129.293000', '110129.296000', '110129.298000', '110129.301000', '110129.304000', '110129.307000', '110129.310000', '110129.313000', '110129.316000', '110129.318000', '110129.321000', '110129.324000', '110129.327000', '110129.330000', '110129.333000', '110129.336000', '110129.338000', '110129.341000', '110129.344000', '110129.347000', '110129.350000', '110129.353000', '110129.356000', '110129.359000', '110129.361000', '110129.375000', '110129.378000', '110129.380000', '110149.246000', '110149.249000', '110149.252000', '110149.255000', '110149.258000', '110149.261000', '110149.263000', '110149.266000', '110149.269000', '110149.272000', '110149.275000', '110149.278000', '110149.281000', '110149.284000', '110149.287000', '110149.289000', '110149.292000', '110149.295000', '110149.298000', '110149.301000', '110149.304000', '110149.307000', '110149.309000', '110149.312000', '110149.315000', '110149.318000', '110149.321000', '110149.324000', '110149.326000', '110149.329000', '110149.332000', '110149.335000', '110149.338000', '110149.341000', '110149.344000', '110149.346000', '110149.349000', '110149.352000', '110149.355000', '110149.358000', '110149.361000', '110149.364000', '110149.367000', '110209.246000', '110209.252000', '110209.256000', '110209.260000', '110209.262000', '110209.265000', '110209.268000', '110209.271000', '110209.274000', '110209.277000', '110209.280000', '110209.283000', '110209.285000', '110209.288000', '110209.291000', '110209.294000', '110209.297000', '110209.300000', '110209.303000', '110209.306000', '110209.308000', '110209.311000', '110209.314000', '110209.317000', '110209.320000', '110209.323000', '110209.326000', '110209.328000', '110209.331000', '110209.334000', '110209.337000', '110209.340000', '110209.343000', '110209.345000', '110209.348000', '110209.351000', '110209.354000', '110209.357000', '110209.360000', '110209.363000', '110209.366000', '110209.368000', '110209.371000', '110229.247000', '110229.250000', '110229.253000', '110229.256000', '110229.259000', '110229.262000', '110229.264000', '110229.267000', '110229.270000', '110229.273000', '110229.276000', '110229.279000', '110229.282000', '110229.285000', '110229.287000', '110229.290000', '110229.293000', '110229.296000', '110229.299000', '110229.302000', '110229.305000', '110229.308000', '110229.310000', '110229.313000', '110229.316000', '110229.319000', '110229.322000', '110229.325000', '110229.328000', '110229.331000', '110229.333000', '110229.336000', '110229.339000', '110229.342000', '110229.345000', '110229.348000', '110229.350000', '110229.353000', '110229.356000', '110229.359000', '110229.362000', '110229.365000', '110229.368000', '110229.370000', '110249.247000', '110249.250000', '110249.253000', '110249.256000', '110249.259000', '110249.262000', '110249.264000', '110249.267000', '110249.270000', '110249.276000', '110249.279000', '110249.282000', '110249.285000', '110249.288000', '110249.291000', '110249.294000', '110249.296000', '110249.299000', '110249.302000', '110249.305000', '110249.308000', '110249.311000', '110249.314000', '110249.317000', '110249.320000', '110249.323000', '110249.325000', '110249.328000', '110249.331000', '110249.334000', '110249.337000', '110249.340000', '110249.342000', '110249.345000', '110249.348000', '110249.351000', '110249.354000', '110249.357000', '110249.360000', '110249.362000', '110249.365000', '110249.368000', '110249.371000', '110309.247000', '110309.250000', '110309.253000', '110309.256000', '110309.259000', '110309.262000', '110309.264000', '110309.267000', '110309.270000', '110309.273000', '110309.276000', '110309.279000', '110309.282000', '110309.285000', '110309.287000', '110309.290000', '110309.293000', '110309.296000', '110309.299000', '110309.302000', '110309.304000', '110309.307000', '110309.310000', '110309.325000', '110309.328000', '110309.331000', '110309.334000', '110309.337000', '110309.340000', '110309.343000', '110309.346000', '110309.348000', '110309.351000', '110309.354000', '110309.357000', '110309.360000', '110309.363000', '110309.365000', '110309.368000', '110309.371000', '110309.374000', '110309.377000', '110309.380000', '110309.383000', '110329.247000', '110329.250000', '110329.253000', '110329.256000', '110329.259000', '110329.262000', '110329.265000', '110329.268000', '110329.270000', '110329.273000', '110329.276000', '110329.279000', '110329.282000', '110329.285000', '110329.288000', '110329.293000', '110329.296000', '110329.299000', '110329.301000', '110329.304000', '110329.307000', '110329.310000', '110329.313000', '110329.316000', '110329.319000', '110329.322000', '110329.325000', '110329.327000', '110329.334000', '110329.337000', '110329.339000', '110329.342000', '110329.345000', '110329.348000', '110329.351000', '110329.354000', '110329.357000', '110329.360000', '110329.363000', '110329.365000', '110329.368000', '110329.371000', '110329.374000', '110349.247000', '110349.250000', '110349.253000', '110349.256000', '110349.259000', '110349.262000', '110349.264000', '110349.267000', '110349.270000', '110349.273000', '110349.276000', '110349.279000', '110349.282000', '110349.285000', '110349.287000', '110349.290000', '110349.293000', '110349.296000', '110349.299000', '110349.302000', '110349.305000', '110349.308000', '110349.310000', '110349.313000', '110349.316000', '110349.319000', '110349.322000', '110349.325000', '110349.328000', '110349.330000', '110349.333000', '110349.336000', '110349.339000', '110349.342000', '110349.345000', '110349.348000', '110349.351000', '110349.353000', '110349.356000', '110349.359000', '110349.362000', '110349.365000', '110349.368000', '110349.371000', '110409.246000', '110409.249000', '110409.252000', '110409.255000', '110409.258000', '110409.261000', '110409.264000', '110409.267000', '110409.269000', '110409.272000', '110409.275000', '110409.278000', '110409.281000', '110409.284000', '110409.287000', '110409.290000', '110409.292000', '110409.296000', '110409.298000', '110409.301000', '110409.305000', '110409.307000', '110409.310000', '110409.313000', '110409.316000', '110409.319000', '110409.322000', '110409.325000', '110409.327000', '110409.330000', '110409.333000', '110409.336000', '110409.339000', '110409.342000', '110409.345000', '110409.348000', '110409.351000', '110409.353000', '110409.356000', '110409.359000', '110409.362000', '110409.365000', '110409.368000', '110429.247000', '110429.250000', '110429.253000', '110429.258000', '110429.261000', '110429.264000', '110429.267000', '110429.270000', '110429.272000', '110429.275000', '110429.278000', '110429.281000', '110429.284000', '110429.287000', '110429.290000', '110429.292000', '110429.295000', '110429.298000', '110429.301000', '110429.304000', '110429.314000', '110429.317000', '110429.320000', '110429.322000', '110429.325000', '110429.328000', '110429.331000', '110429.334000', '110429.337000', '110429.339000', '110429.342000', '110429.345000', '110429.348000', '110429.351000', '110429.368000', '110429.371000', '110429.374000', '110429.377000', '110429.385000', '110429.388000', '110429.391000', '110429.394000', '110429.397000', '110429.400000', '110449.247000', '110449.250000', '110449.253000', '110449.256000', '110449.260000', '110449.263000', '110449.266000', '110449.269000', '110449.272000', '110449.275000', '110449.277000', '110449.280000', '110449.283000', '110449.286000', '110449.289000', '110449.292000', '110449.295000', '110449.297000', '110449.300000', '110449.303000', '110449.306000', '110449.309000', '110449.312000', '110449.315000', '110449.318000', '110449.321000', '110449.325000', '110449.327000', '110449.330000', '110449.333000', '110449.336000', '110449.339000', '110449.342000', '110449.345000', '110449.348000', '110449.350000', '110449.353000', '110449.356000', '110449.359000', '110449.362000', '110449.365000', '110449.367000', '110449.370000', '110509.247000', '110509.250000', '110509.253000', '110509.256000', '110509.259000', '110509.262000', '110509.265000', '110509.267000', '110509.270000', '110509.273000', '110509.276000', '110509.279000', '110509.282000', '110509.285000', '110509.287000', '110509.290000', '110509.293000', '110509.296000', '110509.299000', '110509.302000', '110509.305000', '110509.308000', '110509.310000', '110509.313000', '110509.316000', '110509.319000', '110509.322000', '110509.325000', '110509.327000', '110509.330000', '110509.333000', '110509.336000', '110509.339000', '110509.342000', '110509.345000', '110509.348000', '110509.350000', '110509.353000', '110509.356000', '110509.359000', '110509.362000', '110509.365000', '110509.368000', '110509.370000', '110529.247000', '110529.250000', '110529.253000', '110529.256000', '110529.259000', '110529.262000', '110529.265000', '110529.268000', '110529.271000', '110529.273000', '110529.276000', '110529.279000', '110529.282000', '110529.285000', '110529.288000', '110529.291000', '110529.293000', '110529.296000', '110529.299000', '110529.302000', '110529.305000', '110529.308000', '110529.311000', '110529.314000', '110529.317000', '110529.319000', '110529.322000', '110529.325000', '110529.328000', '110529.331000', '110529.334000', '110529.337000', '110529.340000', '110529.342000', '110529.345000', '110529.348000', '110529.351000', '110529.354000', '110529.358000', '110529.360000', '110529.363000', '110529.366000', '110529.369000', '110549.247000', '110549.250000', '110549.253000', '110549.256000', '110549.259000', '110549.262000', '110549.264000', '110549.267000', '110549.270000', '110549.273000', '110549.276000', '110549.279000', '110549.282000', '110549.284000', '110549.287000', '110549.290000', '110549.293000', '110549.296000', '110549.299000', '110549.301000', '110549.304000', '110549.307000', '110549.310000', '110549.313000', '110549.316000', '110549.319000', '110549.321000', '110549.324000', '110549.327000', '110549.330000', '110549.333000', '110549.336000', '110549.339000', '110549.341000', '110549.344000', '110549.347000', '110549.350000', '110549.353000', '110549.356000', '110549.359000', '110549.362000', '110549.364000', '110549.367000', '110549.370000', '110609.247000', '110609.250000', '110609.253000', '110609.256000', '110609.259000', '110609.262000', '110609.265000', '110609.268000', '110609.270000', '110609.273000', '110609.276000', '110609.279000', '110609.282000', '110609.285000', '110609.288000', '110609.290000', '110609.293000', '110609.297000', '110609.300000', '110609.303000', '110609.306000', '110609.309000', '110609.312000', '110609.314000', '110609.317000', '110609.320000', '110609.323000', '110609.326000', '110609.329000', '110609.332000', '110609.335000', '110609.337000', '110609.340000', '110609.343000', '110609.346000', '110609.349000', '110609.352000', '110609.355000', '110609.358000', '110609.360000', '110609.363000', '110609.366000', '110609.369000', '110629.246000', '110629.249000', '110629.252000', '110629.264000', '110629.267000', '110629.270000', '110629.273000', '110629.276000', '110629.279000', '110629.281000', '110629.284000', '110629.287000', '110629.290000', '110629.293000', '110629.296000', '110629.299000', '110629.302000', '110629.304000', '110629.307000', '110629.310000', '110629.313000', '110629.316000', '110629.319000', '110629.322000', '110629.325000', '110629.328000', '110629.330000', '110629.333000', '110629.336000', '110629.339000', '110629.342000', '110629.345000', '110629.348000', '110629.350000', '110629.353000', '110629.356000', '110629.359000', '110629.362000', '110629.365000', '110629.368000', '110629.371000', '110629.373000', '110629.376000', '110629.379000', '110639.315000', '110639.319000', '110639.322000', '110639.325000', '110639.328000', '110639.331000', '110639.334000', '110639.337000', '110639.341000', '110639.344000', '110639.347000', '110639.350000', '110639.353000', '110639.356000', '110639.359000', '110639.362000', '110639.365000', '110639.368000', '110639.371000', '110639.374000', '110639.378000', '110639.381000'], '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': [8598, 8560, 8401, 8197, 9925, 8597, 11109, 8866, 9156, 9049, 9500, 11395, 9415, 9412, 12871, 9268, 8680, 8583, 7521, 8469, 8018, 8267, 8960, 7995, 8872, 8269, 8438, 8257, 8103, 8987, 8131, 9058, 10114, 8857, 9039, 9344, 8639, 12196, 8889, 10592, 8466, 8856, 9663, 8896, 11145, 8524, 8185, 8191, 7755, 8107, 9081, 11497, 9064, 8596, 8335, 8897, 13725, 8825, 8888, 8904, 9132, 7952, 9043, 10540, 8582, 8742, 8065, 8551, 9907, 8544, 8297, 8464, 8519, 7889, 8705, 9148, 8630, 8163, 8016, 8980, 10108, 8723, 8317, 8477, 9270, 10719, 8937, 8751, 8695, 7904, 8728, 7798, 8542, 9264, 13314, 9210, 9713, 9322, 9610, 8967, 8096, 7813, 7922, 7898, 8194, 7714, 7754, 9152, 8971, 11146, 9120, 9307, 9927, 9372, 10071, 14063, 10432, 14814, 11501, 14102, 11054, 13071, 10074, 11524, 9202, 10838, 9001, 9773, 8647, 8644, 8795, 8788, 9028, 8224, 8721, 8231, 8280, 8215, 8160, 8484, 8538, 8741, 9760, 8796, 8330, 8343, 8474, 8886, 8517, 9945, 8624, 9933, 8876, 8861, 8757, 9242, 11002, 9402, 11294, 8929, 9095, 9052, 8977, 9144, 9176, 13743, 9219, 10206, 9065, 8734, 8694, 8852, 9614, 9206, 8767, 9144, 9231, 8539, 9318, 8829, 8894, 8363, 8993, 8579, 8672, 9302, 10642, 9304, 8599, 8817, 8729, 8440, 8753, 11515, 9271, 8544, 8900, 9246, 12557, 9196, 8456, 9040, 8425, 8868, 8918, 9405, 9268, 8786, 9136, 9141, 9905, 9111, 8263, 9091, 8265, 9190, 9317, 11260, 9382, 9303, 11896, 9404, 8906, 9157, 7990, 9244, 9359, 9357, 9735, 8856, 9397, 9501, 13117, 9376, 8469, 9113, 7744, 8921, 9221, 9963, 9596, 9313, 9011, 9477, 8716, 9623, 8316, 9516, 7916, 9336, 9589, 11944, 9668, 8752, 9677, 10108, 10880, 9928, 9304, 9809, 10110, 9776, 9551, 14059, 9798, 9925, 9699, 9789, 12319, 9832, 8504, 9542, 9327, 9486, 9808, 9213, 9733, 9634, 9300, 9852, 9378, 9278, 9869, 9075, 9740, 8347, 9805, 7790, 9415, 9691, 9266, 9821, 9910, 9539, 9800, 12573, 9794, 8770, 9796, 9723, 9913, 9787, 9166, 9584, 9591, 9717, 9723, 11757, 9788, 8586, 9634, 8037, 9617, 9992, 9356, 9783, 12017, 9836, 9056, 9430, 9639, 9302, 9797, 12822, 9500, 8877, 9949, 9623, 9589, 9617, 10144, 9603, 8145, 9539, 9585, 10343, 10089, 8525, 9328, 9915, 9154, 9605, 8844, 9524, 9372, 9531, 9718, 11431, 9877, 8892, 9355, 9491, 10441, 9604, 9342, 9793, 9925, 9376, 9722, 9876, 9890, 9134, 9400, 9880, 12830, 9749, 11153, 9777, 9430, 9544, 7935, 9294, 9719, 12487, 9741, 7885, 9542, 9502, 9336, 9822, 9005, 9620, 8545, 9922, 8525, 9962, 8663, 9560, 8063, 9403, 10058, 11826, 9997, 12012, 10120, 8933, 10065, 8096, 9532, 9988, 14962, 9853, 9817, 10172, 9982, 9559, 10022, 12739, 9862, 8826, 9646, 10251, 13225, 9787, 10877, 9799, 8772, 9444, 10002, 9204, 9997, 9618, 9977, 8742, 9673, 9787, 9440, 10432, 9077, 10038, 10232, 9971, 10286, 12917, 9914, 9895, 9989, 8715, 9640, 8247, 9661, 8667, 9845, 10306, 9505, 10668, 8913, 10619, 9396, 9468, 8881, 8948, 9752, 12573, 8948, 8509, 8368, 9501, 10289, 9425, 10923, 10111, 12514, 9966, 12839, 10131, 12565, 10154, 14572, 11263, 12908, 10155, 11427, 10324, 9897, 9639, 10287, 10084, 10357, 8898, 10346, 8451, 10256, 7995, 9698, 8225, 9776, 7854, 9979, 7702, 10127, 7811, 10094, 10438, 9276, 10394, 9246, 8299, 9611, 8404, 9967, 8624, 10332, 9403, 10007, 10474, 14017, 10740, 10989, 10229, 10460, 14332, 10432, 10417, 10425, 8400, 10183, 8489, 10306, 10669, 11420, 10614, 12420, 10593, 10138, 10487, 9692, 10634, 9416, 10603, 8435, 10193, 10691, 13190, 10742, 8551, 10035, 10579, 9962, 10579, 9734, 10685, 8555, 10260, 10466, 9388, 10681, 8335, 10524, 8192, 10290, 10279, 9400, 10655, 8458, 10365, 10373, 9540, 10703, 9433, 10709, 9143, 10441, 8975, 8176, 8311, 9126, 9863, 9681, 8905, 9962, 8738, 10068, 9480, 10447, 10132, 10863, 14407, 11544, 15011, 11114, 12497, 10167, 9707, 10240, 10192, 14072, 10515, 11457, 10169, 8513, 9832, 8335, 9974, 7751, 10254, 8811, 10414, 8202, 10211, 10529, 12828, 10597, 9682, 9877, 10176, 9366, 10287, 9648, 10179, 9403, 9860, 9827, 8739, 10537, 8891, 10736, 10547, 13581, 10848, 12139, 10524, 9767, 10141, 10608, 14359, 10712, 9490, 10454, 10338, 11551, 10565, 9039, 10415, 7974, 10516, 7997, 9901, 10495, 9352, 10797, 9962, 10699, 8979, 10341, 9260, 10618, 9691, 10686, 8415, 10245, 10450, 14628, 10608, 9893, 10123, 10612, 12703, 10604, 10889, 10615, 10114, 9637, 10568, 11857, 10501, 10212, 11143, 10573, 8495, 10151, 10424, 10037, 10498, 8733, 9600, 10249, 9460, 10594, 8363, 10427, 10492, 12607, 10533, 9404, 9592, 10370, 9524, 8543, 9868, 8940, 9838, 10875, 11677, 10562, 10575, 9983, 10829, 9731, 8982, 9972, 10556, 14295, 10778, 10187, 12689, 10770, 10710, 10422, 10243, 9431, 10453, 9242, 10623, 9498, 10786, 8426, 10511, 10694, 12323, 10874, 9906, 10350, 8881, 10081, 10721, 13036, 10731, 10580, 10060, 10866, 11999, 10404, 8854, 10092, 10577, 12930, 10668, 10562, 11790, 10763, 9177, 10263, 10583, 9640, 10709, 9493, 10565, 8397, 10063, 10669, 10771, 10762, 8445, 10210, 8842, 10115, 10748, 9168, 10719, 8603, 10301, 10636, 13917, 10752, 10220, 9954, 10713, 12957, 10669, 8191, 9725, 10596, 10850, 10539, 10440, 11017, 10841, 11575, 10591, 10511, 11598, 10868, 9865, 10043, 10781, 12521, 10536, 8792, 10494, 8199, 10105, 10698, 11596, 10709, 8707, 10035, 8865, 9821, 10550, 12148, 10718, 8674, 10005, 10647, 13370, 10423, 9065, 10332, 10345, 9328, 10515, 8132, 10557, 8601, 9436, 10266, 9442, 10761, 10500, 10645, 10727, 11511, 10699, 12745, 10908, 10598, 10502, 10687, 13044, 10814, 10204, 10184, 10218, 9563, 10814, 9337, 10695, 9637, 10646, 8461, 10005, 10906, 12169, 10888, 10169, 10812, 8833, 10621, 10806, 14273, 10924, 10737, 10612, 8927, 10152, 10682, 9541, 10859, 8644, 10659, 8316, 10690, 8907, 10615, 10585, 10120, 10955, 11382, 10642, 8461, 10813, 8277, 10652, 8445, 10326, 10926, 13642, 10744, 11315, 10847, 8759, 10869, 8703, 10944, 9004, 10333, 8968, 10518, 8474, 10334, 10710, 10278, 10752, 9743, 10862, 10160, 10883, 10007, 10721, 11641, 10965, 10790, 10638, 10448, 10886, 9936, 10738, 8633, 10975, 8531, 10622, 10486, 13082, 10756, 12874, 10767, 9212, 10732, 8412, 10637, 10474, 10144, 10818, 11997, 10639, 13228, 10837, 9056, 10949, 8243, 10758, 10835, 10147, 10752, 10346, 10900, 9779, 11090, 9999, 10725, 8950, 10544, 10497, 10239, 10625, 10045, 10748, 9865, 10649, 8559, 10595, 9193, 10109, 8938, 10222, 10374, 9844, 10482, 9770, 10708, 8810, 10339, 9138, 10713, 9601, 10574, 8604, 10630, 8588, 10685, 9708, 10590, 9860, 10667, 9656, 10507, 9707, 10733, 13434, 10754, 11943, 10688, 14051, 10519, 10600, 10624, 9280, 10565, 8755, 10436, 11085, 10601, 8207, 10668, 8343, 10660, 8407, 10377, 8538, 10431, 8297, 10535, 8713, 10521, 10028, 10282, 8994, 10334, 8640, 10300, 10538, 10234, 10613, 10645, 10845], 'WindowCenter': [4492.0, 4478.0, 4464.0, 4464.0, 4468.0, 4460.0, 4487.0, 4457.0, 4457.0, 4455.0, 4466.0, 4486.0, 4453.0, 4453.0, 4492.0, 4465.0, 4455.0, 4455.0, 4422.0, 4433.0, 4422.0, 4434.0, 4455.0, 4434.0, 4457.0, 4460.0, 4447.0, 4447.0, 4435.0, 4455.0, 4423.0, 4454.0, 4464.0, 4454.0, 4456.0, 4467.0, 4457.0, 4494.0, 4456.0, 4473.0, 4432.0, 4441.0, 4449.0, 4442.0, 4472.0, 4444.0, 4444.0, 4433.0, 4422.0, 4423.0, 4453.0, 4481.0, 4442.0, 4432.0, 4432.0, 4453.0, 4503.0, 4443.0, 4441.0, 4441.0, 4440.0, 4409.0, 4439.0, 4459.0, 4430.0, 4431.0, 4433.0, 4444.0, 4460.0, 4442.0, 4430.0, 4430.0, 4441.0, 4419.0, 4431.0, 4451.0, 4443.0, 4443.0, 4420.0, 4442.0, 4460.0, 4432.0, 4431.0, 4430.0, 4452.0, 4460.0, 4454.0, 4445.0, 4444.0, 4432.0, 4442.0, 4423.0, 4431.0, 4452.0, 4491.0, 4452.0, 4453.0, 4454.0, 4479.0, 4458.0, 4426.0, 4400.0, 4398.0, 4409.0, 4444.0, 4424.0, 4437.0, 4490.0, 4477.0, 4508.0, 4479.0, 4453.0, 4463.0, 4453.0, 4463.0, 4505.0, 4476.0, 4515.0, 4487.0, 4504.0, 4472.0, 4481.0, 4439.0, 4471.0, 4440.0, 4446.0, 4417.0, 4423.0, 4405.0, 4414.0, 4416.0, 4415.0, 4417.0, 4406.0, 4417.0, 4420.0, 4418.0, 4418.0, 4419.0, 4430.0, 4430.0, 4442.0, 4462.0, 4444.0, 4433.0, 4444.0, 4448.0, 4467.0, 4445.0, 4462.0, 4443.0, 4462.0, 4445.0, 4445.0, 4444.0, 4455.0, 4474.0, 4466.0, 4497.0, 4456.0, 4454.0, 4455.0, 4443.0, 4442.0, 4454.0, 4503.0, 4454.0, 4476.0, 4456.0, 4444.0, 4447.0, 4444.0, 4452.0, 4441.0, 4443.0, 4455.0, 4455.0, 4445.0, 4466.0, 4455.0, 4456.0, 4433.0, 4454.0, 4445.0, 4445.0, 4454.0, 4474.0, 4454.0, 4457.0, 4457.0, 4446.0, 4432.0, 4444.0, 4472.0, 4452.0, 4443.0, 4442.0, 4455.0, 4493.0, 4455.0, 4432.0, 4443.0, 4431.0, 4441.0, 4442.0, 4441.0, 4453.0, 4445.0, 4452.0, 4453.0, 4465.0, 4455.0, 4433.0, 4442.0, 4432.0, 4441.0, 4452.0, 4484.0, 4452.0, 4442.0, 4483.0, 4465.0, 4454.0, 4443.0, 4421.0, 4440.0, 4452.0, 4440.0, 4452.0, 4442.0, 4441.0, 4452.0, 4493.0, 4453.0, 4430.0, 4441.0, 4411.0, 4429.0, 4440.0, 4449.0, 4450.0, 4441.0, 4439.0, 4451.0, 4432.0, 4477.0, 4445.0, 4465.0, 4433.0, 4453.0, 4464.0, 4483.0, 4465.0, 4445.0, 4465.0, 4488.0, 4486.0, 4465.0, 4452.0, 4463.0, 4462.0, 4451.0, 4451.0, 4501.0, 4452.0, 4451.0, 4450.0, 4463.0, 4493.0, 4451.0, 4430.0, 4439.0, 4439.0, 4448.0, 4451.0, 4450.0, 4450.0, 4451.0, 4440.0, 4450.0, 4450.0, 4451.0, 4473.0, 4453.0, 4463.0, 4432.0, 4475.0, 4435.0, 4453.0, 4465.0, 4465.0, 4465.0, 4465.0, 4463.0, 4476.0, 4494.0, 4464.0, 4432.0, 4452.0, 4463.0, 4451.0, 4463.0, 4452.0, 4452.0, 4466.0, 4465.0, 4465.0, 4483.0, 4462.0, 4431.0, 4463.0, 4435.0, 4452.0, 4465.0, 4464.0, 4487.0, 4506.0, 4476.0, 4444.0, 4452.0, 4452.0, 4440.0, 4475.0, 4506.0, 4464.0, 4454.0, 4463.0, 4465.0, 4463.0, 4464.0, 4462.0, 4451.0, 4422.0, 4450.0, 4464.0, 4473.0, 4486.0, 4454.0, 4465.0, 4465.0, 4453.0, 4463.0, 4442.0, 4464.0, 4455.0, 4466.0, 4466.0, 4484.0, 4464.0, 4444.0, 4453.0, 4462.0, 4463.0, 4454.0, 4454.0, 4464.0, 4465.0, 4453.0, 4465.0, 4464.0, 4464.0, 4455.0, 4454.0, 4464.0, 4495.0, 4465.0, 4484.0, 4465.0, 4440.0, 4451.0, 4421.0, 4451.0, 4451.0, 4481.0, 4451.0, 4436.0, 4475.0, 4465.0, 4453.0, 4475.0, 4453.0, 4476.0, 4454.0, 4474.0, 4468.0, 4487.0, 4456.0, 4476.0, 4436.0, 4454.0, 4474.0, 4483.0, 4464.0, 4507.0, 4487.0, 4468.0, 4475.0, 4433.0, 4462.0, 4463.0, 4510.0, 4463.0, 4463.0, 4463.0, 4464.0, 4453.0, 4465.0, 4493.0, 4463.0, 4454.0, 4453.0, 4473.0, 4492.0, 4475.0, 4482.0, 4463.0, 4441.0, 4452.0, 4461.0, 4452.0, 4462.0, 4452.0, 4463.0, 4445.0, 4476.0, 4476.0, 4464.0, 4473.0, 4442.0, 4464.0, 4462.0, 4462.0, 4474.0, 4491.0, 4475.0, 4475.0, 4477.0, 4442.0, 4463.0, 4431.0, 4462.0, 4443.0, 4475.0, 4499.0, 4489.0, 4500.0, 4468.0, 4499.0, 4477.0, 4489.0, 4456.0, 4443.0, 4452.0, 4493.0, 4454.0, 4442.0, 4432.0, 4452.0, 4474.0, 4453.0, 4485.0, 4477.0, 4496.0, 4452.0, 4483.0, 4463.0, 4481.0, 4462.0, 4490.0, 4460.0, 4469.0, 4438.0, 4447.0, 4424.0, 4425.0, 4414.0, 4424.0, 4422.0, 4423.0, 4402.0, 4423.0, 4393.0, 4436.0, 4407.0, 4437.0, 4407.0, 4437.0, 4407.0, 4451.0, 4409.0, 4463.0, 4424.0, 4464.0, 4476.0, 4469.0, 4501.0, 4480.0, 4447.0, 4466.0, 4434.0, 4467.0, 4447.0, 4479.0, 4470.0, 4479.0, 4490.0, 4518.0, 4488.0, 4478.0, 4468.0, 4480.0, 4507.0, 4465.0, 4463.0, 4463.0, 4423.0, 4464.0, 4445.0, 4465.0, 4477.0, 4485.0, 4488.0, 4508.0, 4490.0, 4475.0, 4474.0, 4452.0, 4474.0, 4455.0, 4476.0, 4447.0, 4475.0, 4477.0, 4496.0, 4475.0, 4446.0, 4466.0, 4475.0, 4464.0, 4474.0, 4452.0, 4474.0, 4445.0, 4464.0, 4476.0, 4455.0, 4489.0, 4447.0, 4477.0, 4435.0, 4475.0, 4474.0, 4454.0, 4475.0, 4447.0, 4476.0, 4489.0, 4478.0, 4488.0, 4457.0, 4477.0, 4455.0, 4489.0, 4470.0, 4428.0, 4413.0, 4434.0, 4456.0, 4468.0, 4483.0, 4506.0, 4485.0, 4507.0, 4506.0, 4528.0, 4518.0, 4529.0, 4548.0, 4528.0, 4547.0, 4515.0, 4513.0, 4493.0, 4483.0, 4490.0, 4492.0, 4520.0, 4489.0, 4502.0, 4492.0, 4461.0, 4479.0, 4448.0, 4480.0, 4440.0, 4491.0, 4472.0, 4503.0, 4474.0, 4503.0, 4504.0, 4524.0, 4504.0, 4485.0, 4494.0, 4504.0, 4471.0, 4490.0, 4480.0, 4490.0, 4468.0, 4492.0, 4493.0, 4483.0, 4514.0, 4485.0, 4515.0, 4515.0, 4533.0, 4514.0, 4523.0, 4503.0, 4482.0, 4491.0, 4493.0, 4529.0, 4490.0, 4480.0, 4488.0, 4491.0, 4501.0, 4502.0, 4459.0, 4488.0, 4437.0, 4502.0, 4463.0, 4493.0, 4503.0, 4481.0, 4503.0, 4493.0, 4526.0, 4486.0, 4504.0, 4482.0, 4504.0, 4493.0, 4514.0, 4475.0, 4503.0, 4504.0, 4543.0, 4503.0, 4493.0, 4494.0, 4505.0, 4522.0, 4493.0, 4491.0, 4492.0, 4492.0, 4482.0, 4503.0, 4513.0, 4503.0, 4493.0, 4501.0, 4501.0, 4461.0, 4489.0, 4500.0, 4480.0, 4515.0, 4486.0, 4495.0, 4503.0, 4482.0, 4504.0, 4463.0, 4503.0, 4503.0, 4523.0, 4514.0, 4495.0, 4483.0, 4494.0, 4494.0, 4474.0, 4505.0, 4485.0, 4505.0, 4526.0, 4526.0, 4518.0, 4518.0, 4518.0, 4517.0, 4492.0, 4474.0, 4493.0, 4503.0, 4533.0, 4501.0, 4492.0, 4510.0, 4489.0, 4489.0, 4490.0, 4491.0, 4471.0, 4491.0, 4470.0, 4491.0, 4479.0, 4501.0, 4461.0, 4502.0, 4502.0, 4510.0, 4503.0, 4493.0, 4491.0, 4470.0, 4490.0, 4501.0, 4520.0, 4500.0, 4491.0, 4479.0, 4500.0, 4500.0, 4490.0, 4470.0, 4488.0, 4490.0, 4509.0, 4489.0, 4489.0, 4499.0, 4500.0, 4471.0, 4491.0, 4490.0, 4469.0, 4491.0, 4470.0, 4491.0, 4463.0, 4481.0, 4503.0, 4501.0, 4504.0, 4465.0, 4494.0, 4473.0, 4491.0, 4503.0, 4482.0, 4504.0, 4474.0, 4493.0, 4504.0, 4533.0, 4514.0, 4493.0, 4492.0, 4491.0, 4510.0, 4492.0, 4463.0, 4481.0, 4503.0, 4503.0, 4506.0, 4505.0, 4503.0, 4504.0, 4502.0, 4503.0, 4504.0, 4512.0, 4503.0, 4492.0, 4493.0, 4516.0, 4523.0, 4504.0, 4461.0, 4503.0, 4464.0, 4493.0, 4505.0, 4513.0, 4506.0, 4476.0, 4506.0, 4483.0, 4494.0, 4505.0, 4514.0, 4505.0, 4475.0, 4493.0, 4505.0, 4534.0, 4504.0, 4472.0, 4493.0, 4493.0, 4471.0, 4503.0, 4463.0, 4514.0, 4487.0, 4497.0, 4505.0, 4496.0, 4517.0, 4516.0, 4517.0, 4518.0, 4527.0, 4517.0, 4525.0, 4516.0, 4505.0, 4504.0, 4504.0, 4523.0, 4504.0, 4493.0, 4505.0, 4504.0, 4494.0, 4504.0, 4483.0, 4505.0, 4494.0, 4503.0, 4476.0, 4495.0, 4518.0, 4536.0, 4515.0, 4504.0, 4515.0, 4484.0, 4502.0, 4514.0, 4533.0, 4515.0, 4504.0, 4493.0, 4472.0, 4490.0, 4503.0, 4482.0, 4514.0, 4473.0, 4515.0, 4473.0, 4505.0, 4474.0, 4504.0, 4505.0, 4494.0, 4514.0, 4515.0, 4516.0, 4475.0, 4503.0, 4464.0, 4504.0, 4465.0, 4504.0, 4515.0, 4535.0, 4505.0, 4503.0, 4504.0, 4461.0, 4503.0, 4463.0, 4504.0, 4484.0, 4505.0, 4474.0, 4503.0, 4463.0, 4493.0, 4503.0, 4493.0, 4516.0, 4495.0, 4516.0, 4493.0, 4505.0, 4494.0, 4515.0, 4513.0, 4515.0, 4512.0, 4505.0, 4504.0, 4503.0, 4491.0, 4503.0, 4472.0, 4503.0, 4471.0, 4502.0, 4501.0, 4522.0, 4503.0, 4511.0, 4502.0, 4471.0, 4502.0, 4461.0, 4491.0, 4503.0, 4493.0, 4514.0, 4514.0, 4503.0, 4521.0, 4502.0, 4470.0, 4503.0, 4460.0, 4502.0, 4503.0, 4493.0, 4503.0, 4492.0, 4503.0, 4492.0, 4514.0, 4493.0, 4517.0, 4485.0, 4503.0, 4505.0, 4493.0, 4504.0, 4493.0, 4504.0, 4493.0, 4504.0, 4473.0, 4506.0, 4485.0, 4495.0, 4474.0, 4492.0, 4495.0, 4494.0, 4505.0, 4494.0, 4504.0, 4485.0, 4507.0, 4483.0, 4504.0, 4483.0, 4505.0, 4474.0, 4506.0, 4476.0, 4518.0, 4497.0, 4508.0, 4496.0, 4508.0, 4496.0, 4518.0, 4497.0, 4528.0, 4547.0, 4530.0, 4529.0, 4517.0, 4534.0, 4505.0, 4492.0, 4505.0, 4484.0, 4495.0, 4476.0, 4505.0, 4504.0, 4504.0, 4464.0, 4505.0, 4464.0, 4506.0, 4465.0, 4507.0, 4475.0, 4507.0, 4466.0, 4506.0, 4476.0, 4506.0, 4507.0, 4509.0, 4488.0, 4507.0, 4476.0, 4496.0, 4506.0, 4506.0, 4517.0, 4519.0, 4519.0], 'WindowWidth': [9892.0, 9861.0, 9835.0, 9831.0, 9826.0, 9816.0, 9849.0, 9807.0, 9807.0, 9803.0, 9816.0, 9844.0, 9795.0, 9795.0, 9847.0, 9818.0, 9803.0, 9805.0, 9754.0, 9768.0, 9754.0, 9770.0, 9802.0, 9774.0, 9810.0, 9822.0, 9798.0, 9796.0, 9777.0, 9803.0, 9756.0, 9798.0, 9812.0, 9798.0, 9807.0, 9823.0, 9811.0, 9855.0, 9804.0, 9824.0, 9766.0, 9778.0, 9785.0, 9779.0, 9820.0, 9788.0, 9788.0, 9772.0, 9754.0, 9755.0, 9796.0, 9830.0, 9779.0, 9768.0, 9764.0, 9798.0, 9863.0, 9784.0, 9777.0, 9777.0, 9774.0, 9728.0, 9771.0, 9796.0, 9759.0, 9764.0, 9770.0, 9786.0, 9804.0, 9779.0, 9760.0, 9762.0, 9777.0, 9744.0, 9763.0, 9790.0, 9784.0, 9783.0, 9750.0, 9781.0, 9802.0, 9766.0, 9764.0, 9761.0, 9794.0, 9804.0, 9803.0, 9790.0, 9789.0, 9768.0, 9783.0, 9756.0, 9763.0, 9795.0, 9845.0, 9795.0, 9799.0, 9801.0, 9841.0, 9810.0, 9761.0, 9713.0, 9706.0, 9725.0, 9786.0, 9760.0, 9783.0, 9862.0, 9842.0, 9883.0, 9843.0, 9797.0, 9808.0, 9796.0, 9808.0, 9868.0, 9831.0, 9884.0, 9849.0, 9867.0, 9819.0, 9829.0, 9768.0, 9814.0, 9773.0, 9771.0, 9732.0, 9734.0, 9712.0, 9725.0, 9729.0, 9727.0, 9733.0, 9717.0, 9737.0, 9743.0, 9740.0, 9740.0, 9741.0, 9758.0, 9758.0, 9781.0, 9806.0, 9785.0, 9768.0, 9787.0, 9798.0, 9826.0, 9789.0, 9805.0, 9782.0, 9806.0, 9784.0, 9786.0, 9783.0, 9802.0, 9827.0, 9819.0, 9864.0, 9807.0, 9800.0, 9800.0, 9783.0, 9779.0, 9797.0, 9863.0, 9800.0, 9834.0, 9807.0, 9784.0, 9793.0, 9785.0, 9790.0, 9775.0, 9783.0, 9800.0, 9802.0, 9792.0, 9820.0, 9801.0, 9803.0, 9770.0, 9800.0, 9788.0, 9787.0, 9800.0, 9826.0, 9799.0, 9811.0, 9810.0, 9791.0, 9765.0, 9784.0, 9819.0, 9791.0, 9781.0, 9778.0, 9801.0, 9853.0, 9803.0, 9766.0, 9781.0, 9763.0, 9777.0, 9781.0, 9777.0, 9796.0, 9788.0, 9794.0, 9799.0, 9816.0, 9803.0, 9768.0, 9779.0, 9766.0, 9776.0, 9794.0, 9839.0, 9793.0, 9780.0, 9837.0, 9819.0, 9799.0, 9779.0, 9749.0, 9773.0, 9791.0, 9774.0, 9792.0, 9779.0, 9774.0, 9792.0, 9852.0, 9795.0, 9759.0, 9777.0, 9734.0, 9756.0, 9772.0, 9782.0, 9786.0, 9776.0, 9772.0, 9790.0, 9766.0, 9837.0, 9789.0, 9814.0, 9770.0, 9797.0, 9814.0, 9836.0, 9814.0, 9787.0, 9814.0, 9851.0, 9845.0, 9816.0, 9793.0, 9809.0, 9804.0, 9788.0, 9790.0, 9858.0, 9791.0, 9790.0, 9786.0, 9809.0, 9852.0, 9789.0, 9755.0, 9770.0, 9770.0, 9781.0, 9790.0, 9788.0, 9784.0, 9788.0, 9772.0, 9788.0, 9788.0, 9792.0, 9826.0, 9800.0, 9810.0, 9767.0, 9831.0, 9775.0, 9797.0, 9818.0, 9815.0, 9815.0, 9817.0, 9811.0, 9831.0, 9853.0, 9813.0, 9765.0, 9791.0, 9811.0, 9790.0, 9809.0, 9793.0, 9794.0, 9818.0, 9817.0, 9816.0, 9835.0, 9807.0, 9762.0, 9810.0, 9776.0, 9794.0, 9814.0, 9816.0, 9852.0, 9876.0, 9832.0, 9784.0, 9794.0, 9793.0, 9773.0, 9829.0, 9875.0, 9812.0, 9801.0, 9811.0, 9817.0, 9811.0, 9814.0, 9806.0, 9792.0, 9753.0, 9787.0, 9813.0, 9828.0, 9850.0, 9804.0, 9818.0, 9816.0, 9797.0, 9812.0, 9781.0, 9811.0, 9801.0, 9820.0, 9822.0, 9842.0, 9813.0, 9786.0, 9795.0, 9808.0, 9807.0, 9798.0, 9801.0, 9815.0, 9817.0, 9798.0, 9816.0, 9812.0, 9814.0, 9802.0, 9800.0, 9815.0, 9857.0, 9817.0, 9842.0, 9817.0, 9776.0, 9792.0, 9750.0, 9791.0, 9791.0, 9830.0, 9792.0, 9780.0, 9833.0, 9818.0, 9799.0, 9835.0, 9801.0, 9836.0, 9801.0, 9832.0, 9828.0, 9856.0, 9808.0, 9835.0, 9781.0, 9802.0, 9828.0, 9839.0, 9816.0, 9877.0, 9851.0, 9832.0, 9831.0, 9772.0, 9810.0, 9813.0, 9872.0, 9809.0, 9810.0, 9810.0, 9814.0, 9797.0, 9814.0, 9850.0, 9811.0, 9800.0, 9796.0, 9825.0, 9851.0, 9834.0, 9839.0, 9811.0, 9780.0, 9794.0, 9807.0, 9793.0, 9809.0, 9795.0, 9810.0, 9790.0, 9836.0, 9834.0, 9814.0, 9823.0, 9779.0, 9811.0, 9809.0, 9808.0, 9828.0, 9848.0, 9834.0, 9835.0, 9841.0, 9783.0, 9812.0, 9766.0, 9810.0, 9787.0, 9832.0, 9875.0, 9861.0, 9876.0, 9831.0, 9871.0, 9841.0, 9862.0, 9806.0, 9783.0, 9792.0, 9849.0, 9798.0, 9780.0, 9765.0, 9791.0, 9825.0, 9795.0, 9844.0, 9833.0, 9855.0, 9788.0, 9833.0, 9808.0, 9829.0, 9803.0, 9837.0, 9795.0, 9805.0, 9760.0, 9771.0, 9733.0, 9734.0, 9719.0, 9734.0, 9726.0, 9730.0, 9699.0, 9731.0, 9690.0, 9755.0, 9719.0, 9758.0, 9718.0, 9758.0, 9720.0, 9785.0, 9728.0, 9806.0, 9756.0, 9810.0, 9829.0, 9829.0, 9877.0, 9845.0, 9795.0, 9817.0, 9772.0, 9819.0, 9794.0, 9840.0, 9830.0, 9840.0, 9857.0, 9892.0, 9849.0, 9836.0, 9819.0, 9840.0, 9873.0, 9812.0, 9804.0, 9805.0, 9752.0, 9808.0, 9786.0, 9813.0, 9833.0, 9842.0, 9850.0, 9879.0, 9855.0, 9828.0, 9824.0, 9791.0, 9823.0, 9800.0, 9829.0, 9793.0, 9828.0, 9832.0, 9857.0, 9828.0, 9793.0, 9819.0, 9828.0, 9811.0, 9824.0, 9792.0, 9824.0, 9787.0, 9812.0, 9829.0, 9800.0, 9853.0, 9796.0, 9833.0, 9774.0, 9826.0, 9825.0, 9797.0, 9828.0, 9793.0, 9830.0, 9856.0, 9840.0, 9853.0, 9806.0, 9833.0, 9800.0, 9855.0, 9830.0, 9759.0, 9727.0, 9760.0, 9793.0, 9822.0, 9858.0, 9892.0, 9861.0, 9896.0, 9894.0, 9927.0, 9911.0, 9930.0, 9952.0, 9924.0, 9949.0, 9902.0, 9893.0, 9865.0, 9851.0, 9856.0, 9861.0, 9898.0, 9854.0, 9878.0, 9867.0, 9820.0, 9840.0, 9795.0, 9842.0, 9789.0, 9862.0, 9838.0, 9884.0, 9847.0, 9881.0, 9885.0, 9910.0, 9883.0, 9859.0, 9870.0, 9884.0, 9835.0, 9857.0, 9843.0, 9859.0, 9826.0, 9866.0, 9870.0, 9858.0, 9902.0, 9863.0, 9903.0, 9903.0, 9923.0, 9898.0, 9909.0, 9881.0, 9850.0, 9861.0, 9865.0, 9913.0, 9858.0, 9846.0, 9852.0, 9862.0, 9876.0, 9877.0, 9815.0, 9852.0, 9783.0, 9879.0, 9829.0, 9867.0, 9882.0, 9849.0, 9881.0, 9871.0, 9923.0, 9867.0, 9889.0, 9853.0, 9884.0, 9868.0, 9900.0, 9849.0, 9882.0, 9887.0, 9937.0, 9883.0, 9868.0, 9870.0, 9888.0, 9905.0, 9866.0, 9862.0, 9862.0, 9864.0, 9850.0, 9881.0, 9896.0, 9880.0, 9865.0, 9873.0, 9875.0, 9821.0, 9856.0, 9873.0, 9846.0, 9905.0, 9867.0, 9877.0, 9885.0, 9853.0, 9885.0, 9831.0, 9884.0, 9885.0, 9909.0, 9903.0, 9880.0, 9855.0, 9871.0, 9871.0, 9848.0, 9890.0, 9865.0, 9891.0, 9921.0, 9920.0, 9913.0, 9914.0, 9914.0, 9911.0, 9869.0, 9844.0, 9867.0, 9882.0, 9922.0, 9876.0, 9864.0, 9885.0, 9856.0, 9855.0, 9857.0, 9861.0, 9834.0, 9862.0, 9831.0, 9863.0, 9845.0, 9878.0, 9824.0, 9879.0, 9879.0, 9888.0, 9881.0, 9868.0, 9864.0, 9833.0, 9859.0, 9875.0, 9898.0, 9874.0, 9862.0, 9843.0, 9872.0, 9873.0, 9861.0, 9833.0, 9855.0, 9859.0, 9882.0, 9856.0, 9858.0, 9869.0, 9875.0, 9836.0, 9861.0, 9856.0, 9827.0, 9860.0, 9831.0, 9862.0, 9826.0, 9847.0, 9879.0, 9874.0, 9886.0, 9833.0, 9871.0, 9838.0, 9862.0, 9882.0, 9852.0, 9885.0, 9844.0, 9868.0, 9886.0, 9925.0, 9901.0, 9870.0, 9864.0, 9865.0, 9886.0, 9865.0, 9828.0, 9851.0, 9883.0, 9883.0, 9891.0, 9890.0, 9882.0, 9883.0, 9878.0, 9882.0, 9884.0, 9892.0, 9882.0, 9865.0, 9868.0, 9903.0, 9911.0, 9883.0, 9823.0, 9882.0, 9830.0, 9869.0, 9886.0, 9895.0, 9890.0, 9852.0, 9892.0, 9857.0, 9870.0, 9888.0, 9898.0, 9886.0, 9847.0, 9867.0, 9886.0, 9924.0, 9885.0, 9837.0, 9866.0, 9866.0, 9835.0, 9881.0, 9829.0, 9902.0, 9867.0, 9881.0, 9889.0, 9877.0, 9910.0, 9905.0, 9907.0, 9911.0, 9924.0, 9908.0, 9916.0, 9903.0, 9887.0, 9885.0, 9885.0, 9908.0, 9883.0, 9869.0, 9887.0, 9885.0, 9872.0, 9883.0, 9856.0, 9888.0, 9872.0, 9885.0, 9851.0, 9875.0, 9910.0, 9935.0, 9904.0, 9887.0, 9903.0, 9859.0, 9882.0, 9898.0, 9925.0, 9902.0, 9886.0, 9868.0, 9837.0, 9858.0, 9880.0, 9852.0, 9900.0, 9845.0, 9903.0, 9844.0, 9887.0, 9844.0, 9885.0, 9888.0, 9871.0, 9901.0, 9902.0, 9907.0, 9849.0, 9884.0, 9832.0, 9884.0, 9836.0, 9884.0, 9902.0, 9931.0, 9888.0, 9882.0, 9885.0, 9823.0, 9882.0, 9826.0, 9885.0, 9860.0, 9888.0, 9843.0, 9881.0, 9828.0, 9868.0, 9881.0, 9869.0, 9906.0, 9876.0, 9905.0, 9869.0, 9887.0, 9869.0, 9900.0, 9896.0, 9901.0, 9896.0, 9891.0, 9886.0, 9885.0, 9863.0, 9883.0, 9838.0, 9882.0, 9839.0, 9878.0, 9876.0, 9907.0, 9882.0, 9891.0, 9879.0, 9833.0, 9877.0, 9822.0, 9863.0, 9881.0, 9867.0, 9899.0, 9899.0, 9881.0, 9904.0, 9878.0, 9834.0, 9880.0, 9821.0, 9880.0, 9883.0, 9869.0, 9882.0, 9866.0, 9882.0, 9865.0, 9897.0, 9869.0, 9908.0, 9863.0, 9883.0, 9886.0, 9869.0, 9884.0, 9867.0, 9884.0, 9867.0, 9885.0, 9843.0, 9891.0, 9862.0, 9872.0, 9845.0, 9865.0, 9872.0, 9869.0, 9886.0, 9871.0, 9886.0, 9862.0, 9893.0, 9854.0, 9883.0, 9854.0, 9886.0, 9844.0, 9890.0, 9851.0, 9911.0, 9880.0, 9896.0, 9878.0, 9895.0, 9877.0, 9909.0, 9883.0, 9926.0, 9950.0, 9930.0, 9927.0, 9909.0, 9925.0, 9887.0, 9866.0, 9885.0, 9855.0, 9872.0, 9848.0, 9887.0, 9881.0, 9883.0, 9828.0, 9886.0, 9831.0, 9888.0, 9835.0, 9894.0, 9848.0, 9893.0, 9837.0, 9888.0, 9850.0, 9889.0, 9894.0, 9899.0, 9870.0, 9891.0, 9851.0, 9876.0, 9890.0, 9889.0, 9907.0, 9916.0, 9913.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.001972199211045365</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04323038007889547</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.01963065995069</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0859863846100684</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9724370001283313</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.451</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6496.5742</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12388576216012483</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.593688362919132</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.649540652318049</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.52476875798664</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9727310200336605</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.451122178933847</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0153607</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016817063093185425</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030553007498383522</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1014</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.5619890243974086</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>32.0052</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.915</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.8286</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307963.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>765.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.0222</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5447</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>623.0325</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3693.0214</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3985.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68581.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>968.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4929.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1118.7488</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.710228690877557</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> |