=== 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-0133 --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-0133",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
138 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
138 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-0133_ses-04_task-alignvideo_acq-mb8_run-01_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-0133_ses-04_task-alignvideo_acq-mb8_run-01_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-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_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-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_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-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_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-0133/ses-04/func/sub-0133_ses-04_task-alignvideo_acq-mb8_run-01_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>5b8bc0f3d7a46ac4091fc0f1f84d83f3</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>20:44:15.650000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997625, 0.0688718, -0.00139776, -0.0688859, 0.997455, -0.0184055]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0979641</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4206, -7789, -7223, 189, -152, -106, -8, 67]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>271.681</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>decbcfde-2239-4f67-bc2c-21b9cf72455e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676553726196289, -0.18481583893299103, -0.0003417551051825285, 120.1112289428711], [-0.184778094291687, 2.676098108291626, -0.04983682185411453, -87.01775360107422], [-0.003750075586140156, 0.04938066005706787, 2.69953989982605, -74.92903900146484], [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, 1268]</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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268], 'AcquisitionTime': ['204415.650000', '204416.110000', '204416.570000', '204417.030000', '204417.490000', '204417.950000', '204418.410000', '204418.870000', '204419.330000', '204419.790000', '204420.250000', '204420.710000', '204421.170000', '204421.630000', '204422.090000', '204422.550000', '204423.010000', '204423.470000', '204423.930000', '204424.390000', '204424.850000', '204425.310000', '204425.770000', '204426.230000', '204426.690000', '204427.150000', '204427.610000', '204428.070000', '204428.530000', '204428.990000', '204429.450000', '204429.910000', '204430.370000', '204430.830000', '204431.290000', '204431.750000', '204432.210000', '204432.670000', '204433.130000', '204433.590000', '204434.050000', '204434.510000', '204434.970000', '204435.430000', '204435.890000', '204436.350000', '204436.810000', '204437.270000', '204437.730000', '204438.190000', '204438.650000', '204439.110000', '204439.570000', '204440.030000', '204440.490000', '204440.950000', '204441.410000', '204441.870000', '204442.330000', '204442.790000', '204443.250000', '204443.710000', '204444.170000', '204444.630000', '204445.090000', '204445.550000', '204446.010000', '204446.470000', '204446.930000', '204447.390000', '204447.850000', '204448.310000', '204448.770000', '204449.230000', '204449.690000', '204450.150000', '204450.610000', '204451.070000', '204451.530000', '204451.990000', '204452.450000', '204452.910000', '204453.370000', '204453.830000', '204454.290000', '204454.750000', '204455.210000', '204455.670000', '204456.130000', '204456.590000', '204457.050000', '204457.510000', '204457.970000', '204458.430000', '204458.890000', '204459.350000', '204459.810000', '204500.270000', '204500.730000', '204501.190000', '204501.650000', '204502.110000', '204502.570000', '204503.030000', '204503.490000', '204503.950000', '204504.410000', '204504.870000', '204505.330000', '204505.790000', '204506.250000', '204506.710000', '204507.170000', '204507.630000', '204508.090000', '204508.550000', '204509.010000', '204509.470000', '204509.930000', '204510.390000', '204510.850000', '204511.310000', '204511.770000', '204512.230000', '204512.690000', '204513.150000', '204513.610000', '204514.070000', '204514.530000', '204514.990000', '204515.450000', '204515.910000', '204516.370000', '204516.830000', '204517.290000', '204517.750000', '204518.210000', '204518.670000', '204519.130000', '204519.590000', '204520.050000', '204520.510000', '204520.970000', '204521.430000', '204521.890000', '204522.350000', '204522.810000', '204523.270000', '204523.730000', '204524.190000', '204524.650000', '204525.110000', '204525.570000', '204526.030000', '204526.490000', '204526.950000', '204527.410000', '204527.870000', '204528.330000', '204528.790000', '204529.250000', '204529.710000', '204530.170000', '204530.630000', '204531.090000', '204531.550000', '204532.010000', '204532.470000', '204532.930000', '204533.390000', '204533.850000', '204534.310000', '204534.770000', '204535.230000', '204535.690000', '204536.150000', '204536.610000', '204537.070000', '204537.530000', '204537.990000', '204538.450000', '204538.910000', '204539.370000', '204539.830000', '204540.290000', '204540.750000', '204541.210000', '204541.670000', '204542.130000', '204542.590000', '204543.050000', '204543.510000', '204543.970000', '204544.430000', '204544.890000', '204545.350000', '204545.810000', '204546.270000', '204546.730000', '204547.190000', '204547.650000', '204548.110000', '204548.570000', '204549.030000', '204549.490000', '204549.950000', '204550.410000', '204550.870000', '204551.330000', '204551.790000', '204552.250000', '204552.710000', '204553.170000', '204553.630000', '204554.090000', '204554.550000', '204555.010000', '204555.470000', '204555.930000', '204556.390000', '204556.850000', '204557.310000', '204557.770000', '204558.230000', '204558.690000', '204559.150000', '204559.610000', '204600.070000', '204600.530000', '204600.990000', '204601.450000', '204601.910000', '204602.370000', '204602.830000', '204603.290000', '204603.750000', '204604.210000', '204604.670000', '204605.130000', '204605.590000', '204606.050000', '204606.510000', '204606.970000', '204607.430000', '204607.890000', '204608.350000', '204608.810000', '204609.270000', '204609.730000', '204610.190000', '204610.650000', '204611.110000', '204611.570000', '204612.030000', '204612.490000', '204612.950000', '204613.410000', '204613.870000', '204614.330000', '204614.790000', '204615.250000', '204615.710000', '204616.170000', '204616.630000', '204617.090000', '204617.550000', '204618.010000', '204618.470000', '204618.930000', '204619.390000', '204619.850000', '204620.310000', '204620.770000', '204621.230000', '204621.690000', '204622.150000', '204622.610000', '204623.070000', '204623.530000', '204623.990000', '204624.450000', '204624.910000', '204625.370000', '204625.830000', '204626.290000', '204626.750000', '204627.210000', '204627.670000', '204628.130000', '204628.590000', '204629.050000', '204629.510000', '204629.970000', '204630.430000', '204630.890000', '204631.350000', '204631.810000', '204632.270000', '204632.730000', '204633.190000', '204633.650000', '204634.110000', '204634.570000', '204635.030000', '204635.490000', '204635.950000', '204636.410000', '204636.870000', '204637.330000', '204637.790000', '204638.250000', '204638.710000', '204639.170000', '204639.630000', '204640.090000', '204640.550000', '204641.010000', '204641.470000', '204641.930000', '204642.390000', '204642.850000', '204643.310000', '204643.770000', '204644.230000', '204644.690000', '204645.150000', '204645.610000', '204646.070000', '204646.530000', '204646.990000', '204647.450000', '204647.910000', '204648.370000', '204648.830000', '204649.290000', '204649.750000', '204650.210000', '204650.670000', '204651.130000', '204651.590000', '204652.050000', '204652.510000', '204652.970000', '204653.430000', '204653.890000', '204654.350000', '204654.810000', '204655.270000', '204655.730000', '204656.190000', '204656.650000', '204657.110000', '204657.570000', '204658.030000', '204658.490000', '204658.950000', '204659.410000', '204659.870000', '204700.330000', '204700.790000', '204701.250000', '204701.710000', '204702.170000', '204702.630000', '204703.090000', '204703.550000', '204704.010000', '204704.470000', '204704.930000', '204705.390000', '204705.850000', '204706.310000', '204706.770000', '204707.230000', '204707.690000', '204708.150000', '204708.610000', '204709.070000', '204709.530000', '204709.990000', '204710.450000', '204710.910000', '204711.370000', '204711.830000', '204712.290000', '204712.750000', '204713.210000', '204713.670000', '204714.130000', '204714.590000', '204715.050000', '204715.510000', '204715.970000', '204716.430000', '204716.890000', '204717.350000', '204717.810000', '204718.270000', '204718.730000', '204719.190000', '204719.650000', '204720.110000', '204720.570000', '204721.030000', '204721.490000', '204721.950000', '204722.410000', '204722.870000', '204723.330000', '204723.790000', '204724.250000', '204724.710000', '204725.170000', '204725.630000', '204726.090000', '204726.550000', '204727.010000', '204727.470000', '204727.930000', '204728.390000', '204728.850000', '204729.310000', '204729.770000', '204730.230000', '204730.690000', '204731.150000', '204731.610000', '204732.070000', '204732.530000', '204732.990000', '204733.450000', '204733.910000', '204734.370000', '204734.830000', '204735.290000', '204735.750000', '204736.210000', '204736.670000', '204737.130000', '204737.590000', '204738.050000', '204738.510000', '204738.970000', '204739.430000', '204739.890000', '204740.350000', '204740.810000', '204741.270000', '204741.730000', '204742.190000', '204742.650000', '204743.110000', '204743.570000', '204744.030000', '204744.490000', '204744.950000', '204745.410000', '204745.870000', '204746.330000', '204746.790000', '204747.250000', '204747.710000', '204748.170000', '204748.630000', '204749.090000', '204749.550000', '204750.010000', '204750.470000', '204750.930000', '204751.390000', '204751.850000', '204752.310000', '204752.770000', '204753.230000', '204753.690000', '204754.150000', '204754.610000', '204755.070000', '204755.530000', '204755.990000', '204756.450000', '204756.910000', '204757.370000', '204757.830000', '204758.290000', '204758.750000', '204759.210000', '204759.670000', '204800.130000', '204800.590000', '204801.050000', '204801.510000', '204801.970000', '204802.430000', '204802.890000', '204803.350000', '204803.810000', '204804.270000', '204804.730000', '204805.190000', '204805.650000', '204806.110000', '204806.570000', '204807.030000', '204807.490000', '204807.950000', '204808.410000', '204808.870000', '204809.330000', '204809.790000', '204810.250000', '204810.710000', '204811.170000', '204811.630000', '204812.090000', '204812.550000', '204813.010000', '204813.470000', '204813.930000', '204814.390000', '204814.850000', '204815.310000', '204815.770000', '204816.230000', '204816.690000', '204817.150000', '204817.610000', '204818.070000', '204818.530000', '204818.990000', '204819.450000', '204819.910000', '204820.370000', '204820.830000', '204821.290000', '204821.750000', '204822.210000', '204822.670000', '204823.130000', '204823.590000', '204824.050000', '204824.510000', '204824.970000', '204825.430000', '204825.890000', '204826.350000', '204826.810000', '204827.270000', '204827.730000', '204828.190000', '204828.650000', '204829.110000', '204829.570000', '204830.030000', '204830.490000', '204830.950000', '204831.410000', '204831.870000', '204832.330000', '204832.790000', '204833.250000', '204833.710000', '204834.170000', '204834.630000', '204835.090000', '204835.550000', '204836.010000', '204836.470000', '204836.930000', '204837.390000', '204837.850000', '204838.310000', '204838.770000', '204839.230000', '204839.690000', '204840.150000', '204840.610000', '204841.070000', '204841.530000', '204841.990000', '204842.450000', '204842.910000', '204843.370000', '204843.830000', '204844.290000', '204844.750000', '204845.210000', '204845.670000', '204846.130000', '204846.590000', '204847.050000', '204847.510000', '204847.970000', '204848.430000', '204848.890000', '204849.350000', '204849.810000', '204850.270000', '204850.730000', '204851.190000', '204851.650000', '204852.110000', '204852.570000', '204853.030000', '204853.490000', '204853.950000', '204854.410000', '204854.870000', '204855.330000', '204855.790000', '204856.250000', '204856.710000', '204857.170000', '204857.630000', '204858.090000', '204858.550000', '204859.010000', '204859.470000', '204859.930000', '204900.390000', '204900.850000', '204901.310000', '204901.770000', '204902.230000', '204902.690000', '204903.150000', '204903.610000', '204904.070000', '204904.530000', '204904.990000', '204905.450000', '204905.910000', '204906.370000', '204906.830000', '204907.290000', '204907.750000', '204908.210000', '204908.670000', '204909.130000', '204909.590000', '204910.050000', '204910.510000', '204910.970000', '204911.430000', '204911.890000', '204912.350000', '204912.810000', '204913.270000', '204913.730000', '204914.190000', '204914.650000', '204915.110000', '204915.570000', '204916.030000', '204916.490000', '204916.950000', '204917.410000', '204917.870000', '204918.330000', '204918.790000', '204919.250000', '204919.710000', '204920.170000', '204920.630000', '204921.090000', '204921.550000', '204922.010000', '204922.470000', '204922.930000', '204923.390000', '204923.850000', '204924.310000', '204924.770000', '204925.230000', '204925.690000', '204926.150000', '204926.610000', '204927.070000', '204927.530000', '204927.990000', '204928.450000', '204928.910000', '204929.370000', '204929.830000', '204930.290000', '204930.750000', '204931.210000', '204931.670000', '204932.130000', '204932.590000', '204933.050000', '204933.510000', '204933.970000', '204934.430000', '204934.890000', '204935.350000', '204935.810000', '204936.270000', '204936.730000', '204937.190000', '204937.650000', '204938.110000', '204938.570000', '204939.030000', '204939.490000', '204939.950000', '204940.410000', '204940.870000', '204941.330000', '204941.790000', '204942.250000', '204942.710000', '204943.170000', '204943.630000', '204944.090000', '204944.550000', '204945.010000', '204945.470000', '204945.930000', '204946.390000', '204946.850000', '204947.310000', '204947.770000', '204948.230000', '204948.690000', '204949.150000', '204949.610000', '204950.070000', '204950.530000', '204950.990000', '204951.450000', '204951.910000', '204952.370000', '204952.830000', '204953.290000', '204953.750000', '204954.210000', '204954.670000', '204955.130000', '204955.590000', '204956.050000', '204956.510000', '204956.970000', '204957.430000', '204957.890000', '204958.350000', '204958.810000', '204959.270000', '204959.730000', '205000.190000', '205000.650000', '205001.110000', '205001.570000', '205002.030000', '205002.490000', '205002.950000', '205003.410000', '205003.870000', '205004.330000', '205004.790000', '205005.250000', '205005.710000', '205006.170000', '205006.630000', '205007.090000', '205007.550000', '205008.010000', '205008.470000', '205008.930000', '205009.390000', '205009.850000', '205010.310000', '205010.770000', '205011.230000', '205011.690000', '205012.150000', '205012.610000', '205013.070000', '205013.530000', '205013.990000', '205014.450000', '205014.910000', '205015.370000', '205015.830000', '205016.290000', '205016.750000', '205017.210000', '205017.670000', '205018.130000', '205018.590000', '205019.050000', '205019.510000', '205019.970000', '205020.430000', '205020.890000', '205021.350000', '205021.810000', '205022.270000', '205022.730000', '205023.190000', '205023.650000', '205024.110000', '205024.570000', '205025.030000', '205025.490000', '205025.950000', '205026.410000', '205026.870000', '205027.330000', '205027.790000', '205028.250000', '205028.710000', '205029.170000', '205029.630000', '205030.090000', '205030.550000', '205031.010000', '205031.470000', '205031.930000', '205032.390000', '205032.850000', '205033.310000', '205033.770000', '205034.230000', '205034.690000', '205035.150000', '205035.610000', '205036.070000', '205036.530000', '205036.990000', '205037.450000', '205037.910000', '205038.370000', '205038.830000', '205039.290000', '205039.750000', '205040.210000', '205040.670000', '205041.130000', '205041.590000', '205042.050000', '205042.510000', '205042.970000', '205043.430000', '205043.890000', '205044.350000', '205044.810000', '205045.270000', '205045.730000', '205046.190000', '205046.650000', '205047.110000', '205047.570000', '205048.030000', '205048.490000', '205048.950000', '205049.410000', '205049.870000', '205050.330000', '205050.790000', '205051.250000', '205051.710000', '205052.170000', '205052.630000', '205053.090000', '205053.550000', '205054.010000', '205054.470000', '205054.930000', '205055.390000', '205055.850000', '205056.310000', '205056.770000', '205057.230000', '205057.690000', '205058.150000', '205058.610000', '205059.070000', '205059.530000', '205059.990000', '205100.450000', '205100.910000', '205101.370000', '205101.830000', '205102.290000', '205102.750000', '205103.210000', '205103.670000', '205104.130000', '205104.590000', '205105.050000', '205105.510000', '205105.970000', '205106.430000', '205106.890000', '205107.350000', '205107.810000', '205108.270000', '205108.730000', '205109.190000', '205109.650000', '205110.110000', '205110.570000', '205111.030000', '205111.490000', '205111.950000', '205112.410000', '205112.870000', '205113.330000', '205113.790000', '205114.250000', '205114.710000', '205115.170000', '205115.630000', '205116.090000', '205116.550000', '205117.010000', '205117.470000', '205117.930000', '205118.390000', '205118.850000', '205119.310000', '205119.770000', '205120.230000', '205120.690000', '205121.150000', '205121.610000', '205122.070000', '205122.530000', '205122.990000', '205123.450000', '205123.910000', '205124.370000', '205124.830000', '205125.290000', '205125.750000', '205126.210000', '205126.670000', '205127.130000', '205127.590000', '205128.050000', '205128.510000', '205128.970000', '205129.430000', '205129.890000', '205130.350000', '205130.810000', '205131.270000', '205131.730000', '205132.190000', '205132.650000', '205133.110000', '205133.570000', '205134.030000', '205134.490000', '205134.950000', '205135.410000', '205135.870000', '205136.330000', '205136.790000', '205137.250000', '205137.710000', '205138.170000', '205138.630000', '205139.090000', '205139.550000', '205140.010000', '205140.470000', '205140.930000', '205141.390000', '205141.850000', '205142.310000', '205142.770000', '205143.230000', '205143.690000', '205144.150000', '205144.610000', '205145.070000', '205145.530000', '205145.990000', '205146.450000', '205146.910000', '205147.370000', '205147.830000', '205148.290000', '205148.750000', '205149.210000', '205149.670000', '205150.130000', '205150.590000', '205151.050000', '205151.510000', '205151.970000', '205152.430000', '205152.890000', '205153.350000', '205153.810000', '205154.270000', '205154.730000', '205155.190000', '205155.650000', '205156.110000', '205156.570000', '205157.030000', '205157.490000', '205157.950000', '205158.410000', '205158.870000', '205159.330000', '205159.790000', '205200.250000', '205200.710000', '205201.170000', '205201.630000', '205202.090000', '205202.550000', '205203.010000', '205203.470000', '205203.930000', '205204.390000', '205204.850000', '205205.310000', '205205.770000', '205206.230000', '205206.690000', '205207.150000', '205207.610000', '205208.070000', '205208.530000', '205208.990000', '205209.450000', '205209.910000', '205210.370000', '205210.830000', '205211.290000', '205211.750000', '205212.210000', '205212.670000', '205213.130000', '205213.590000', '205214.050000', '205214.510000', '205214.970000', '205215.430000', '205215.890000', '205216.350000', '205216.810000', '205217.270000', '205217.730000', '205218.190000', '205218.650000', '205219.110000', '205219.570000', '205220.030000', '205220.490000', '205220.950000', '205221.410000', '205221.870000', '205222.330000', '205222.790000', '205223.250000', '205223.710000', '205224.170000', '205224.630000', '205225.090000', '205225.550000', '205226.010000', '205226.470000', '205226.930000', '205227.390000', '205227.850000', '205228.310000', '205228.770000', '205229.230000', '205229.690000', '205230.150000', '205230.610000', '205231.070000', '205231.530000', '205231.990000', '205232.450000', '205232.910000', '205233.370000', '205233.830000', '205234.290000', '205234.750000', '205235.210000', '205235.670000', '205236.130000', '205236.590000', '205237.050000', '205237.510000', '205237.970000', '205238.430000', '205238.890000', '205239.350000', '205239.810000', '205240.270000', '205240.730000', '205241.190000', '205241.650000', '205242.110000', '205242.570000', '205243.030000', '205243.490000', '205243.950000', '205244.410000', '205244.870000', '205245.330000', '205245.790000', '205246.250000', '205246.710000', '205247.170000', '205247.630000', '205248.090000', '205248.550000', '205249.010000', '205249.470000', '205249.930000', '205250.390000', '205250.850000', '205251.310000', '205251.770000', '205252.230000', '205252.690000', '205253.150000', '205253.610000', '205254.070000', '205254.530000', '205254.990000', '205255.450000', '205255.910000', '205256.370000', '205256.830000', '205257.290000', '205257.750000', '205258.210000', '205258.670000', '205259.130000', '205259.590000', '205300.050000', '205300.510000', '205300.970000', '205301.430000', '205301.890000', '205302.350000', '205302.810000', '205303.270000', '205303.730000', '205304.190000', '205304.650000', '205305.110000', '205305.570000', '205306.030000', '205306.490000', '205306.950000', '205307.410000', '205307.870000', '205308.330000', '205308.790000', '205309.250000', '205309.710000', '205310.170000', '205310.630000', '205311.090000', '205311.550000', '205312.010000', '205312.470000', '205312.930000', '205313.390000', '205313.850000', '205314.310000', '205314.770000', '205315.230000', '205315.690000', '205316.150000', '205316.610000', '205317.070000', '205317.530000', '205317.990000', '205318.450000', '205318.910000', '205319.370000', '205319.830000', '205320.290000', '205320.750000', '205321.210000', '205321.670000', '205322.130000', '205322.590000', '205323.050000', '205323.510000', '205323.970000', '205324.430000', '205324.890000', '205325.350000', '205325.810000', '205326.270000', '205326.730000', '205327.190000', '205327.650000', '205328.110000', '205328.570000', '205329.030000', '205329.490000', '205329.950000', '205330.410000', '205330.870000', '205331.330000', '205331.790000', '205332.250000', '205332.710000', '205333.170000', '205333.630000', '205334.090000', '205334.550000', '205335.010000', '205335.470000', '205335.930000', '205336.390000', '205336.850000', '205337.310000', '205337.770000', '205338.230000', '205338.690000', '205339.150000', '205339.610000', '205340.070000', '205340.530000', '205340.990000', '205341.450000', '205341.910000', '205342.370000', '205342.830000', '205343.290000', '205343.750000', '205344.210000', '205344.670000', '205345.130000', '205345.590000', '205346.050000', '205346.510000', '205346.970000', '205347.430000', '205347.890000', '205348.350000', '205348.810000', '205349.270000', '205349.730000', '205350.190000', '205350.650000', '205351.110000', '205351.570000', '205352.030000', '205352.490000', '205352.950000', '205353.410000', '205353.870000', '205354.330000', '205354.790000', '205355.250000', '205355.710000', '205356.170000', '205356.630000', '205357.090000', '205357.550000', '205358.010000', '205358.470000'], 'ContentTime': ['204436.855000', '204436.859000', '204436.862000', '204436.864000', '204436.867000', '204436.869000', '204436.872000', '204436.875000', '204436.884000', '204436.886000', '204436.889000', '204436.891000', '204436.894000', '204436.897000', '204436.899000', '204436.902000', '204436.905000', '204436.907000', '204436.910000', '204436.919000', '204436.922000', '204436.924000', '204436.927000', '204436.929000', '204436.932000', '204436.935000', '204436.937000', '204436.940000', '204436.942000', '204436.945000', '204436.947000', '204436.950000', '204436.952000', '204436.955000', '204436.957000', '204436.960000', '204436.962000', '204436.965000', '204436.967000', '204436.970000', '204436.973000', '204436.975000', '204436.978000', '204456.827000', '204456.830000', '204456.833000', '204456.835000', '204456.838000', '204456.840000', '204456.843000', '204456.846000', '204456.848000', '204456.851000', '204456.853000', '204456.856000', '204456.858000', '204456.861000', '204456.863000', '204456.866000', '204456.869000', '204456.871000', '204456.874000', '204456.876000', '204456.879000', '204456.881000', '204456.884000', '204456.886000', '204456.889000', '204456.892000', '204456.894000', '204456.897000', '204456.899000', '204456.902000', '204456.905000', '204456.907000', '204456.910000', '204456.912000', '204456.915000', '204456.917000', '204456.920000', '204456.922000', '204456.925000', '204456.927000', '204456.930000', '204456.933000', '204456.935000', '204516.827000', '204516.830000', '204516.833000', '204516.835000', '204516.838000', '204516.841000', '204516.843000', '204516.846000', '204516.848000', '204516.851000', '204516.853000', '204516.856000', '204516.858000', '204516.861000', '204516.864000', '204516.866000', '204516.869000', '204516.872000', '204516.874000', '204516.877000', '204516.879000', '204516.882000', '204516.884000', '204516.887000', '204516.889000', '204516.892000', '204516.895000', '204516.897000', '204516.900000', '204516.902000', '204516.905000', '204516.907000', '204516.910000', '204516.913000', '204516.915000', '204516.928000', '204516.931000', '204516.933000', '204516.936000', '204516.938000', '204516.941000', '204516.943000', '204516.946000', '204516.948000', '204536.827000', '204536.830000', '204536.833000', '204536.836000', '204536.838000', '204536.841000', '204536.843000', '204536.846000', '204536.848000', '204536.851000', '204536.853000', '204536.856000', '204536.859000', '204536.861000', '204536.864000', '204536.866000', '204536.869000', '204536.871000', '204536.874000', '204536.877000', '204536.879000', '204536.882000', '204536.884000', '204536.887000', '204536.889000', '204536.892000', '204536.894000', '204536.897000', '204536.900000', '204536.902000', '204536.905000', '204536.907000', '204536.910000', '204536.912000', '204536.915000', '204536.917000', '204536.920000', '204536.923000', '204536.925000', '204536.928000', '204536.930000', '204536.933000', '204536.935000', '204556.827000', '204556.830000', '204556.833000', '204556.835000', '204556.838000', '204556.840000', '204556.843000', '204556.846000', '204556.848000', '204556.851000', '204556.866000', '204556.868000', '204556.871000', '204556.874000', '204556.876000', '204556.879000', '204556.881000', '204556.884000', '204556.886000', '204556.889000', '204556.891000', '204556.894000', '204556.896000', '204556.899000', '204556.902000', '204556.904000', '204556.907000', '204556.909000', '204556.912000', '204556.914000', '204556.917000', '204556.919000', '204556.922000', '204556.924000', '204556.927000', '204556.930000', '204556.932000', '204556.935000', '204556.937000', '204556.940000', '204556.942000', '204556.945000', '204556.948000', '204556.950000', '204616.827000', '204616.830000', '204616.833000', '204616.835000', '204616.838000', '204616.840000', '204616.843000', '204616.846000', '204616.848000', '204616.851000', '204616.853000', '204616.856000', '204616.858000', '204616.861000', '204616.864000', '204616.866000', '204616.869000', '204616.871000', '204616.874000', '204616.876000', '204616.879000', '204616.881000', '204616.884000', '204616.887000', '204616.889000', '204616.892000', '204616.895000', '204616.897000', '204616.900000', '204616.902000', '204616.905000', '204616.907000', '204616.910000', '204616.912000', '204616.915000', '204616.918000', '204616.920000', '204616.923000', '204616.926000', '204616.928000', '204616.931000', '204616.933000', '204616.936000', '204636.828000', '204636.831000', '204636.834000', '204636.837000', '204636.840000', '204636.842000', '204636.845000', '204636.848000', '204636.851000', '204636.853000', '204636.856000', '204636.859000', '204636.861000', '204636.864000', '204636.866000', '204636.869000', '204636.871000', '204636.874000', '204636.876000', '204636.879000', '204636.882000', '204636.884000', '204636.887000', '204636.889000', '204636.892000', '204636.895000', '204636.897000', '204636.900000', '204636.902000', '204636.905000', '204636.908000', '204636.910000', '204636.913000', '204636.915000', '204636.918000', '204636.921000', '204636.923000', '204636.926000', '204636.929000', '204636.931000', '204636.934000', '204636.936000', '204636.939000', '204656.826000', '204656.829000', '204656.832000', '204656.834000', '204656.837000', '204656.840000', '204656.842000', '204656.845000', '204656.847000', '204656.850000', '204656.853000', '204656.855000', '204656.858000', '204656.860000', '204656.863000', '204656.865000', '204656.868000', '204656.871000', '204656.873000', '204656.876000', '204656.878000', '204656.881000', '204656.884000', '204656.886000', '204656.889000', '204656.891000', '204656.894000', '204656.897000', '204656.904000', '204656.907000', '204656.909000', '204656.912000', '204656.915000', '204656.917000', '204656.920000', '204656.922000', '204656.925000', '204656.928000', '204656.930000', '204656.933000', '204656.935000', '204656.938000', '204656.941000', '204656.943000', '204716.827000', '204716.830000', '204716.833000', '204716.835000', '204716.838000', '204716.841000', '204716.843000', '204716.846000', '204716.848000', '204716.851000', '204716.853000', '204716.856000', '204716.858000', '204716.861000', '204716.864000', '204716.866000', '204716.869000', '204716.872000', '204716.874000', '204716.877000', '204716.879000', '204716.882000', '204716.884000', '204716.887000', '204716.890000', '204716.892000', '204716.895000', '204716.897000', '204716.900000', '204716.902000', '204716.905000', '204716.908000', '204716.910000', '204716.913000', '204716.916000', '204716.918000', '204716.921000', '204716.923000', '204716.926000', '204716.928000', '204716.931000', '204716.934000', '204716.936000', '204736.828000', '204736.831000', '204736.833000', '204736.836000', '204736.838000', '204736.841000', '204736.852000', '204736.855000', '204736.857000', '204736.860000', '204736.862000', '204736.865000', '204736.867000', '204736.870000', '204736.872000', '204736.875000', '204736.878000', '204736.880000', '204736.883000', '204736.885000', '204736.888000', '204736.890000', '204736.893000', '204736.896000', '204736.898000', '204736.901000', '204736.903000', '204736.906000', '204736.908000', '204736.911000', '204736.914000', '204736.916000', '204736.919000', '204736.922000', '204736.924000', '204736.927000', '204736.929000', '204736.932000', '204736.934000', '204736.937000', '204736.940000', '204736.942000', '204736.945000', '204736.947000', '204756.828000', '204756.830000', '204756.833000', '204756.836000', '204756.838000', '204756.841000', '204756.843000', '204756.846000', '204756.848000', '204756.851000', '204756.854000', '204756.856000', '204756.859000', '204756.861000', '204756.864000', '204756.866000', '204756.869000', '204756.872000', '204756.875000', '204756.878000', '204756.880000', '204756.884000', '204756.887000', '204756.889000', '204756.892000', '204756.894000', '204756.897000', '204756.900000', '204756.902000', '204756.905000', '204756.907000', '204756.910000', '204756.913000', '204756.915000', '204756.918000', '204756.920000', '204756.923000', '204756.925000', '204756.928000', '204756.930000', '204756.933000', '204756.936000', '204756.938000', '204816.827000', '204816.830000', '204816.833000', '204816.835000', '204816.838000', '204816.841000', '204816.843000', '204816.846000', '204816.848000', '204816.851000', '204816.853000', '204816.856000', '204816.858000', '204816.861000', '204816.874000', '204816.876000', '204816.879000', '204816.881000', '204816.884000', '204816.887000', '204816.889000', '204816.892000', '204816.894000', '204816.897000', '204816.899000', '204816.902000', '204816.905000', '204816.907000', '204816.910000', '204816.912000', '204816.915000', '204816.917000', '204816.920000', '204816.923000', '204816.925000', '204816.928000', '204816.930000', '204816.933000', '204816.935000', '204816.938000', '204816.941000', '204816.943000', '204816.946000', '204816.949000', '204836.827000', '204836.831000', '204836.834000', '204836.836000', '204836.839000', '204836.842000', '204836.844000', '204836.847000', '204836.849000', '204836.852000', '204836.854000', '204836.857000', '204836.859000', '204836.862000', '204836.864000', '204836.867000', '204836.870000', '204836.872000', '204836.875000', '204836.877000', '204836.880000', '204836.883000', '204836.886000', '204836.889000', '204836.892000', '204836.895000', '204836.897000', '204836.900000', '204836.902000', '204836.905000', '204836.907000', '204836.910000', '204836.913000', '204836.915000', '204836.918000', '204836.920000', '204836.923000', '204836.925000', '204836.928000', '204836.931000', '204836.933000', '204836.936000', '204836.938000', '204856.828000', '204856.831000', '204856.833000', '204856.836000', '204856.839000', '204856.841000', '204856.844000', '204856.846000', '204856.849000', '204856.851000', '204856.854000', '204856.857000', '204856.859000', '204856.862000', '204856.864000', '204856.867000', '204856.869000', '204856.884000', '204856.887000', '204856.889000', '204856.892000', '204856.894000', '204856.897000', '204856.899000', '204856.902000', '204856.905000', '204856.907000', '204856.910000', '204856.912000', '204856.915000', '204856.917000', '204856.920000', '204856.923000', '204856.925000', '204856.928000', '204856.930000', '204856.933000', '204856.936000', '204856.938000', '204856.941000', '204856.943000', '204856.946000', '204856.948000', '204856.951000', '204916.826000', '204916.841000', '204916.844000', '204916.846000', '204916.849000', '204916.853000', '204916.855000', '204916.858000', '204916.860000', '204916.863000', '204916.866000', '204916.868000', '204916.871000', '204916.874000', '204916.876000', '204916.879000', '204916.881000', '204916.884000', '204916.887000', '204916.889000', '204916.892000', '204916.894000', '204916.897000', '204916.899000', '204916.902000', '204916.905000', '204916.907000', '204916.910000', '204916.912000', '204916.915000', '204916.917000', '204916.920000', '204916.922000', '204916.926000', '204916.929000', '204916.932000', '204916.934000', '204916.937000', '204916.939000', '204916.942000', '204916.945000', '204916.947000', '204916.950000', '204936.828000', '204936.861000', '204936.863000', '204936.866000', '204936.868000', '204936.871000', '204936.873000', '204936.876000', '204936.879000', '204936.881000', '204936.884000', '204936.886000', '204936.889000', '204936.891000', '204936.894000', '204936.897000', '204936.899000', '204936.902000', '204936.904000', '204936.907000', '204936.910000', '204936.912000', '204936.915000', '204936.917000', '204936.920000', '204936.922000', '204936.925000', '204936.928000', '204936.930000', '204936.933000', '204936.945000', '204936.948000', '204936.951000', '204936.953000', '204936.956000', '204936.958000', '204936.961000', '204936.963000', '204936.966000', '204936.969000', '204936.971000', '204936.974000', '204936.976000', '204936.979000', '204956.827000', '204956.864000', '204956.867000', '204956.869000', '204956.872000', '204956.874000', '204956.877000', '204956.879000', '204956.882000', '204956.885000', '204956.887000', '204956.890000', '204956.892000', '204956.895000', '204956.897000', '204956.900000', '204956.903000', '204956.905000', '204956.908000', '204956.910000', '204956.913000', '204956.916000', '204956.918000', '204956.921000', '204956.923000', '204956.926000', '204956.928000', '204956.931000', '204956.934000', '204956.936000', '204956.939000', '204956.942000', '204956.944000', '204956.947000', '204956.949000', '204956.952000', '204956.954000', '204956.957000', '204956.961000', '204956.964000', '204956.966000', '204956.969000', '204956.972000', '205016.828000', '205016.865000', '205016.868000', '205016.870000', '205016.873000', '205016.875000', '205016.878000', '205016.880000', '205016.883000', '205016.885000', '205016.888000', '205016.890000', '205016.893000', '205016.896000', '205016.898000', '205016.901000', '205016.904000', '205016.906000', '205016.909000', '205016.911000', '205016.914000', '205016.916000', '205016.919000', '205016.921000', '205016.924000', '205016.926000', '205016.929000', '205016.931000', '205016.934000', '205016.937000', '205016.939000', '205016.942000', '205016.944000', '205016.947000', '205016.949000', '205016.952000', '205016.955000', '205016.957000', '205016.960000', '205016.962000', '205016.965000', '205016.967000', '205016.985000', '205036.827000', '205036.860000', '205036.863000', '205036.866000', '205036.868000', '205036.871000', '205036.873000', '205036.876000', '205036.878000', '205036.881000', '205036.883000', '205036.886000', '205036.889000', '205036.891000', '205036.894000', '205036.897000', '205036.899000', '205036.902000', '205036.904000', '205036.907000', '205036.909000', '205036.912000', '205036.914000', '205036.917000', '205036.919000', '205036.922000', '205036.925000', '205036.927000', '205036.930000', '205036.932000', '205036.935000', '205036.938000', '205036.940000', '205036.943000', '205036.945000', '205036.948000', '205036.951000', '205036.953000', '205036.957000', '205036.959000', '205036.963000', '205036.968000', '205036.970000', '205036.973000', '205056.827000', '205056.898000', '205056.900000', '205056.903000', '205056.905000', '205056.908000', '205056.911000', '205056.913000', '205056.916000', '205056.918000', '205056.921000', '205056.923000', '205056.926000', '205056.929000', '205056.931000', '205056.934000', '205056.936000', '205056.939000', '205056.941000', '205056.944000', '205056.947000', '205056.949000', '205056.952000', '205056.954000', '205056.957000', '205056.959000', '205056.962000', '205056.965000', '205056.967000', '205056.970000', '205056.972000', '205056.975000', '205056.977000', '205056.980000', '205056.983000', '205056.985000', '205056.988000', '205056.990000', '205056.993000', '205056.995000', '205056.998000', '205057.002000', '205057.004000', '205116.826000', '205116.829000', '205116.832000', '205116.834000', '205116.837000', '205116.840000', '205116.842000', '205116.845000', '205116.848000', '205116.850000', '205116.853000', '205116.855000', '205116.858000', '205116.861000', '205116.863000', '205116.866000', '205116.868000', '205116.871000', '205116.873000', '205116.876000', '205116.879000', '205116.881000', '205116.884000', '205116.886000', '205116.889000', '205116.897000', '205116.900000', '205116.902000', '205116.905000', '205116.907000', '205116.910000', '205116.912000', '205116.915000', '205116.918000', '205116.920000', '205116.923000', '205116.925000', '205116.928000', '205116.930000', '205116.933000', '205116.935000', '205116.938000', '205116.941000', '205116.944000', '205136.828000', '205136.863000', '205136.865000', '205136.868000', '205136.871000', '205136.873000', '205136.876000', '205136.878000', '205136.881000', '205136.883000', '205136.886000', '205136.889000', '205136.891000', '205136.894000', '205136.896000', '205136.899000', '205136.901000', '205136.904000', '205136.907000', '205136.909000', '205136.912000', '205136.914000', '205136.917000', '205136.920000', '205136.922000', '205136.925000', '205136.928000', '205136.930000', '205136.933000', '205136.935000', '205136.938000', '205136.940000', '205136.943000', '205136.945000', '205136.948000', '205136.951000', '205136.953000', '205136.956000', '205136.958000', '205136.961000', '205136.964000', '205136.966000', '205136.969000', '205156.828000', '205156.831000', '205156.833000', '205156.836000', '205156.838000', '205156.841000', '205156.843000', '205156.846000', '205156.848000', '205156.851000', '205156.854000', '205156.856000', '205156.859000', '205156.862000', '205156.864000', '205156.867000', '205156.869000', '205156.872000', '205156.874000', '205156.877000', '205156.880000', '205156.882000', '205156.885000', '205156.887000', '205156.890000', '205156.892000', '205156.895000', '205156.898000', '205156.900000', '205156.903000', '205156.905000', '205156.908000', '205156.911000', '205156.913000', '205156.916000', '205156.918000', '205156.921000', '205156.923000', '205156.926000', '205156.928000', '205156.931000', '205156.934000', '205156.936000', '205156.939000', '205216.828000', '205216.873000', '205216.876000', '205216.878000', '205216.881000', '205216.884000', '205216.886000', '205216.889000', '205216.891000', '205216.894000', '205216.897000', '205216.899000', '205216.902000', '205216.904000', '205216.907000', '205216.910000', '205216.912000', '205216.915000', '205216.917000', '205216.920000', '205216.923000', '205216.925000', '205216.928000', '205216.930000', '205216.933000', '205216.936000', '205216.938000', '205216.941000', '205216.943000', '205216.946000', '205216.948000', '205216.951000', '205216.953000', '205216.956000', '205216.959000', '205216.961000', '205216.964000', '205216.966000', '205216.969000', '205216.972000', '205216.974000', '205216.977000', '205216.979000', '205216.982000', '205236.828000', '205236.846000', '205236.849000', '205236.852000', '205236.854000', '205236.857000', '205236.859000', '205236.862000', '205236.864000', '205236.867000', '205236.870000', '205236.872000', '205236.875000', '205236.877000', '205236.880000', '205236.883000', '205236.885000', '205236.888000', '205236.890000', '205236.893000', '205236.895000', '205236.898000', '205236.901000', '205236.903000', '205236.906000', '205236.908000', '205236.911000', '205236.914000', '205236.916000', '205236.919000', '205236.921000', '205236.924000', '205236.926000', '205236.929000', '205236.932000', '205236.934000', '205236.937000', '205236.939000', '205236.942000', '205236.945000', '205236.947000', '205236.950000', '205236.952000', '205256.828000', '205256.868000', '205256.870000', '205256.873000', '205256.875000', '205256.878000', '205256.881000', '205256.893000', '205256.895000', '205256.898000', '205256.900000', '205256.903000', '205256.906000', '205256.908000', '205256.911000', '205256.913000', '205256.916000', '205256.918000', '205256.921000', '205256.924000', '205256.926000', '205256.929000', '205256.931000', '205256.934000', '205256.937000', '205256.939000', '205256.942000', '205256.945000', '205256.947000', '205256.950000', '205256.952000', '205256.955000', '205256.957000', '205256.960000', '205256.963000', '205256.965000', '205256.968000', '205256.970000', '205256.973000', '205256.976000', '205256.978000', '205256.981000', '205256.983000', '205256.986000', '205316.828000', '205316.856000', '205316.859000', '205316.862000', '205316.864000', '205316.867000', '205316.869000', '205316.872000', '205316.875000', '205316.877000', '205316.880000', '205316.882000', '205316.885000', '205316.887000', '205316.890000', '205316.893000', '205316.895000', '205316.898000', '205316.900000', '205316.903000', '205316.905000', '205316.908000', '205316.911000', '205316.913000', '205316.916000', '205316.918000', '205316.921000', '205316.923000', '205316.926000', '205316.929000', '205316.931000', '205316.934000', '205316.936000', '205316.939000', '205316.942000', '205316.944000', '205316.947000', '205316.950000', '205316.952000', '205316.955000', '205316.957000', '205316.960000', '205316.963000', '205336.827000', '205336.875000', '205336.878000', '205336.880000', '205336.883000', '205336.886000', '205336.889000', '205336.891000', '205336.894000', '205336.896000', '205336.899000', '205336.902000', '205336.904000', '205336.907000', '205336.909000', '205336.912000', '205336.914000', '205336.917000', '205336.920000', '205336.922000', '205336.925000', '205336.927000', '205336.930000', '205336.932000', '205336.935000', '205336.938000', '205336.940000', '205336.943000', '205336.945000', '205336.948000', '205336.950000', '205336.953000', '205336.956000', '205336.958000', '205336.961000', '205336.964000', '205336.966000', '205336.969000', '205336.971000', '205336.974000', '205336.977000', '205336.979000', '205336.982000', '205356.828000', '205356.831000', '205356.833000', '205356.836000', '205356.838000', '205356.841000', '205356.844000', '205356.846000', '205356.849000', '205356.851000', '205356.854000', '205356.856000', '205356.859000', '205356.862000', '205356.864000', '205356.867000', '205356.869000', '205356.872000', '205356.874000', '205356.877000', '205356.880000', '205356.882000', '205356.885000', '205356.888000', '205356.890000', '205356.893000', '205356.895000', '205356.898000', '205356.900000', '205356.903000', '205356.906000', '205356.908000', '205356.911000', '205356.913000', '205356.916000', '205356.919000', '205356.921000', '205356.924000', '205356.926000', '205356.929000', '205356.931000', '205356.934000', '205356.937000', '205356.939000', '205400.288000', '205400.292000', '205400.294000', '205400.297000', '205400.300000', '205400.303000', '205400.306000', '205400.309000'], 'InstanceCreationTime': ['204436.855000', '204436.859000', '204436.862000', '204436.864000', '204436.867000', '204436.869000', '204436.872000', '204436.875000', '204436.884000', '204436.886000', '204436.889000', '204436.891000', '204436.894000', '204436.897000', '204436.899000', '204436.902000', '204436.905000', '204436.907000', '204436.910000', '204436.919000', '204436.922000', '204436.924000', '204436.927000', '204436.929000', '204436.932000', '204436.935000', '204436.937000', '204436.940000', '204436.942000', '204436.945000', '204436.947000', '204436.950000', '204436.952000', '204436.955000', '204436.957000', '204436.960000', '204436.962000', '204436.965000', '204436.967000', '204436.970000', '204436.973000', '204436.975000', '204436.978000', '204456.827000', '204456.830000', '204456.833000', '204456.835000', '204456.838000', '204456.840000', '204456.843000', '204456.846000', '204456.848000', '204456.851000', '204456.853000', '204456.856000', '204456.858000', '204456.861000', '204456.863000', '204456.866000', '204456.869000', '204456.871000', '204456.874000', '204456.876000', '204456.879000', '204456.881000', '204456.884000', '204456.886000', '204456.889000', '204456.892000', '204456.894000', '204456.897000', '204456.899000', '204456.902000', '204456.905000', '204456.907000', '204456.910000', '204456.912000', '204456.915000', '204456.917000', '204456.920000', '204456.922000', '204456.925000', '204456.927000', '204456.930000', '204456.933000', '204456.935000', '204516.827000', '204516.830000', '204516.833000', '204516.835000', '204516.838000', '204516.841000', '204516.843000', '204516.846000', '204516.848000', '204516.851000', '204516.853000', '204516.856000', '204516.858000', '204516.861000', '204516.864000', '204516.866000', '204516.869000', '204516.872000', '204516.874000', '204516.877000', '204516.879000', '204516.882000', '204516.884000', '204516.887000', '204516.889000', '204516.892000', '204516.895000', '204516.897000', '204516.900000', '204516.902000', '204516.905000', '204516.907000', '204516.910000', '204516.913000', '204516.915000', '204516.928000', '204516.931000', '204516.933000', '204516.936000', '204516.938000', '204516.941000', '204516.943000', '204516.946000', '204516.948000', '204536.827000', '204536.830000', '204536.833000', '204536.836000', '204536.838000', '204536.841000', '204536.843000', '204536.846000', '204536.848000', '204536.851000', '204536.853000', '204536.856000', '204536.859000', '204536.861000', '204536.864000', '204536.866000', '204536.869000', '204536.871000', '204536.874000', '204536.877000', '204536.879000', '204536.882000', '204536.884000', '204536.887000', '204536.889000', '204536.892000', '204536.894000', '204536.897000', '204536.900000', '204536.902000', '204536.905000', '204536.907000', '204536.910000', '204536.912000', '204536.915000', '204536.917000', '204536.920000', '204536.923000', '204536.925000', '204536.928000', '204536.930000', '204536.933000', '204536.935000', '204556.827000', '204556.830000', '204556.833000', '204556.835000', '204556.838000', '204556.840000', '204556.843000', '204556.846000', '204556.848000', '204556.851000', '204556.866000', '204556.868000', '204556.871000', '204556.874000', '204556.876000', '204556.879000', '204556.881000', '204556.884000', '204556.886000', '204556.889000', '204556.891000', '204556.894000', '204556.896000', '204556.899000', '204556.902000', '204556.904000', '204556.907000', '204556.909000', '204556.912000', '204556.914000', '204556.917000', '204556.919000', '204556.922000', '204556.924000', '204556.927000', '204556.930000', '204556.932000', '204556.935000', '204556.937000', '204556.940000', '204556.942000', '204556.945000', '204556.948000', '204556.950000', '204616.827000', '204616.830000', '204616.833000', '204616.835000', '204616.838000', '204616.840000', '204616.843000', '204616.846000', '204616.848000', '204616.851000', '204616.853000', '204616.856000', '204616.858000', '204616.861000', '204616.864000', '204616.866000', '204616.869000', '204616.871000', '204616.874000', '204616.876000', '204616.879000', '204616.881000', '204616.884000', '204616.887000', '204616.889000', '204616.892000', '204616.895000', '204616.897000', '204616.900000', '204616.902000', '204616.905000', '204616.907000', '204616.910000', '204616.912000', '204616.915000', '204616.918000', '204616.920000', '204616.923000', '204616.926000', '204616.928000', '204616.931000', '204616.933000', '204616.936000', '204636.828000', '204636.831000', '204636.834000', '204636.837000', '204636.840000', '204636.842000', '204636.845000', '204636.848000', '204636.851000', '204636.853000', '204636.856000', '204636.859000', '204636.861000', '204636.864000', '204636.866000', '204636.869000', '204636.871000', '204636.874000', '204636.876000', '204636.879000', '204636.882000', '204636.884000', '204636.887000', '204636.889000', '204636.892000', '204636.895000', '204636.897000', '204636.900000', '204636.902000', '204636.905000', '204636.908000', '204636.910000', '204636.913000', '204636.915000', '204636.918000', '204636.921000', '204636.923000', '204636.926000', '204636.929000', '204636.931000', '204636.934000', '204636.936000', '204636.939000', '204656.826000', '204656.829000', '204656.832000', '204656.834000', '204656.837000', '204656.840000', '204656.842000', '204656.845000', '204656.847000', '204656.850000', '204656.853000', '204656.855000', '204656.858000', '204656.860000', '204656.863000', '204656.865000', '204656.868000', '204656.871000', '204656.873000', '204656.876000', '204656.878000', '204656.881000', '204656.884000', '204656.886000', '204656.889000', '204656.891000', '204656.894000', '204656.897000', '204656.904000', '204656.907000', '204656.909000', '204656.912000', '204656.915000', '204656.917000', '204656.920000', '204656.922000', '204656.925000', '204656.928000', '204656.930000', '204656.933000', '204656.935000', '204656.938000', '204656.941000', '204656.943000', '204716.827000', '204716.830000', '204716.833000', '204716.835000', '204716.838000', '204716.841000', '204716.843000', '204716.846000', '204716.848000', '204716.851000', '204716.853000', '204716.856000', '204716.858000', '204716.861000', '204716.864000', '204716.866000', '204716.869000', '204716.872000', '204716.874000', '204716.877000', '204716.879000', '204716.882000', '204716.884000', '204716.887000', '204716.890000', '204716.892000', '204716.895000', '204716.897000', '204716.900000', '204716.902000', '204716.905000', '204716.908000', '204716.910000', '204716.913000', '204716.916000', '204716.918000', '204716.921000', '204716.923000', '204716.926000', '204716.928000', '204716.931000', '204716.934000', '204716.936000', '204736.828000', '204736.831000', '204736.833000', '204736.836000', '204736.838000', '204736.841000', '204736.852000', '204736.855000', '204736.857000', '204736.860000', '204736.862000', '204736.865000', '204736.867000', '204736.870000', '204736.872000', '204736.875000', '204736.878000', '204736.880000', '204736.883000', '204736.885000', '204736.888000', '204736.890000', '204736.893000', '204736.896000', '204736.898000', '204736.901000', '204736.903000', '204736.906000', '204736.908000', '204736.911000', '204736.914000', '204736.916000', '204736.919000', '204736.922000', '204736.924000', '204736.927000', '204736.929000', '204736.932000', '204736.934000', '204736.937000', '204736.940000', '204736.942000', '204736.945000', '204736.947000', '204756.828000', '204756.830000', '204756.833000', '204756.836000', '204756.838000', '204756.841000', '204756.843000', '204756.846000', '204756.848000', '204756.851000', '204756.854000', '204756.856000', '204756.859000', '204756.861000', '204756.864000', '204756.866000', '204756.869000', '204756.872000', '204756.875000', '204756.878000', '204756.880000', '204756.884000', '204756.887000', '204756.889000', '204756.892000', '204756.894000', '204756.897000', '204756.900000', '204756.902000', '204756.905000', '204756.907000', '204756.910000', '204756.913000', '204756.915000', '204756.918000', '204756.920000', '204756.923000', '204756.925000', '204756.928000', '204756.930000', '204756.933000', '204756.936000', '204756.938000', '204816.827000', '204816.830000', '204816.833000', '204816.835000', '204816.838000', '204816.841000', '204816.843000', '204816.846000', '204816.848000', '204816.851000', '204816.853000', '204816.856000', '204816.858000', '204816.861000', '204816.874000', '204816.876000', '204816.879000', '204816.881000', '204816.884000', '204816.887000', '204816.889000', '204816.892000', '204816.894000', '204816.897000', '204816.899000', '204816.902000', '204816.905000', '204816.907000', '204816.910000', '204816.912000', '204816.915000', '204816.917000', '204816.920000', '204816.923000', '204816.925000', '204816.928000', '204816.930000', '204816.933000', '204816.935000', '204816.938000', '204816.941000', '204816.943000', '204816.946000', '204816.949000', '204836.827000', '204836.831000', '204836.834000', '204836.836000', '204836.839000', '204836.842000', '204836.844000', '204836.847000', '204836.849000', '204836.852000', '204836.854000', '204836.857000', '204836.859000', '204836.862000', '204836.864000', '204836.867000', '204836.870000', '204836.872000', '204836.875000', '204836.877000', '204836.880000', '204836.883000', '204836.886000', '204836.889000', '204836.892000', '204836.895000', '204836.897000', '204836.900000', '204836.902000', '204836.905000', '204836.907000', '204836.910000', '204836.913000', '204836.915000', '204836.918000', '204836.920000', '204836.923000', '204836.925000', '204836.928000', '204836.931000', '204836.933000', '204836.936000', '204836.938000', '204856.828000', '204856.831000', '204856.833000', '204856.836000', '204856.839000', '204856.841000', '204856.844000', '204856.846000', '204856.849000', '204856.851000', '204856.854000', '204856.857000', '204856.859000', '204856.862000', '204856.864000', '204856.867000', '204856.869000', '204856.884000', '204856.887000', '204856.889000', '204856.892000', '204856.894000', '204856.897000', '204856.899000', '204856.902000', '204856.905000', '204856.907000', '204856.910000', '204856.912000', '204856.915000', '204856.917000', '204856.920000', '204856.923000', '204856.925000', '204856.928000', '204856.930000', '204856.933000', '204856.936000', '204856.938000', '204856.941000', '204856.943000', '204856.946000', '204856.948000', '204856.951000', '204916.826000', '204916.841000', '204916.844000', '204916.846000', '204916.849000', '204916.853000', '204916.855000', '204916.858000', '204916.860000', '204916.863000', '204916.866000', '204916.868000', '204916.871000', '204916.874000', '204916.876000', '204916.879000', '204916.881000', '204916.884000', '204916.887000', '204916.889000', '204916.892000', '204916.894000', '204916.897000', '204916.899000', '204916.902000', '204916.905000', '204916.907000', '204916.910000', '204916.912000', '204916.915000', '204916.917000', '204916.920000', '204916.922000', '204916.926000', '204916.929000', '204916.932000', '204916.934000', '204916.937000', '204916.939000', '204916.942000', '204916.945000', '204916.947000', '204916.950000', '204936.828000', '204936.861000', '204936.863000', '204936.866000', '204936.868000', '204936.871000', '204936.873000', '204936.876000', '204936.879000', '204936.881000', '204936.884000', '204936.886000', '204936.889000', '204936.891000', '204936.894000', '204936.897000', '204936.899000', '204936.902000', '204936.904000', '204936.907000', '204936.910000', '204936.912000', '204936.915000', '204936.917000', '204936.920000', '204936.922000', '204936.925000', '204936.928000', '204936.930000', '204936.933000', '204936.945000', '204936.948000', '204936.951000', '204936.953000', '204936.956000', '204936.958000', '204936.961000', '204936.963000', '204936.966000', '204936.969000', '204936.971000', '204936.974000', '204936.976000', '204936.979000', '204956.827000', '204956.864000', '204956.867000', '204956.869000', '204956.872000', '204956.874000', '204956.877000', '204956.879000', '204956.882000', '204956.885000', '204956.887000', '204956.890000', '204956.892000', '204956.895000', '204956.897000', '204956.900000', '204956.903000', '204956.905000', '204956.908000', '204956.910000', '204956.913000', '204956.916000', '204956.918000', '204956.921000', '204956.923000', '204956.926000', '204956.928000', '204956.931000', '204956.934000', '204956.936000', '204956.939000', '204956.942000', '204956.944000', '204956.947000', '204956.949000', '204956.952000', '204956.954000', '204956.957000', '204956.961000', '204956.964000', '204956.966000', '204956.969000', '204956.972000', '205016.828000', '205016.865000', '205016.868000', '205016.870000', '205016.873000', '205016.875000', '205016.878000', '205016.880000', '205016.883000', '205016.885000', '205016.888000', '205016.890000', '205016.893000', '205016.896000', '205016.898000', '205016.901000', '205016.904000', '205016.906000', '205016.909000', '205016.911000', '205016.914000', '205016.916000', '205016.919000', '205016.921000', '205016.924000', '205016.926000', '205016.929000', '205016.931000', '205016.934000', '205016.937000', '205016.939000', '205016.942000', '205016.944000', '205016.947000', '205016.949000', '205016.952000', '205016.955000', '205016.957000', '205016.960000', '205016.962000', '205016.965000', '205016.967000', '205016.985000', '205036.827000', '205036.860000', '205036.863000', '205036.866000', '205036.868000', '205036.871000', '205036.873000', '205036.876000', '205036.878000', '205036.881000', '205036.883000', '205036.886000', '205036.889000', '205036.891000', '205036.894000', '205036.897000', '205036.899000', '205036.902000', '205036.904000', '205036.907000', '205036.909000', '205036.912000', '205036.914000', '205036.917000', '205036.919000', '205036.922000', '205036.925000', '205036.927000', '205036.930000', '205036.932000', '205036.935000', '205036.938000', '205036.940000', '205036.943000', '205036.945000', '205036.948000', '205036.951000', '205036.953000', '205036.957000', '205036.959000', '205036.963000', '205036.968000', '205036.970000', '205036.973000', '205056.827000', '205056.898000', '205056.900000', '205056.903000', '205056.905000', '205056.908000', '205056.911000', '205056.913000', '205056.916000', '205056.918000', '205056.921000', '205056.923000', '205056.926000', '205056.929000', '205056.931000', '205056.934000', '205056.936000', '205056.939000', '205056.941000', '205056.944000', '205056.947000', '205056.949000', '205056.952000', '205056.954000', '205056.957000', '205056.959000', '205056.962000', '205056.965000', '205056.967000', '205056.970000', '205056.972000', '205056.975000', '205056.977000', '205056.980000', '205056.983000', '205056.985000', '205056.988000', '205056.990000', '205056.993000', '205056.995000', '205056.998000', '205057.002000', '205057.004000', '205116.826000', '205116.829000', '205116.832000', '205116.834000', '205116.837000', '205116.840000', '205116.842000', '205116.845000', '205116.848000', '205116.850000', '205116.853000', '205116.855000', '205116.858000', '205116.861000', '205116.863000', '205116.866000', '205116.868000', '205116.871000', '205116.873000', '205116.876000', '205116.879000', '205116.881000', '205116.884000', '205116.886000', '205116.889000', '205116.897000', '205116.900000', '205116.902000', '205116.905000', '205116.907000', '205116.910000', '205116.912000', '205116.915000', '205116.918000', '205116.920000', '205116.923000', '205116.925000', '205116.928000', '205116.930000', '205116.933000', '205116.935000', '205116.938000', '205116.941000', '205116.944000', '205136.828000', '205136.863000', '205136.865000', '205136.868000', '205136.871000', '205136.873000', '205136.876000', '205136.878000', '205136.881000', '205136.883000', '205136.886000', '205136.889000', '205136.891000', '205136.894000', '205136.896000', '205136.899000', '205136.901000', '205136.904000', '205136.907000', '205136.909000', '205136.912000', '205136.914000', '205136.917000', '205136.920000', '205136.922000', '205136.925000', '205136.928000', '205136.930000', '205136.933000', '205136.935000', '205136.938000', '205136.940000', '205136.943000', '205136.945000', '205136.948000', '205136.951000', '205136.953000', '205136.956000', '205136.958000', '205136.961000', '205136.964000', '205136.966000', '205136.969000', '205156.828000', '205156.831000', '205156.833000', '205156.836000', '205156.838000', '205156.841000', '205156.843000', '205156.846000', '205156.848000', '205156.851000', '205156.854000', '205156.856000', '205156.859000', '205156.862000', '205156.864000', '205156.867000', '205156.869000', '205156.872000', '205156.874000', '205156.877000', '205156.880000', '205156.882000', '205156.885000', '205156.887000', '205156.890000', '205156.892000', '205156.895000', '205156.898000', '205156.900000', '205156.903000', '205156.905000', '205156.908000', '205156.911000', '205156.913000', '205156.916000', '205156.918000', '205156.921000', '205156.923000', '205156.926000', '205156.928000', '205156.931000', '205156.934000', '205156.936000', '205156.939000', '205216.828000', '205216.873000', '205216.876000', '205216.878000', '205216.881000', '205216.884000', '205216.886000', '205216.889000', '205216.891000', '205216.894000', '205216.897000', '205216.899000', '205216.902000', '205216.904000', '205216.907000', '205216.910000', '205216.912000', '205216.915000', '205216.917000', '205216.920000', '205216.923000', '205216.925000', '205216.928000', '205216.930000', '205216.933000', '205216.936000', '205216.938000', '205216.941000', '205216.943000', '205216.946000', '205216.948000', '205216.951000', '205216.953000', '205216.956000', '205216.959000', '205216.961000', '205216.964000', '205216.966000', '205216.969000', '205216.972000', '205216.974000', '205216.977000', '205216.979000', '205216.982000', '205236.828000', '205236.846000', '205236.849000', '205236.852000', '205236.854000', '205236.857000', '205236.859000', '205236.862000', '205236.864000', '205236.867000', '205236.870000', '205236.872000', '205236.875000', '205236.877000', '205236.880000', '205236.883000', '205236.885000', '205236.888000', '205236.890000', '205236.893000', '205236.895000', '205236.898000', '205236.901000', '205236.903000', '205236.906000', '205236.908000', '205236.911000', '205236.914000', '205236.916000', '205236.919000', '205236.921000', '205236.924000', '205236.926000', '205236.929000', '205236.932000', '205236.934000', '205236.937000', '205236.939000', '205236.942000', '205236.945000', '205236.947000', '205236.950000', '205236.952000', '205256.828000', '205256.868000', '205256.870000', '205256.873000', '205256.875000', '205256.878000', '205256.881000', '205256.893000', '205256.895000', '205256.898000', '205256.900000', '205256.903000', '205256.906000', '205256.908000', '205256.911000', '205256.913000', '205256.916000', '205256.918000', '205256.921000', '205256.924000', '205256.926000', '205256.929000', '205256.931000', '205256.934000', '205256.937000', '205256.939000', '205256.942000', '205256.945000', '205256.947000', '205256.950000', '205256.952000', '205256.955000', '205256.957000', '205256.960000', '205256.963000', '205256.965000', '205256.968000', '205256.970000', '205256.973000', '205256.976000', '205256.978000', '205256.981000', '205256.983000', '205256.986000', '205316.828000', '205316.856000', '205316.859000', '205316.862000', '205316.864000', '205316.867000', '205316.869000', '205316.872000', '205316.875000', '205316.877000', '205316.880000', '205316.882000', '205316.885000', '205316.887000', '205316.890000', '205316.893000', '205316.895000', '205316.898000', '205316.900000', '205316.903000', '205316.905000', '205316.908000', '205316.911000', '205316.913000', '205316.916000', '205316.918000', '205316.921000', '205316.923000', '205316.926000', '205316.929000', '205316.931000', '205316.934000', '205316.936000', '205316.939000', '205316.942000', '205316.944000', '205316.947000', '205316.950000', '205316.952000', '205316.955000', '205316.957000', '205316.960000', '205316.963000', '205336.827000', '205336.875000', '205336.878000', '205336.880000', '205336.883000', '205336.886000', '205336.889000', '205336.891000', '205336.894000', '205336.896000', '205336.899000', '205336.902000', '205336.904000', '205336.907000', '205336.909000', '205336.912000', '205336.914000', '205336.917000', '205336.920000', '205336.922000', '205336.925000', '205336.927000', '205336.930000', '205336.932000', '205336.935000', '205336.938000', '205336.940000', '205336.943000', '205336.945000', '205336.948000', '205336.950000', '205336.953000', '205336.956000', '205336.958000', '205336.961000', '205336.964000', '205336.966000', '205336.969000', '205336.971000', '205336.974000', '205336.977000', '205336.979000', '205336.982000', '205356.828000', '205356.831000', '205356.833000', '205356.836000', '205356.838000', '205356.841000', '205356.844000', '205356.846000', '205356.849000', '205356.851000', '205356.854000', '205356.856000', '205356.859000', '205356.862000', '205356.864000', '205356.867000', '205356.869000', '205356.872000', '205356.874000', '205356.877000', '205356.880000', '205356.882000', '205356.885000', '205356.888000', '205356.890000', '205356.893000', '205356.895000', '205356.898000', '205356.900000', '205356.903000', '205356.906000', '205356.908000', '205356.911000', '205356.913000', '205356.916000', '205356.919000', '205356.921000', '205356.924000', '205356.926000', '205356.929000', '205356.931000', '205356.934000', '205356.937000', '205356.939000', '205400.288000', '205400.292000', '205400.294000', '205400.297000', '205400.300000', '205400.303000', '205400.306000', '205400.309000'], '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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268], 'LargestImagePixelValue': [11162, 15296, 9738, 10986, 6967, 13406, 10967, 13829, 9620, 9874, 7722, 11966, 12034, 7305, 9158, 6546, 11779, 10096, 11359, 6348, 8312, 13002, 10686, 9484, 8851, 6725, 9507, 9614, 10277, 7308, 9587, 8662, 12839, 8834, 10848, 8331, 14432, 7346, 10213, 7771, 11934, 13002, 10716, 6851, 9108, 8963, 12250, 7463, 10333, 6778, 12246, 13093, 11931, 8323, 9215, 14648, 11340, 13059, 9631, 11805, 9320, 15626, 10909, 10761, 9072, 14216, 11021, 11149, 9192, 12295, 11239, 10431, 10000, 13914, 12562, 11498, 9771, 7718, 9996, 13800, 12437, 6781, 9569, 7807, 13815, 8013, 10304, 7050, 13476, 9533, 11977, 8350, 13969, 10368, 13318, 9054, 12411, 8748, 14182, 11329, 13894, 9017, 9947, 8557, 14189, 10564, 11011, 8714, 13719, 9638, 12435, 7782, 11548, 7922, 13433, 8116, 10477, 7507, 12982, 7114, 9679, 7442, 13582, 7638, 9600, 6861, 12303, 9775, 12538, 9069, 10278, 9013, 14140, 10459, 10245, 9012, 15371, 11826, 7399, 10078, 7350, 12674, 9772, 11744, 7102, 12999, 9956, 13989, 9655, 11656, 9821, 15250, 11109, 10945, 9072, 14522, 10993, 13730, 9593, 9248, 10220, 13472, 10981, 7752, 9731, 14886, 10510, 11365, 9096, 14011, 10572, 8002, 9584, 7101, 12033, 7238, 10555, 6838, 13487, 9028, 11126, 8036, 11708, 9298, 13575, 9452, 11951, 10114, 14651, 10031, 10131, 9071, 15349, 11473, 10290, 9485, 10325, 12756, 9922, 11111, 7827, 13702, 11301, 7486, 9076, 6210, 12266, 14100, 11380, 9697, 8643, 14069, 11032, 10408, 8907, 6420, 10939, 9690, 12020, 8603, 10515, 7916, 13799, 10079, 12045, 8084, 12301, 8344, 13246, 7934, 10127, 6596, 12577, 9306, 11299, 8091, 11144, 9425, 13388, 9303, 9219, 8324, 13735, 10869, 11901, 9042, 11613, 8826, 14558, 10172, 10085, 8216, 13173, 10645, 13460, 9441, 10993, 9740, 15064, 10844, 11617, 9280, 14272, 11019, 12112, 9052, 12012, 10003, 14747, 10104, 9386, 8663, 14326, 11190, 11293, 8618, 12642, 10102, 15292, 9971, 9862, 8494, 13687, 10746, 12574, 8952, 12348, 9621, 13536, 10203, 12151, 9600, 15065, 11540, 13493, 9198, 13289, 10534, 14243, 9874, 13293, 10378, 14527, 10199, 11332, 9817, 14846, 10525, 9895, 8632, 13036, 10116, 12256, 8910, 12822, 10629, 14355, 9433, 7638, 11668, 8366, 10569, 7086, 12669, 10253, 12727, 7086, 10202, 12055, 11270, 16016, 11150, 7027, 8588, 14054, 10533, 10913, 9429, 12699, 11007, 10534, 10368, 6982, 10185, 10572, 13014, 6949, 10125, 6910, 12914, 8816, 11062, 6932, 13211, 9686, 13330, 8429, 11943, 9609, 14976, 10061, 11288, 9893, 15395, 10470, 10082, 8715, 14296, 12218, 8893, 10308, 7774, 11543, 12779, 11020, 7525, 14787, 9044, 10710, 8362, 13297, 10153, 9207, 10636, 12492, 9653, 15269, 10553, 9927, 8540, 13393, 10463, 13051, 9136, 13106, 10110, 13559, 9246, 13392, 10489, 12328, 9997, 6780, 10545, 9097, 12675, 7427, 10191, 8737, 14461, 9633, 10407, 8434, 13796, 10195, 14555, 9261, 10524, 8665, 14993, 12117, 6746, 10082, 7180, 14416, 9129, 11063, 8114, 14272, 10088, 12981, 8102, 11876, 8876, 15118, 8608, 11187, 7060, 13904, 9771, 12228, 8001, 11959, 9839, 14776, 9467, 9853, 8379, 13323, 11147, 13581, 9187, 13503, 10559, 14836, 9744, 12161, 10348, 16089, 10415, 10556, 8914, 14141, 11152, 14391, 9174, 12721, 10066, 15399, 9900, 10091, 8661, 14346, 11153, 6765, 9411, 6548, 12092, 10288, 11487, 8570, 13807, 11519, 12646, 10595, 6900, 11995, 10651, 12654, 7163, 11056, 8563, 15639, 9922, 10513, 8422, 14784, 11440, 12370, 9246, 14552, 10892, 8933, 9849, 6801, 12633, 8578, 11591, 7018, 13343, 9767, 12764, 8679, 11317, 9750, 14596, 9468, 7066, 11016, 9410, 14949, 9109, 10590, 9423, 15446, 10773, 6856, 9159, 8350, 14768, 9006, 10000, 8099, 13810, 10962, 8744, 9058, 8268, 12688, 7777, 10112, 8091, 13488, 10844, 7148, 10331, 7264, 11588, 8855, 14475, 9108, 10019, 7962, 13536, 10772, 12812, 8386, 7050, 9311, 9320, 10247, 7247, 9859, 7365, 12147, 7976, 9753, 8182, 12998, 9266, 9987, 8303, 13623, 11087, 6964, 9809, 7703, 12755, 9853, 11282, 8324, 10909, 10184, 9744, 9637, 7416, 9940, 14696, 13052, 8352, 9832, 7667, 10749, 8745, 14061, 9353, 14144, 11274, 7464, 10216, 6705, 13542, 10308, 12902, 9584, 15240, 11883, 10245, 12017, 9323, 12265, 12614, 9738, 12013, 9138, 14399, 12124, 17086, 10607, 7177, 10458, 9955, 15377, 9888, 6728, 9668, 9579, 12568, 10316, 6928, 11182, 9359, 16368, 10700, 10660, 8977, 13935, 11466, 8787, 11548, 9116, 7995, 14625, 10076, 6707, 9576, 12868, 13410, 8360, 10639, 8152, 12891, 11654, 12757, 10824, 8244, 9718, 9364, 10952, 17164, 10636, 7475, 9506, 8099, 13411, 10462, 16681, 10503, 10342, 8972, 15821, 12133, 8398, 10692, 8875, 15293, 12328, 8185, 10693, 7839, 15236, 11331, 11936, 8589, 9830, 8556, 9641, 12312, 8421, 10603, 8404, 9497, 9826, 10076, 14110, 10052, 6689, 9231, 7771, 11797, 9332, 8703, 10582, 8831, 14520, 12424, 16712, 11006, 16697, 12453, 16420, 13820, 8929, 12805, 10556, 13662, 9499, 11252, 10710, 10904, 11773, 7048, 10240, 7983, 11528, 7654, 9603, 8080, 12784, 8533, 9797, 7823, 12507, 7762, 9941, 8615, 11658, 8510, 9305, 8355, 13222, 9109, 9823, 7677, 13335, 8690, 10815, 7385, 10132, 8777, 13668, 9477, 10477, 8790, 14135, 11589, 14137, 9597, 13719, 10755, 16708, 10973, 11645, 9468, 16249, 12105, 7806, 10489, 8086, 11730, 10246, 13691, 10814, 10335, 10157, 15910, 12253, 11313, 9052, 15392, 10895, 12968, 10388, 8077, 10855, 11375, 12366, 7369, 9787, 7902, 14691, 10269, 7779, 9950, 9854, 15091, 10135, 7199, 10045, 8715, 15429, 11177, 13197, 7370, 10032, 8512, 14479, 9826, 10121, 9094, 11159, 14566, 9865, 8742, 8358, 8852, 15512, 11474, 9064, 10196, 8808, 10916, 8827, 10965, 9856, 11843, 10033, 11203, 9316, 6901, 9444, 8589, 15263, 11563, 16671, 11059, 13560, 9360, 7693, 11287, 8895, 13083, 9816, 12783, 14287, 9333, 9858, 8537, 7038, 11347, 10071, 11613, 8872, 7179, 9983, 8230, 11310, 8417, 10270, 9724, 8462, 12185, 8867, 6767, 8267, 7951, 12436, 11527, 8010, 11485, 11001, 13466, 8320, 12500, 10301, 12367, 8676, 14238, 10658, 10043, 8614, 7090, 12796, 9613, 7114, 8738, 7871, 11981, 10016, 8431, 10390, 8601, 11850, 9090, 13587, 10643, 11725, 9180, 12484, 10542, 7568, 10452, 8386, 10951, 8751, 7628, 11374, 9882, 10092, 12053, 9614, 11701, 9271, 14055, 11586, 16383, 9803, 7332, 8909, 9092, 12021, 9018, 9772, 8423, 10184, 8650, 9900, 10500, 6895, 9606, 8970, 13654, 11779, 16195, 10696, 12501, 9563, 14720, 12301, 11823, 10500, 7114, 9988, 9407, 12863, 9302, 9697, 8905, 13005, 11211, 15973, 10183, 8193, 8936, 10825, 11985, 7185, 10136, 7408, 13107, 10849, 13725, 10690, 6954, 9481, 7201, 13240, 9916, 12080, 8716, 9938, 7266, 12937, 8816, 12562, 8888, 10292, 8712, 13248, 10475, 10922, 8994, 11208, 8904, 13994, 11486, 11068, 8956, 10225, 9262, 14048, 9779, 8144, 8641, 7937, 12183, 8461, 9770, 8552, 13680, 9963, 14463, 7451, 10366, 7222, 14134, 13654, 12561, 10116, 10939, 6609, 9004, 9207, 9044, 14176, 9762, 7784, 9392, 8032, 12376, 7408, 9998, 8471, 12721, 10543, 13205, 9504, 8986, 9911, 8475, 10892, 7078, 12252, 8311, 11189, 7770, 11409, 8986, 14541, 10802, 11088, 9146, 7802, 9057, 8126, 11197, 6745, 9538, 7204, 10021, 8021, 10743, 7424, 9589, 8042, 12620, 12459, 14132, 9713, 7167, 8853, 7306, 8098, 12400, 9271, 11873, 9227, 13887, 11049, 16230, 11260, 14419, 9848, 13722, 14049, 9369, 11865, 8456, 13017, 10042, 13724, 9388, 11447, 8878, 9578, 10883, 6971, 9740, 8129, 12868, 10138, 8094, 9673, 7429, 11383, 9988, 13209, 9772, 7112, 8645, 7480, 13132, 9343, 10558, 8956, 13058, 11240, 9301, 11061, 9448, 7164, 12581, 11251, 16736, 11400, 8226, 9699, 11129, 14225, 8428, 10792, 7692, 13740, 11045, 16986, 10536, 6669, 8544, 7193, 13687, 9751, 10669, 8950, 13089, 10696, 13635, 9404, 7910, 11310, 9322, 11246, 7859, 9946, 9089, 13854, 9597, 6721, 8896, 9012, 13233, 9933, 11586, 9165, 13883, 10656, 12526, 9464, 10535, 8863, 11334, 11572, 8250, 9959, 8564, 13263, 10152, 13044, 9138, 10112, 8383, 13620, 10389, 11129, 9077, 13542, 11603, 8074, 10476, 8380, 11224, 9960, 14526, 10499, 11268, 8855, 14219, 10519, 11962, 8983, 9026, 8228, 7747, 10536, 6867, 10304, 7087, 12495, 8654, 10872, 9414, 12202, 9786, 7386, 10959, 10187, 9800, 10777, 8859, 9956, 9765, 15742, 12285, 7886, 9968, 8053, 11981, 10187, 14825, 10646, 10579, 9229, 14431, 10963, 6962, 10007, 7097, 11642, 9538, 12572, 8782, 10245, 7537, 11765, 9099, 11588, 8686, 9508, 8740, 13861, 10335, 7596, 9730, 7566, 9811, 8728, 11255, 7642, 9926, 8820, 13792, 10494, 11339, 9602, 14116, 10989, 11439, 9545, 12757, 11119, 7479, 10869, 9000, 9847, 11120, 10568, 14327, 9489, 9038], 'WindowCenter': [3898.0, 3915.0, 3857.0, 3853.0, 3808.0, 3861.0, 3839.0, 3858.0, 3827.0, 3826.0, 3804.0, 3846.0, 3860.0, 3807.0, 3827.0, 3796.0, 3860.0, 3838.0, 3848.0, 3783.0, 3816.0, 3856.0, 3838.0, 3824.0, 3827.0, 3793.0, 3839.0, 3839.0, 3839.0, 3807.0, 3840.0, 3831.0, 3873.0, 3829.0, 3851.0, 3817.0, 3871.0, 3806.0, 3839.0, 3804.0, 3850.0, 3858.0, 3838.0, 3793.0, 3828.0, 3827.0, 3860.0, 3808.0, 3838.0, 3796.0, 3862.0, 3859.0, 3849.0, 3816.0, 3828.0, 3868.0, 3849.0, 3858.0, 3838.0, 3847.0, 3829.0, 3880.0, 3850.0, 3838.0, 3829.0, 3868.0, 3849.0, 3847.0, 3829.0, 3848.0, 3851.0, 3837.0, 3839.0, 3858.0, 3862.0, 3862.0, 3854.0, 3818.0, 3839.0, 3869.0, 3863.0, 3795.0, 3839.0, 3805.0, 3871.0, 3818.0, 3837.0, 3806.0, 3860.0, 3827.0, 3848.0, 3815.0, 3859.0, 3837.0, 3858.0, 3828.0, 3847.0, 3815.0, 3858.0, 3847.0, 3857.0, 3814.0, 3824.0, 3815.0, 3858.0, 3836.0, 3835.0, 3815.0, 3858.0, 3825.0, 3846.0, 3803.0, 3835.0, 3803.0, 3846.0, 3802.0, 3835.0, 3793.0, 3859.0, 3821.0, 3839.0, 3805.0, 3872.0, 3816.0, 3838.0, 3807.0, 3861.0, 3851.0, 3872.0, 3841.0, 3849.0, 3840.0, 3884.0, 3853.0, 3851.0, 3830.0, 3882.0, 3862.0, 3806.0, 3839.0, 3807.0, 3861.0, 3839.0, 3849.0, 3808.0, 3860.0, 3839.0, 3870.0, 3827.0, 3847.0, 3834.0, 3870.0, 3848.0, 3835.0, 3814.0, 3856.0, 3837.0, 3855.0, 3825.0, 3824.0, 3836.0, 3856.0, 3836.0, 3791.0, 3824.0, 3855.0, 3835.0, 3832.0, 3814.0, 3855.0, 3836.0, 3801.0, 3825.0, 3792.0, 3859.0, 3805.0, 3837.0, 3794.0, 3859.0, 3828.0, 3847.0, 3817.0, 3848.0, 3827.0, 3859.0, 3838.0, 3847.0, 3838.0, 3871.0, 3838.0, 3838.0, 3826.0, 3870.0, 3849.0, 3836.0, 3838.0, 3838.0, 3861.0, 3840.0, 3847.0, 3816.0, 3870.0, 3864.0, 3822.0, 3830.0, 3785.0, 3849.0, 3856.0, 3836.0, 3810.0, 3813.0, 3844.0, 3835.0, 3830.0, 3815.0, 3781.0, 3834.0, 3825.0, 3846.0, 3815.0, 3835.0, 3804.0, 3856.0, 3825.0, 3834.0, 3802.0, 3834.0, 3800.0, 3843.0, 3790.0, 3821.0, 3778.0, 3844.0, 3812.0, 3833.0, 3801.0, 3833.0, 3824.0, 3856.0, 3826.0, 3823.0, 3815.0, 3857.0, 3837.0, 3846.0, 3814.0, 3834.0, 3813.0, 3856.0, 3825.0, 3823.0, 3814.0, 3855.0, 3836.0, 3856.0, 3825.0, 3833.0, 3827.0, 3868.0, 3837.0, 3835.0, 3814.0, 3854.0, 3834.0, 3833.0, 3813.0, 3844.0, 3826.0, 3867.0, 3835.0, 3823.0, 3816.0, 3857.0, 3848.0, 3834.0, 3816.0, 3857.0, 3837.0, 3868.0, 3838.0, 3826.0, 3816.0, 3857.0, 3849.0, 3857.0, 3828.0, 3858.0, 3839.0, 3859.0, 3839.0, 3847.0, 3825.0, 3868.0, 3847.0, 3845.0, 3814.0, 3844.0, 3835.0, 3855.0, 3825.0, 3855.0, 3825.0, 3854.0, 3835.0, 3833.0, 3824.0, 3867.0, 3835.0, 3823.0, 3814.0, 3855.0, 3835.0, 3843.0, 3813.0, 3844.0, 3836.0, 3856.0, 3826.0, 3802.0, 3848.0, 3831.0, 3849.0, 3806.0, 3858.0, 3837.0, 3858.0, 3793.0, 3837.0, 3845.0, 3846.0, 3867.0, 3835.0, 3792.0, 3814.0, 3855.0, 3835.0, 3834.0, 3826.0, 3855.0, 3848.0, 3836.0, 3837.0, 3792.0, 3837.0, 3848.0, 3872.0, 3794.0, 3836.0, 3793.0, 3858.0, 3825.0, 3835.0, 3795.0, 3858.0, 3826.0, 3857.0, 3813.0, 3845.0, 3825.0, 3868.0, 3837.0, 3845.0, 3836.0, 3868.0, 3836.0, 3835.0, 3816.0, 3856.0, 3848.0, 3813.0, 3835.0, 3801.0, 3847.0, 3845.0, 3835.0, 3802.0, 3870.0, 3814.0, 3833.0, 3802.0, 3855.0, 3837.0, 3826.0, 3837.0, 3870.0, 3838.0, 3868.0, 3834.0, 3823.0, 3813.0, 3844.0, 3824.0, 3843.0, 3824.0, 3844.0, 3824.0, 3843.0, 3814.0, 3854.0, 3836.0, 3845.0, 3825.0, 3791.0, 3836.0, 3815.0, 3857.0, 3803.0, 3834.0, 3815.0, 3869.0, 3826.0, 3836.0, 3815.0, 3870.0, 3853.0, 3880.0, 3839.0, 3838.0, 3829.0, 3881.0, 3862.0, 3794.0, 3838.0, 3805.0, 3882.0, 3840.0, 3849.0, 3819.0, 3871.0, 3839.0, 3859.0, 3817.0, 3847.0, 3825.0, 3870.0, 3814.0, 3846.0, 3795.0, 3858.0, 3827.0, 3845.0, 3803.0, 3845.0, 3824.0, 3869.0, 3827.0, 3836.0, 3828.0, 3859.0, 3849.0, 3858.0, 3828.0, 3858.0, 3850.0, 3868.0, 3838.0, 3855.0, 3837.0, 3882.0, 3850.0, 3838.0, 3829.0, 3869.0, 3848.0, 3867.0, 3827.0, 3856.0, 3839.0, 3882.0, 3841.0, 3836.0, 3826.0, 3870.0, 3851.0, 3793.0, 3828.0, 3796.0, 3861.0, 3852.0, 3861.0, 3831.0, 3872.0, 3863.0, 3872.0, 3853.0, 3805.0, 3861.0, 3838.0, 3860.0, 3794.0, 3848.0, 3815.0, 3881.0, 3838.0, 3836.0, 3815.0, 3868.0, 3846.0, 3846.0, 3827.0, 3856.0, 3837.0, 3814.0, 3824.0, 3793.0, 3859.0, 3827.0, 3846.0, 3794.0, 3857.0, 3824.0, 3856.0, 3815.0, 3846.0, 3826.0, 3868.0, 3837.0, 3804.0, 3848.0, 3840.0, 3883.0, 3828.0, 3848.0, 3839.0, 3883.0, 3849.0, 3794.0, 3827.0, 3817.0, 3881.0, 3827.0, 3837.0, 3819.0, 3871.0, 3863.0, 3816.0, 3829.0, 3815.0, 3859.0, 3806.0, 3836.0, 3828.0, 3870.0, 3849.0, 3795.0, 3837.0, 3805.0, 3847.0, 3825.0, 3869.0, 3825.0, 3836.0, 3816.0, 3857.0, 3848.0, 3857.0, 3815.0, 3794.0, 3827.0, 3825.0, 3838.0, 3803.0, 3838.0, 3805.0, 3860.0, 3818.0, 3839.0, 3829.0, 3871.0, 3841.0, 3839.0, 3830.0, 3870.0, 3862.0, 3808.0, 3840.0, 3819.0, 3872.0, 3851.0, 3849.0, 3830.0, 3850.0, 3850.0, 3842.0, 3852.0, 3819.0, 3867.0, 3884.0, 3874.0, 3829.0, 3839.0, 3816.0, 3850.0, 3843.0, 3896.0, 3840.0, 3870.0, 3850.0, 3808.0, 3850.0, 3807.0, 3871.0, 3840.0, 3859.0, 3853.0, 3882.0, 3861.0, 3838.0, 3858.0, 3827.0, 3845.0, 3859.0, 3826.0, 3846.0, 3825.0, 3856.0, 3847.0, 3867.0, 3835.0, 3778.0, 3822.0, 3824.0, 3881.0, 3822.0, 3764.0, 3795.0, 3793.0, 3814.0, 3820.0, 3791.0, 3834.0, 3813.0, 3868.0, 3836.0, 3837.0, 3825.0, 3858.0, 3880.0, 3843.0, 3859.0, 3827.0, 3816.0, 3871.0, 3839.0, 3795.0, 3840.0, 3856.0, 3860.0, 3815.0, 3835.0, 3804.0, 3857.0, 3848.0, 3858.0, 3848.0, 3843.0, 3824.0, 3837.0, 3861.0, 3894.0, 3850.0, 3819.0, 3840.0, 3833.0, 3872.0, 3839.0, 3880.0, 3838.0, 3835.0, 3814.0, 3866.0, 3846.0, 3803.0, 3822.0, 3812.0, 3855.0, 3844.0, 3801.0, 3821.0, 3788.0, 3853.0, 3821.0, 3829.0, 3798.0, 3807.0, 3798.0, 3808.0, 3832.0, 3800.0, 3821.0, 3801.0, 3821.0, 3836.0, 3837.0, 3870.0, 3850.0, 3793.0, 3825.0, 3806.0, 3846.0, 3840.0, 3829.0, 3849.0, 3828.0, 3871.0, 3860.0, 3879.0, 3849.0, 3865.0, 3833.0, 3851.0, 3831.0, 3785.0, 3816.0, 3794.0, 3814.0, 3782.0, 3801.0, 3803.0, 3792.0, 3802.0, 3749.0, 3790.0, 3771.0, 3815.0, 3773.0, 3795.0, 3786.0, 3829.0, 3799.0, 3809.0, 3789.0, 3842.0, 3790.0, 3821.0, 3813.0, 3845.0, 3815.0, 3824.0, 3826.0, 3868.0, 3828.0, 3837.0, 3817.0, 3870.0, 3824.0, 3848.0, 3806.0, 3838.0, 3828.0, 3871.0, 3839.0, 3848.0, 3829.0, 3871.0, 3862.0, 3871.0, 3839.0, 3868.0, 3849.0, 3881.0, 3850.0, 3848.0, 3838.0, 3879.0, 3859.0, 3815.0, 3848.0, 3817.0, 3859.0, 3850.0, 3871.0, 3851.0, 3836.0, 3839.0, 3879.0, 3860.0, 3846.0, 3826.0, 3867.0, 3848.0, 3856.0, 3836.0, 3813.0, 3847.0, 3845.0, 3871.0, 3818.0, 3836.0, 3814.0, 3879.0, 3849.0, 3816.0, 3849.0, 3851.0, 3882.0, 3849.0, 3807.0, 3839.0, 3829.0, 3883.0, 3848.0, 3857.0, 3791.0, 3823.0, 3811.0, 3867.0, 3835.0, 3835.0, 3824.0, 3846.0, 3869.0, 3838.0, 3826.0, 3826.0, 3839.0, 3893.0, 3860.0, 3826.0, 3847.0, 3839.0, 3861.0, 3808.0, 3832.0, 3821.0, 3845.0, 3823.0, 3833.0, 3823.0, 3792.0, 3823.0, 3799.0, 3854.0, 3820.0, 3863.0, 3819.0, 3826.0, 3796.0, 3774.0, 3805.0, 3783.0, 3814.0, 3794.0, 3814.0, 3825.0, 3781.0, 3793.0, 3784.0, 3762.0, 3816.0, 3808.0, 3828.0, 3798.0, 3777.0, 3809.0, 3799.0, 3834.0, 3798.0, 3822.0, 3824.0, 3814.0, 3846.0, 3826.0, 3807.0, 3817.0, 3818.0, 3873.0, 3864.0, 3818.0, 3849.0, 3847.0, 3859.0, 3803.0, 3845.0, 3823.0, 3845.0, 3800.0, 3841.0, 3820.0, 3834.0, 3829.0, 3806.0, 3857.0, 3850.0, 3803.0, 3812.0, 3800.0, 3842.0, 3835.0, 3814.0, 3836.0, 3826.0, 3846.0, 3825.0, 3856.0, 3834.0, 3832.0, 3811.0, 3842.0, 3833.0, 3801.0, 3832.0, 3813.0, 3845.0, 3813.0, 3815.0, 3846.0, 3837.0, 3837.0, 3858.0, 3837.0, 3846.0, 3825.0, 3855.0, 3846.0, 3865.0, 3823.0, 3789.0, 3823.0, 3823.0, 3845.0, 3825.0, 3835.0, 3826.0, 3835.0, 3827.0, 3837.0, 3848.0, 3806.0, 3837.0, 3838.0, 3871.0, 3860.0, 3880.0, 3848.0, 3855.0, 3825.0, 3865.0, 3846.0, 3832.0, 3832.0, 3789.0, 3822.0, 3824.0, 3855.0, 3823.0, 3822.0, 3812.0, 3853.0, 3834.0, 3864.0, 3834.0, 3799.0, 3812.0, 3832.0, 3844.0, 3791.0, 3821.0, 3790.0, 3854.0, 3846.0, 3866.0, 3834.0, 3804.0, 3837.0, 3803.0, 3857.0, 3835.0, 3844.0, 3813.0, 3822.0, 3790.0, 3844.0, 3811.0, 3843.0, 3811.0, 3821.0, 3811.0, 3853.0, 3833.0, 3832.0, 3812.0, 3832.0, 3823.0, 3865.0, 3845.0, 3832.0, 3812.0, 3820.0, 3823.0, 3854.0, 3834.0, 3800.0, 3812.0, 3813.0, 3856.0, 3815.0, 3835.0, 3826.0, 3869.0, 3835.0, 3867.0, 3790.0, 3822.0, 3790.0, 3855.0, 3852.0, 3843.0, 3819.0, 3832.0, 3777.0, 3810.0, 3807.0, 3809.0, 3851.0, 3821.0, 3787.0, 3809.0, 3798.0, 3842.0, 3788.0, 3819.0, 3798.0, 3841.0, 3832.0, 3841.0, 3821.0, 3808.0, 3821.0, 3799.0, 3832.0, 3777.0, 3843.0, 3800.0, 3831.0, 3788.0, 3830.0, 3810.0, 3853.0, 3833.0, 3831.0, 3822.0, 3799.0, 3823.0, 3812.0, 3845.0, 3792.0, 3834.0, 3803.0, 3835.0, 3815.0, 3847.0, 3804.0, 3837.0, 3827.0, 3871.0, 3883.0, 3880.0, 3838.0, 3806.0, 3837.0, 3817.0, 3829.0, 3873.0, 3841.0, 3861.0, 3839.0, 3869.0, 3848.0, 3879.0, 3846.0, 3854.0, 3822.0, 3840.0, 3853.0, 3809.0, 3829.0, 3786.0, 3827.0, 3807.0, 3838.0, 3807.0, 3815.0, 3796.0, 3806.0, 3818.0, 3776.0, 3807.0, 3798.0, 3841.0, 3832.0, 3800.0, 3821.0, 3790.0, 3843.0, 3834.0, 3855.0, 3835.0, 3804.0, 3825.0, 3804.0, 3869.0, 3837.0, 3846.0, 3837.0, 3868.0, 3860.0, 3837.0, 3847.0, 3838.0, 3802.0, 3858.0, 3848.0, 3880.0, 3847.0, 3814.0, 3825.0, 3832.0, 3856.0, 3812.0, 3832.0, 3800.0, 3853.0, 3833.0, 3875.0, 3833.0, 3790.0, 3811.0, 3791.0, 3865.0, 3824.0, 3833.0, 3824.0, 3854.0, 3834.0, 3853.0, 3822.0, 3799.0, 3833.0, 3821.0, 3832.0, 3800.0, 3820.0, 3811.0, 3854.0, 3823.0, 3791.0, 3824.0, 3825.0, 3857.0, 3835.0, 3845.0, 3824.0, 3856.0, 3834.0, 3843.0, 3821.0, 3821.0, 3812.0, 3833.0, 3844.0, 3813.0, 3823.0, 3813.0, 3854.0, 3833.0, 3854.0, 3821.0, 3832.0, 3812.0, 3854.0, 3833.0, 3833.0, 3812.0, 3854.0, 3844.0, 3802.0, 3833.0, 3813.0, 3833.0, 3835.0, 3866.0, 3835.0, 3832.0, 3826.0, 3854.0, 3833.0, 3842.0, 3812.0, 3810.0, 3813.0, 3801.0, 3834.0, 3793.0, 3847.0, 3804.0, 3871.0, 3839.0, 3847.0, 3837.0, 3857.0, 3837.0, 3813.0, 3847.0, 3850.0, 3850.0, 3874.0, 3839.0, 3836.0, 3851.0, 3879.0, 3858.0, 3815.0, 3834.0, 3802.0, 3844.0, 3835.0, 3866.0, 3834.0, 3833.0, 3824.0, 3865.0, 3834.0, 3791.0, 3833.0, 3790.0, 3844.0, 3822.0, 3844.0, 3811.0, 3821.0, 3800.0, 3843.0, 3811.0, 3843.0, 3811.0, 3822.0, 3821.0, 3866.0, 3847.0, 3814.0, 3836.0, 3814.0, 3837.0, 3826.0, 3859.0, 3816.0, 3837.0, 3837.0, 3870.0, 3849.0, 3847.0, 3837.0, 3867.0, 3847.0, 3846.0, 3837.0, 3856.0, 3848.0, 3804.0, 3833.0, 3826.0, 3847.0, 3861.0, 3863.0, 3896.0, 3852.0, 3841.0], 'WindowWidth': [8736.0, 8754.0, 8658.0, 8646.0, 8577.0, 8652.0, 8617.0, 8645.0, 8599.0, 8596.0, 8567.0, 8625.0, 8648.0, 8574.0, 8600.0, 8557.0, 8650.0, 8614.0, 8627.0, 8536.0, 8583.0, 8636.0, 8616.0, 8592.0, 8599.0, 8550.0, 8619.0, 8618.0, 8617.0, 8574.0, 8620.0, 8611.0, 8670.0, 8607.0, 8637.0, 8587.0, 8666.0, 8570.0, 8616.0, 8565.0, 8634.0, 8642.0, 8614.0, 8551.0, 8602.0, 8598.0, 8649.0, 8577.0, 8617.0, 8559.0, 8655.0, 8647.0, 8633.0, 8586.0, 8602.0, 8657.0, 8632.0, 8642.0, 8615.0, 8626.0, 8606.0, 8678.0, 8635.0, 8614.0, 8604.0, 8658.0, 8631.0, 8627.0, 8604.0, 8630.0, 8637.0, 8614.0, 8617.0, 8642.0, 8653.0, 8655.0, 8646.0, 8591.0, 8618.0, 8658.0, 8658.0, 8554.0, 8617.0, 8569.0, 8666.0, 8588.0, 8614.0, 8572.0, 8649.0, 8599.0, 8626.0, 8581.0, 8644.0, 8615.0, 8645.0, 8602.0, 8625.0, 8582.0, 8644.0, 8628.0, 8640.0, 8579.0, 8591.0, 8582.0, 8644.0, 8611.0, 8606.0, 8581.0, 8641.0, 8593.0, 8619.0, 8561.0, 8605.0, 8559.0, 8623.0, 8559.0, 8605.0, 8547.0, 8646.0, 8601.0, 8619.0, 8570.0, 8671.0, 8587.0, 8615.0, 8576.0, 8651.0, 8640.0, 8670.0, 8625.0, 8635.0, 8625.0, 8690.0, 8644.0, 8637.0, 8610.0, 8682.0, 8654.0, 8572.0, 8620.0, 8573.0, 8654.0, 8619.0, 8633.0, 8579.0, 8649.0, 8618.0, 8662.0, 8599.0, 8625.0, 8607.0, 8663.0, 8628.0, 8607.0, 8578.0, 8639.0, 8613.0, 8633.0, 8594.0, 8590.0, 8611.0, 8636.0, 8608.0, 8543.0, 8590.0, 8632.0, 8605.0, 8598.0, 8577.0, 8633.0, 8610.0, 8558.0, 8594.0, 8547.0, 8646.0, 8569.0, 8612.0, 8552.0, 8648.0, 8603.0, 8626.0, 8586.0, 8629.0, 8600.0, 8645.0, 8615.0, 8627.0, 8616.0, 8667.0, 8617.0, 8616.0, 8601.0, 8663.0, 8633.0, 8610.0, 8615.0, 8616.0, 8652.0, 8623.0, 8626.0, 8587.0, 8662.0, 8660.0, 8602.0, 8608.0, 8542.0, 8632.0, 8636.0, 8606.0, 8566.0, 8572.0, 8616.0, 8604.0, 8595.0, 8579.0, 8530.0, 8606.0, 8593.0, 8621.0, 8579.0, 8604.0, 8563.0, 8638.0, 8592.0, 8602.0, 8557.0, 8602.0, 8551.0, 8612.0, 8538.0, 8580.0, 8520.0, 8616.0, 8571.0, 8600.0, 8556.0, 8600.0, 8591.0, 8637.0, 8597.0, 8590.0, 8583.0, 8641.0, 8611.0, 8621.0, 8576.0, 8602.0, 8574.0, 8638.0, 8592.0, 8587.0, 8578.0, 8633.0, 8610.0, 8637.0, 8595.0, 8603.0, 8602.0, 8657.0, 8612.0, 8605.0, 8576.0, 8632.0, 8602.0, 8600.0, 8574.0, 8617.0, 8596.0, 8655.0, 8609.0, 8591.0, 8584.0, 8642.0, 8628.0, 8606.0, 8582.0, 8638.0, 8614.0, 8658.0, 8614.0, 8596.0, 8584.0, 8641.0, 8631.0, 8640.0, 8603.0, 8643.0, 8619.0, 8647.0, 8619.0, 8625.0, 8597.0, 8656.0, 8627.0, 8619.0, 8576.0, 8618.0, 8607.0, 8635.0, 8594.0, 8633.0, 8593.0, 8634.0, 8605.0, 8601.0, 8592.0, 8653.0, 8607.0, 8587.0, 8578.0, 8634.0, 8606.0, 8613.0, 8575.0, 8618.0, 8609.0, 8638.0, 8596.0, 8561.0, 8630.0, 8615.0, 8635.0, 8573.0, 8644.0, 8613.0, 8644.0, 8551.0, 8612.0, 8621.0, 8627.0, 8657.0, 8608.0, 8545.0, 8580.0, 8636.0, 8609.0, 8605.0, 8598.0, 8634.0, 8632.0, 8612.0, 8613.0, 8548.0, 8615.0, 8632.0, 8667.0, 8552.0, 8609.0, 8548.0, 8643.0, 8594.0, 8607.0, 8555.0, 8642.0, 8597.0, 8641.0, 8577.0, 8620.0, 8594.0, 8655.0, 8612.0, 8622.0, 8612.0, 8659.0, 8611.0, 8609.0, 8584.0, 8639.0, 8631.0, 8575.0, 8607.0, 8559.0, 8626.0, 8622.0, 8608.0, 8561.0, 8666.0, 8581.0, 8603.0, 8561.0, 8633.0, 8615.0, 8597.0, 8614.0, 8664.0, 8617.0, 8657.0, 8606.0, 8587.0, 8576.0, 8618.0, 8591.0, 8614.0, 8590.0, 8616.0, 8591.0, 8615.0, 8577.0, 8631.0, 8610.0, 8620.0, 8593.0, 8546.0, 8611.0, 8580.0, 8639.0, 8564.0, 8605.0, 8581.0, 8660.0, 8599.0, 8609.0, 8585.0, 8663.0, 8645.0, 8678.0, 8620.0, 8616.0, 8607.0, 8681.0, 8654.0, 8556.0, 8616.0, 8571.0, 8684.0, 8621.0, 8632.0, 8593.0, 8668.0, 8619.0, 8645.0, 8586.0, 8627.0, 8595.0, 8663.0, 8580.0, 8622.0, 8557.0, 8645.0, 8599.0, 8622.0, 8562.0, 8620.0, 8593.0, 8659.0, 8600.0, 8610.0, 8604.0, 8646.0, 8633.0, 8642.0, 8602.0, 8644.0, 8635.0, 8658.0, 8616.0, 8636.0, 8616.0, 8683.0, 8635.0, 8615.0, 8606.0, 8659.0, 8632.0, 8655.0, 8601.0, 8638.0, 8619.0, 8682.0, 8625.0, 8613.0, 8602.0, 8664.0, 8638.0, 8554.0, 8604.0, 8562.0, 8653.0, 8641.0, 8650.0, 8614.0, 8668.0, 8660.0, 8669.0, 8645.0, 8572.0, 8653.0, 8619.0, 8649.0, 8554.0, 8628.0, 8584.0, 8681.0, 8616.0, 8610.0, 8585.0, 8659.0, 8627.0, 8624.0, 8600.0, 8639.0, 8616.0, 8578.0, 8592.0, 8552.0, 8647.0, 8602.0, 8624.0, 8553.0, 8640.0, 8594.0, 8638.0, 8583.0, 8625.0, 8601.0, 8659.0, 8613.0, 8568.0, 8631.0, 8625.0, 8686.0, 8606.0, 8632.0, 8621.0, 8688.0, 8634.0, 8556.0, 8603.0, 8588.0, 8682.0, 8605.0, 8616.0, 8595.0, 8667.0, 8660.0, 8587.0, 8607.0, 8583.0, 8650.0, 8573.0, 8612.0, 8607.0, 8663.0, 8635.0, 8558.0, 8614.0, 8572.0, 8629.0, 8596.0, 8662.0, 8596.0, 8610.0, 8587.0, 8643.0, 8632.0, 8640.0, 8582.0, 8553.0, 8603.0, 8597.0, 8616.0, 8567.0, 8616.0, 8570.0, 8650.0, 8591.0, 8621.0, 8610.0, 8669.0, 8627.0, 8620.0, 8612.0, 8665.0, 8658.0, 8580.0, 8623.0, 8596.0, 8671.0, 8641.0, 8636.0, 8612.0, 8637.0, 8643.0, 8630.0, 8643.0, 8598.0, 8675.0, 8691.0, 8679.0, 8609.0, 8622.0, 8591.0, 8637.0, 8637.0, 8709.0, 8625.0, 8663.0, 8639.0, 8578.0, 8636.0, 8576.0, 8668.0, 8622.0, 8647.0, 8646.0, 8685.0, 8654.0, 8618.0, 8644.0, 8602.0, 8624.0, 8648.0, 8598.0, 8624.0, 8596.0, 8639.0, 8626.0, 8654.0, 8605.0, 8523.0, 8586.0, 8593.0, 8681.0, 8585.0, 8497.0, 8538.0, 8532.0, 8561.0, 8579.0, 8545.0, 8605.0, 8575.0, 8658.0, 8611.0, 8616.0, 8599.0, 8642.0, 8693.0, 8635.0, 8650.0, 8604.0, 8587.0, 8666.0, 8620.0, 8558.0, 8622.0, 8639.0, 8650.0, 8582.0, 8606.0, 8566.0, 8641.0, 8630.0, 8643.0, 8631.0, 8633.0, 8591.0, 8617.0, 8656.0, 8705.0, 8642.0, 8596.0, 8626.0, 8620.0, 8670.0, 8619.0, 8676.0, 8617.0, 8606.0, 8577.0, 8650.0, 8622.0, 8560.0, 8584.0, 8571.0, 8635.0, 8620.0, 8555.0, 8580.0, 8535.0, 8628.0, 8582.0, 8589.0, 8546.0, 8556.0, 8547.0, 8560.0, 8599.0, 8556.0, 8581.0, 8557.0, 8584.0, 8613.0, 8616.0, 8667.0, 8640.0, 8553.0, 8594.0, 8572.0, 8625.0, 8624.0, 8607.0, 8632.0, 8603.0, 8665.0, 8649.0, 8675.0, 8633.0, 8648.0, 8602.0, 8625.0, 8594.0, 8522.0, 8564.0, 8532.0, 8558.0, 8514.0, 8539.0, 8545.0, 8527.0, 8542.0, 8466.0, 8524.0, 8500.0, 8562.0, 8507.0, 8537.0, 8529.0, 8590.0, 8550.0, 8562.0, 8537.0, 8610.0, 8541.0, 8583.0, 8575.0, 8620.0, 8582.0, 8592.0, 8599.0, 8658.0, 8603.0, 8613.0, 8588.0, 8661.0, 8596.0, 8627.0, 8572.0, 8615.0, 8604.0, 8667.0, 8621.0, 8632.0, 8609.0, 8667.0, 8654.0, 8665.0, 8620.0, 8657.0, 8635.0, 8682.0, 8634.0, 8630.0, 8617.0, 8675.0, 8647.0, 8585.0, 8631.0, 8589.0, 8646.0, 8639.0, 8667.0, 8638.0, 8613.0, 8620.0, 8676.0, 8647.0, 8625.0, 8597.0, 8652.0, 8629.0, 8636.0, 8611.0, 8578.0, 8629.0, 8623.0, 8669.0, 8596.0, 8612.0, 8581.0, 8676.0, 8634.0, 8589.0, 8638.0, 8642.0, 8683.0, 8636.0, 8578.0, 8621.0, 8608.0, 8687.0, 8631.0, 8639.0, 8544.0, 8587.0, 8572.0, 8654.0, 8609.0, 8611.0, 8594.0, 8624.0, 8661.0, 8619.0, 8599.0, 8602.0, 8624.0, 8707.0, 8656.0, 8603.0, 8631.0, 8625.0, 8657.0, 8569.0, 8602.0, 8587.0, 8624.0, 8589.0, 8603.0, 8590.0, 8549.0, 8587.0, 8549.0, 8632.0, 8578.0, 8644.0, 8574.0, 8579.0, 8539.0, 8507.0, 8551.0, 8518.0, 8560.0, 8535.0, 8561.0, 8579.0, 8512.0, 8532.0, 8521.0, 8491.0, 8567.0, 8559.0, 8588.0, 8548.0, 8520.0, 8564.0, 8552.0, 8605.0, 8546.0, 8584.0, 8591.0, 8580.0, 8624.0, 8598.0, 8576.0, 8588.0, 8592.0, 8672.0, 8662.0, 8590.0, 8633.0, 8627.0, 8644.0, 8562.0, 8620.0, 8587.0, 8619.0, 8553.0, 8606.0, 8578.0, 8608.0, 8609.0, 8574.0, 8645.0, 8640.0, 8567.0, 8574.0, 8556.0, 8614.0, 8609.0, 8582.0, 8612.0, 8601.0, 8625.0, 8596.0, 8639.0, 8604.0, 8599.0, 8570.0, 8610.0, 8602.0, 8558.0, 8601.0, 8579.0, 8622.0, 8576.0, 8583.0, 8626.0, 8616.0, 8616.0, 8646.0, 8614.0, 8625.0, 8595.0, 8638.0, 8624.0, 8650.0, 8589.0, 8541.0, 8590.0, 8590.0, 8622.0, 8596.0, 8610.0, 8600.0, 8611.0, 8605.0, 8616.0, 8631.0, 8574.0, 8617.0, 8620.0, 8669.0, 8653.0, 8679.0, 8629.0, 8636.0, 8595.0, 8651.0, 8625.0, 8600.0, 8600.0, 8540.0, 8589.0, 8594.0, 8639.0, 8592.0, 8587.0, 8574.0, 8630.0, 8609.0, 8649.0, 8604.0, 8554.0, 8573.0, 8601.0, 8620.0, 8545.0, 8585.0, 8541.0, 8632.0, 8627.0, 8651.0, 8607.0, 8569.0, 8617.0, 8564.0, 8644.0, 8610.0, 8621.0, 8579.0, 8588.0, 8544.0, 8618.0, 8572.0, 8615.0, 8570.0, 8584.0, 8573.0, 8631.0, 8605.0, 8600.0, 8575.0, 8599.0, 8590.0, 8651.0, 8622.0, 8601.0, 8573.0, 8582.0, 8592.0, 8635.0, 8606.0, 8556.0, 8576.0, 8579.0, 8641.0, 8583.0, 8609.0, 8602.0, 8664.0, 8610.0, 8656.0, 8545.0, 8585.0, 8542.0, 8639.0, 8628.0, 8617.0, 8580.0, 8599.0, 8523.0, 8568.0, 8560.0, 8566.0, 8625.0, 8583.0, 8533.0, 8565.0, 8549.0, 8612.0, 8538.0, 8579.0, 8550.0, 8609.0, 8599.0, 8611.0, 8584.0, 8563.0, 8582.0, 8552.0, 8598.0, 8521.0, 8615.0, 8554.0, 8595.0, 8535.0, 8593.0, 8568.0, 8631.0, 8602.0, 8598.0, 8588.0, 8554.0, 8591.0, 8576.0, 8623.0, 8552.0, 8608.0, 8565.0, 8611.0, 8584.0, 8629.0, 8569.0, 8617.0, 8605.0, 8673.0, 8692.0, 8680.0, 8622.0, 8578.0, 8616.0, 8591.0, 8610.0, 8676.0, 8628.0, 8655.0, 8621.0, 8661.0, 8633.0, 8676.0, 8625.0, 8633.0, 8586.0, 8608.0, 8631.0, 8563.0, 8590.0, 8528.0, 8585.0, 8557.0, 8603.0, 8560.0, 8566.0, 8543.0, 8555.0, 8575.0, 8517.0, 8560.0, 8552.0, 8611.0, 8602.0, 8555.0, 8586.0, 8544.0, 8619.0, 8607.0, 8636.0, 8611.0, 8571.0, 8599.0, 8569.0, 8663.0, 8616.0, 8627.0, 8618.0, 8661.0, 8652.0, 8615.0, 8631.0, 8620.0, 8568.0, 8647.0, 8633.0, 8680.0, 8631.0, 8580.0, 8595.0, 8602.0, 8640.0, 8575.0, 8600.0, 8555.0, 8632.0, 8605.0, 8666.0, 8603.0, 8546.0, 8571.0, 8546.0, 8652.0, 8594.0, 8603.0, 8593.0, 8633.0, 8606.0, 8629.0, 8587.0, 8553.0, 8604.0, 8586.0, 8598.0, 8555.0, 8581.0, 8574.0, 8634.0, 8591.0, 8548.0, 8595.0, 8596.0, 8644.0, 8612.0, 8622.0, 8594.0, 8639.0, 8607.0, 8616.0, 8585.0, 8583.0, 8574.0, 8604.0, 8621.0, 8577.0, 8591.0, 8578.0, 8634.0, 8605.0, 8632.0, 8586.0, 8600.0, 8574.0, 8633.0, 8605.0, 8603.0, 8577.0, 8632.0, 8621.0, 8562.0, 8603.0, 8577.0, 8604.0, 8612.0, 8655.0, 8609.0, 8601.0, 8601.0, 8633.0, 8604.0, 8614.0, 8576.0, 8572.0, 8578.0, 8561.0, 8609.0, 8555.0, 8630.0, 8569.0, 8671.0, 8627.0, 8631.0, 8619.0, 8645.0, 8618.0, 8584.0, 8632.0, 8642.0, 8640.0, 8681.0, 8625.0, 8613.0, 8643.0, 8676.0, 8644.0, 8584.0, 8608.0, 8563.0, 8621.0, 8610.0, 8654.0, 8607.0, 8604.0, 8594.0, 8649.0, 8608.0, 8548.0, 8604.0, 8545.0, 8621.0, 8589.0, 8619.0, 8572.0, 8585.0, 8555.0, 8616.0, 8572.0, 8616.0, 8574.0, 8588.0, 8589.0, 8654.0, 8629.0, 8582.0, 8615.0, 8583.0, 8618.0, 8603.0, 8648.0, 8588.0, 8616.0, 8618.0, 8665.0, 8635.0, 8630.0, 8617.0, 8657.0, 8630.0, 8626.0, 8615.0, 8640.0, 8633.0, 8570.0, 8604.0, 8600.0, 8632.0, 8655.0, 8664.0, 8712.0, 8647.0, 8633.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.001112745253164557</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.042930919382911395</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.78982827259695</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2242647226682495</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9866892232699921</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5124</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4342.0142</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12690827591113912</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>183</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.477848101265822</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3373924639638437</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.206441038303437</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.602236392503304</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2034999610847903</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00975306</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024869820103049278</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.047097496688365936</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1264</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>4.218532140545486</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>14.541</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.156</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.154</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293758.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>958.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.0442</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0177</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>432.2929</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3027.8064</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3158.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82786.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1249.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3937.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>748.5971</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.427078230539337</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> |