=== 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-0020 --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-0020",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
139 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
139 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-0020_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-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0020/figures/sub-0020_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-0020/figures/sub-0020_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020/ses-04/func/sub-0020_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>6ddc11c75fb1092b277c995da6df60b7</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:26:40.722500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999279, 0.0258002, 0.0278372, -0.0286106, 0.993976, 0.105799]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.097637</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>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7771, -7218, 573, -108, -191, 101, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>256.656</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>144f2552-d0dd-4b55-8eae-5bac766883f0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809937953948975, -0.07676009833812714, 0.06733762472867966, 114.14798736572266], [-0.0692201778292656, 2.666764497756958, 0.28760144114494324, -92.06105041503906], [0.07468514889478683, -0.2838505804538727, 2.6837940216064453, -40.09811019897461], [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': ['122640.722500', '122641.182500', '122641.642500', '122642.102500', '122642.562500', '122643.022500', '122643.482500', '122643.942500', '122644.402500', '122644.862500', '122645.322500', '122645.782500', '122646.242500', '122646.702500', '122647.162500', '122647.622500', '122648.082500', '122648.542500', '122649.002500', '122649.462500', '122649.922500', '122650.382500', '122650.842500', '122651.302500', '122651.762500', '122652.222500', '122652.682500', '122653.142500', '122653.602500', '122654.062500', '122654.522500', '122654.982500', '122655.442500', '122655.902500', '122656.362500', '122656.822500', '122657.282500', '122657.742500', '122658.202500', '122658.662500', '122659.122500', '122659.582500', '122700.042500', '122700.502500', '122700.962500', '122701.422500', '122701.882500', '122702.342500', '122702.802500', '122703.262500', '122703.722500', '122704.182500', '122704.642500', '122705.102500', '122705.562500', '122706.022500', '122706.482500', '122706.942500', '122707.402500', '122707.862500', '122708.322500', '122708.782500', '122709.242500', '122709.702500', '122710.162500', '122710.622500', '122711.082500', '122711.542500', '122712.002500', '122712.462500', '122712.922500', '122713.382500', '122713.842500', '122714.302500', '122714.762500', '122715.222500', '122715.682500', '122716.142500', '122716.602500', '122717.062500', '122717.522500', '122717.982500', '122718.442500', '122718.902500', '122719.362500', '122719.822500', '122720.282500', '122720.742500', '122721.202500', '122721.662500', '122722.122500', '122722.582500', '122723.042500', '122723.502500', '122723.962500', '122724.422500', '122724.882500', '122725.342500', '122725.802500', '122726.262500', '122726.722500', '122727.182500', '122727.642500', '122728.102500', '122728.562500', '122729.022500', '122729.482500', '122729.942500', '122730.402500', '122730.862500', '122731.322500', '122731.782500', '122732.242500', '122732.702500', '122733.162500', '122733.622500', '122734.082500', '122734.542500', '122735.002500', '122735.462500', '122735.922500', '122736.382500', '122736.842500', '122737.302500', '122737.762500', '122738.222500', '122738.682500', '122739.142500', '122739.602500', '122740.062500', '122740.522500', '122740.982500', '122741.442500', '122741.902500', '122742.362500', '122742.822500', '122743.282500', '122743.742500', '122744.202500', '122744.662500', '122745.122500', '122745.582500', '122746.042500', '122746.502500', '122746.962500', '122747.422500', '122747.882500', '122748.342500', '122748.802500', '122749.262500', '122749.722500', '122750.182500', '122750.642500', '122751.102500', '122751.562500', '122752.022500', '122752.482500', '122752.942500', '122753.402500', '122753.862500', '122754.322500', '122754.782500', '122755.242500', '122755.702500', '122756.162500', '122756.622500', '122757.082500', '122757.542500', '122758.002500', '122758.462500', '122758.922500', '122759.382500', '122759.842500', '122800.302500', '122800.762500', '122801.222500', '122801.682500', '122802.142500', '122802.602500', '122803.062500', '122803.522500', '122803.982500', '122804.442500', '122804.902500', '122805.362500', '122805.822500', '122806.282500', '122806.742500', '122807.202500', '122807.662500', '122808.122500', '122808.582500', '122809.042500', '122809.502500', '122809.962500', '122810.422500', '122810.882500', '122811.342500', '122811.802500', '122812.262500', '122812.722500', '122813.182500', '122813.642500', '122814.102500', '122814.562500', '122815.022500', '122815.482500', '122815.942500', '122816.402500', '122816.862500', '122817.322500', '122817.782500', '122818.242500', '122818.702500', '122819.162500', '122819.622500', '122820.082500', '122820.542500', '122821.002500', '122821.462500', '122821.922500', '122822.382500', '122822.842500', '122823.302500', '122823.762500', '122824.222500', '122824.682500', '122825.142500', '122825.602500', '122826.062500', '122826.522500', '122826.982500', '122827.442500', '122827.902500', '122828.362500', '122828.822500', '122829.282500', '122829.742500', '122830.202500', '122830.662500', '122831.122500', '122831.582500', '122832.042500', '122832.502500', '122832.962500', '122833.422500', '122833.882500', '122834.342500', '122834.802500', '122835.262500', '122835.722500', '122836.182500', '122836.642500', '122837.102500', '122837.562500', '122838.022500', '122838.482500', '122838.942500', '122839.402500', '122839.862500', '122840.322500', '122840.782500', '122841.242500', '122841.702500', '122842.162500', '122842.622500', '122843.082500', '122843.542500', '122844.002500', '122844.462500', '122844.922500', '122845.382500', '122845.842500', '122846.302500', '122846.762500', '122847.222500', '122847.682500', '122848.142500', '122848.602500', '122849.062500', '122849.522500', '122849.982500', '122850.442500', '122850.902500', '122851.362500', '122851.822500', '122852.282500', '122852.742500', '122853.202500', '122853.662500', '122854.122500', '122854.582500', '122855.042500', '122855.502500', '122855.962500', '122856.422500', '122856.882500', '122857.342500', '122857.802500', '122858.262500', '122858.722500', '122859.182500', '122859.642500', '122900.102500', '122900.562500', '122901.022500', '122901.482500', '122901.942500', '122902.402500', '122902.862500', '122903.322500', '122903.782500', '122904.242500', '122904.702500', '122905.162500', '122905.622500', '122906.082500', '122906.542500', '122907.002500', '122907.462500', '122907.922500', '122908.382500', '122908.842500', '122909.302500', '122909.762500', '122910.222500', '122910.682500', '122911.142500', '122911.602500', '122912.062500', '122912.522500', '122912.982500', '122913.442500', '122913.902500', '122914.362500', '122914.822500', '122915.282500', '122915.742500', '122916.202500', '122916.662500', '122917.122500', '122917.582500', '122918.042500', '122918.502500', '122918.962500', '122919.422500', '122919.882500', '122920.342500', '122920.802500', '122921.262500', '122921.722500', '122922.182500', '122922.642500', '122923.102500', '122923.562500', '122924.022500', '122924.482500', '122924.942500', '122925.402500', '122925.862500', '122926.322500', '122926.782500', '122927.242500', '122927.702500', '122928.162500', '122928.622500', '122929.082500', '122929.542500', '122930.002500', '122930.462500', '122930.922500', '122931.382500', '122931.842500', '122932.302500', '122932.762500', '122933.222500', '122933.682500', '122934.142500', '122934.602500', '122935.062500', '122935.522500', '122935.982500', '122936.442500', '122936.902500', '122937.362500', '122937.822500', '122938.282500', '122938.742500', '122939.202500', '122939.662500', '122940.122500', '122940.582500', '122941.042500', '122941.502500', '122941.962500', '122942.422500', '122942.882500', '122943.342500', '122943.802500', '122944.262500', '122944.722500', '122945.182500', '122945.642500', '122946.102500', '122946.562500', '122947.022500', '122947.482500', '122947.942500', '122948.402500', '122948.862500', '122949.322500', '122949.782500', '122950.242500', '122950.702500', '122951.162500', '122951.622500', '122952.082500', '122952.542500', '122953.002500', '122953.462500', '122953.922500', '122954.382500', '122954.842500', '122955.302500', '122955.762500', '122956.222500', '122956.682500', '122957.142500', '122957.602500', '122958.062500', '122958.522500', '122958.982500', '122959.442500', '122959.902500', '123000.362500', '123000.822500', '123001.282500', '123001.742500', '123002.202500', '123002.662500', '123003.122500', '123003.582500', '123004.042500', '123004.502500', '123004.962500', '123005.422500', '123005.882500', '123006.342500', '123006.802500', '123007.262500', '123007.722500', '123008.182500', '123008.642500', '123009.102500', '123009.562500', '123010.022500', '123010.482500', '123010.942500', '123011.402500', '123011.862500', '123012.322500', '123012.782500', '123013.242500', '123013.702500', '123014.162500', '123014.622500', '123015.082500', '123015.542500', '123016.002500', '123016.462500', '123016.922500', '123017.382500', '123017.842500', '123018.302500', '123018.762500', '123019.222500', '123019.682500', '123020.142500', '123020.602500', '123021.062500', '123021.522500', '123021.982500', '123022.442500', '123022.902500', '123023.362500', '123023.822500', '123024.282500', '123024.742500', '123025.202500', '123025.662500', '123026.122500', '123026.582500', '123027.042500', '123027.502500', '123027.962500', '123028.422500', '123028.882500', '123029.342500', '123029.802500', '123030.262500', '123030.722500', '123031.182500', '123031.642500', '123032.102500', '123032.562500', '123033.022500', '123033.482500', '123033.942500', '123034.402500', '123034.862500', '123035.322500', '123035.782500', '123036.242500', '123036.702500', '123037.162500', '123037.622500', '123038.082500', '123038.542500', '123039.002500', '123039.462500', '123039.922500', '123040.382500', '123040.842500', '123041.302500', '123041.762500', '123042.222500', '123042.682500', '123043.142500', '123043.602500', '123044.062500', '123044.522500', '123044.982500', '123045.442500', '123045.902500', '123046.362500', '123046.822500', '123047.282500', '123047.742500', '123048.202500', '123048.662500', '123049.122500', '123049.582500', '123050.042500', '123050.502500', '123050.962500', '123051.422500', '123051.882500', '123052.342500', '123052.802500', '123053.262500', '123053.722500', '123054.182500', '123054.642500', '123055.102500', '123055.562500', '123056.022500', '123056.482500', '123056.942500', '123057.402500', '123057.862500', '123058.322500', '123058.782500', '123059.242500', '123059.702500', '123100.162500', '123100.622500', '123101.082500', '123101.542500', '123102.002500', '123102.462500', '123102.922500', '123103.382500', '123103.842500', '123104.302500', '123104.762500', '123105.222500', '123105.682500', '123106.142500', '123106.602500', '123107.062500', '123107.522500', '123107.982500', '123108.442500', '123108.902500', '123109.362500', '123109.822500', '123110.282500', '123110.742500', '123111.202500', '123111.662500', '123112.122500', '123112.582500', '123113.042500', '123113.502500', '123113.962500', '123114.422500', '123114.882500', '123115.342500', '123115.802500', '123116.262500', '123116.722500', '123117.182500', '123117.642500', '123118.102500', '123118.562500', '123119.022500', '123119.482500', '123119.942500', '123120.402500', '123120.862500', '123121.322500', '123121.782500', '123122.242500', '123122.702500', '123123.162500', '123123.622500', '123124.082500', '123124.542500', '123125.002500', '123125.462500', '123125.922500', '123126.382500', '123126.842500', '123127.302500', '123127.762500', '123128.222500', '123128.682500', '123129.142500', '123129.602500', '123130.062500', '123130.522500', '123130.982500', '123131.442500', '123131.902500', '123132.362500', '123132.822500', '123133.282500', '123133.742500', '123134.202500', '123134.662500', '123135.122500', '123135.582500', '123136.042500', '123136.502500', '123136.962500', '123137.422500', '123137.882500', '123138.342500', '123138.802500', '123139.262500', '123139.722500', '123140.182500', '123140.642500', '123141.102500', '123141.562500', '123142.022500', '123142.482500', '123142.942500', '123143.402500', '123143.862500', '123144.322500', '123144.782500', '123145.242500', '123145.702500', '123146.162500', '123146.622500', '123147.082500', '123147.542500', '123148.002500', '123148.462500', '123148.922500', '123149.382500', '123149.842500', '123150.302500', '123150.762500', '123151.222500', '123151.682500', '123152.142500', '123152.602500', '123153.062500', '123153.522500', '123153.982500', '123154.442500', '123154.902500', '123155.362500', '123155.822500', '123156.282500', '123156.742500', '123157.202500', '123157.662500', '123158.122500', '123158.582500', '123159.042500', '123159.502500', '123159.962500', '123200.422500', '123200.882500', '123201.342500', '123201.802500', '123202.262500', '123202.722500', '123203.182500', '123203.642500', '123204.102500', '123204.562500', '123205.022500', '123205.482500', '123205.942500', '123206.402500', '123206.862500', '123207.322500', '123207.782500', '123208.242500', '123208.702500', '123209.162500', '123209.622500', '123210.082500', '123210.542500', '123211.002500', '123211.462500', '123211.922500', '123212.382500', '123212.842500', '123213.302500', '123213.762500', '123214.222500', '123214.682500', '123215.142500', '123215.602500', '123216.062500', '123216.522500', '123216.982500', '123217.442500', '123217.902500', '123218.362500', '123218.822500', '123219.282500', '123219.742500', '123220.202500', '123220.662500', '123221.122500', '123221.582500', '123222.042500', '123222.502500', '123222.962500', '123223.422500', '123223.882500', '123224.342500', '123224.802500', '123225.262500', '123225.722500', '123226.182500', '123226.642500', '123227.102500', '123227.562500', '123228.022500', '123228.482500', '123228.942500', '123229.402500', '123229.862500', '123230.322500', '123230.782500', '123231.242500', '123231.702500', '123232.162500', '123232.622500', '123233.082500', '123233.542500', '123234.002500', '123234.462500', '123234.922500', '123235.382500', '123235.842500', '123236.302500', '123236.762500', '123237.222500', '123237.682500', '123238.142500', '123238.602500', '123239.062500', '123239.522500', '123239.982500', '123240.442500', '123240.902500', '123241.362500', '123241.822500', '123242.282500', '123242.742500', '123243.202500', '123243.662500', '123244.122500', '123244.582500', '123245.042500', '123245.502500', '123245.962500', '123246.422500', '123246.882500', '123247.342500', '123247.802500', '123248.262500', '123248.722500', '123249.182500', '123249.642500', '123250.102500', '123250.562500', '123251.022500', '123251.482500', '123251.942500', '123252.402500', '123252.862500', '123253.322500', '123253.782500', '123254.242500', '123254.702500', '123255.162500', '123255.622500', '123256.082500', '123256.542500', '123257.002500', '123257.462500', '123257.922500', '123258.382500', '123258.842500', '123259.302500', '123259.762500', '123300.222500', '123300.682500', '123301.142500', '123301.602500', '123302.062500', '123302.522500', '123302.982500', '123303.442500', '123303.902500', '123304.362500', '123304.822500', '123305.282500', '123305.742500', '123306.202500', '123306.662500', '123307.122500', '123307.582500', '123308.042500', '123308.502500', '123308.962500', '123309.422500', '123309.882500', '123310.342500', '123310.802500', '123311.262500', '123311.722500', '123312.182500', '123312.642500', '123313.102500', '123313.562500', '123314.022500', '123314.482500', '123314.942500', '123315.402500', '123315.862500', '123316.322500', '123316.782500', '123317.242500', '123317.702500', '123318.162500', '123318.622500', '123319.082500', '123319.542500', '123320.002500', '123320.462500', '123320.922500', '123321.382500', '123321.842500', '123322.302500', '123322.762500', '123323.222500', '123323.682500', '123324.142500', '123324.602500', '123325.062500', '123325.522500', '123325.982500', '123326.442500', '123326.902500', '123327.362500', '123327.822500', '123328.282500', '123328.742500', '123329.202500', '123329.662500', '123330.122500', '123330.582500', '123331.042500', '123331.502500', '123331.962500', '123332.422500', '123332.882500', '123333.342500', '123333.802500', '123334.262500', '123334.722500', '123335.182500', '123335.642500', '123336.102500', '123336.562500', '123337.022500', '123337.482500', '123337.942500', '123338.402500', '123338.862500', '123339.322500', '123339.782500', '123340.242500', '123340.702500', '123341.162500', '123341.622500', '123342.082500', '123342.542500', '123343.002500', '123343.462500', '123343.922500', '123344.382500', '123344.842500', '123345.302500', '123345.762500', '123346.222500', '123346.682500', '123347.142500', '123347.602500', '123348.062500', '123348.522500', '123348.982500', '123349.442500', '123349.902500', '123350.362500', '123350.822500', '123351.282500', '123351.742500', '123352.202500', '123352.662500', '123353.122500', '123353.582500', '123354.042500', '123354.502500', '123354.962500', '123355.422500', '123355.882500', '123356.342500', '123356.802500', '123357.262500', '123357.722500', '123358.182500', '123358.642500', '123359.102500', '123359.562500', '123400.022500', '123400.482500', '123400.942500', '123401.402500', '123401.862500', '123402.322500', '123402.782500', '123403.242500', '123403.702500', '123404.162500', '123404.622500', '123405.082500', '123405.542500', '123406.002500', '123406.462500', '123406.922500', '123407.382500', '123407.842500', '123408.302500', '123408.762500', '123409.222500', '123409.682500', '123410.142500', '123410.602500', '123411.062500', '123411.522500', '123411.982500', '123412.442500', '123412.902500', '123413.362500', '123413.822500', '123414.282500', '123414.742500', '123415.202500', '123415.662500', '123416.122500', '123416.582500', '123417.042500', '123417.502500', '123417.962500', '123418.422500', '123418.882500', '123419.342500', '123419.802500', '123420.262500', '123420.722500', '123421.182500', '123421.642500', '123422.102500', '123422.562500', '123423.022500', '123423.482500', '123423.942500', '123424.402500', '123424.862500', '123425.322500', '123425.782500', '123426.242500', '123426.702500', '123427.162500', '123427.622500', '123428.082500', '123428.542500', '123429.002500', '123429.462500', '123429.922500', '123430.382500', '123430.842500', '123431.302500', '123431.762500', '123432.222500', '123432.682500', '123433.142500', '123433.602500', '123434.062500', '123434.522500', '123434.982500', '123435.442500', '123435.902500', '123436.362500', '123436.822500', '123437.282500', '123437.742500', '123438.202500', '123438.662500', '123439.122500', '123439.582500', '123440.042500', '123440.502500', '123440.962500', '123441.422500', '123441.882500', '123442.342500', '123442.802500', '123443.262500', '123443.722500', '123444.182500', '123444.642500', '123445.102500', '123445.562500', '123446.022500', '123446.482500', '123446.942500', '123447.402500', '123447.862500', '123448.322500', '123448.782500', '123449.242500', '123449.702500', '123450.162500', '123450.622500', '123451.082500', '123451.542500', '123452.002500', '123452.462500', '123452.922500', '123453.382500', '123453.842500', '123454.302500', '123454.762500', '123455.222500', '123455.682500', '123456.142500', '123456.602500', '123457.062500', '123457.522500', '123457.982500', '123458.442500', '123458.902500', '123459.362500', '123459.822500', '123500.282500', '123500.742500', '123501.202500', '123501.662500', '123502.122500', '123502.582500', '123503.042500', '123503.502500', '123503.962500', '123504.422500', '123504.882500', '123505.342500', '123505.802500', '123506.262500', '123506.722500', '123507.182500', '123507.642500', '123508.102500', '123508.562500', '123509.022500', '123509.482500', '123509.942500', '123510.402500', '123510.862500', '123511.322500', '123511.782500', '123512.242500', '123512.702500', '123513.162500', '123513.622500', '123514.082500', '123514.542500', '123515.002500', '123515.462500', '123515.922500', '123516.382500', '123516.842500', '123517.302500', '123517.762500', '123518.222500', '123518.682500', '123519.142500', '123519.602500', '123520.062500', '123520.522500', '123520.982500', '123521.442500', '123521.902500', '123522.362500', '123522.822500', '123523.282500', '123523.742500', '123524.202500', '123524.662500', '123525.122500', '123525.582500', '123526.042500', '123526.502500', '123526.962500', '123527.422500', '123527.882500', '123528.342500', '123528.802500', '123529.262500', '123529.722500', '123530.182500', '123530.642500', '123531.102500', '123531.562500', '123532.022500', '123532.482500', '123532.942500', '123533.402500', '123533.862500', '123534.322500', '123534.782500', '123535.242500', '123535.702500', '123536.162500', '123536.622500', '123537.082500', '123537.542500', '123538.002500', '123538.462500', '123538.922500', '123539.382500', '123539.842500', '123540.302500', '123540.762500', '123541.222500', '123541.682500', '123542.142500', '123542.602500', '123543.062500', '123543.522500', '123543.982500', '123544.442500', '123544.902500', '123545.362500', '123545.822500', '123546.282500', '123546.742500', '123547.202500', '123547.662500', '123548.122500', '123548.582500', '123549.042500', '123549.502500', '123549.962500', '123550.422500', '123550.882500', '123551.342500', '123551.802500', '123552.262500', '123552.722500', '123553.182500', '123553.642500', '123554.102500', '123554.562500', '123555.022500', '123555.482500', '123555.942500', '123556.402500', '123556.862500', '123557.322500', '123557.782500', '123558.242500', '123558.702500', '123559.162500', '123559.622500', '123600.082500', '123600.542500', '123601.002500', '123601.462500', '123601.922500', '123602.382500', '123602.842500', '123603.302500', '123603.762500', '123604.222500', '123604.682500', '123605.142500', '123605.602500', '123606.062500', '123606.522500', '123606.982500', '123607.442500', '123607.902500', '123608.362500', '123608.822500', '123609.282500', '123609.742500', '123610.202500', '123610.662500', '123611.122500', '123611.582500', '123612.042500', '123612.502500', '123612.962500', '123613.422500', '123613.882500', '123614.342500', '123614.802500', '123615.262500', '123615.722500', '123616.182500', '123616.642500', '123617.102500', '123617.562500', '123618.022500', '123618.482500', '123618.942500', '123619.402500', '123619.862500', '123620.322500', '123620.782500', '123621.242500', '123621.702500', '123622.162500', '123622.622500', '123623.082500', '123623.542500'], 'ContentTime': ['122706.182000', '122706.186000', '122706.188000', '122706.191000', '122706.194000', '122706.197000', '122706.200000', '122706.203000', '122706.205000', '122706.208000', '122706.211000', '122706.214000', '122706.217000', '122706.220000', '122706.222000', '122706.225000', '122706.234000', '122706.246000', '122706.249000', '122706.252000', '122706.255000', '122706.257000', '122706.260000', '122706.263000', '122706.266000', '122706.269000', '122706.271000', '122706.274000', '122706.277000', '122706.280000', '122706.283000', '122706.285000', '122706.288000', '122706.291000', '122706.294000', '122706.297000', '122706.300000', '122706.302000', '122706.305000', '122706.308000', '122706.311000', '122706.314000', '122706.317000', '122706.320000', '122706.322000', '122706.325000', '122706.328000', '122706.331000', '122706.333000', '122706.336000', '122706.339000', '122706.342000', '122706.345000', '122706.348000', '122726.152000', '122726.155000', '122726.158000', '122726.160000', '122726.163000', '122726.170000', '122726.173000', '122726.176000', '122726.179000', '122726.182000', '122726.184000', '122726.187000', '122726.190000', '122726.193000', '122726.195000', '122726.198000', '122726.201000', '122726.204000', '122726.207000', '122726.210000', '122726.213000', '122726.215000', '122726.218000', '122726.221000', '122726.224000', '122726.227000', '122726.230000', '122726.232000', '122726.235000', '122726.238000', '122726.241000', '122726.244000', '122726.247000', '122726.250000', '122726.252000', '122726.255000', '122726.258000', '122726.261000', '122726.264000', '122726.267000', '122726.270000', '122726.273000', '122726.276000', '122746.152000', '122746.155000', '122746.158000', '122746.160000', '122746.163000', '122746.166000', '122746.169000', '122746.172000', '122746.174000', '122746.177000', '122746.180000', '122746.183000', '122746.186000', '122746.189000', '122746.191000', '122746.194000', '122746.197000', '122746.200000', '122746.203000', '122746.206000', '122746.208000', '122746.211000', '122746.214000', '122746.217000', '122746.220000', '122746.222000', '122746.225000', '122746.228000', '122746.237000', '122746.240000', '122746.243000', '122746.246000', '122746.249000', '122746.252000', '122746.254000', '122746.257000', '122746.260000', '122746.263000', '122746.266000', '122746.268000', '122746.271000', '122746.274000', '122746.277000', '122746.280000', '122806.152000', '122806.155000', '122806.158000', '122806.161000', '122806.164000', '122806.166000', '122806.169000', '122806.172000', '122806.175000', '122806.178000', '122806.180000', '122806.183000', '122806.191000', '122806.194000', '122806.197000', '122806.200000', '122806.203000', '122806.207000', '122806.210000', '122806.213000', '122806.220000', '122806.223000', '122806.226000', '122806.228000', '122806.231000', '122806.234000', '122806.237000', '122806.240000', '122806.243000', '122806.245000', '122806.248000', '122806.251000', '122806.254000', '122806.257000', '122806.261000', '122806.264000', '122806.267000', '122806.270000', '122806.273000', '122806.275000', '122806.278000', '122806.281000', '122806.284000', '122826.152000', '122826.155000', '122826.157000', '122826.160000', '122826.163000', '122826.166000', '122826.169000', '122826.172000', '122826.175000', '122826.177000', '122826.180000', '122826.185000', '122826.187000', '122826.190000', '122826.193000', '122826.196000', '122826.199000', '122826.202000', '122826.204000', '122826.207000', '122826.210000', '122826.213000', '122826.216000', '122826.219000', '122826.221000', '122826.224000', '122826.227000', '122826.230000', '122826.233000', '122826.236000', '122826.239000', '122826.241000', '122826.244000', '122826.247000', '122826.250000', '122826.253000', '122826.255000', '122826.258000', '122826.261000', '122826.264000', '122826.267000', '122826.269000', '122826.272000', '122826.275000', '122846.152000', '122846.155000', '122846.158000', '122846.161000', '122846.163000', '122846.166000', '122846.169000', '122846.172000', '122846.175000', '122846.177000', '122846.180000', '122846.183000', '122846.186000', '122846.189000', '122846.192000', '122846.195000', '122846.197000', '122846.200000', '122846.203000', '122846.206000', '122846.209000', '122846.212000', '122846.214000', '122846.217000', '122846.220000', '122846.223000', '122846.226000', '122846.229000', '122846.232000', '122846.234000', '122846.237000', '122846.240000', '122846.243000', '122846.246000', '122846.249000', '122846.259000', '122846.262000', '122846.265000', '122846.268000', '122846.271000', '122846.273000', '122846.278000', '122846.283000', '122906.152000', '122906.155000', '122906.158000', '122906.160000', '122906.163000', '122906.166000', '122906.169000', '122906.172000', '122906.175000', '122906.177000', '122906.180000', '122906.183000', '122906.186000', '122906.189000', '122906.192000', '122906.194000', '122906.197000', '122906.200000', '122906.203000', '122906.206000', '122906.209000', '122906.211000', '122906.214000', '122906.217000', '122906.220000', '122906.223000', '122906.226000', '122906.229000', '122906.231000', '122906.234000', '122906.237000', '122906.240000', '122906.243000', '122906.245000', '122906.248000', '122906.251000', '122906.254000', '122906.257000', '122906.259000', '122906.262000', '122906.265000', '122906.268000', '122906.271000', '122906.274000', '122926.152000', '122926.155000', '122926.158000', '122926.160000', '122926.163000', '122926.166000', '122926.169000', '122926.172000', '122926.175000', '122926.178000', '122926.181000', '122926.183000', '122926.186000', '122926.189000', '122926.192000', '122926.195000', '122926.197000', '122926.200000', '122926.203000', '122926.206000', '122926.209000', '122926.212000', '122926.215000', '122926.217000', '122926.220000', '122926.223000', '122926.226000', '122926.229000', '122926.232000', '122926.234000', '122926.237000', '122926.240000', '122926.244000', '122926.247000', '122926.250000', '122926.252000', '122926.255000', '122926.258000', '122926.261000', '122926.279000', '122926.282000', '122926.284000', '122926.287000', '122946.152000', '122946.155000', '122946.158000', '122946.160000', '122946.163000', '122946.166000', '122946.169000', '122946.172000', '122946.175000', '122946.177000', '122946.180000', '122946.183000', '122946.186000', '122946.189000', '122946.192000', '122946.195000', '122946.197000', '122946.200000', '122946.203000', '122946.206000', '122946.209000', '122946.212000', '122946.214000', '122946.217000', '122946.220000', '122946.223000', '122946.226000', '122946.229000', '122946.232000', '122946.234000', '122946.237000', '122946.240000', '122946.243000', '122946.246000', '122946.254000', '122946.256000', '122946.259000', '122946.262000', '122946.265000', '122946.268000', '122946.271000', '122946.273000', '122946.276000', '122946.279000', '123006.152000', '123006.155000', '123006.158000', '123006.161000', '123006.163000', '123006.166000', '123006.169000', '123006.172000', '123006.175000', '123006.178000', '123006.181000', '123006.184000', '123006.186000', '123006.189000', '123006.192000', '123006.195000', '123006.198000', '123006.201000', '123006.203000', '123006.206000', '123006.209000', '123006.212000', '123006.215000', '123006.218000', '123006.221000', '123006.224000', '123006.226000', '123006.229000', '123006.232000', '123006.235000', '123006.238000', '123006.241000', '123006.244000', '123006.247000', '123006.250000', '123006.252000', '123006.255000', '123006.258000', '123006.261000', '123006.264000', '123006.267000', '123006.270000', '123006.272000', '123026.152000', '123026.155000', '123026.158000', '123026.161000', '123026.163000', '123026.166000', '123026.169000', '123026.172000', '123026.175000', '123026.178000', '123026.181000', '123026.183000', '123026.186000', '123026.189000', '123026.192000', '123026.195000', '123026.197000', '123026.200000', '123026.203000', '123026.206000', '123026.209000', '123026.212000', '123026.214000', '123026.217000', '123026.220000', '123026.223000', '123026.226000', '123026.229000', '123026.231000', '123026.234000', '123026.237000', '123026.240000', '123026.243000', '123026.246000', '123026.248000', '123026.251000', '123026.254000', '123026.257000', '123026.260000', '123026.263000', '123026.266000', '123026.268000', '123026.271000', '123026.274000', '123046.152000', '123046.155000', '123046.158000', '123046.161000', '123046.163000', '123046.166000', '123046.169000', '123046.172000', '123046.175000', '123046.178000', '123046.181000', '123046.183000', '123046.186000', '123046.189000', '123046.192000', '123046.195000', '123046.197000', '123046.200000', '123046.203000', '123046.206000', '123046.218000', '123046.221000', '123046.224000', '123046.227000', '123046.230000', '123046.233000', '123046.235000', '123046.238000', '123046.241000', '123046.244000', '123046.247000', '123046.250000', '123046.252000', '123046.255000', '123046.258000', '123046.261000', '123046.265000', '123046.268000', '123046.271000', '123046.273000', '123046.276000', '123046.286000', '123046.289000', '123106.152000', '123106.155000', '123106.158000', '123106.161000', '123106.163000', '123106.166000', '123106.169000', '123106.172000', '123106.175000', '123106.178000', '123106.181000', '123106.183000', '123106.186000', '123106.189000', '123106.192000', '123106.195000', '123106.198000', '123106.208000', '123106.211000', '123106.214000', '123106.227000', '123106.230000', '123106.232000', '123106.235000', '123106.238000', '123106.241000', '123106.244000', '123106.247000', '123106.249000', '123106.252000', '123106.255000', '123106.258000', '123106.261000', '123106.264000', '123106.267000', '123106.270000', '123106.272000', '123106.275000', '123106.278000', '123106.281000', '123106.284000', '123106.287000', '123106.289000', '123106.292000', '123126.152000', '123126.155000', '123126.158000', '123126.161000', '123126.163000', '123126.166000', '123126.169000', '123126.172000', '123126.175000', '123126.178000', '123126.180000', '123126.183000', '123126.186000', '123126.189000', '123126.192000', '123126.195000', '123126.198000', '123126.200000', '123126.203000', '123126.206000', '123126.209000', '123126.212000', '123126.215000', '123126.218000', '123126.220000', '123126.223000', '123126.226000', '123126.229000', '123126.232000', '123126.235000', '123126.238000', '123126.241000', '123126.244000', '123126.247000', '123126.249000', '123126.252000', '123126.255000', '123126.258000', '123126.261000', '123126.264000', '123126.267000', '123126.269000', '123126.272000', '123146.152000', '123146.155000', '123146.159000', '123146.162000', '123146.165000', '123146.168000', '123146.186000', '123146.189000', '123146.192000', '123146.195000', '123146.197000', '123146.200000', '123146.203000', '123146.206000', '123146.209000', '123146.211000', '123146.214000', '123146.217000', '123146.220000', '123146.223000', '123146.226000', '123146.229000', '123146.231000', '123146.234000', '123146.237000', '123146.240000', '123146.243000', '123146.246000', '123146.248000', '123146.251000', '123146.254000', '123146.257000', '123146.260000', '123146.263000', '123146.265000', '123146.268000', '123146.271000', '123146.274000', '123146.277000', '123146.280000', '123146.282000', '123146.285000', '123146.288000', '123206.152000', '123206.155000', '123206.164000', '123206.166000', '123206.169000', '123206.180000', '123206.183000', '123206.185000', '123206.188000', '123206.191000', '123206.194000', '123206.197000', '123206.200000', '123206.202000', '123206.205000', '123206.208000', '123206.211000', '123206.214000', '123206.217000', '123206.220000', '123206.222000', '123206.225000', '123206.228000', '123206.231000', '123206.234000', '123206.237000', '123206.240000', '123206.243000', '123206.245000', '123206.248000', '123206.251000', '123206.254000', '123206.257000', '123206.260000', '123206.263000', '123206.266000', '123206.268000', '123206.271000', '123206.274000', '123206.277000', '123206.280000', '123206.284000', '123206.287000', '123206.290000', '123226.152000', '123226.155000', '123226.158000', '123226.161000', '123226.163000', '123226.166000', '123226.169000', '123226.172000', '123226.175000', '123226.178000', '123226.181000', '123226.184000', '123226.186000', '123226.189000', '123226.192000', '123226.195000', '123226.198000', '123226.201000', '123226.204000', '123226.206000', '123226.209000', '123226.212000', '123226.215000', '123226.218000', '123226.221000', '123226.224000', '123226.226000', '123226.229000', '123226.232000', '123226.235000', '123226.238000', '123226.241000', '123226.243000', '123226.246000', '123226.249000', '123226.252000', '123226.255000', '123226.258000', '123226.260000', '123226.263000', '123226.266000', '123226.269000', '123226.272000', '123246.152000', '123246.155000', '123246.158000', '123246.161000', '123246.164000', '123246.167000', '123246.170000', '123246.173000', '123246.176000', '123246.179000', '123246.182000', '123246.185000', '123246.187000', '123246.190000', '123246.193000', '123246.196000', '123246.199000', '123246.202000', '123246.205000', '123246.208000', '123246.211000', '123246.214000', '123246.216000', '123246.219000', '123246.222000', '123246.225000', '123246.228000', '123246.231000', '123246.234000', '123246.236000', '123246.239000', '123246.242000', '123246.245000', '123246.248000', '123246.251000', '123246.254000', '123246.257000', '123246.259000', '123246.262000', '123246.265000', '123246.268000', '123246.271000', '123246.274000', '123246.277000', '123306.153000', '123306.156000', '123306.159000', '123306.162000', '123306.165000', '123306.167000', '123306.170000', '123306.174000', '123306.179000', '123306.183000', '123306.203000', '123306.206000', '123306.209000', '123306.212000', '123306.214000', '123306.217000', '123306.220000', '123306.223000', '123306.226000', '123306.228000', '123306.231000', '123306.234000', '123306.237000', '123306.240000', '123306.243000', '123306.245000', '123306.248000', '123306.251000', '123306.254000', '123306.266000', '123306.269000', '123306.271000', '123306.274000', '123306.277000', '123306.280000', '123306.283000', '123306.286000', '123306.288000', '123306.291000', '123306.294000', '123306.297000', '123306.300000', '123306.302000', '123326.152000', '123326.155000', '123326.158000', '123326.161000', '123326.163000', '123326.170000', '123326.173000', '123326.176000', '123326.178000', '123326.181000', '123326.184000', '123326.187000', '123326.190000', '123326.193000', '123326.195000', '123326.198000', '123326.201000', '123326.204000', '123326.207000', '123326.210000', '123326.212000', '123326.215000', '123326.218000', '123326.221000', '123326.224000', '123326.227000', '123326.230000', '123326.233000', '123326.235000', '123326.238000', '123326.241000', '123326.244000', '123326.247000', '123326.250000', '123326.252000', '123326.255000', '123326.258000', '123326.261000', '123326.264000', '123326.267000', '123326.269000', '123326.272000', '123326.275000', '123326.278000', '123346.152000', '123346.155000', '123346.158000', '123346.161000', '123346.163000', '123346.166000', '123346.169000', '123346.172000', '123346.175000', '123346.177000', '123346.180000', '123346.183000', '123346.186000', '123346.189000', '123346.192000', '123346.194000', '123346.197000', '123346.200000', '123346.203000', '123346.206000', '123346.209000', '123346.212000', '123346.215000', '123346.247000', '123346.250000', '123346.252000', '123346.255000', '123346.258000', '123346.261000', '123346.264000', '123346.267000', '123346.270000', '123346.273000', '123346.275000', '123346.278000', '123346.281000', '123346.284000', '123346.287000', '123346.289000', '123346.292000', '123346.295000', '123346.298000', '123346.301000', '123406.152000', '123406.155000', '123406.158000', '123406.161000', '123406.163000', '123406.166000', '123406.169000', '123406.172000', '123406.175000', '123406.178000', '123406.180000', '123406.183000', '123406.186000', '123406.189000', '123406.192000', '123406.195000', '123406.197000', '123406.200000', '123406.203000', '123406.206000', '123406.209000', '123406.212000', '123406.215000', '123406.217000', '123406.220000', '123406.223000', '123406.226000', '123406.229000', '123406.232000', '123406.235000', '123406.237000', '123406.240000', '123406.243000', '123406.246000', '123406.249000', '123406.252000', '123406.255000', '123406.257000', '123406.260000', '123406.263000', '123406.266000', '123406.269000', '123406.272000', '123406.275000', '123426.152000', '123426.156000', '123426.159000', '123426.162000', '123426.165000', '123426.167000', '123426.170000', '123426.173000', '123426.176000', '123426.179000', '123426.182000', '123426.185000', '123426.187000', '123426.190000', '123426.193000', '123426.196000', '123426.199000', '123426.202000', '123426.205000', '123426.207000', '123426.210000', '123426.213000', '123426.216000', '123426.219000', '123426.222000', '123426.225000', '123426.228000', '123426.231000', '123426.233000', '123426.236000', '123426.239000', '123426.242000', '123426.245000', '123426.248000', '123426.251000', '123426.253000', '123426.256000', '123426.259000', '123426.262000', '123426.265000', '123426.268000', '123426.271000', '123426.273000', '123446.152000', '123446.155000', '123446.158000', '123446.161000', '123446.164000', '123446.166000', '123446.169000', '123446.172000', '123446.175000', '123446.178000', '123446.181000', '123446.183000', '123446.186000', '123446.189000', '123446.192000', '123446.195000', '123446.198000', '123446.200000', '123446.203000', '123446.212000', '123446.215000', '123446.217000', '123446.220000', '123446.223000', '123446.226000', '123446.229000', '123446.232000', '123446.235000', '123446.237000', '123446.240000', '123446.243000', '123446.246000', '123446.249000', '123446.252000', '123446.255000', '123446.257000', '123446.260000', '123446.263000', '123446.266000', '123446.269000', '123446.272000', '123446.275000', '123446.278000', '123446.280000', '123506.152000', '123506.155000', '123506.158000', '123506.161000', '123506.163000', '123506.166000', '123506.169000', '123506.172000', '123506.175000', '123506.178000', '123506.180000', '123506.183000', '123506.186000', '123506.189000', '123506.192000', '123506.195000', '123506.198000', '123506.200000', '123506.203000', '123506.206000', '123506.209000', '123506.212000', '123506.215000', '123506.217000', '123506.220000', '123506.223000', '123506.226000', '123506.229000', '123506.232000', '123506.235000', '123506.238000', '123506.241000', '123506.243000', '123506.246000', '123506.249000', '123506.252000', '123506.255000', '123506.258000', '123506.260000', '123506.263000', '123506.266000', '123506.269000', '123506.272000', '123526.153000', '123526.156000', '123526.159000', '123526.162000', '123526.164000', '123526.167000', '123526.170000', '123526.173000', '123526.176000', '123526.179000', '123526.182000', '123526.190000', '123526.193000', '123526.195000', '123526.198000', '123526.201000', '123526.204000', '123526.207000', '123526.210000', '123526.212000', '123526.215000', '123526.218000', '123526.221000', '123526.224000', '123526.227000', '123526.230000', '123526.232000', '123526.235000', '123526.238000', '123526.241000', '123526.244000', '123526.247000', '123526.250000', '123526.253000', '123526.255000', '123526.258000', '123526.261000', '123526.264000', '123526.267000', '123526.270000', '123526.273000', '123526.275000', '123526.278000', '123526.281000', '123546.152000', '123546.155000', '123546.158000', '123546.161000', '123546.163000', '123546.166000', '123546.169000', '123546.172000', '123546.175000', '123546.178000', '123546.181000', '123546.183000', '123546.186000', '123546.189000', '123546.192000', '123546.206000', '123546.209000', '123546.212000', '123546.215000', '123546.218000', '123546.220000', '123546.223000', '123546.226000', '123546.229000', '123546.232000', '123546.235000', '123546.237000', '123546.240000', '123546.243000', '123546.246000', '123546.249000', '123546.252000', '123546.255000', '123546.258000', '123546.262000', '123546.265000', '123546.268000', '123546.271000', '123546.274000', '123546.277000', '123546.280000', '123546.282000', '123546.285000', '123606.152000', '123606.155000', '123606.158000', '123606.161000', '123606.164000', '123606.166000', '123606.169000', '123606.172000', '123606.175000', '123606.178000', '123606.181000', '123606.184000', '123606.186000', '123606.189000', '123606.192000', '123606.195000', '123606.198000', '123606.201000', '123606.203000', '123606.206000', '123606.209000', '123606.212000', '123606.215000', '123606.218000', '123606.230000', '123606.233000', '123606.236000', '123606.239000', '123606.241000', '123606.244000', '123606.247000', '123606.250000', '123606.253000', '123606.256000', '123606.258000', '123606.261000', '123606.264000', '123606.267000', '123606.270000', '123606.273000', '123606.276000', '123606.278000', '123606.281000', '123606.284000', '123624.545000', '123624.548000', '123624.551000', '123624.554000', '123624.557000', '123624.560000', '123624.563000', '123624.566000', '123624.568000', '123624.571000', '123624.574000', '123624.578000', '123624.580000', '123624.583000', '123624.586000', '123624.589000', '123624.592000', '123624.595000', '123624.598000', '123624.601000', '123624.604000', '123624.607000', '123624.611000', '123624.614000', '123624.617000', '123624.620000', '123624.623000', '123624.626000', '123624.628000', '123624.631000', '123624.634000', '123624.637000', '123624.640000', '123624.643000', '123624.646000', '123624.660000', '123624.663000', '123624.666000', '123624.668000', '123624.671000'], 'InstanceCreationTime': ['122706.182000', '122706.186000', '122706.188000', '122706.191000', '122706.194000', '122706.197000', '122706.200000', '122706.203000', '122706.205000', '122706.208000', '122706.211000', '122706.214000', '122706.217000', '122706.220000', '122706.222000', '122706.225000', '122706.234000', '122706.246000', '122706.249000', '122706.252000', '122706.255000', '122706.257000', '122706.260000', '122706.263000', '122706.266000', '122706.269000', '122706.271000', '122706.274000', '122706.277000', '122706.280000', '122706.283000', '122706.285000', '122706.288000', '122706.291000', '122706.294000', '122706.297000', '122706.300000', '122706.302000', '122706.305000', '122706.308000', '122706.311000', '122706.314000', '122706.317000', '122706.320000', '122706.322000', '122706.325000', '122706.328000', '122706.331000', '122706.333000', '122706.336000', '122706.339000', '122706.342000', '122706.345000', '122706.348000', '122726.152000', '122726.155000', '122726.158000', '122726.160000', '122726.163000', '122726.170000', '122726.173000', '122726.176000', '122726.179000', '122726.182000', '122726.184000', '122726.187000', '122726.190000', '122726.193000', '122726.195000', '122726.198000', '122726.201000', '122726.204000', '122726.207000', '122726.210000', '122726.213000', '122726.215000', '122726.218000', '122726.221000', '122726.224000', '122726.227000', '122726.230000', '122726.232000', '122726.235000', '122726.238000', '122726.241000', '122726.244000', '122726.247000', '122726.250000', '122726.252000', '122726.255000', '122726.258000', '122726.261000', '122726.264000', '122726.267000', '122726.270000', '122726.273000', '122726.276000', '122746.152000', '122746.155000', '122746.158000', '122746.160000', '122746.163000', '122746.166000', '122746.169000', '122746.172000', '122746.174000', '122746.177000', '122746.180000', '122746.183000', '122746.186000', '122746.189000', '122746.191000', '122746.194000', '122746.197000', '122746.200000', '122746.203000', '122746.206000', '122746.208000', '122746.211000', '122746.214000', '122746.217000', '122746.220000', '122746.222000', '122746.225000', '122746.228000', '122746.237000', '122746.240000', '122746.243000', '122746.246000', '122746.249000', '122746.252000', '122746.254000', '122746.257000', '122746.260000', '122746.263000', '122746.266000', '122746.268000', '122746.271000', '122746.274000', '122746.277000', '122746.280000', '122806.152000', '122806.155000', '122806.158000', '122806.161000', '122806.164000', '122806.166000', '122806.169000', '122806.172000', '122806.175000', '122806.178000', '122806.180000', '122806.183000', '122806.191000', '122806.194000', '122806.197000', '122806.200000', '122806.203000', '122806.207000', '122806.210000', '122806.213000', '122806.220000', '122806.223000', '122806.226000', '122806.228000', '122806.231000', '122806.234000', '122806.237000', '122806.240000', '122806.243000', '122806.245000', '122806.248000', '122806.251000', '122806.254000', '122806.257000', '122806.261000', '122806.264000', '122806.267000', '122806.270000', '122806.273000', '122806.275000', '122806.278000', '122806.281000', '122806.284000', '122826.152000', '122826.155000', '122826.157000', '122826.160000', '122826.163000', '122826.166000', '122826.169000', '122826.172000', '122826.175000', '122826.177000', '122826.180000', '122826.185000', '122826.187000', '122826.190000', '122826.193000', '122826.196000', '122826.199000', '122826.202000', '122826.204000', '122826.207000', '122826.210000', '122826.213000', '122826.216000', '122826.219000', '122826.221000', '122826.224000', '122826.227000', '122826.230000', '122826.233000', '122826.236000', '122826.239000', '122826.241000', '122826.244000', '122826.247000', '122826.250000', '122826.253000', '122826.255000', '122826.258000', '122826.261000', '122826.264000', '122826.267000', '122826.269000', '122826.272000', '122826.275000', '122846.152000', '122846.155000', '122846.158000', '122846.161000', '122846.163000', '122846.166000', '122846.169000', '122846.172000', '122846.175000', '122846.177000', '122846.180000', '122846.183000', '122846.186000', '122846.189000', '122846.192000', '122846.195000', '122846.197000', '122846.200000', '122846.203000', '122846.206000', '122846.209000', '122846.212000', '122846.214000', '122846.217000', '122846.220000', '122846.223000', '122846.226000', '122846.229000', '122846.232000', '122846.234000', '122846.237000', '122846.240000', '122846.243000', '122846.246000', '122846.249000', '122846.259000', '122846.262000', '122846.265000', '122846.268000', '122846.271000', '122846.273000', '122846.278000', '122846.283000', '122906.152000', '122906.155000', '122906.158000', '122906.160000', '122906.163000', '122906.166000', '122906.169000', '122906.172000', '122906.175000', '122906.177000', '122906.180000', '122906.183000', '122906.186000', '122906.189000', '122906.192000', '122906.194000', '122906.197000', '122906.200000', '122906.203000', '122906.206000', '122906.209000', '122906.211000', '122906.214000', '122906.217000', '122906.220000', '122906.223000', '122906.226000', '122906.229000', '122906.231000', '122906.234000', '122906.237000', '122906.240000', '122906.243000', '122906.245000', '122906.248000', '122906.251000', '122906.254000', '122906.257000', '122906.259000', '122906.262000', '122906.265000', '122906.268000', '122906.271000', '122906.274000', '122926.152000', '122926.155000', '122926.158000', '122926.160000', '122926.163000', '122926.166000', '122926.169000', '122926.172000', '122926.175000', '122926.178000', '122926.181000', '122926.183000', '122926.186000', '122926.189000', '122926.192000', '122926.195000', '122926.197000', '122926.200000', '122926.203000', '122926.206000', '122926.209000', '122926.212000', '122926.215000', '122926.217000', '122926.220000', '122926.223000', '122926.226000', '122926.229000', '122926.232000', '122926.234000', '122926.237000', '122926.240000', '122926.244000', '122926.247000', '122926.250000', '122926.252000', '122926.255000', '122926.258000', '122926.261000', '122926.279000', '122926.282000', '122926.284000', '122926.287000', '122946.152000', '122946.155000', '122946.158000', '122946.160000', '122946.163000', '122946.166000', '122946.169000', '122946.172000', '122946.175000', '122946.177000', '122946.180000', '122946.183000', '122946.186000', '122946.189000', '122946.192000', '122946.195000', '122946.197000', '122946.200000', '122946.203000', '122946.206000', '122946.209000', '122946.212000', '122946.214000', '122946.217000', '122946.220000', '122946.223000', '122946.226000', '122946.229000', '122946.232000', '122946.234000', '122946.237000', '122946.240000', '122946.243000', '122946.246000', '122946.254000', '122946.256000', '122946.259000', '122946.262000', '122946.265000', '122946.268000', '122946.271000', '122946.273000', '122946.276000', '122946.279000', '123006.152000', '123006.155000', '123006.158000', '123006.161000', '123006.163000', '123006.166000', '123006.169000', '123006.172000', '123006.175000', '123006.178000', '123006.181000', '123006.184000', '123006.186000', '123006.189000', '123006.192000', '123006.195000', '123006.198000', '123006.201000', '123006.203000', '123006.206000', '123006.209000', '123006.212000', '123006.215000', '123006.218000', '123006.221000', '123006.224000', '123006.226000', '123006.229000', '123006.232000', '123006.235000', '123006.238000', '123006.241000', '123006.244000', '123006.247000', '123006.250000', '123006.252000', '123006.255000', '123006.258000', '123006.261000', '123006.264000', '123006.267000', '123006.270000', '123006.272000', '123026.152000', '123026.155000', '123026.158000', '123026.161000', '123026.163000', '123026.166000', '123026.169000', '123026.172000', '123026.175000', '123026.178000', '123026.181000', '123026.183000', '123026.186000', '123026.189000', '123026.192000', '123026.195000', '123026.197000', '123026.200000', '123026.203000', '123026.206000', '123026.209000', '123026.212000', '123026.214000', '123026.217000', '123026.220000', '123026.223000', '123026.226000', '123026.229000', '123026.231000', '123026.234000', '123026.237000', '123026.240000', '123026.243000', '123026.246000', '123026.248000', '123026.251000', '123026.254000', '123026.257000', '123026.260000', '123026.263000', '123026.266000', '123026.268000', '123026.271000', '123026.274000', '123046.152000', '123046.155000', '123046.158000', '123046.161000', '123046.163000', '123046.166000', '123046.169000', '123046.172000', '123046.175000', '123046.178000', '123046.181000', '123046.183000', '123046.186000', '123046.189000', '123046.192000', '123046.195000', '123046.197000', '123046.200000', '123046.203000', '123046.206000', '123046.218000', '123046.221000', '123046.224000', '123046.227000', '123046.230000', '123046.233000', '123046.235000', '123046.238000', '123046.241000', '123046.244000', '123046.247000', '123046.250000', '123046.252000', '123046.255000', '123046.258000', '123046.261000', '123046.265000', '123046.268000', '123046.271000', '123046.273000', '123046.276000', '123046.286000', '123046.289000', '123106.152000', '123106.155000', '123106.158000', '123106.161000', '123106.163000', '123106.166000', '123106.169000', '123106.172000', '123106.175000', '123106.178000', '123106.181000', '123106.183000', '123106.186000', '123106.189000', '123106.192000', '123106.195000', '123106.198000', '123106.208000', '123106.211000', '123106.214000', '123106.227000', '123106.230000', '123106.232000', '123106.235000', '123106.238000', '123106.241000', '123106.244000', '123106.247000', '123106.249000', '123106.252000', '123106.255000', '123106.258000', '123106.261000', '123106.264000', '123106.267000', '123106.270000', '123106.272000', '123106.275000', '123106.278000', '123106.281000', '123106.284000', '123106.287000', '123106.289000', '123106.292000', '123126.152000', '123126.155000', '123126.158000', '123126.161000', '123126.163000', '123126.166000', '123126.169000', '123126.172000', '123126.175000', '123126.178000', '123126.180000', '123126.183000', '123126.186000', '123126.189000', '123126.192000', '123126.195000', '123126.198000', '123126.200000', '123126.203000', '123126.206000', '123126.209000', '123126.212000', '123126.215000', '123126.218000', '123126.220000', '123126.223000', '123126.226000', '123126.229000', '123126.232000', '123126.235000', '123126.238000', '123126.241000', '123126.244000', '123126.247000', '123126.249000', '123126.252000', '123126.255000', '123126.258000', '123126.261000', '123126.264000', '123126.267000', '123126.269000', '123126.272000', '123146.152000', '123146.155000', '123146.159000', '123146.162000', '123146.165000', '123146.168000', '123146.186000', '123146.189000', '123146.192000', '123146.195000', '123146.197000', '123146.200000', '123146.203000', '123146.206000', '123146.209000', '123146.211000', '123146.214000', '123146.217000', '123146.220000', '123146.223000', '123146.226000', '123146.229000', '123146.231000', '123146.234000', '123146.237000', '123146.240000', '123146.243000', '123146.246000', '123146.248000', '123146.251000', '123146.254000', '123146.257000', '123146.260000', '123146.263000', '123146.265000', '123146.268000', '123146.271000', '123146.274000', '123146.277000', '123146.280000', '123146.282000', '123146.285000', '123146.288000', '123206.152000', '123206.155000', '123206.164000', '123206.166000', '123206.169000', '123206.180000', '123206.183000', '123206.185000', '123206.188000', '123206.191000', '123206.194000', '123206.197000', '123206.200000', '123206.202000', '123206.205000', '123206.208000', '123206.211000', '123206.214000', '123206.217000', '123206.220000', '123206.222000', '123206.225000', '123206.228000', '123206.231000', '123206.234000', '123206.237000', '123206.240000', '123206.243000', '123206.245000', '123206.248000', '123206.251000', '123206.254000', '123206.257000', '123206.260000', '123206.263000', '123206.266000', '123206.268000', '123206.271000', '123206.274000', '123206.277000', '123206.280000', '123206.284000', '123206.287000', '123206.290000', '123226.152000', '123226.155000', '123226.158000', '123226.161000', '123226.163000', '123226.166000', '123226.169000', '123226.172000', '123226.175000', '123226.178000', '123226.181000', '123226.184000', '123226.186000', '123226.189000', '123226.192000', '123226.195000', '123226.198000', '123226.201000', '123226.204000', '123226.206000', '123226.209000', '123226.212000', '123226.215000', '123226.218000', '123226.221000', '123226.224000', '123226.226000', '123226.229000', '123226.232000', '123226.235000', '123226.238000', '123226.241000', '123226.243000', '123226.246000', '123226.249000', '123226.252000', '123226.255000', '123226.258000', '123226.260000', '123226.263000', '123226.266000', '123226.269000', '123226.272000', '123246.152000', '123246.155000', '123246.158000', '123246.161000', '123246.164000', '123246.167000', '123246.170000', '123246.173000', '123246.176000', '123246.179000', '123246.182000', '123246.185000', '123246.187000', '123246.190000', '123246.193000', '123246.196000', '123246.199000', '123246.202000', '123246.205000', '123246.208000', '123246.211000', '123246.214000', '123246.216000', '123246.219000', '123246.222000', '123246.225000', '123246.228000', '123246.231000', '123246.234000', '123246.236000', '123246.239000', '123246.242000', '123246.245000', '123246.248000', '123246.251000', '123246.254000', '123246.257000', '123246.259000', '123246.262000', '123246.265000', '123246.268000', '123246.271000', '123246.274000', '123246.277000', '123306.153000', '123306.156000', '123306.159000', '123306.162000', '123306.165000', '123306.167000', '123306.170000', '123306.174000', '123306.179000', '123306.183000', '123306.203000', '123306.206000', '123306.209000', '123306.212000', '123306.214000', '123306.217000', '123306.220000', '123306.223000', '123306.226000', '123306.228000', '123306.231000', '123306.234000', '123306.237000', '123306.240000', '123306.243000', '123306.245000', '123306.248000', '123306.251000', '123306.254000', '123306.266000', '123306.269000', '123306.271000', '123306.274000', '123306.277000', '123306.280000', '123306.283000', '123306.286000', '123306.288000', '123306.291000', '123306.294000', '123306.297000', '123306.300000', '123306.302000', '123326.152000', '123326.155000', '123326.158000', '123326.161000', '123326.163000', '123326.170000', '123326.173000', '123326.176000', '123326.178000', '123326.181000', '123326.184000', '123326.187000', '123326.190000', '123326.193000', '123326.195000', '123326.198000', '123326.201000', '123326.204000', '123326.207000', '123326.210000', '123326.212000', '123326.215000', '123326.218000', '123326.221000', '123326.224000', '123326.227000', '123326.230000', '123326.233000', '123326.235000', '123326.238000', '123326.241000', '123326.244000', '123326.247000', '123326.250000', '123326.252000', '123326.255000', '123326.258000', '123326.261000', '123326.264000', '123326.267000', '123326.269000', '123326.272000', '123326.275000', '123326.278000', '123346.152000', '123346.155000', '123346.158000', '123346.161000', '123346.163000', '123346.166000', '123346.169000', '123346.172000', '123346.175000', '123346.177000', '123346.180000', '123346.183000', '123346.186000', '123346.189000', '123346.192000', '123346.194000', '123346.197000', '123346.200000', '123346.203000', '123346.206000', '123346.209000', '123346.212000', '123346.215000', '123346.247000', '123346.250000', '123346.252000', '123346.255000', '123346.258000', '123346.261000', '123346.264000', '123346.267000', '123346.270000', '123346.273000', '123346.275000', '123346.278000', '123346.281000', '123346.284000', '123346.287000', '123346.289000', '123346.292000', '123346.295000', '123346.298000', '123346.301000', '123406.152000', '123406.155000', '123406.158000', '123406.161000', '123406.163000', '123406.166000', '123406.169000', '123406.172000', '123406.175000', '123406.178000', '123406.180000', '123406.183000', '123406.186000', '123406.189000', '123406.192000', '123406.195000', '123406.197000', '123406.200000', '123406.203000', '123406.206000', '123406.209000', '123406.212000', '123406.215000', '123406.217000', '123406.220000', '123406.223000', '123406.226000', '123406.229000', '123406.232000', '123406.235000', '123406.237000', '123406.240000', '123406.243000', '123406.246000', '123406.249000', '123406.252000', '123406.255000', '123406.257000', '123406.260000', '123406.263000', '123406.266000', '123406.269000', '123406.272000', '123406.275000', '123426.152000', '123426.156000', '123426.159000', '123426.162000', '123426.165000', '123426.167000', '123426.170000', '123426.173000', '123426.176000', '123426.179000', '123426.182000', '123426.185000', '123426.187000', '123426.190000', '123426.193000', '123426.196000', '123426.199000', '123426.202000', '123426.205000', '123426.207000', '123426.210000', '123426.213000', '123426.216000', '123426.219000', '123426.222000', '123426.225000', '123426.228000', '123426.231000', '123426.233000', '123426.236000', '123426.239000', '123426.242000', '123426.245000', '123426.248000', '123426.251000', '123426.253000', '123426.256000', '123426.259000', '123426.262000', '123426.265000', '123426.268000', '123426.271000', '123426.273000', '123446.152000', '123446.155000', '123446.158000', '123446.161000', '123446.164000', '123446.166000', '123446.169000', '123446.172000', '123446.175000', '123446.178000', '123446.181000', '123446.183000', '123446.186000', '123446.189000', '123446.192000', '123446.195000', '123446.198000', '123446.200000', '123446.203000', '123446.212000', '123446.215000', '123446.217000', '123446.220000', '123446.223000', '123446.226000', '123446.229000', '123446.232000', '123446.235000', '123446.237000', '123446.240000', '123446.243000', '123446.246000', '123446.249000', '123446.252000', '123446.255000', '123446.257000', '123446.260000', '123446.263000', '123446.266000', '123446.269000', '123446.272000', '123446.275000', '123446.278000', '123446.280000', '123506.152000', '123506.155000', '123506.158000', '123506.161000', '123506.163000', '123506.166000', '123506.169000', '123506.172000', '123506.175000', '123506.178000', '123506.180000', '123506.183000', '123506.186000', '123506.189000', '123506.192000', '123506.195000', '123506.198000', '123506.200000', '123506.203000', '123506.206000', '123506.209000', '123506.212000', '123506.215000', '123506.217000', '123506.220000', '123506.223000', '123506.226000', '123506.229000', '123506.232000', '123506.235000', '123506.238000', '123506.241000', '123506.243000', '123506.246000', '123506.249000', '123506.252000', '123506.255000', '123506.258000', '123506.260000', '123506.263000', '123506.266000', '123506.269000', '123506.272000', '123526.153000', '123526.156000', '123526.159000', '123526.162000', '123526.164000', '123526.167000', '123526.170000', '123526.173000', '123526.176000', '123526.179000', '123526.182000', '123526.190000', '123526.193000', '123526.195000', '123526.198000', '123526.201000', '123526.204000', '123526.207000', '123526.210000', '123526.212000', '123526.215000', '123526.218000', '123526.221000', '123526.224000', '123526.227000', '123526.230000', '123526.232000', '123526.235000', '123526.238000', '123526.241000', '123526.244000', '123526.247000', '123526.250000', '123526.253000', '123526.255000', '123526.258000', '123526.261000', '123526.264000', '123526.267000', '123526.270000', '123526.273000', '123526.275000', '123526.278000', '123526.281000', '123546.152000', '123546.155000', '123546.158000', '123546.161000', '123546.163000', '123546.166000', '123546.169000', '123546.172000', '123546.175000', '123546.178000', '123546.181000', '123546.183000', '123546.186000', '123546.189000', '123546.192000', '123546.206000', '123546.209000', '123546.212000', '123546.215000', '123546.218000', '123546.220000', '123546.223000', '123546.226000', '123546.229000', '123546.232000', '123546.235000', '123546.237000', '123546.240000', '123546.243000', '123546.246000', '123546.249000', '123546.252000', '123546.255000', '123546.258000', '123546.262000', '123546.265000', '123546.268000', '123546.271000', '123546.274000', '123546.277000', '123546.280000', '123546.282000', '123546.285000', '123606.152000', '123606.155000', '123606.158000', '123606.161000', '123606.164000', '123606.166000', '123606.169000', '123606.172000', '123606.175000', '123606.178000', '123606.181000', '123606.184000', '123606.186000', '123606.189000', '123606.192000', '123606.195000', '123606.198000', '123606.201000', '123606.203000', '123606.206000', '123606.209000', '123606.212000', '123606.215000', '123606.218000', '123606.230000', '123606.233000', '123606.236000', '123606.239000', '123606.241000', '123606.244000', '123606.247000', '123606.250000', '123606.253000', '123606.256000', '123606.258000', '123606.261000', '123606.264000', '123606.267000', '123606.270000', '123606.273000', '123606.276000', '123606.278000', '123606.281000', '123606.284000', '123624.545000', '123624.548000', '123624.551000', '123624.554000', '123624.557000', '123624.560000', '123624.563000', '123624.566000', '123624.568000', '123624.571000', '123624.574000', '123624.578000', '123624.580000', '123624.583000', '123624.586000', '123624.589000', '123624.592000', '123624.595000', '123624.598000', '123624.601000', '123624.604000', '123624.607000', '123624.611000', '123624.614000', '123624.617000', '123624.620000', '123624.623000', '123624.626000', '123624.628000', '123624.631000', '123624.634000', '123624.637000', '123624.640000', '123624.643000', '123624.646000', '123624.660000', '123624.663000', '123624.666000', '123624.668000', '123624.671000'], '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': [8740, 11783, 9559, 16255, 10043, 16115, 17985, 12429, 18836, 11685, 13271, 8889, 10970, 16607, 10738, 10327, 11318, 9907, 10207, 9067, 9970, 8671, 9765, 8113, 10094, 12861, 14713, 10377, 12203, 9129, 10475, 16069, 9017, 10882, 15180, 10056, 10788, 12019, 9791, 12424, 8400, 10041, 14505, 9273, 10790, 16989, 9098, 10543, 9887, 9974, 11372, 8932, 10331, 15916, 8762, 10612, 14475, 9847, 10201, 16652, 9467, 10590, 9757, 10211, 11171, 10038, 9965, 11382, 10338, 10727, 10569, 9309, 10342, 12676, 8364, 9990, 8623, 9548, 11182, 16890, 8920, 9988, 8211, 9613, 11845, 11938, 9309, 11441, 8237, 10070, 14764, 9367, 10863, 17131, 10154, 10414, 9099, 10832, 11589, 9672, 12318, 9105, 10327, 17486, 10008, 12189, 18173, 13494, 11096, 16780, 11943, 10586, 15636, 13266, 10614, 9737, 10101, 8796, 10217, 8666, 10414, 9880, 10271, 12567, 9940, 10826, 9367, 11083, 16194, 17055, 11299, 12300, 9473, 10944, 14014, 10473, 10789, 10158, 10269, 9879, 10082, 8846, 10439, 9315, 10515, 9544, 11043, 11107, 11263, 10291, 11558, 14766, 10889, 15612, 19193, 12427, 12766, 8412, 11251, 14354, 11124, 10122, 9892, 10868, 9555, 10947, 8402, 11047, 9034, 11004, 15489, 11124, 12456, 12419, 11542, 16667, 12522, 10265, 12891, 10069, 11086, 9092, 10526, 8570, 10371, 8381, 10333, 13915, 9413, 10752, 8985, 10901, 7890, 11030, 10956, 10886, 9099, 10916, 16063, 10614, 13362, 9355, 11949, 8506, 11290, 10527, 11635, 12534, 11927, 8286, 12419, 11137, 12073, 17635, 11698, 12539, 11911, 11610, 15805, 11007, 11180, 9171, 11049, 8748, 10348, 8753, 9498, 10683, 9088, 10378, 17379, 9725, 11281, 8073, 10739, 13784, 9358, 11071, 9002, 9788, 8458, 9992, 12116, 10404, 10343, 9638, 10577, 16133, 9149, 11461, 10401, 11146, 15092, 10293, 12351, 8903, 10763, 10660, 10273, 12406, 17916, 11234, 11174, 10331, 10013, 13482, 10378, 10114, 9594, 10646, 8957, 9789, 8890, 10830, 15354, 13033, 10658, 14460, 10436, 10727, 9717, 12410, 17569, 12974, 11693, 16282, 10380, 9658, 10564, 12016, 10577, 10448, 13084, 15563, 10447, 12654, 9313, 11018, 13192, 9403, 10325, 13574, 10014, 10389, 10265, 10222, 10626, 9374, 10387, 11770, 9799, 10533, 10751, 10375, 11216, 9972, 11054, 12789, 10859, 11328, 9056, 10635, 14574, 10999, 10300, 9158, 10461, 13318, 8667, 10372, 9164, 10444, 8294, 9944, 13223, 15264, 9879, 11449, 10169, 10549, 11541, 8912, 10960, 8633, 10920, 15747, 10482, 11912, 19371, 12877, 11336, 17407, 11591, 11941, 10519, 11009, 13173, 10705, 11601, 10478, 11264, 17883, 9899, 11253, 15377, 10672, 11190, 10284, 11018, 8947, 10665, 12881, 9448, 10307, 12987, 9471, 11025, 8649, 10331, 10415, 9873, 11032, 16461, 10116, 11110, 14472, 9627, 12012, 8672, 10108, 12919, 9225, 11020, 14697, 10640, 10195, 9188, 9815, 11906, 9962, 9873, 9432, 10273, 8651, 10033, 15032, 10595, 11216, 10085, 11293, 9072, 11334, 17107, 9820, 11602, 17757, 10371, 11419, 16175, 10460, 11993, 9514, 11010, 8630, 10257, 8941, 9583, 13315, 9338, 11317, 16780, 10848, 10450, 16488, 10135, 11958, 9603, 9797, 12262, 9376, 10848, 8991, 9943, 9546, 10210, 9337, 9794, 12391, 10129, 11277, 19760, 11459, 11846, 8904, 10216, 13843, 9739, 10728, 9021, 10304, 13394, 8779, 10945, 14859, 10776, 10384, 10736, 9653, 13071, 9061, 10360, 8393, 10125, 11948, 9643, 11229, 9488, 10946, 17867, 10162, 11662, 15353, 10384, 12634, 9526, 11225, 12021, 11513, 9421, 11188, 14884, 9793, 12617, 10783, 11003, 16364, 10223, 12745, 15753, 11320, 12373, 10111, 11259, 9392, 11321, 14754, 10638, 12520, 8655, 10588, 15253, 10973, 10712, 9051, 10211, 9294, 10473, 10076, 9907, 11841, 9157, 10881, 9333, 11673, 9021, 11880, 9623, 11054, 15986, 10013, 12761, 14422, 10897, 13786, 10156, 11655, 9063, 11221, 8824, 10705, 9102, 9901, 12944, 10025, 10545, 9730, 10851, 9162, 9902, 12370, 10304, 10660, 9847, 10717, 8949, 10675, 10187, 10506, 14068, 10125, 12185, 9838, 11197, 8840, 11650, 17867, 11602, 12805, 9821, 12337, 8883, 11530, 9872, 11755, 9369, 11116, 16046, 15259, 11980, 16137, 11364, 11680, 15839, 10127, 12734, 9935, 10707, 8249, 9842, 13658, 10379, 10140, 9691, 10867, 8594, 10721, 8233, 11115, 8008, 11331, 7890, 12035, 8870, 12380, 8673, 15241, 10258, 16362, 9211, 14195, 19138, 13630, 12628, 8340, 11243, 10636, 10877, 8832, 10401, 9843, 9580, 11600, 10164, 10529, 9841, 7729, 11038, 7310, 11544, 12028, 10684, 14262, 10301, 11884, 14935, 11771, 14299, 11509, 13614, 10109, 14225, 14598, 13800, 14465, 11934, 13804, 11526, 13001, 9997, 12317, 8037, 11887, 7911, 11268, 10498, 10430, 11703, 9798, 10910, 9970, 10511, 9339, 10384, 8954, 10923, 9559, 10574, 8904, 11386, 9524, 11181, 9823, 11659, 9984, 9421, 12156, 7986, 13014, 11281, 15638, 12169, 12947, 16208, 11747, 15841, 9059, 12747, 16785, 9643, 12412, 15024, 10082, 11672, 7666, 9406, 11909, 9755, 9811, 8876, 10133, 7663, 10057, 11839, 8492, 11240, 16802, 11168, 11535, 16771, 10424, 11429, 8845, 9762, 12698, 8476, 10454, 13223, 8939, 10444, 13988, 8757, 10447, 13330, 10003, 10957, 13430, 9476, 10363, 13026, 9747, 10101, 11666, 9004, 10974, 7988, 9244, 12559, 7907, 9137, 12539, 9213, 10193, 13635, 9567, 11215, 8809, 9343, 12905, 8458, 10103, 13264, 10135, 10574, 8075, 10061, 13539, 10183, 11553, 8577, 11317, 17402, 9115, 12089, 15432, 10091, 11582, 15460, 10904, 11437, 8729, 10116, 13189, 9576, 10998, 13690, 9425, 11504, 8094, 10130, 14207, 10134, 10952, 9484, 11085, 8500, 10714, 10619, 10442, 13321, 19865, 10948, 12130, 10895, 10682, 14014, 8960, 10969, 9230, 10249, 9217, 9979, 13090, 9033, 10940, 8316, 10613, 16485, 15593, 11934, 16098, 10097, 11603, 9266, 10341, 13408, 10775, 11166, 9746, 11814, 9435, 11893, 8602, 11737, 8540, 11098, 10369, 11374, 16644, 11553, 14592, 10721, 12364, 11027, 13269, 10721, 12183, 10674, 11215, 10346, 11529, 10660, 11736, 10344, 11523, 9373, 11857, 9223, 14681, 8875, 11834, 8876, 11666, 9118, 12405, 10173, 12685, 13135, 11339, 12941, 11491, 12451, 11043, 11787, 10149, 11567, 10087, 11514, 10551, 11761, 9070, 11656, 17481, 11673, 12341, 13603, 11294, 12529, 9403, 11075, 9044, 10685, 9511, 9912, 9211, 9860, 8305, 10321, 9273, 9946, 12879, 9741, 11996, 15554, 11315, 14574, 10639, 12800, 12656, 15013, 9650, 12726, 8854, 10937, 8755, 11837, 16689, 10597, 12168, 8752, 11425, 8305, 13285, 8442, 13804, 10435, 15547, 11591, 16864, 15145, 13861, 16917, 11846, 12619, 15562, 9756, 12652, 12820, 10245, 12978, 9864, 11074, 8958, 10103, 9218, 9251, 8997, 9299, 9331, 9270, 9363, 10035, 9657, 10869, 9148, 10788, 11328, 11364, 15430, 11395, 13670, 10219, 12334, 12672, 12470, 16531, 11714, 12825, 10192, 11610, 9734, 11655, 9899, 11509, 9081, 12401, 12859, 9954, 8330, 10741, 8783, 11871, 13277, 12190, 16961, 12191, 13909, 8771, 12071, 16962, 10666, 12542, 8405, 11578, 12432, 10604, 11397, 7996, 10271, 9055, 9967, 11684, 9684, 11743, 9211, 11800, 18035, 11751, 13101, 9943, 10539, 12782, 9114, 11336, 8279, 11202, 11539, 9905, 9989, 9967, 9481, 8727, 9555, 7916, 10159, 14029, 9525, 10551, 9013, 10724, 15583, 12103, 13559, 9648, 12295, 17179, 12235, 13496, 9024, 11677, 12038, 10713, 12651, 11245, 10720, 9972, 10846, 9583, 11468, 8912, 12027, 8193, 11859, 12307, 12781, 12683, 11819, 14906, 11128, 13058, 11215, 11721, 10839, 12985, 9667, 12281, 9722, 11928, 9900, 12156, 10911, 12994, 10107, 13061, 10579, 13639, 10944, 13110, 9879, 10962, 9298, 9685, 9365, 8461, 11335, 8697, 12325, 8851, 12742, 13716, 13487, 18056, 12687, 15425, 10481, 12157, 10928, 10995, 10118, 10908, 9697, 11108, 9997, 9757, 9646, 10760, 9715, 10757, 9732, 11107, 9650, 11375, 17105, 9652, 12777, 16871, 11913, 12624, 10331, 10812, 10432, 10390, 9880, 10507, 8540, 10561, 15066, 10786, 11357, 12678, 10646, 12728, 11169, 10973, 9602, 10661, 8429, 11119, 14439, 9730, 11534, 15856, 11090, 11724, 13280, 10875, 12011, 10473, 10849, 9184, 10108, 8346, 11102, 9148, 10600, 11767, 10462, 12752, 9892, 12889, 9447, 12753, 18715, 12677, 14135, 11398, 13091, 9537, 12521, 9535, 12467, 9546, 12566, 9701, 11914, 9718, 12837, 10098, 12670, 9718, 12974, 9570, 12924, 9649, 12023, 16509, 11656, 13385, 9803, 12116, 9232, 11733, 11759, 11224, 11026, 10178, 12135, 10163, 10964, 9899, 10478, 9776, 11078, 10371, 11533, 11431, 11127, 14901, 10692, 12784, 10254, 12253, 10105, 12498, 9826, 11904, 9502, 12233, 9850, 12239, 9350, 11763, 10005, 12350, 10437, 14041, 11349, 11643, 12784, 18392, 12226, 14968, 10688, 13620, 10274, 12052, 12617, 11593, 14234, 11289, 12053, 10295, 11141, 9948, 11577, 10516, 11138, 9806, 11103, 13337, 11599, 14517, 11136, 12311, 10070, 11743, 10896, 12139, 15837, 11116, 11559, 10928, 11136, 10549, 11424, 10316, 11759, 10476, 11716, 13515, 12583, 17505, 12045, 14592, 10510, 12134, 10867, 11812, 11169], 'WindowCenter': [4534.0, 4568.0, 4550.0, 4597.0, 4524.0, 4573.0, 4583.0, 4552.0, 4580.0, 4527.0, 4536.0, 4485.0, 4515.0, 4556.0, 4504.0, 4504.0, 4501.0, 4493.0, 4504.0, 4496.0, 4506.0, 4486.0, 4518.0, 4488.0, 4519.0, 4564.0, 4559.0, 4518.0, 4537.0, 4506.0, 4517.0, 4555.0, 4482.0, 4513.0, 4543.0, 4492.0, 4503.0, 4520.0, 4502.0, 4522.0, 4471.0, 4492.0, 4530.0, 4481.0, 4512.0, 4552.0, 4492.0, 4501.0, 4490.0, 4502.0, 4511.0, 4492.0, 4503.0, 4552.0, 4483.0, 4514.0, 4542.0, 4503.0, 4503.0, 4551.0, 4491.0, 4502.0, 4491.0, 4503.0, 4513.0, 4503.0, 4505.0, 4525.0, 4505.0, 4515.0, 4513.0, 4505.0, 4526.0, 4546.0, 4499.0, 4517.0, 4495.0, 4517.0, 4537.0, 4578.0, 4508.0, 4518.0, 4486.0, 4517.0, 4539.0, 4535.0, 4507.0, 4526.0, 4486.0, 4517.0, 4557.0, 4507.0, 4527.0, 4577.0, 4516.0, 4516.0, 4496.0, 4527.0, 4526.0, 4517.0, 4537.0, 4496.0, 4518.0, 4576.0, 4515.0, 4536.0, 4576.0, 4534.0, 4514.0, 4553.0, 4510.0, 4501.0, 4541.0, 4531.0, 4500.0, 4491.0, 4500.0, 4508.0, 4527.0, 4508.0, 4527.0, 4514.0, 4514.0, 4548.0, 4516.0, 4526.0, 4505.0, 4526.0, 4565.0, 4555.0, 4514.0, 4511.0, 4489.0, 4500.0, 4530.0, 4501.0, 4499.0, 4500.0, 4500.0, 4504.0, 4515.0, 4508.0, 4516.0, 4507.0, 4526.0, 4507.0, 4527.0, 4526.0, 4542.0, 4528.0, 4539.0, 4556.0, 4527.0, 4569.0, 4567.0, 4526.0, 4534.0, 4474.0, 4511.0, 4542.0, 4512.0, 4501.0, 4504.0, 4513.0, 4504.0, 4525.0, 4485.0, 4524.0, 4493.0, 4514.0, 4555.0, 4526.0, 4534.0, 4523.0, 4513.0, 4553.0, 4520.0, 4502.0, 4520.0, 4490.0, 4511.0, 4481.0, 4512.0, 4483.0, 4504.0, 4484.0, 4516.0, 4545.0, 4507.0, 4525.0, 4508.0, 4527.0, 4488.0, 4554.0, 4528.0, 4540.0, 4506.0, 4527.0, 4564.0, 4517.0, 4546.0, 4506.0, 4538.0, 4495.0, 4514.0, 4514.0, 4525.0, 4535.0, 4536.0, 4486.0, 4537.0, 4514.0, 4537.0, 4566.0, 4526.0, 4523.0, 4512.0, 4513.0, 4554.0, 4513.0, 4502.0, 4481.0, 4503.0, 4482.0, 4504.0, 4484.0, 4504.0, 4516.0, 4497.0, 4519.0, 4567.0, 4505.0, 4514.0, 4472.0, 4514.0, 4532.0, 4492.0, 4514.0, 4495.0, 4508.0, 4486.0, 4508.0, 4536.0, 4517.0, 4516.0, 4506.0, 4518.0, 4556.0, 4498.0, 4526.0, 4503.0, 4514.0, 4542.0, 4504.0, 4535.0, 4486.0, 4514.0, 4504.0, 4505.0, 4537.0, 4566.0, 4515.0, 4527.0, 4518.0, 4505.0, 4535.0, 4504.0, 4505.0, 4493.0, 4515.0, 4508.0, 4519.0, 4499.0, 4542.0, 4573.0, 4537.0, 4507.0, 4545.0, 4517.0, 4515.0, 4508.0, 4536.0, 4555.0, 4525.0, 4511.0, 4539.0, 4492.0, 4480.0, 4503.0, 4524.0, 4492.0, 4491.0, 4511.0, 4528.0, 4488.0, 4509.0, 4468.0, 4490.0, 4508.0, 4478.0, 4491.0, 4518.0, 4480.0, 4488.0, 4488.0, 4492.0, 4491.0, 4469.0, 4491.0, 4511.0, 4490.0, 4502.0, 4501.0, 4505.0, 4513.0, 4503.0, 4525.0, 4522.0, 4513.0, 4513.0, 4483.0, 4513.0, 4543.0, 4514.0, 4506.0, 4496.0, 4517.0, 4546.0, 4486.0, 4506.0, 4495.0, 4517.0, 4499.0, 4531.0, 4548.0, 4544.0, 4505.0, 4524.0, 4514.0, 4526.0, 4527.0, 4508.0, 4531.0, 4497.0, 4531.0, 4567.0, 4516.0, 4525.0, 4575.0, 4524.0, 4513.0, 4552.0, 4514.0, 4512.0, 4491.0, 4501.0, 4519.0, 4490.0, 4498.0, 4503.0, 4514.0, 4552.0, 4492.0, 4501.0, 4541.0, 4502.0, 4514.0, 4506.0, 4503.0, 4483.0, 4502.0, 4520.0, 4492.0, 4503.0, 4523.0, 4492.0, 4515.0, 4484.0, 4505.0, 4505.0, 4516.0, 4527.0, 4553.0, 4504.0, 4514.0, 4542.0, 4493.0, 4524.0, 4485.0, 4503.0, 4524.0, 4493.0, 4516.0, 4546.0, 4503.0, 4502.0, 4493.0, 4507.0, 4524.0, 4507.0, 4506.0, 4507.0, 4528.0, 4497.0, 4529.0, 4555.0, 4519.0, 4527.0, 4516.0, 4526.0, 4494.0, 4526.0, 4565.0, 4503.0, 4513.0, 4552.0, 4500.0, 4523.0, 4541.0, 4502.0, 4510.0, 4491.0, 4510.0, 4494.0, 4517.0, 4494.0, 4505.0, 4544.0, 4494.0, 4526.0, 4564.0, 4513.0, 4511.0, 4551.0, 4501.0, 4522.0, 4492.0, 4502.0, 4520.0, 4494.0, 4512.0, 4494.0, 4517.0, 4504.0, 4517.0, 4505.0, 4517.0, 4536.0, 4516.0, 4526.0, 4576.0, 4526.0, 4537.0, 4493.0, 4503.0, 4532.0, 4504.0, 4513.0, 4494.0, 4514.0, 4533.0, 4483.0, 4526.0, 4543.0, 4514.0, 4503.0, 4512.0, 4493.0, 4533.0, 4493.0, 4504.0, 4485.0, 4517.0, 4535.0, 4517.0, 4526.0, 4516.0, 4528.0, 4577.0, 4516.0, 4526.0, 4555.0, 4516.0, 4534.0, 4493.0, 4525.0, 4534.0, 4527.0, 4505.0, 4526.0, 4552.0, 4505.0, 4536.0, 4514.0, 4514.0, 4553.0, 4503.0, 4534.0, 4553.0, 4513.0, 4521.0, 4501.0, 4511.0, 4492.0, 4513.0, 4541.0, 4502.0, 4521.0, 4471.0, 4513.0, 4543.0, 4500.0, 4499.0, 4480.0, 4501.0, 4492.0, 4525.0, 4502.0, 4518.0, 4564.0, 4521.0, 4525.0, 4504.0, 4524.0, 4496.0, 4538.0, 4506.0, 4524.0, 4554.0, 4504.0, 4534.0, 4542.0, 4513.0, 4532.0, 4502.0, 4510.0, 4493.0, 4525.0, 4494.0, 4515.0, 4494.0, 4502.0, 4558.0, 4515.0, 4525.0, 4516.0, 4526.0, 4504.0, 4529.0, 4545.0, 4528.0, 4527.0, 4515.0, 4527.0, 4520.0, 4529.0, 4529.0, 4529.0, 4557.0, 4528.0, 4559.0, 4543.0, 4539.0, 4509.0, 4539.0, 4589.0, 4540.0, 4548.0, 4516.0, 4535.0, 4495.0, 4535.0, 4513.0, 4537.0, 4506.0, 4528.0, 4567.0, 4555.0, 4535.0, 4555.0, 4522.0, 4522.0, 4553.0, 4513.0, 4531.0, 4501.0, 4512.0, 4482.0, 4515.0, 4542.0, 4514.0, 4513.0, 4517.0, 4526.0, 4497.0, 4527.0, 4496.0, 4539.0, 4488.0, 4540.0, 4486.0, 4537.0, 4496.0, 4538.0, 4509.0, 4569.0, 4518.0, 4568.0, 4495.0, 4546.0, 4566.0, 4534.0, 4522.0, 4469.0, 4509.0, 4500.0, 4503.0, 4481.0, 4513.0, 4502.0, 4520.0, 4528.0, 4519.0, 4518.0, 4507.0, 4478.0, 4529.0, 4467.0, 4539.0, 4535.0, 4519.0, 4548.0, 4506.0, 4526.0, 4555.0, 4523.0, 4531.0, 4510.0, 4518.0, 4490.0, 4530.0, 4530.0, 4519.0, 4518.0, 4499.0, 4515.0, 4498.0, 4518.0, 4477.0, 4498.0, 4445.0, 4496.0, 4458.0, 4501.0, 4489.0, 4502.0, 4510.0, 4491.0, 4499.0, 4502.0, 4504.0, 4495.0, 4504.0, 4496.0, 4517.0, 4509.0, 4515.0, 4506.0, 4526.0, 4506.0, 4526.0, 4519.0, 4539.0, 4520.0, 4522.0, 4552.0, 4489.0, 4562.0, 4553.0, 4582.0, 4550.0, 4549.0, 4565.0, 4526.0, 4556.0, 4493.0, 4533.0, 4553.0, 4492.0, 4523.0, 4540.0, 4503.0, 4512.0, 4459.0, 4491.0, 4520.0, 4504.0, 4503.0, 4508.0, 4517.0, 4488.0, 4530.0, 4540.0, 4497.0, 4527.0, 4564.0, 4512.0, 4513.0, 4542.0, 4502.0, 4510.0, 4479.0, 4501.0, 4520.0, 4470.0, 4512.0, 4533.0, 4481.0, 4501.0, 4530.0, 4479.0, 4512.0, 4531.0, 4492.0, 4512.0, 4529.0, 4489.0, 4502.0, 4530.0, 4491.0, 4503.0, 4511.0, 4493.0, 4523.0, 4474.0, 4505.0, 4533.0, 4471.0, 4505.0, 4534.0, 4504.0, 4515.0, 4545.0, 4516.0, 4537.0, 4505.0, 4507.0, 4547.0, 4495.0, 4529.0, 4547.0, 4516.0, 4526.0, 4484.0, 4517.0, 4556.0, 4530.0, 4539.0, 4497.0, 4538.0, 4575.0, 4496.0, 4536.0, 4556.0, 4513.0, 4522.0, 4552.0, 4514.0, 4524.0, 4493.0, 4515.0, 4544.0, 4516.0, 4537.0, 4545.0, 4507.0, 4535.0, 4486.0, 4528.0, 4558.0, 4527.0, 4527.0, 4518.0, 4538.0, 4510.0, 4539.0, 4530.0, 4541.0, 4560.0, 4588.0, 4541.0, 4559.0, 4542.0, 4526.0, 4559.0, 4520.0, 4523.0, 4505.0, 4517.0, 4503.0, 4504.0, 4545.0, 4508.0, 4526.0, 4483.0, 4525.0, 4567.0, 4552.0, 4526.0, 4553.0, 4500.0, 4510.0, 4478.0, 4499.0, 4541.0, 4523.0, 4523.0, 4505.0, 4522.0, 4495.0, 4536.0, 4495.0, 4525.0, 4482.0, 4523.0, 4513.0, 4536.0, 4579.0, 4536.0, 4553.0, 4514.0, 4533.0, 4526.0, 4533.0, 4525.0, 4524.0, 4514.0, 4522.0, 4516.0, 4535.0, 4516.0, 4533.0, 4516.0, 4525.0, 4505.0, 4536.0, 4508.0, 4557.0, 4495.0, 4533.0, 4492.0, 4524.0, 4492.0, 4536.0, 4514.0, 4535.0, 4535.0, 4523.0, 4533.0, 4533.0, 4545.0, 4525.0, 4535.0, 4515.0, 4523.0, 4513.0, 4535.0, 4528.0, 4535.0, 4493.0, 4525.0, 4564.0, 4524.0, 4524.0, 4530.0, 4511.0, 4521.0, 4494.0, 4513.0, 4504.0, 4516.0, 4518.0, 4529.0, 4520.0, 4531.0, 4511.0, 4530.0, 4521.0, 4532.0, 4561.0, 4519.0, 4551.0, 4567.0, 4526.0, 4555.0, 4515.0, 4547.0, 4548.0, 4559.0, 4508.0, 4537.0, 4486.0, 4514.0, 4486.0, 4526.0, 4563.0, 4515.0, 4523.0, 4486.0, 4524.0, 4486.0, 4547.0, 4486.0, 4546.0, 4517.0, 4558.0, 4526.0, 4567.0, 4542.0, 4521.0, 4542.0, 4500.0, 4508.0, 4526.0, 4465.0, 4506.0, 4505.0, 4474.0, 4503.0, 4474.0, 4484.0, 4467.0, 4490.0, 4479.0, 4492.0, 4480.0, 4492.0, 4494.0, 4494.0, 4508.0, 4518.0, 4518.0, 4528.0, 4508.0, 4528.0, 4538.0, 4552.0, 4569.0, 4540.0, 4557.0, 4516.0, 4537.0, 4535.0, 4549.0, 4567.0, 4537.0, 4537.0, 4517.0, 4524.0, 4520.0, 4539.0, 4519.0, 4537.0, 4521.0, 4576.0, 4562.0, 4530.0, 4500.0, 4529.0, 4496.0, 4537.0, 4548.0, 4550.0, 4579.0, 4536.0, 4546.0, 4485.0, 4534.0, 4565.0, 4518.0, 4533.0, 4483.0, 4524.0, 4521.0, 4514.0, 4534.0, 4485.0, 4526.0, 4505.0, 4516.0, 4536.0, 4516.0, 4535.0, 4506.0, 4547.0, 4576.0, 4536.0, 4544.0, 4503.0, 4513.0, 4533.0, 4494.0, 4523.0, 4483.0, 4525.0, 4533.0, 4526.0, 4529.0, 4541.0, 4529.0, 4521.0, 4531.0, 4511.0, 4543.0, 4595.0, 4545.0, 4541.0, 4518.0, 4539.0, 4566.0, 4549.0, 4558.0, 4515.0, 4536.0, 4576.0, 4546.0, 4545.0, 4494.0, 4524.0, 4522.0, 4513.0, 4543.0, 4526.0, 4523.0, 4515.0, 4524.0, 4517.0, 4536.0, 4506.0, 4547.0, 4495.0, 4537.0, 4548.0, 4546.0, 4546.0, 4537.0, 4555.0, 4523.0, 4542.0, 4526.0, 4548.0, 4552.0, 4557.0, 4516.0, 4534.0, 4506.0, 4533.0, 4517.0, 4547.0, 4537.0, 4546.0, 4516.0, 4545.0, 4527.0, 4557.0, 4527.0, 4544.0, 4516.0, 4513.0, 4506.0, 4515.0, 4505.0, 4496.0, 4539.0, 4509.0, 4549.0, 4494.0, 4545.0, 4545.0, 4546.0, 4563.0, 4534.0, 4552.0, 4513.0, 4533.0, 4524.0, 4523.0, 4514.0, 4512.0, 4504.0, 4524.0, 4517.0, 4516.0, 4518.0, 4538.0, 4530.0, 4539.0, 4519.0, 4538.0, 4518.0, 4538.0, 4577.0, 4506.0, 4546.0, 4566.0, 4525.0, 4533.0, 4515.0, 4550.0, 4538.0, 4527.0, 4529.0, 4528.0, 4497.0, 4539.0, 4568.0, 4526.0, 4526.0, 4534.0, 4515.0, 4546.0, 4537.0, 4525.0, 4516.0, 4525.0, 4485.0, 4536.0, 4568.0, 4508.0, 4536.0, 4565.0, 4524.0, 4534.0, 4545.0, 4526.0, 4534.0, 4526.0, 4527.0, 4506.0, 4526.0, 4509.0, 4549.0, 4518.0, 4541.0, 4549.0, 4539.0, 4559.0, 4518.0, 4560.0, 4518.0, 4558.0, 4588.0, 4548.0, 4554.0, 4525.0, 4544.0, 4504.0, 4533.0, 4515.0, 4542.0, 4515.0, 4545.0, 4515.0, 4534.0, 4516.0, 4545.0, 4526.0, 4545.0, 4504.0, 4545.0, 4504.0, 4546.0, 4505.0, 4533.0, 4564.0, 4534.0, 4544.0, 4502.0, 4522.0, 4491.0, 4531.0, 4521.0, 4523.0, 4523.0, 4514.0, 4532.0, 4515.0, 4524.0, 4515.0, 4525.0, 4513.0, 4524.0, 4514.0, 4536.0, 4534.0, 4536.0, 4565.0, 4515.0, 4534.0, 4515.0, 4536.0, 4514.0, 4534.0, 4503.0, 4534.0, 4505.0, 4546.0, 4517.0, 4547.0, 4506.0, 4548.0, 4529.0, 4558.0, 4539.0, 4581.0, 4540.0, 4538.0, 4549.0, 4577.0, 4535.0, 4557.0, 4516.0, 4544.0, 4502.0, 4523.0, 4532.0, 4526.0, 4544.0, 4525.0, 4522.0, 4503.0, 4512.0, 4516.0, 4535.0, 4525.0, 4526.0, 4515.0, 4525.0, 4546.0, 4536.0, 4556.0, 4525.0, 4534.0, 4502.0, 4534.0, 4526.0, 4535.0, 4555.0, 4538.0, 4537.0, 4525.0, 4536.0, 4540.0, 4537.0, 4530.0, 4551.0, 4529.0, 4550.0, 4546.0, 4536.0, 4577.0, 4537.0, 4557.0, 4514.0, 4535.0, 4513.0, 4524.0, 4525.0], 'WindowWidth': [9987.0, 10022.0, 10001.0, 10059.0, 9953.0, 10019.0, 10035.0, 9988.0, 10029.0, 9943.0, 9956.0, 9882.0, 9923.0, 9987.0, 9909.0, 9908.0, 9901.0, 9892.0, 9906.0, 9904.0, 9914.0, 9890.0, 9935.0, 9896.0, 9942.0, 10012.0, 9995.0, 9934.0, 9961.0, 9918.0, 9932.0, 9983.0, 9877.0, 9921.0, 9964.0, 9890.0, 9905.0, 9925.0, 9904.0, 9934.0, 9861.0, 9891.0, 9941.0, 9876.0, 9918.0, 9977.0, 9892.0, 9903.0, 9888.0, 9905.0, 9915.0, 9893.0, 9910.0, 9976.0, 9884.0, 9925.0, 9961.0, 9907.0, 9907.0, 9973.0, 9890.0, 9905.0, 9890.0, 9909.0, 9922.0, 9906.0, 9912.0, 9943.0, 9915.0, 9927.0, 9922.0, 9915.0, 9946.0, 9975.0, 9916.0, 9935.0, 9904.0, 9937.0, 9964.0, 10023.0, 9926.0, 9938.0, 9893.0, 9937.0, 9968.0, 9959.0, 9922.0, 9945.0, 9892.0, 9935.0, 9989.0, 9922.0, 9951.0, 10021.0, 9934.0, 9932.0, 9906.0, 9949.0, 9948.0, 9937.0, 9963.0, 9907.0, 9938.0, 10019.0, 9930.0, 9962.0, 10023.0, 9955.0, 9925.0, 9980.0, 9911.0, 9900.0, 9960.0, 9943.0, 9898.0, 9889.0, 9902.0, 9928.0, 9951.0, 9930.0, 9951.0, 9927.0, 9927.0, 9981.0, 9932.0, 9946.0, 9914.0, 9943.0, 10001.0, 9987.0, 9925.0, 9917.0, 9882.0, 9897.0, 9939.0, 9900.0, 9897.0, 9901.0, 9900.0, 9911.0, 9932.0, 9925.0, 9932.0, 9920.0, 9944.0, 9919.0, 9947.0, 9946.0, 9974.0, 9952.0, 9966.0, 9985.0, 9947.0, 10011.0, 10008.0, 9941.0, 9951.0, 9868.0, 9916.0, 9960.0, 9918.0, 9902.0, 9910.0, 9920.0, 9913.0, 9943.0, 9889.0, 9939.0, 9897.0, 9925.0, 9983.0, 9945.0, 9954.0, 9935.0, 9919.0, 9977.0, 9926.0, 9905.0, 9927.0, 9887.0, 9913.0, 9877.0, 9920.0, 9883.0, 9912.0, 9885.0, 9930.0, 9969.0, 9921.0, 9943.0, 9922.0, 9949.0, 9901.0, 9995.0, 9953.0, 9972.0, 9921.0, 9948.0, 9998.0, 9935.0, 9974.0, 9919.0, 9964.0, 9903.0, 9925.0, 9927.0, 9941.0, 9958.0, 9961.0, 9892.0, 9960.0, 9927.0, 9959.0, 10007.0, 9943.0, 9938.0, 9918.0, 9919.0, 9981.0, 9920.0, 9902.0, 9875.0, 9903.0, 9878.0, 9911.0, 9883.0, 9913.0, 9929.0, 9907.0, 9938.0, 10004.0, 9915.0, 9925.0, 9864.0, 9921.0, 9946.0, 9893.0, 9925.0, 9901.0, 9921.0, 9889.0, 9922.0, 9959.0, 9934.0, 9931.0, 9917.0, 9934.0, 9987.0, 9907.0, 9941.0, 9908.0, 9923.0, 9962.0, 9911.0, 9953.0, 9888.0, 9924.0, 9910.0, 9914.0, 9961.0, 10006.0, 9926.0, 9945.0, 9934.0, 9913.0, 9952.0, 9911.0, 9912.0, 9896.0, 9930.0, 9924.0, 9939.0, 9913.0, 9977.0, 10020.0, 9957.0, 9915.0, 9967.0, 9931.0, 9925.0, 9919.0, 9957.0, 9985.0, 9936.0, 9910.0, 9948.0, 9888.0, 9870.0, 9906.0, 9934.0, 9888.0, 9885.0, 9912.0, 9929.0, 9875.0, 9905.0, 9848.0, 9881.0, 9904.0, 9864.0, 9882.0, 9917.0, 9868.0, 9877.0, 9877.0, 9885.0, 9884.0, 9852.0, 9885.0, 9912.0, 9884.0, 9901.0, 9901.0, 9912.0, 9919.0, 9907.0, 9939.0, 9932.0, 9919.0, 9919.0, 9878.0, 9921.0, 9964.0, 9923.0, 9914.0, 9900.0, 9931.0, 9972.0, 9890.0, 9916.0, 9900.0, 9931.0, 9913.0, 9963.0, 9979.0, 9965.0, 9909.0, 9937.0, 9925.0, 9946.0, 9947.0, 9925.0, 9958.0, 9908.0, 9956.0, 10003.0, 9930.0, 9941.0, 10017.0, 9937.0, 9921.0, 9977.0, 9920.0, 9915.0, 9885.0, 9901.0, 9921.0, 9884.0, 9893.0, 9903.0, 9921.0, 9976.0, 9887.0, 9900.0, 9959.0, 9905.0, 9922.0, 9914.0, 9904.0, 9878.0, 9904.0, 9929.0, 9889.0, 9905.0, 9933.0, 9892.0, 9924.0, 9881.0, 9911.0, 9911.0, 9933.0, 9949.0, 9980.0, 9911.0, 9924.0, 9960.0, 9895.0, 9936.0, 9883.0, 9909.0, 9936.0, 9895.0, 9930.0, 9972.0, 9908.0, 9903.0, 9894.0, 9918.0, 9940.0, 9919.0, 9917.0, 9920.0, 9952.0, 9906.0, 9956.0, 9984.0, 9937.0, 9949.0, 9931.0, 9944.0, 9898.0, 9943.0, 10000.0, 9907.0, 9921.0, 9980.0, 9900.0, 9934.0, 9960.0, 9904.0, 9912.0, 9889.0, 9914.0, 9899.0, 9933.0, 9898.0, 9915.0, 9966.0, 9900.0, 9945.0, 9998.0, 9923.0, 9918.0, 9974.0, 9902.0, 9933.0, 9891.0, 9904.0, 9928.0, 9897.0, 9919.0, 9900.0, 9933.0, 9914.0, 9934.0, 9917.0, 9934.0, 9957.0, 9931.0, 9947.0, 10017.0, 9945.0, 9961.0, 9897.0, 9909.0, 9949.0, 9911.0, 9923.0, 9897.0, 9927.0, 9951.0, 9883.0, 9944.0, 9967.0, 9924.0, 9910.0, 9917.0, 9894.0, 9948.0, 9897.0, 9912.0, 9888.0, 9934.0, 9956.0, 9936.0, 9947.0, 9934.0, 9952.0, 10021.0, 9932.0, 9946.0, 9984.0, 9931.0, 9952.0, 9896.0, 9941.0, 9954.0, 9947.0, 9916.0, 9946.0, 9977.0, 9915.0, 9959.0, 9925.0, 9925.0, 9979.0, 9908.0, 9951.0, 9978.0, 9921.0, 9927.0, 9903.0, 9913.0, 9891.0, 9921.0, 9958.0, 9906.0, 9931.0, 9861.0, 9921.0, 9964.0, 9899.0, 9897.0, 9872.0, 9901.0, 9893.0, 9943.0, 9908.0, 9938.0, 10015.0, 9948.0, 9943.0, 9912.0, 9940.0, 9905.0, 9965.0, 9916.0, 9938.0, 9982.0, 9912.0, 9952.0, 9958.0, 9920.0, 9946.0, 9906.0, 9914.0, 9897.0, 9940.0, 9898.0, 9929.0, 9897.0, 9909.0, 9996.0, 9931.0, 9942.0, 9932.0, 9946.0, 9916.0, 9958.0, 9973.0, 9954.0, 9948.0, 9931.0, 9949.0, 9946.0, 9954.0, 9956.0, 9957.0, 9992.0, 9953.0, 10000.0, 9982.0, 9971.0, 9927.0, 9968.0, 10040.0, 9972.0, 9979.0, 9933.0, 9957.0, 9903.0, 9957.0, 9925.0, 9960.0, 9917.0, 9950.0, 10007.0, 9984.0, 9955.0, 9987.0, 9934.0, 9934.0, 9976.0, 9921.0, 9942.0, 9903.0, 9920.0, 9879.0, 9929.0, 9963.0, 9927.0, 9924.0, 9936.0, 9949.0, 9908.0, 9948.0, 9909.0, 9969.0, 9897.0, 9969.0, 9890.0, 9961.0, 9906.0, 9962.0, 9928.0, 10010.0, 9937.0, 10009.0, 9900.0, 9973.0, 10008.0, 9952.0, 9929.0, 9854.0, 9909.0, 9902.0, 9904.0, 9874.0, 9919.0, 9904.0, 9943.0, 9950.0, 9938.0, 9933.0, 9916.0, 9879.0, 9950.0, 9866.0, 9965.0, 9956.0, 9935.0, 9975.0, 9915.0, 9942.0, 9983.0, 9934.0, 9943.0, 9909.0, 9920.0, 9881.0, 9941.0, 9933.0, 9922.0, 9915.0, 9890.0, 9911.0, 9889.0, 9919.0, 9858.0, 9887.0, 9815.0, 9884.0, 9837.0, 9898.0, 9879.0, 9899.0, 9909.0, 9887.0, 9896.0, 9906.0, 9908.0, 9898.0, 9909.0, 9904.0, 9930.0, 9925.0, 9929.0, 9918.0, 9942.0, 9917.0, 9944.0, 9940.0, 9966.0, 9945.0, 9949.0, 9988.0, 9901.0, 10003.0, 9994.0, 10032.0, 9983.0, 9980.0, 9997.0, 9940.0, 9988.0, 9894.0, 9950.0, 9980.0, 9891.0, 9932.0, 9954.0, 9904.0, 9914.0, 9843.0, 9890.0, 9928.0, 9911.0, 9909.0, 9924.0, 9935.0, 9898.0, 9958.0, 9971.0, 9907.0, 9946.0, 9997.0, 9918.0, 9919.0, 9962.0, 9902.0, 9910.0, 9868.0, 9902.0, 9926.0, 9859.0, 9920.0, 9949.0, 9874.0, 9902.0, 9943.0, 9870.0, 9918.0, 9943.0, 9889.0, 9916.0, 9939.0, 9884.0, 9905.0, 9940.0, 9888.0, 9905.0, 9915.0, 9895.0, 9936.0, 9871.0, 9915.0, 9949.0, 9866.0, 9917.0, 9953.0, 9914.0, 9930.0, 9971.0, 9933.0, 9963.0, 9917.0, 9924.0, 9975.0, 9903.0, 9954.0, 9978.0, 9932.0, 9944.0, 9889.0, 9936.0, 9988.0, 9957.0, 9968.0, 9909.0, 9964.0, 10017.0, 9906.0, 9958.0, 9985.0, 9923.0, 9934.0, 9977.0, 9925.0, 9941.0, 9897.0, 9930.0, 9967.0, 9932.0, 9964.0, 9973.0, 9922.0, 9957.0, 9894.0, 9954.0, 9993.0, 9950.0, 9950.0, 9940.0, 9966.0, 9934.0, 9971.0, 9959.0, 9978.0, 10001.0, 10041.0, 9976.0, 10000.0, 9978.0, 9944.0, 9998.0, 9947.0, 9935.0, 9913.0, 9932.0, 9909.0, 9913.0, 9972.0, 9924.0, 9945.0, 9884.0, 9943.0, 10006.0, 9976.0, 9942.0, 9977.0, 9900.0, 9911.0, 9869.0, 9900.0, 9958.0, 9937.0, 9935.0, 9915.0, 9933.0, 9900.0, 9958.0, 9902.0, 9941.0, 9879.0, 9934.0, 9924.0, 9958.0, 10025.0, 9961.0, 9980.0, 9926.0, 9949.0, 9943.0, 9951.0, 9942.0, 9937.0, 9926.0, 9934.0, 9932.0, 9957.0, 9932.0, 9950.0, 9931.0, 9941.0, 9915.0, 9960.0, 9924.0, 9990.0, 9902.0, 9950.0, 9894.0, 9937.0, 9894.0, 9956.0, 9924.0, 9954.0, 9954.0, 9937.0, 9952.0, 9953.0, 9971.0, 9944.0, 9955.0, 9929.0, 9936.0, 9925.0, 9956.0, 9950.0, 9955.0, 9899.0, 9942.0, 9997.0, 9937.0, 9936.0, 9940.0, 9915.0, 9926.0, 9898.0, 9921.0, 9914.0, 9930.0, 9940.0, 9955.0, 9947.0, 9962.0, 9935.0, 9960.0, 9948.0, 9964.0, 10003.0, 9944.0, 9986.0, 10006.0, 9945.0, 9982.0, 9926.0, 9980.0, 9978.0, 9996.0, 9921.0, 9955.0, 9885.0, 9922.0, 9887.0, 9941.0, 9993.0, 9926.0, 9934.0, 9887.0, 9939.0, 9890.0, 9973.0, 9891.0, 9973.0, 9933.0, 9992.0, 9945.0, 10006.0, 9960.0, 9926.0, 9962.0, 9894.0, 9901.0, 9926.0, 9839.0, 9895.0, 9894.0, 9851.0, 9886.0, 9852.0, 9864.0, 9849.0, 9884.0, 9867.0, 9888.0, 9873.0, 9891.0, 9896.0, 9897.0, 9924.0, 9936.0, 9937.0, 9950.0, 9923.0, 9951.0, 9963.0, 9988.0, 10007.0, 9969.0, 9988.0, 9929.0, 9958.0, 9956.0, 9979.0, 10003.0, 9958.0, 9958.0, 9932.0, 9940.0, 9941.0, 9965.0, 9939.0, 9962.0, 9949.0, 10031.0, 10004.0, 9959.0, 9914.0, 9951.0, 9904.0, 9960.0, 9976.0, 9984.0, 10026.0, 9960.0, 9971.0, 9886.0, 9951.0, 10000.0, 9937.0, 9949.0, 9880.0, 9936.0, 9931.0, 9923.0, 9954.0, 9892.0, 9949.0, 9916.0, 9933.0, 9959.0, 9932.0, 9955.0, 9920.0, 9977.0, 10018.0, 9959.0, 9968.0, 9909.0, 9924.0, 9950.0, 9900.0, 9934.0, 9882.0, 9941.0, 9950.0, 9949.0, 9958.0, 9976.0, 9957.0, 9952.0, 9963.0, 9937.0, 9982.0, 10062.0, 9989.0, 9975.0, 9940.0, 9971.0, 10004.0, 9980.0, 9992.0, 9930.0, 9960.0, 10019.0, 9974.0, 9970.0, 9898.0, 9938.0, 9933.0, 9923.0, 9964.0, 9943.0, 9938.0, 9930.0, 9941.0, 9937.0, 9962.0, 9918.0, 9975.0, 9902.0, 9960.0, 9979.0, 9972.0, 9973.0, 9962.0, 9982.0, 9936.0, 9963.0, 9945.0, 9982.0, 9993.0, 9991.0, 9935.0, 9953.0, 9918.0, 9951.0, 9937.0, 9976.0, 9964.0, 9972.0, 9934.0, 9969.0, 9948.0, 9988.0, 9946.0, 9966.0, 9930.0, 9923.0, 9917.0, 9931.0, 9917.0, 9907.0, 9968.0, 9925.0, 9981.0, 9901.0, 9969.0, 9970.0, 9970.0, 9996.0, 9952.0, 9973.0, 9922.0, 9950.0, 9939.0, 9934.0, 9925.0, 9920.0, 9912.0, 9938.0, 9933.0, 9932.0, 9937.0, 9965.0, 9960.0, 9968.0, 9943.0, 9965.0, 9936.0, 9964.0, 10021.0, 9917.0, 9972.0, 9999.0, 9940.0, 9948.0, 9930.0, 9989.0, 9966.0, 9949.0, 9954.0, 9950.0, 9907.0, 9967.0, 10007.0, 9944.0, 9945.0, 9953.0, 9927.0, 9972.0, 9961.0, 9942.0, 9933.0, 9944.0, 9889.0, 9961.0, 10007.0, 9923.0, 9959.0, 9998.0, 9938.0, 9950.0, 9969.0, 9944.0, 9951.0, 9945.0, 9946.0, 9920.0, 9946.0, 9931.0, 9983.0, 9940.0, 9975.0, 9983.0, 9968.0, 9997.0, 9939.0, 9996.0, 9937.0, 9992.0, 10037.0, 9978.0, 9980.0, 9942.0, 9966.0, 9913.0, 9948.0, 9932.0, 9964.0, 9931.0, 9970.0, 9930.0, 9956.0, 9936.0, 9972.0, 9945.0, 9969.0, 9913.0, 9970.0, 9914.0, 9973.0, 9916.0, 9953.0, 9997.0, 9954.0, 9966.0, 9904.0, 9933.0, 9888.0, 9945.0, 9932.0, 9936.0, 9936.0, 9927.0, 9949.0, 9930.0, 9940.0, 9927.0, 9942.0, 9924.0, 9941.0, 9927.0, 9960.0, 9953.0, 9960.0, 9997.0, 9927.0, 9953.0, 9927.0, 9958.0, 9925.0, 9953.0, 9909.0, 9950.0, 9915.0, 9970.0, 9933.0, 9974.0, 9916.0, 9978.0, 9955.0, 9993.0, 9968.0, 10032.0, 9971.0, 9965.0, 9979.0, 10019.0, 9954.0, 9988.0, 9928.0, 9966.0, 9902.0, 9932.0, 9944.0, 9942.0, 9963.0, 9937.0, 9930.0, 9907.0, 9918.0, 9933.0, 9955.0, 9942.0, 9944.0, 9926.0, 9942.0, 9970.0, 9958.0, 9985.0, 9940.0, 9950.0, 9905.0, 9950.0, 9944.0, 9953.0, 9982.0, 9966.0, 9962.0, 9944.0, 9958.0, 9972.0, 9961.0, 9958.0, 9988.0, 9953.0, 9984.0, 9971.0, 9958.0, 10016.0, 9963.0, 9987.0, 9922.0, 9953.0, 9919.0, 9938.0, 9938.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.0014117549407114624</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.046111636521739136</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.757577539976275</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.142863755134492</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9515675996202522</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4897</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4688.8071</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11153158500245022</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>101</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.984189723320158</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8213298550451498</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7529747525457853</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.107818562267468</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.603196250322196</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00796026</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00980423390865326</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.034080181270837784</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1265</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.5780248921903492</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>18.3774</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.2677</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.9546</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295061.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>898.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.7223</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7825</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.0206</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3620.4943</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3891.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81483.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>924.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4839.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1087.4648</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.85891291126609</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> |