=== 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-0129 --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-0129",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
138 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
138 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-04/func/sub-0129_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>e3a42a870572266ff6469cd9d832b5d5</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>14:21:37.812500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994908, -0.0931449, -0.038499, 0.0964998, 0.990578, 0.0971749]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.121053</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>[4228, -7757, -7256, 125, -160, -12, 91, 132]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.89</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>cb1aaf96-08f8-43a2-b487-47fe9e391e20||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6692652702331543, 0.2589019238948822, -0.07852917909622192, 103.84455108642578], [0.2499009370803833, 2.6576483249664307, 0.27106723189353943, -109.10277557373047], [-0.10328991711139679, -0.26071327924728394, 2.685210704803467, -64.8989486694336], [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': ['142137.812500', '142138.272500', '142138.732500', '142139.192500', '142139.652500', '142140.112500', '142140.572500', '142141.032500', '142141.492500', '142141.952500', '142142.412500', '142142.872500', '142143.332500', '142143.792500', '142144.252500', '142144.712500', '142145.172500', '142145.632500', '142146.092500', '142146.552500', '142147.012500', '142147.472500', '142147.932500', '142148.392500', '142148.852500', '142149.312500', '142149.772500', '142150.232500', '142150.692500', '142151.152500', '142151.612500', '142152.072500', '142152.532500', '142152.992500', '142153.452500', '142153.912500', '142154.372500', '142154.832500', '142155.292500', '142155.752500', '142156.212500', '142156.672500', '142157.132500', '142157.592500', '142158.052500', '142158.512500', '142158.972500', '142159.432500', '142159.892500', '142200.352500', '142200.812500', '142201.272500', '142201.732500', '142202.192500', '142202.652500', '142203.112500', '142203.572500', '142204.032500', '142204.492500', '142204.952500', '142205.412500', '142205.872500', '142206.332500', '142206.792500', '142207.252500', '142207.712500', '142208.172500', '142208.632500', '142209.092500', '142209.552500', '142210.012500', '142210.472500', '142210.932500', '142211.392500', '142211.852500', '142212.312500', '142212.772500', '142213.232500', '142213.692500', '142214.152500', '142214.612500', '142215.072500', '142215.532500', '142215.992500', '142216.452500', '142216.912500', '142217.372500', '142217.832500', '142218.292500', '142218.752500', '142219.212500', '142219.672500', '142220.132500', '142220.592500', '142221.052500', '142221.512500', '142221.972500', '142222.432500', '142222.892500', '142223.352500', '142223.812500', '142224.272500', '142224.732500', '142225.192500', '142225.652500', '142226.112500', '142226.572500', '142227.032500', '142227.492500', '142227.952500', '142228.412500', '142228.872500', '142229.332500', '142229.792500', '142230.252500', '142230.712500', '142231.172500', '142231.632500', '142232.092500', '142232.552500', '142233.012500', '142233.472500', '142233.932500', '142234.392500', '142234.852500', '142235.312500', '142235.772500', '142236.232500', '142236.692500', '142237.152500', '142237.612500', '142238.072500', '142238.532500', '142238.992500', '142239.452500', '142239.912500', '142240.372500', '142240.832500', '142241.292500', '142241.752500', '142242.212500', '142242.672500', '142243.132500', '142243.592500', '142244.052500', '142244.512500', '142244.972500', '142245.432500', '142245.892500', '142246.352500', '142246.812500', '142247.272500', '142247.732500', '142248.192500', '142248.652500', '142249.112500', '142249.572500', '142250.032500', '142250.492500', '142250.952500', '142251.412500', '142251.872500', '142252.332500', '142252.792500', '142253.252500', '142253.712500', '142254.172500', '142254.632500', '142255.092500', '142255.552500', '142256.012500', '142256.472500', '142256.932500', '142257.392500', '142257.852500', '142258.312500', '142258.772500', '142259.232500', '142259.692500', '142300.152500', '142300.612500', '142301.072500', '142301.532500', '142301.992500', '142302.452500', '142302.912500', '142303.372500', '142303.832500', '142304.292500', '142304.752500', '142305.212500', '142305.672500', '142306.132500', '142306.592500', '142307.052500', '142307.512500', '142307.972500', '142308.432500', '142308.892500', '142309.352500', '142309.812500', '142310.272500', '142310.732500', '142311.192500', '142311.652500', '142312.112500', '142312.572500', '142313.032500', '142313.492500', '142313.952500', '142314.412500', '142314.872500', '142315.332500', '142315.792500', '142316.252500', '142316.712500', '142317.172500', '142317.632500', '142318.092500', '142318.552500', '142319.012500', '142319.472500', '142319.932500', '142320.392500', '142320.852500', '142321.312500', '142321.772500', '142322.232500', '142322.692500', '142323.152500', '142323.612500', '142324.072500', '142324.532500', '142324.992500', '142325.452500', '142325.912500', '142326.372500', '142326.832500', '142327.292500', '142327.752500', '142328.212500', '142328.672500', '142329.132500', '142329.592500', '142330.052500', '142330.512500', '142330.972500', '142331.432500', '142331.892500', '142332.352500', '142332.812500', '142333.272500', '142333.732500', '142334.192500', '142334.652500', '142335.112500', '142335.572500', '142336.032500', '142336.492500', '142336.952500', '142337.412500', '142337.872500', '142338.332500', '142338.792500', '142339.252500', '142339.712500', '142340.172500', '142340.632500', '142341.092500', '142341.552500', '142342.012500', '142342.472500', '142342.932500', '142343.392500', '142343.852500', '142344.312500', '142344.772500', '142345.232500', '142345.692500', '142346.152500', '142346.612500', '142347.072500', '142347.532500', '142347.992500', '142348.452500', '142348.912500', '142349.372500', '142349.832500', '142350.292500', '142350.752500', '142351.212500', '142351.672500', '142352.132500', '142352.592500', '142353.052500', '142353.512500', '142353.972500', '142354.432500', '142354.892500', '142355.352500', '142355.812500', '142356.272500', '142356.732500', '142357.192500', '142357.652500', '142358.112500', '142358.572500', '142359.032500', '142359.492500', '142359.952500', '142400.412500', '142400.872500', '142401.332500', '142401.792500', '142402.252500', '142402.712500', '142403.172500', '142403.632500', '142404.092500', '142404.552500', '142405.012500', '142405.472500', '142405.932500', '142406.392500', '142406.852500', '142407.312500', '142407.772500', '142408.232500', '142408.692500', '142409.152500', '142409.612500', '142410.072500', '142410.532500', '142410.992500', '142411.452500', '142411.912500', '142412.372500', '142412.832500', '142413.292500', '142413.752500', '142414.212500', '142414.672500', '142415.132500', '142415.592500', '142416.052500', '142416.512500', '142416.972500', '142417.432500', '142417.892500', '142418.352500', '142418.812500', '142419.272500', '142419.732500', '142420.192500', '142420.652500', '142421.112500', '142421.572500', '142422.032500', '142422.492500', '142422.952500', '142423.412500', '142423.872500', '142424.332500', '142424.792500', '142425.252500', '142425.712500', '142426.172500', '142426.632500', '142427.092500', '142427.552500', '142428.012500', '142428.472500', '142428.932500', '142429.392500', '142429.852500', '142430.312500', '142430.772500', '142431.232500', '142431.692500', '142432.152500', '142432.612500', '142433.072500', '142433.532500', '142433.992500', '142434.452500', '142434.912500', '142435.372500', '142435.832500', '142436.292500', '142436.752500', '142437.212500', '142437.672500', '142438.132500', '142438.592500', '142439.052500', '142439.512500', '142439.972500', '142440.432500', '142440.892500', '142441.352500', '142441.812500', '142442.272500', '142442.732500', '142443.192500', '142443.652500', '142444.112500', '142444.572500', '142445.032500', '142445.492500', '142445.952500', '142446.412500', '142446.872500', '142447.332500', '142447.792500', '142448.252500', '142448.712500', '142449.172500', '142449.632500', '142450.092500', '142450.552500', '142451.012500', '142451.472500', '142451.932500', '142452.392500', '142452.852500', '142453.312500', '142453.772500', '142454.232500', '142454.692500', '142455.152500', '142455.612500', '142456.072500', '142456.532500', '142456.992500', '142457.452500', '142457.912500', '142458.372500', '142458.832500', '142459.292500', '142459.752500', '142500.212500', '142500.672500', '142501.132500', '142501.592500', '142502.052500', '142502.512500', '142502.972500', '142503.432500', '142503.892500', '142504.352500', '142504.812500', '142505.272500', '142505.732500', '142506.192500', '142506.652500', '142507.112500', '142507.572500', '142508.032500', '142508.492500', '142508.952500', '142509.412500', '142509.872500', '142510.332500', '142510.792500', '142511.252500', '142511.712500', '142512.172500', '142512.632500', '142513.092500', '142513.552500', '142514.012500', '142514.472500', '142514.932500', '142515.392500', '142515.852500', '142516.312500', '142516.772500', '142517.232500', '142517.692500', '142518.152500', '142518.612500', '142519.072500', '142519.532500', '142519.992500', '142520.452500', '142520.912500', '142521.372500', '142521.832500', '142522.292500', '142522.752500', '142523.212500', '142523.672500', '142524.132500', '142524.592500', '142525.052500', '142525.512500', '142525.972500', '142526.432500', '142526.892500', '142527.352500', '142527.812500', '142528.272500', '142528.732500', '142529.192500', '142529.652500', '142530.112500', '142530.572500', '142531.032500', '142531.492500', '142531.952500', '142532.412500', '142532.872500', '142533.332500', '142533.792500', '142534.252500', '142534.712500', '142535.172500', '142535.632500', '142536.092500', '142536.552500', '142537.012500', '142537.472500', '142537.932500', '142538.392500', '142538.852500', '142539.312500', '142539.772500', '142540.232500', '142540.692500', '142541.152500', '142541.612500', '142542.072500', '142542.532500', '142542.992500', '142543.452500', '142543.912500', '142544.372500', '142544.832500', '142545.292500', '142545.752500', '142546.212500', '142546.672500', '142547.132500', '142547.592500', '142548.052500', '142548.512500', '142548.972500', '142549.432500', '142549.892500', '142550.352500', '142550.812500', '142551.272500', '142551.732500', '142552.192500', '142552.652500', '142553.112500', '142553.572500', '142554.032500', '142554.492500', '142554.952500', '142555.412500', '142555.872500', '142556.332500', '142556.792500', '142557.252500', '142557.712500', '142558.172500', '142558.632500', '142559.092500', '142559.552500', '142600.012500', '142600.472500', '142600.932500', '142601.392500', '142601.852500', '142602.312500', '142602.772500', '142603.232500', '142603.692500', '142604.152500', '142604.612500', '142605.072500', '142605.532500', '142605.992500', '142606.452500', '142606.912500', '142607.372500', '142607.832500', '142608.292500', '142608.752500', '142609.212500', '142609.672500', '142610.132500', '142610.592500', '142611.052500', '142611.512500', '142611.972500', '142612.432500', '142612.892500', '142613.352500', '142613.812500', '142614.272500', '142614.732500', '142615.192500', '142615.652500', '142616.112500', '142616.572500', '142617.032500', '142617.492500', '142617.952500', '142618.412500', '142618.872500', '142619.332500', '142619.792500', '142620.252500', '142620.712500', '142621.172500', '142621.632500', '142622.092500', '142622.552500', '142623.012500', '142623.472500', '142623.932500', '142624.392500', '142624.852500', '142625.312500', '142625.772500', '142626.232500', '142626.692500', '142627.152500', '142627.612500', '142628.072500', '142628.532500', '142628.992500', '142629.452500', '142629.912500', '142630.372500', '142630.832500', '142631.292500', '142631.752500', '142632.212500', '142632.672500', '142633.132500', '142633.592500', '142634.052500', '142634.512500', '142634.972500', '142635.432500', '142635.892500', '142636.352500', '142636.812500', '142637.272500', '142637.732500', '142638.192500', '142638.652500', '142639.112500', '142639.572500', '142640.032500', '142640.492500', '142640.952500', '142641.412500', '142641.872500', '142642.332500', '142642.792500', '142643.252500', '142643.712500', '142644.172500', '142644.632500', '142645.092500', '142645.552500', '142646.012500', '142646.472500', '142646.932500', '142647.392500', '142647.852500', '142648.312500', '142648.772500', '142649.232500', '142649.692500', '142650.152500', '142650.612500', '142651.072500', '142651.532500', '142651.992500', '142652.452500', '142652.912500', '142653.372500', '142653.832500', '142654.292500', '142654.752500', '142655.212500', '142655.672500', '142656.132500', '142656.592500', '142657.052500', '142657.512500', '142657.972500', '142658.432500', '142658.892500', '142659.352500', '142659.812500', '142700.272500', '142700.732500', '142701.192500', '142701.652500', '142702.112500', '142702.572500', '142703.032500', '142703.492500', '142703.952500', '142704.412500', '142704.872500', '142705.332500', '142705.792500', '142706.252500', '142706.712500', '142707.172500', '142707.632500', '142708.092500', '142708.552500', '142709.012500', '142709.472500', '142709.932500', '142710.392500', '142710.852500', '142711.312500', '142711.772500', '142712.232500', '142712.692500', '142713.152500', '142713.612500', '142714.072500', '142714.532500', '142714.992500', '142715.452500', '142715.912500', '142716.372500', '142716.832500', '142717.292500', '142717.752500', '142718.212500', '142718.672500', '142719.132500', '142719.592500', '142720.052500', '142720.512500', '142720.972500', '142721.432500', '142721.892500', '142722.352500', '142722.812500', '142723.272500', '142723.732500', '142724.192500', '142724.652500', '142725.112500', '142725.572500', '142726.032500', '142726.492500', '142726.952500', '142727.412500', '142727.872500', '142728.332500', '142728.792500', '142729.252500', '142729.712500', '142730.172500', '142730.632500', '142731.092500', '142731.552500', '142732.012500', '142732.472500', '142732.932500', '142733.392500', '142733.852500', '142734.312500', '142734.772500', '142735.232500', '142735.692500', '142736.152500', '142736.612500', '142737.072500', '142737.532500', '142737.992500', '142738.452500', '142738.912500', '142739.372500', '142739.832500', '142740.292500', '142740.752500', '142741.212500', '142741.672500', '142742.132500', '142742.592500', '142743.052500', '142743.512500', '142743.972500', '142744.432500', '142744.892500', '142745.352500', '142745.812500', '142746.272500', '142746.732500', '142747.192500', '142747.652500', '142748.112500', '142748.572500', '142749.032500', '142749.492500', '142749.952500', '142750.412500', '142750.872500', '142751.332500', '142751.792500', '142752.252500', '142752.712500', '142753.172500', '142753.632500', '142754.092500', '142754.552500', '142755.012500', '142755.472500', '142755.932500', '142756.392500', '142756.852500', '142757.312500', '142757.772500', '142758.232500', '142758.692500', '142759.152500', '142759.612500', '142800.072500', '142800.532500', '142800.992500', '142801.452500', '142801.912500', '142802.372500', '142802.832500', '142803.292500', '142803.752500', '142804.212500', '142804.672500', '142805.132500', '142805.592500', '142806.052500', '142806.512500', '142806.972500', '142807.432500', '142807.892500', '142808.352500', '142808.812500', '142809.272500', '142809.732500', '142810.192500', '142810.652500', '142811.112500', '142811.572500', '142812.032500', '142812.492500', '142812.952500', '142813.412500', '142813.872500', '142814.332500', '142814.792500', '142815.252500', '142815.712500', '142816.172500', '142816.632500', '142817.092500', '142817.552500', '142818.012500', '142818.472500', '142818.932500', '142819.392500', '142819.852500', '142820.312500', '142820.772500', '142821.232500', '142821.692500', '142822.152500', '142822.612500', '142823.072500', '142823.532500', '142823.992500', '142824.452500', '142824.912500', '142825.372500', '142825.832500', '142826.292500', '142826.752500', '142827.212500', '142827.672500', '142828.132500', '142828.592500', '142829.052500', '142829.512500', '142829.972500', '142830.432500', '142830.892500', '142831.352500', '142831.812500', '142832.272500', '142832.732500', '142833.192500', '142833.652500', '142834.112500', '142834.572500', '142835.032500', '142835.492500', '142835.952500', '142836.412500', '142836.872500', '142837.332500', '142837.792500', '142838.252500', '142838.712500', '142839.172500', '142839.632500', '142840.092500', '142840.552500', '142841.012500', '142841.472500', '142841.932500', '142842.392500', '142842.852500', '142843.312500', '142843.772500', '142844.232500', '142844.692500', '142845.152500', '142845.612500', '142846.072500', '142846.532500', '142846.992500', '142847.452500', '142847.912500', '142848.372500', '142848.832500', '142849.292500', '142849.752500', '142850.212500', '142850.672500', '142851.132500', '142851.592500', '142852.052500', '142852.512500', '142852.972500', '142853.432500', '142853.892500', '142854.352500', '142854.812500', '142855.272500', '142855.732500', '142856.192500', '142856.652500', '142857.112500', '142857.572500', '142858.032500', '142858.492500', '142858.952500', '142859.412500', '142859.872500', '142900.332500', '142900.792500', '142901.252500', '142901.712500', '142902.172500', '142902.632500', '142903.092500', '142903.552500', '142904.012500', '142904.472500', '142904.932500', '142905.392500', '142905.852500', '142906.312500', '142906.772500', '142907.232500', '142907.692500', '142908.152500', '142908.612500', '142909.072500', '142909.532500', '142909.992500', '142910.452500', '142910.912500', '142911.372500', '142911.832500', '142912.292500', '142912.752500', '142913.212500', '142913.672500', '142914.132500', '142914.592500', '142915.052500', '142915.512500', '142915.972500', '142916.432500', '142916.892500', '142917.352500', '142917.812500', '142918.272500', '142918.732500', '142919.192500', '142919.652500', '142920.112500', '142920.572500', '142921.032500', '142921.492500', '142921.952500', '142922.412500', '142922.872500', '142923.332500', '142923.792500', '142924.252500', '142924.712500', '142925.172500', '142925.632500', '142926.092500', '142926.552500', '142927.012500', '142927.472500', '142927.932500', '142928.392500', '142928.852500', '142929.312500', '142929.772500', '142930.232500', '142930.692500', '142931.152500', '142931.612500', '142932.072500', '142932.532500', '142932.992500', '142933.452500', '142933.912500', '142934.372500', '142934.832500', '142935.292500', '142935.752500', '142936.212500', '142936.672500', '142937.132500', '142937.592500', '142938.052500', '142938.512500', '142938.972500', '142939.432500', '142939.892500', '142940.352500', '142940.812500', '142941.272500', '142941.732500', '142942.192500', '142942.652500', '142943.112500', '142943.572500', '142944.032500', '142944.492500', '142944.952500', '142945.412500', '142945.872500', '142946.332500', '142946.792500', '142947.252500', '142947.712500', '142948.172500', '142948.632500', '142949.092500', '142949.552500', '142950.012500', '142950.472500', '142950.932500', '142951.392500', '142951.852500', '142952.312500', '142952.772500', '142953.232500', '142953.692500', '142954.152500', '142954.612500', '142955.072500', '142955.532500', '142955.992500', '142956.452500', '142956.912500', '142957.372500', '142957.832500', '142958.292500', '142958.752500', '142959.212500', '142959.672500', '143000.132500', '143000.592500', '143001.052500', '143001.512500', '143001.972500', '143002.432500', '143002.892500', '143003.352500', '143003.812500', '143004.272500', '143004.732500', '143005.192500', '143005.652500', '143006.112500', '143006.572500', '143007.032500', '143007.492500', '143007.952500', '143008.412500', '143008.872500', '143009.332500', '143009.792500', '143010.252500', '143010.712500', '143011.172500', '143011.632500', '143012.092500', '143012.552500', '143013.012500', '143013.472500', '143013.932500', '143014.392500', '143014.852500', '143015.312500', '143015.772500', '143016.232500', '143016.692500', '143017.152500', '143017.612500', '143018.072500', '143018.532500', '143018.992500', '143019.452500', '143019.912500', '143020.372500', '143020.832500', '143021.292500', '143021.752500', '143022.212500', '143022.672500', '143023.132500', '143023.592500', '143024.052500', '143024.512500', '143024.972500', '143025.432500', '143025.892500', '143026.352500', '143026.812500', '143027.272500', '143027.732500', '143028.192500', '143028.652500', '143029.112500', '143029.572500', '143030.032500', '143030.492500', '143030.952500', '143031.412500', '143031.872500', '143032.332500', '143032.792500', '143033.252500', '143033.712500', '143034.172500', '143034.632500', '143035.092500', '143035.552500', '143036.012500', '143036.472500', '143036.932500', '143037.392500', '143037.852500', '143038.312500', '143038.772500', '143039.232500', '143039.692500', '143040.152500', '143040.612500', '143041.072500', '143041.532500', '143041.992500', '143042.452500', '143042.912500', '143043.372500', '143043.832500', '143044.292500', '143044.752500', '143045.212500', '143045.672500', '143046.132500', '143046.592500', '143047.052500', '143047.512500', '143047.972500', '143048.432500', '143048.892500', '143049.352500', '143049.812500', '143050.272500', '143050.732500', '143051.192500', '143051.652500', '143052.112500', '143052.572500', '143053.032500', '143053.492500', '143053.952500', '143054.412500', '143054.872500', '143055.332500', '143055.792500', '143056.252500', '143056.712500', '143057.172500', '143057.632500', '143058.092500', '143058.552500', '143059.012500', '143059.472500', '143059.932500', '143100.392500', '143100.852500', '143101.312500', '143101.772500', '143102.232500', '143102.692500', '143103.152500', '143103.612500', '143104.072500', '143104.532500', '143104.992500', '143105.452500', '143105.912500', '143106.372500', '143106.832500', '143107.292500', '143107.752500', '143108.212500', '143108.672500', '143109.132500', '143109.592500', '143110.052500', '143110.512500', '143110.972500', '143111.432500', '143111.892500', '143112.352500', '143112.812500', '143113.272500', '143113.732500', '143114.192500', '143114.652500', '143115.112500', '143115.572500', '143116.032500', '143116.492500', '143116.952500', '143117.412500', '143117.872500', '143118.332500', '143118.792500', '143119.252500', '143119.712500', '143120.172500', '143120.632500'], 'ContentTime': ['142148.483000', '142148.487000', '142148.489000', '142148.492000', '142148.497000', '142148.500000', '142148.502000', '142148.505000', '142148.507000', '142148.510000', '142148.512000', '142148.515000', '142148.518000', '142148.534000', '142148.537000', '142148.539000', '142148.542000', '142148.544000', '142148.547000', '142148.549000', '142148.552000', '142148.563000', '142208.431000', '142208.434000', '142208.437000', '142208.439000', '142208.442000', '142208.445000', '142208.447000', '142208.450000', '142208.452000', '142208.455000', '142208.457000', '142208.460000', '142208.463000', '142208.465000', '142208.468000', '142208.470000', '142208.473000', '142208.476000', '142208.478000', '142208.481000', '142208.483000', '142208.486000', '142208.489000', '142208.491000', '142208.494000', '142208.496000', '142208.499000', '142208.501000', '142208.509000', '142208.512000', '142208.514000', '142208.517000', '142208.519000', '142208.522000', '142208.525000', '142208.527000', '142208.530000', '142208.532000', '142208.535000', '142208.538000', '142208.540000', '142208.545000', '142208.547000', '142228.431000', '142228.434000', '142228.437000', '142228.439000', '142228.442000', '142228.445000', '142228.447000', '142228.450000', '142228.452000', '142228.455000', '142228.457000', '142228.460000', '142228.463000', '142228.465000', '142228.468000', '142228.470000', '142228.473000', '142228.476000', '142228.478000', '142228.481000', '142228.483000', '142228.486000', '142228.488000', '142228.491000', '142228.494000', '142228.496000', '142228.499000', '142228.501000', '142228.504000', '142228.507000', '142228.509000', '142228.512000', '142228.514000', '142228.517000', '142228.522000', '142228.525000', '142228.527000', '142228.530000', '142228.533000', '142228.535000', '142228.538000', '142228.540000', '142228.543000', '142228.545000', '142248.433000', '142248.435000', '142248.438000', '142248.441000', '142248.443000', '142248.446000', '142248.448000', '142248.451000', '142248.454000', '142248.456000', '142248.459000', '142248.461000', '142248.464000', '142248.466000', '142248.469000', '142248.472000', '142248.474000', '142248.477000', '142248.479000', '142248.482000', '142248.485000', '142248.487000', '142248.490000', '142248.492000', '142248.495000', '142248.497000', '142248.500000', '142248.503000', '142248.505000', '142248.508000', '142248.510000', '142248.513000', '142248.515000', '142248.518000', '142248.521000', '142248.523000', '142248.526000', '142248.528000', '142248.531000', '142248.533000', '142248.536000', '142248.539000', '142248.541000', '142308.432000', '142308.435000', '142308.438000', '142308.441000', '142308.443000', '142308.446000', '142308.449000', '142308.451000', '142308.454000', '142308.456000', '142308.460000', '142308.463000', '142308.466000', '142308.468000', '142308.471000', '142308.474000', '142308.476000', '142308.479000', '142308.481000', '142308.484000', '142308.487000', '142308.489000', '142308.492000', '142308.494000', '142308.497000', '142308.499000', '142308.502000', '142308.505000', '142308.509000', '142308.512000', '142308.514000', '142308.517000', '142308.520000', '142308.522000', '142308.525000', '142308.527000', '142308.530000', '142308.533000', '142308.535000', '142308.538000', '142308.540000', '142308.543000', '142308.546000', '142328.433000', '142328.435000', '142328.438000', '142328.441000', '142328.450000', '142328.452000', '142328.455000', '142328.457000', '142328.460000', '142328.463000', '142328.465000', '142328.468000', '142328.470000', '142328.473000', '142328.476000', '142328.478000', '142328.481000', '142328.484000', '142328.486000', '142328.489000', '142328.491000', '142328.494000', '142328.496000', '142328.499000', '142328.502000', '142328.504000', '142328.507000', '142328.509000', '142328.512000', '142328.514000', '142328.517000', '142328.520000', '142328.523000', '142328.525000', '142328.528000', '142328.531000', '142328.533000', '142328.536000', '142328.538000', '142328.541000', '142328.543000', '142328.546000', '142328.549000', '142328.551000', '142348.432000', '142348.435000', '142348.438000', '142348.441000', '142348.443000', '142348.446000', '142348.448000', '142348.451000', '142348.454000', '142348.456000', '142348.459000', '142348.461000', '142348.464000', '142348.467000', '142348.469000', '142348.472000', '142348.474000', '142348.481000', '142348.484000', '142348.487000', '142348.489000', '142348.492000', '142348.494000', '142348.497000', '142348.500000', '142348.502000', '142348.505000', '142348.508000', '142348.511000', '142348.514000', '142348.517000', '142348.519000', '142348.522000', '142348.524000', '142348.527000', '142348.530000', '142348.532000', '142348.535000', '142348.537000', '142348.540000', '142348.543000', '142348.545000', '142348.548000', '142408.432000', '142408.435000', '142408.438000', '142408.441000', '142408.443000', '142408.446000', '142408.448000', '142408.451000', '142408.454000', '142408.456000', '142408.459000', '142408.461000', '142408.464000', '142408.467000', '142408.469000', '142408.472000', '142408.475000', '142408.477000', '142408.480000', '142408.482000', '142408.485000', '142408.488000', '142408.490000', '142408.493000', '142408.495000', '142408.498000', '142408.500000', '142408.503000', '142408.506000', '142408.508000', '142408.511000', '142408.514000', '142408.516000', '142408.519000', '142408.521000', '142408.524000', '142408.527000', '142408.529000', '142408.532000', '142408.534000', '142408.537000', '142408.540000', '142408.542000', '142408.545000', '142428.431000', '142428.434000', '142428.437000', '142428.439000', '142428.442000', '142428.445000', '142428.447000', '142428.450000', '142428.452000', '142428.455000', '142428.458000', '142428.460000', '142428.463000', '142428.466000', '142428.468000', '142428.471000', '142428.473000', '142428.476000', '142428.478000', '142428.481000', '142428.484000', '142428.486000', '142428.489000', '142428.491000', '142428.494000', '142428.497000', '142428.499000', '142428.502000', '142428.504000', '142428.507000', '142428.510000', '142428.512000', '142428.515000', '142428.517000', '142428.520000', '142428.523000', '142428.526000', '142428.528000', '142428.531000', '142428.533000', '142428.536000', '142428.538000', '142428.541000', '142448.431000', '142448.434000', '142448.437000', '142448.439000', '142448.442000', '142448.445000', '142448.447000', '142448.450000', '142448.453000', '142448.455000', '142448.458000', '142448.460000', '142448.463000', '142448.466000', '142448.468000', '142448.471000', '142448.474000', '142448.476000', '142448.479000', '142448.481000', '142448.484000', '142448.487000', '142448.489000', '142448.492000', '142448.494000', '142448.497000', '142448.500000', '142448.502000', '142448.505000', '142448.508000', '142448.510000', '142448.513000', '142448.515000', '142448.518000', '142448.521000', '142448.523000', '142448.526000', '142448.528000', '142448.531000', '142448.534000', '142448.536000', '142448.539000', '142448.541000', '142448.544000', '142508.433000', '142508.435000', '142508.438000', '142508.441000', '142508.443000', '142508.446000', '142508.448000', '142508.451000', '142508.454000', '142508.456000', '142508.459000', '142508.462000', '142508.464000', '142508.467000', '142508.470000', '142508.472000', '142508.475000', '142508.477000', '142508.480000', '142508.483000', '142508.485000', '142508.488000', '142508.490000', '142508.493000', '142508.495000', '142508.498000', '142508.540000', '142508.543000', '142508.545000', '142508.548000', '142508.551000', '142508.553000', '142508.556000', '142508.558000', '142508.561000', '142508.564000', '142508.566000', '142508.569000', '142508.571000', '142508.574000', '142508.577000', '142508.579000', '142508.582000', '142528.432000', '142528.435000', '142528.438000', '142528.441000', '142528.443000', '142528.446000', '142528.448000', '142528.451000', '142528.454000', '142528.456000', '142528.459000', '142528.461000', '142528.464000', '142528.467000', '142528.469000', '142528.472000', '142528.475000', '142528.477000', '142528.480000', '142528.482000', '142528.485000', '142528.488000', '142528.490000', '142528.493000', '142528.495000', '142528.498000', '142528.501000', '142528.503000', '142528.506000', '142528.508000', '142528.511000', '142528.514000', '142528.516000', '142528.519000', '142528.522000', '142528.524000', '142528.527000', '142528.529000', '142528.532000', '142528.535000', '142528.537000', '142528.540000', '142528.543000', '142528.545000', '142548.433000', '142548.435000', '142548.438000', '142548.441000', '142548.443000', '142548.446000', '142548.449000', '142548.451000', '142548.454000', '142548.456000', '142548.459000', '142548.462000', '142548.464000', '142548.467000', '142548.470000', '142548.472000', '142548.475000', '142548.477000', '142548.480000', '142548.483000', '142548.485000', '142548.488000', '142548.491000', '142548.493000', '142548.496000', '142548.498000', '142548.501000', '142548.504000', '142548.506000', '142548.509000', '142548.511000', '142548.514000', '142548.526000', '142548.529000', '142548.532000', '142548.534000', '142548.537000', '142548.540000', '142548.543000', '142548.545000', '142548.548000', '142548.551000', '142548.553000', '142608.432000', '142608.435000', '142608.438000', '142608.440000', '142608.443000', '142608.446000', '142608.448000', '142608.451000', '142608.453000', '142608.456000', '142608.459000', '142608.461000', '142608.464000', '142608.466000', '142608.469000', '142608.472000', '142608.474000', '142608.477000', '142608.480000', '142608.482000', '142608.485000', '142608.487000', '142608.490000', '142608.493000', '142608.495000', '142608.498000', '142608.501000', '142608.503000', '142608.506000', '142608.508000', '142608.511000', '142608.514000', '142608.516000', '142608.519000', '142608.521000', '142608.524000', '142608.526000', '142608.529000', '142608.532000', '142608.534000', '142608.537000', '142608.540000', '142608.542000', '142608.545000', '142628.432000', '142628.434000', '142628.437000', '142628.440000', '142628.442000', '142628.445000', '142628.448000', '142628.450000', '142628.453000', '142628.455000', '142628.458000', '142628.461000', '142628.463000', '142628.466000', '142628.468000', '142628.471000', '142628.474000', '142628.476000', '142628.479000', '142628.482000', '142628.484000', '142628.487000', '142628.489000', '142628.492000', '142628.495000', '142628.497000', '142628.500000', '142628.502000', '142628.505000', '142628.508000', '142628.510000', '142628.513000', '142628.515000', '142628.518000', '142628.521000', '142628.523000', '142628.526000', '142628.528000', '142628.531000', '142628.534000', '142628.536000', '142628.539000', '142628.541000', '142648.432000', '142648.434000', '142648.437000', '142648.440000', '142648.443000', '142648.445000', '142648.448000', '142648.451000', '142648.453000', '142648.456000', '142648.459000', '142648.461000', '142648.464000', '142648.466000', '142648.469000', '142648.472000', '142648.474000', '142648.477000', '142648.479000', '142648.482000', '142648.485000', '142648.487000', '142648.490000', '142648.493000', '142648.495000', '142648.498000', '142648.500000', '142648.503000', '142648.506000', '142648.508000', '142648.511000', '142648.513000', '142648.516000', '142648.519000', '142648.521000', '142648.524000', '142648.526000', '142648.529000', '142648.532000', '142648.534000', '142648.537000', '142648.539000', '142648.542000', '142648.544000', '142708.431000', '142708.434000', '142708.437000', '142708.439000', '142708.442000', '142708.445000', '142708.447000', '142708.450000', '142708.452000', '142708.455000', '142708.458000', '142708.460000', '142708.463000', '142708.465000', '142708.471000', '142708.474000', '142708.476000', '142708.479000', '142708.482000', '142708.484000', '142708.487000', '142708.490000', '142708.492000', '142708.495000', '142708.497000', '142708.500000', '142708.505000', '142708.507000', '142708.510000', '142708.512000', '142708.515000', '142708.517000', '142708.520000', '142708.523000', '142708.525000', '142708.528000', '142708.531000', '142708.533000', '142708.536000', '142708.538000', '142708.541000', '142708.544000', '142708.546000', '142728.432000', '142728.435000', '142728.438000', '142728.450000', '142728.453000', '142728.455000', '142728.458000', '142728.460000', '142728.463000', '142728.465000', '142728.468000', '142728.471000', '142728.473000', '142728.476000', '142728.478000', '142728.481000', '142728.484000', '142728.486000', '142728.489000', '142728.491000', '142728.494000', '142728.497000', '142728.499000', '142728.502000', '142728.504000', '142728.507000', '142728.509000', '142728.512000', '142728.515000', '142728.517000', '142728.520000', '142728.523000', '142728.525000', '142728.528000', '142728.530000', '142728.533000', '142728.536000', '142728.538000', '142728.541000', '142728.543000', '142728.546000', '142728.548000', '142728.551000', '142728.554000', '142748.432000', '142748.435000', '142748.438000', '142748.440000', '142748.443000', '142748.446000', '142748.448000', '142748.451000', '142748.454000', '142748.456000', '142748.459000', '142748.461000', '142748.464000', '142748.467000', '142748.469000', '142748.472000', '142748.475000', '142748.477000', '142748.480000', '142748.482000', '142748.485000', '142748.488000', '142748.490000', '142748.493000', '142748.495000', '142748.498000', '142748.501000', '142748.503000', '142748.506000', '142748.508000', '142748.511000', '142748.513000', '142748.516000', '142748.519000', '142748.521000', '142748.524000', '142748.526000', '142748.529000', '142748.532000', '142748.534000', '142748.537000', '142748.539000', '142748.542000', '142808.433000', '142808.435000', '142808.438000', '142808.441000', '142808.475000', '142808.478000', '142808.481000', '142808.483000', '142808.486000', '142808.488000', '142808.491000', '142808.494000', '142808.496000', '142808.499000', '142808.502000', '142808.504000', '142808.507000', '142808.509000', '142808.512000', '142808.515000', '142808.517000', '142808.520000', '142808.522000', '142808.525000', '142808.527000', '142808.530000', '142808.533000', '142808.536000', '142808.538000', '142808.541000', '142808.543000', '142808.546000', '142808.549000', '142808.551000', '142808.554000', '142808.557000', '142808.559000', '142808.562000', '142808.564000', '142808.567000', '142808.570000', '142808.572000', '142808.575000', '142808.577000', '142828.433000', '142828.435000', '142828.438000', '142828.441000', '142828.443000', '142828.446000', '142828.448000', '142828.451000', '142828.453000', '142828.456000', '142828.459000', '142828.461000', '142828.464000', '142828.467000', '142828.469000', '142828.472000', '142828.474000', '142828.477000', '142828.480000', '142828.482000', '142828.485000', '142828.487000', '142828.490000', '142828.492000', '142828.495000', '142828.498000', '142828.500000', '142828.503000', '142828.505000', '142828.508000', '142828.510000', '142828.513000', '142828.516000', '142828.518000', '142828.521000', '142828.524000', '142828.526000', '142828.529000', '142828.531000', '142828.534000', '142828.536000', '142828.539000', '142828.542000', '142848.432000', '142848.434000', '142848.437000', '142848.440000', '142848.442000', '142848.445000', '142848.448000', '142848.450000', '142848.453000', '142848.455000', '142848.458000', '142848.461000', '142848.463000', '142848.466000', '142848.468000', '142848.471000', '142848.474000', '142848.476000', '142848.479000', '142848.481000', '142848.484000', '142848.487000', '142848.489000', '142848.492000', '142848.495000', '142848.497000', '142848.500000', '142848.502000', '142848.505000', '142848.508000', '142848.510000', '142848.513000', '142848.515000', '142848.518000', '142848.520000', '142848.523000', '142848.526000', '142848.528000', '142848.531000', '142848.533000', '142848.536000', '142848.539000', '142848.541000', '142908.431000', '142908.434000', '142908.437000', '142908.440000', '142908.442000', '142908.445000', '142908.447000', '142908.450000', '142908.453000', '142908.455000', '142908.458000', '142908.460000', '142908.463000', '142908.466000', '142908.468000', '142908.471000', '142908.473000', '142908.476000', '142908.479000', '142908.481000', '142908.484000', '142908.486000', '142908.489000', '142908.492000', '142908.494000', '142908.497000', '142908.499000', '142908.502000', '142908.505000', '142908.507000', '142908.510000', '142908.512000', '142908.515000', '142908.518000', '142908.520000', '142908.523000', '142908.525000', '142908.528000', '142908.531000', '142908.533000', '142908.536000', '142908.538000', '142908.541000', '142908.544000', '142928.431000', '142928.434000', '142928.437000', '142928.439000', '142928.442000', '142928.445000', '142928.447000', '142928.450000', '142928.452000', '142928.455000', '142928.458000', '142928.460000', '142928.464000', '142928.466000', '142928.469000', '142928.480000', '142928.483000', '142928.485000', '142928.488000', '142928.490000', '142928.493000', '142928.496000', '142928.498000', '142928.501000', '142928.503000', '142928.506000', '142928.509000', '142928.511000', '142928.514000', '142928.517000', '142928.519000', '142928.522000', '142928.525000', '142928.527000', '142928.530000', '142928.532000', '142928.535000', '142928.538000', '142928.540000', '142928.543000', '142928.545000', '142928.548000', '142928.551000', '142928.553000', '142948.433000', '142948.435000', '142948.438000', '142948.441000', '142948.443000', '142948.446000', '142948.448000', '142948.451000', '142948.454000', '142948.456000', '142948.459000', '142948.462000', '142948.464000', '142948.467000', '142948.469000', '142948.472000', '142948.475000', '142948.477000', '142948.480000', '142948.483000', '142948.485000', '142948.488000', '142948.490000', '142948.493000', '142948.496000', '142948.498000', '142948.501000', '142948.504000', '142948.506000', '142948.509000', '142948.511000', '142948.514000', '142948.517000', '142948.519000', '142948.522000', '142948.525000', '142948.527000', '142948.530000', '142948.532000', '142948.535000', '142948.538000', '142948.540000', '142948.543000', '143008.432000', '143008.435000', '143008.438000', '143008.441000', '143008.444000', '143008.447000', '143008.450000', '143008.452000', '143008.455000', '143008.458000', '143008.460000', '143008.463000', '143008.465000', '143008.468000', '143008.471000', '143008.473000', '143008.476000', '143008.479000', '143008.481000', '143008.484000', '143008.486000', '143008.489000', '143008.492000', '143008.494000', '143008.497000', '143008.499000', '143008.502000', '143008.505000', '143008.507000', '143008.510000', '143008.513000', '143008.515000', '143008.518000', '143008.520000', '143008.523000', '143008.526000', '143008.528000', '143008.531000', '143008.533000', '143008.536000', '143008.538000', '143008.541000', '143008.544000', '143028.432000', '143028.435000', '143028.438000', '143028.441000', '143028.443000', '143028.446000', '143028.448000', '143028.451000', '143028.453000', '143028.456000', '143028.459000', '143028.461000', '143028.464000', '143028.467000', '143028.469000', '143028.472000', '143028.474000', '143028.477000', '143028.480000', '143028.482000', '143028.485000', '143028.487000', '143028.490000', '143028.492000', '143028.496000', '143028.498000', '143028.501000', '143028.504000', '143028.506000', '143028.509000', '143028.511000', '143028.514000', '143028.516000', '143028.519000', '143028.522000', '143028.524000', '143028.527000', '143028.530000', '143028.532000', '143028.535000', '143028.537000', '143028.540000', '143028.543000', '143028.545000', '143048.432000', '143048.435000', '143048.438000', '143048.440000', '143048.443000', '143048.446000', '143048.448000', '143048.451000', '143048.453000', '143048.456000', '143048.459000', '143048.473000', '143048.476000', '143048.479000', '143048.482000', '143048.485000', '143048.487000', '143048.490000', '143048.492000', '143048.495000', '143048.498000', '143048.500000', '143048.504000', '143048.507000', '143048.509000', '143048.512000', '143048.515000', '143048.517000', '143048.520000', '143048.522000', '143048.525000', '143048.528000', '143048.530000', '143048.533000', '143048.535000', '143048.538000', '143048.541000', '143048.543000', '143048.546000', '143048.549000', '143048.551000', '143048.554000', '143048.557000', '143108.432000', '143108.435000', '143108.437000', '143108.440000', '143108.443000', '143108.445000', '143108.448000', '143108.450000', '143108.453000', '143108.456000', '143108.458000', '143108.461000', '143108.463000', '143108.466000', '143108.469000', '143108.471000', '143108.474000', '143108.477000', '143108.479000', '143108.482000', '143108.484000', '143108.487000', '143108.490000', '143108.492000', '143108.495000', '143108.498000', '143108.500000', '143108.503000', '143108.506000', '143108.508000', '143108.511000', '143108.513000', '143108.516000', '143108.519000', '143108.521000', '143108.524000', '143108.526000', '143108.529000', '143108.532000', '143108.534000', '143108.537000', '143108.540000', '143108.542000', '143108.545000', '143121.578000', '143121.581000', '143121.584000', '143121.586000', '143121.589000', '143121.592000', '143121.594000', '143121.597000', '143121.600000', '143121.603000', '143121.606000', '143121.608000', '143121.611000', '143121.615000', '143121.619000', '143121.621000', '143121.624000', '143121.627000', '143121.630000', '143121.632000', '143121.635000', '143121.638000', '143121.640000', '143121.643000', '143121.646000', '143121.649000', '143121.651000', '143121.654000', '143121.656000'], 'InstanceCreationTime': ['142148.483000', '142148.487000', '142148.489000', '142148.492000', '142148.497000', '142148.500000', '142148.502000', '142148.505000', '142148.507000', '142148.510000', '142148.512000', '142148.515000', '142148.518000', '142148.534000', '142148.537000', '142148.539000', '142148.542000', '142148.544000', '142148.547000', '142148.549000', '142148.552000', '142148.563000', '142208.431000', '142208.434000', '142208.437000', '142208.439000', '142208.442000', '142208.445000', '142208.447000', '142208.450000', '142208.452000', '142208.455000', '142208.457000', '142208.460000', '142208.463000', '142208.465000', '142208.468000', '142208.470000', '142208.473000', '142208.476000', '142208.478000', '142208.481000', '142208.483000', '142208.486000', '142208.489000', '142208.491000', '142208.494000', '142208.496000', '142208.499000', '142208.501000', '142208.509000', '142208.512000', '142208.514000', '142208.517000', '142208.519000', '142208.522000', '142208.525000', '142208.527000', '142208.530000', '142208.532000', '142208.535000', '142208.538000', '142208.540000', '142208.545000', '142208.547000', '142228.431000', '142228.434000', '142228.437000', '142228.439000', '142228.442000', '142228.445000', '142228.447000', '142228.450000', '142228.452000', '142228.455000', '142228.457000', '142228.460000', '142228.463000', '142228.465000', '142228.468000', '142228.470000', '142228.473000', '142228.476000', '142228.478000', '142228.481000', '142228.483000', '142228.486000', '142228.488000', '142228.491000', '142228.494000', '142228.496000', '142228.499000', '142228.501000', '142228.504000', '142228.507000', '142228.509000', '142228.512000', '142228.514000', '142228.517000', '142228.522000', '142228.525000', '142228.527000', '142228.530000', '142228.533000', '142228.535000', '142228.538000', '142228.540000', '142228.543000', '142228.545000', '142248.433000', '142248.435000', '142248.438000', '142248.441000', '142248.443000', '142248.446000', '142248.448000', '142248.451000', '142248.454000', '142248.456000', '142248.459000', '142248.461000', '142248.464000', '142248.466000', '142248.469000', '142248.472000', '142248.474000', '142248.477000', '142248.479000', '142248.482000', '142248.485000', '142248.487000', '142248.490000', '142248.492000', '142248.495000', '142248.497000', '142248.500000', '142248.503000', '142248.505000', '142248.508000', '142248.510000', '142248.513000', '142248.515000', '142248.518000', '142248.521000', '142248.523000', '142248.526000', '142248.528000', '142248.531000', '142248.533000', '142248.536000', '142248.539000', '142248.541000', '142308.432000', '142308.435000', '142308.438000', '142308.441000', '142308.443000', '142308.446000', '142308.449000', '142308.451000', '142308.454000', '142308.456000', '142308.460000', '142308.463000', '142308.466000', '142308.468000', '142308.471000', '142308.474000', '142308.476000', '142308.479000', '142308.481000', '142308.484000', '142308.487000', '142308.489000', '142308.492000', '142308.494000', '142308.497000', '142308.499000', '142308.502000', '142308.505000', '142308.509000', '142308.512000', '142308.514000', '142308.517000', '142308.520000', '142308.522000', '142308.525000', '142308.527000', '142308.530000', '142308.533000', '142308.535000', '142308.538000', '142308.540000', '142308.543000', '142308.546000', '142328.433000', '142328.435000', '142328.438000', '142328.441000', '142328.450000', '142328.452000', '142328.455000', '142328.457000', '142328.460000', '142328.463000', '142328.465000', '142328.468000', '142328.470000', '142328.473000', '142328.476000', '142328.478000', '142328.481000', '142328.484000', '142328.486000', '142328.489000', '142328.491000', '142328.494000', '142328.496000', '142328.499000', '142328.502000', '142328.504000', '142328.507000', '142328.509000', '142328.512000', '142328.514000', '142328.517000', '142328.520000', '142328.523000', '142328.525000', '142328.528000', '142328.531000', '142328.533000', '142328.536000', '142328.538000', '142328.541000', '142328.543000', '142328.546000', '142328.549000', '142328.551000', '142348.432000', '142348.435000', '142348.438000', '142348.441000', '142348.443000', '142348.446000', '142348.448000', '142348.451000', '142348.454000', '142348.456000', '142348.459000', '142348.461000', '142348.464000', '142348.467000', '142348.469000', '142348.472000', '142348.474000', '142348.481000', '142348.484000', '142348.487000', '142348.489000', '142348.492000', '142348.494000', '142348.497000', '142348.500000', '142348.502000', '142348.505000', '142348.508000', '142348.511000', '142348.514000', '142348.517000', '142348.519000', '142348.522000', '142348.524000', '142348.527000', '142348.530000', '142348.532000', '142348.535000', '142348.537000', '142348.540000', '142348.543000', '142348.545000', '142348.548000', '142408.432000', '142408.435000', '142408.438000', '142408.441000', '142408.443000', '142408.446000', '142408.448000', '142408.451000', '142408.454000', '142408.456000', '142408.459000', '142408.461000', '142408.464000', '142408.467000', '142408.469000', '142408.472000', '142408.475000', '142408.477000', '142408.480000', '142408.482000', '142408.485000', '142408.488000', '142408.490000', '142408.493000', '142408.495000', '142408.498000', '142408.500000', '142408.503000', '142408.506000', '142408.508000', '142408.511000', '142408.514000', '142408.516000', '142408.519000', '142408.521000', '142408.524000', '142408.527000', '142408.529000', '142408.532000', '142408.534000', '142408.537000', '142408.540000', '142408.542000', '142408.545000', '142428.431000', '142428.434000', '142428.437000', '142428.439000', '142428.442000', '142428.445000', '142428.447000', '142428.450000', '142428.452000', '142428.455000', '142428.458000', '142428.460000', '142428.463000', '142428.466000', '142428.468000', '142428.471000', '142428.473000', '142428.476000', '142428.478000', '142428.481000', '142428.484000', '142428.486000', '142428.489000', '142428.491000', '142428.494000', '142428.497000', '142428.499000', '142428.502000', '142428.504000', '142428.507000', '142428.510000', '142428.512000', '142428.515000', '142428.517000', '142428.520000', '142428.523000', '142428.526000', '142428.528000', '142428.531000', '142428.533000', '142428.536000', '142428.538000', '142428.541000', '142448.431000', '142448.434000', '142448.437000', '142448.439000', '142448.442000', '142448.445000', '142448.447000', '142448.450000', '142448.453000', '142448.455000', '142448.458000', '142448.460000', '142448.463000', '142448.466000', '142448.468000', '142448.471000', '142448.474000', '142448.476000', '142448.479000', '142448.481000', '142448.484000', '142448.487000', '142448.489000', '142448.492000', '142448.494000', '142448.497000', '142448.500000', '142448.502000', '142448.505000', '142448.508000', '142448.510000', '142448.513000', '142448.515000', '142448.518000', '142448.521000', '142448.523000', '142448.526000', '142448.528000', '142448.531000', '142448.534000', '142448.536000', '142448.539000', '142448.541000', '142448.544000', '142508.433000', '142508.435000', '142508.438000', '142508.441000', '142508.443000', '142508.446000', '142508.448000', '142508.451000', '142508.454000', '142508.456000', '142508.459000', '142508.462000', '142508.464000', '142508.467000', '142508.470000', '142508.472000', '142508.475000', '142508.477000', '142508.480000', '142508.483000', '142508.485000', '142508.488000', '142508.490000', '142508.493000', '142508.495000', '142508.498000', '142508.540000', '142508.543000', '142508.545000', '142508.548000', '142508.551000', '142508.553000', '142508.556000', '142508.558000', '142508.561000', '142508.564000', '142508.566000', '142508.569000', '142508.571000', '142508.574000', '142508.577000', '142508.579000', '142508.582000', '142528.432000', '142528.435000', '142528.438000', '142528.441000', '142528.443000', '142528.446000', '142528.448000', '142528.451000', '142528.454000', '142528.456000', '142528.459000', '142528.461000', '142528.464000', '142528.467000', '142528.469000', '142528.472000', '142528.475000', '142528.477000', '142528.480000', '142528.482000', '142528.485000', '142528.488000', '142528.490000', '142528.493000', '142528.495000', '142528.498000', '142528.501000', '142528.503000', '142528.506000', '142528.508000', '142528.511000', '142528.514000', '142528.516000', '142528.519000', '142528.522000', '142528.524000', '142528.527000', '142528.529000', '142528.532000', '142528.535000', '142528.537000', '142528.540000', '142528.543000', '142528.545000', '142548.433000', '142548.435000', '142548.438000', '142548.441000', '142548.443000', '142548.446000', '142548.449000', '142548.451000', '142548.454000', '142548.456000', '142548.459000', '142548.462000', '142548.464000', '142548.467000', '142548.470000', '142548.472000', '142548.475000', '142548.477000', '142548.480000', '142548.483000', '142548.485000', '142548.488000', '142548.491000', '142548.493000', '142548.496000', '142548.498000', '142548.501000', '142548.504000', '142548.506000', '142548.509000', '142548.511000', '142548.514000', '142548.526000', '142548.529000', '142548.532000', '142548.534000', '142548.537000', '142548.540000', '142548.543000', '142548.545000', '142548.548000', '142548.551000', '142548.553000', '142608.432000', '142608.435000', '142608.438000', '142608.440000', '142608.443000', '142608.446000', '142608.448000', '142608.451000', '142608.453000', '142608.456000', '142608.459000', '142608.461000', '142608.464000', '142608.466000', '142608.469000', '142608.472000', '142608.474000', '142608.477000', '142608.480000', '142608.482000', '142608.485000', '142608.487000', '142608.490000', '142608.493000', '142608.495000', '142608.498000', '142608.501000', '142608.503000', '142608.506000', '142608.508000', '142608.511000', '142608.514000', '142608.516000', '142608.519000', '142608.521000', '142608.524000', '142608.526000', '142608.529000', '142608.532000', '142608.534000', '142608.537000', '142608.540000', '142608.542000', '142608.545000', '142628.432000', '142628.434000', '142628.437000', '142628.440000', '142628.442000', '142628.445000', '142628.448000', '142628.450000', '142628.453000', '142628.455000', '142628.458000', '142628.461000', '142628.463000', '142628.466000', '142628.468000', '142628.471000', '142628.474000', '142628.476000', '142628.479000', '142628.482000', '142628.484000', '142628.487000', '142628.489000', '142628.492000', '142628.495000', '142628.497000', '142628.500000', '142628.502000', '142628.505000', '142628.508000', '142628.510000', '142628.513000', '142628.515000', '142628.518000', '142628.521000', '142628.523000', '142628.526000', '142628.528000', '142628.531000', '142628.534000', '142628.536000', '142628.539000', '142628.541000', '142648.432000', '142648.434000', '142648.437000', '142648.440000', '142648.443000', '142648.445000', '142648.448000', '142648.451000', '142648.453000', '142648.456000', '142648.459000', '142648.461000', '142648.464000', '142648.466000', '142648.469000', '142648.472000', '142648.474000', '142648.477000', '142648.479000', '142648.482000', '142648.485000', '142648.487000', '142648.490000', '142648.493000', '142648.495000', '142648.498000', '142648.500000', '142648.503000', '142648.506000', '142648.508000', '142648.511000', '142648.513000', '142648.516000', '142648.519000', '142648.521000', '142648.524000', '142648.526000', '142648.529000', '142648.532000', '142648.534000', '142648.537000', '142648.539000', '142648.542000', '142648.544000', '142708.431000', '142708.434000', '142708.437000', '142708.439000', '142708.442000', '142708.445000', '142708.447000', '142708.450000', '142708.452000', '142708.455000', '142708.458000', '142708.460000', '142708.463000', '142708.465000', '142708.471000', '142708.474000', '142708.476000', '142708.479000', '142708.482000', '142708.484000', '142708.487000', '142708.490000', '142708.492000', '142708.495000', '142708.497000', '142708.500000', '142708.505000', '142708.507000', '142708.510000', '142708.512000', '142708.515000', '142708.517000', '142708.520000', '142708.523000', '142708.525000', '142708.528000', '142708.531000', '142708.533000', '142708.536000', '142708.538000', '142708.541000', '142708.544000', '142708.546000', '142728.432000', '142728.435000', '142728.438000', '142728.450000', '142728.453000', '142728.455000', '142728.458000', '142728.460000', '142728.463000', '142728.465000', '142728.468000', '142728.471000', '142728.473000', '142728.476000', '142728.478000', '142728.481000', '142728.484000', '142728.486000', '142728.489000', '142728.491000', '142728.494000', '142728.497000', '142728.499000', '142728.502000', '142728.504000', '142728.507000', '142728.509000', '142728.512000', '142728.515000', '142728.517000', '142728.520000', '142728.523000', '142728.525000', '142728.528000', '142728.530000', '142728.533000', '142728.536000', '142728.538000', '142728.541000', '142728.543000', '142728.546000', '142728.548000', '142728.551000', '142728.554000', '142748.432000', '142748.435000', '142748.438000', '142748.440000', '142748.443000', '142748.446000', '142748.448000', '142748.451000', '142748.454000', '142748.456000', '142748.459000', '142748.461000', '142748.464000', '142748.467000', '142748.469000', '142748.472000', '142748.475000', '142748.477000', '142748.480000', '142748.482000', '142748.485000', '142748.488000', '142748.490000', '142748.493000', '142748.495000', '142748.498000', '142748.501000', '142748.503000', '142748.506000', '142748.508000', '142748.511000', '142748.513000', '142748.516000', '142748.519000', '142748.521000', '142748.524000', '142748.526000', '142748.529000', '142748.532000', '142748.534000', '142748.537000', '142748.539000', '142748.542000', '142808.433000', '142808.435000', '142808.438000', '142808.441000', '142808.475000', '142808.478000', '142808.481000', '142808.483000', '142808.486000', '142808.488000', '142808.491000', '142808.494000', '142808.496000', '142808.499000', '142808.502000', '142808.504000', '142808.507000', '142808.509000', '142808.512000', '142808.515000', '142808.517000', '142808.520000', '142808.522000', '142808.525000', '142808.527000', '142808.530000', '142808.533000', '142808.536000', '142808.538000', '142808.541000', '142808.543000', '142808.546000', '142808.549000', '142808.551000', '142808.554000', '142808.557000', '142808.559000', '142808.562000', '142808.564000', '142808.567000', '142808.570000', '142808.572000', '142808.575000', '142808.577000', '142828.433000', '142828.435000', '142828.438000', '142828.441000', '142828.443000', '142828.446000', '142828.448000', '142828.451000', '142828.453000', '142828.456000', '142828.459000', '142828.461000', '142828.464000', '142828.467000', '142828.469000', '142828.472000', '142828.474000', '142828.477000', '142828.480000', '142828.482000', '142828.485000', '142828.487000', '142828.490000', '142828.492000', '142828.495000', '142828.498000', '142828.500000', '142828.503000', '142828.505000', '142828.508000', '142828.510000', '142828.513000', '142828.516000', '142828.518000', '142828.521000', '142828.524000', '142828.526000', '142828.529000', '142828.531000', '142828.534000', '142828.536000', '142828.539000', '142828.542000', '142848.432000', '142848.434000', '142848.437000', '142848.440000', '142848.442000', '142848.445000', '142848.448000', '142848.450000', '142848.453000', '142848.455000', '142848.458000', '142848.461000', '142848.463000', '142848.466000', '142848.468000', '142848.471000', '142848.474000', '142848.476000', '142848.479000', '142848.481000', '142848.484000', '142848.487000', '142848.489000', '142848.492000', '142848.495000', '142848.497000', '142848.500000', '142848.502000', '142848.505000', '142848.508000', '142848.510000', '142848.513000', '142848.515000', '142848.518000', '142848.520000', '142848.523000', '142848.526000', '142848.528000', '142848.531000', '142848.533000', '142848.536000', '142848.539000', '142848.541000', '142908.431000', '142908.434000', '142908.437000', '142908.440000', '142908.442000', '142908.445000', '142908.447000', '142908.450000', '142908.453000', '142908.455000', '142908.458000', '142908.460000', '142908.463000', '142908.466000', '142908.468000', '142908.471000', '142908.473000', '142908.476000', '142908.479000', '142908.481000', '142908.484000', '142908.486000', '142908.489000', '142908.492000', '142908.494000', '142908.497000', '142908.499000', '142908.502000', '142908.505000', '142908.507000', '142908.510000', '142908.512000', '142908.515000', '142908.518000', '142908.520000', '142908.523000', '142908.525000', '142908.528000', '142908.531000', '142908.533000', '142908.536000', '142908.538000', '142908.541000', '142908.544000', '142928.431000', '142928.434000', '142928.437000', '142928.439000', '142928.442000', '142928.445000', '142928.447000', '142928.450000', '142928.452000', '142928.455000', '142928.458000', '142928.460000', '142928.464000', '142928.466000', '142928.469000', '142928.480000', '142928.483000', '142928.485000', '142928.488000', '142928.490000', '142928.493000', '142928.496000', '142928.498000', '142928.501000', '142928.503000', '142928.506000', '142928.509000', '142928.511000', '142928.514000', '142928.517000', '142928.519000', '142928.522000', '142928.525000', '142928.527000', '142928.530000', '142928.532000', '142928.535000', '142928.538000', '142928.540000', '142928.543000', '142928.545000', '142928.548000', '142928.551000', '142928.553000', '142948.433000', '142948.435000', '142948.438000', '142948.441000', '142948.443000', '142948.446000', '142948.448000', '142948.451000', '142948.454000', '142948.456000', '142948.459000', '142948.462000', '142948.464000', '142948.467000', '142948.469000', '142948.472000', '142948.475000', '142948.477000', '142948.480000', '142948.483000', '142948.485000', '142948.488000', '142948.490000', '142948.493000', '142948.496000', '142948.498000', '142948.501000', '142948.504000', '142948.506000', '142948.509000', '142948.511000', '142948.514000', '142948.517000', '142948.519000', '142948.522000', '142948.525000', '142948.527000', '142948.530000', '142948.532000', '142948.535000', '142948.538000', '142948.540000', '142948.543000', '143008.432000', '143008.435000', '143008.438000', '143008.441000', '143008.444000', '143008.447000', '143008.450000', '143008.452000', '143008.455000', '143008.458000', '143008.460000', '143008.463000', '143008.465000', '143008.468000', '143008.471000', '143008.473000', '143008.476000', '143008.479000', '143008.481000', '143008.484000', '143008.486000', '143008.489000', '143008.492000', '143008.494000', '143008.497000', '143008.499000', '143008.502000', '143008.505000', '143008.507000', '143008.510000', '143008.513000', '143008.515000', '143008.518000', '143008.520000', '143008.523000', '143008.526000', '143008.528000', '143008.531000', '143008.533000', '143008.536000', '143008.538000', '143008.541000', '143008.544000', '143028.432000', '143028.435000', '143028.438000', '143028.441000', '143028.443000', '143028.446000', '143028.448000', '143028.451000', '143028.453000', '143028.456000', '143028.459000', '143028.461000', '143028.464000', '143028.467000', '143028.469000', '143028.472000', '143028.474000', '143028.477000', '143028.480000', '143028.482000', '143028.485000', '143028.487000', '143028.490000', '143028.492000', '143028.496000', '143028.498000', '143028.501000', '143028.504000', '143028.506000', '143028.509000', '143028.511000', '143028.514000', '143028.516000', '143028.519000', '143028.522000', '143028.524000', '143028.527000', '143028.530000', '143028.532000', '143028.535000', '143028.537000', '143028.540000', '143028.543000', '143028.545000', '143048.432000', '143048.435000', '143048.438000', '143048.440000', '143048.443000', '143048.446000', '143048.448000', '143048.451000', '143048.453000', '143048.456000', '143048.459000', '143048.473000', '143048.476000', '143048.479000', '143048.482000', '143048.485000', '143048.487000', '143048.490000', '143048.492000', '143048.495000', '143048.498000', '143048.500000', '143048.504000', '143048.507000', '143048.509000', '143048.512000', '143048.515000', '143048.517000', '143048.520000', '143048.522000', '143048.525000', '143048.528000', '143048.530000', '143048.533000', '143048.535000', '143048.538000', '143048.541000', '143048.543000', '143048.546000', '143048.549000', '143048.551000', '143048.554000', '143048.557000', '143108.432000', '143108.435000', '143108.437000', '143108.440000', '143108.443000', '143108.445000', '143108.448000', '143108.450000', '143108.453000', '143108.456000', '143108.458000', '143108.461000', '143108.463000', '143108.466000', '143108.469000', '143108.471000', '143108.474000', '143108.477000', '143108.479000', '143108.482000', '143108.484000', '143108.487000', '143108.490000', '143108.492000', '143108.495000', '143108.498000', '143108.500000', '143108.503000', '143108.506000', '143108.508000', '143108.511000', '143108.513000', '143108.516000', '143108.519000', '143108.521000', '143108.524000', '143108.526000', '143108.529000', '143108.532000', '143108.534000', '143108.537000', '143108.540000', '143108.542000', '143108.545000', '143121.578000', '143121.581000', '143121.584000', '143121.586000', '143121.589000', '143121.592000', '143121.594000', '143121.597000', '143121.600000', '143121.603000', '143121.606000', '143121.608000', '143121.611000', '143121.615000', '143121.619000', '143121.621000', '143121.624000', '143121.627000', '143121.630000', '143121.632000', '143121.635000', '143121.638000', '143121.640000', '143121.643000', '143121.646000', '143121.649000', '143121.651000', '143121.654000', '143121.656000'], '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': [8123, 13290, 10781, 10372, 8126, 8893, 15239, 8422, 14524, 11157, 10376, 14253, 8544, 12204, 7912, 8686, 15427, 8089, 11113, 8053, 10817, 7870, 8841, 15372, 8467, 12038, 8812, 11540, 8502, 9064, 16394, 8655, 13611, 10267, 13599, 10621, 9025, 16115, 8684, 13527, 8668, 14271, 8833, 9151, 8916, 7801, 8795, 11306, 8626, 10798, 8819, 7748, 8789, 10794, 16453, 8513, 13427, 8578, 13418, 8410, 8960, 15454, 8680, 12194, 8801, 8206, 8992, 7128, 9087, 7737, 9061, 8460, 8913, 9101, 13841, 8902, 11868, 8865, 10243, 9126, 9017, 13945, 8643, 9243, 8127, 9056, 10717, 8627, 7458, 7812, 6536, 7927, 7757, 7769, 7782, 10218, 7651, 7688, 7647, 9860, 7992, 10820, 12668, 8100, 13456, 7979, 11646, 7889, 8613, 16257, 8132, 13659, 9235, 7713, 7430, 8493, 11147, 8047, 12452, 7788, 9210, 7558, 7552, 7554, 7197, 7740, 8177, 7958, 10593, 15294, 11372, 16356, 8518, 13903, 13615, 10098, 15645, 8562, 11911, 9254, 7856, 7763, 7675, 7605, 7285, 7701, 7746, 7897, 8719, 12083, 9261, 8385, 15165, 8064, 13014, 8025, 8868, 14905, 8161, 12367, 8788, 8071, 8646, 8774, 10848, 8207, 12393, 8189, 11843, 8660, 12414, 9560, 12483, 16150, 8525, 12597, 8780, 11753, 8795, 8841, 16743, 8638, 14056, 11113, 8236, 9005, 7840, 7774, 8857, 9729, 8686, 9407, 8386, 9341, 8396, 8875, 8619, 8150, 12636, 8720, 11704, 8511, 7704, 8037, 8652, 13690, 8399, 7497, 8021, 7815, 7917, 7643, 7856, 7526, 7078, 7001, 11151, 7594, 7867, 8278, 9374, 8867, 9422, 12654, 10500, 11067, 14916, 9492, 13728, 9568, 12970, 9751, 13431, 14650, 10813, 15352, 9841, 12890, 9531, 12436, 10993, 10889, 11822, 9225, 13588, 9286, 12021, 9295, 11495, 9378, 9018, 13738, 9690, 15788, 9515, 13866, 9799, 9468, 10479, 9603, 14412, 9891, 10476, 9363, 8564, 8492, 9485, 8098, 7914, 8270, 7758, 8383, 9354, 10027, 8878, 9905, 9019, 8834, 8808, 8802, 9726, 9176, 13301, 8589, 9005, 8181, 6984, 8166, 7768, 9245, 8757, 11193, 8327, 8620, 7331, 7302, 8869, 12754, 8353, 10850, 11655, 8553, 14718, 8447, 12513, 8417, 10636, 8900, 9071, 15040, 8452, 13424, 8394, 8641, 8300, 7467, 7969, 8825, 10728, 8457, 11148, 8399, 11537, 8161, 9011, 14375, 8497, 12184, 8062, 9760, 8095, 7346, 8425, 8957, 14980, 8771, 15106, 8746, 12702, 9538, 9288, 15957, 8908, 13329, 8476, 7505, 10909, 9164, 10539, 8788, 10366, 8482, 7405, 7773, 6633, 7722, 7900, 7341, 8491, 12102, 7813, 9999, 7699, 7554, 7320, 8367, 10885, 7193, 8831, 7327, 7617, 7674, 7661, 8618, 14577, 11004, 14667, 8815, 13073, 9637, 13556, 15920, 8867, 13357, 9889, 9970, 9394, 9079, 13429, 9067, 9652, 8872, 7932, 8767, 9375, 8436, 9178, 10038, 9125, 12736, 8906, 9937, 8473, 7663, 8266, 7855, 8481, 9299, 13820, 8835, 11510, 8275, 7569, 7776, 9003, 12325, 8481, 9777, 8140, 7731, 7472, 7542, 7417, 7361, 7607, 8362, 11817, 8097, 10103, 8459, 9407, 14055, 9474, 10682, 14540, 9959, 13587, 9974, 12128, 14617, 9169, 13584, 9353, 8646, 9077, 7343, 7710, 7898, 7701, 9102, 11880, 14447, 11498, 15508, 9281, 13564, 9287, 10685, 9285, 11500, 12256, 8808, 15620, 9125, 13050, 9378, 10496, 9345, 9507, 14651, 9275, 7746, 8874, 7730, 8494, 9563, 8194, 9358, 8180, 9376, 7892, 8935, 7662, 8030, 7985, 7810, 8597, 8952, 8463, 7759, 7994, 8888, 8227, 9235, 11235, 8742, 13286, 8260, 9432, 11391, 8579, 11782, 7980, 8531, 7595, 8371, 10899, 8327, 10534, 7804, 7897, 7540, 7527, 7396, 7927, 7273, 8741, 13326, 7973, 13389, 8244, 12191, 16586, 8710, 12652, 14992, 7836, 12475, 9388, 9710, 14525, 8389, 14180, 11112, 8665, 14083, 8210, 11210, 8675, 8895, 14609, 8473, 8419, 8191, 8847, 12289, 8783, 9471, 8554, 7834, 7963, 8869, 9269, 8475, 8937, 8095, 8312, 7841, 9162, 11942, 8591, 10388, 7809, 8916, 7674, 7273, 7371, 7374, 7043, 7484, 7296, 7753, 9932, 7339, 7597, 8051, 12080, 7758, 12954, 11463, 10887, 13420, 8559, 14132, 8195, 12906, 14607, 10209, 13201, 8508, 12472, 8081, 12115, 12260, 10774, 14808, 8811, 12949, 8796, 13560, 13434, 10487, 15311, 8930, 13203, 10199, 10304, 15492, 8992, 12679, 9741, 7796, 8491, 9206, 11733, 8724, 7967, 8797, 7390, 8652, 7456, 8481, 7785, 8262, 7536, 8638, 9002, 13355, 9135, 11842, 13027, 8721, 11646, 8442, 9105, 8215, 8739, 12885, 8641, 9253, 8139, 8553, 11257, 8597, 9808, 8433, 7477, 8093, 8017, 7378, 8216, 11076, 8193, 7692, 8102, 7220, 7750, 7233, 7713, 7393, 7453, 8585, 10547, 7889, 10547, 7455, 8204, 13063, 7886, 13272, 7967, 9987, 10764, 8054, 14365, 8028, 11694, 7654, 7521, 8693, 13803, 7966, 12539, 9684, 8955, 9431, 10288, 15067, 10837, 14900, 8669, 13404, 8604, 12824, 9920, 12910, 15116, 10857, 14494, 8806, 12921, 9394, 10175, 15668, 8696, 12597, 8617, 11125, 8777, 8804, 9774, 8879, 10406, 8854, 7648, 8416, 7700, 8659, 7618, 8733, 7946, 9512, 8944, 12106, 9081, 8556, 8488, 9240, 13035, 9097, 9192, 8834, 7793, 8015, 9066, 9036, 8593, 10868, 8712, 8174, 8241, 7884, 7957, 8692, 12187, 8304, 8716, 8212, 7651, 8050, 7364, 7816, 7395, 9512, 7492, 8703, 7438, 7377, 8616, 9920, 8174, 10792, 7593, 9475, 11466, 8155, 14057, 8199, 12886, 7746, 11251, 9966, 8127, 13838, 7443, 12923, 7589, 9193, 7642, 9509, 8397, 11093, 7619, 9874, 8217, 12544, 15513, 11688, 15300, 8849, 13151, 8751, 13719, 8331, 14595, 10254, 14425, 8933, 15118, 12129, 12409, 16432, 9282, 13913, 8697, 12546, 9910, 8667, 15762, 8866, 13116, 10375, 8452, 12292, 8614, 14219, 8864, 10289, 8807, 8674, 8998, 8259, 8615, 10267, 8980, 8652, 13409, 8657, 10603, 8984, 7851, 9683, 8675, 13150, 8802, 8141, 8903, 7767, 8207, 9079, 12757, 8837, 7536, 8125, 7555, 7800, 7003, 8067, 7190, 8104, 8844, 10435, 8178, 12845, 8338, 12407, 8696, 10834, 8468, 12037, 11504, 10873, 14074, 8935, 13856, 8648, 14628, 10626, 11088, 13277, 8913, 10890, 8600, 7762, 9043, 8783, 13937, 8486, 11632, 8533, 8423, 8743, 9183, 8557, 11344, 11132, 9683, 15179, 8968, 13409, 10212, 9594, 14785, 8787, 11888, 8614, 8030, 8150, 8838, 11843, 8494, 7506, 8284, 7317, 8023, 7917, 7684, 8574, 9771, 8195, 7521, 7804, 6695, 8007, 6998, 7745, 8867, 8130, 9906, 10484, 8420, 13370, 8254, 11408, 8894, 8773, 14441, 8373, 12632, 10738, 8576, 12374, 8288, 11860, 8552, 12672, 8156, 10542, 8053, 11917, 8489, 11920, 15292, 8623, 12938, 10078, 8644, 13983, 8250, 12805, 7910, 8022, 12301, 8565, 11372, 8033, 10118, 7974, 7850, 7697, 8761, 11882, 8366, 8296, 7749, 7912, 10107, 8256, 12728, 7839, 9184, 8136, 7829, 8058, 8566, 14135, 8245, 10764, 7693, 7589, 9055, 8400, 13161, 7621, 7806, 7640, 7818, 10453, 7460, 11695, 7336, 9453, 7663, 8676, 9363, 7926, 13431, 7728, 11610, 7678, 8903, 7733, 7604, 7704, 7662, 6969, 7406, 10574, 7566, 7335, 8323, 11847, 7919, 12654, 7738, 10829, 9677, 10793, 8747, 9037, 9744, 8768, 15380, 8601, 12922, 7751, 10258, 7787, 8973, 7651, 8719, 7517, 9730, 9058, 9353, 8098, 8652, 14664, 8634, 13594, 8968, 11069, 8100, 13213, 8210, 13079, 8226, 12857, 9457, 12609, 14963, 11642, 15945, 11801, 16791, 8535, 14279, 11931, 14731, 10299, 11021, 8656, 13807, 15349, 11639, 15824, 13011, 9363, 8826, 8735, 9834, 15721, 12665, 16025, 13452, 9033, 9351, 10757, 10047, 15682, 9606, 16504, 11539, 11935, 7972, 8841, 8619, 7785, 8704, 8442, 8728, 12646, 8262, 14845, 8299, 13524, 8021, 11248, 8051, 8970, 8779, 9093, 8312, 7869, 8682, 7743, 9068, 7891, 8952, 9510, 8629, 7615, 8318, 9181, 8361, 8981, 8573, 7834, 7958, 6868, 7361, 7657, 9022, 11747, 8240, 11329, 8447, 10335, 8593, 9161, 14150, 8975, 12907, 9642, 9130, 12499, 8522, 11028, 9024, 13211, 8617, 13363, 8356, 13051, 8424, 11368, 10209, 9050, 15878, 8388, 11651, 8199, 8459, 8024, 8871, 11695, 8334, 10754, 8032, 8490, 8394, 7582, 8192, 8031, 8407, 12722, 8520, 12925, 8384, 13649, 14199, 11694, 14531, 8482, 13624, 10115, 10932, 16169, 8299, 12363, 8489, 9630, 9135, 8862, 10071, 8729, 7770, 8546, 7778, 8347, 7980, 7880, 8241, 8658, 10928, 8504, 11393, 8463, 12598, 8707, 10730, 8773, 13824, 10448, 10533, 14764, 9297, 12220, 8522, 13643, 8622, 10649, 8790, 7778, 8457, 8592, 11739, 8626, 10033, 8680, 7729, 8742, 7874, 8179, 8102, 7916, 7877, 8009, 7646, 7964, 7328, 8069, 9109, 8114, 8141, 8446, 9629, 8625, 11921, 13340, 9879, 14228, 8440, 11748, 8632, 12515, 8660, 14272, 9226, 14197, 9227, 13462, 8486, 9634, 8448, 10965, 10394, 9006, 9047, 8756, 11453, 8898, 13905, 9875, 14659, 8922, 14189, 8885], 'WindowCenter': [3878.0, 3914.0, 3876.0, 3864.0, 3818.0, 3840.0, 3878.0, 3827.0, 3883.0, 3860.0, 3848.0, 3878.0, 3825.0, 3856.0, 3813.0, 3825.0, 3876.0, 3814.0, 3856.0, 3815.0, 3857.0, 3816.0, 3836.0, 3877.0, 3824.0, 3857.0, 3825.0, 3859.0, 3825.0, 3826.0, 3877.0, 3824.0, 3866.0, 3833.0, 3854.0, 3831.0, 3811.0, 3862.0, 3808.0, 3851.0, 3809.0, 3850.0, 3809.0, 3807.0, 3808.0, 3786.0, 3808.0, 3829.0, 3798.0, 3829.0, 3808.0, 3786.0, 3807.0, 3829.0, 3860.0, 3799.0, 3840.0, 3797.0, 3838.0, 3796.0, 3807.0, 3847.0, 3810.0, 3841.0, 3806.0, 3795.0, 3806.0, 3773.0, 3807.0, 3785.0, 3807.0, 3797.0, 3809.0, 3808.0, 3850.0, 3807.0, 3829.0, 3807.0, 3817.0, 3806.0, 3808.0, 3847.0, 3796.0, 3806.0, 3785.0, 3808.0, 3817.0, 3808.0, 3788.0, 3800.0, 3779.0, 3813.0, 3814.0, 3812.0, 3814.0, 3847.0, 3828.0, 3827.0, 3830.0, 3860.0, 3831.0, 3862.0, 3870.0, 3830.0, 3883.0, 3829.0, 3859.0, 3815.0, 3827.0, 3876.0, 3813.0, 3867.0, 3836.0, 3815.0, 3803.0, 3825.0, 3846.0, 3815.0, 3866.0, 3814.0, 3836.0, 3816.0, 3816.0, 3828.0, 3806.0, 3830.0, 3839.0, 3829.0, 3874.0, 3893.0, 3873.0, 3891.0, 3826.0, 3869.0, 3855.0, 3834.0, 3865.0, 3824.0, 3843.0, 3821.0, 3800.0, 3788.0, 3800.0, 3800.0, 3802.0, 3803.0, 3816.0, 3815.0, 3836.0, 3857.0, 3836.0, 3826.0, 3866.0, 3814.0, 3855.0, 3801.0, 3823.0, 3864.0, 3812.0, 3853.0, 3812.0, 3801.0, 3810.0, 3823.0, 3843.0, 3813.0, 3853.0, 3824.0, 3854.0, 3824.0, 3855.0, 3822.0, 3843.0, 3864.0, 3810.0, 3840.0, 3799.0, 3830.0, 3797.0, 3808.0, 3859.0, 3796.0, 3837.0, 3828.0, 3797.0, 3795.0, 3796.0, 3784.0, 3807.0, 3806.0, 3808.0, 3819.0, 3810.0, 3820.0, 3811.0, 3811.0, 3811.0, 3800.0, 3840.0, 3811.0, 3842.0, 3809.0, 3788.0, 3798.0, 3810.0, 3850.0, 3799.0, 3788.0, 3799.0, 3800.0, 3800.0, 3802.0, 3813.0, 3828.0, 3817.0, 3818.0, 3868.0, 3815.0, 3827.0, 3826.0, 3848.0, 3837.0, 3848.0, 3871.0, 3859.0, 3858.0, 3878.0, 3836.0, 3866.0, 3834.0, 3865.0, 3836.0, 3866.0, 3864.0, 3843.0, 3862.0, 3821.0, 3852.0, 3820.0, 3842.0, 3844.0, 3843.0, 3840.0, 3807.0, 3838.0, 3808.0, 3841.0, 3809.0, 3826.0, 3807.0, 3807.0, 3837.0, 3808.0, 3850.0, 3805.0, 3839.0, 3818.0, 3804.0, 3815.0, 3807.0, 3848.0, 3806.0, 3815.0, 3806.0, 3796.0, 3782.0, 3805.0, 3782.0, 3783.0, 3794.0, 3786.0, 3809.0, 3821.0, 3832.0, 3822.0, 3832.0, 3823.0, 3823.0, 3825.0, 3823.0, 3822.0, 3825.0, 3865.0, 3825.0, 3825.0, 3813.0, 3792.0, 3824.0, 3816.0, 3835.0, 3826.0, 3856.0, 3826.0, 3826.0, 3807.0, 3816.0, 3840.0, 3870.0, 3827.0, 3847.0, 3858.0, 3839.0, 3880.0, 3828.0, 3867.0, 3816.0, 3847.0, 3823.0, 3824.0, 3879.0, 3827.0, 3865.0, 3812.0, 3823.0, 3813.0, 3803.0, 3813.0, 3851.0, 3870.0, 3827.0, 3858.0, 3827.0, 3857.0, 3814.0, 3825.0, 3866.0, 3825.0, 3857.0, 3814.0, 3835.0, 3814.0, 3805.0, 3825.0, 3836.0, 3877.0, 3826.0, 3878.0, 3825.0, 3855.0, 3822.0, 3823.0, 3863.0, 3811.0, 3853.0, 3800.0, 3802.0, 3832.0, 3822.0, 3831.0, 3811.0, 3831.0, 3824.0, 3803.0, 3814.0, 3793.0, 3814.0, 3815.0, 3804.0, 3827.0, 3868.0, 3817.0, 3847.0, 3814.0, 3816.0, 3803.0, 3827.0, 3857.0, 3804.0, 3835.0, 3815.0, 3816.0, 3815.0, 3817.0, 3839.0, 3880.0, 3861.0, 3880.0, 3825.0, 3868.0, 3823.0, 3855.0, 3877.0, 3812.0, 3852.0, 3820.0, 3819.0, 3807.0, 3810.0, 3839.0, 3809.0, 3822.0, 3822.0, 3800.0, 3811.0, 3819.0, 3799.0, 3820.0, 3819.0, 3820.0, 3841.0, 3822.0, 3834.0, 3811.0, 3801.0, 3809.0, 3800.0, 3810.0, 3821.0, 3853.0, 3823.0, 3843.0, 3811.0, 3802.0, 3799.0, 3822.0, 3841.0, 3810.0, 3832.0, 3813.0, 3801.0, 3790.0, 3813.0, 3802.0, 3802.0, 3814.0, 3838.0, 3869.0, 3827.0, 3848.0, 3827.0, 3838.0, 3879.0, 3837.0, 3847.0, 3866.0, 3837.0, 3839.0, 3821.0, 3847.0, 3854.0, 3810.0, 3867.0, 3834.0, 3825.0, 3837.0, 3816.0, 3814.0, 3812.0, 3798.0, 3821.0, 3856.0, 3863.0, 3842.0, 3863.0, 3822.0, 3852.0, 3821.0, 3829.0, 3807.0, 3816.0, 3826.0, 3794.0, 3847.0, 3793.0, 3826.0, 3793.0, 3805.0, 3793.0, 3805.0, 3836.0, 3793.0, 3773.0, 3794.0, 3773.0, 3782.0, 3803.0, 3783.0, 3805.0, 3794.0, 3807.0, 3787.0, 3809.0, 3801.0, 3813.0, 3812.0, 3800.0, 3823.0, 3822.0, 3812.0, 3802.0, 3827.0, 3850.0, 3840.0, 3850.0, 3859.0, 3827.0, 3867.0, 3814.0, 3825.0, 3857.0, 3839.0, 3859.0, 3816.0, 3828.0, 3815.0, 3826.0, 3846.0, 3825.0, 3847.0, 3817.0, 3826.0, 3817.0, 3828.0, 3818.0, 3829.0, 3831.0, 3853.0, 3883.0, 3832.0, 3883.0, 3830.0, 3873.0, 3892.0, 3827.0, 3871.0, 3881.0, 3805.0, 3856.0, 3823.0, 3823.0, 3853.0, 3801.0, 3853.0, 3831.0, 3811.0, 3854.0, 3812.0, 3833.0, 3810.0, 3809.0, 3851.0, 3799.0, 3798.0, 3799.0, 3822.0, 3841.0, 3811.0, 3821.0, 3811.0, 3800.0, 3800.0, 3822.0, 3821.0, 3813.0, 3823.0, 3816.0, 3825.0, 3813.0, 3837.0, 3855.0, 3824.0, 3845.0, 3815.0, 3838.0, 3817.0, 3815.0, 3803.0, 3815.0, 3804.0, 3814.0, 3804.0, 3828.0, 3848.0, 3818.0, 3830.0, 3841.0, 3881.0, 3831.0, 3884.0, 3859.0, 3861.0, 3869.0, 3827.0, 3869.0, 3827.0, 3869.0, 3865.0, 3837.0, 3854.0, 3813.0, 3854.0, 3814.0, 3856.0, 3842.0, 3845.0, 3863.0, 3810.0, 3839.0, 3798.0, 3852.0, 3852.0, 3830.0, 3861.0, 3808.0, 3838.0, 3816.0, 3817.0, 3847.0, 3793.0, 3824.0, 3794.0, 3773.0, 3782.0, 3794.0, 3826.0, 3794.0, 3782.0, 3796.0, 3772.0, 3807.0, 3784.0, 3809.0, 3800.0, 3810.0, 3801.0, 3811.0, 3823.0, 3854.0, 3810.0, 3830.0, 3840.0, 3811.0, 3829.0, 3798.0, 3808.0, 3797.0, 3807.0, 3839.0, 3809.0, 3808.0, 3799.0, 3824.0, 3842.0, 3821.0, 3820.0, 3810.0, 3790.0, 3802.0, 3812.0, 3805.0, 3827.0, 3845.0, 3825.0, 3814.0, 3815.0, 3804.0, 3828.0, 3817.0, 3817.0, 3817.0, 3818.0, 3840.0, 3858.0, 3828.0, 3860.0, 3833.0, 3853.0, 3893.0, 3830.0, 3883.0, 3828.0, 3848.0, 3858.0, 3828.0, 3879.0, 3828.0, 3870.0, 3817.0, 3829.0, 3840.0, 3881.0, 3828.0, 3869.0, 3838.0, 3837.0, 3836.0, 3848.0, 3877.0, 3846.0, 3867.0, 3824.0, 3853.0, 3810.0, 3853.0, 3821.0, 3853.0, 3863.0, 3831.0, 3851.0, 3808.0, 3839.0, 3806.0, 3817.0, 3847.0, 3797.0, 3839.0, 3796.0, 3815.0, 3782.0, 3793.0, 3802.0, 3794.0, 3814.0, 3794.0, 3783.0, 3797.0, 3785.0, 3797.0, 3785.0, 3797.0, 3797.0, 3807.0, 3807.0, 3828.0, 3806.0, 3797.0, 3811.0, 3820.0, 3839.0, 3809.0, 3808.0, 3808.0, 3788.0, 3799.0, 3823.0, 3823.0, 3823.0, 3842.0, 3823.0, 3812.0, 3813.0, 3813.0, 3812.0, 3825.0, 3869.0, 3838.0, 3825.0, 3828.0, 3816.0, 3827.0, 3815.0, 3817.0, 3818.0, 3863.0, 3832.0, 3853.0, 3831.0, 3831.0, 3841.0, 3849.0, 3840.0, 3862.0, 3843.0, 3877.0, 3886.0, 3842.0, 3895.0, 3841.0, 3870.0, 3818.0, 3861.0, 3862.0, 3844.0, 3895.0, 3831.0, 3883.0, 3832.0, 3850.0, 3831.0, 3863.0, 3841.0, 3874.0, 3842.0, 3862.0, 3841.0, 3884.0, 3894.0, 3871.0, 3891.0, 3839.0, 3868.0, 3826.0, 3868.0, 3826.0, 3868.0, 3846.0, 3865.0, 3822.0, 3864.0, 3842.0, 3842.0, 3876.0, 3809.0, 3840.0, 3795.0, 3827.0, 3793.0, 3782.0, 3835.0, 3792.0, 3823.0, 3803.0, 3784.0, 3813.0, 3793.0, 3835.0, 3793.0, 3802.0, 3794.0, 3793.0, 3795.0, 3795.0, 3808.0, 3817.0, 3796.0, 3796.0, 3836.0, 3793.0, 3803.0, 3794.0, 3784.0, 3805.0, 3808.0, 3837.0, 3795.0, 3784.0, 3796.0, 3786.0, 3796.0, 3807.0, 3838.0, 3807.0, 3787.0, 3798.0, 3798.0, 3799.0, 3789.0, 3812.0, 3791.0, 3814.0, 3835.0, 3845.0, 3826.0, 3865.0, 3826.0, 3855.0, 3824.0, 3844.0, 3813.0, 3856.0, 3844.0, 3846.0, 3852.0, 3811.0, 3852.0, 3809.0, 3865.0, 3832.0, 3832.0, 3840.0, 3808.0, 3829.0, 3798.0, 3787.0, 3808.0, 3809.0, 3851.0, 3810.0, 3841.0, 3810.0, 3809.0, 3811.0, 3821.0, 3812.0, 3844.0, 3832.0, 3823.0, 3861.0, 3809.0, 3841.0, 3818.0, 3808.0, 3849.0, 3809.0, 3840.0, 3797.0, 3795.0, 3786.0, 3809.0, 3828.0, 3809.0, 3799.0, 3811.0, 3789.0, 3798.0, 3810.0, 3800.0, 3821.0, 3831.0, 3811.0, 3801.0, 3812.0, 3791.0, 3826.0, 3804.0, 3828.0, 3838.0, 3830.0, 3862.0, 3873.0, 3842.0, 3882.0, 3829.0, 3858.0, 3825.0, 3825.0, 3866.0, 3813.0, 3844.0, 3858.0, 3826.0, 3854.0, 3825.0, 3856.0, 3824.0, 3854.0, 3827.0, 3847.0, 3827.0, 3858.0, 3826.0, 3858.0, 3877.0, 3814.0, 3855.0, 3847.0, 3827.0, 3866.0, 3814.0, 3855.0, 3801.0, 3802.0, 3843.0, 3812.0, 3843.0, 3815.0, 3847.0, 3814.0, 3815.0, 3802.0, 3824.0, 3843.0, 3813.0, 3812.0, 3803.0, 3814.0, 3847.0, 3828.0, 3867.0, 3816.0, 3837.0, 3815.0, 3815.0, 3814.0, 3825.0, 3867.0, 3827.0, 3859.0, 3829.0, 3816.0, 3836.0, 3827.0, 3865.0, 3815.0, 3815.0, 3829.0, 3832.0, 3861.0, 3820.0, 3871.0, 3819.0, 3848.0, 3817.0, 3839.0, 3839.0, 3844.0, 3894.0, 3831.0, 3872.0, 3829.0, 3837.0, 3816.0, 3816.0, 3817.0, 3830.0, 3833.0, 3833.0, 3862.0, 3843.0, 3819.0, 3842.0, 3871.0, 3829.0, 3883.0, 3833.0, 3876.0, 3864.0, 3873.0, 3841.0, 3841.0, 3837.0, 3839.0, 3880.0, 3840.0, 3896.0, 3831.0, 3860.0, 3830.0, 3839.0, 3829.0, 3838.0, 3832.0, 3864.0, 3851.0, 3865.0, 3831.0, 3842.0, 3892.0, 3840.0, 3881.0, 3840.0, 3873.0, 3829.0, 3880.0, 3829.0, 3881.0, 3839.0, 3882.0, 3849.0, 3871.0, 3879.0, 3861.0, 3904.0, 3858.0, 3878.0, 3814.0, 3869.0, 3844.0, 3866.0, 3822.0, 3830.0, 3799.0, 3839.0, 3850.0, 3830.0, 3850.0, 3839.0, 3795.0, 3794.0, 3783.0, 3804.0, 3846.0, 3827.0, 3848.0, 3825.0, 3779.0, 3791.0, 3801.0, 3790.0, 3833.0, 3791.0, 3844.0, 3801.0, 3811.0, 3758.0, 3780.0, 3780.0, 3770.0, 3783.0, 3781.0, 3782.0, 3812.0, 3770.0, 3822.0, 3770.0, 3824.0, 3771.0, 3802.0, 3769.0, 3781.0, 3780.0, 3782.0, 3783.0, 3797.0, 3796.0, 3786.0, 3797.0, 3784.0, 3796.0, 3807.0, 3797.0, 3787.0, 3787.0, 3809.0, 3797.0, 3810.0, 3799.0, 3789.0, 3801.0, 3781.0, 3805.0, 3816.0, 3839.0, 3871.0, 3843.0, 3862.0, 3831.0, 3851.0, 3828.0, 3828.0, 3867.0, 3825.0, 3859.0, 3851.0, 3827.0, 3857.0, 3828.0, 3846.0, 3825.0, 3856.0, 3829.0, 3882.0, 3817.0, 3869.0, 3815.0, 3847.0, 3834.0, 3824.0, 3877.0, 3829.0, 3859.0, 3815.0, 3816.0, 3802.0, 3825.0, 3857.0, 3828.0, 3846.0, 3816.0, 3827.0, 3827.0, 3816.0, 3829.0, 3817.0, 3830.0, 3870.0, 3829.0, 3870.0, 3817.0, 3883.0, 3870.0, 3848.0, 3855.0, 3801.0, 3843.0, 3808.0, 3820.0, 3864.0, 3801.0, 3841.0, 3798.0, 3807.0, 3796.0, 3796.0, 3806.0, 3797.0, 3786.0, 3798.0, 3787.0, 3799.0, 3800.0, 3801.0, 3812.0, 3824.0, 3844.0, 3825.0, 3845.0, 3814.0, 3844.0, 3811.0, 3831.0, 3811.0, 3842.0, 3820.0, 3833.0, 3851.0, 3809.0, 3828.0, 3796.0, 3836.0, 3797.0, 3817.0, 3796.0, 3775.0, 3797.0, 3809.0, 3828.0, 3797.0, 3807.0, 3798.0, 3786.0, 3798.0, 3787.0, 3798.0, 3800.0, 3800.0, 3800.0, 3800.0, 3800.0, 3801.0, 3802.0, 3814.0, 3824.0, 3815.0, 3815.0, 3816.0, 3835.0, 3814.0, 3845.0, 3856.0, 3823.0, 3854.0, 3801.0, 3831.0, 3811.0, 3841.0, 3811.0, 3853.0, 3810.0, 3850.0, 3808.0, 3839.0, 3798.0, 3819.0, 3799.0, 3830.0, 3832.0, 3810.0, 3809.0, 3810.0, 3830.0, 3811.0, 3852.0, 3822.0, 3851.0, 3809.0, 3850.0, 3809.0], 'WindowWidth': [8707.0, 8746.0, 8677.0, 8659.0, 8585.0, 8615.0, 8665.0, 8594.0, 8682.0, 8645.0, 8625.0, 8664.0, 8589.0, 8631.0, 8572.0, 8589.0, 8657.0, 8575.0, 8633.0, 8577.0, 8637.0, 8579.0, 8606.0, 8662.0, 8591.0, 8636.0, 8593.0, 8641.0, 8591.0, 8593.0, 8663.0, 8588.0, 8651.0, 8597.0, 8629.0, 8590.0, 8564.0, 8634.0, 8557.0, 8619.0, 8559.0, 8615.0, 8557.0, 8552.0, 8556.0, 8522.0, 8556.0, 8584.0, 8543.0, 8585.0, 8557.0, 8525.0, 8555.0, 8587.0, 8627.0, 8544.0, 8603.0, 8539.0, 8595.0, 8536.0, 8553.0, 8606.0, 8562.0, 8604.0, 8552.0, 8533.0, 8550.0, 8503.0, 8555.0, 8523.0, 8557.0, 8541.0, 8557.0, 8557.0, 8615.0, 8555.0, 8586.0, 8554.0, 8567.0, 8551.0, 8555.0, 8606.0, 8537.0, 8550.0, 8522.0, 8555.0, 8566.0, 8557.0, 8529.0, 8550.0, 8522.0, 8574.0, 8574.0, 8574.0, 8579.0, 8624.0, 8602.0, 8601.0, 8609.0, 8648.0, 8611.0, 8653.0, 8657.0, 8606.0, 8683.0, 8604.0, 8641.0, 8578.0, 8595.0, 8659.0, 8571.0, 8649.0, 8610.0, 8577.0, 8560.0, 8591.0, 8618.0, 8577.0, 8647.0, 8577.0, 8607.0, 8584.0, 8582.0, 8602.0, 8571.0, 8608.0, 8617.0, 8604.0, 8671.0, 8696.0, 8668.0, 8690.0, 8592.0, 8657.0, 8628.0, 8598.0, 8645.0, 8588.0, 8610.0, 8577.0, 8548.0, 8531.0, 8549.0, 8552.0, 8557.0, 8558.0, 8584.0, 8579.0, 8609.0, 8640.0, 8606.0, 8596.0, 8649.0, 8574.0, 8628.0, 8554.0, 8584.0, 8639.0, 8569.0, 8626.0, 8567.0, 8553.0, 8564.0, 8584.0, 8609.0, 8573.0, 8626.0, 8590.0, 8627.0, 8588.0, 8631.0, 8581.0, 8611.0, 8639.0, 8562.0, 8604.0, 8545.0, 8587.0, 8540.0, 8555.0, 8625.0, 8535.0, 8593.0, 8582.0, 8540.0, 8534.0, 8537.0, 8520.0, 8554.0, 8551.0, 8558.0, 8573.0, 8563.0, 8575.0, 8564.0, 8565.0, 8563.0, 8550.0, 8601.0, 8565.0, 8607.0, 8560.0, 8531.0, 8544.0, 8562.0, 8615.0, 8547.0, 8531.0, 8547.0, 8551.0, 8551.0, 8556.0, 8573.0, 8605.0, 8587.0, 8594.0, 8656.0, 8583.0, 8598.0, 8596.0, 8627.0, 8613.0, 8630.0, 8663.0, 8643.0, 8641.0, 8667.0, 8607.0, 8649.0, 8604.0, 8647.0, 8606.0, 8648.0, 8642.0, 8611.0, 8635.0, 8578.0, 8621.0, 8575.0, 8608.0, 8615.0, 8613.0, 8600.0, 8552.0, 8596.0, 8556.0, 8603.0, 8557.0, 8579.0, 8554.0, 8553.0, 8595.0, 8553.0, 8617.0, 8548.0, 8599.0, 8568.0, 8544.0, 8559.0, 8551.0, 8608.0, 8550.0, 8560.0, 8549.0, 8534.0, 8511.0, 8545.0, 8513.0, 8517.0, 8532.0, 8526.0, 8561.0, 8580.0, 8594.0, 8584.0, 8596.0, 8587.0, 8584.0, 8588.0, 8585.0, 8582.0, 8587.0, 8644.0, 8591.0, 8590.0, 8572.0, 8544.0, 8590.0, 8582.0, 8602.0, 8592.0, 8634.0, 8594.0, 8593.0, 8571.0, 8582.0, 8618.0, 8657.0, 8597.0, 8624.0, 8637.0, 8615.0, 8672.0, 8598.0, 8648.0, 8579.0, 8622.0, 8586.0, 8588.0, 8667.0, 8598.0, 8645.0, 8571.0, 8586.0, 8572.0, 8557.0, 8574.0, 8636.0, 8661.0, 8598.0, 8638.0, 8596.0, 8636.0, 8576.0, 8591.0, 8647.0, 8590.0, 8636.0, 8577.0, 8604.0, 8576.0, 8564.0, 8592.0, 8606.0, 8662.0, 8595.0, 8667.0, 8589.0, 8630.0, 8581.0, 8584.0, 8638.0, 8564.0, 8621.0, 8549.0, 8556.0, 8593.0, 8581.0, 8589.0, 8565.0, 8591.0, 8588.0, 8560.0, 8576.0, 8547.0, 8576.0, 8579.0, 8562.0, 8597.0, 8652.0, 8584.0, 8624.0, 8577.0, 8580.0, 8562.0, 8598.0, 8636.0, 8566.0, 8607.0, 8582.0, 8584.0, 8582.0, 8585.0, 8619.0, 8674.0, 8647.0, 8671.0, 8592.0, 8653.0, 8584.0, 8629.0, 8665.0, 8568.0, 8622.0, 8572.0, 8572.0, 8553.0, 8558.0, 8598.0, 8558.0, 8582.0, 8582.0, 8548.0, 8565.0, 8572.0, 8546.0, 8575.0, 8571.0, 8574.0, 8604.0, 8582.0, 8601.0, 8565.0, 8553.0, 8560.0, 8548.0, 8562.0, 8578.0, 8623.0, 8585.0, 8612.0, 8566.0, 8554.0, 8547.0, 8580.0, 8606.0, 8564.0, 8596.0, 8572.0, 8552.0, 8537.0, 8572.0, 8559.0, 8560.0, 8578.0, 8616.0, 8657.0, 8600.0, 8627.0, 8598.0, 8614.0, 8674.0, 8611.0, 8622.0, 8647.0, 8610.0, 8599.0, 8574.0, 8619.0, 8623.0, 8559.0, 8653.0, 8603.0, 8592.0, 8613.0, 8582.0, 8576.0, 8568.0, 8546.0, 8580.0, 8635.0, 8642.0, 8608.0, 8642.0, 8579.0, 8621.0, 8579.0, 8586.0, 8552.0, 8561.0, 8574.0, 8532.0, 8608.0, 8529.0, 8574.0, 8528.0, 8544.0, 8528.0, 8543.0, 8586.0, 8526.0, 8501.0, 8529.0, 8501.0, 8511.0, 8540.0, 8514.0, 8547.0, 8531.0, 8554.0, 8525.0, 8559.0, 8552.0, 8573.0, 8567.0, 8549.0, 8585.0, 8579.0, 8570.0, 8555.0, 8597.0, 8632.0, 8620.0, 8633.0, 8639.0, 8594.0, 8649.0, 8573.0, 8589.0, 8633.0, 8616.0, 8642.0, 8580.0, 8597.0, 8577.0, 8592.0, 8618.0, 8591.0, 8622.0, 8585.0, 8594.0, 8586.0, 8601.0, 8590.0, 8604.0, 8611.0, 8644.0, 8682.0, 8612.0, 8681.0, 8606.0, 8668.0, 8693.0, 8595.0, 8662.0, 8677.0, 8564.0, 8635.0, 8582.0, 8582.0, 8622.0, 8550.0, 8626.0, 8589.0, 8563.0, 8627.0, 8569.0, 8594.0, 8559.0, 8560.0, 8617.0, 8544.0, 8542.0, 8546.0, 8581.0, 8602.0, 8565.0, 8576.0, 8565.0, 8549.0, 8550.0, 8581.0, 8578.0, 8571.0, 8585.0, 8582.0, 8591.0, 8572.0, 8607.0, 8629.0, 8588.0, 8617.0, 8579.0, 8615.0, 8586.0, 8580.0, 8560.0, 8580.0, 8563.0, 8578.0, 8565.0, 8604.0, 8627.0, 8592.0, 8609.0, 8624.0, 8677.0, 8611.0, 8687.0, 8645.0, 8649.0, 8657.0, 8598.0, 8658.0, 8600.0, 8656.0, 8647.0, 8609.0, 8628.0, 8571.0, 8627.0, 8577.0, 8635.0, 8611.0, 8616.0, 8636.0, 8561.0, 8603.0, 8544.0, 8621.0, 8621.0, 8589.0, 8633.0, 8554.0, 8596.0, 8563.0, 8564.0, 8604.0, 8528.0, 8573.0, 8529.0, 8499.0, 8512.0, 8531.0, 8575.0, 8531.0, 8514.0, 8536.0, 8502.0, 8554.0, 8522.0, 8561.0, 8550.0, 8563.0, 8553.0, 8567.0, 8583.0, 8627.0, 8560.0, 8589.0, 8600.0, 8565.0, 8586.0, 8541.0, 8554.0, 8539.0, 8554.0, 8597.0, 8558.0, 8557.0, 8545.0, 8588.0, 8608.0, 8580.0, 8576.0, 8563.0, 8535.0, 8555.0, 8571.0, 8566.0, 8596.0, 8617.0, 8593.0, 8574.0, 8578.0, 8563.0, 8602.0, 8585.0, 8587.0, 8586.0, 8590.0, 8619.0, 8640.0, 8601.0, 8645.0, 8618.0, 8644.0, 8697.0, 8610.0, 8683.0, 8601.0, 8627.0, 8641.0, 8602.0, 8670.0, 8601.0, 8661.0, 8586.0, 8605.0, 8620.0, 8677.0, 8601.0, 8658.0, 8613.0, 8611.0, 8608.0, 8626.0, 8664.0, 8621.0, 8653.0, 8590.0, 8627.0, 8566.0, 8625.0, 8579.0, 8626.0, 8641.0, 8592.0, 8618.0, 8556.0, 8600.0, 8550.0, 8565.0, 8606.0, 8541.0, 8599.0, 8535.0, 8559.0, 8513.0, 8528.0, 8540.0, 8532.0, 8558.0, 8532.0, 8517.0, 8541.0, 8523.0, 8539.0, 8522.0, 8540.0, 8540.0, 8552.0, 8553.0, 8583.0, 8552.0, 8541.0, 8565.0, 8576.0, 8599.0, 8558.0, 8554.0, 8556.0, 8530.0, 8546.0, 8584.0, 8586.0, 8585.0, 8608.0, 8586.0, 8570.0, 8571.0, 8573.0, 8570.0, 8591.0, 8656.0, 8616.0, 8592.0, 8601.0, 8580.0, 8599.0, 8580.0, 8585.0, 8589.0, 8658.0, 8616.0, 8645.0, 8611.0, 8611.0, 8623.0, 8629.0, 8620.0, 8650.0, 8632.0, 8684.0, 8693.0, 8631.0, 8703.0, 8623.0, 8659.0, 8587.0, 8647.0, 8653.0, 8634.0, 8704.0, 8611.0, 8683.0, 8614.0, 8635.0, 8612.0, 8659.0, 8625.0, 8671.0, 8631.0, 8654.0, 8625.0, 8688.0, 8700.0, 8665.0, 8691.0, 8616.0, 8652.0, 8596.0, 8655.0, 8596.0, 8654.0, 8622.0, 8645.0, 8582.0, 8643.0, 8606.0, 8608.0, 8665.0, 8560.0, 8604.0, 8534.0, 8577.0, 8527.0, 8512.0, 8587.0, 8524.0, 8569.0, 8539.0, 8517.0, 8554.0, 8528.0, 8588.0, 8527.0, 8539.0, 8531.0, 8527.0, 8533.0, 8536.0, 8559.0, 8565.0, 8537.0, 8535.0, 8588.0, 8529.0, 8541.0, 8530.0, 8516.0, 8547.0, 8558.0, 8592.0, 8534.0, 8518.0, 8537.0, 8523.0, 8536.0, 8553.0, 8594.0, 8554.0, 8527.0, 8545.0, 8546.0, 8550.0, 8536.0, 8570.0, 8541.0, 8577.0, 8607.0, 8618.0, 8594.0, 8647.0, 8596.0, 8630.0, 8589.0, 8616.0, 8574.0, 8633.0, 8614.0, 8619.0, 8621.0, 8563.0, 8622.0, 8561.0, 8646.0, 8594.0, 8593.0, 8599.0, 8556.0, 8584.0, 8542.0, 8528.0, 8556.0, 8561.0, 8618.0, 8562.0, 8605.0, 8564.0, 8562.0, 8567.0, 8578.0, 8569.0, 8615.0, 8594.0, 8584.0, 8632.0, 8560.0, 8604.0, 8570.0, 8556.0, 8611.0, 8559.0, 8601.0, 8539.0, 8536.0, 8523.0, 8558.0, 8582.0, 8560.0, 8548.0, 8566.0, 8533.0, 8546.0, 8563.0, 8549.0, 8580.0, 8592.0, 8568.0, 8554.0, 8573.0, 8543.0, 8596.0, 8568.0, 8604.0, 8615.0, 8609.0, 8653.0, 8669.0, 8626.0, 8680.0, 8603.0, 8639.0, 8589.0, 8589.0, 8646.0, 8569.0, 8614.0, 8638.0, 8597.0, 8628.0, 8593.0, 8632.0, 8587.0, 8627.0, 8598.0, 8626.0, 8598.0, 8640.0, 8594.0, 8640.0, 8662.0, 8572.0, 8631.0, 8624.0, 8598.0, 8647.0, 8574.0, 8629.0, 8553.0, 8554.0, 8607.0, 8568.0, 8610.0, 8580.0, 8624.0, 8576.0, 8579.0, 8556.0, 8588.0, 8610.0, 8571.0, 8570.0, 8560.0, 8576.0, 8621.0, 8601.0, 8653.0, 8582.0, 8610.0, 8577.0, 8578.0, 8575.0, 8590.0, 8648.0, 8595.0, 8642.0, 8603.0, 8581.0, 8608.0, 8596.0, 8644.0, 8577.0, 8576.0, 8603.0, 8614.0, 8650.0, 8594.0, 8663.0, 8591.0, 8625.0, 8584.0, 8614.0, 8615.0, 8630.0, 8700.0, 8611.0, 8665.0, 8604.0, 8608.0, 8581.0, 8580.0, 8584.0, 8608.0, 8620.0, 8618.0, 8652.0, 8632.0, 8593.0, 8626.0, 8663.0, 8606.0, 8679.0, 8619.0, 8679.0, 8660.0, 8668.0, 8624.0, 8623.0, 8611.0, 8615.0, 8675.0, 8618.0, 8706.0, 8612.0, 8647.0, 8606.0, 8617.0, 8604.0, 8615.0, 8617.0, 8659.0, 8638.0, 8661.0, 8612.0, 8626.0, 8690.0, 8620.0, 8677.0, 8620.0, 8670.0, 8606.0, 8671.0, 8605.0, 8675.0, 8619.0, 8680.0, 8630.0, 8663.0, 8672.0, 8650.0, 8712.0, 8643.0, 8668.0, 8575.0, 8658.0, 8616.0, 8647.0, 8580.0, 8588.0, 8544.0, 8598.0, 8614.0, 8587.0, 8615.0, 8598.0, 8532.0, 8531.0, 8516.0, 8545.0, 8604.0, 8579.0, 8609.0, 8572.0, 8504.0, 8520.0, 8532.0, 8518.0, 8577.0, 8519.0, 8598.0, 8532.0, 8545.0, 8471.0, 8505.0, 8502.0, 8492.0, 8513.0, 8509.0, 8511.0, 8548.0, 8491.0, 8564.0, 8489.0, 8569.0, 8491.0, 8534.0, 8486.0, 8506.0, 8502.0, 8510.0, 8512.0, 8539.0, 8535.0, 8521.0, 8536.0, 8516.0, 8534.0, 8551.0, 8536.0, 8523.0, 8523.0, 8556.0, 8538.0, 8558.0, 8543.0, 8531.0, 8552.0, 8525.0, 8563.0, 8582.0, 8615.0, 8659.0, 8626.0, 8651.0, 8606.0, 8633.0, 8595.0, 8596.0, 8649.0, 8587.0, 8639.0, 8634.0, 8595.0, 8633.0, 8597.0, 8616.0, 8588.0, 8630.0, 8599.0, 8677.0, 8581.0, 8653.0, 8574.0, 8618.0, 8597.0, 8584.0, 8659.0, 8600.0, 8639.0, 8573.0, 8577.0, 8553.0, 8588.0, 8634.0, 8598.0, 8618.0, 8579.0, 8597.0, 8595.0, 8579.0, 8604.0, 8583.0, 8606.0, 8657.0, 8600.0, 8656.0, 8583.0, 8681.0, 8657.0, 8623.0, 8630.0, 8547.0, 8609.0, 8552.0, 8571.0, 8639.0, 8551.0, 8602.0, 8540.0, 8550.0, 8531.0, 8534.0, 8546.0, 8537.0, 8520.0, 8541.0, 8527.0, 8546.0, 8548.0, 8552.0, 8568.0, 8588.0, 8613.0, 8588.0, 8615.0, 8573.0, 8610.0, 8563.0, 8590.0, 8561.0, 8606.0, 8574.0, 8596.0, 8616.0, 8555.0, 8579.0, 8535.0, 8587.0, 8536.0, 8564.0, 8533.0, 8505.0, 8538.0, 8558.0, 8578.0, 8539.0, 8550.0, 8540.0, 8522.0, 8540.0, 8525.0, 8541.0, 8547.0, 8548.0, 8549.0, 8548.0, 8549.0, 8553.0, 8554.0, 8576.0, 8590.0, 8578.0, 8578.0, 8579.0, 8603.0, 8574.0, 8616.0, 8630.0, 8584.0, 8626.0, 8549.0, 8589.0, 8562.0, 8602.0, 8564.0, 8623.0, 8563.0, 8613.0, 8555.0, 8597.0, 8541.0, 8572.0, 8546.0, 8588.0, 8595.0, 8561.0, 8559.0, 8561.0, 8586.0, 8563.0, 8621.0, 8581.0, 8617.0, 8558.0, 8613.0, 8557.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.0018594786729857818</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023567435229067932</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.13749161659295</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.284647983201582</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0323916960632393</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4983</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4007.418</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07323694316012126</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.9747235387045814</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.497629224711458</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.359948761916255</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8041278422352915</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.328811069982828</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0320832</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025868009775877</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0490608811378479</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1266</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.811867636117171</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.1634</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.4469</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.7812</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298717.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>933.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.7977</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3635</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.3704</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3014.1157</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3197.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77827.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>971.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3957.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.6911</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.126119372667745</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> |