=== 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-0044 --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-0044",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
140 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
140 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-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-04/func/sub-0044_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>4557c11d918cd216a19de1b73b90a96d</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>17:44:23.662500</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.999391, -0.0345157, 0.005199, 0.0343756, 0.999097, 0.0249753]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.099842</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>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4162, -7672, -7281, 457, 13, -41, 44, 81]</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>232.246</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>54a92b43-ae64-45ce-ba05-4b4ea6fa45d7||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.6812920570373535, 0.09222716838121414, 0.01635211706161499, 108.96455383300781], [0.09260296821594238, 2.6805038452148438, 0.0669097825884819, -101.23081970214844], [0.013948523439466953, -0.06700700521469116, 2.6991214752197266, -69.88153839111328], [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': ['174423.662500', '174424.122500', '174424.582500', '174425.042500', '174425.502500', '174425.962500', '174426.422500', '174426.882500', '174427.342500', '174427.802500', '174428.262500', '174428.722500', '174429.182500', '174429.642500', '174430.102500', '174430.562500', '174431.022500', '174431.482500', '174431.942500', '174432.402500', '174432.862500', '174433.322500', '174433.782500', '174434.242500', '174434.702500', '174435.162500', '174435.622500', '174436.082500', '174436.542500', '174437.002500', '174437.462500', '174437.922500', '174438.382500', '174438.842500', '174439.302500', '174439.762500', '174440.222500', '174440.682500', '174441.142500', '174441.602500', '174442.062500', '174442.522500', '174442.982500', '174443.442500', '174443.902500', '174444.362500', '174444.822500', '174445.282500', '174445.742500', '174446.202500', '174446.662500', '174447.122500', '174447.582500', '174448.042500', '174448.502500', '174448.962500', '174449.422500', '174449.882500', '174450.342500', '174450.802500', '174451.262500', '174451.722500', '174452.182500', '174452.642500', '174453.102500', '174453.562500', '174454.022500', '174454.482500', '174454.942500', '174455.402500', '174455.862500', '174456.322500', '174456.782500', '174457.242500', '174457.702500', '174458.162500', '174458.622500', '174459.082500', '174459.542500', '174500.002500', '174500.462500', '174500.922500', '174501.382500', '174501.842500', '174502.302500', '174502.762500', '174503.222500', '174503.682500', '174504.142500', '174504.602500', '174505.062500', '174505.522500', '174505.982500', '174506.442500', '174506.902500', '174507.362500', '174507.822500', '174508.282500', '174508.742500', '174509.202500', '174509.662500', '174510.122500', '174510.582500', '174511.042500', '174511.502500', '174511.962500', '174512.422500', '174512.882500', '174513.342500', '174513.802500', '174514.262500', '174514.722500', '174515.182500', '174515.642500', '174516.102500', '174516.562500', '174517.022500', '174517.482500', '174517.942500', '174518.402500', '174518.862500', '174519.322500', '174519.782500', '174520.242500', '174520.702500', '174521.162500', '174521.622500', '174522.082500', '174522.542500', '174523.002500', '174523.462500', '174523.922500', '174524.382500', '174524.842500', '174525.302500', '174525.762500', '174526.222500', '174526.682500', '174527.142500', '174527.602500', '174528.062500', '174528.522500', '174528.982500', '174529.442500', '174529.902500', '174530.362500', '174530.822500', '174531.282500', '174531.742500', '174532.202500', '174532.662500', '174533.122500', '174533.582500', '174534.042500', '174534.502500', '174534.962500', '174535.422500', '174535.882500', '174536.342500', '174536.802500', '174537.262500', '174537.722500', '174538.182500', '174538.642500', '174539.102500', '174539.562500', '174540.022500', '174540.482500', '174540.942500', '174541.402500', '174541.862500', '174542.322500', '174542.782500', '174543.242500', '174543.702500', '174544.162500', '174544.622500', '174545.082500', '174545.542500', '174546.002500', '174546.462500', '174546.922500', '174547.382500', '174547.842500', '174548.302500', '174548.762500', '174549.222500', '174549.682500', '174550.142500', '174550.602500', '174551.062500', '174551.522500', '174551.982500', '174552.442500', '174552.902500', '174553.362500', '174553.822500', '174554.282500', '174554.742500', '174555.202500', '174555.662500', '174556.122500', '174556.582500', '174557.042500', '174557.502500', '174557.962500', '174558.422500', '174558.882500', '174559.342500', '174559.802500', '174600.262500', '174600.722500', '174601.182500', '174601.642500', '174602.102500', '174602.562500', '174603.022500', '174603.482500', '174603.942500', '174604.402500', '174604.862500', '174605.322500', '174605.782500', '174606.242500', '174606.702500', '174607.162500', '174607.622500', '174608.082500', '174608.542500', '174609.002500', '174609.462500', '174609.922500', '174610.382500', '174610.842500', '174611.302500', '174611.762500', '174612.222500', '174612.682500', '174613.142500', '174613.602500', '174614.062500', '174614.522500', '174614.982500', '174615.442500', '174615.902500', '174616.362500', '174616.822500', '174617.282500', '174617.742500', '174618.202500', '174618.662500', '174619.122500', '174619.582500', '174620.042500', '174620.502500', '174620.962500', '174621.422500', '174621.882500', '174622.342500', '174622.802500', '174623.262500', '174623.722500', '174624.182500', '174624.642500', '174625.102500', '174625.562500', '174626.022500', '174626.482500', '174626.942500', '174627.402500', '174627.862500', '174628.322500', '174628.782500', '174629.242500', '174629.702500', '174630.162500', '174630.622500', '174631.082500', '174631.542500', '174632.002500', '174632.462500', '174632.922500', '174633.382500', '174633.842500', '174634.302500', '174634.762500', '174635.222500', '174635.682500', '174636.142500', '174636.602500', '174637.062500', '174637.522500', '174637.982500', '174638.442500', '174638.902500', '174639.362500', '174639.822500', '174640.282500', '174640.742500', '174641.202500', '174641.662500', '174642.122500', '174642.582500', '174643.042500', '174643.502500', '174643.962500', '174644.422500', '174644.882500', '174645.342500', '174645.802500', '174646.262500', '174646.722500', '174647.182500', '174647.642500', '174648.102500', '174648.562500', '174649.022500', '174649.482500', '174649.942500', '174650.402500', '174650.862500', '174651.322500', '174651.782500', '174652.242500', '174652.702500', '174653.162500', '174653.622500', '174654.082500', '174654.542500', '174655.002500', '174655.462500', '174655.922500', '174656.382500', '174656.842500', '174657.302500', '174657.762500', '174658.222500', '174658.682500', '174659.142500', '174659.602500', '174700.062500', '174700.522500', '174700.982500', '174701.442500', '174701.902500', '174702.362500', '174702.822500', '174703.282500', '174703.742500', '174704.202500', '174704.662500', '174705.122500', '174705.582500', '174706.042500', '174706.502500', '174706.962500', '174707.422500', '174707.882500', '174708.342500', '174708.802500', '174709.262500', '174709.722500', '174710.182500', '174710.642500', '174711.102500', '174711.562500', '174712.022500', '174712.482500', '174712.942500', '174713.402500', '174713.862500', '174714.322500', '174714.782500', '174715.242500', '174715.702500', '174716.162500', '174716.622500', '174717.082500', '174717.542500', '174718.002500', '174718.462500', '174718.922500', '174719.382500', '174719.842500', '174720.302500', '174720.762500', '174721.222500', '174721.682500', '174722.142500', '174722.602500', '174723.062500', '174723.522500', '174723.982500', '174724.442500', '174724.902500', '174725.362500', '174725.822500', '174726.282500', '174726.742500', '174727.202500', '174727.662500', '174728.122500', '174728.582500', '174729.042500', '174729.502500', '174729.962500', '174730.422500', '174730.882500', '174731.342500', '174731.802500', '174732.262500', '174732.722500', '174733.182500', '174733.642500', '174734.102500', '174734.562500', '174735.022500', '174735.482500', '174735.942500', '174736.402500', '174736.862500', '174737.322500', '174737.782500', '174738.242500', '174738.702500', '174739.162500', '174739.622500', '174740.082500', '174740.542500', '174741.002500', '174741.462500', '174741.922500', '174742.382500', '174742.842500', '174743.302500', '174743.762500', '174744.222500', '174744.682500', '174745.142500', '174745.602500', '174746.062500', '174746.522500', '174746.982500', '174747.442500', '174747.902500', '174748.362500', '174748.822500', '174749.282500', '174749.742500', '174750.202500', '174750.662500', '174751.122500', '174751.582500', '174752.042500', '174752.502500', '174752.962500', '174753.422500', '174753.882500', '174754.342500', '174754.802500', '174755.262500', '174755.722500', '174756.182500', '174756.642500', '174757.102500', '174757.562500', '174758.022500', '174758.482500', '174758.942500', '174759.402500', '174759.862500', '174800.322500', '174800.782500', '174801.242500', '174801.702500', '174802.162500', '174802.622500', '174803.082500', '174803.542500', '174804.002500', '174804.462500', '174804.922500', '174805.382500', '174805.842500', '174806.302500', '174806.762500', '174807.222500', '174807.682500', '174808.142500', '174808.602500', '174809.062500', '174809.522500', '174809.982500', '174810.442500', '174810.902500', '174811.362500', '174811.822500', '174812.282500', '174812.742500', '174813.202500', '174813.662500', '174814.122500', '174814.582500', '174815.042500', '174815.502500', '174815.962500', '174816.422500', '174816.882500', '174817.342500', '174817.802500', '174818.262500', '174818.722500', '174819.182500', '174819.642500', '174820.102500', '174820.562500', '174821.022500', '174821.482500', '174821.942500', '174822.402500', '174822.862500', '174823.322500', '174823.782500', '174824.242500', '174824.702500', '174825.162500', '174825.622500', '174826.082500', '174826.542500', '174827.002500', '174827.462500', '174827.922500', '174828.382500', '174828.842500', '174829.302500', '174829.762500', '174830.222500', '174830.682500', '174831.142500', '174831.602500', '174832.062500', '174832.522500', '174832.982500', '174833.442500', '174833.902500', '174834.362500', '174834.822500', '174835.282500', '174835.742500', '174836.202500', '174836.662500', '174837.122500', '174837.582500', '174838.042500', '174838.502500', '174838.962500', '174839.422500', '174839.882500', '174840.342500', '174840.802500', '174841.262500', '174841.722500', '174842.182500', '174842.642500', '174843.102500', '174843.562500', '174844.022500', '174844.482500', '174844.942500', '174845.402500', '174845.862500', '174846.322500', '174846.782500', '174847.242500', '174847.702500', '174848.162500', '174848.622500', '174849.082500', '174849.542500', '174850.002500', '174850.462500', '174850.922500', '174851.382500', '174851.842500', '174852.302500', '174852.762500', '174853.222500', '174853.682500', '174854.142500', '174854.602500', '174855.062500', '174855.522500', '174855.982500', '174856.442500', '174856.902500', '174857.362500', '174857.822500', '174858.282500', '174858.742500', '174859.202500', '174859.662500', '174900.122500', '174900.582500', '174901.042500', '174901.502500', '174901.962500', '174902.422500', '174902.882500', '174903.342500', '174903.802500', '174904.262500', '174904.722500', '174905.182500', '174905.642500', '174906.102500', '174906.562500', '174907.022500', '174907.482500', '174907.942500', '174908.402500', '174908.862500', '174909.322500', '174909.782500', '174910.242500', '174910.702500', '174911.162500', '174911.622500', '174912.082500', '174912.542500', '174913.002500', '174913.462500', '174913.922500', '174914.382500', '174914.842500', '174915.302500', '174915.762500', '174916.222500', '174916.682500', '174917.142500', '174917.602500', '174918.062500', '174918.522500', '174918.982500', '174919.442500', '174919.902500', '174920.362500', '174920.822500', '174921.282500', '174921.742500', '174922.202500', '174922.662500', '174923.122500', '174923.582500', '174924.042500', '174924.502500', '174924.962500', '174925.422500', '174925.882500', '174926.342500', '174926.802500', '174927.262500', '174927.722500', '174928.182500', '174928.642500', '174929.102500', '174929.562500', '174930.022500', '174930.482500', '174930.942500', '174931.402500', '174931.862500', '174932.322500', '174932.782500', '174933.242500', '174933.702500', '174934.162500', '174934.622500', '174935.082500', '174935.542500', '174936.002500', '174936.462500', '174936.922500', '174937.382500', '174937.842500', '174938.302500', '174938.762500', '174939.222500', '174939.682500', '174940.142500', '174940.602500', '174941.062500', '174941.522500', '174941.982500', '174942.442500', '174942.902500', '174943.362500', '174943.822500', '174944.282500', '174944.742500', '174945.202500', '174945.662500', '174946.122500', '174946.582500', '174947.042500', '174947.502500', '174947.962500', '174948.422500', '174948.882500', '174949.342500', '174949.802500', '174950.262500', '174950.722500', '174951.182500', '174951.642500', '174952.102500', '174952.562500', '174953.022500', '174953.482500', '174953.942500', '174954.402500', '174954.862500', '174955.322500', '174955.782500', '174956.242500', '174956.702500', '174957.162500', '174957.622500', '174958.082500', '174958.542500', '174959.002500', '174959.462500', '174959.922500', '175000.382500', '175000.842500', '175001.302500', '175001.762500', '175002.222500', '175002.682500', '175003.142500', '175003.602500', '175004.062500', '175004.522500', '175004.982500', '175005.442500', '175005.902500', '175006.362500', '175006.822500', '175007.282500', '175007.742500', '175008.202500', '175008.662500', '175009.122500', '175009.582500', '175010.042500', '175010.502500', '175010.962500', '175011.422500', '175011.882500', '175012.342500', '175012.802500', '175013.262500', '175013.722500', '175014.182500', '175014.642500', '175015.102500', '175015.562500', '175016.022500', '175016.482500', '175016.942500', '175017.402500', '175017.862500', '175018.322500', '175018.782500', '175019.242500', '175019.702500', '175020.162500', '175020.622500', '175021.082500', '175021.542500', '175022.002500', '175022.462500', '175022.922500', '175023.382500', '175023.842500', '175024.302500', '175024.762500', '175025.222500', '175025.682500', '175026.142500', '175026.602500', '175027.062500', '175027.522500', '175027.982500', '175028.442500', '175028.902500', '175029.362500', '175029.822500', '175030.282500', '175030.742500', '175031.202500', '175031.662500', '175032.122500', '175032.582500', '175033.042500', '175033.502500', '175033.962500', '175034.422500', '175034.882500', '175035.342500', '175035.802500', '175036.262500', '175036.722500', '175037.182500', '175037.642500', '175038.102500', '175038.562500', '175039.022500', '175039.482500', '175039.942500', '175040.402500', '175040.862500', '175041.322500', '175041.782500', '175042.242500', '175042.702500', '175043.162500', '175043.622500', '175044.082500', '175044.542500', '175045.002500', '175045.462500', '175045.922500', '175046.382500', '175046.842500', '175047.302500', '175047.762500', '175048.222500', '175048.682500', '175049.142500', '175049.602500', '175050.062500', '175050.522500', '175050.982500', '175051.442500', '175051.902500', '175052.362500', '175052.822500', '175053.282500', '175053.742500', '175054.202500', '175054.662500', '175055.122500', '175055.582500', '175056.042500', '175056.502500', '175056.962500', '175057.422500', '175057.882500', '175058.342500', '175058.802500', '175059.262500', '175059.722500', '175100.182500', '175100.642500', '175101.102500', '175101.562500', '175102.022500', '175102.482500', '175102.942500', '175103.402500', '175103.862500', '175104.322500', '175104.782500', '175105.242500', '175105.702500', '175106.162500', '175106.622500', '175107.082500', '175107.542500', '175108.002500', '175108.462500', '175108.922500', '175109.382500', '175109.842500', '175110.302500', '175110.762500', '175111.222500', '175111.682500', '175112.142500', '175112.602500', '175113.062500', '175113.522500', '175113.982500', '175114.442500', '175114.902500', '175115.362500', '175115.822500', '175116.282500', '175116.742500', '175117.202500', '175117.662500', '175118.122500', '175118.582500', '175119.042500', '175119.502500', '175119.962500', '175120.422500', '175120.882500', '175121.342500', '175121.802500', '175122.262500', '175122.722500', '175123.182500', '175123.642500', '175124.102500', '175124.562500', '175125.022500', '175125.482500', '175125.942500', '175126.402500', '175126.862500', '175127.322500', '175127.782500', '175128.242500', '175128.702500', '175129.162500', '175129.622500', '175130.082500', '175130.542500', '175131.002500', '175131.462500', '175131.922500', '175132.382500', '175132.842500', '175133.302500', '175133.762500', '175134.222500', '175134.682500', '175135.142500', '175135.602500', '175136.062500', '175136.522500', '175136.982500', '175137.442500', '175137.902500', '175138.362500', '175138.822500', '175139.282500', '175139.742500', '175140.202500', '175140.662500', '175141.122500', '175141.582500', '175142.042500', '175142.502500', '175142.962500', '175143.422500', '175143.882500', '175144.342500', '175144.802500', '175145.262500', '175145.722500', '175146.182500', '175146.642500', '175147.102500', '175147.562500', '175148.022500', '175148.482500', '175148.942500', '175149.402500', '175149.862500', '175150.322500', '175150.782500', '175151.242500', '175151.702500', '175152.162500', '175152.622500', '175153.082500', '175153.542500', '175154.002500', '175154.462500', '175154.922500', '175155.382500', '175155.842500', '175156.302500', '175156.762500', '175157.222500', '175157.682500', '175158.142500', '175158.602500', '175159.062500', '175159.522500', '175159.982500', '175200.442500', '175200.902500', '175201.362500', '175201.822500', '175202.282500', '175202.742500', '175203.202500', '175203.662500', '175204.122500', '175204.582500', '175205.042500', '175205.502500', '175205.962500', '175206.422500', '175206.882500', '175207.342500', '175207.802500', '175208.262500', '175208.722500', '175209.182500', '175209.642500', '175210.102500', '175210.562500', '175211.022500', '175211.482500', '175211.942500', '175212.402500', '175212.862500', '175213.322500', '175213.782500', '175214.242500', '175214.702500', '175215.162500', '175215.622500', '175216.082500', '175216.542500', '175217.002500', '175217.462500', '175217.922500', '175218.382500', '175218.842500', '175219.302500', '175219.762500', '175220.222500', '175220.682500', '175221.142500', '175221.602500', '175222.062500', '175222.522500', '175222.982500', '175223.442500', '175223.902500', '175224.362500', '175224.822500', '175225.282500', '175225.742500', '175226.202500', '175226.662500', '175227.122500', '175227.582500', '175228.042500', '175228.502500', '175228.962500', '175229.422500', '175229.882500', '175230.342500', '175230.802500', '175231.262500', '175231.722500', '175232.182500', '175232.642500', '175233.102500', '175233.562500', '175234.022500', '175234.482500', '175234.942500', '175235.402500', '175235.862500', '175236.322500', '175236.782500', '175237.242500', '175237.702500', '175238.162500', '175238.622500', '175239.082500', '175239.542500', '175240.002500', '175240.462500', '175240.922500', '175241.382500', '175241.842500', '175242.302500', '175242.762500', '175243.222500', '175243.682500', '175244.142500', '175244.602500', '175245.062500', '175245.522500', '175245.982500', '175246.442500', '175246.902500', '175247.362500', '175247.822500', '175248.282500', '175248.742500', '175249.202500', '175249.662500', '175250.122500', '175250.582500', '175251.042500', '175251.502500', '175251.962500', '175252.422500', '175252.882500', '175253.342500', '175253.802500', '175254.262500', '175254.722500', '175255.182500', '175255.642500', '175256.102500', '175256.562500', '175257.022500', '175257.482500', '175257.942500', '175258.402500', '175258.862500', '175259.322500', '175259.782500', '175300.242500', '175300.702500', '175301.162500', '175301.622500', '175302.082500', '175302.542500', '175303.002500', '175303.462500', '175303.922500', '175304.382500', '175304.842500', '175305.302500', '175305.762500', '175306.222500', '175306.682500', '175307.142500', '175307.602500', '175308.062500', '175308.522500', '175308.982500', '175309.442500', '175309.902500', '175310.362500', '175310.822500', '175311.282500', '175311.742500', '175312.202500', '175312.662500', '175313.122500', '175313.582500', '175314.042500', '175314.502500', '175314.962500', '175315.422500', '175315.882500', '175316.342500', '175316.802500', '175317.262500', '175317.722500', '175318.182500', '175318.642500', '175319.102500', '175319.562500', '175320.022500', '175320.482500', '175320.942500', '175321.402500', '175321.862500', '175322.322500', '175322.782500', '175323.242500', '175323.702500', '175324.162500', '175324.622500', '175325.082500', '175325.542500', '175326.002500', '175326.462500', '175326.922500', '175327.382500', '175327.842500', '175328.302500', '175328.762500', '175329.222500', '175329.682500', '175330.142500', '175330.602500', '175331.062500', '175331.522500', '175331.982500', '175332.442500', '175332.902500', '175333.362500', '175333.822500', '175334.282500', '175334.742500', '175335.202500', '175335.662500', '175336.122500', '175336.582500', '175337.042500', '175337.502500', '175337.962500', '175338.422500', '175338.882500', '175339.342500', '175339.802500', '175340.262500', '175340.722500', '175341.182500', '175341.642500', '175342.102500', '175342.562500', '175343.022500', '175343.482500', '175343.942500', '175344.402500', '175344.862500', '175345.322500', '175345.782500', '175346.242500', '175346.702500', '175347.162500', '175347.622500', '175348.082500', '175348.542500', '175349.002500', '175349.462500', '175349.922500', '175350.382500', '175350.842500', '175351.302500', '175351.762500', '175352.222500', '175352.682500', '175353.142500', '175353.602500', '175354.062500', '175354.522500', '175354.982500', '175355.442500', '175355.902500', '175356.362500', '175356.822500', '175357.282500', '175357.742500', '175358.202500', '175358.662500', '175359.122500', '175359.582500', '175400.042500', '175400.502500', '175400.962500', '175401.422500', '175401.882500', '175402.342500', '175402.802500', '175403.262500', '175403.722500', '175404.182500', '175404.642500', '175405.102500', '175405.562500', '175406.022500', '175406.482500'], 'ContentTime': ['174441.645000', '174441.648000', '174441.650000', '174441.653000', '174441.655000', '174441.662000', '174441.665000', '174441.668000', '174441.670000', '174441.673000', '174441.675000', '174441.680000', '174441.683000', '174441.685000', '174441.688000', '174441.691000', '174441.693000', '174441.696000', '174441.698000', '174441.701000', '174441.710000', '174441.712000', '174441.715000', '174441.717000', '174441.720000', '174441.722000', '174441.725000', '174441.728000', '174441.730000', '174441.733000', '174441.735000', '174441.738000', '174441.740000', '174441.743000', '174441.746000', '174441.748000', '174441.751000', '174501.611000', '174501.614000', '174501.617000', '174501.619000', '174501.626000', '174501.629000', '174501.632000', '174501.634000', '174501.637000', '174501.639000', '174501.642000', '174501.644000', '174501.647000', '174501.649000', '174501.652000', '174501.654000', '174501.657000', '174501.659000', '174501.662000', '174501.665000', '174501.667000', '174501.670000', '174501.672000', '174501.675000', '174501.677000', '174501.680000', '174501.682000', '174501.685000', '174501.687000', '174501.690000', '174501.693000', '174501.695000', '174501.698000', '174501.700000', '174501.703000', '174501.706000', '174501.708000', '174501.711000', '174501.713000', '174501.716000', '174501.718000', '174501.721000', '174501.723000', '174521.612000', '174521.615000', '174521.624000', '174521.627000', '174521.629000', '174521.632000', '174521.634000', '174521.637000', '174521.640000', '174521.642000', '174521.645000', '174521.647000', '174521.650000', '174521.652000', '174521.655000', '174521.658000', '174521.660000', '174521.663000', '174521.665000', '174521.668000', '174521.670000', '174521.673000', '174521.676000', '174521.678000', '174521.681000', '174521.683000', '174521.686000', '174521.688000', '174521.691000', '174521.693000', '174521.696000', '174521.699000', '174521.701000', '174521.704000', '174521.707000', '174521.709000', '174521.712000', '174521.714000', '174521.723000', '174521.726000', '174521.729000', '174521.731000', '174521.734000', '174541.610000', '174541.613000', '174541.616000', '174541.618000', '174541.621000', '174541.624000', '174541.626000', '174541.629000', '174541.632000', '174541.634000', '174541.637000', '174541.639000', '174541.642000', '174541.644000', '174541.647000', '174541.650000', '174541.652000', '174541.655000', '174541.657000', '174541.660000', '174541.663000', '174541.665000', '174541.668000', '174541.670000', '174541.673000', '174541.675000', '174541.678000', '174541.681000', '174541.683000', '174541.686000', '174541.688000', '174541.691000', '174541.693000', '174541.696000', '174541.699000', '174541.701000', '174541.704000', '174541.706000', '174541.709000', '174541.711000', '174541.714000', '174541.717000', '174541.719000', '174541.722000', '174601.611000', '174601.614000', '174601.632000', '174601.635000', '174601.637000', '174601.640000', '174601.642000', '174601.645000', '174601.647000', '174601.650000', '174601.653000', '174601.655000', '174601.658000', '174601.660000', '174601.663000', '174601.665000', '174601.668000', '174601.691000', '174601.694000', '174601.697000', '174601.699000', '174601.702000', '174601.704000', '174601.707000', '174601.709000', '174601.712000', '174601.715000', '174601.717000', '174601.720000', '174601.723000', '174601.725000', '174601.728000', '174601.730000', '174601.733000', '174601.736000', '174601.738000', '174601.741000', '174601.743000', '174601.746000', '174601.749000', '174601.751000', '174601.754000', '174601.756000', '174601.759000', '174621.612000', '174621.614000', '174621.617000', '174621.620000', '174621.622000', '174621.625000', '174621.627000', '174621.630000', '174621.632000', '174621.635000', '174621.638000', '174621.640000', '174621.643000', '174621.645000', '174621.648000', '174621.651000', '174621.653000', '174621.656000', '174621.659000', '174621.661000', '174621.664000', '174621.666000', '174621.669000', '174621.671000', '174621.674000', '174621.677000', '174621.679000', '174621.703000', '174621.705000', '174621.708000', '174621.711000', '174621.713000', '174621.716000', '174621.718000', '174621.721000', '174621.724000', '174621.726000', '174621.729000', '174621.731000', '174621.734000', '174621.737000', '174621.739000', '174621.742000', '174641.612000', '174641.614000', '174641.617000', '174641.620000', '174641.622000', '174641.625000', '174641.627000', '174641.630000', '174641.633000', '174641.636000', '174641.638000', '174641.641000', '174641.644000', '174641.646000', '174641.649000', '174641.651000', '174641.654000', '174641.657000', '174641.659000', '174641.662000', '174641.665000', '174641.667000', '174641.670000', '174641.673000', '174641.675000', '174641.678000', '174641.680000', '174641.683000', '174641.686000', '174641.688000', '174641.691000', '174641.694000', '174641.696000', '174641.699000', '174641.701000', '174641.704000', '174641.706000', '174641.709000', '174641.712000', '174641.714000', '174641.717000', '174641.719000', '174641.722000', '174701.612000', '174701.614000', '174701.617000', '174701.620000', '174701.622000', '174701.625000', '174701.627000', '174701.630000', '174701.632000', '174701.635000', '174701.638000', '174701.641000', '174701.643000', '174701.646000', '174701.648000', '174701.651000', '174701.654000', '174701.656000', '174701.659000', '174701.661000', '174701.664000', '174701.667000', '174701.669000', '174701.672000', '174701.674000', '174701.677000', '174701.679000', '174701.682000', '174701.685000', '174701.687000', '174701.690000', '174701.693000', '174701.695000', '174701.698000', '174701.700000', '174701.703000', '174701.706000', '174701.708000', '174701.711000', '174701.713000', '174701.716000', '174701.719000', '174701.721000', '174701.730000', '174721.612000', '174721.615000', '174721.617000', '174721.620000', '174721.622000', '174721.625000', '174721.628000', '174721.630000', '174721.633000', '174721.635000', '174721.638000', '174721.641000', '174721.643000', '174721.646000', '174721.648000', '174721.651000', '174721.654000', '174721.656000', '174721.659000', '174721.661000', '174721.664000', '174721.667000', '174721.669000', '174721.672000', '174721.675000', '174721.677000', '174721.680000', '174721.682000', '174721.685000', '174721.688000', '174721.690000', '174721.693000', '174721.695000', '174721.698000', '174721.701000', '174721.703000', '174721.706000', '174721.708000', '174721.711000', '174721.713000', '174721.716000', '174721.749000', '174721.751000', '174741.611000', '174741.614000', '174741.617000', '174741.619000', '174741.622000', '174741.625000', '174741.627000', '174741.630000', '174741.633000', '174741.635000', '174741.638000', '174741.640000', '174741.643000', '174741.646000', '174741.648000', '174741.651000', '174741.653000', '174741.656000', '174741.659000', '174741.661000', '174741.664000', '174741.666000', '174741.669000', '174741.671000', '174741.674000', '174741.677000', '174741.680000', '174741.682000', '174741.685000', '174741.687000', '174741.690000', '174741.692000', '174741.695000', '174741.698000', '174741.701000', '174741.703000', '174741.706000', '174741.708000', '174741.711000', '174741.713000', '174741.716000', '174741.719000', '174741.721000', '174741.724000', '174801.610000', '174801.613000', '174801.616000', '174801.619000', '174801.622000', '174801.624000', '174801.627000', '174801.630000', '174801.632000', '174801.635000', '174801.638000', '174801.640000', '174801.643000', '174801.646000', '174801.648000', '174801.651000', '174801.653000', '174801.656000', '174801.658000', '174801.661000', '174801.664000', '174801.666000', '174801.669000', '174801.672000', '174801.674000', '174801.677000', '174801.680000', '174801.682000', '174801.685000', '174801.688000', '174801.690000', '174801.693000', '174801.695000', '174801.698000', '174801.701000', '174801.703000', '174801.706000', '174801.708000', '174801.711000', '174801.713000', '174801.716000', '174801.719000', '174801.721000', '174821.612000', '174821.614000', '174821.617000', '174821.620000', '174821.622000', '174821.625000', '174821.628000', '174821.630000', '174821.633000', '174821.635000', '174821.638000', '174821.641000', '174821.643000', '174821.646000', '174821.648000', '174821.651000', '174821.654000', '174821.656000', '174821.659000', '174821.661000', '174821.664000', '174821.667000', '174821.669000', '174821.672000', '174821.674000', '174821.677000', '174821.680000', '174821.682000', '174821.685000', '174821.687000', '174821.690000', '174821.693000', '174821.695000', '174821.698000', '174821.700000', '174821.703000', '174821.706000', '174821.708000', '174821.711000', '174821.713000', '174821.716000', '174821.719000', '174821.721000', '174821.724000', '174841.612000', '174841.615000', '174841.617000', '174841.620000', '174841.622000', '174841.625000', '174841.628000', '174841.630000', '174841.633000', '174841.636000', '174841.638000', '174841.641000', '174841.644000', '174841.646000', '174841.649000', '174841.651000', '174841.654000', '174841.656000', '174841.659000', '174841.662000', '174841.664000', '174841.667000', '174841.670000', '174841.672000', '174841.675000', '174841.677000', '174841.680000', '174841.683000', '174841.685000', '174841.688000', '174841.690000', '174841.693000', '174841.696000', '174841.698000', '174841.701000', '174841.703000', '174841.706000', '174841.709000', '174841.711000', '174841.714000', '174841.716000', '174841.719000', '174841.722000', '174901.612000', '174901.614000', '174901.617000', '174901.620000', '174901.622000', '174901.625000', '174901.628000', '174901.630000', '174901.633000', '174901.646000', '174901.648000', '174901.651000', '174901.653000', '174901.656000', '174901.659000', '174901.661000', '174901.664000', '174901.666000', '174901.669000', '174901.672000', '174901.674000', '174901.677000', '174901.679000', '174901.682000', '174901.685000', '174901.687000', '174901.690000', '174901.693000', '174901.695000', '174901.698000', '174901.700000', '174901.703000', '174901.706000', '174901.708000', '174901.711000', '174901.713000', '174901.716000', '174901.719000', '174901.721000', '174901.724000', '174901.727000', '174901.729000', '174901.732000', '174901.734000', '174921.612000', '174921.615000', '174921.617000', '174921.620000', '174921.623000', '174921.625000', '174921.628000', '174921.631000', '174921.634000', '174921.636000', '174921.639000', '174921.642000', '174921.644000', '174921.647000', '174921.650000', '174921.652000', '174921.655000', '174921.658000', '174921.661000', '174921.664000', '174921.666000', '174921.669000', '174921.672000', '174921.674000', '174921.677000', '174921.679000', '174921.682000', '174921.684000', '174921.687000', '174921.690000', '174921.692000', '174921.695000', '174921.697000', '174921.700000', '174921.703000', '174921.705000', '174921.708000', '174921.710000', '174921.713000', '174921.716000', '174921.718000', '174921.721000', '174921.724000', '174941.612000', '174941.615000', '174941.617000', '174941.620000', '174941.623000', '174941.625000', '174941.628000', '174941.631000', '174941.633000', '174941.636000', '174941.639000', '174941.641000', '174941.644000', '174941.646000', '174941.649000', '174941.652000', '174941.654000', '174941.657000', '174941.659000', '174941.662000', '174941.664000', '174941.667000', '174941.670000', '174941.672000', '174941.675000', '174941.678000', '174941.680000', '174941.683000', '174941.686000', '174941.688000', '174941.691000', '174941.693000', '174941.696000', '174941.699000', '174941.701000', '174941.704000', '174941.706000', '174941.709000', '174941.712000', '174941.714000', '174941.717000', '174941.720000', '174941.722000', '174941.725000', '175001.612000', '175001.614000', '175001.617000', '175001.619000', '175001.622000', '175001.625000', '175001.627000', '175001.632000', '175001.634000', '175001.637000', '175001.640000', '175001.642000', '175001.645000', '175001.647000', '175001.650000', '175001.653000', '175001.656000', '175001.658000', '175001.661000', '175001.663000', '175001.666000', '175001.669000', '175001.671000', '175001.674000', '175001.676000', '175001.679000', '175001.682000', '175001.684000', '175001.687000', '175001.689000', '175001.692000', '175001.695000', '175001.697000', '175001.700000', '175001.703000', '175001.705000', '175001.708000', '175001.710000', '175001.713000', '175001.716000', '175001.718000', '175001.721000', '175001.723000', '175001.726000', '175021.611000', '175021.613000', '175021.616000', '175021.619000', '175021.621000', '175021.624000', '175021.627000', '175021.629000', '175021.632000', '175021.634000', '175021.637000', '175021.639000', '175021.642000', '175021.645000', '175021.647000', '175021.650000', '175021.652000', '175021.655000', '175021.658000', '175021.660000', '175021.663000', '175021.665000', '175021.668000', '175021.671000', '175021.673000', '175021.676000', '175021.678000', '175021.681000', '175021.683000', '175021.686000', '175021.689000', '175021.691000', '175021.694000', '175021.706000', '175021.709000', '175021.712000', '175021.714000', '175021.717000', '175021.719000', '175021.722000', '175021.724000', '175021.727000', '175021.730000', '175041.612000', '175041.614000', '175041.617000', '175041.620000', '175041.622000', '175041.625000', '175041.628000', '175041.630000', '175041.633000', '175041.635000', '175041.638000', '175041.641000', '175041.643000', '175041.646000', '175041.648000', '175041.651000', '175041.654000', '175041.656000', '175041.659000', '175041.661000', '175041.664000', '175041.667000', '175041.669000', '175041.672000', '175041.675000', '175041.677000', '175041.680000', '175041.682000', '175041.685000', '175041.687000', '175041.690000', '175041.693000', '175041.696000', '175041.699000', '175041.702000', '175041.705000', '175041.707000', '175041.710000', '175041.713000', '175041.715000', '175041.718000', '175041.720000', '175041.723000', '175101.612000', '175101.614000', '175101.617000', '175101.620000', '175101.622000', '175101.625000', '175101.627000', '175101.630000', '175101.633000', '175101.635000', '175101.638000', '175101.641000', '175101.643000', '175101.646000', '175101.648000', '175101.651000', '175101.654000', '175101.656000', '175101.659000', '175101.661000', '175101.664000', '175101.667000', '175101.669000', '175101.672000', '175101.674000', '175101.677000', '175101.680000', '175101.682000', '175101.685000', '175101.688000', '175101.690000', '175101.693000', '175101.695000', '175101.698000', '175101.701000', '175101.703000', '175101.706000', '175101.708000', '175101.711000', '175101.713000', '175101.716000', '175101.719000', '175101.721000', '175101.724000', '175121.612000', '175121.615000', '175121.617000', '175121.620000', '175121.622000', '175121.625000', '175121.628000', '175121.630000', '175121.633000', '175121.635000', '175121.638000', '175121.640000', '175121.643000', '175121.646000', '175121.648000', '175121.651000', '175121.654000', '175121.656000', '175121.659000', '175121.661000', '175121.664000', '175121.666000', '175121.669000', '175121.672000', '175121.674000', '175121.677000', '175121.679000', '175121.682000', '175121.685000', '175121.688000', '175121.691000', '175121.694000', '175121.696000', '175121.699000', '175121.701000', '175121.704000', '175121.706000', '175121.709000', '175121.712000', '175121.714000', '175121.717000', '175121.719000', '175121.722000', '175141.612000', '175141.614000', '175141.617000', '175141.620000', '175141.622000', '175141.625000', '175141.627000', '175141.630000', '175141.633000', '175141.635000', '175141.638000', '175141.640000', '175141.643000', '175141.646000', '175141.648000', '175141.651000', '175141.654000', '175141.656000', '175141.659000', '175141.661000', '175141.664000', '175141.667000', '175141.669000', '175141.672000', '175141.675000', '175141.677000', '175141.680000', '175141.682000', '175141.685000', '175141.688000', '175141.708000', '175141.711000', '175141.714000', '175141.716000', '175141.719000', '175141.721000', '175141.724000', '175141.727000', '175141.729000', '175141.732000', '175141.735000', '175141.737000', '175141.740000', '175141.742000', '175201.612000', '175201.614000', '175201.617000', '175201.620000', '175201.622000', '175201.625000', '175201.627000', '175201.630000', '175201.632000', '175201.635000', '175201.638000', '175201.641000', '175201.643000', '175201.646000', '175201.649000', '175201.651000', '175201.654000', '175201.656000', '175201.659000', '175201.661000', '175201.664000', '175201.667000', '175201.669000', '175201.672000', '175201.674000', '175201.677000', '175201.680000', '175201.682000', '175201.685000', '175201.687000', '175201.690000', '175201.693000', '175201.695000', '175201.698000', '175201.700000', '175201.703000', '175201.705000', '175201.708000', '175201.711000', '175201.713000', '175201.716000', '175201.718000', '175201.721000', '175221.612000', '175221.615000', '175221.617000', '175221.620000', '175221.622000', '175221.625000', '175221.628000', '175221.630000', '175221.633000', '175221.635000', '175221.638000', '175221.641000', '175221.643000', '175221.646000', '175221.649000', '175221.651000', '175221.654000', '175221.656000', '175221.659000', '175221.662000', '175221.665000', '175221.667000', '175221.670000', '175221.673000', '175221.675000', '175221.678000', '175221.680000', '175221.683000', '175221.686000', '175221.688000', '175221.691000', '175221.693000', '175221.696000', '175221.699000', '175221.701000', '175221.705000', '175221.707000', '175221.710000', '175221.713000', '175221.715000', '175221.718000', '175221.720000', '175221.723000', '175221.726000', '175241.611000', '175241.613000', '175241.616000', '175241.619000', '175241.621000', '175241.624000', '175241.627000', '175241.629000', '175241.632000', '175241.634000', '175241.637000', '175241.640000', '175241.643000', '175241.645000', '175241.648000', '175241.650000', '175241.653000', '175241.656000', '175241.658000', '175241.661000', '175241.663000', '175241.666000', '175241.669000', '175241.671000', '175241.674000', '175241.676000', '175241.679000', '175241.682000', '175241.684000', '175241.687000', '175241.690000', '175241.692000', '175241.695000', '175241.697000', '175241.700000', '175241.702000', '175241.705000', '175241.708000', '175241.710000', '175241.713000', '175241.716000', '175241.719000', '175241.721000', '175301.612000', '175301.614000', '175301.617000', '175301.620000', '175301.622000', '175301.625000', '175301.627000', '175301.630000', '175301.633000', '175301.635000', '175301.638000', '175301.640000', '175301.643000', '175301.646000', '175301.648000', '175301.651000', '175301.654000', '175301.656000', '175301.659000', '175301.661000', '175301.664000', '175301.667000', '175301.669000', '175301.672000', '175301.675000', '175301.677000', '175301.680000', '175301.697000', '175301.700000', '175301.703000', '175301.705000', '175301.708000', '175301.710000', '175301.713000', '175301.715000', '175301.718000', '175301.721000', '175301.723000', '175301.726000', '175301.728000', '175301.731000', '175301.734000', '175301.736000', '175301.739000', '175321.612000', '175321.614000', '175321.617000', '175321.620000', '175321.622000', '175321.625000', '175321.627000', '175321.630000', '175321.633000', '175321.635000', '175321.638000', '175321.641000', '175321.643000', '175321.646000', '175321.649000', '175321.651000', '175321.654000', '175321.656000', '175321.659000', '175321.662000', '175321.664000', '175321.667000', '175321.669000', '175321.672000', '175321.675000', '175321.677000', '175321.680000', '175321.683000', '175321.685000', '175321.688000', '175321.690000', '175321.693000', '175321.696000', '175321.698000', '175321.701000', '175321.703000', '175321.706000', '175321.708000', '175321.711000', '175321.714000', '175321.716000', '175321.719000', '175321.721000', '175341.612000', '175341.615000', '175341.617000', '175341.620000', '175341.623000', '175341.625000', '175341.628000', '175341.630000', '175341.633000', '175341.636000', '175341.638000', '175341.641000', '175341.644000', '175341.646000', '175341.649000', '175341.652000', '175341.654000', '175341.657000', '175341.659000', '175341.662000', '175341.665000', '175341.667000', '175341.670000', '175341.672000', '175341.675000', '175341.678000', '175341.680000', '175341.683000', '175341.686000', '175341.688000', '175341.691000', '175341.693000', '175341.696000', '175341.699000', '175341.701000', '175341.704000', '175341.706000', '175341.709000', '175341.712000', '175341.714000', '175341.717000', '175341.720000', '175341.722000', '175341.725000', '175401.612000', '175401.615000', '175401.617000', '175401.620000', '175401.622000', '175401.625000', '175401.628000', '175401.630000', '175401.633000', '175401.635000', '175401.638000', '175401.641000', '175401.643000', '175401.646000', '175401.648000', '175401.651000', '175401.654000', '175401.656000', '175401.659000', '175401.661000', '175401.664000', '175401.667000', '175401.669000', '175401.672000', '175401.675000', '175401.677000', '175401.680000', '175401.682000', '175401.685000', '175401.688000', '175401.690000', '175401.693000', '175401.695000', '175401.698000', '175401.701000', '175401.703000', '175401.706000', '175401.708000', '175401.711000', '175401.714000', '175401.716000', '175401.719000', '175401.721000', '175407.733000', '175407.736000', '175407.739000', '175407.741000', '175407.744000', '175407.747000', '175407.749000', '175407.752000', '175407.755000', '175407.757000', '175407.760000', '175407.762000', '175407.765000', '175407.768000'], 'InstanceCreationTime': ['174441.645000', '174441.648000', '174441.650000', '174441.653000', '174441.655000', '174441.662000', '174441.665000', '174441.668000', '174441.670000', '174441.673000', '174441.675000', '174441.680000', '174441.683000', '174441.685000', '174441.688000', '174441.691000', '174441.693000', '174441.696000', '174441.698000', '174441.701000', '174441.710000', '174441.712000', '174441.715000', '174441.717000', '174441.720000', '174441.722000', '174441.725000', '174441.728000', '174441.730000', '174441.733000', '174441.735000', '174441.738000', '174441.740000', '174441.743000', '174441.746000', '174441.748000', '174441.751000', '174501.611000', '174501.614000', '174501.617000', '174501.619000', '174501.626000', '174501.629000', '174501.632000', '174501.634000', '174501.637000', '174501.639000', '174501.642000', '174501.644000', '174501.647000', '174501.649000', '174501.652000', '174501.654000', '174501.657000', '174501.659000', '174501.662000', '174501.665000', '174501.667000', '174501.670000', '174501.672000', '174501.675000', '174501.677000', '174501.680000', '174501.682000', '174501.685000', '174501.687000', '174501.690000', '174501.693000', '174501.695000', '174501.698000', '174501.700000', '174501.703000', '174501.706000', '174501.708000', '174501.711000', '174501.713000', '174501.716000', '174501.718000', '174501.721000', '174501.723000', '174521.612000', '174521.615000', '174521.624000', '174521.627000', '174521.629000', '174521.632000', '174521.634000', '174521.637000', '174521.640000', '174521.642000', '174521.645000', '174521.647000', '174521.650000', '174521.652000', '174521.655000', '174521.658000', '174521.660000', '174521.663000', '174521.665000', '174521.668000', '174521.670000', '174521.673000', '174521.676000', '174521.678000', '174521.681000', '174521.683000', '174521.686000', '174521.688000', '174521.691000', '174521.693000', '174521.696000', '174521.699000', '174521.701000', '174521.704000', '174521.707000', '174521.709000', '174521.712000', '174521.714000', '174521.723000', '174521.726000', '174521.729000', '174521.731000', '174521.734000', '174541.610000', '174541.613000', '174541.616000', '174541.618000', '174541.621000', '174541.624000', '174541.626000', '174541.629000', '174541.632000', '174541.634000', '174541.637000', '174541.639000', '174541.642000', '174541.644000', '174541.647000', '174541.650000', '174541.652000', '174541.655000', '174541.657000', '174541.660000', '174541.663000', '174541.665000', '174541.668000', '174541.670000', '174541.673000', '174541.675000', '174541.678000', '174541.681000', '174541.683000', '174541.686000', '174541.688000', '174541.691000', '174541.693000', '174541.696000', '174541.699000', '174541.701000', '174541.704000', '174541.706000', '174541.709000', '174541.711000', '174541.714000', '174541.717000', '174541.719000', '174541.722000', '174601.611000', '174601.614000', '174601.632000', '174601.635000', '174601.637000', '174601.640000', '174601.642000', '174601.645000', '174601.647000', '174601.650000', '174601.653000', '174601.655000', '174601.658000', '174601.660000', '174601.663000', '174601.665000', '174601.668000', '174601.691000', '174601.694000', '174601.697000', '174601.699000', '174601.702000', '174601.704000', '174601.707000', '174601.709000', '174601.712000', '174601.715000', '174601.717000', '174601.720000', '174601.723000', '174601.725000', '174601.728000', '174601.730000', '174601.733000', '174601.736000', '174601.738000', '174601.741000', '174601.743000', '174601.746000', '174601.749000', '174601.751000', '174601.754000', '174601.756000', '174601.759000', '174621.612000', '174621.614000', '174621.617000', '174621.620000', '174621.622000', '174621.625000', '174621.627000', '174621.630000', '174621.632000', '174621.635000', '174621.638000', '174621.640000', '174621.643000', '174621.645000', '174621.648000', '174621.651000', '174621.653000', '174621.656000', '174621.659000', '174621.661000', '174621.664000', '174621.666000', '174621.669000', '174621.671000', '174621.674000', '174621.677000', '174621.679000', '174621.703000', '174621.705000', '174621.708000', '174621.711000', '174621.713000', '174621.716000', '174621.718000', '174621.721000', '174621.724000', '174621.726000', '174621.729000', '174621.731000', '174621.734000', '174621.737000', '174621.739000', '174621.742000', '174641.612000', '174641.614000', '174641.617000', '174641.620000', '174641.622000', '174641.625000', '174641.627000', '174641.630000', '174641.633000', '174641.636000', '174641.638000', '174641.641000', '174641.644000', '174641.646000', '174641.649000', '174641.651000', '174641.654000', '174641.657000', '174641.659000', '174641.662000', '174641.665000', '174641.667000', '174641.670000', '174641.673000', '174641.675000', '174641.678000', '174641.680000', '174641.683000', '174641.686000', '174641.688000', '174641.691000', '174641.694000', '174641.696000', '174641.699000', '174641.701000', '174641.704000', '174641.706000', '174641.709000', '174641.712000', '174641.714000', '174641.717000', '174641.719000', '174641.722000', '174701.612000', '174701.614000', '174701.617000', '174701.620000', '174701.622000', '174701.625000', '174701.627000', '174701.630000', '174701.632000', '174701.635000', '174701.638000', '174701.641000', '174701.643000', '174701.646000', '174701.648000', '174701.651000', '174701.654000', '174701.656000', '174701.659000', '174701.661000', '174701.664000', '174701.667000', '174701.669000', '174701.672000', '174701.674000', '174701.677000', '174701.679000', '174701.682000', '174701.685000', '174701.687000', '174701.690000', '174701.693000', '174701.695000', '174701.698000', '174701.700000', '174701.703000', '174701.706000', '174701.708000', '174701.711000', '174701.713000', '174701.716000', '174701.719000', '174701.721000', '174701.730000', '174721.612000', '174721.615000', '174721.617000', '174721.620000', '174721.622000', '174721.625000', '174721.628000', '174721.630000', '174721.633000', '174721.635000', '174721.638000', '174721.641000', '174721.643000', '174721.646000', '174721.648000', '174721.651000', '174721.654000', '174721.656000', '174721.659000', '174721.661000', '174721.664000', '174721.667000', '174721.669000', '174721.672000', '174721.675000', '174721.677000', '174721.680000', '174721.682000', '174721.685000', '174721.688000', '174721.690000', '174721.693000', '174721.695000', '174721.698000', '174721.701000', '174721.703000', '174721.706000', '174721.708000', '174721.711000', '174721.713000', '174721.716000', '174721.749000', '174721.751000', '174741.611000', '174741.614000', '174741.617000', '174741.619000', '174741.622000', '174741.625000', '174741.627000', '174741.630000', '174741.633000', '174741.635000', '174741.638000', '174741.640000', '174741.643000', '174741.646000', '174741.648000', '174741.651000', '174741.653000', '174741.656000', '174741.659000', '174741.661000', '174741.664000', '174741.666000', '174741.669000', '174741.671000', '174741.674000', '174741.677000', '174741.680000', '174741.682000', '174741.685000', '174741.687000', '174741.690000', '174741.692000', '174741.695000', '174741.698000', '174741.701000', '174741.703000', '174741.706000', '174741.708000', '174741.711000', '174741.713000', '174741.716000', '174741.719000', '174741.721000', '174741.724000', '174801.610000', '174801.613000', '174801.616000', '174801.619000', '174801.622000', '174801.624000', '174801.627000', '174801.630000', '174801.632000', '174801.635000', '174801.638000', '174801.640000', '174801.643000', '174801.646000', '174801.648000', '174801.651000', '174801.653000', '174801.656000', '174801.658000', '174801.661000', '174801.664000', '174801.666000', '174801.669000', '174801.672000', '174801.674000', '174801.677000', '174801.680000', '174801.682000', '174801.685000', '174801.688000', '174801.690000', '174801.693000', '174801.695000', '174801.698000', '174801.701000', '174801.703000', '174801.706000', '174801.708000', '174801.711000', '174801.713000', '174801.716000', '174801.719000', '174801.721000', '174821.612000', '174821.614000', '174821.617000', '174821.620000', '174821.622000', '174821.625000', '174821.628000', '174821.630000', '174821.633000', '174821.635000', '174821.638000', '174821.641000', '174821.643000', '174821.646000', '174821.648000', '174821.651000', '174821.654000', '174821.656000', '174821.659000', '174821.661000', '174821.664000', '174821.667000', '174821.669000', '174821.672000', '174821.674000', '174821.677000', '174821.680000', '174821.682000', '174821.685000', '174821.687000', '174821.690000', '174821.693000', '174821.695000', '174821.698000', '174821.700000', '174821.703000', '174821.706000', '174821.708000', '174821.711000', '174821.713000', '174821.716000', '174821.719000', '174821.721000', '174821.724000', '174841.612000', '174841.615000', '174841.617000', '174841.620000', '174841.622000', '174841.625000', '174841.628000', '174841.630000', '174841.633000', '174841.636000', '174841.638000', '174841.641000', '174841.644000', '174841.646000', '174841.649000', '174841.651000', '174841.654000', '174841.656000', '174841.659000', '174841.662000', '174841.664000', '174841.667000', '174841.670000', '174841.672000', '174841.675000', '174841.677000', '174841.680000', '174841.683000', '174841.685000', '174841.688000', '174841.690000', '174841.693000', '174841.696000', '174841.698000', '174841.701000', '174841.703000', '174841.706000', '174841.709000', '174841.711000', '174841.714000', '174841.716000', '174841.719000', '174841.722000', '174901.612000', '174901.614000', '174901.617000', '174901.620000', '174901.622000', '174901.625000', '174901.628000', '174901.630000', '174901.633000', '174901.646000', '174901.648000', '174901.651000', '174901.653000', '174901.656000', '174901.659000', '174901.661000', '174901.664000', '174901.666000', '174901.669000', '174901.672000', '174901.674000', '174901.677000', '174901.679000', '174901.682000', '174901.685000', '174901.687000', '174901.690000', '174901.693000', '174901.695000', '174901.698000', '174901.700000', '174901.703000', '174901.706000', '174901.708000', '174901.711000', '174901.713000', '174901.716000', '174901.719000', '174901.721000', '174901.724000', '174901.727000', '174901.729000', '174901.732000', '174901.734000', '174921.612000', '174921.615000', '174921.617000', '174921.620000', '174921.623000', '174921.625000', '174921.628000', '174921.631000', '174921.634000', '174921.636000', '174921.639000', '174921.642000', '174921.644000', '174921.647000', '174921.650000', '174921.652000', '174921.655000', '174921.658000', '174921.661000', '174921.664000', '174921.666000', '174921.669000', '174921.672000', '174921.674000', '174921.677000', '174921.679000', '174921.682000', '174921.684000', '174921.687000', '174921.690000', '174921.692000', '174921.695000', '174921.697000', '174921.700000', '174921.703000', '174921.705000', '174921.708000', '174921.710000', '174921.713000', '174921.716000', '174921.718000', '174921.721000', '174921.724000', '174941.612000', '174941.615000', '174941.617000', '174941.620000', '174941.623000', '174941.625000', '174941.628000', '174941.631000', '174941.633000', '174941.636000', '174941.639000', '174941.641000', '174941.644000', '174941.646000', '174941.649000', '174941.652000', '174941.654000', '174941.657000', '174941.659000', '174941.662000', '174941.664000', '174941.667000', '174941.670000', '174941.672000', '174941.675000', '174941.678000', '174941.680000', '174941.683000', '174941.686000', '174941.688000', '174941.691000', '174941.693000', '174941.696000', '174941.699000', '174941.701000', '174941.704000', '174941.706000', '174941.709000', '174941.712000', '174941.714000', '174941.717000', '174941.720000', '174941.722000', '174941.725000', '175001.612000', '175001.614000', '175001.617000', '175001.619000', '175001.622000', '175001.625000', '175001.627000', '175001.632000', '175001.634000', '175001.637000', '175001.640000', '175001.642000', '175001.645000', '175001.647000', '175001.650000', '175001.653000', '175001.656000', '175001.658000', '175001.661000', '175001.663000', '175001.666000', '175001.669000', '175001.671000', '175001.674000', '175001.676000', '175001.679000', '175001.682000', '175001.684000', '175001.687000', '175001.689000', '175001.692000', '175001.695000', '175001.697000', '175001.700000', '175001.703000', '175001.705000', '175001.708000', '175001.710000', '175001.713000', '175001.716000', '175001.718000', '175001.721000', '175001.723000', '175001.726000', '175021.611000', '175021.613000', '175021.616000', '175021.619000', '175021.621000', '175021.624000', '175021.627000', '175021.629000', '175021.632000', '175021.634000', '175021.637000', '175021.639000', '175021.642000', '175021.645000', '175021.647000', '175021.650000', '175021.652000', '175021.655000', '175021.658000', '175021.660000', '175021.663000', '175021.665000', '175021.668000', '175021.671000', '175021.673000', '175021.676000', '175021.678000', '175021.681000', '175021.683000', '175021.686000', '175021.689000', '175021.691000', '175021.694000', '175021.706000', '175021.709000', '175021.712000', '175021.714000', '175021.717000', '175021.719000', '175021.722000', '175021.724000', '175021.727000', '175021.730000', '175041.612000', '175041.614000', '175041.617000', '175041.620000', '175041.622000', '175041.625000', '175041.628000', '175041.630000', '175041.633000', '175041.635000', '175041.638000', '175041.641000', '175041.643000', '175041.646000', '175041.648000', '175041.651000', '175041.654000', '175041.656000', '175041.659000', '175041.661000', '175041.664000', '175041.667000', '175041.669000', '175041.672000', '175041.675000', '175041.677000', '175041.680000', '175041.682000', '175041.685000', '175041.687000', '175041.690000', '175041.693000', '175041.696000', '175041.699000', '175041.702000', '175041.705000', '175041.707000', '175041.710000', '175041.713000', '175041.715000', '175041.718000', '175041.720000', '175041.723000', '175101.612000', '175101.614000', '175101.617000', '175101.620000', '175101.622000', '175101.625000', '175101.627000', '175101.630000', '175101.633000', '175101.635000', '175101.638000', '175101.641000', '175101.643000', '175101.646000', '175101.648000', '175101.651000', '175101.654000', '175101.656000', '175101.659000', '175101.661000', '175101.664000', '175101.667000', '175101.669000', '175101.672000', '175101.674000', '175101.677000', '175101.680000', '175101.682000', '175101.685000', '175101.688000', '175101.690000', '175101.693000', '175101.695000', '175101.698000', '175101.701000', '175101.703000', '175101.706000', '175101.708000', '175101.711000', '175101.713000', '175101.716000', '175101.719000', '175101.721000', '175101.724000', '175121.612000', '175121.615000', '175121.617000', '175121.620000', '175121.622000', '175121.625000', '175121.628000', '175121.630000', '175121.633000', '175121.635000', '175121.638000', '175121.640000', '175121.643000', '175121.646000', '175121.648000', '175121.651000', '175121.654000', '175121.656000', '175121.659000', '175121.661000', '175121.664000', '175121.666000', '175121.669000', '175121.672000', '175121.674000', '175121.677000', '175121.679000', '175121.682000', '175121.685000', '175121.688000', '175121.691000', '175121.694000', '175121.696000', '175121.699000', '175121.701000', '175121.704000', '175121.706000', '175121.709000', '175121.712000', '175121.714000', '175121.717000', '175121.719000', '175121.722000', '175141.612000', '175141.614000', '175141.617000', '175141.620000', '175141.622000', '175141.625000', '175141.627000', '175141.630000', '175141.633000', '175141.635000', '175141.638000', '175141.640000', '175141.643000', '175141.646000', '175141.648000', '175141.651000', '175141.654000', '175141.656000', '175141.659000', '175141.661000', '175141.664000', '175141.667000', '175141.669000', '175141.672000', '175141.675000', '175141.677000', '175141.680000', '175141.682000', '175141.685000', '175141.688000', '175141.708000', '175141.711000', '175141.714000', '175141.716000', '175141.719000', '175141.721000', '175141.724000', '175141.727000', '175141.729000', '175141.732000', '175141.735000', '175141.737000', '175141.740000', '175141.742000', '175201.612000', '175201.614000', '175201.617000', '175201.620000', '175201.622000', '175201.625000', '175201.627000', '175201.630000', '175201.632000', '175201.635000', '175201.638000', '175201.641000', '175201.643000', '175201.646000', '175201.649000', '175201.651000', '175201.654000', '175201.656000', '175201.659000', '175201.661000', '175201.664000', '175201.667000', '175201.669000', '175201.672000', '175201.674000', '175201.677000', '175201.680000', '175201.682000', '175201.685000', '175201.687000', '175201.690000', '175201.693000', '175201.695000', '175201.698000', '175201.700000', '175201.703000', '175201.705000', '175201.708000', '175201.711000', '175201.713000', '175201.716000', '175201.718000', '175201.721000', '175221.612000', '175221.615000', '175221.617000', '175221.620000', '175221.622000', '175221.625000', '175221.628000', '175221.630000', '175221.633000', '175221.635000', '175221.638000', '175221.641000', '175221.643000', '175221.646000', '175221.649000', '175221.651000', '175221.654000', '175221.656000', '175221.659000', '175221.662000', '175221.665000', '175221.667000', '175221.670000', '175221.673000', '175221.675000', '175221.678000', '175221.680000', '175221.683000', '175221.686000', '175221.688000', '175221.691000', '175221.693000', '175221.696000', '175221.699000', '175221.701000', '175221.705000', '175221.707000', '175221.710000', '175221.713000', '175221.715000', '175221.718000', '175221.720000', '175221.723000', '175221.726000', '175241.611000', '175241.613000', '175241.616000', '175241.619000', '175241.621000', '175241.624000', '175241.627000', '175241.629000', '175241.632000', '175241.634000', '175241.637000', '175241.640000', '175241.643000', '175241.645000', '175241.648000', '175241.650000', '175241.653000', '175241.656000', '175241.658000', '175241.661000', '175241.663000', '175241.666000', '175241.669000', '175241.671000', '175241.674000', '175241.676000', '175241.679000', '175241.682000', '175241.684000', '175241.687000', '175241.690000', '175241.692000', '175241.695000', '175241.697000', '175241.700000', '175241.702000', '175241.705000', '175241.708000', '175241.710000', '175241.713000', '175241.716000', '175241.719000', '175241.721000', '175301.612000', '175301.614000', '175301.617000', '175301.620000', '175301.622000', '175301.625000', '175301.627000', '175301.630000', '175301.633000', '175301.635000', '175301.638000', '175301.640000', '175301.643000', '175301.646000', '175301.648000', '175301.651000', '175301.654000', '175301.656000', '175301.659000', '175301.661000', '175301.664000', '175301.667000', '175301.669000', '175301.672000', '175301.675000', '175301.677000', '175301.680000', '175301.697000', '175301.700000', '175301.703000', '175301.705000', '175301.708000', '175301.710000', '175301.713000', '175301.715000', '175301.718000', '175301.721000', '175301.723000', '175301.726000', '175301.728000', '175301.731000', '175301.734000', '175301.736000', '175301.739000', '175321.612000', '175321.614000', '175321.617000', '175321.620000', '175321.622000', '175321.625000', '175321.627000', '175321.630000', '175321.633000', '175321.635000', '175321.638000', '175321.641000', '175321.643000', '175321.646000', '175321.649000', '175321.651000', '175321.654000', '175321.656000', '175321.659000', '175321.662000', '175321.664000', '175321.667000', '175321.669000', '175321.672000', '175321.675000', '175321.677000', '175321.680000', '175321.683000', '175321.685000', '175321.688000', '175321.690000', '175321.693000', '175321.696000', '175321.698000', '175321.701000', '175321.703000', '175321.706000', '175321.708000', '175321.711000', '175321.714000', '175321.716000', '175321.719000', '175321.721000', '175341.612000', '175341.615000', '175341.617000', '175341.620000', '175341.623000', '175341.625000', '175341.628000', '175341.630000', '175341.633000', '175341.636000', '175341.638000', '175341.641000', '175341.644000', '175341.646000', '175341.649000', '175341.652000', '175341.654000', '175341.657000', '175341.659000', '175341.662000', '175341.665000', '175341.667000', '175341.670000', '175341.672000', '175341.675000', '175341.678000', '175341.680000', '175341.683000', '175341.686000', '175341.688000', '175341.691000', '175341.693000', '175341.696000', '175341.699000', '175341.701000', '175341.704000', '175341.706000', '175341.709000', '175341.712000', '175341.714000', '175341.717000', '175341.720000', '175341.722000', '175341.725000', '175401.612000', '175401.615000', '175401.617000', '175401.620000', '175401.622000', '175401.625000', '175401.628000', '175401.630000', '175401.633000', '175401.635000', '175401.638000', '175401.641000', '175401.643000', '175401.646000', '175401.648000', '175401.651000', '175401.654000', '175401.656000', '175401.659000', '175401.661000', '175401.664000', '175401.667000', '175401.669000', '175401.672000', '175401.675000', '175401.677000', '175401.680000', '175401.682000', '175401.685000', '175401.688000', '175401.690000', '175401.693000', '175401.695000', '175401.698000', '175401.701000', '175401.703000', '175401.706000', '175401.708000', '175401.711000', '175401.714000', '175401.716000', '175401.719000', '175401.721000', '175407.733000', '175407.736000', '175407.739000', '175407.741000', '175407.744000', '175407.747000', '175407.749000', '175407.752000', '175407.755000', '175407.757000', '175407.760000', '175407.762000', '175407.765000', '175407.768000'], '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': [10737, 9845, 13410, 10244, 10522, 14875, 10211, 12355, 10651, 11616, 11607, 9878, 10573, 9675, 13200, 10822, 12946, 10936, 10444, 11041, 9491, 12529, 10978, 12372, 11455, 10925, 12519, 9936, 13333, 10835, 11804, 11914, 9806, 14182, 10391, 13486, 11201, 9463, 13974, 10170, 13918, 11083, 11234, 14397, 9848, 12156, 10810, 11275, 12943, 9694, 14699, 10218, 12133, 10528, 9633, 13736, 9913, 14050, 10556, 10877, 11643, 9224, 13583, 9773, 12513, 10622, 9384, 12380, 9806, 13677, 10064, 11845, 10513, 11694, 9795, 11268, 13020, 9303, 13996, 10533, 12977, 13061, 11611, 11539, 9778, 12081, 9540, 13805, 10375, 11813, 13591, 9501, 13683, 10243, 11136, 12109, 9200, 13842, 9954, 12251, 12787, 9360, 14894, 10032, 14349, 10544, 10636, 10008, 9870, 13489, 9905, 12604, 11755, 9188, 14120, 10030, 11306, 12897, 9258, 14492, 9761, 12558, 9758, 10750, 10682, 10480, 12941, 9699, 12812, 10564, 9226, 14176, 9573, 12537, 10467, 10329, 12571, 9466, 13768, 10025, 13474, 9861, 12756, 10714, 11493, 13889, 10097, 14341, 10452, 11183, 11647, 9023, 13703, 10157, 14123, 10094, 12091, 10055, 11100, 9837, 11900, 11792, 9135, 12863, 10588, 9546, 13382, 9615, 13003, 9909, 11387, 13577, 12461, 12445, 9031, 11553, 8991, 13671, 9855, 13173, 12981, 9114, 14399, 9746, 12158, 9557, 9750, 10567, 9419, 9418, 12417, 9786, 12585, 12069, 9359, 13966, 10174, 10513, 13093, 9112, 13518, 9578, 10610, 9970, 8524, 13458, 9454, 10893, 12918, 8995, 14067, 9804, 10831, 10665, 8837, 12991, 9407, 12383, 10352, 9091, 13563, 9526, 12769, 9486, 9698, 11898, 8457, 12082, 9467, 12031, 9982, 10665, 9417, 10929, 10465, 9939, 13471, 9718, 13652, 8727, 10369, 8209, 10539, 8610, 12611, 9174, 14187, 9650, 14755, 11525, 16340, 9415, 11482, 10982, 13307, 10194, 10043, 10761, 11206, 11861, 15450, 13319, 15991, 10910, 8960, 10149, 8893, 10850, 8287, 13832, 14775, 10673, 17483, 11768, 15548, 9427, 12942, 8768, 12130, 9003, 12833, 10024, 11024, 9535, 10205, 16395, 10469, 15706, 8251, 10511, 8546, 10194, 15454, 9065, 13217, 8261, 9650, 13874, 9255, 15562, 8260, 10440, 9158, 9597, 15609, 9116, 13925, 8404, 9653, 13438, 8725, 14950, 8762, 12016, 8645, 9382, 9502, 9390, 14998, 8827, 14074, 8427, 9619, 12661, 8560, 14534, 8628, 12431, 9474, 9300, 15076, 8636, 12478, 8861, 9986, 13640, 8598, 15061, 8745, 12112, 9156, 9579, 13512, 8923, 15200, 8395, 10720, 9415, 9979, 13968, 8929, 15935, 9295, 11631, 9434, 9540, 14651, 8643, 14721, 8912, 12653, 8940, 11386, 13697, 9041, 15363, 8613, 12597, 9480, 10457, 16129, 8549, 11025, 9343, 10942, 14604, 8685, 15003, 9093, 11094, 9838, 9830, 14894, 8916, 13070, 9118, 10671, 12004, 9280, 15515, 8577, 11203, 9258, 10950, 12426, 9188, 14772, 9249, 12005, 9159, 10855, 9393, 10352, 11096, 9932, 14625, 8967, 14372, 9551, 11596, 9810, 10880, 10574, 10186, 14946, 9082, 15862, 10087, 10859, 9909, 10559, 14279, 9066, 15603, 9845, 10788, 10113, 9934, 14465, 8715, 12613, 9660, 10441, 10111, 9068, 13807, 9512, 13477, 9960, 11039, 9647, 11042, 14101, 10174, 15709, 9222, 12250, 9820, 10882, 14475, 9005, 14839, 10009, 12710, 9635, 10822, 13266, 9269, 14383, 9268, 11819, 9320, 11223, 12025, 9885, 14282, 9341, 12188, 9833, 10784, 10348, 9796, 13830, 8926, 13055, 9838, 12743, 10456, 10134, 13314, 8763, 15077, 9096, 12510, 9798, 10807, 9730, 10995, 13738, 10039, 15559, 9200, 12465, 9230, 13192, 10110, 10728, 12315, 9655, 14455, 9057, 13840, 9663, 12431, 10355, 10250, 14577, 9153, 15839, 9326, 14210, 8973, 12667, 9240, 12583, 9434, 11589, 10032, 11889, 13511, 10587, 16296, 10155, 14487, 10050, 11899, 9536, 10618, 11270, 9518, 14376, 8761, 14763, 9647, 12595, 9946, 10661, 9736, 11798, 12781, 11632, 14804, 8969, 13653, 9436, 13343, 10513, 11343, 13075, 9266, 13727, 9056, 12243, 9263, 11668, 9747, 10076, 12744, 9395, 14991, 8930, 12750, 9180, 11632, 9768, 10365, 14532, 9277, 15218, 9112, 11276, 8911, 12219, 11682, 11192, 12700, 9305, 13479, 9007, 11925, 9088, 12540, 9553, 10411, 13406, 10452, 15700, 10254, 14101, 10515, 13287, 9985, 12934, 9933, 12729, 10359, 12746, 11720, 10326, 12966, 9840, 15003, 12147, 12782, 17434, 11339, 16846, 9641, 14499, 9118, 11406, 11159, 13431, 12534, 16384, 11386, 13287, 15812, 10953, 16692, 12313, 12010, 15303, 8926, 16308, 11852, 12887, 13765, 10270, 16496, 9575, 13803, 12115, 10460, 17066, 9652, 15135, 11040, 9984, 13944, 9517, 14944, 10078, 10914, 11332, 10017, 13576, 10197, 12137, 10442, 11165, 12716, 10060, 14505, 9669, 11171, 10821, 11160, 12228, 9639, 15192, 9973, 14715, 10631, 12475, 11507, 10760, 12854, 9495, 14287, 10807, 12003, 11247, 10894, 11820, 10878, 11940, 10881, 14819, 9671, 14180, 9643, 10512, 9080, 10193, 8937, 9545, 8901, 10168, 10832, 11326, 10315, 14441, 9743, 13660, 9780, 12076, 14046, 9497, 14760, 9838, 12763, 9832, 10008, 14771, 9010, 14874, 9636, 13093, 11862, 10904, 15871, 9403, 12336, 9762, 9602, 13491, 9584, 15312, 10178, 15393, 10043, 14346, 9938, 12206, 9209, 11885, 11570, 12111, 10580, 14214, 9993, 14962, 10778, 13342, 11291, 11691, 11464, 11001, 12297, 10150, 15180, 10818, 14139, 11529, 11375, 14431, 9718, 15845, 11369, 13044, 11431, 10967, 13165, 9935, 14979, 11124, 14087, 11488, 11551, 11996, 10427, 15307, 10306, 13379, 10862, 11601, 14059, 9865, 13681, 11221, 12627, 11916, 10169, 15263, 10645, 12622, 11321, 11018, 12283, 9619, 14506, 10336, 14168, 11260, 11619, 12307, 10023, 15118, 10033, 14744, 10983, 12209, 11447, 12688, 11016, 12585, 11955, 11890, 12616, 11260, 13138, 9792, 15783, 10486, 15253, 11163, 11873, 11692, 11824, 13934, 9969, 15728, 10697, 14243, 11584, 10770, 12542, 10192, 15385, 10292, 14681, 11213, 11525, 12126, 9843, 15344, 9638, 15444, 10311, 12337, 12010, 9899, 15076, 9760, 15373, 10214, 12559, 12303, 9308, 15351, 10062, 13579, 10481, 10607, 13065, 9207, 15666, 10073, 14272, 9692, 13375, 10005, 14216, 10472, 12530, 13138, 9182, 14540, 11177, 11793, 13786, 9500, 16291, 10430, 13599, 11162, 10761, 11713, 11156, 14239, 11208, 15648, 10698, 12874, 11879, 9693, 15350, 9914, 15185, 11399, 11907, 12474, 9350, 14152, 10834, 12780, 11548, 10369, 14553, 9867, 12325, 10689, 12156, 12631, 9452, 15003, 10424, 12232, 10994, 13044, 12483, 10083, 15249, 9690, 14105, 11022, 12933, 12578, 9187, 15375, 9936, 13329, 10963, 11579, 12702, 9054, 15092, 9685, 13554, 9344, 12533, 9363, 15415, 11206, 11848, 16343, 9710, 15535, 11881, 12277, 13261, 9091, 14019, 10763, 13520, 14386, 11975, 16682, 10118, 13541, 10946, 10774, 14968, 10081, 15777, 10710, 11230, 11512, 9005, 14988, 10427, 13689, 11479, 10701, 15021, 9471, 13267, 10719, 13349, 13887, 10525, 15468, 9951, 12464, 10818, 10820, 14538, 10630, 11919, 8947, 12990, 10216, 10644, 14342, 10266, 12785, 11445, 10148, 14797, 9488, 11579, 11540, 9906, 15666, 10056, 13745, 10907, 9245, 14783, 9558, 13698, 11102, 11822, 13312, 9545, 13020, 10137, 12320, 11283, 9072, 14885, 10060, 13413, 11265, 10398, 15796, 10077, 12836, 10266, 11139, 11335, 9119, 14627, 9818, 15032, 11172, 11081, 14723, 9531, 13698, 10667, 11878, 15528, 9494, 13090, 10904, 11541, 15626, 10497, 10984, 9162, 12701, 10618, 11295, 13015, 10138, 12660, 9823, 11108, 9584, 9373, 11997, 15651, 10413, 13515, 11832, 9654, 15717, 9704, 12145, 10871, 9411, 14815, 10333, 12285, 10988, 9545, 14317, 10166, 11839, 10544, 9531, 12265, 9854, 12510, 9812, 11557, 9902, 12605, 11804, 11106, 14270, 10621, 12427, 11983, 9512, 13794, 10643, 12298, 11794, 11404, 14962, 10237, 14196, 10664, 10936, 10733, 11466, 11593, 12085, 14752, 9964, 14126, 11087, 11152, 11032, 9697, 13230, 10824, 12296, 11514, 9492, 13231, 10323, 11405, 11228, 11992, 12239, 9494, 14278, 10781, 12380, 11903, 9704, 14502, 10568, 11774, 11836, 9330, 14067, 10356, 12642, 11869, 11161, 13199, 9629, 13870, 10350, 11667, 11183, 10816, 11970, 9922, 13526, 10642, 11725, 11400, 9918, 13971, 11431, 11036, 12908, 10149, 13498, 11204, 10582, 13189, 10308, 13301, 11398, 11848, 10701, 12446, 11173, 11339, 12676, 10250, 14053, 11206, 11140, 12525, 10084, 12846, 10313, 13163, 11778, 11154, 12363, 10375, 15018, 11127, 12563, 12529, 11464, 14657, 10014, 14887, 11493, 11856, 12381, 9899, 14523, 10074, 11061, 9915, 12866, 10920, 12508, 10943, 12667, 10847, 12871, 11565, 12772, 10760, 12946, 9957, 14871, 11527, 11666, 14741, 10162, 13392, 10664, 11364, 10448, 12449, 10826, 12948, 11012, 11683, 12548, 10469, 14502, 11289, 14308, 11976, 15044, 11237, 13289, 13154, 11316, 17949, 11922, 15423, 13096, 10747, 17279, 10358, 15302, 11126, 13487, 12941, 10704, 15507, 10096, 14289, 9963, 14777, 10710, 13284, 13016, 9707, 16280, 10514, 12491, 11819, 9742, 11890, 10834, 11551, 10779, 13962, 9884, 13060, 11801, 10797, 13738, 10257, 13920, 11189, 10018, 11261, 10569, 12273, 10123, 11922], 'WindowCenter': [4867.0, 4846.0, 4871.0, 4816.0, 4816.0, 4854.0, 4814.0, 4830.0, 4811.0, 4820.0, 4818.0, 4812.0, 4807.0, 4815.0, 4841.0, 4813.0, 4842.0, 4811.0, 4811.0, 4808.0, 4801.0, 4828.0, 4822.0, 4831.0, 4810.0, 4810.0, 4816.0, 4800.0, 4826.0, 4809.0, 4820.0, 4820.0, 4814.0, 4839.0, 4800.0, 4828.0, 4796.0, 4788.0, 4821.0, 4798.0, 4828.0, 4796.0, 4807.0, 4821.0, 4776.0, 4805.0, 4794.0, 4808.0, 4815.0, 4776.0, 4834.0, 4786.0, 4805.0, 4795.0, 4790.0, 4826.0, 4788.0, 4825.0, 4785.0, 4796.0, 4807.0, 4790.0, 4815.0, 4787.0, 4816.0, 4795.0, 4788.0, 4815.0, 4787.0, 4825.0, 4798.0, 4816.0, 4811.0, 4830.0, 4801.0, 4820.0, 4827.0, 4788.0, 4837.0, 4799.0, 4829.0, 4816.0, 4807.0, 4806.0, 4788.0, 4838.0, 4812.0, 4840.0, 4799.0, 4819.0, 4827.0, 4788.0, 4825.0, 4797.0, 4807.0, 4806.0, 4778.0, 4824.0, 4786.0, 4806.0, 4803.0, 4776.0, 4823.0, 4786.0, 4825.0, 4797.0, 4796.0, 4787.0, 4799.0, 4825.0, 4799.0, 4818.0, 4805.0, 4776.0, 4823.0, 4785.0, 4795.0, 4813.0, 4777.0, 4837.0, 4798.0, 4815.0, 4799.0, 4809.0, 4809.0, 4822.0, 4828.0, 4803.0, 4829.0, 4797.0, 4790.0, 4838.0, 4790.0, 4817.0, 4798.0, 4799.0, 4816.0, 4789.0, 4826.0, 4799.0, 4835.0, 4800.0, 4828.0, 4818.0, 4832.0, 4834.0, 4799.0, 4837.0, 4809.0, 4819.0, 4818.0, 4792.0, 4835.0, 4809.0, 4840.0, 4811.0, 4831.0, 4814.0, 4829.0, 4824.0, 4842.0, 4830.0, 4790.0, 4816.0, 4799.0, 4789.0, 4826.0, 4787.0, 4829.0, 4800.0, 4819.0, 4822.0, 4817.0, 4815.0, 4779.0, 4817.0, 4788.0, 4826.0, 4787.0, 4814.0, 4801.0, 4763.0, 4810.0, 4772.0, 4814.0, 4774.0, 4774.0, 4797.0, 4785.0, 4776.0, 4825.0, 4811.0, 4839.0, 4815.0, 4776.0, 4824.0, 4784.0, 4795.0, 4826.0, 4779.0, 4826.0, 4787.0, 4796.0, 4784.0, 4766.0, 4813.0, 4774.0, 4795.0, 4810.0, 4777.0, 4809.0, 4771.0, 4783.0, 4782.0, 4776.0, 4812.0, 4775.0, 4813.0, 4783.0, 4777.0, 4824.0, 4787.0, 4830.0, 4790.0, 4776.0, 4778.0, 4731.0, 4778.0, 4754.0, 4790.0, 4775.0, 4789.0, 4767.0, 4799.0, 4787.0, 4779.0, 4790.0, 4777.0, 4806.0, 4759.0, 4775.0, 4744.0, 4770.0, 4743.0, 4791.0, 4776.0, 4811.0, 4759.0, 4782.0, 4765.0, 4823.0, 4765.0, 4768.0, 4760.0, 4766.0, 4750.0, 4750.0, 4764.0, 4762.0, 4773.0, 4789.0, 4768.0, 4763.0, 4724.0, 4704.0, 4724.0, 4716.0, 4735.0, 4709.0, 4778.0, 4764.0, 4725.0, 4783.0, 4743.0, 4761.0, 4716.0, 4753.0, 4705.0, 4753.0, 4718.0, 4752.0, 4713.0, 4732.0, 4711.0, 4722.0, 4771.0, 4721.0, 4758.0, 4691.0, 4719.0, 4689.0, 4723.0, 4760.0, 4702.0, 4740.0, 4682.0, 4711.0, 4750.0, 4702.0, 4770.0, 4692.0, 4722.0, 4701.0, 4713.0, 4761.0, 4702.0, 4762.0, 4693.0, 4726.0, 4750.0, 4705.0, 4762.0, 4696.0, 4742.0, 4704.0, 4715.0, 4712.0, 4715.0, 4761.0, 4705.0, 4763.0, 4694.0, 4725.0, 4753.0, 4705.0, 4761.0, 4705.0, 4755.0, 4714.0, 4716.0, 4762.0, 4706.0, 4757.0, 4715.0, 4726.0, 4763.0, 4705.0, 4774.0, 4705.0, 4755.0, 4716.0, 4727.0, 4763.0, 4717.0, 4775.0, 4708.0, 4749.0, 4727.0, 4737.0, 4764.0, 4719.0, 4798.0, 4729.0, 4759.0, 4716.0, 4728.0, 4775.0, 4719.0, 4787.0, 4730.0, 4767.0, 4718.0, 4759.0, 4777.0, 4729.0, 4786.0, 4719.0, 4767.0, 4727.0, 4747.0, 4786.0, 4718.0, 4747.0, 4728.0, 4749.0, 4775.0, 4719.0, 4776.0, 4717.0, 4746.0, 4727.0, 4739.0, 4776.0, 4732.0, 4767.0, 4728.0, 4749.0, 4757.0, 4728.0, 4787.0, 4720.0, 4749.0, 4729.0, 4761.0, 4771.0, 4745.0, 4789.0, 4753.0, 4780.0, 4751.0, 4759.0, 4740.0, 4760.0, 4771.0, 4759.0, 4798.0, 4756.0, 4800.0, 4751.0, 4782.0, 4765.0, 4775.0, 4773.0, 4775.0, 4812.0, 4753.0, 4811.0, 4762.0, 4771.0, 4761.0, 4772.0, 4799.0, 4741.0, 4808.0, 4761.0, 4771.0, 4760.0, 4763.0, 4799.0, 4743.0, 4791.0, 4765.0, 4785.0, 4773.0, 4755.0, 4802.0, 4765.0, 4803.0, 4776.0, 4784.0, 4765.0, 4796.0, 4803.0, 4775.0, 4822.0, 4753.0, 4792.0, 4763.0, 4784.0, 4800.0, 4754.0, 4812.0, 4763.0, 4802.0, 4753.0, 4773.0, 4801.0, 4754.0, 4800.0, 4764.0, 4782.0, 4752.0, 4782.0, 4791.0, 4774.0, 4800.0, 4753.0, 4792.0, 4762.0, 4781.0, 4762.0, 4774.0, 4801.0, 4754.0, 4803.0, 4775.0, 4805.0, 4774.0, 4775.0, 4803.0, 4755.0, 4812.0, 4755.0, 4792.0, 4764.0, 4783.0, 4764.0, 4784.0, 4802.0, 4763.0, 4822.0, 4754.0, 4792.0, 4754.0, 4801.0, 4762.0, 4781.0, 4792.0, 4764.0, 4801.0, 4753.0, 4802.0, 4764.0, 4793.0, 4763.0, 4775.0, 4811.0, 4755.0, 4812.0, 4754.0, 4802.0, 4754.0, 4792.0, 4762.0, 4792.0, 4765.0, 4793.0, 4774.0, 4794.0, 4801.0, 4772.0, 4821.0, 4775.0, 4811.0, 4762.0, 4792.0, 4763.0, 4772.0, 4780.0, 4765.0, 4810.0, 4753.0, 4810.0, 4763.0, 4791.0, 4774.0, 4783.0, 4774.0, 4794.0, 4792.0, 4793.0, 4811.0, 4754.0, 4800.0, 4751.0, 4801.0, 4771.0, 4784.0, 4800.0, 4762.0, 4799.0, 4751.0, 4791.0, 4751.0, 4781.0, 4763.0, 4773.0, 4790.0, 4763.0, 4810.0, 4753.0, 4801.0, 4762.0, 4792.0, 4761.0, 4773.0, 4800.0, 4763.0, 4810.0, 4752.0, 4780.0, 4751.0, 4790.0, 4781.0, 4782.0, 4790.0, 4763.0, 4800.0, 4753.0, 4780.0, 4752.0, 4791.0, 4763.0, 4786.0, 4801.0, 4763.0, 4792.0, 4784.0, 4863.0, 4850.0, 4879.0, 4852.0, 4882.0, 4877.0, 4907.0, 4880.0, 4909.0, 4898.0, 4878.0, 4905.0, 4879.0, 4927.0, 4885.0, 4896.0, 4912.0, 4863.0, 4910.0, 4856.0, 4903.0, 4857.0, 4887.0, 4887.0, 4895.0, 4894.0, 4912.0, 4862.0, 4882.0, 4887.0, 4848.0, 4886.0, 4858.0, 4858.0, 4875.0, 4817.0, 4884.0, 4847.0, 4856.0, 4854.0, 4826.0, 4873.0, 4816.0, 4865.0, 4845.0, 4836.0, 4871.0, 4816.0, 4873.0, 4835.0, 4827.0, 4864.0, 4828.0, 4876.0, 4825.0, 4837.0, 4847.0, 4840.0, 4867.0, 4840.0, 4869.0, 4850.0, 4861.0, 4869.0, 4852.0, 4889.0, 4843.0, 4861.0, 4862.0, 4872.0, 4871.0, 4844.0, 4898.0, 4854.0, 4901.0, 4866.0, 4883.0, 4872.0, 4865.0, 4884.0, 4857.0, 4904.0, 4878.0, 4885.0, 4873.0, 4865.0, 4873.0, 4874.0, 4884.0, 4876.0, 4904.0, 4840.0, 4893.0, 4856.0, 4837.0, 4785.0, 4786.0, 4772.0, 4777.0, 4770.0, 4778.0, 4786.0, 4785.0, 4764.0, 4802.0, 4766.0, 4803.0, 4764.0, 4794.0, 4802.0, 4764.0, 4812.0, 4764.0, 4804.0, 4763.0, 4764.0, 4811.0, 4743.0, 4800.0, 4752.0, 4791.0, 4767.0, 4782.0, 4821.0, 4755.0, 4793.0, 4765.0, 4777.0, 4758.0, 4800.0, 4873.0, 4850.0, 4900.0, 4854.0, 4904.0, 4867.0, 4897.0, 4870.0, 4900.0, 4900.0, 4899.0, 4881.0, 4905.0, 4880.0, 4927.0, 4888.0, 4906.0, 4886.0, 4887.0, 4888.0, 4890.0, 4898.0, 4878.0, 4917.0, 4877.0, 4905.0, 4886.0, 4888.0, 4914.0, 4867.0, 4924.0, 4885.0, 4895.0, 4873.0, 4878.0, 4907.0, 4869.0, 4915.0, 4876.0, 4903.0, 4885.0, 4899.0, 4886.0, 4878.0, 4912.0, 4867.0, 4895.0, 4876.0, 4887.0, 4904.0, 4866.0, 4904.0, 4885.0, 4896.0, 4884.0, 4866.0, 4912.0, 4876.0, 4894.0, 4873.0, 4875.0, 4884.0, 4868.0, 4904.0, 4867.0, 4904.0, 4873.0, 4885.0, 4885.0, 4855.0, 4903.0, 4866.0, 4904.0, 4878.0, 4884.0, 4886.0, 4906.0, 4875.0, 4895.0, 4887.0, 4887.0, 4894.0, 4887.0, 4894.0, 4866.0, 4912.0, 4866.0, 4914.0, 4875.0, 4884.0, 4885.0, 4886.0, 4893.0, 4856.0, 4901.0, 4865.0, 4893.0, 4873.0, 4864.0, 4884.0, 4867.0, 4903.0, 4854.0, 4904.0, 4862.0, 4872.0, 4872.0, 4854.0, 4900.0, 4854.0, 4901.0, 4855.0, 4883.0, 4871.0, 4854.0, 4890.0, 4854.0, 4889.0, 4852.0, 4872.0, 4859.0, 4834.0, 4887.0, 4842.0, 4882.0, 4851.0, 4852.0, 4881.0, 4832.0, 4890.0, 4842.0, 4891.0, 4855.0, 4893.0, 4867.0, 4903.0, 4866.0, 4886.0, 4883.0, 4857.0, 4892.0, 4864.0, 4873.0, 4881.0, 4843.0, 4900.0, 4863.0, 4891.0, 4874.0, 4875.0, 4884.0, 4887.0, 4892.0, 4874.0, 4904.0, 4863.0, 4883.0, 4870.0, 4854.0, 4902.0, 4854.0, 4901.0, 4873.0, 4874.0, 4872.0, 4845.0, 4893.0, 4864.0, 4884.0, 4872.0, 4866.0, 4889.0, 4853.0, 4883.0, 4862.0, 4885.0, 4872.0, 4856.0, 4889.0, 4864.0, 4884.0, 4865.0, 4894.0, 4872.0, 4865.0, 4903.0, 4845.0, 4893.0, 4864.0, 4882.0, 4872.0, 4844.0, 4901.0, 4854.0, 4893.0, 4863.0, 4875.0, 4880.0, 4847.0, 4902.0, 4844.0, 4893.0, 4846.0, 4882.0, 4858.0, 4913.0, 4864.0, 4873.0, 4900.0, 4842.0, 4901.0, 4861.0, 4872.0, 4868.0, 4833.0, 4890.0, 4864.0, 4893.0, 4880.0, 4860.0, 4899.0, 4852.0, 4880.0, 4861.0, 4863.0, 4889.0, 4841.0, 4889.0, 4851.0, 4861.0, 4860.0, 4833.0, 4890.0, 4850.0, 4881.0, 4861.0, 4852.0, 4888.0, 4841.0, 4879.0, 4852.0, 4880.0, 4878.0, 4852.0, 4888.0, 4842.0, 4870.0, 4850.0, 4852.0, 4891.0, 4863.0, 4871.0, 4844.0, 4881.0, 4851.0, 4853.0, 4890.0, 4852.0, 4880.0, 4860.0, 4852.0, 4887.0, 4842.0, 4860.0, 4860.0, 4853.0, 4888.0, 4840.0, 4880.0, 4849.0, 4831.0, 4877.0, 4841.0, 4879.0, 4848.0, 4862.0, 4865.0, 4830.0, 4880.0, 4851.0, 4871.0, 4850.0, 4832.0, 4889.0, 4842.0, 4880.0, 4850.0, 4841.0, 4887.0, 4829.0, 4869.0, 4838.0, 4861.0, 4861.0, 4833.0, 4901.0, 4853.0, 4900.0, 4862.0, 4861.0, 4876.0, 4841.0, 4880.0, 4848.0, 4859.0, 4887.0, 4840.0, 4869.0, 4848.0, 4860.0, 4889.0, 4852.0, 4857.0, 4854.0, 4883.0, 4863.0, 4875.0, 4881.0, 4843.0, 4867.0, 4843.0, 4863.0, 4845.0, 4845.0, 4876.0, 4892.0, 4842.0, 4870.0, 4838.0, 4820.0, 4866.0, 4818.0, 4847.0, 4824.0, 4818.0, 4865.0, 4827.0, 4847.0, 4837.0, 4819.0, 4866.0, 4839.0, 4861.0, 4841.0, 4842.0, 4860.0, 4843.0, 4872.0, 4857.0, 4875.0, 4868.0, 4897.0, 4876.0, 4878.0, 4894.0, 4866.0, 4886.0, 4873.0, 4857.0, 4894.0, 4865.0, 4886.0, 4875.0, 4877.0, 4904.0, 4856.0, 4890.0, 4864.0, 4865.0, 4874.0, 4876.0, 4886.0, 4888.0, 4903.0, 4856.0, 4893.0, 4864.0, 4865.0, 4864.0, 4858.0, 4893.0, 4866.0, 4887.0, 4875.0, 4858.0, 4892.0, 4865.0, 4885.0, 4877.0, 4888.0, 4887.0, 4859.0, 4906.0, 4877.0, 4886.0, 4874.0, 4857.0, 4894.0, 4865.0, 4885.0, 4875.0, 4849.0, 4895.0, 4868.0, 4895.0, 4885.0, 4878.0, 4894.0, 4857.0, 4895.0, 4867.0, 4874.0, 4877.0, 4876.0, 4886.0, 4880.0, 4909.0, 4889.0, 4900.0, 4888.0, 4881.0, 4916.0, 4899.0, 4891.0, 4898.0, 4881.0, 4909.0, 4889.0, 4881.0, 4908.0, 4880.0, 4907.0, 4902.0, 4897.0, 4891.0, 4909.0, 4903.0, 4903.0, 4922.0, 4893.0, 4917.0, 4901.0, 4891.0, 4907.0, 4892.0, 4908.0, 4890.0, 4921.0, 4912.0, 4904.0, 4911.0, 4891.0, 4928.0, 4901.0, 4911.0, 4910.0, 4902.0, 4919.0, 4882.0, 4928.0, 4889.0, 4899.0, 4898.0, 4870.0, 4916.0, 4881.0, 4901.0, 4882.0, 4923.0, 4905.0, 4921.0, 4906.0, 4922.0, 4904.0, 4921.0, 4913.0, 4921.0, 4904.0, 4923.0, 4895.0, 4932.0, 4899.0, 4901.0, 4918.0, 4880.0, 4906.0, 4893.0, 4910.0, 4905.0, 4935.0, 4928.0, 4934.0, 4917.0, 4926.0, 4925.0, 4906.0, 4941.0, 4927.0, 4955.0, 4926.0, 4956.0, 4915.0, 4936.0, 4934.0, 4914.0, 4951.0, 4903.0, 4931.0, 4909.0, 4892.0, 4924.0, 4879.0, 4927.0, 4889.0, 4909.0, 4897.0, 4880.0, 4917.0, 4879.0, 4917.0, 4881.0, 4919.0, 4891.0, 4909.0, 4896.0, 4859.0, 4913.0, 4867.0, 4896.0, 4887.0, 4857.0, 4886.0, 4879.0, 4887.0, 4890.0, 4907.0, 4870.0, 4908.0, 4888.0, 4889.0, 4905.0, 4878.0, 4915.0, 4889.0, 4869.0, 4887.0, 4889.0, 4910.0, 4895.0, 4901.0], 'WindowWidth': [10609.0, 10573.0, 10599.0, 10512.0, 10509.0, 10561.0, 10506.0, 10520.0, 10494.0, 10506.0, 10503.0, 10498.0, 10485.0, 10507.0, 10538.0, 10500.0, 10539.0, 10493.0, 10494.0, 10485.0, 10479.0, 10516.0, 10513.0, 10523.0, 10491.0, 10490.0, 10497.0, 10478.0, 10508.0, 10489.0, 10505.0, 10506.0, 10504.0, 10532.0, 10477.0, 10514.0, 10463.0, 10456.0, 10496.0, 10472.0, 10513.0, 10464.0, 10481.0, 10493.0, 10436.0, 10475.0, 10459.0, 10484.0, 10491.0, 10438.0, 10515.0, 10450.0, 10476.0, 10463.0, 10463.0, 10508.0, 10457.0, 10504.0, 10448.0, 10467.0, 10484.0, 10464.0, 10491.0, 10455.0, 10492.0, 10463.0, 10459.0, 10490.0, 10456.0, 10505.0, 10473.0, 10495.0, 10496.0, 10520.0, 10481.0, 10506.0, 10509.0, 10459.0, 10524.0, 10476.0, 10515.0, 10492.0, 10481.0, 10479.0, 10459.0, 10534.0, 10504.0, 10536.0, 10474.0, 10500.0, 10510.0, 10458.0, 10504.0, 10467.0, 10483.0, 10479.0, 10443.0, 10502.0, 10451.0, 10479.0, 10470.0, 10437.0, 10499.0, 10450.0, 10503.0, 10468.0, 10466.0, 10455.0, 10475.0, 10506.0, 10476.0, 10499.0, 10474.0, 10437.0, 10498.0, 10449.0, 10464.0, 10485.0, 10441.0, 10526.0, 10474.0, 10492.0, 10479.0, 10489.0, 10490.0, 10513.0, 10516.0, 10488.0, 10517.0, 10470.0, 10465.0, 10530.0, 10464.0, 10496.0, 10473.0, 10475.0, 10494.0, 10460.0, 10507.0, 10476.0, 10521.0, 10481.0, 10517.0, 10506.0, 10527.0, 10521.0, 10475.0, 10525.0, 10491.0, 10502.0, 10502.0, 10473.0, 10523.0, 10493.0, 10534.0, 10497.0, 10524.0, 10507.0, 10525.0, 10523.0, 10543.0, 10521.0, 10467.0, 10495.0, 10476.0, 10462.0, 10508.0, 10459.0, 10518.0, 10482.0, 10505.0, 10498.0, 10495.0, 10491.0, 10449.0, 10499.0, 10460.0, 10506.0, 10454.0, 10486.0, 10463.0, 10414.0, 10475.0, 10425.0, 10489.0, 10433.0, 10434.0, 10470.0, 10452.0, 10438.0, 10510.0, 10498.0, 10535.0, 10490.0, 10439.0, 10500.0, 10444.0, 10463.0, 10509.0, 10449.0, 10508.0, 10457.0, 10466.0, 10448.0, 10426.0, 10485.0, 10432.0, 10463.0, 10478.0, 10443.0, 10473.0, 10424.0, 10441.0, 10440.0, 10437.0, 10482.0, 10437.0, 10485.0, 10445.0, 10445.0, 10503.0, 10457.0, 10521.0, 10466.0, 10435.0, 10423.0, 10361.0, 10420.0, 10394.0, 10442.0, 10429.0, 10454.0, 10419.0, 10468.0, 10448.0, 10438.0, 10439.0, 10435.0, 10469.0, 10410.0, 10429.0, 10384.0, 10414.0, 10381.0, 10441.0, 10438.0, 10473.0, 10399.0, 10416.0, 10397.0, 10491.0, 10416.0, 10408.0, 10390.0, 10393.0, 10380.0, 10380.0, 10406.0, 10397.0, 10415.0, 10431.0, 10395.0, 10379.0, 10325.0, 10300.0, 10328.0, 10325.0, 10346.0, 10319.0, 10411.0, 10386.0, 10330.0, 10411.0, 10356.0, 10374.0, 10325.0, 10369.0, 10308.0, 10372.0, 10328.0, 10365.0, 10314.0, 10337.0, 10311.0, 10325.0, 10392.0, 10324.0, 10370.0, 10282.0, 10316.0, 10278.0, 10328.0, 10373.0, 10298.0, 10346.0, 10271.0, 10311.0, 10359.0, 10299.0, 10388.0, 10287.0, 10326.0, 10294.0, 10315.0, 10375.0, 10299.0, 10378.0, 10288.0, 10340.0, 10363.0, 10306.0, 10379.0, 10294.0, 10352.0, 10305.0, 10321.0, 10313.0, 10322.0, 10380.0, 10307.0, 10382.0, 10292.0, 10335.0, 10368.0, 10308.0, 10379.0, 10305.0, 10375.0, 10318.0, 10323.0, 10382.0, 10309.0, 10381.0, 10321.0, 10340.0, 10383.0, 10309.0, 10400.0, 10308.0, 10375.0, 10324.0, 10340.0, 10385.0, 10328.0, 10403.0, 10319.0, 10373.0, 10341.0, 10356.0, 10387.0, 10332.0, 10442.0, 10350.0, 10388.0, 10325.0, 10345.0, 10405.0, 10336.0, 10423.0, 10352.0, 10398.0, 10331.0, 10388.0, 10411.0, 10350.0, 10422.0, 10336.0, 10397.0, 10341.0, 10370.0, 10421.0, 10333.0, 10370.0, 10347.0, 10377.0, 10405.0, 10334.0, 10408.0, 10330.0, 10368.0, 10341.0, 10361.0, 10408.0, 10354.0, 10396.0, 10347.0, 10376.0, 10384.0, 10348.0, 10424.0, 10339.0, 10375.0, 10349.0, 10394.0, 10408.0, 10379.0, 10432.0, 10391.0, 10423.0, 10386.0, 10392.0, 10369.0, 10396.0, 10413.0, 10398.0, 10449.0, 10404.0, 10454.0, 10390.0, 10432.0, 10412.0, 10424.0, 10420.0, 10426.0, 10474.0, 10394.0, 10470.0, 10406.0, 10415.0, 10402.0, 10420.0, 10450.0, 10375.0, 10463.0, 10403.0, 10417.0, 10401.0, 10408.0, 10453.0, 10381.0, 10445.0, 10413.0, 10443.0, 10423.0, 10402.0, 10462.0, 10414.0, 10463.0, 10432.0, 10441.0, 10415.0, 10458.0, 10462.0, 10427.0, 10488.0, 10395.0, 10447.0, 10407.0, 10438.0, 10454.0, 10398.0, 10475.0, 10407.0, 10460.0, 10394.0, 10422.0, 10459.0, 10399.0, 10456.0, 10410.0, 10434.0, 10393.0, 10434.0, 10445.0, 10424.0, 10456.0, 10395.0, 10447.0, 10406.0, 10431.0, 10406.0, 10424.0, 10459.0, 10399.0, 10462.0, 10430.0, 10469.0, 10427.0, 10429.0, 10465.0, 10402.0, 10475.0, 10400.0, 10448.0, 10412.0, 10437.0, 10411.0, 10440.0, 10460.0, 10411.0, 10488.0, 10399.0, 10446.0, 10397.0, 10457.0, 10406.0, 10432.0, 10447.0, 10410.0, 10457.0, 10395.0, 10461.0, 10411.0, 10451.0, 10407.0, 10427.0, 10470.0, 10400.0, 10473.0, 10400.0, 10461.0, 10400.0, 10446.0, 10408.0, 10447.0, 10415.0, 10450.0, 10427.0, 10455.0, 10459.0, 10422.0, 10488.0, 10428.0, 10472.0, 10406.0, 10447.0, 10410.0, 10421.0, 10430.0, 10415.0, 10472.0, 10399.0, 10470.0, 10409.0, 10446.0, 10428.0, 10437.0, 10427.0, 10455.0, 10446.0, 10451.0, 10474.0, 10400.0, 10456.0, 10392.0, 10460.0, 10417.0, 10439.0, 10458.0, 10409.0, 10454.0, 10391.0, 10445.0, 10393.0, 10433.0, 10410.0, 10426.0, 10443.0, 10410.0, 10472.0, 10397.0, 10459.0, 10409.0, 10448.0, 10405.0, 10423.0, 10457.0, 10410.0, 10469.0, 10393.0, 10428.0, 10393.0, 10445.0, 10431.0, 10435.0, 10444.0, 10410.0, 10456.0, 10397.0, 10431.0, 10394.0, 10448.0, 10412.0, 10444.0, 10460.0, 10401.0, 10434.0, 10448.0, 10577.0, 10567.0, 10610.0, 10578.0, 10617.0, 10624.0, 10665.0, 10631.0, 10671.0, 10653.0, 10628.0, 10660.0, 10629.0, 10694.0, 10629.0, 10643.0, 10661.0, 10594.0, 10654.0, 10589.0, 10650.0, 10596.0, 10633.0, 10635.0, 10642.0, 10640.0, 10661.0, 10591.0, 10617.0, 10618.0, 10563.0, 10614.0, 10575.0, 10577.0, 10595.0, 10519.0, 10607.0, 10557.0, 10570.0, 10564.0, 10528.0, 10590.0, 10513.0, 10579.0, 10554.0, 10542.0, 10583.0, 10513.0, 10587.0, 10540.0, 10533.0, 10578.0, 10535.0, 10597.0, 10529.0, 10547.0, 10560.0, 10556.0, 10588.0, 10556.0, 10594.0, 10568.0, 10585.0, 10594.0, 10576.0, 10622.0, 10565.0, 10588.0, 10591.0, 10605.0, 10600.0, 10568.0, 10636.0, 10582.0, 10644.0, 10601.0, 10621.0, 10603.0, 10600.0, 10625.0, 10591.0, 10650.0, 10622.0, 10627.0, 10608.0, 10598.0, 10607.0, 10611.0, 10623.0, 10617.0, 10650.0, 10554.0, 10632.0, 10588.0, 10542.0, 10461.0, 10446.0, 10433.0, 10435.0, 10430.0, 10433.0, 10445.0, 10437.0, 10406.0, 10457.0, 10414.0, 10462.0, 10409.0, 10451.0, 10459.0, 10411.0, 10473.0, 10410.0, 10464.0, 10407.0, 10411.0, 10469.0, 10381.0, 10453.0, 10390.0, 10444.0, 10406.0, 10434.0, 10487.0, 10399.0, 10448.0, 10416.0, 10439.0, 10377.0, 10480.0, 10587.0, 10573.0, 10641.0, 10581.0, 10652.0, 10607.0, 10647.0, 10615.0, 10657.0, 10659.0, 10655.0, 10633.0, 10658.0, 10630.0, 10690.0, 10640.0, 10660.0, 10633.0, 10635.0, 10637.0, 10643.0, 10651.0, 10626.0, 10674.0, 10620.0, 10657.0, 10629.0, 10636.0, 10669.0, 10607.0, 10680.0, 10629.0, 10642.0, 10608.0, 10622.0, 10661.0, 10611.0, 10669.0, 10617.0, 10651.0, 10628.0, 10653.0, 10633.0, 10622.0, 10662.0, 10605.0, 10643.0, 10616.0, 10634.0, 10652.0, 10605.0, 10654.0, 10630.0, 10644.0, 10626.0, 10604.0, 10663.0, 10619.0, 10640.0, 10609.0, 10614.0, 10625.0, 10608.0, 10652.0, 10604.0, 10652.0, 10608.0, 10628.0, 10625.0, 10587.0, 10649.0, 10603.0, 10652.0, 10623.0, 10626.0, 10630.0, 10659.0, 10617.0, 10643.0, 10632.0, 10632.0, 10639.0, 10634.0, 10638.0, 10604.0, 10662.0, 10602.0, 10665.0, 10614.0, 10625.0, 10626.0, 10632.0, 10634.0, 10588.0, 10645.0, 10598.0, 10633.0, 10607.0, 10597.0, 10621.0, 10606.0, 10649.0, 10583.0, 10649.0, 10590.0, 10604.0, 10601.0, 10582.0, 10641.0, 10585.0, 10643.0, 10584.0, 10619.0, 10600.0, 10583.0, 10627.0, 10583.0, 10624.0, 10575.0, 10602.0, 10581.0, 10553.0, 10619.0, 10561.0, 10614.0, 10571.0, 10575.0, 10613.0, 10550.0, 10623.0, 10564.0, 10627.0, 10585.0, 10635.0, 10605.0, 10648.0, 10601.0, 10629.0, 10619.0, 10591.0, 10631.0, 10593.0, 10607.0, 10615.0, 10566.0, 10640.0, 10594.0, 10628.0, 10609.0, 10613.0, 10626.0, 10633.0, 10634.0, 10611.0, 10650.0, 10594.0, 10620.0, 10599.0, 10583.0, 10646.0, 10584.0, 10644.0, 10606.0, 10609.0, 10604.0, 10572.0, 10635.0, 10599.0, 10625.0, 10603.0, 10600.0, 10624.0, 10580.0, 10619.0, 10595.0, 10624.0, 10603.0, 10587.0, 10626.0, 10596.0, 10624.0, 10600.0, 10638.0, 10605.0, 10598.0, 10646.0, 10570.0, 10635.0, 10595.0, 10616.0, 10601.0, 10568.0, 10641.0, 10583.0, 10635.0, 10594.0, 10613.0, 10613.0, 10575.0, 10645.0, 10569.0, 10634.0, 10575.0, 10621.0, 10596.0, 10666.0, 10595.0, 10605.0, 10640.0, 10564.0, 10640.0, 10584.0, 10602.0, 10594.0, 10551.0, 10626.0, 10595.0, 10633.0, 10612.0, 10585.0, 10638.0, 10576.0, 10611.0, 10586.0, 10593.0, 10621.0, 10559.0, 10623.0, 10572.0, 10587.0, 10583.0, 10551.0, 10625.0, 10572.0, 10614.0, 10585.0, 10576.0, 10620.0, 10559.0, 10610.0, 10575.0, 10611.0, 10604.0, 10574.0, 10619.0, 10561.0, 10598.0, 10568.0, 10575.0, 10627.0, 10593.0, 10601.0, 10571.0, 10618.0, 10574.0, 10579.0, 10625.0, 10577.0, 10613.0, 10582.0, 10575.0, 10618.0, 10561.0, 10585.0, 10582.0, 10578.0, 10621.0, 10555.0, 10610.0, 10564.0, 10544.0, 10602.0, 10560.0, 10607.0, 10562.0, 10586.0, 10584.0, 10541.0, 10611.0, 10575.0, 10600.0, 10568.0, 10548.0, 10623.0, 10562.0, 10613.0, 10568.0, 10558.0, 10614.0, 10538.0, 10593.0, 10550.0, 10587.0, 10584.0, 10553.0, 10642.0, 10582.0, 10641.0, 10588.0, 10586.0, 10601.0, 10559.0, 10611.0, 10566.0, 10580.0, 10616.0, 10558.0, 10593.0, 10563.0, 10582.0, 10621.0, 10578.0, 10579.0, 10586.0, 10624.0, 10594.0, 10614.0, 10616.0, 10562.0, 10590.0, 10566.0, 10592.0, 10572.0, 10570.0, 10614.0, 10630.0, 10559.0, 10594.0, 10544.0, 10522.0, 10579.0, 10516.0, 10556.0, 10522.0, 10517.0, 10577.0, 10529.0, 10558.0, 10541.0, 10522.0, 10583.0, 10551.0, 10584.0, 10556.0, 10561.0, 10580.0, 10563.0, 10602.0, 10591.0, 10612.0, 10609.0, 10646.0, 10614.0, 10619.0, 10636.0, 10600.0, 10626.0, 10604.0, 10589.0, 10635.0, 10600.0, 10628.0, 10612.0, 10617.0, 10650.0, 10587.0, 10627.0, 10595.0, 10596.0, 10612.0, 10615.0, 10629.0, 10635.0, 10648.0, 10586.0, 10635.0, 10594.0, 10597.0, 10595.0, 10594.0, 10636.0, 10599.0, 10630.0, 10611.0, 10592.0, 10635.0, 10600.0, 10626.0, 10619.0, 10636.0, 10632.0, 10598.0, 10655.0, 10617.0, 10628.0, 10609.0, 10591.0, 10637.0, 10598.0, 10626.0, 10610.0, 10581.0, 10639.0, 10606.0, 10641.0, 10627.0, 10621.0, 10637.0, 10592.0, 10639.0, 10604.0, 10610.0, 10618.0, 10617.0, 10629.0, 10631.0, 10668.0, 10642.0, 10658.0, 10639.0, 10634.0, 10675.0, 10653.0, 10644.0, 10649.0, 10629.0, 10665.0, 10639.0, 10631.0, 10663.0, 10630.0, 10663.0, 10660.0, 10651.0, 10649.0, 10670.0, 10668.0, 10668.0, 10691.0, 10653.0, 10679.0, 10659.0, 10647.0, 10666.0, 10649.0, 10667.0, 10646.0, 10687.0, 10676.0, 10668.0, 10675.0, 10651.0, 10694.0, 10663.0, 10675.0, 10671.0, 10663.0, 10682.0, 10635.0, 10692.0, 10641.0, 10655.0, 10649.0, 10615.0, 10672.0, 10633.0, 10659.0, 10637.0, 10693.0, 10672.0, 10688.0, 10675.0, 10691.0, 10672.0, 10691.0, 10683.0, 10690.0, 10670.0, 10694.0, 10660.0, 10707.0, 10656.0, 10659.0, 10676.0, 10626.0, 10661.0, 10652.0, 10675.0, 10675.0, 10720.0, 10714.0, 10715.0, 10693.0, 10704.0, 10699.0, 10679.0, 10721.0, 10708.0, 10746.0, 10706.0, 10748.0, 10690.0, 10720.0, 10712.0, 10687.0, 10734.0, 10666.0, 10705.0, 10669.0, 10650.0, 10683.0, 10627.0, 10688.0, 10640.0, 10669.0, 10649.0, 10629.0, 10676.0, 10627.0, 10676.0, 10634.0, 10680.0, 10648.0, 10668.0, 10643.0, 10598.0, 10664.0, 10604.0, 10644.0, 10632.0, 10594.0, 10632.0, 10627.0, 10635.0, 10644.0, 10662.0, 10614.0, 10664.0, 10635.0, 10639.0, 10658.0, 10625.0, 10672.0, 10639.0, 10614.0, 10637.0, 10644.0, 10671.0, 10656.0, 10661.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.0049139810426540274</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04983588672985782</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.68435696090113</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.159614454608696</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.978954028086957</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4835</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4801.4634</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12303876209320329</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>129</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.189573459715639</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.53225733283629</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.499300304048401</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7278976622345787</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.369574032225891</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.065571</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011475242674350739</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026147762313485146</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1266</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9711869881411808</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>32.0823</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.5839</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.4024</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296175.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>867.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.1229</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7506</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>657.6383</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3998.5189</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4199.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80369.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1412.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5229.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1057.3599</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.962172695901245</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> |