=== 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-0104 --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-0104",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
138 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
138 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0104_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-0104_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-0104_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-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_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-0104/figures/sub-0104_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104/ses-04/func/sub-0104_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>a3088970e3ffa0316c264110afcc9ed0</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:23:23.677500</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.999381, 0.0222173, 0.0272819, -0.0244244, 0.996215, 0.083427]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.112884</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>[4204, -7776, -7196, 365, -190, -103, -27, 90]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>266.607</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2a429d41-36a7-4081-82be-fbf1ae9baa37||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.6812658309936523, -0.06552881002426147, 0.06837765872478485, 112.40001678466797], [-0.05960742011666298, 2.6727707386016846, 0.2269124984741211, -107.0169677734375], [0.07319522649049759, -0.2238284796476364, 2.6895790100097656, -50.821685791015625], [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': ['122323.677500', '122324.137500', '122324.597500', '122325.057500', '122325.517500', '122325.977500', '122326.437500', '122326.897500', '122327.357500', '122327.817500', '122328.277500', '122328.737500', '122329.197500', '122329.657500', '122330.117500', '122330.577500', '122331.037500', '122331.497500', '122331.957500', '122332.417500', '122332.877500', '122333.337500', '122333.797500', '122334.257500', '122334.717500', '122335.177500', '122335.637500', '122336.097500', '122336.557500', '122337.017500', '122337.477500', '122337.937500', '122338.397500', '122338.857500', '122339.317500', '122339.777500', '122340.237500', '122340.697500', '122341.157500', '122341.617500', '122342.077500', '122342.537500', '122342.997500', '122343.457500', '122343.917500', '122344.377500', '122344.837500', '122345.297500', '122345.757500', '122346.217500', '122346.677500', '122347.137500', '122347.597500', '122348.057500', '122348.517500', '122348.977500', '122349.437500', '122349.897500', '122350.357500', '122350.817500', '122351.277500', '122351.737500', '122352.197500', '122352.657500', '122353.117500', '122353.577500', '122354.037500', '122354.497500', '122354.957500', '122355.417500', '122355.877500', '122356.337500', '122356.797500', '122357.257500', '122357.717500', '122358.177500', '122358.637500', '122359.097500', '122359.557500', '122400.017500', '122400.477500', '122400.937500', '122401.397500', '122401.857500', '122402.317500', '122402.777500', '122403.237500', '122403.697500', '122404.157500', '122404.617500', '122405.077500', '122405.537500', '122405.997500', '122406.457500', '122406.917500', '122407.377500', '122407.837500', '122408.297500', '122408.757500', '122409.217500', '122409.677500', '122410.137500', '122410.597500', '122411.057500', '122411.517500', '122411.977500', '122412.437500', '122412.897500', '122413.357500', '122413.817500', '122414.277500', '122414.737500', '122415.197500', '122415.657500', '122416.117500', '122416.577500', '122417.037500', '122417.497500', '122417.957500', '122418.417500', '122418.877500', '122419.337500', '122419.797500', '122420.257500', '122420.717500', '122421.177500', '122421.637500', '122422.097500', '122422.557500', '122423.017500', '122423.477500', '122423.937500', '122424.397500', '122424.857500', '122425.317500', '122425.777500', '122426.237500', '122426.697500', '122427.157500', '122427.617500', '122428.077500', '122428.537500', '122428.997500', '122429.457500', '122429.917500', '122430.377500', '122430.837500', '122431.297500', '122431.757500', '122432.217500', '122432.677500', '122433.137500', '122433.597500', '122434.057500', '122434.517500', '122434.977500', '122435.437500', '122435.897500', '122436.357500', '122436.817500', '122437.277500', '122437.737500', '122438.197500', '122438.657500', '122439.117500', '122439.577500', '122440.037500', '122440.497500', '122440.957500', '122441.417500', '122441.877500', '122442.337500', '122442.797500', '122443.257500', '122443.717500', '122444.177500', '122444.637500', '122445.097500', '122445.557500', '122446.017500', '122446.477500', '122446.937500', '122447.397500', '122447.857500', '122448.317500', '122448.777500', '122449.237500', '122449.697500', '122450.157500', '122450.617500', '122451.077500', '122451.537500', '122451.997500', '122452.457500', '122452.917500', '122453.377500', '122453.837500', '122454.297500', '122454.757500', '122455.217500', '122455.677500', '122456.137500', '122456.597500', '122457.057500', '122457.517500', '122457.977500', '122458.437500', '122458.897500', '122459.357500', '122459.817500', '122500.277500', '122500.737500', '122501.197500', '122501.657500', '122502.117500', '122502.577500', '122503.037500', '122503.497500', '122503.957500', '122504.417500', '122504.877500', '122505.337500', '122505.797500', '122506.257500', '122506.717500', '122507.177500', '122507.637500', '122508.097500', '122508.557500', '122509.017500', '122509.477500', '122509.937500', '122510.397500', '122510.857500', '122511.317500', '122511.777500', '122512.237500', '122512.697500', '122513.157500', '122513.617500', '122514.077500', '122514.537500', '122514.997500', '122515.457500', '122515.917500', '122516.377500', '122516.837500', '122517.297500', '122517.757500', '122518.217500', '122518.677500', '122519.137500', '122519.597500', '122520.057500', '122520.517500', '122520.977500', '122521.437500', '122521.897500', '122522.357500', '122522.817500', '122523.277500', '122523.737500', '122524.197500', '122524.657500', '122525.117500', '122525.577500', '122526.037500', '122526.497500', '122526.957500', '122527.417500', '122527.877500', '122528.337500', '122528.797500', '122529.257500', '122529.717500', '122530.177500', '122530.637500', '122531.097500', '122531.557500', '122532.017500', '122532.477500', '122532.937500', '122533.397500', '122533.857500', '122534.317500', '122534.777500', '122535.237500', '122535.697500', '122536.157500', '122536.617500', '122537.077500', '122537.537500', '122537.997500', '122538.457500', '122538.917500', '122539.377500', '122539.837500', '122540.297500', '122540.757500', '122541.217500', '122541.677500', '122542.137500', '122542.597500', '122543.057500', '122543.517500', '122543.977500', '122544.437500', '122544.897500', '122545.357500', '122545.817500', '122546.277500', '122546.737500', '122547.197500', '122547.657500', '122548.117500', '122548.577500', '122549.037500', '122549.497500', '122549.957500', '122550.417500', '122550.877500', '122551.337500', '122551.797500', '122552.257500', '122552.717500', '122553.177500', '122553.637500', '122554.097500', '122554.557500', '122555.017500', '122555.477500', '122555.937500', '122556.397500', '122556.857500', '122557.317500', '122557.777500', '122558.237500', '122558.697500', '122559.157500', '122559.617500', '122600.077500', '122600.537500', '122600.997500', '122601.457500', '122601.917500', '122602.377500', '122602.837500', '122603.297500', '122603.757500', '122604.217500', '122604.677500', '122605.137500', '122605.597500', '122606.057500', '122606.517500', '122606.977500', '122607.437500', '122607.897500', '122608.357500', '122608.817500', '122609.277500', '122609.737500', '122610.197500', '122610.657500', '122611.117500', '122611.577500', '122612.037500', '122612.497500', '122612.957500', '122613.417500', '122613.877500', '122614.337500', '122614.797500', '122615.257500', '122615.717500', '122616.177500', '122616.637500', '122617.097500', '122617.557500', '122618.017500', '122618.477500', '122618.937500', '122619.397500', '122619.857500', '122620.317500', '122620.777500', '122621.237500', '122621.697500', '122622.157500', '122622.617500', '122623.077500', '122623.537500', '122623.997500', '122624.457500', '122624.917500', '122625.377500', '122625.837500', '122626.297500', '122626.757500', '122627.217500', '122627.677500', '122628.137500', '122628.597500', '122629.057500', '122629.517500', '122629.977500', '122630.437500', '122630.897500', '122631.357500', '122631.817500', '122632.277500', '122632.737500', '122633.197500', '122633.657500', '122634.117500', '122634.577500', '122635.037500', '122635.497500', '122635.957500', '122636.417500', '122636.877500', '122637.337500', '122637.797500', '122638.257500', '122638.717500', '122639.177500', '122639.637500', '122640.097500', '122640.557500', '122641.017500', '122641.477500', '122641.937500', '122642.397500', '122642.857500', '122643.317500', '122643.777500', '122644.237500', '122644.697500', '122645.157500', '122645.617500', '122646.077500', '122646.537500', '122646.997500', '122647.457500', '122647.917500', '122648.377500', '122648.837500', '122649.297500', '122649.757500', '122650.217500', '122650.677500', '122651.137500', '122651.597500', '122652.057500', '122652.517500', '122652.977500', '122653.437500', '122653.897500', '122654.357500', '122654.817500', '122655.277500', '122655.737500', '122656.197500', '122656.657500', '122657.117500', '122657.577500', '122658.037500', '122658.497500', '122658.957500', '122659.417500', '122659.877500', '122700.337500', '122700.797500', '122701.257500', '122701.717500', '122702.177500', '122702.637500', '122703.097500', '122703.557500', '122704.017500', '122704.477500', '122704.937500', '122705.397500', '122705.857500', '122706.317500', '122706.777500', '122707.237500', '122707.697500', '122708.157500', '122708.617500', '122709.077500', '122709.537500', '122709.997500', '122710.457500', '122710.917500', '122711.377500', '122711.837500', '122712.297500', '122712.757500', '122713.217500', '122713.677500', '122714.137500', '122714.597500', '122715.057500', '122715.517500', '122715.977500', '122716.437500', '122716.897500', '122717.357500', '122717.817500', '122718.277500', '122718.737500', '122719.197500', '122719.657500', '122720.117500', '122720.577500', '122721.037500', '122721.497500', '122721.957500', '122722.417500', '122722.877500', '122723.337500', '122723.797500', '122724.257500', '122724.717500', '122725.177500', '122725.637500', '122726.097500', '122726.557500', '122727.017500', '122727.477500', '122727.937500', '122728.397500', '122728.857500', '122729.317500', '122729.777500', '122730.237500', '122730.697500', '122731.157500', '122731.617500', '122732.077500', '122732.537500', '122732.997500', '122733.457500', '122733.917500', '122734.377500', '122734.837500', '122735.297500', '122735.757500', '122736.217500', '122736.677500', '122737.137500', '122737.597500', '122738.057500', '122738.517500', '122738.977500', '122739.437500', '122739.897500', '122740.357500', '122740.817500', '122741.277500', '122741.737500', '122742.197500', '122742.657500', '122743.117500', '122743.577500', '122744.037500', '122744.497500', '122744.957500', '122745.417500', '122745.877500', '122746.337500', '122746.797500', '122747.257500', '122747.717500', '122748.177500', '122748.637500', '122749.097500', '122749.557500', '122750.017500', '122750.477500', '122750.937500', '122751.397500', '122751.857500', '122752.317500', '122752.777500', '122753.237500', '122753.697500', '122754.157500', '122754.617500', '122755.077500', '122755.537500', '122755.997500', '122756.457500', '122756.917500', '122757.377500', '122757.837500', '122758.297500', '122758.757500', '122759.217500', '122759.677500', '122800.137500', '122800.597500', '122801.057500', '122801.517500', '122801.977500', '122802.437500', '122802.897500', '122803.357500', '122803.817500', '122804.277500', '122804.737500', '122805.197500', '122805.657500', '122806.117500', '122806.577500', '122807.037500', '122807.497500', '122807.957500', '122808.417500', '122808.877500', '122809.337500', '122809.797500', '122810.257500', '122810.717500', '122811.177500', '122811.637500', '122812.097500', '122812.557500', '122813.017500', '122813.477500', '122813.937500', '122814.397500', '122814.857500', '122815.317500', '122815.777500', '122816.237500', '122816.697500', '122817.157500', '122817.617500', '122818.077500', '122818.537500', '122818.997500', '122819.457500', '122819.917500', '122820.377500', '122820.837500', '122821.297500', '122821.757500', '122822.217500', '122822.677500', '122823.137500', '122823.597500', '122824.057500', '122824.517500', '122824.977500', '122825.437500', '122825.897500', '122826.357500', '122826.817500', '122827.277500', '122827.737500', '122828.197500', '122828.657500', '122829.117500', '122829.577500', '122830.037500', '122830.497500', '122830.957500', '122831.417500', '122831.877500', '122832.337500', '122832.797500', '122833.257500', '122833.717500', '122834.177500', '122834.637500', '122835.097500', '122835.557500', '122836.017500', '122836.477500', '122836.937500', '122837.397500', '122837.857500', '122838.317500', '122838.777500', '122839.237500', '122839.697500', '122840.157500', '122840.617500', '122841.077500', '122841.537500', '122841.997500', '122842.457500', '122842.917500', '122843.377500', '122843.837500', '122844.297500', '122844.757500', '122845.217500', '122845.677500', '122846.137500', '122846.597500', '122847.057500', '122847.517500', '122847.977500', '122848.437500', '122848.897500', '122849.357500', '122849.817500', '122850.277500', '122850.737500', '122851.197500', '122851.657500', '122852.117500', '122852.577500', '122853.037500', '122853.497500', '122853.957500', '122854.417500', '122854.877500', '122855.337500', '122855.797500', '122856.257500', '122856.717500', '122857.177500', '122857.637500', '122858.097500', '122858.557500', '122859.017500', '122859.477500', '122859.937500', '122900.397500', '122900.857500', '122901.317500', '122901.777500', '122902.237500', '122902.697500', '122903.157500', '122903.617500', '122904.077500', '122904.537500', '122904.997500', '122905.457500', '122905.917500', '122906.377500', '122906.837500', '122907.297500', '122907.757500', '122908.217500', '122908.677500', '122909.137500', '122909.597500', '122910.057500', '122910.517500', '122910.977500', '122911.437500', '122911.897500', '122912.357500', '122912.817500', '122913.277500', '122913.737500', '122914.197500', '122914.657500', '122915.117500', '122915.577500', '122916.037500', '122916.497500', '122916.957500', '122917.417500', '122917.877500', '122918.337500', '122918.797500', '122919.257500', '122919.717500', '122920.177500', '122920.637500', '122921.097500', '122921.557500', '122922.017500', '122922.477500', '122922.937500', '122923.397500', '122923.857500', '122924.317500', '122924.777500', '122925.237500', '122925.697500', '122926.157500', '122926.617500', '122927.077500', '122927.537500', '122927.997500', '122928.457500', '122928.917500', '122929.377500', '122929.837500', '122930.297500', '122930.757500', '122931.217500', '122931.677500', '122932.137500', '122932.597500', '122933.057500', '122933.517500', '122933.977500', '122934.437500', '122934.897500', '122935.357500', '122935.817500', '122936.277500', '122936.737500', '122937.197500', '122937.657500', '122938.117500', '122938.577500', '122939.037500', '122939.497500', '122939.957500', '122940.417500', '122940.877500', '122941.337500', '122941.797500', '122942.257500', '122942.717500', '122943.177500', '122943.637500', '122944.097500', '122944.557500', '122945.017500', '122945.477500', '122945.937500', '122946.397500', '122946.857500', '122947.317500', '122947.777500', '122948.237500', '122948.697500', '122949.157500', '122949.617500', '122950.077500', '122950.537500', '122950.997500', '122951.457500', '122951.917500', '122952.377500', '122952.837500', '122953.297500', '122953.757500', '122954.217500', '122954.677500', '122955.137500', '122955.597500', '122956.057500', '122956.517500', '122956.977500', '122957.437500', '122957.897500', '122958.357500', '122958.817500', '122959.277500', '122959.737500', '123000.197500', '123000.657500', '123001.117500', '123001.577500', '123002.037500', '123002.497500', '123002.957500', '123003.417500', '123003.877500', '123004.337500', '123004.797500', '123005.257500', '123005.717500', '123006.177500', '123006.637500', '123007.097500', '123007.557500', '123008.017500', '123008.477500', '123008.937500', '123009.397500', '123009.857500', '123010.317500', '123010.777500', '123011.237500', '123011.697500', '123012.157500', '123012.617500', '123013.077500', '123013.537500', '123013.997500', '123014.457500', '123014.917500', '123015.377500', '123015.837500', '123016.297500', '123016.757500', '123017.217500', '123017.677500', '123018.137500', '123018.597500', '123019.057500', '123019.517500', '123019.977500', '123020.437500', '123020.897500', '123021.357500', '123021.817500', '123022.277500', '123022.737500', '123023.197500', '123023.657500', '123024.117500', '123024.577500', '123025.037500', '123025.497500', '123025.957500', '123026.417500', '123026.877500', '123027.337500', '123027.797500', '123028.257500', '123028.717500', '123029.177500', '123029.637500', '123030.097500', '123030.557500', '123031.017500', '123031.477500', '123031.937500', '123032.397500', '123032.857500', '123033.317500', '123033.777500', '123034.237500', '123034.697500', '123035.157500', '123035.617500', '123036.077500', '123036.537500', '123036.997500', '123037.457500', '123037.917500', '123038.377500', '123038.837500', '123039.297500', '123039.757500', '123040.217500', '123040.677500', '123041.137500', '123041.597500', '123042.057500', '123042.517500', '123042.977500', '123043.437500', '123043.897500', '123044.357500', '123044.817500', '123045.277500', '123045.737500', '123046.197500', '123046.657500', '123047.117500', '123047.577500', '123048.037500', '123048.497500', '123048.957500', '123049.417500', '123049.877500', '123050.337500', '123050.797500', '123051.257500', '123051.717500', '123052.177500', '123052.637500', '123053.097500', '123053.557500', '123054.017500', '123054.477500', '123054.937500', '123055.397500', '123055.857500', '123056.317500', '123056.777500', '123057.237500', '123057.697500', '123058.157500', '123058.617500', '123059.077500', '123059.537500', '123059.997500', '123100.457500', '123100.917500', '123101.377500', '123101.837500', '123102.297500', '123102.757500', '123103.217500', '123103.677500', '123104.137500', '123104.597500', '123105.057500', '123105.517500', '123105.977500', '123106.437500', '123106.897500', '123107.357500', '123107.817500', '123108.277500', '123108.737500', '123109.197500', '123109.657500', '123110.117500', '123110.577500', '123111.037500', '123111.497500', '123111.957500', '123112.417500', '123112.877500', '123113.337500', '123113.797500', '123114.257500', '123114.717500', '123115.177500', '123115.637500', '123116.097500', '123116.557500', '123117.017500', '123117.477500', '123117.937500', '123118.397500', '123118.857500', '123119.317500', '123119.777500', '123120.237500', '123120.697500', '123121.157500', '123121.617500', '123122.077500', '123122.537500', '123122.997500', '123123.457500', '123123.917500', '123124.377500', '123124.837500', '123125.297500', '123125.757500', '123126.217500', '123126.677500', '123127.137500', '123127.597500', '123128.057500', '123128.517500', '123128.977500', '123129.437500', '123129.897500', '123130.357500', '123130.817500', '123131.277500', '123131.737500', '123132.197500', '123132.657500', '123133.117500', '123133.577500', '123134.037500', '123134.497500', '123134.957500', '123135.417500', '123135.877500', '123136.337500', '123136.797500', '123137.257500', '123137.717500', '123138.177500', '123138.637500', '123139.097500', '123139.557500', '123140.017500', '123140.477500', '123140.937500', '123141.397500', '123141.857500', '123142.317500', '123142.777500', '123143.237500', '123143.697500', '123144.157500', '123144.617500', '123145.077500', '123145.537500', '123145.997500', '123146.457500', '123146.917500', '123147.377500', '123147.837500', '123148.297500', '123148.757500', '123149.217500', '123149.677500', '123150.137500', '123150.597500', '123151.057500', '123151.517500', '123151.977500', '123152.437500', '123152.897500', '123153.357500', '123153.817500', '123154.277500', '123154.737500', '123155.197500', '123155.657500', '123156.117500', '123156.577500', '123157.037500', '123157.497500', '123157.957500', '123158.417500', '123158.877500', '123159.337500', '123159.797500', '123200.257500', '123200.717500', '123201.177500', '123201.637500', '123202.097500', '123202.557500', '123203.017500', '123203.477500', '123203.937500', '123204.397500', '123204.857500', '123205.317500', '123205.777500', '123206.237500', '123206.697500', '123207.157500', '123207.617500', '123208.077500', '123208.537500', '123208.997500', '123209.457500', '123209.917500', '123210.377500', '123210.837500', '123211.297500', '123211.757500', '123212.217500', '123212.677500', '123213.137500', '123213.597500', '123214.057500', '123214.517500', '123214.977500', '123215.437500', '123215.897500', '123216.357500', '123216.817500', '123217.277500', '123217.737500', '123218.197500', '123218.657500', '123219.117500', '123219.577500', '123220.037500', '123220.497500', '123220.957500', '123221.417500', '123221.877500', '123222.337500', '123222.797500', '123223.257500', '123223.717500', '123224.177500', '123224.637500', '123225.097500', '123225.557500', '123226.017500', '123226.477500', '123226.937500', '123227.397500', '123227.857500', '123228.317500', '123228.777500', '123229.237500', '123229.697500', '123230.157500', '123230.617500', '123231.077500', '123231.537500', '123231.997500', '123232.457500', '123232.917500', '123233.377500', '123233.837500', '123234.297500', '123234.757500', '123235.217500', '123235.677500', '123236.137500', '123236.597500', '123237.057500', '123237.517500', '123237.977500', '123238.437500', '123238.897500', '123239.357500', '123239.817500', '123240.277500', '123240.737500', '123241.197500', '123241.657500', '123242.117500', '123242.577500', '123243.037500', '123243.497500', '123243.957500', '123244.417500', '123244.877500', '123245.337500', '123245.797500', '123246.257500', '123246.717500', '123247.177500', '123247.637500', '123248.097500', '123248.557500', '123249.017500', '123249.477500', '123249.937500', '123250.397500', '123250.857500', '123251.317500', '123251.777500', '123252.237500', '123252.697500', '123253.157500', '123253.617500', '123254.077500', '123254.537500', '123254.997500', '123255.457500', '123255.917500', '123256.377500', '123256.837500', '123257.297500', '123257.757500', '123258.217500', '123258.677500', '123259.137500', '123259.597500', '123300.057500', '123300.517500', '123300.977500', '123301.437500', '123301.897500', '123302.357500', '123302.817500', '123303.277500', '123303.737500', '123304.197500', '123304.657500', '123305.117500', '123305.577500', '123306.037500', '123306.497500'], 'ContentTime': ['122334.005000', '122334.008000', '122334.011000', '122334.013000', '122334.016000', '122334.018000', '122334.021000', '122334.024000', '122334.032000', '122334.035000', '122334.037000', '122334.040000', '122334.043000', '122334.045000', '122334.048000', '122334.053000', '122334.056000', '122334.058000', '122334.061000', '122334.063000', '122353.967000', '122353.970000', '122353.972000', '122353.975000', '122353.977000', '122353.980000', '122353.983000', '122353.992000', '122353.995000', '122353.997000', '122354.001000', '122354.004000', '122354.006000', '122354.009000', '122354.011000', '122354.014000', '122354.023000', '122354.026000', '122354.029000', '122354.031000', '122354.034000', '122354.036000', '122354.039000', '122354.042000', '122354.044000', '122354.047000', '122354.049000', '122354.052000', '122354.054000', '122354.057000', '122354.059000', '122354.062000', '122354.064000', '122354.067000', '122354.070000', '122354.072000', '122354.075000', '122354.077000', '122354.080000', '122354.083000', '122354.085000', '122354.088000', '122354.090000', '122413.967000', '122413.969000', '122413.972000', '122413.975000', '122413.977000', '122413.980000', '122413.982000', '122413.985000', '122413.988000', '122413.990000', '122413.993000', '122413.995000', '122413.998000', '122414.001000', '122414.004000', '122414.007000', '122414.009000', '122414.012000', '122414.014000', '122414.017000', '122414.020000', '122414.022000', '122414.025000', '122414.027000', '122414.030000', '122414.032000', '122414.035000', '122414.038000', '122414.040000', '122414.043000', '122414.045000', '122414.048000', '122414.050000', '122414.053000', '122414.056000', '122414.058000', '122414.061000', '122414.070000', '122414.073000', '122414.075000', '122414.078000', '122414.080000', '122414.083000', '122414.086000', '122433.966000', '122433.969000', '122433.972000', '122433.974000', '122433.977000', '122433.980000', '122433.982000', '122433.985000', '122433.988000', '122433.990000', '122433.993000', '122433.995000', '122433.998000', '122434.002000', '122434.004000', '122434.015000', '122434.017000', '122434.020000', '122434.023000', '122434.025000', '122434.028000', '122434.030000', '122434.033000', '122434.036000', '122434.038000', '122434.041000', '122434.043000', '122434.046000', '122434.048000', '122434.051000', '122434.054000', '122434.056000', '122434.059000', '122434.061000', '122434.064000', '122434.067000', '122434.069000', '122434.072000', '122434.074000', '122434.077000', '122434.079000', '122434.082000', '122434.085000', '122453.968000', '122453.970000', '122453.973000', '122453.976000', '122453.978000', '122453.981000', '122453.984000', '122453.986000', '122453.989000', '122453.991000', '122453.994000', '122453.996000', '122453.999000', '122454.002000', '122454.004000', '122454.007000', '122454.010000', '122454.012000', '122454.015000', '122454.018000', '122454.020000', '122454.023000', '122454.031000', '122454.034000', '122454.036000', '122454.040000', '122454.043000', '122454.046000', '122454.049000', '122454.052000', '122454.054000', '122454.057000', '122454.060000', '122454.062000', '122454.065000', '122454.067000', '122454.070000', '122454.073000', '122454.075000', '122454.078000', '122454.080000', '122454.083000', '122454.085000', '122513.968000', '122513.971000', '122513.974000', '122513.998000', '122514.025000', '122514.028000', '122514.030000', '122514.033000', '122514.035000', '122514.038000', '122514.041000', '122514.043000', '122514.046000', '122514.049000', '122514.051000', '122514.054000', '122514.056000', '122514.059000', '122514.062000', '122514.064000', '122514.067000', '122514.069000', '122514.072000', '122514.074000', '122514.077000', '122514.080000', '122514.082000', '122514.085000', '122514.093000', '122514.096000', '122514.098000', '122514.101000', '122514.103000', '122514.106000', '122514.109000', '122514.111000', '122514.114000', '122514.116000', '122514.119000', '122514.122000', '122514.124000', '122514.127000', '122514.130000', '122514.132000', '122533.966000', '122533.969000', '122533.972000', '122533.975000', '122533.977000', '122533.980000', '122533.983000', '122533.985000', '122533.988000', '122533.990000', '122533.993000', '122533.996000', '122533.998000', '122534.002000', '122534.004000', '122534.007000', '122534.009000', '122534.012000', '122534.015000', '122534.017000', '122534.020000', '122534.023000', '122534.025000', '122534.028000', '122534.030000', '122534.033000', '122534.035000', '122534.038000', '122534.041000', '122534.043000', '122534.049000', '122534.052000', '122534.054000', '122534.057000', '122534.060000', '122534.062000', '122534.065000', '122534.067000', '122534.070000', '122534.072000', '122534.075000', '122534.077000', '122534.080000', '122534.083000', '122553.967000', '122553.970000', '122553.972000', '122553.975000', '122553.977000', '122553.980000', '122553.983000', '122553.985000', '122553.988000', '122553.990000', '122553.993000', '122553.995000', '122553.998000', '122554.002000', '122554.004000', '122554.007000', '122554.010000', '122554.012000', '122554.015000', '122554.018000', '122554.020000', '122554.023000', '122554.025000', '122554.028000', '122554.030000', '122554.033000', '122554.036000', '122554.038000', '122554.041000', '122554.044000', '122554.046000', '122554.049000', '122554.051000', '122554.054000', '122554.057000', '122554.059000', '122554.062000', '122554.064000', '122554.067000', '122554.070000', '122554.072000', '122554.075000', '122554.077000', '122613.966000', '122613.969000', '122613.980000', '122613.983000', '122613.985000', '122613.988000', '122613.992000', '122613.995000', '122613.997000', '122614.001000', '122614.003000', '122614.006000', '122614.008000', '122614.011000', '122614.014000', '122614.016000', '122614.019000', '122614.021000', '122614.024000', '122614.027000', '122614.029000', '122614.032000', '122614.034000', '122614.037000', '122614.040000', '122614.042000', '122614.045000', '122614.052000', '122614.055000', '122614.058000', '122614.060000', '122614.063000', '122614.065000', '122614.068000', '122614.070000', '122614.073000', '122614.076000', '122614.078000', '122614.081000', '122614.083000', '122614.086000', '122614.089000', '122614.091000', '122614.094000', '122633.966000', '122633.969000', '122633.972000', '122633.974000', '122633.977000', '122633.980000', '122633.982000', '122633.985000', '122633.987000', '122633.990000', '122633.992000', '122633.995000', '122633.998000', '122634.001000', '122634.004000', '122634.006000', '122634.009000', '122634.012000', '122634.014000', '122634.017000', '122634.019000', '122634.022000', '122634.025000', '122634.027000', '122634.030000', '122634.033000', '122634.035000', '122634.038000', '122634.041000', '122634.043000', '122634.046000', '122634.048000', '122634.051000', '122634.054000', '122634.056000', '122634.059000', '122634.061000', '122634.064000', '122634.066000', '122634.069000', '122634.072000', '122634.074000', '122634.108000', '122653.967000', '122653.969000', '122653.972000', '122653.975000', '122653.977000', '122653.980000', '122653.982000', '122653.985000', '122653.987000', '122653.990000', '122653.993000', '122653.995000', '122653.998000', '122654.002000', '122654.004000', '122654.007000', '122654.009000', '122654.012000', '122654.014000', '122654.017000', '122654.020000', '122654.022000', '122654.025000', '122654.027000', '122654.030000', '122654.033000', '122654.035000', '122654.038000', '122654.040000', '122654.043000', '122654.046000', '122654.048000', '122654.051000', '122654.054000', '122654.056000', '122654.059000', '122654.062000', '122654.064000', '122654.067000', '122654.069000', '122654.072000', '122654.075000', '122654.077000', '122713.967000', '122713.970000', '122713.973000', '122713.975000', '122713.978000', '122713.981000', '122713.983000', '122713.986000', '122713.989000', '122713.991000', '122713.994000', '122713.996000', '122713.999000', '122714.002000', '122714.004000', '122714.007000', '122714.009000', '122714.012000', '122714.015000', '122714.017000', '122714.020000', '122714.022000', '122714.025000', '122714.028000', '122714.031000', '122714.033000', '122714.036000', '122714.039000', '122714.041000', '122714.044000', '122714.046000', '122714.049000', '122714.052000', '122714.054000', '122714.057000', '122714.059000', '122714.062000', '122714.064000', '122714.067000', '122714.070000', '122714.072000', '122714.075000', '122714.078000', '122714.080000', '122733.968000', '122733.971000', '122733.973000', '122733.976000', '122733.979000', '122733.982000', '122733.985000', '122733.987000', '122733.990000', '122733.993000', '122733.995000', '122733.998000', '122734.002000', '122734.004000', '122734.007000', '122734.009000', '122734.012000', '122734.015000', '122734.017000', '122734.020000', '122734.022000', '122734.025000', '122734.028000', '122734.032000', '122734.034000', '122734.037000', '122734.040000', '122734.042000', '122734.045000', '122734.048000', '122734.050000', '122734.053000', '122734.072000', '122734.074000', '122734.077000', '122734.080000', '122734.082000', '122734.085000', '122734.088000', '122734.090000', '122734.093000', '122734.096000', '122734.098000', '122753.967000', '122753.970000', '122753.972000', '122753.975000', '122753.977000', '122753.980000', '122753.983000', '122753.985000', '122753.988000', '122753.990000', '122753.993000', '122753.996000', '122753.998000', '122754.002000', '122754.005000', '122754.007000', '122754.010000', '122754.012000', '122754.015000', '122754.017000', '122754.020000', '122754.023000', '122754.025000', '122754.028000', '122754.030000', '122754.033000', '122754.036000', '122754.038000', '122754.041000', '122754.044000', '122754.046000', '122754.049000', '122754.051000', '122754.054000', '122754.057000', '122754.059000', '122754.062000', '122754.064000', '122754.067000', '122754.070000', '122754.072000', '122754.075000', '122754.077000', '122754.080000', '122813.967000', '122813.970000', '122813.972000', '122813.975000', '122813.978000', '122813.980000', '122813.983000', '122813.985000', '122813.988000', '122813.991000', '122814.002000', '122814.005000', '122814.007000', '122814.010000', '122814.012000', '122814.015000', '122814.017000', '122814.020000', '122814.023000', '122814.025000', '122814.028000', '122814.030000', '122814.033000', '122814.036000', '122814.038000', '122814.041000', '122814.044000', '122814.046000', '122814.049000', '122814.051000', '122814.054000', '122814.056000', '122814.059000', '122814.062000', '122814.064000', '122814.067000', '122814.069000', '122814.072000', '122814.075000', '122814.077000', '122814.080000', '122814.083000', '122814.085000', '122833.967000', '122833.970000', '122833.972000', '122833.975000', '122833.977000', '122833.980000', '122833.982000', '122833.985000', '122833.988000', '122833.990000', '122833.993000', '122833.996000', '122833.998000', '122834.002000', '122834.004000', '122834.007000', '122834.010000', '122834.012000', '122834.015000', '122834.017000', '122834.020000', '122834.023000', '122834.025000', '122834.028000', '122834.031000', '122834.058000', '122834.060000', '122834.063000', '122834.066000', '122834.068000', '122834.071000', '122834.073000', '122834.076000', '122834.078000', '122834.081000', '122834.084000', '122834.086000', '122834.089000', '122834.091000', '122834.094000', '122834.097000', '122834.099000', '122834.102000', '122834.105000', '122853.966000', '122853.969000', '122853.972000', '122853.975000', '122853.977000', '122853.980000', '122853.982000', '122853.985000', '122853.988000', '122853.990000', '122853.993000', '122853.996000', '122853.998000', '122854.002000', '122854.005000', '122854.007000', '122854.010000', '122854.012000', '122854.015000', '122854.018000', '122854.020000', '122854.023000', '122854.026000', '122854.029000', '122854.031000', '122854.034000', '122854.038000', '122854.041000', '122854.044000', '122854.046000', '122854.049000', '122854.051000', '122854.054000', '122854.057000', '122854.059000', '122854.062000', '122854.064000', '122854.067000', '122854.070000', '122854.073000', '122854.076000', '122854.078000', '122854.081000', '122913.967000', '122913.969000', '122913.972000', '122913.975000', '122913.977000', '122913.980000', '122913.982000', '122913.985000', '122913.988000', '122913.990000', '122913.993000', '122913.996000', '122913.998000', '122914.002000', '122914.004000', '122914.007000', '122914.010000', '122914.012000', '122914.015000', '122914.017000', '122914.020000', '122914.022000', '122914.025000', '122914.028000', '122914.030000', '122914.033000', '122914.036000', '122914.038000', '122914.041000', '122914.044000', '122914.046000', '122914.054000', '122914.056000', '122914.059000', '122914.061000', '122914.064000', '122914.067000', '122914.069000', '122914.072000', '122914.074000', '122914.077000', '122914.080000', '122914.082000', '122914.085000', '122933.968000', '122933.970000', '122933.973000', '122933.976000', '122933.978000', '122933.981000', '122933.984000', '122933.986000', '122933.989000', '122933.991000', '122933.994000', '122933.997000', '122933.999000', '122934.002000', '122934.004000', '122934.007000', '122934.010000', '122934.012000', '122934.015000', '122934.017000', '122934.020000', '122934.023000', '122934.025000', '122934.028000', '122934.031000', '122934.034000', '122934.036000', '122934.039000', '122934.042000', '122934.044000', '122934.047000', '122934.050000', '122934.052000', '122934.055000', '122934.057000', '122934.077000', '122934.080000', '122934.082000', '122934.085000', '122934.088000', '122934.090000', '122934.093000', '122934.095000', '122953.968000', '122953.971000', '122953.973000', '122953.976000', '122953.978000', '122953.981000', '122953.984000', '122953.986000', '122953.989000', '122953.992000', '122953.994000', '122953.997000', '122954.000000', '122954.003000', '122954.006000', '122954.008000', '122954.011000', '122954.013000', '122954.016000', '122954.018000', '122954.021000', '122954.024000', '122954.026000', '122954.029000', '122954.032000', '122954.034000', '122954.037000', '122954.039000', '122954.046000', '122954.048000', '122954.051000', '122954.054000', '122954.056000', '122954.059000', '122954.061000', '122954.064000', '122954.067000', '122954.069000', '122954.072000', '122954.074000', '122954.077000', '122954.080000', '122954.082000', '122954.085000', '123013.967000', '123013.969000', '123013.972000', '123013.975000', '123013.977000', '123013.980000', '123013.982000', '123013.985000', '123013.988000', '123013.990000', '123013.993000', '123013.995000', '123013.998000', '123014.002000', '123014.004000', '123014.007000', '123014.010000', '123014.012000', '123014.015000', '123014.018000', '123014.020000', '123014.023000', '123014.026000', '123014.028000', '123014.031000', '123014.033000', '123014.036000', '123014.039000', '123014.041000', '123014.044000', '123014.046000', '123014.049000', '123014.052000', '123014.054000', '123014.057000', '123014.060000', '123014.062000', '123014.065000', '123014.067000', '123014.070000', '123014.073000', '123014.075000', '123014.078000', '123033.967000', '123033.969000', '123033.972000', '123033.975000', '123033.977000', '123033.980000', '123033.983000', '123033.985000', '123033.988000', '123033.990000', '123033.993000', '123033.995000', '123033.998000', '123034.002000', '123034.004000', '123034.007000', '123034.009000', '123034.012000', '123034.014000', '123034.017000', '123034.020000', '123034.022000', '123034.025000', '123034.028000', '123034.030000', '123034.033000', '123034.035000', '123034.038000', '123034.041000', '123034.043000', '123034.046000', '123034.048000', '123034.051000', '123034.054000', '123034.056000', '123034.059000', '123034.062000', '123034.064000', '123034.067000', '123034.070000', '123034.072000', '123034.075000', '123034.078000', '123034.080000', '123053.967000', '123053.970000', '123053.972000', '123053.975000', '123053.978000', '123053.980000', '123053.983000', '123053.985000', '123053.988000', '123053.990000', '123053.993000', '123053.996000', '123053.998000', '123054.002000', '123054.004000', '123054.007000', '123054.009000', '123054.012000', '123054.015000', '123054.017000', '123054.020000', '123054.023000', '123054.025000', '123054.028000', '123054.031000', '123054.034000', '123054.036000', '123054.039000', '123054.042000', '123054.044000', '123054.047000', '123054.074000', '123054.077000', '123054.080000', '123054.082000', '123054.085000', '123054.087000', '123054.090000', '123054.093000', '123054.095000', '123054.098000', '123054.100000', '123054.103000', '123113.966000', '123113.969000', '123113.972000', '123113.975000', '123113.977000', '123113.980000', '123113.983000', '123113.985000', '123113.988000', '123113.990000', '123113.993000', '123113.995000', '123113.998000', '123114.002000', '123114.004000', '123114.007000', '123114.010000', '123114.012000', '123114.015000', '123114.018000', '123114.020000', '123114.023000', '123114.025000', '123114.028000', '123114.030000', '123114.033000', '123114.036000', '123114.038000', '123114.041000', '123114.043000', '123114.046000', '123114.049000', '123114.051000', '123114.054000', '123114.057000', '123114.059000', '123114.062000', '123114.065000', '123114.067000', '123114.070000', '123114.072000', '123114.075000', '123114.078000', '123114.080000', '123133.967000', '123133.970000', '123133.972000', '123133.975000', '123133.978000', '123133.980000', '123133.983000', '123133.986000', '123133.988000', '123133.991000', '123133.993000', '123133.996000', '123134.000000', '123134.002000', '123134.005000', '123134.008000', '123134.010000', '123134.013000', '123134.015000', '123134.018000', '123134.021000', '123134.023000', '123134.026000', '123134.028000', '123134.031000', '123134.034000', '123134.036000', '123134.039000', '123134.042000', '123134.044000', '123134.047000', '123134.050000', '123134.052000', '123134.055000', '123134.057000', '123134.060000', '123134.062000', '123134.065000', '123134.068000', '123134.070000', '123134.073000', '123134.075000', '123134.078000', '123153.968000', '123153.971000', '123153.974000', '123153.976000', '123153.979000', '123153.981000', '123153.984000', '123153.986000', '123153.989000', '123153.992000', '123153.994000', '123153.997000', '123153.999000', '123154.002000', '123154.005000', '123154.007000', '123154.010000', '123154.012000', '123154.015000', '123154.018000', '123154.020000', '123154.023000', '123154.025000', '123154.028000', '123154.031000', '123154.033000', '123154.036000', '123154.038000', '123154.041000', '123154.044000', '123154.046000', '123154.049000', '123154.052000', '123154.054000', '123154.057000', '123154.059000', '123154.062000', '123154.065000', '123154.067000', '123154.070000', '123154.072000', '123154.075000', '123154.078000', '123154.080000', '123213.968000', '123213.970000', '123213.973000', '123213.976000', '123213.978000', '123213.981000', '123213.984000', '123213.986000', '123213.989000', '123213.991000', '123213.994000', '123213.997000', '123214.000000', '123214.003000', '123214.005000', '123214.008000', '123214.011000', '123214.013000', '123214.016000', '123214.018000', '123214.021000', '123214.024000', '123214.026000', '123214.029000', '123214.031000', '123214.034000', '123214.037000', '123214.039000', '123214.057000', '123214.060000', '123214.063000', '123214.065000', '123214.068000', '123214.070000', '123214.073000', '123214.076000', '123214.078000', '123214.081000', '123214.083000', '123214.086000', '123214.089000', '123214.091000', '123214.094000', '123233.967000', '123233.969000', '123233.972000', '123233.975000', '123233.977000', '123233.980000', '123233.982000', '123233.985000', '123233.988000', '123233.990000', '123233.993000', '123233.995000', '123233.998000', '123234.002000', '123234.005000', '123234.007000', '123234.010000', '123234.012000', '123234.015000', '123234.017000', '123234.020000', '123234.023000', '123234.025000', '123234.028000', '123234.030000', '123234.033000', '123234.036000', '123234.038000', '123234.041000', '123234.044000', '123234.046000', '123234.049000', '123234.051000', '123234.054000', '123234.057000', '123234.059000', '123234.062000', '123234.064000', '123234.067000', '123234.069000', '123234.072000', '123234.075000', '123234.077000', '123234.080000', '123253.967000', '123253.970000', '123253.972000', '123253.975000', '123253.977000', '123253.980000', '123253.982000', '123253.985000', '123253.988000', '123253.990000', '123253.993000', '123253.995000', '123253.998000', '123254.002000', '123254.004000', '123254.007000', '123254.009000', '123254.012000', '123254.015000', '123254.017000', '123254.020000', '123254.023000', '123254.025000', '123254.028000', '123254.031000', '123254.033000', '123254.036000', '123254.038000', '123254.041000', '123254.044000', '123254.046000', '123254.055000', '123254.057000', '123254.060000', '123254.063000', '123254.065000', '123254.068000', '123254.070000', '123254.073000', '123254.076000', '123254.078000', '123254.081000', '123254.084000', '123307.952000', '123307.955000', '123307.958000', '123307.960000', '123307.963000', '123307.966000', '123307.968000', '123307.971000', '123307.974000', '123307.976000', '123307.979000', '123307.982000', '123307.985000', '123307.987000', '123307.990000', '123307.993000', '123307.995000', '123307.998000', '123308.002000', '123308.004000', '123308.007000', '123308.010000', '123308.012000', '123308.015000', '123308.018000', '123308.021000', '123308.023000', '123308.026000', '123308.029000', '123308.031000', '123308.034000'], 'InstanceCreationTime': ['122334.005000', '122334.008000', '122334.011000', '122334.013000', '122334.016000', '122334.018000', '122334.021000', '122334.024000', '122334.032000', '122334.035000', '122334.037000', '122334.040000', '122334.043000', '122334.045000', '122334.048000', '122334.053000', '122334.056000', '122334.058000', '122334.061000', '122334.063000', '122353.967000', '122353.970000', '122353.972000', '122353.975000', '122353.977000', '122353.980000', '122353.983000', '122353.992000', '122353.995000', '122353.997000', '122354.001000', '122354.004000', '122354.006000', '122354.009000', '122354.011000', '122354.014000', '122354.023000', '122354.026000', '122354.029000', '122354.031000', '122354.034000', '122354.036000', '122354.039000', '122354.042000', '122354.044000', '122354.047000', '122354.049000', '122354.052000', '122354.054000', '122354.057000', '122354.059000', '122354.062000', '122354.064000', '122354.067000', '122354.070000', '122354.072000', '122354.075000', '122354.077000', '122354.080000', '122354.083000', '122354.085000', '122354.088000', '122354.090000', '122413.967000', '122413.969000', '122413.972000', '122413.975000', '122413.977000', '122413.980000', '122413.982000', '122413.985000', '122413.988000', '122413.990000', '122413.993000', '122413.995000', '122413.998000', '122414.001000', '122414.004000', '122414.007000', '122414.009000', '122414.012000', '122414.014000', '122414.017000', '122414.020000', '122414.022000', '122414.025000', '122414.027000', '122414.030000', '122414.032000', '122414.035000', '122414.038000', '122414.040000', '122414.043000', '122414.045000', '122414.048000', '122414.050000', '122414.053000', '122414.056000', '122414.058000', '122414.061000', '122414.070000', '122414.073000', '122414.075000', '122414.078000', '122414.080000', '122414.083000', '122414.086000', '122433.966000', '122433.969000', '122433.972000', '122433.974000', '122433.977000', '122433.980000', '122433.982000', '122433.985000', '122433.988000', '122433.990000', '122433.993000', '122433.995000', '122433.998000', '122434.002000', '122434.004000', '122434.015000', '122434.017000', '122434.020000', '122434.023000', '122434.025000', '122434.028000', '122434.030000', '122434.033000', '122434.036000', '122434.038000', '122434.041000', '122434.043000', '122434.046000', '122434.048000', '122434.051000', '122434.054000', '122434.056000', '122434.059000', '122434.061000', '122434.064000', '122434.067000', '122434.069000', '122434.072000', '122434.074000', '122434.077000', '122434.079000', '122434.082000', '122434.085000', '122453.968000', '122453.970000', '122453.973000', '122453.976000', '122453.978000', '122453.981000', '122453.984000', '122453.986000', '122453.989000', '122453.991000', '122453.994000', '122453.996000', '122453.999000', '122454.002000', '122454.004000', '122454.007000', '122454.010000', '122454.012000', '122454.015000', '122454.018000', '122454.020000', '122454.023000', '122454.031000', '122454.034000', '122454.036000', '122454.040000', '122454.043000', '122454.046000', '122454.049000', '122454.052000', '122454.054000', '122454.057000', '122454.060000', '122454.062000', '122454.065000', '122454.067000', '122454.070000', '122454.073000', '122454.075000', '122454.078000', '122454.080000', '122454.083000', '122454.085000', '122513.968000', '122513.971000', '122513.974000', '122513.998000', '122514.025000', '122514.028000', '122514.030000', '122514.033000', '122514.035000', '122514.038000', '122514.041000', '122514.043000', '122514.046000', '122514.049000', '122514.051000', '122514.054000', '122514.056000', '122514.059000', '122514.062000', '122514.064000', '122514.067000', '122514.069000', '122514.072000', '122514.074000', '122514.077000', '122514.080000', '122514.082000', '122514.085000', '122514.093000', '122514.096000', '122514.098000', '122514.101000', '122514.103000', '122514.106000', '122514.109000', '122514.111000', '122514.114000', '122514.116000', '122514.119000', '122514.122000', '122514.124000', '122514.127000', '122514.130000', '122514.132000', '122533.966000', '122533.969000', '122533.972000', '122533.975000', '122533.977000', '122533.980000', '122533.983000', '122533.985000', '122533.988000', '122533.990000', '122533.993000', '122533.996000', '122533.998000', '122534.002000', '122534.004000', '122534.007000', '122534.009000', '122534.012000', '122534.015000', '122534.017000', '122534.020000', '122534.023000', '122534.025000', '122534.028000', '122534.030000', '122534.033000', '122534.035000', '122534.038000', '122534.041000', '122534.043000', '122534.049000', '122534.052000', '122534.054000', '122534.057000', '122534.060000', '122534.062000', '122534.065000', '122534.067000', '122534.070000', '122534.072000', '122534.075000', '122534.077000', '122534.080000', '122534.083000', '122553.967000', '122553.970000', '122553.972000', '122553.975000', '122553.977000', '122553.980000', '122553.983000', '122553.985000', '122553.988000', '122553.990000', '122553.993000', '122553.995000', '122553.998000', '122554.002000', '122554.004000', '122554.007000', '122554.010000', '122554.012000', '122554.015000', '122554.018000', '122554.020000', '122554.023000', '122554.025000', '122554.028000', '122554.030000', '122554.033000', '122554.036000', '122554.038000', '122554.041000', '122554.044000', '122554.046000', '122554.049000', '122554.051000', '122554.054000', '122554.057000', '122554.059000', '122554.062000', '122554.064000', '122554.067000', '122554.070000', '122554.072000', '122554.075000', '122554.077000', '122613.966000', '122613.969000', '122613.980000', '122613.983000', '122613.985000', '122613.988000', '122613.992000', '122613.995000', '122613.997000', '122614.001000', '122614.003000', '122614.006000', '122614.008000', '122614.011000', '122614.014000', '122614.016000', '122614.019000', '122614.021000', '122614.024000', '122614.027000', '122614.029000', '122614.032000', '122614.034000', '122614.037000', '122614.040000', '122614.042000', '122614.045000', '122614.052000', '122614.055000', '122614.058000', '122614.060000', '122614.063000', '122614.065000', '122614.068000', '122614.070000', '122614.073000', '122614.076000', '122614.078000', '122614.081000', '122614.083000', '122614.086000', '122614.089000', '122614.091000', '122614.094000', '122633.966000', '122633.969000', '122633.972000', '122633.974000', '122633.977000', '122633.980000', '122633.982000', '122633.985000', '122633.987000', '122633.990000', '122633.992000', '122633.995000', '122633.998000', '122634.001000', '122634.004000', '122634.006000', '122634.009000', '122634.012000', '122634.014000', '122634.017000', '122634.019000', '122634.022000', '122634.025000', '122634.027000', '122634.030000', '122634.033000', '122634.035000', '122634.038000', '122634.041000', '122634.043000', '122634.046000', '122634.048000', '122634.051000', '122634.054000', '122634.056000', '122634.059000', '122634.061000', '122634.064000', '122634.066000', '122634.069000', '122634.072000', '122634.074000', '122634.108000', '122653.967000', '122653.969000', '122653.972000', '122653.975000', '122653.977000', '122653.980000', '122653.982000', '122653.985000', '122653.987000', '122653.990000', '122653.993000', '122653.995000', '122653.998000', '122654.002000', '122654.004000', '122654.007000', '122654.009000', '122654.012000', '122654.014000', '122654.017000', '122654.020000', '122654.022000', '122654.025000', '122654.027000', '122654.030000', '122654.033000', '122654.035000', '122654.038000', '122654.040000', '122654.043000', '122654.046000', '122654.048000', '122654.051000', '122654.054000', '122654.056000', '122654.059000', '122654.062000', '122654.064000', '122654.067000', '122654.069000', '122654.072000', '122654.075000', '122654.077000', '122713.967000', '122713.970000', '122713.973000', '122713.975000', '122713.978000', '122713.981000', '122713.983000', '122713.986000', '122713.989000', '122713.991000', '122713.994000', '122713.996000', '122713.999000', '122714.002000', '122714.004000', '122714.007000', '122714.009000', '122714.012000', '122714.015000', '122714.017000', '122714.020000', '122714.022000', '122714.025000', '122714.028000', '122714.031000', '122714.033000', '122714.036000', '122714.039000', '122714.041000', '122714.044000', '122714.046000', '122714.049000', '122714.052000', '122714.054000', '122714.057000', '122714.059000', '122714.062000', '122714.064000', '122714.067000', '122714.070000', '122714.072000', '122714.075000', '122714.078000', '122714.080000', '122733.968000', '122733.971000', '122733.973000', '122733.976000', '122733.979000', '122733.982000', '122733.985000', '122733.987000', '122733.990000', '122733.993000', '122733.995000', '122733.998000', '122734.002000', '122734.004000', '122734.007000', '122734.009000', '122734.012000', '122734.015000', '122734.017000', '122734.020000', '122734.022000', '122734.025000', '122734.028000', '122734.032000', '122734.034000', '122734.037000', '122734.040000', '122734.042000', '122734.045000', '122734.048000', '122734.050000', '122734.053000', '122734.072000', '122734.074000', '122734.077000', '122734.080000', '122734.082000', '122734.085000', '122734.088000', '122734.090000', '122734.093000', '122734.096000', '122734.098000', '122753.967000', '122753.970000', '122753.972000', '122753.975000', '122753.977000', '122753.980000', '122753.983000', '122753.985000', '122753.988000', '122753.990000', '122753.993000', '122753.996000', '122753.998000', '122754.002000', '122754.005000', '122754.007000', '122754.010000', '122754.012000', '122754.015000', '122754.017000', '122754.020000', '122754.023000', '122754.025000', '122754.028000', '122754.030000', '122754.033000', '122754.036000', '122754.038000', '122754.041000', '122754.044000', '122754.046000', '122754.049000', '122754.051000', '122754.054000', '122754.057000', '122754.059000', '122754.062000', '122754.064000', '122754.067000', '122754.070000', '122754.072000', '122754.075000', '122754.077000', '122754.080000', '122813.967000', '122813.970000', '122813.972000', '122813.975000', '122813.978000', '122813.980000', '122813.983000', '122813.985000', '122813.988000', '122813.991000', '122814.002000', '122814.005000', '122814.007000', '122814.010000', '122814.012000', '122814.015000', '122814.017000', '122814.020000', '122814.023000', '122814.025000', '122814.028000', '122814.030000', '122814.033000', '122814.036000', '122814.038000', '122814.041000', '122814.044000', '122814.046000', '122814.049000', '122814.051000', '122814.054000', '122814.056000', '122814.059000', '122814.062000', '122814.064000', '122814.067000', '122814.069000', '122814.072000', '122814.075000', '122814.077000', '122814.080000', '122814.083000', '122814.085000', '122833.967000', '122833.970000', '122833.972000', '122833.975000', '122833.977000', '122833.980000', '122833.982000', '122833.985000', '122833.988000', '122833.990000', '122833.993000', '122833.996000', '122833.998000', '122834.002000', '122834.004000', '122834.007000', '122834.010000', '122834.012000', '122834.015000', '122834.017000', '122834.020000', '122834.023000', '122834.025000', '122834.028000', '122834.031000', '122834.058000', '122834.060000', '122834.063000', '122834.066000', '122834.068000', '122834.071000', '122834.073000', '122834.076000', '122834.078000', '122834.081000', '122834.084000', '122834.086000', '122834.089000', '122834.091000', '122834.094000', '122834.097000', '122834.099000', '122834.102000', '122834.105000', '122853.966000', '122853.969000', '122853.972000', '122853.975000', '122853.977000', '122853.980000', '122853.982000', '122853.985000', '122853.988000', '122853.990000', '122853.993000', '122853.996000', '122853.998000', '122854.002000', '122854.005000', '122854.007000', '122854.010000', '122854.012000', '122854.015000', '122854.018000', '122854.020000', '122854.023000', '122854.026000', '122854.029000', '122854.031000', '122854.034000', '122854.038000', '122854.041000', '122854.044000', '122854.046000', '122854.049000', '122854.051000', '122854.054000', '122854.057000', '122854.059000', '122854.062000', '122854.064000', '122854.067000', '122854.070000', '122854.073000', '122854.076000', '122854.078000', '122854.081000', '122913.967000', '122913.969000', '122913.972000', '122913.975000', '122913.977000', '122913.980000', '122913.982000', '122913.985000', '122913.988000', '122913.990000', '122913.993000', '122913.996000', '122913.998000', '122914.002000', '122914.004000', '122914.007000', '122914.010000', '122914.012000', '122914.015000', '122914.017000', '122914.020000', '122914.022000', '122914.025000', '122914.028000', '122914.030000', '122914.033000', '122914.036000', '122914.038000', '122914.041000', '122914.044000', '122914.046000', '122914.054000', '122914.056000', '122914.059000', '122914.061000', '122914.064000', '122914.067000', '122914.069000', '122914.072000', '122914.074000', '122914.077000', '122914.080000', '122914.082000', '122914.085000', '122933.968000', '122933.970000', '122933.973000', '122933.976000', '122933.978000', '122933.981000', '122933.984000', '122933.986000', '122933.989000', '122933.991000', '122933.994000', '122933.997000', '122933.999000', '122934.002000', '122934.004000', '122934.007000', '122934.010000', '122934.012000', '122934.015000', '122934.017000', '122934.020000', '122934.023000', '122934.025000', '122934.028000', '122934.031000', '122934.034000', '122934.036000', '122934.039000', '122934.042000', '122934.044000', '122934.047000', '122934.050000', '122934.052000', '122934.055000', '122934.057000', '122934.077000', '122934.080000', '122934.082000', '122934.085000', '122934.088000', '122934.090000', '122934.093000', '122934.095000', '122953.968000', '122953.971000', '122953.973000', '122953.976000', '122953.978000', '122953.981000', '122953.984000', '122953.986000', '122953.989000', '122953.992000', '122953.994000', '122953.997000', '122954.000000', '122954.003000', '122954.006000', '122954.008000', '122954.011000', '122954.013000', '122954.016000', '122954.018000', '122954.021000', '122954.024000', '122954.026000', '122954.029000', '122954.032000', '122954.034000', '122954.037000', '122954.039000', '122954.046000', '122954.048000', '122954.051000', '122954.054000', '122954.056000', '122954.059000', '122954.061000', '122954.064000', '122954.067000', '122954.069000', '122954.072000', '122954.074000', '122954.077000', '122954.080000', '122954.082000', '122954.085000', '123013.967000', '123013.969000', '123013.972000', '123013.975000', '123013.977000', '123013.980000', '123013.982000', '123013.985000', '123013.988000', '123013.990000', '123013.993000', '123013.995000', '123013.998000', '123014.002000', '123014.004000', '123014.007000', '123014.010000', '123014.012000', '123014.015000', '123014.018000', '123014.020000', '123014.023000', '123014.026000', '123014.028000', '123014.031000', '123014.033000', '123014.036000', '123014.039000', '123014.041000', '123014.044000', '123014.046000', '123014.049000', '123014.052000', '123014.054000', '123014.057000', '123014.060000', '123014.062000', '123014.065000', '123014.067000', '123014.070000', '123014.073000', '123014.075000', '123014.078000', '123033.967000', '123033.969000', '123033.972000', '123033.975000', '123033.977000', '123033.980000', '123033.983000', '123033.985000', '123033.988000', '123033.990000', '123033.993000', '123033.995000', '123033.998000', '123034.002000', '123034.004000', '123034.007000', '123034.009000', '123034.012000', '123034.014000', '123034.017000', '123034.020000', '123034.022000', '123034.025000', '123034.028000', '123034.030000', '123034.033000', '123034.035000', '123034.038000', '123034.041000', '123034.043000', '123034.046000', '123034.048000', '123034.051000', '123034.054000', '123034.056000', '123034.059000', '123034.062000', '123034.064000', '123034.067000', '123034.070000', '123034.072000', '123034.075000', '123034.078000', '123034.080000', '123053.967000', '123053.970000', '123053.972000', '123053.975000', '123053.978000', '123053.980000', '123053.983000', '123053.985000', '123053.988000', '123053.990000', '123053.993000', '123053.996000', '123053.998000', '123054.002000', '123054.004000', '123054.007000', '123054.009000', '123054.012000', '123054.015000', '123054.017000', '123054.020000', '123054.023000', '123054.025000', '123054.028000', '123054.031000', '123054.034000', '123054.036000', '123054.039000', '123054.042000', '123054.044000', '123054.047000', '123054.074000', '123054.077000', '123054.080000', '123054.082000', '123054.085000', '123054.087000', '123054.090000', '123054.093000', '123054.095000', '123054.098000', '123054.100000', '123054.103000', '123113.966000', '123113.969000', '123113.972000', '123113.975000', '123113.977000', '123113.980000', '123113.983000', '123113.985000', '123113.988000', '123113.990000', '123113.993000', '123113.995000', '123113.998000', '123114.002000', '123114.004000', '123114.007000', '123114.010000', '123114.012000', '123114.015000', '123114.018000', '123114.020000', '123114.023000', '123114.025000', '123114.028000', '123114.030000', '123114.033000', '123114.036000', '123114.038000', '123114.041000', '123114.043000', '123114.046000', '123114.049000', '123114.051000', '123114.054000', '123114.057000', '123114.059000', '123114.062000', '123114.065000', '123114.067000', '123114.070000', '123114.072000', '123114.075000', '123114.078000', '123114.080000', '123133.967000', '123133.970000', '123133.972000', '123133.975000', '123133.978000', '123133.980000', '123133.983000', '123133.986000', '123133.988000', '123133.991000', '123133.993000', '123133.996000', '123134.000000', '123134.002000', '123134.005000', '123134.008000', '123134.010000', '123134.013000', '123134.015000', '123134.018000', '123134.021000', '123134.023000', '123134.026000', '123134.028000', '123134.031000', '123134.034000', '123134.036000', '123134.039000', '123134.042000', '123134.044000', '123134.047000', '123134.050000', '123134.052000', '123134.055000', '123134.057000', '123134.060000', '123134.062000', '123134.065000', '123134.068000', '123134.070000', '123134.073000', '123134.075000', '123134.078000', '123153.968000', '123153.971000', '123153.974000', '123153.976000', '123153.979000', '123153.981000', '123153.984000', '123153.986000', '123153.989000', '123153.992000', '123153.994000', '123153.997000', '123153.999000', '123154.002000', '123154.005000', '123154.007000', '123154.010000', '123154.012000', '123154.015000', '123154.018000', '123154.020000', '123154.023000', '123154.025000', '123154.028000', '123154.031000', '123154.033000', '123154.036000', '123154.038000', '123154.041000', '123154.044000', '123154.046000', '123154.049000', '123154.052000', '123154.054000', '123154.057000', '123154.059000', '123154.062000', '123154.065000', '123154.067000', '123154.070000', '123154.072000', '123154.075000', '123154.078000', '123154.080000', '123213.968000', '123213.970000', '123213.973000', '123213.976000', '123213.978000', '123213.981000', '123213.984000', '123213.986000', '123213.989000', '123213.991000', '123213.994000', '123213.997000', '123214.000000', '123214.003000', '123214.005000', '123214.008000', '123214.011000', '123214.013000', '123214.016000', '123214.018000', '123214.021000', '123214.024000', '123214.026000', '123214.029000', '123214.031000', '123214.034000', '123214.037000', '123214.039000', '123214.057000', '123214.060000', '123214.063000', '123214.065000', '123214.068000', '123214.070000', '123214.073000', '123214.076000', '123214.078000', '123214.081000', '123214.083000', '123214.086000', '123214.089000', '123214.091000', '123214.094000', '123233.967000', '123233.969000', '123233.972000', '123233.975000', '123233.977000', '123233.980000', '123233.982000', '123233.985000', '123233.988000', '123233.990000', '123233.993000', '123233.995000', '123233.998000', '123234.002000', '123234.005000', '123234.007000', '123234.010000', '123234.012000', '123234.015000', '123234.017000', '123234.020000', '123234.023000', '123234.025000', '123234.028000', '123234.030000', '123234.033000', '123234.036000', '123234.038000', '123234.041000', '123234.044000', '123234.046000', '123234.049000', '123234.051000', '123234.054000', '123234.057000', '123234.059000', '123234.062000', '123234.064000', '123234.067000', '123234.069000', '123234.072000', '123234.075000', '123234.077000', '123234.080000', '123253.967000', '123253.970000', '123253.972000', '123253.975000', '123253.977000', '123253.980000', '123253.982000', '123253.985000', '123253.988000', '123253.990000', '123253.993000', '123253.995000', '123253.998000', '123254.002000', '123254.004000', '123254.007000', '123254.009000', '123254.012000', '123254.015000', '123254.017000', '123254.020000', '123254.023000', '123254.025000', '123254.028000', '123254.031000', '123254.033000', '123254.036000', '123254.038000', '123254.041000', '123254.044000', '123254.046000', '123254.055000', '123254.057000', '123254.060000', '123254.063000', '123254.065000', '123254.068000', '123254.070000', '123254.073000', '123254.076000', '123254.078000', '123254.081000', '123254.084000', '123307.952000', '123307.955000', '123307.958000', '123307.960000', '123307.963000', '123307.966000', '123307.968000', '123307.971000', '123307.974000', '123307.976000', '123307.979000', '123307.982000', '123307.985000', '123307.987000', '123307.990000', '123307.993000', '123307.995000', '123307.998000', '123308.002000', '123308.004000', '123308.007000', '123308.010000', '123308.012000', '123308.015000', '123308.018000', '123308.021000', '123308.023000', '123308.026000', '123308.029000', '123308.031000', '123308.034000'], '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': [14789, 8141, 8872, 7672, 8039, 8450, 8056, 14042, 7568, 8470, 7655, 8023, 7884, 8978, 7845, 8438, 7701, 7577, 12299, 8111, 13261, 9264, 13822, 7802, 8226, 7519, 8549, 15055, 12877, 15346, 8270, 9801, 7312, 8963, 9679, 8793, 14298, 11871, 14429, 7759, 9752, 7604, 11533, 9054, 11881, 7506, 9026, 13609, 7935, 13493, 9213, 14581, 7908, 8651, 8578, 8928, 12824, 9208, 13460, 7749, 8577, 7542, 8467, 7543, 9696, 14445, 12541, 12602, 8136, 11805, 8120, 12116, 10127, 13985, 8633, 8902, 12211, 7782, 10114, 7976, 12044, 7638, 8155, 7345, 8607, 11368, 7904, 11765, 8026, 10713, 7548, 9551, 7605, 8991, 15362, 11817, 15493, 9000, 11178, 7602, 9691, 7999, 9899, 8286, 8366, 7177, 8355, 11771, 7764, 13418, 8795, 13589, 7603, 9037, 7226, 8373, 13965, 10627, 13548, 7899, 9386, 7551, 8397, 7617, 8704, 7258, 8099, 7426, 7828, 12416, 8345, 13836, 8165, 9418, 7726, 9152, 10706, 10714, 16169, 11743, 13703, 8207, 12237, 8160, 13887, 9729, 14925, 8205, 9586, 7583, 8374, 13683, 9543, 13830, 8122, 10553, 7800, 9471, 12664, 11544, 15156, 8716, 12534, 8821, 9411, 8388, 11689, 10240, 12344, 7583, 8654, 7320, 8711, 14721, 13241, 14959, 9825, 11044, 7487, 8758, 7454, 11904, 8277, 9035, 7358, 11549, 9417, 13947, 10712, 10759, 7264, 8273, 9744, 7534, 9894, 7909, 7772, 9842, 13163, 14627, 13876, 11405, 15613, 10869, 14612, 10198, 12734, 15752, 12382, 13315, 7908, 8345, 7529, 8176, 10267, 7431, 9476, 7619, 8064, 7448, 7742, 8978, 7693, 9740, 8261, 10707, 7664, 7890, 9020, 7897, 11002, 7785, 13132, 8871, 14539, 8503, 8442, 12438, 7746, 11781, 8038, 13614, 12726, 8652, 12432, 7724, 9247, 7429, 9101, 9782, 8347, 12530, 7827, 10417, 7531, 9724, 7666, 8423, 7265, 8090, 9671, 7934, 11514, 7584, 12815, 8074, 10753, 8411, 8392, 12780, 8278, 11918, 7855, 10844, 8691, 8214, 8509, 8490, 7934, 12639, 7828, 10166, 8367, 9334, 8136, 10599, 12958, 12173, 13907, 9133, 14493, 9012, 11269, 8682, 13630, 8645, 9451, 8719, 8992, 11659, 8807, 13580, 8107, 14578, 8409, 10166, 9111, 9040, 10376, 8501, 12979, 8497, 12949, 8478, 8996, 9236, 8738, 14773, 9603, 15416, 8901, 10497, 8611, 9131, 8608, 9631, 14865, 12260, 15254, 8845, 9835, 8626, 8796, 14379, 9502, 14887, 8889, 9574, 8575, 8955, 12616, 8607, 14124, 8726, 8769, 8347, 8886, 8847, 8709, 15015, 10070, 15125, 8809, 12017, 8459, 9425, 15611, 10366, 15480, 9732, 10834, 8545, 8867, 9044, 8916, 13952, 8679, 14372, 8618, 9386, 8758, 8701, 8753, 9464, 15009, 11062, 13022, 8489, 9190, 8733, 8692, 14746, 10883, 14084, 8593, 8789, 8394, 8773, 8236, 10420, 9496, 8897, 8787, 8529, 12957, 8634, 13362, 8239, 14603, 8606, 9846, 8635, 8781, 10243, 8468, 14062, 8850, 13487, 8587, 10696, 8416, 11917, 12917, 12951, 15291, 8874, 11071, 8379, 8738, 14468, 10946, 15645, 8896, 9881, 8438, 8584, 8381, 8388, 14712, 8869, 9570, 8278, 8643, 8553, 8512, 14141, 9086, 13477, 8029, 8690, 14782, 8828, 12333, 8208, 13800, 8070, 8815, 8999, 8716, 11847, 8396, 13521, 8067, 9402, 8681, 8739, 13052, 8469, 10658, 9986, 12801, 15813, 8731, 10004, 8382, 8655, 12283, 8579, 14627, 8599, 9382, 8495, 8675, 8001, 8800, 14578, 9925, 13011, 8618, 10788, 8166, 8691, 14666, 11779, 15056, 8797, 10717, 8575, 10019, 12584, 11803, 16100, 9300, 12040, 8818, 10286, 7857, 9480, 15056, 11427, 14362, 8578, 10002, 8032, 8763, 12959, 9566, 15329, 8494, 9813, 8256, 8499, 10891, 8124, 14127, 8439, 9781, 8123, 8384, 10030, 8399, 14046, 8485, 13620, 7828, 8581, 13461, 8458, 10096, 8318, 12201, 8499, 8571, 7745, 8525, 14733, 8386, 13761, 8554, 11567, 8060, 8481, 7950, 8527, 14800, 9031, 14919, 8401, 9373, 7787, 8626, 12550, 8162, 14128, 8386, 11917, 8518, 9817, 7756, 10079, 15567, 12582, 15518, 8480, 10964, 8113, 9175, 10921, 10828, 15123, 8796, 11550, 8205, 8904, 7780, 9273, 7644, 11703, 10388, 8237, 10428, 8044, 10857, 7804, 12663, 7674, 9201, 8661, 8182, 10974, 8224, 13661, 8333, 13409, 8143, 9570, 13369, 9174, 15523, 11359, 13634, 8347, 9336, 7797, 8300, 15541, 9325, 12336, 8271, 8943, 7834, 10160, 11411, 10704, 7973, 7797, 11499, 8022, 12048, 7930, 14128, 7586, 9213, 14582, 8039, 11025, 7844, 13713, 7879, 8945, 14370, 8190, 9493, 7924, 11884, 8254, 14149, 8329, 8633, 7983, 8192, 14928, 10273, 13975, 8090, 8159, 7834, 8205, 14376, 8401, 14772, 8258, 9481, 8355, 10183, 7895, 13890, 7716, 9147, 8295, 8105, 14511, 9394, 15031, 8183, 10887, 8466, 9628, 7570, 11940, 11551, 10806, 12373, 8682, 10509, 8487, 9887, 7957, 8214, 11308, 8240, 8562, 7962, 8047, 12694, 8082, 8035, 8234, 7907, 13138, 7979, 11357, 7712, 8487, 11117, 7931, 13221, 8048, 10907, 8851, 10365, 14859, 8073, 10677, 8002, 8392, 12336, 8032, 13843, 9321, 12326, 7862, 10458, 7913, 7754, 12788, 8831, 14557, 7755, 10606, 7968, 9536, 7600, 9302, 9095, 8603, 9303, 7886, 11663, 7821, 10754, 7389, 9985, 8222, 7926, 8643, 7968, 13500, 7811, 13045, 8052, 8967, 7933, 7888, 12805, 7718, 12863, 7908, 10059, 7962, 8377, 7866, 8021, 10182, 8698, 8517, 7632, 13772, 7730, 11325, 7320, 11040, 7585, 9045, 8239, 8019, 14068, 7806, 12917, 8831, 12342, 7632, 9746, 7573, 9923, 11535, 9425, 11872, 8357, 12736, 7672, 10521, 7379, 11127, 7576, 9021, 8417, 7842, 13446, 7713, 13097, 8135, 12684, 7655, 9946, 14903, 8871, 14770, 8941, 13473, 7741, 8783, 7756, 8151, 13947, 9437, 14560, 8278, 11063, 7854, 8107, 7453, 8348, 10878, 7967, 12009, 8205, 13946, 7774, 13714, 8148, 11790, 7685, 8399, 7911, 8264, 13365, 10079, 12879, 7929, 8968, 7752, 9235, 11288, 9374, 14846, 7894, 9954, 7779, 8278, 7399, 8978, 14050, 8967, 13817, 7645, 11512, 7739, 10624, 8023, 12331, 12522, 7948, 10554, 7719, 8456, 7278, 10173, 7615, 8295, 7747, 7588, 12213, 7676, 13311, 8465, 11794, 7587, 7646, 13263, 7572, 12514, 7485, 10851, 7959, 7502, 9790, 7521, 8040, 7669, 7964, 12221, 7558, 8369, 7341, 7373, 8456, 7413, 11792, 7674, 11411, 7461, 7974, 7789, 7871, 12759, 7942, 12872, 7650, 9467, 7705, 7575, 11983, 7617, 11151, 7553, 12089, 12593, 11666, 14668, 9430, 12724, 8262, 13075, 14944, 8776, 12224, 7542, 8694, 11931, 7230, 8375, 7077, 7736, 7439, 7356, 7999, 7336, 8837, 7432, 9848, 7557, 9394, 7795, 7748, 8167, 7424, 9917, 7444, 12960, 8300, 9591, 8220, 8289, 12774, 7695, 13501, 9020, 14017, 7665, 8821, 10527, 7744, 12033, 7679, 12462, 7575, 8964, 7642, 7664, 12185, 7422, 13223, 8687, 13939, 7321, 8754, 13295, 7946, 11599, 7526, 12414, 7615, 8498, 8142, 7508, 9783, 7223, 11483, 7365, 8333, 7959, 7376, 8444, 7234, 7903, 7210, 7522, 7398, 7973, 7617, 7575, 13407, 8584, 12760, 7485, 11011, 8786, 11529, 14350, 10443, 12137, 7494, 9359, 7419, 11175, 8050, 10363, 7479, 8234, 7812, 7704, 13151, 8774, 11436, 7204, 8398, 7391, 7460, 13710, 9251, 12450, 7222, 8287, 7155, 10637, 12151, 9478, 13210, 7308, 9028, 7378, 10272, 11325, 8821, 11374, 7124, 8436, 7310, 8961, 7360, 10334, 7352, 8043, 12717, 7749, 12150, 7894, 9967, 7591, 7618, 11795, 7757, 12228, 8283, 10306, 7155, 8091, 7045, 10099, 9829, 9234, 10331, 8098, 11707, 7806, 12843, 8412, 12090, 8040, 9875, 10316, 8467, 10971, 7576, 8500, 8231, 13225, 7699, 12937, 10347, 13486, 10680, 11200, 7862, 8125, 13055, 7628, 8966, 7593, 7453, 11743, 8435, 11024, 7369, 8385, 7483, 7486, 11260, 7351, 10387, 7364, 8772, 7964, 7353, 10950, 7884, 10208, 7636, 9033, 13236, 7627, 9376, 7479, 8832, 7437, 7818, 12943, 8368, 9843, 7286, 8164, 7106, 7808, 13175, 9197, 11510, 7079, 8585, 7358, 7715, 10725, 8658, 10933, 7508, 9266, 7015, 9722, 7312, 9098, 8685, 7479, 10850, 7284, 10907, 8133, 9653, 7394, 7615, 10799, 7602, 10266, 7884, 10901, 7391, 8544, 7203, 7837, 12242, 8316, 12731, 8380, 11223, 7246, 9269, 12952, 9277, 13145, 9857, 10531, 7441, 7758, 12762, 9520, 13916, 9568, 11589, 7475, 9529, 7243, 8214, 13030, 9670, 13036, 8303, 10341, 7724, 9497, 8010, 10858, 9955, 8501, 12111, 8777, 11903, 8580, 14794, 10491, 12813, 8725, 13185, 9355, 14907, 14320, 12837, 10313, 9660, 10854, 7678, 11573, 8279, 10910, 7895, 8704, 8165, 8157, 7737, 14089, 8277, 10800, 8123, 8872, 13990, 8607, 14615, 9388, 15386, 8403, 10927, 8326, 8543, 12705, 7997, 13863, 8450, 10740, 8048, 8803, 8032, 7978, 14906, 8985, 15223, 8525, 10924, 7803, 8597, 8062, 10050, 11533, 10269, 15652, 7904, 10193, 7608, 9791, 7411, 10974, 8313, 8295, 12284, 7589, 9872, 7783, 13012, 8013, 9910, 7797], 'WindowCenter': [4458.0, 4363.0, 4369.0, 4335.0, 4345.0, 4342.0, 4343.0, 4412.0, 4333.0, 4337.0, 4333.0, 4341.0, 4354.0, 4364.0, 4356.0, 4356.0, 4342.0, 4348.0, 4405.0, 4358.0, 4416.0, 4377.0, 4426.0, 4345.0, 4357.0, 4334.0, 4367.0, 4435.0, 4417.0, 4435.0, 4354.0, 4375.0, 4334.0, 4366.0, 4374.0, 4378.0, 4436.0, 4408.0, 4421.0, 4330.0, 4362.0, 4333.0, 4394.0, 4353.0, 4402.0, 4333.0, 4365.0, 4412.0, 4345.0, 4413.0, 4364.0, 4424.0, 4340.0, 4354.0, 4352.0, 4364.0, 4399.0, 4364.0, 4414.0, 4341.0, 4350.0, 4345.0, 4352.0, 4345.0, 4373.0, 4424.0, 4418.0, 4404.0, 4356.0, 4404.0, 4345.0, 4405.0, 4373.0, 4425.0, 4352.0, 4365.0, 4392.0, 4334.0, 4372.0, 4344.0, 4404.0, 4334.0, 4344.0, 4333.0, 4365.0, 4392.0, 4355.0, 4404.0, 4355.0, 4385.0, 4342.0, 4372.0, 4342.0, 4366.0, 4434.0, 4406.0, 4433.0, 4365.0, 4394.0, 4345.0, 4371.0, 4344.0, 4381.0, 4355.0, 4356.0, 4324.0, 4352.0, 4400.0, 4343.0, 4412.0, 4366.0, 4426.0, 4346.0, 4376.0, 4334.0, 4356.0, 4420.0, 4385.0, 4414.0, 4344.0, 4360.0, 4333.0, 4355.0, 4333.0, 4366.0, 4335.0, 4357.0, 4333.0, 4347.0, 4416.0, 4366.0, 4426.0, 4367.0, 4373.0, 4346.0, 4373.0, 4381.0, 4396.0, 4433.0, 4408.0, 4414.0, 4355.0, 4393.0, 4354.0, 4414.0, 4363.0, 4425.0, 4343.0, 4374.0, 4330.0, 4343.0, 4412.0, 4363.0, 4399.0, 4328.0, 4372.0, 4316.0, 4358.0, 4390.0, 4382.0, 4409.0, 4341.0, 4389.0, 4351.0, 4350.0, 4340.0, 4379.0, 4371.0, 4389.0, 4328.0, 4350.0, 4321.0, 4354.0, 4411.0, 4403.0, 4413.0, 4374.0, 4368.0, 4319.0, 4341.0, 4321.0, 4382.0, 4340.0, 4352.0, 4322.0, 4393.0, 4362.0, 4415.0, 4380.0, 4396.0, 4324.0, 4355.0, 4375.0, 4344.0, 4378.0, 4355.0, 4349.0, 4389.0, 4417.0, 4439.0, 4416.0, 4396.0, 4409.0, 4367.0, 4396.0, 4347.0, 4379.0, 4386.0, 4367.0, 4375.0, 4305.0, 4311.0, 4291.0, 4313.0, 4342.0, 4294.0, 4334.0, 4305.0, 4316.0, 4306.0, 4319.0, 4337.0, 4320.0, 4359.0, 4340.0, 4371.0, 4319.0, 4332.0, 4346.0, 4332.0, 4371.0, 4328.0, 4402.0, 4351.0, 4410.0, 4341.0, 4339.0, 4390.0, 4332.0, 4392.0, 4331.0, 4413.0, 4391.0, 4342.0, 4390.0, 4321.0, 4351.0, 4321.0, 4353.0, 4359.0, 4343.0, 4391.0, 4345.0, 4384.0, 4348.0, 4348.0, 4318.0, 4330.0, 4324.0, 4364.0, 4334.0, 4252.0, 4343.0, 4297.0, 4370.0, 4318.0, 4368.0, 4314.0, 4334.0, 4389.0, 4323.0, 4341.0, 4284.0, 4347.0, 4320.0, 4311.0, 4317.0, 4316.0, 4309.0, 4375.0, 4298.0, 4335.0, 4318.0, 4314.0, 4303.0, 4385.0, 4433.0, 4421.0, 4415.0, 4353.0, 4402.0, 4354.0, 4370.0, 4326.0, 4386.0, 4329.0, 4348.0, 4329.0, 4338.0, 4367.0, 4339.0, 4388.0, 4317.0, 4414.0, 4333.0, 4363.0, 4327.0, 4338.0, 4345.0, 4328.0, 4390.0, 4329.0, 4388.0, 4329.0, 4340.0, 4336.0, 4339.0, 4401.0, 4353.0, 4408.0, 4339.0, 4358.0, 4339.0, 4352.0, 4328.0, 4352.0, 4399.0, 4380.0, 4396.0, 4340.0, 4346.0, 4327.0, 4326.0, 4386.0, 4335.0, 4396.0, 4325.0, 4334.0, 4313.0, 4339.0, 4373.0, 4327.0, 4387.0, 4325.0, 4327.0, 4314.0, 4335.0, 4327.0, 4330.0, 4399.0, 4358.0, 4400.0, 4342.0, 4378.0, 4319.0, 4336.0, 4393.0, 4345.0, 4398.0, 4337.0, 4343.0, 4316.0, 4324.0, 4321.0, 4324.0, 4383.0, 4325.0, 4384.0, 4329.0, 4334.0, 4327.0, 4325.0, 4323.0, 4348.0, 4395.0, 4367.0, 4373.0, 4324.0, 4337.0, 4314.0, 4324.0, 4385.0, 4357.0, 4375.0, 4323.0, 4315.0, 4312.0, 4324.0, 4313.0, 4359.0, 4337.0, 4335.0, 4323.0, 4328.0, 4377.0, 4325.0, 4385.0, 4316.0, 4398.0, 4325.0, 4349.0, 4316.0, 4328.0, 4346.0, 4315.0, 4385.0, 4340.0, 4387.0, 4340.0, 4355.0, 4329.0, 4378.0, 4375.0, 4380.0, 4398.0, 4325.0, 4353.0, 4313.0, 4327.0, 4386.0, 4357.0, 4393.0, 4327.0, 4331.0, 4316.0, 4323.0, 4314.0, 4318.0, 4396.0, 4339.0, 4336.0, 4325.0, 4326.0, 4325.0, 4325.0, 4384.0, 4327.0, 4385.0, 4305.0, 4327.0, 4384.0, 4324.0, 4373.0, 4313.0, 4384.0, 4302.0, 4325.0, 4322.0, 4324.0, 4366.0, 4314.0, 4378.0, 4303.0, 4334.0, 4311.0, 4316.0, 4372.0, 4313.0, 4344.0, 4332.0, 4377.0, 4384.0, 4316.0, 4331.0, 4316.0, 4325.0, 4364.0, 4324.0, 4397.0, 4327.0, 4335.0, 4327.0, 4325.0, 4316.0, 4336.0, 4397.0, 4349.0, 4384.0, 4326.0, 4359.0, 4313.0, 4325.0, 4384.0, 4366.0, 4394.0, 4327.0, 4357.0, 4327.0, 4345.0, 4375.0, 4368.0, 4393.0, 4334.0, 4365.0, 4325.0, 4343.0, 4304.0, 4336.0, 4383.0, 4364.0, 4381.0, 4316.0, 4332.0, 4300.0, 4313.0, 4362.0, 4336.0, 4381.0, 4312.0, 4331.0, 4304.0, 4312.0, 4343.0, 4303.0, 4382.0, 4316.0, 4332.0, 4303.0, 4316.0, 4335.0, 4317.0, 4383.0, 4313.0, 4376.0, 4295.0, 4316.0, 4370.0, 4316.0, 4344.0, 4313.0, 4365.0, 4326.0, 4324.0, 4305.0, 4325.0, 4385.0, 4315.0, 4384.0, 4325.0, 4364.0, 4306.0, 4324.0, 4305.0, 4327.0, 4394.0, 4327.0, 4398.0, 4313.0, 4336.0, 4302.0, 4325.0, 4375.0, 4326.0, 4384.0, 4327.0, 4365.0, 4337.0, 4350.0, 4304.0, 4347.0, 4394.0, 4379.0, 4395.0, 4325.0, 4353.0, 4305.0, 4334.0, 4354.0, 4356.0, 4386.0, 4317.0, 4351.0, 4316.0, 4322.0, 4305.0, 4334.0, 4305.0, 4376.0, 4343.0, 4329.0, 4343.0, 4314.0, 4358.0, 4306.0, 4375.0, 4308.0, 4338.0, 4323.0, 4317.0, 4356.0, 4325.0, 4385.0, 4329.0, 4385.0, 4318.0, 4346.0, 4377.0, 4335.0, 4393.0, 4357.0, 4372.0, 4312.0, 4325.0, 4292.0, 4317.0, 4384.0, 4338.0, 4364.0, 4313.0, 4322.0, 4304.0, 4357.0, 4368.0, 4357.0, 4305.0, 4305.0, 4353.0, 4319.0, 4369.0, 4308.0, 4390.0, 4304.0, 4336.0, 4386.0, 4304.0, 4343.0, 4307.0, 4374.0, 4292.0, 4324.0, 4370.0, 4302.0, 4324.0, 4302.0, 4351.0, 4315.0, 4389.0, 4316.0, 4316.0, 4302.0, 4314.0, 4385.0, 4337.0, 4372.0, 4293.0, 4294.0, 4293.0, 4316.0, 4371.0, 4315.0, 4383.0, 4315.0, 4336.0, 4321.0, 4346.0, 4304.0, 4393.0, 4309.0, 4338.0, 4317.0, 4330.0, 4403.0, 4341.0, 4396.0, 4319.0, 4358.0, 4319.0, 4349.0, 4305.0, 4382.0, 4366.0, 4357.0, 4380.0, 4330.0, 4358.0, 4328.0, 4348.0, 4302.0, 4317.0, 4355.0, 4316.0, 4326.0, 4304.0, 4320.0, 4376.0, 4304.0, 4307.0, 4305.0, 4303.0, 4363.0, 4305.0, 4357.0, 4295.0, 4317.0, 4345.0, 4306.0, 4363.0, 4290.0, 4345.0, 4312.0, 4334.0, 4372.0, 4293.0, 4329.0, 4289.0, 4304.0, 4353.0, 4302.0, 4371.0, 4322.0, 4352.0, 4301.0, 4345.0, 4303.0, 4306.0, 4372.0, 4327.0, 4386.0, 4304.0, 4345.0, 4307.0, 4336.0, 4307.0, 4337.0, 4327.0, 4325.0, 4336.0, 4314.0, 4366.0, 4305.0, 4366.0, 4294.0, 4346.0, 4317.0, 4319.0, 4327.0, 4317.0, 4386.0, 4317.0, 4387.0, 4330.0, 4339.0, 4320.0, 4333.0, 4390.0, 4318.0, 4388.0, 4332.0, 4357.0, 4319.0, 4330.0, 4320.0, 4333.0, 4357.0, 4343.0, 4341.0, 4323.0, 4397.0, 4319.0, 4378.0, 4321.0, 4379.0, 4334.0, 4353.0, 4327.0, 4330.0, 4401.0, 4334.0, 4392.0, 4354.0, 4388.0, 4323.0, 4359.0, 4321.0, 4365.0, 4378.0, 4354.0, 4380.0, 4344.0, 4388.0, 4333.0, 4370.0, 4323.0, 4383.0, 4323.0, 4351.0, 4332.0, 4334.0, 4399.0, 4334.0, 4393.0, 4335.0, 4392.0, 4321.0, 4359.0, 4399.0, 4343.0, 4398.0, 4341.0, 4391.0, 4309.0, 4329.0, 4307.0, 4316.0, 4388.0, 4337.0, 4399.0, 4326.0, 4358.0, 4318.0, 4316.0, 4296.0, 4329.0, 4355.0, 4316.0, 4377.0, 4330.0, 4384.0, 4309.0, 4388.0, 4315.0, 4357.0, 4308.0, 4318.0, 4318.0, 4326.0, 4374.0, 4349.0, 4362.0, 4307.0, 4322.0, 4303.0, 4339.0, 4356.0, 4338.0, 4387.0, 4304.0, 4336.0, 4304.0, 4315.0, 4285.0, 4324.0, 4376.0, 4325.0, 4373.0, 4305.0, 4367.0, 4309.0, 4360.0, 4308.0, 4379.0, 4366.0, 4307.0, 4340.0, 4295.0, 4313.0, 4296.0, 4344.0, 4303.0, 4314.0, 4306.0, 4305.0, 4377.0, 4311.0, 4388.0, 4315.0, 4363.0, 4295.0, 4307.0, 4362.0, 4307.0, 4363.0, 4281.0, 4356.0, 4289.0, 4284.0, 4322.0, 4290.0, 4303.0, 4294.0, 4306.0, 4364.0, 4295.0, 4303.0, 4291.0, 4292.0, 4311.0, 4297.0, 4363.0, 4308.0, 4367.0, 4297.0, 4319.0, 4292.0, 4304.0, 4373.0, 4307.0, 4377.0, 4305.0, 4338.0, 4291.0, 4307.0, 4354.0, 4297.0, 4357.0, 4295.0, 4368.0, 4366.0, 4368.0, 4397.0, 4338.0, 4373.0, 4316.0, 4390.0, 4398.0, 4329.0, 4379.0, 4303.0, 4329.0, 4367.0, 4309.0, 4317.0, 4285.0, 4306.0, 4295.0, 4309.0, 4314.0, 4306.0, 4327.0, 4305.0, 4345.0, 4308.0, 4351.0, 4305.0, 4321.0, 4327.0, 4307.0, 4360.0, 4311.0, 4400.0, 4332.0, 4352.0, 4328.0, 4332.0, 4390.0, 4320.0, 4389.0, 4341.0, 4388.0, 4307.0, 4329.0, 4343.0, 4308.0, 4367.0, 4307.0, 4377.0, 4308.0, 4339.0, 4307.0, 4309.0, 4365.0, 4309.0, 4388.0, 4329.0, 4389.0, 4297.0, 4329.0, 4372.0, 4318.0, 4366.0, 4307.0, 4379.0, 4296.0, 4328.0, 4305.0, 4298.0, 4343.0, 4298.0, 4369.0, 4297.0, 4318.0, 4306.0, 4308.0, 4316.0, 4309.0, 4316.0, 4307.0, 4320.0, 4309.0, 4328.0, 4320.0, 4323.0, 4399.0, 4343.0, 4391.0, 4310.0, 4357.0, 4325.0, 4371.0, 4389.0, 4360.0, 4367.0, 4297.0, 4336.0, 4294.0, 4357.0, 4307.0, 4355.0, 4293.0, 4329.0, 4292.0, 4308.0, 4377.0, 4327.0, 4356.0, 4296.0, 4316.0, 4292.0, 4309.0, 4387.0, 4335.0, 4362.0, 4296.0, 4316.0, 4284.0, 4358.0, 4366.0, 4338.0, 4377.0, 4296.0, 4325.0, 4296.0, 4344.0, 4356.0, 4327.0, 4354.0, 4294.0, 4311.0, 4304.0, 4327.0, 4306.0, 4355.0, 4297.0, 4319.0, 4377.0, 4319.0, 4374.0, 4318.0, 4344.0, 4305.0, 4307.0, 4365.0, 4308.0, 4377.0, 4330.0, 4347.0, 4295.0, 4318.0, 4299.0, 4371.0, 4349.0, 4352.0, 4358.0, 4316.0, 4364.0, 4320.0, 4390.0, 4329.0, 4377.0, 4320.0, 4359.0, 4355.0, 4331.0, 4364.0, 4319.0, 4324.0, 4338.0, 4389.0, 4330.0, 4390.0, 4358.0, 4400.0, 4371.0, 4378.0, 4331.0, 4333.0, 4389.0, 4308.0, 4325.0, 4291.0, 4298.0, 4363.0, 4318.0, 4356.0, 4296.0, 4314.0, 4290.0, 4295.0, 4342.0, 4279.0, 4333.0, 4282.0, 4311.0, 4292.0, 4283.0, 4338.0, 4291.0, 4333.0, 4275.0, 4308.0, 4346.0, 4277.0, 4305.0, 4280.0, 4311.0, 4280.0, 4288.0, 4360.0, 4302.0, 4320.0, 4277.0, 4301.0, 4271.0, 4294.0, 4361.0, 4334.0, 4349.0, 4282.0, 4310.0, 4292.0, 4302.0, 4354.0, 4326.0, 4354.0, 4307.0, 4335.0, 4297.0, 4344.0, 4297.0, 4340.0, 4326.0, 4309.0, 4357.0, 4308.0, 4368.0, 4313.0, 4349.0, 4294.0, 4305.0, 4352.0, 4316.0, 4354.0, 4313.0, 4365.0, 4308.0, 4338.0, 4304.0, 4320.0, 4378.0, 4330.0, 4390.0, 4331.0, 4365.0, 4306.0, 4348.0, 4373.0, 4336.0, 4377.0, 4348.0, 4356.0, 4307.0, 4318.0, 4376.0, 4347.0, 4385.0, 4346.0, 4366.0, 4308.0, 4347.0, 4307.0, 4329.0, 4376.0, 4349.0, 4387.0, 4329.0, 4358.0, 4315.0, 4349.0, 4317.0, 4380.0, 4360.0, 4341.0, 4378.0, 4339.0, 4380.0, 4341.0, 4405.0, 4363.0, 4370.0, 4320.0, 4391.0, 4327.0, 4374.0, 4358.0, 4380.0, 4346.0, 4351.0, 4303.0, 4252.0, 4381.0, 4359.0, 4381.0, 4332.0, 4338.0, 4340.0, 4330.0, 4318.0, 4399.0, 4329.0, 4369.0, 4304.0, 4325.0, 4374.0, 4325.0, 4386.0, 4327.0, 4396.0, 4315.0, 4356.0, 4304.0, 4311.0, 4361.0, 4303.0, 4370.0, 4314.0, 4343.0, 4304.0, 4324.0, 4304.0, 4303.0, 4384.0, 4327.0, 4385.0, 4315.0, 4344.0, 4295.0, 4314.0, 4302.0, 4335.0, 4355.0, 4347.0, 4381.0, 4306.0, 4333.0, 4293.0, 4335.0, 4285.0, 4358.0, 4328.0, 4328.0, 4376.0, 4314.0, 4347.0, 4318.0, 4386.0, 4318.0, 4342.0, 4304.0], 'WindowWidth': [9797.0, 9659.0, 9655.0, 9601.0, 9613.0, 9603.0, 9609.0, 9695.0, 9595.0, 9594.0, 9595.0, 9602.0, 9626.0, 9637.0, 9632.0, 9632.0, 9610.0, 9622.0, 9693.0, 9635.0, 9708.0, 9659.0, 9722.0, 9613.0, 9631.0, 9597.0, 9645.0, 9733.0, 9712.0, 9733.0, 9626.0, 9650.0, 9597.0, 9641.0, 9650.0, 9664.0, 9738.0, 9701.0, 9711.0, 9589.0, 9628.0, 9595.0, 9677.0, 9620.0, 9686.0, 9595.0, 9640.0, 9697.0, 9612.0, 9700.0, 9636.0, 9717.0, 9601.0, 9624.0, 9616.0, 9636.0, 9678.0, 9637.0, 9702.0, 9607.0, 9616.0, 9615.0, 9622.0, 9613.0, 9650.0, 9718.0, 9714.0, 9690.0, 9631.0, 9690.0, 9613.0, 9694.0, 9646.0, 9721.0, 9618.0, 9638.0, 9671.0, 9596.0, 9644.0, 9611.0, 9690.0, 9597.0, 9612.0, 9596.0, 9642.0, 9673.0, 9629.0, 9690.0, 9629.0, 9666.0, 9610.0, 9649.0, 9609.0, 9645.0, 9732.0, 9696.0, 9731.0, 9641.0, 9678.0, 9616.0, 9645.0, 9611.0, 9660.0, 9627.0, 9631.0, 9585.0, 9624.0, 9683.0, 9613.0, 9702.0, 9645.0, 9722.0, 9620.0, 9659.0, 9598.0, 9631.0, 9711.0, 9669.0, 9702.0, 9612.0, 9630.0, 9594.0, 9627.0, 9596.0, 9646.0, 9602.0, 9633.0, 9599.0, 9623.0, 9711.0, 9647.0, 9722.0, 9648.0, 9649.0, 9617.0, 9652.0, 9660.0, 9684.0, 9731.0, 9702.0, 9704.0, 9627.0, 9673.0, 9623.0, 9703.0, 9633.0, 9723.0, 9607.0, 9649.0, 9586.0, 9607.0, 9698.0, 9632.0, 9677.0, 9583.0, 9641.0, 9561.0, 9622.0, 9662.0, 9654.0, 9687.0, 9598.0, 9659.0, 9611.0, 9611.0, 9598.0, 9648.0, 9640.0, 9662.0, 9583.0, 9613.0, 9575.0, 9621.0, 9692.0, 9685.0, 9698.0, 9646.0, 9631.0, 9570.0, 9599.0, 9573.0, 9655.0, 9598.0, 9618.0, 9575.0, 9673.0, 9629.0, 9706.0, 9653.0, 9682.0, 9581.0, 9626.0, 9649.0, 9611.0, 9658.0, 9631.0, 9625.0, 9679.0, 9713.0, 9747.0, 9709.0, 9681.0, 9690.0, 9629.0, 9667.0, 9596.0, 9642.0, 9647.0, 9622.0, 9629.0, 9539.0, 9541.0, 9514.0, 9547.0, 9584.0, 9524.0, 9574.0, 9540.0, 9557.0, 9544.0, 9567.0, 9586.0, 9570.0, 9619.0, 9595.0, 9639.0, 9567.0, 9590.0, 9601.0, 9589.0, 9639.0, 9583.0, 9683.0, 9613.0, 9692.0, 9598.0, 9596.0, 9663.0, 9589.0, 9669.0, 9586.0, 9698.0, 9665.0, 9602.0, 9663.0, 9574.0, 9612.0, 9575.0, 9618.0, 9622.0, 9604.0, 9664.0, 9614.0, 9664.0, 9623.0, 9601.0, 9563.0, 9582.0, 9582.0, 9650.0, 9571.0, 9435.0, 9577.0, 9525.0, 9624.0, 9561.0, 9630.0, 9549.0, 9590.0, 9654.0, 9569.0, 9572.0, 9498.0, 9590.0, 9561.0, 9544.0, 9551.0, 9548.0, 9543.0, 9629.0, 9524.0, 9570.0, 9559.0, 9541.0, 9530.0, 9664.0, 9741.0, 9727.0, 9704.0, 9617.0, 9676.0, 9617.0, 9629.0, 9569.0, 9647.0, 9575.0, 9599.0, 9576.0, 9588.0, 9620.0, 9588.0, 9651.0, 9557.0, 9696.0, 9583.0, 9623.0, 9568.0, 9587.0, 9592.0, 9573.0, 9657.0, 9576.0, 9653.0, 9576.0, 9592.0, 9581.0, 9590.0, 9674.0, 9611.0, 9680.0, 9591.0, 9611.0, 9591.0, 9609.0, 9573.0, 9609.0, 9668.0, 9645.0, 9658.0, 9591.0, 9594.0, 9568.0, 9568.0, 9646.0, 9579.0, 9659.0, 9563.0, 9575.0, 9546.0, 9586.0, 9625.0, 9569.0, 9647.0, 9564.0, 9567.0, 9550.0, 9580.0, 9569.0, 9577.0, 9665.0, 9616.0, 9672.0, 9597.0, 9639.0, 9560.0, 9582.0, 9652.0, 9593.0, 9665.0, 9583.0, 9583.0, 9552.0, 9561.0, 9554.0, 9563.0, 9640.0, 9567.0, 9642.0, 9574.0, 9575.0, 9573.0, 9566.0, 9562.0, 9601.0, 9658.0, 9625.0, 9625.0, 9563.0, 9581.0, 9548.0, 9564.0, 9643.0, 9610.0, 9628.0, 9560.0, 9549.0, 9544.0, 9562.0, 9548.0, 9615.0, 9582.0, 9580.0, 9561.0, 9573.0, 9635.0, 9566.0, 9645.0, 9554.0, 9671.0, 9566.0, 9603.0, 9551.0, 9571.0, 9593.0, 9554.0, 9645.0, 9592.0, 9651.0, 9594.0, 9608.0, 9577.0, 9644.0, 9632.0, 9644.0, 9663.0, 9566.0, 9599.0, 9545.0, 9569.0, 9643.0, 9608.0, 9652.0, 9568.0, 9567.0, 9553.0, 9560.0, 9549.0, 9559.0, 9661.0, 9588.0, 9579.0, 9567.0, 9569.0, 9565.0, 9568.0, 9643.0, 9571.0, 9646.0, 9536.0, 9570.0, 9640.0, 9562.0, 9625.0, 9545.0, 9643.0, 9531.0, 9563.0, 9555.0, 9563.0, 9618.0, 9549.0, 9638.0, 9533.0, 9576.0, 9541.0, 9552.0, 9620.0, 9544.0, 9588.0, 9568.0, 9634.0, 9639.0, 9552.0, 9567.0, 9551.0, 9564.0, 9612.0, 9561.0, 9662.0, 9572.0, 9581.0, 9572.0, 9566.0, 9555.0, 9583.0, 9662.0, 9603.0, 9644.0, 9570.0, 9615.0, 9548.0, 9568.0, 9643.0, 9621.0, 9655.0, 9570.0, 9607.0, 9570.0, 9593.0, 9631.0, 9624.0, 9652.0, 9575.0, 9613.0, 9564.0, 9584.0, 9532.0, 9579.0, 9636.0, 9617.0, 9633.0, 9552.0, 9568.0, 9525.0, 9545.0, 9606.0, 9578.0, 9631.0, 9545.0, 9565.0, 9534.0, 9544.0, 9585.0, 9534.0, 9636.0, 9552.0, 9567.0, 9533.0, 9553.0, 9574.0, 9556.0, 9639.0, 9547.0, 9632.0, 9522.0, 9552.0, 9617.0, 9551.0, 9588.0, 9547.0, 9616.0, 9568.0, 9562.0, 9538.0, 9565.0, 9643.0, 9553.0, 9642.0, 9567.0, 9614.0, 9539.0, 9564.0, 9536.0, 9571.0, 9658.0, 9571.0, 9665.0, 9548.0, 9580.0, 9532.0, 9568.0, 9630.0, 9569.0, 9645.0, 9573.0, 9618.0, 9586.0, 9604.0, 9539.0, 9600.0, 9657.0, 9644.0, 9659.0, 9566.0, 9597.0, 9535.0, 9577.0, 9601.0, 9606.0, 9643.0, 9555.0, 9594.0, 9555.0, 9556.0, 9538.0, 9577.0, 9537.0, 9635.0, 9587.0, 9575.0, 9587.0, 9551.0, 9611.0, 9540.0, 9634.0, 9546.0, 9587.0, 9561.0, 9558.0, 9605.0, 9568.0, 9644.0, 9576.0, 9645.0, 9559.0, 9595.0, 9632.0, 9579.0, 9653.0, 9609.0, 9620.0, 9544.0, 9562.0, 9515.0, 9555.0, 9640.0, 9584.0, 9612.0, 9544.0, 9555.0, 9536.0, 9615.0, 9627.0, 9613.0, 9538.0, 9539.0, 9597.0, 9560.0, 9626.0, 9544.0, 9657.0, 9536.0, 9580.0, 9643.0, 9535.0, 9583.0, 9541.0, 9627.0, 9514.0, 9559.0, 9614.0, 9527.0, 9555.0, 9527.0, 9592.0, 9552.0, 9654.0, 9552.0, 9552.0, 9528.0, 9547.0, 9641.0, 9578.0, 9618.0, 9516.0, 9517.0, 9514.0, 9550.0, 9619.0, 9550.0, 9638.0, 9552.0, 9578.0, 9565.0, 9593.0, 9535.0, 9667.0, 9548.0, 9584.0, 9554.0, 9582.0, 9680.0, 9595.0, 9661.0, 9561.0, 9610.0, 9561.0, 9602.0, 9539.0, 9648.0, 9621.0, 9611.0, 9644.0, 9579.0, 9611.0, 9575.0, 9597.0, 9531.0, 9556.0, 9601.0, 9552.0, 9565.0, 9535.0, 9562.0, 9631.0, 9535.0, 9540.0, 9533.0, 9530.0, 9609.0, 9535.0, 9605.0, 9521.0, 9553.0, 9585.0, 9537.0, 9607.0, 9509.0, 9587.0, 9538.0, 9571.0, 9616.0, 9514.0, 9557.0, 9505.0, 9531.0, 9593.0, 9528.0, 9619.0, 9557.0, 9593.0, 9527.0, 9587.0, 9529.0, 9540.0, 9623.0, 9570.0, 9646.0, 9537.0, 9590.0, 9542.0, 9579.0, 9542.0, 9583.0, 9568.0, 9566.0, 9578.0, 9552.0, 9619.0, 9542.0, 9623.0, 9524.0, 9595.0, 9556.0, 9562.0, 9568.0, 9559.0, 9649.0, 9561.0, 9652.0, 9580.0, 9590.0, 9564.0, 9587.0, 9659.0, 9566.0, 9654.0, 9584.0, 9611.0, 9565.0, 9580.0, 9566.0, 9589.0, 9613.0, 9602.0, 9594.0, 9577.0, 9666.0, 9567.0, 9644.0, 9573.0, 9647.0, 9590.0, 9614.0, 9573.0, 9582.0, 9676.0, 9591.0, 9665.0, 9618.0, 9655.0, 9576.0, 9618.0, 9569.0, 9632.0, 9643.0, 9615.0, 9647.0, 9604.0, 9655.0, 9589.0, 9634.0, 9575.0, 9655.0, 9575.0, 9611.0, 9583.0, 9591.0, 9671.0, 9591.0, 9666.0, 9593.0, 9663.0, 9569.0, 9618.0, 9669.0, 9599.0, 9669.0, 9593.0, 9658.0, 9549.0, 9574.0, 9542.0, 9556.0, 9649.0, 9584.0, 9667.0, 9569.0, 9609.0, 9559.0, 9555.0, 9525.0, 9574.0, 9605.0, 9555.0, 9636.0, 9576.0, 9643.0, 9550.0, 9651.0, 9553.0, 9606.0, 9543.0, 9558.0, 9559.0, 9569.0, 9629.0, 9600.0, 9609.0, 9542.0, 9554.0, 9533.0, 9586.0, 9605.0, 9585.0, 9646.0, 9536.0, 9578.0, 9536.0, 9551.0, 9508.0, 9561.0, 9629.0, 9565.0, 9624.0, 9539.0, 9620.0, 9547.0, 9617.0, 9546.0, 9640.0, 9615.0, 9539.0, 9576.0, 9521.0, 9545.0, 9525.0, 9587.0, 9533.0, 9549.0, 9539.0, 9539.0, 9635.0, 9553.0, 9650.0, 9553.0, 9612.0, 9522.0, 9540.0, 9608.0, 9542.0, 9612.0, 9499.0, 9604.0, 9506.0, 9506.0, 9552.0, 9511.0, 9531.0, 9518.0, 9538.0, 9611.0, 9523.0, 9530.0, 9515.0, 9519.0, 9540.0, 9531.0, 9612.0, 9546.0, 9620.0, 9529.0, 9559.0, 9516.0, 9536.0, 9625.0, 9541.0, 9634.0, 9537.0, 9583.0, 9512.0, 9541.0, 9598.0, 9527.0, 9607.0, 9523.0, 9624.0, 9617.0, 9626.0, 9665.0, 9585.0, 9629.0, 9552.0, 9658.0, 9664.0, 9574.0, 9642.0, 9532.0, 9575.0, 9622.0, 9549.0, 9558.0, 9510.0, 9542.0, 9524.0, 9548.0, 9550.0, 9544.0, 9568.0, 9542.0, 9594.0, 9547.0, 9610.0, 9541.0, 9569.0, 9570.0, 9548.0, 9619.0, 9558.0, 9674.0, 9587.0, 9610.0, 9573.0, 9583.0, 9658.0, 9569.0, 9657.0, 9595.0, 9652.0, 9543.0, 9574.0, 9585.0, 9544.0, 9622.0, 9543.0, 9637.0, 9544.0, 9587.0, 9542.0, 9550.0, 9617.0, 9550.0, 9652.0, 9574.0, 9653.0, 9529.0, 9575.0, 9624.0, 9559.0, 9619.0, 9541.0, 9641.0, 9525.0, 9571.0, 9536.0, 9532.0, 9586.0, 9532.0, 9627.0, 9529.0, 9559.0, 9539.0, 9546.0, 9553.0, 9550.0, 9556.0, 9546.0, 9566.0, 9551.0, 9576.0, 9566.0, 9575.0, 9671.0, 9601.0, 9659.0, 9552.0, 9611.0, 9566.0, 9634.0, 9657.0, 9618.0, 9619.0, 9530.0, 9578.0, 9526.0, 9609.0, 9542.0, 9608.0, 9523.0, 9576.0, 9517.0, 9548.0, 9636.0, 9568.0, 9604.0, 9525.0, 9553.0, 9516.0, 9550.0, 9648.0, 9580.0, 9610.0, 9528.0, 9552.0, 9509.0, 9613.0, 9619.0, 9583.0, 9635.0, 9528.0, 9564.0, 9526.0, 9589.0, 9604.0, 9567.0, 9600.0, 9523.0, 9541.0, 9538.0, 9569.0, 9543.0, 9609.0, 9530.0, 9563.0, 9634.0, 9564.0, 9630.0, 9558.0, 9591.0, 9536.0, 9544.0, 9616.0, 9548.0, 9637.0, 9578.0, 9597.0, 9528.0, 9559.0, 9537.0, 9636.0, 9603.0, 9611.0, 9613.0, 9558.0, 9618.0, 9567.0, 9660.0, 9576.0, 9642.0, 9567.0, 9619.0, 9609.0, 9584.0, 9620.0, 9564.0, 9565.0, 9592.0, 9659.0, 9584.0, 9664.0, 9616.0, 9678.0, 9635.0, 9645.0, 9583.0, 9589.0, 9657.0, 9547.0, 9564.0, 9513.0, 9532.0, 9613.0, 9557.0, 9606.0, 9527.0, 9550.0, 9513.0, 9523.0, 9579.0, 9494.0, 9569.0, 9500.0, 9539.0, 9511.0, 9503.0, 9570.0, 9512.0, 9569.0, 9483.0, 9531.0, 9575.0, 9487.0, 9520.0, 9493.0, 9535.0, 9493.0, 9506.0, 9601.0, 9525.0, 9546.0, 9491.0, 9524.0, 9484.0, 9520.0, 9604.0, 9574.0, 9589.0, 9506.0, 9541.0, 9517.0, 9532.0, 9599.0, 9569.0, 9601.0, 9544.0, 9577.0, 9531.0, 9593.0, 9530.0, 9592.0, 9568.0, 9549.0, 9609.0, 9547.0, 9628.0, 9548.0, 9604.0, 9524.0, 9541.0, 9600.0, 9557.0, 9604.0, 9550.0, 9621.0, 9549.0, 9589.0, 9540.0, 9568.0, 9641.0, 9580.0, 9660.0, 9583.0, 9622.0, 9546.0, 9602.0, 9629.0, 9583.0, 9638.0, 9598.0, 9608.0, 9549.0, 9564.0, 9636.0, 9598.0, 9648.0, 9597.0, 9621.0, 9549.0, 9597.0, 9545.0, 9578.0, 9634.0, 9604.0, 9650.0, 9578.0, 9612.0, 9556.0, 9603.0, 9560.0, 9651.0, 9621.0, 9597.0, 9639.0, 9590.0, 9645.0, 9594.0, 9682.0, 9622.0, 9623.0, 9561.0, 9658.0, 9563.0, 9622.0, 9589.0, 9642.0, 9590.0, 9609.0, 9507.0, 9435.0, 9650.0, 9641.0, 9652.0, 9587.0, 9591.0, 9598.0, 9584.0, 9568.0, 9673.0, 9578.0, 9628.0, 9535.0, 9563.0, 9625.0, 9565.0, 9645.0, 9568.0, 9659.0, 9551.0, 9604.0, 9530.0, 9538.0, 9604.0, 9529.0, 9616.0, 9547.0, 9582.0, 9535.0, 9561.0, 9533.0, 9532.0, 9637.0, 9566.0, 9642.0, 9548.0, 9583.0, 9522.0, 9546.0, 9528.0, 9576.0, 9600.0, 9595.0, 9632.0, 9538.0, 9569.0, 9519.0, 9576.0, 9509.0, 9612.0, 9575.0, 9576.0, 9634.0, 9554.0, 9598.0, 9564.0, 9647.0, 9560.0, 9586.0, 9540.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.011795876777251186</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06888417511848341</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.61640943445058</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.275055932205534</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1237989460553357</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4769</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4897.2061</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13142652011708014</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>141</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.137440758293838</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5465524738639367</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.465471577582213</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8267784780588947</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3474073659507018</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00567733</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01724383980035782</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0278235524892807</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.8669833177233954</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>19.8875</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.6671</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.5067</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302981.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>893.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.1929</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9961</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.3177</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3552.604</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3741.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73563.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1226.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4688.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.4142</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.268398713320494</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> |