=== 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-0060 --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-0060",
"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-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-04/func/sub-0060_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>ec6d88fa7148c012149eca580a6ad19b</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>15:18:56.967500</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.994975, 0.0964349, 0.0269242, -0.100013, 0.969857, 0.222205]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0955034</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>[4144, -7740, -7261, 705, -31, 6, -37, 70]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>233.926</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>eb49147c-2abd-43e7-96de-6969c790dbe5||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.669445276260376, -0.26832839846611023, 0.012647551484405994, 120.6993408203125], [-0.2587278485298157, 2.602055072784424, 0.6042090058326721, -101.98320007324219], [0.0722355768084526, -0.5961595177650452, 2.6314961910247803, -36.354888916015625], [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': ['151856.967500', '151857.427500', '151857.887500', '151858.347500', '151858.807500', '151859.267500', '151859.727500', '151900.187500', '151900.647500', '151901.107500', '151901.567500', '151902.027500', '151902.487500', '151902.947500', '151903.407500', '151903.867500', '151904.327500', '151904.787500', '151905.247500', '151905.707500', '151906.167500', '151906.627500', '151907.087500', '151907.547500', '151908.007500', '151908.467500', '151908.927500', '151909.387500', '151909.847500', '151910.307500', '151910.767500', '151911.227500', '151911.687500', '151912.147500', '151912.607500', '151913.067500', '151913.527500', '151913.987500', '151914.447500', '151914.907500', '151915.367500', '151915.827500', '151916.287500', '151916.747500', '151917.207500', '151917.667500', '151918.127500', '151918.587500', '151919.047500', '151919.507500', '151919.967500', '151920.427500', '151920.887500', '151921.347500', '151921.807500', '151922.267500', '151922.727500', '151923.187500', '151923.647500', '151924.107500', '151924.567500', '151925.027500', '151925.487500', '151925.947500', '151926.407500', '151926.867500', '151927.327500', '151927.787500', '151928.247500', '151928.707500', '151929.167500', '151929.627500', '151930.087500', '151930.547500', '151931.007500', '151931.467500', '151931.927500', '151932.387500', '151932.847500', '151933.307500', '151933.767500', '151934.227500', '151934.687500', '151935.147500', '151935.607500', '151936.067500', '151936.527500', '151936.987500', '151937.447500', '151937.907500', '151938.367500', '151938.827500', '151939.287500', '151939.747500', '151940.207500', '151940.667500', '151941.127500', '151941.587500', '151942.047500', '151942.507500', '151942.967500', '151943.427500', '151943.887500', '151944.347500', '151944.807500', '151945.267500', '151945.727500', '151946.187500', '151946.647500', '151947.107500', '151947.567500', '151948.027500', '151948.487500', '151948.947500', '151949.407500', '151949.867500', '151950.327500', '151950.787500', '151951.247500', '151951.707500', '151952.167500', '151952.627500', '151953.087500', '151953.547500', '151954.007500', '151954.467500', '151954.927500', '151955.387500', '151955.847500', '151956.307500', '151956.767500', '151957.227500', '151957.687500', '151958.147500', '151958.607500', '151959.067500', '151959.527500', '151959.987500', '152000.447500', '152000.907500', '152001.367500', '152001.827500', '152002.287500', '152002.747500', '152003.207500', '152003.667500', '152004.127500', '152004.587500', '152005.047500', '152005.507500', '152005.967500', '152006.427500', '152006.887500', '152007.347500', '152007.807500', '152008.267500', '152008.727500', '152009.187500', '152009.647500', '152010.107500', '152010.567500', '152011.027500', '152011.487500', '152011.947500', '152012.407500', '152012.867500', '152013.327500', '152013.787500', '152014.247500', '152014.707500', '152015.167500', '152015.627500', '152016.087500', '152016.547500', '152017.007500', '152017.467500', '152017.927500', '152018.387500', '152018.847500', '152019.307500', '152019.767500', '152020.227500', '152020.687500', '152021.147500', '152021.607500', '152022.067500', '152022.527500', '152022.987500', '152023.447500', '152023.907500', '152024.367500', '152024.827500', '152025.287500', '152025.747500', '152026.207500', '152026.667500', '152027.127500', '152027.587500', '152028.047500', '152028.507500', '152028.967500', '152029.427500', '152029.887500', '152030.347500', '152030.807500', '152031.267500', '152031.727500', '152032.187500', '152032.647500', '152033.107500', '152033.567500', '152034.027500', '152034.487500', '152034.947500', '152035.407500', '152035.867500', '152036.327500', '152036.787500', '152037.247500', '152037.707500', '152038.167500', '152038.627500', '152039.087500', '152039.547500', '152040.007500', '152040.467500', '152040.927500', '152041.387500', '152041.847500', '152042.307500', '152042.767500', '152043.227500', '152043.687500', '152044.147500', '152044.607500', '152045.067500', '152045.527500', '152045.987500', '152046.447500', '152046.907500', '152047.367500', '152047.827500', '152048.287500', '152048.747500', '152049.207500', '152049.667500', '152050.127500', '152050.587500', '152051.047500', '152051.507500', '152051.967500', '152052.427500', '152052.887500', '152053.347500', '152053.807500', '152054.267500', '152054.727500', '152055.187500', '152055.647500', '152056.107500', '152056.567500', '152057.027500', '152057.487500', '152057.947500', '152058.407500', '152058.867500', '152059.327500', '152059.787500', '152100.247500', '152100.707500', '152101.167500', '152101.627500', '152102.087500', '152102.547500', '152103.007500', '152103.467500', '152103.927500', '152104.387500', '152104.847500', '152105.307500', '152105.767500', '152106.227500', '152106.687500', '152107.147500', '152107.607500', '152108.067500', '152108.527500', '152108.987500', '152109.447500', '152109.907500', '152110.367500', '152110.827500', '152111.287500', '152111.747500', '152112.207500', '152112.667500', '152113.127500', '152113.587500', '152114.047500', '152114.507500', '152114.967500', '152115.427500', '152115.887500', '152116.347500', '152116.807500', '152117.267500', '152117.727500', '152118.187500', '152118.647500', '152119.107500', '152119.567500', '152120.027500', '152120.487500', '152120.947500', '152121.407500', '152121.867500', '152122.327500', '152122.787500', '152123.247500', '152123.707500', '152124.167500', '152124.627500', '152125.087500', '152125.547500', '152126.007500', '152126.467500', '152126.927500', '152127.387500', '152127.847500', '152128.307500', '152128.767500', '152129.227500', '152129.687500', '152130.147500', '152130.607500', '152131.067500', '152131.527500', '152131.987500', '152132.447500', '152132.907500', '152133.367500', '152133.827500', '152134.287500', '152134.747500', '152135.207500', '152135.667500', '152136.127500', '152136.587500', '152137.047500', '152137.507500', '152137.967500', '152138.427500', '152138.887500', '152139.347500', '152139.807500', '152140.267500', '152140.727500', '152141.187500', '152141.647500', '152142.107500', '152142.567500', '152143.027500', '152143.487500', '152143.947500', '152144.407500', '152144.867500', '152145.327500', '152145.787500', '152146.247500', '152146.707500', '152147.167500', '152147.627500', '152148.087500', '152148.547500', '152149.007500', '152149.467500', '152149.927500', '152150.387500', '152150.847500', '152151.307500', '152151.767500', '152152.227500', '152152.687500', '152153.147500', '152153.607500', '152154.067500', '152154.527500', '152154.987500', '152155.447500', '152155.907500', '152156.367500', '152156.827500', '152157.287500', '152157.747500', '152158.207500', '152158.667500', '152159.127500', '152159.587500', '152200.047500', '152200.507500', '152200.967500', '152201.427500', '152201.887500', '152202.347500', '152202.807500', '152203.267500', '152203.727500', '152204.187500', '152204.647500', '152205.107500', '152205.567500', '152206.027500', '152206.487500', '152206.947500', '152207.407500', '152207.867500', '152208.327500', '152208.787500', '152209.247500', '152209.707500', '152210.167500', '152210.627500', '152211.087500', '152211.547500', '152212.007500', '152212.467500', '152212.927500', '152213.387500', '152213.847500', '152214.307500', '152214.767500', '152215.227500', '152215.687500', '152216.147500', '152216.607500', '152217.067500', '152217.527500', '152217.987500', '152218.447500', '152218.907500', '152219.367500', '152219.827500', '152220.287500', '152220.747500', '152221.207500', '152221.667500', '152222.127500', '152222.587500', '152223.047500', '152223.507500', '152223.967500', '152224.427500', '152224.887500', '152225.347500', '152225.807500', '152226.267500', '152226.727500', '152227.187500', '152227.647500', '152228.107500', '152228.567500', '152229.027500', '152229.487500', '152229.947500', '152230.407500', '152230.867500', '152231.327500', '152231.787500', '152232.247500', '152232.707500', '152233.167500', '152233.627500', '152234.087500', '152234.547500', '152235.007500', '152235.467500', '152235.927500', '152236.387500', '152236.847500', '152237.307500', '152237.767500', '152238.227500', '152238.687500', '152239.147500', '152239.607500', '152240.067500', '152240.527500', '152240.987500', '152241.447500', '152241.907500', '152242.367500', '152242.827500', '152243.287500', '152243.747500', '152244.207500', '152244.667500', '152245.127500', '152245.587500', '152246.047500', '152246.507500', '152246.967500', '152247.427500', '152247.887500', '152248.347500', '152248.807500', '152249.267500', '152249.727500', '152250.187500', '152250.647500', '152251.107500', '152251.567500', '152252.027500', '152252.487500', '152252.947500', '152253.407500', '152253.867500', '152254.327500', '152254.787500', '152255.247500', '152255.707500', '152256.167500', '152256.627500', '152257.087500', '152257.547500', '152258.007500', '152258.467500', '152258.927500', '152259.387500', '152259.847500', '152300.307500', '152300.767500', '152301.227500', '152301.687500', '152302.147500', '152302.607500', '152303.067500', '152303.527500', '152303.987500', '152304.447500', '152304.907500', '152305.367500', '152305.827500', '152306.287500', '152306.747500', '152307.207500', '152307.667500', '152308.127500', '152308.587500', '152309.047500', '152309.507500', '152309.967500', '152310.427500', '152310.887500', '152311.347500', '152311.807500', '152312.267500', '152312.727500', '152313.187500', '152313.647500', '152314.107500', '152314.567500', '152315.027500', '152315.487500', '152315.947500', '152316.407500', '152316.867500', '152317.327500', '152317.787500', '152318.247500', '152318.707500', '152319.167500', '152319.627500', '152320.087500', '152320.547500', '152321.007500', '152321.467500', '152321.927500', '152322.387500', '152322.847500', '152323.307500', '152323.767500', '152324.227500', '152324.687500', '152325.147500', '152325.607500', '152326.067500', '152326.527500', '152326.987500', '152327.447500', '152327.907500', '152328.367500', '152328.827500', '152329.287500', '152329.747500', '152330.207500', '152330.667500', '152331.127500', '152331.587500', '152332.047500', '152332.507500', '152332.967500', '152333.427500', '152333.887500', '152334.347500', '152334.807500', '152335.267500', '152335.727500', '152336.187500', '152336.647500', '152337.107500', '152337.567500', '152338.027500', '152338.487500', '152338.947500', '152339.407500', '152339.867500', '152340.327500', '152340.787500', '152341.247500', '152341.707500', '152342.167500', '152342.627500', '152343.087500', '152343.547500', '152344.007500', '152344.467500', '152344.927500', '152345.387500', '152345.847500', '152346.307500', '152346.767500', '152347.227500', '152347.687500', '152348.147500', '152348.607500', '152349.067500', '152349.527500', '152349.987500', '152350.447500', '152350.907500', '152351.367500', '152351.827500', '152352.287500', '152352.747500', '152353.207500', '152353.667500', '152354.127500', '152354.587500', '152355.047500', '152355.507500', '152355.967500', '152356.427500', '152356.887500', '152357.347500', '152357.807500', '152358.267500', '152358.727500', '152359.187500', '152359.647500', '152400.107500', '152400.567500', '152401.027500', '152401.487500', '152401.947500', '152402.407500', '152402.867500', '152403.327500', '152403.787500', '152404.247500', '152404.707500', '152405.167500', '152405.627500', '152406.087500', '152406.547500', '152407.007500', '152407.467500', '152407.927500', '152408.387500', '152408.847500', '152409.307500', '152409.767500', '152410.227500', '152410.687500', '152411.147500', '152411.607500', '152412.067500', '152412.527500', '152412.987500', '152413.447500', '152413.907500', '152414.367500', '152414.827500', '152415.287500', '152415.747500', '152416.207500', '152416.667500', '152417.127500', '152417.587500', '152418.047500', '152418.507500', '152418.967500', '152419.427500', '152419.887500', '152420.347500', '152420.807500', '152421.267500', '152421.727500', '152422.187500', '152422.647500', '152423.107500', '152423.567500', '152424.027500', '152424.487500', '152424.947500', '152425.407500', '152425.867500', '152426.327500', '152426.787500', '152427.247500', '152427.707500', '152428.167500', '152428.627500', '152429.087500', '152429.547500', '152430.007500', '152430.467500', '152430.927500', '152431.387500', '152431.847500', '152432.307500', '152432.767500', '152433.227500', '152433.687500', '152434.147500', '152434.607500', '152435.067500', '152435.527500', '152435.987500', '152436.447500', '152436.907500', '152437.367500', '152437.827500', '152438.287500', '152438.747500', '152439.207500', '152439.667500', '152440.127500', '152440.587500', '152441.047500', '152441.507500', '152441.967500', '152442.427500', '152442.887500', '152443.347500', '152443.807500', '152444.267500', '152444.727500', '152445.187500', '152445.647500', '152446.107500', '152446.567500', '152447.027500', '152447.487500', '152447.947500', '152448.407500', '152448.867500', '152449.327500', '152449.787500', '152450.247500', '152450.707500', '152451.167500', '152451.627500', '152452.087500', '152452.547500', '152453.007500', '152453.467500', '152453.927500', '152454.387500', '152454.847500', '152455.307500', '152455.767500', '152456.227500', '152456.687500', '152457.147500', '152457.607500', '152458.067500', '152458.527500', '152458.987500', '152459.447500', '152459.907500', '152500.367500', '152500.827500', '152501.287500', '152501.747500', '152502.207500', '152502.667500', '152503.127500', '152503.587500', '152504.047500', '152504.507500', '152504.967500', '152505.427500', '152505.887500', '152506.347500', '152506.807500', '152507.267500', '152507.727500', '152508.187500', '152508.647500', '152509.107500', '152509.567500', '152510.027500', '152510.487500', '152510.947500', '152511.407500', '152511.867500', '152512.327500', '152512.787500', '152513.247500', '152513.707500', '152514.167500', '152514.627500', '152515.087500', '152515.547500', '152516.007500', '152516.467500', '152516.927500', '152517.387500', '152517.847500', '152518.307500', '152518.767500', '152519.227500', '152519.687500', '152520.147500', '152520.607500', '152521.067500', '152521.527500', '152521.987500', '152522.447500', '152522.907500', '152523.367500', '152523.827500', '152524.287500', '152524.747500', '152525.207500', '152525.667500', '152526.127500', '152526.587500', '152527.047500', '152527.507500', '152527.967500', '152528.427500', '152528.887500', '152529.347500', '152529.807500', '152530.267500', '152530.727500', '152531.187500', '152531.647500', '152532.107500', '152532.567500', '152533.027500', '152533.487500', '152533.947500', '152534.407500', '152534.867500', '152535.327500', '152535.787500', '152536.247500', '152536.707500', '152537.167500', '152537.627500', '152538.087500', '152538.547500', '152539.007500', '152539.467500', '152539.927500', '152540.387500', '152540.847500', '152541.307500', '152541.767500', '152542.227500', '152542.687500', '152543.147500', '152543.607500', '152544.067500', '152544.527500', '152544.987500', '152545.447500', '152545.907500', '152546.367500', '152546.827500', '152547.287500', '152547.747500', '152548.207500', '152548.667500', '152549.127500', '152549.587500', '152550.047500', '152550.507500', '152550.967500', '152551.427500', '152551.887500', '152552.347500', '152552.807500', '152553.267500', '152553.727500', '152554.187500', '152554.647500', '152555.107500', '152555.567500', '152556.027500', '152556.487500', '152556.947500', '152557.407500', '152557.867500', '152558.327500', '152558.787500', '152559.247500', '152559.707500', '152600.167500', '152600.627500', '152601.087500', '152601.547500', '152602.007500', '152602.467500', '152602.927500', '152603.387500', '152603.847500', '152604.307500', '152604.767500', '152605.227500', '152605.687500', '152606.147500', '152606.607500', '152607.067500', '152607.527500', '152607.987500', '152608.447500', '152608.907500', '152609.367500', '152609.827500', '152610.287500', '152610.747500', '152611.207500', '152611.667500', '152612.127500', '152612.587500', '152613.047500', '152613.507500', '152613.967500', '152614.427500', '152614.887500', '152615.347500', '152615.807500', '152616.267500', '152616.727500', '152617.187500', '152617.647500', '152618.107500', '152618.567500', '152619.027500', '152619.487500', '152619.947500', '152620.407500', '152620.867500', '152621.327500', '152621.787500', '152622.247500', '152622.707500', '152623.167500', '152623.627500', '152624.087500', '152624.547500', '152625.007500', '152625.467500', '152625.927500', '152626.387500', '152626.847500', '152627.307500', '152627.767500', '152628.227500', '152628.687500', '152629.147500', '152629.607500', '152630.067500', '152630.527500', '152630.987500', '152631.447500', '152631.907500', '152632.367500', '152632.827500', '152633.287500', '152633.747500', '152634.207500', '152634.667500', '152635.127500', '152635.587500', '152636.047500', '152636.507500', '152636.967500', '152637.427500', '152637.887500', '152638.347500', '152638.807500', '152639.267500', '152639.727500', '152640.187500', '152640.647500', '152641.107500', '152641.567500', '152642.027500', '152642.487500', '152642.947500', '152643.407500', '152643.867500', '152644.327500', '152644.787500', '152645.247500', '152645.707500', '152646.167500', '152646.627500', '152647.087500', '152647.547500', '152648.007500', '152648.467500', '152648.927500', '152649.387500', '152649.847500', '152650.307500', '152650.767500', '152651.227500', '152651.687500', '152652.147500', '152652.607500', '152653.067500', '152653.527500', '152653.987500', '152654.447500', '152654.907500', '152655.367500', '152655.827500', '152656.287500', '152656.747500', '152657.207500', '152657.667500', '152658.127500', '152658.587500', '152659.047500', '152659.507500', '152659.967500', '152700.427500', '152700.887500', '152701.347500', '152701.807500', '152702.267500', '152702.727500', '152703.187500', '152703.647500', '152704.107500', '152704.567500', '152705.027500', '152705.487500', '152705.947500', '152706.407500', '152706.867500', '152707.327500', '152707.787500', '152708.247500', '152708.707500', '152709.167500', '152709.627500', '152710.087500', '152710.547500', '152711.007500', '152711.467500', '152711.927500', '152712.387500', '152712.847500', '152713.307500', '152713.767500', '152714.227500', '152714.687500', '152715.147500', '152715.607500', '152716.067500', '152716.527500', '152716.987500', '152717.447500', '152717.907500', '152718.367500', '152718.827500', '152719.287500', '152719.747500', '152720.207500', '152720.667500', '152721.127500', '152721.587500', '152722.047500', '152722.507500', '152722.967500', '152723.427500', '152723.887500', '152724.347500', '152724.807500', '152725.267500', '152725.727500', '152726.187500', '152726.647500', '152727.107500', '152727.567500', '152728.027500', '152728.487500', '152728.947500', '152729.407500', '152729.867500', '152730.327500', '152730.787500', '152731.247500', '152731.707500', '152732.167500', '152732.627500', '152733.087500', '152733.547500', '152734.007500', '152734.467500', '152734.927500', '152735.387500', '152735.847500', '152736.307500', '152736.767500', '152737.227500', '152737.687500', '152738.147500', '152738.607500', '152739.067500', '152739.527500', '152739.987500', '152740.447500', '152740.907500', '152741.367500', '152741.827500', '152742.287500', '152742.747500', '152743.207500', '152743.667500', '152744.127500', '152744.587500', '152745.047500', '152745.507500', '152745.967500', '152746.427500', '152746.887500', '152747.347500', '152747.807500', '152748.267500', '152748.727500', '152749.187500', '152749.647500', '152750.107500', '152750.567500', '152751.027500', '152751.487500', '152751.947500', '152752.407500', '152752.867500', '152753.327500', '152753.787500', '152754.247500', '152754.707500', '152755.167500', '152755.627500', '152756.087500', '152756.547500', '152757.007500', '152757.467500', '152757.927500', '152758.387500', '152758.847500', '152759.307500', '152759.767500', '152800.227500', '152800.687500', '152801.147500', '152801.607500', '152802.067500', '152802.527500', '152802.987500', '152803.447500', '152803.907500', '152804.367500', '152804.827500', '152805.287500', '152805.747500', '152806.207500', '152806.667500', '152807.127500', '152807.587500', '152808.047500', '152808.507500', '152808.967500', '152809.427500', '152809.887500', '152810.347500', '152810.807500', '152811.267500', '152811.727500', '152812.187500', '152812.647500', '152813.107500', '152813.567500', '152814.027500', '152814.487500', '152814.947500', '152815.407500', '152815.867500', '152816.327500', '152816.787500', '152817.247500', '152817.707500', '152818.167500', '152818.627500', '152819.087500', '152819.547500', '152820.007500', '152820.467500', '152820.927500', '152821.387500', '152821.847500', '152822.307500', '152822.767500', '152823.227500', '152823.687500', '152824.147500', '152824.607500', '152825.067500', '152825.527500', '152825.987500', '152826.447500', '152826.907500', '152827.367500', '152827.827500', '152828.287500', '152828.747500', '152829.207500', '152829.667500', '152830.127500', '152830.587500', '152831.047500', '152831.507500', '152831.967500', '152832.427500', '152832.887500', '152833.347500', '152833.807500', '152834.267500', '152834.727500', '152835.187500', '152835.647500', '152836.107500', '152836.567500', '152837.027500', '152837.487500', '152837.947500', '152838.407500', '152838.867500', '152839.327500', '152839.787500'], 'ContentTime': ['151907.468000', '151907.476000', '151907.485000', '151907.487000', '151907.490000', '151907.493000', '151907.495000', '151907.498000', '151907.503000', '151907.506000', '151907.508000', '151907.511000', '151907.514000', '151907.516000', '151907.519000', '151907.522000', '151907.524000', '151907.527000', '151907.530000', '151907.532000', '151907.535000', '151927.439000', '151927.441000', '151927.445000', '151927.447000', '151927.450000', '151927.452000', '151927.455000', '151927.459000', '151927.462000', '151927.464000', '151927.467000', '151927.470000', '151927.472000', '151927.475000', '151927.478000', '151927.480000', '151927.483000', '151927.485000', '151927.488000', '151927.491000', '151927.493000', '151927.496000', '151927.499000', '151927.501000', '151927.504000', '151927.507000', '151927.509000', '151927.512000', '151927.515000', '151927.517000', '151927.520000', '151927.523000', '151927.525000', '151927.528000', '151927.531000', '151927.533000', '151927.536000', '151927.539000', '151927.541000', '151927.544000', '151927.547000', '151927.549000', '151927.552000', '151947.439000', '151947.442000', '151947.445000', '151947.448000', '151947.451000', '151947.453000', '151947.456000', '151947.459000', '151947.461000', '151947.464000', '151947.466000', '151947.469000', '151947.472000', '151947.474000', '151947.477000', '151947.480000', '151947.482000', '151947.485000', '151947.488000', '151947.490000', '151947.493000', '151947.496000', '151947.498000', '151947.501000', '151947.504000', '151947.506000', '151947.509000', '151947.512000', '151947.514000', '151947.517000', '151947.520000', '151947.522000', '151947.525000', '151947.527000', '151947.530000', '151947.533000', '151947.535000', '151947.538000', '151947.541000', '151947.543000', '151947.546000', '151947.548000', '151947.551000', '151947.554000', '152007.438000', '152007.441000', '152007.444000', '152007.447000', '152007.449000', '152007.452000', '152007.455000', '152007.457000', '152007.460000', '152007.463000', '152007.465000', '152007.468000', '152007.471000', '152007.473000', '152007.476000', '152007.479000', '152007.481000', '152007.484000', '152007.487000', '152007.489000', '152007.492000', '152007.495000', '152007.497000', '152007.500000', '152007.503000', '152007.505000', '152007.508000', '152007.511000', '152007.513000', '152007.516000', '152007.519000', '152007.521000', '152007.524000', '152007.527000', '152007.529000', '152007.532000', '152007.535000', '152007.537000', '152007.540000', '152007.543000', '152007.545000', '152007.548000', '152007.551000', '152027.437000', '152027.440000', '152027.443000', '152027.446000', '152027.457000', '152027.460000', '152027.463000', '152027.466000', '152027.468000', '152027.471000', '152027.474000', '152027.476000', '152027.479000', '152027.481000', '152027.484000', '152027.487000', '152027.489000', '152027.492000', '152027.495000', '152027.498000', '152027.500000', '152027.503000', '152027.506000', '152027.508000', '152027.511000', '152027.513000', '152027.516000', '152027.519000', '152027.521000', '152027.524000', '152027.527000', '152027.529000', '152027.532000', '152027.535000', '152027.538000', '152027.540000', '152027.543000', '152027.545000', '152027.548000', '152027.551000', '152027.553000', '152027.556000', '152027.559000', '152027.561000', '152047.438000', '152047.441000', '152047.443000', '152047.446000', '152047.449000', '152047.452000', '152047.454000', '152047.457000', '152047.460000', '152047.462000', '152047.465000', '152047.468000', '152047.470000', '152047.473000', '152047.476000', '152047.478000', '152047.481000', '152047.484000', '152047.486000', '152047.489000', '152047.492000', '152047.494000', '152047.497000', '152047.500000', '152047.502000', '152047.505000', '152047.508000', '152047.510000', '152047.513000', '152047.516000', '152047.518000', '152047.521000', '152047.524000', '152047.527000', '152047.529000', '152047.532000', '152047.535000', '152047.537000', '152047.540000', '152047.542000', '152047.545000', '152047.548000', '152047.550000', '152107.437000', '152107.440000', '152107.443000', '152107.446000', '152107.448000', '152107.451000', '152107.453000', '152107.456000', '152107.459000', '152107.461000', '152107.464000', '152107.467000', '152107.469000', '152107.472000', '152107.475000', '152107.478000', '152107.481000', '152107.483000', '152107.486000', '152107.489000', '152107.491000', '152107.494000', '152107.497000', '152107.499000', '152107.502000', '152107.505000', '152107.507000', '152107.510000', '152107.513000', '152107.515000', '152107.518000', '152107.521000', '152107.523000', '152107.526000', '152107.529000', '152107.531000', '152107.534000', '152107.537000', '152107.539000', '152107.542000', '152107.545000', '152107.548000', '152107.550000', '152107.553000', '152127.438000', '152127.440000', '152127.443000', '152127.446000', '152127.449000', '152127.451000', '152127.454000', '152127.457000', '152127.459000', '152127.462000', '152127.465000', '152127.467000', '152127.470000', '152127.473000', '152127.475000', '152127.478000', '152127.481000', '152127.483000', '152127.486000', '152127.489000', '152127.491000', '152127.494000', '152127.496000', '152127.499000', '152127.502000', '152127.504000', '152127.507000', '152127.510000', '152127.512000', '152127.515000', '152127.518000', '152127.521000', '152127.523000', '152127.526000', '152127.528000', '152127.531000', '152127.534000', '152127.536000', '152127.539000', '152127.541000', '152127.544000', '152127.547000', '152127.549000', '152147.438000', '152147.441000', '152147.444000', '152147.447000', '152147.449000', '152147.452000', '152147.455000', '152147.458000', '152147.460000', '152147.463000', '152147.466000', '152147.468000', '152147.471000', '152147.474000', '152147.476000', '152147.479000', '152147.482000', '152147.485000', '152147.487000', '152147.493000', '152147.496000', '152147.499000', '152147.501000', '152147.504000', '152147.507000', '152147.510000', '152147.512000', '152147.515000', '152147.518000', '152147.520000', '152147.523000', '152147.526000', '152147.528000', '152147.531000', '152147.534000', '152147.536000', '152147.539000', '152147.542000', '152147.544000', '152147.547000', '152147.550000', '152147.553000', '152147.555000', '152207.449000', '152207.452000', '152207.455000', '152207.458000', '152207.460000', '152207.463000', '152207.466000', '152207.468000', '152207.471000', '152207.474000', '152207.476000', '152207.479000', '152207.482000', '152207.484000', '152207.487000', '152207.490000', '152207.493000', '152207.495000', '152207.498000', '152207.501000', '152207.503000', '152207.506000', '152207.508000', '152207.511000', '152207.514000', '152207.517000', '152207.519000', '152207.522000', '152207.525000', '152207.527000', '152207.530000', '152207.533000', '152207.535000', '152207.538000', '152207.541000', '152207.543000', '152207.546000', '152207.549000', '152207.551000', '152207.554000', '152207.557000', '152207.559000', '152207.562000', '152207.565000', '152227.438000', '152227.442000', '152227.444000', '152227.447000', '152227.450000', '152227.453000', '152227.456000', '152227.458000', '152227.461000', '152227.464000', '152227.466000', '152227.469000', '152227.472000', '152227.474000', '152227.477000', '152227.480000', '152227.482000', '152227.485000', '152227.488000', '152227.490000', '152227.493000', '152227.496000', '152227.498000', '152227.501000', '152227.504000', '152227.506000', '152227.509000', '152227.512000', '152227.514000', '152227.518000', '152227.521000', '152227.524000', '152227.526000', '152227.529000', '152227.531000', '152227.534000', '152227.537000', '152227.540000', '152227.542000', '152227.545000', '152227.548000', '152227.550000', '152227.553000', '152247.438000', '152247.441000', '152247.443000', '152247.446000', '152247.449000', '152247.451000', '152247.455000', '152247.458000', '152247.460000', '152247.463000', '152247.466000', '152247.468000', '152247.471000', '152247.474000', '152247.476000', '152247.479000', '152247.482000', '152247.484000', '152247.487000', '152247.490000', '152247.493000', '152247.495000', '152247.498000', '152247.501000', '152247.503000', '152247.506000', '152247.509000', '152247.511000', '152247.514000', '152247.517000', '152247.519000', '152247.522000', '152247.525000', '152247.527000', '152247.530000', '152247.533000', '152247.536000', '152247.538000', '152247.541000', '152247.544000', '152247.546000', '152247.549000', '152247.552000', '152247.554000', '152307.437000', '152307.440000', '152307.443000', '152307.446000', '152307.454000', '152307.457000', '152307.460000', '152307.462000', '152307.465000', '152307.468000', '152307.471000', '152307.473000', '152307.480000', '152307.483000', '152307.486000', '152307.489000', '152307.491000', '152307.494000', '152307.497000', '152307.499000', '152307.502000', '152307.504000', '152307.507000', '152307.510000', '152307.513000', '152307.515000', '152307.518000', '152307.521000', '152307.523000', '152307.526000', '152307.529000', '152307.531000', '152307.534000', '152307.537000', '152307.539000', '152307.542000', '152307.544000', '152307.547000', '152307.550000', '152307.553000', '152307.555000', '152307.558000', '152307.561000', '152327.438000', '152327.441000', '152327.444000', '152327.447000', '152327.449000', '152327.452000', '152327.455000', '152327.458000', '152327.460000', '152327.463000', '152327.466000', '152327.469000', '152327.471000', '152327.474000', '152327.477000', '152327.479000', '152327.482000', '152327.485000', '152327.487000', '152327.490000', '152327.493000', '152327.496000', '152327.498000', '152327.501000', '152327.503000', '152327.520000', '152327.523000', '152327.526000', '152327.528000', '152327.531000', '152327.534000', '152327.536000', '152327.539000', '152327.542000', '152327.544000', '152327.547000', '152327.550000', '152327.552000', '152327.555000', '152327.558000', '152327.560000', '152327.563000', '152327.566000', '152327.569000', '152347.437000', '152347.440000', '152347.443000', '152347.446000', '152347.449000', '152347.451000', '152347.454000', '152347.457000', '152347.459000', '152347.462000', '152347.465000', '152347.467000', '152347.470000', '152347.473000', '152347.475000', '152347.478000', '152347.481000', '152347.483000', '152347.486000', '152347.489000', '152347.491000', '152347.494000', '152347.496000', '152347.500000', '152347.502000', '152347.505000', '152347.508000', '152347.511000', '152347.513000', '152347.516000', '152347.518000', '152347.521000', '152347.524000', '152347.526000', '152347.529000', '152347.532000', '152347.534000', '152347.537000', '152347.540000', '152347.543000', '152347.545000', '152347.548000', '152347.550000', '152407.441000', '152407.444000', '152407.447000', '152407.450000', '152407.453000', '152407.455000', '152407.458000', '152407.461000', '152407.463000', '152407.466000', '152407.469000', '152407.471000', '152407.474000', '152407.477000', '152407.479000', '152407.482000', '152407.485000', '152407.487000', '152407.490000', '152407.493000', '152407.495000', '152407.498000', '152407.501000', '152407.503000', '152407.506000', '152407.509000', '152407.512000', '152407.514000', '152407.517000', '152407.520000', '152407.522000', '152407.525000', '152407.528000', '152407.530000', '152407.533000', '152407.535000', '152407.538000', '152407.541000', '152407.544000', '152407.546000', '152407.549000', '152407.552000', '152407.554000', '152407.557000', '152427.438000', '152427.441000', '152427.444000', '152427.447000', '152427.450000', '152427.452000', '152427.455000', '152427.458000', '152427.460000', '152427.463000', '152427.466000', '152427.468000', '152427.471000', '152427.474000', '152427.476000', '152427.479000', '152427.482000', '152427.485000', '152427.488000', '152427.491000', '152427.495000', '152427.498000', '152427.500000', '152427.503000', '152427.506000', '152427.509000', '152427.511000', '152427.516000', '152427.519000', '152427.521000', '152427.524000', '152427.527000', '152427.529000', '152427.532000', '152427.535000', '152427.537000', '152427.540000', '152427.543000', '152427.545000', '152427.548000', '152427.551000', '152427.553000', '152427.556000', '152447.439000', '152447.442000', '152447.445000', '152447.447000', '152447.450000', '152447.453000', '152447.456000', '152447.458000', '152447.461000', '152447.464000', '152447.466000', '152447.469000', '152447.472000', '152447.474000', '152447.477000', '152447.480000', '152447.482000', '152447.485000', '152447.488000', '152447.490000', '152447.493000', '152447.496000', '152447.498000', '152447.501000', '152447.504000', '152447.506000', '152447.509000', '152447.512000', '152447.514000', '152447.517000', '152447.520000', '152447.523000', '152447.525000', '152447.528000', '152447.531000', '152447.533000', '152447.536000', '152447.539000', '152447.541000', '152447.544000', '152447.547000', '152447.549000', '152447.552000', '152447.555000', '152507.438000', '152507.440000', '152507.443000', '152507.446000', '152507.449000', '152507.451000', '152507.454000', '152507.457000', '152507.459000', '152507.462000', '152507.465000', '152507.467000', '152507.470000', '152507.473000', '152507.475000', '152507.478000', '152507.481000', '152507.483000', '152507.486000', '152507.489000', '152507.492000', '152507.494000', '152507.497000', '152507.500000', '152507.502000', '152507.505000', '152507.508000', '152507.510000', '152507.513000', '152507.516000', '152507.518000', '152507.521000', '152507.524000', '152507.526000', '152507.529000', '152507.532000', '152507.535000', '152507.538000', '152507.541000', '152507.544000', '152507.546000', '152507.549000', '152507.552000', '152527.437000', '152527.441000', '152527.443000', '152527.446000', '152527.449000', '152527.451000', '152527.454000', '152527.457000', '152527.459000', '152527.462000', '152527.465000', '152527.467000', '152527.470000', '152527.473000', '152527.475000', '152527.478000', '152527.481000', '152527.484000', '152527.486000', '152527.489000', '152527.492000', '152527.494000', '152527.497000', '152527.500000', '152527.502000', '152527.505000', '152527.508000', '152527.510000', '152527.513000', '152527.516000', '152527.518000', '152527.521000', '152527.524000', '152527.526000', '152527.529000', '152527.532000', '152527.534000', '152527.537000', '152527.540000', '152527.542000', '152527.545000', '152527.548000', '152527.550000', '152527.553000', '152547.438000', '152547.440000', '152547.443000', '152547.446000', '152547.449000', '152547.451000', '152547.454000', '152547.457000', '152547.459000', '152547.462000', '152547.465000', '152547.467000', '152547.470000', '152547.473000', '152547.475000', '152547.478000', '152547.481000', '152547.483000', '152547.486000', '152547.489000', '152547.491000', '152547.494000', '152547.497000', '152547.499000', '152547.502000', '152547.505000', '152547.507000', '152547.510000', '152547.513000', '152547.515000', '152547.518000', '152547.521000', '152547.523000', '152547.526000', '152547.528000', '152547.531000', '152547.534000', '152547.537000', '152547.539000', '152547.542000', '152547.545000', '152547.547000', '152547.550000', '152607.438000', '152607.440000', '152607.443000', '152607.446000', '152607.448000', '152607.451000', '152607.454000', '152607.456000', '152607.459000', '152607.462000', '152607.464000', '152607.467000', '152607.469000', '152607.472000', '152607.475000', '152607.477000', '152607.480000', '152607.483000', '152607.486000', '152607.488000', '152607.491000', '152607.494000', '152607.497000', '152607.499000', '152607.502000', '152607.504000', '152607.507000', '152607.510000', '152607.512000', '152607.515000', '152607.518000', '152607.520000', '152607.523000', '152607.526000', '152607.528000', '152607.531000', '152607.534000', '152607.536000', '152607.539000', '152607.541000', '152607.544000', '152607.547000', '152607.549000', '152607.552000', '152627.439000', '152627.442000', '152627.444000', '152627.447000', '152627.450000', '152627.452000', '152627.455000', '152627.458000', '152627.460000', '152627.463000', '152627.466000', '152627.468000', '152627.471000', '152627.474000', '152627.476000', '152627.479000', '152627.482000', '152627.485000', '152627.487000', '152627.490000', '152627.493000', '152627.495000', '152627.498000', '152627.501000', '152627.503000', '152627.506000', '152627.509000', '152627.511000', '152627.514000', '152627.516000', '152627.519000', '152627.522000', '152627.525000', '152627.527000', '152627.530000', '152627.533000', '152627.535000', '152627.538000', '152627.540000', '152627.543000', '152627.546000', '152627.548000', '152627.551000', '152647.439000', '152647.442000', '152647.444000', '152647.447000', '152647.450000', '152647.452000', '152647.455000', '152647.457000', '152647.460000', '152647.463000', '152647.466000', '152647.468000', '152647.471000', '152647.474000', '152647.476000', '152647.479000', '152647.482000', '152647.484000', '152647.487000', '152647.490000', '152647.492000', '152647.495000', '152647.498000', '152647.500000', '152647.503000', '152647.506000', '152647.508000', '152647.511000', '152647.514000', '152647.516000', '152647.519000', '152647.522000', '152647.525000', '152647.527000', '152647.530000', '152647.532000', '152647.535000', '152647.538000', '152647.540000', '152647.543000', '152647.545000', '152647.548000', '152647.551000', '152647.553000', '152707.439000', '152707.441000', '152707.444000', '152707.447000', '152707.450000', '152707.452000', '152707.455000', '152707.457000', '152707.460000', '152707.463000', '152707.465000', '152707.468000', '152707.470000', '152707.473000', '152707.476000', '152707.479000', '152707.481000', '152707.484000', '152707.486000', '152707.489000', '152707.492000', '152707.494000', '152707.497000', '152707.500000', '152707.502000', '152707.505000', '152707.508000', '152707.510000', '152707.513000', '152707.516000', '152707.518000', '152707.521000', '152707.524000', '152707.526000', '152707.529000', '152707.532000', '152707.534000', '152707.537000', '152707.540000', '152707.542000', '152707.545000', '152707.548000', '152707.550000', '152727.439000', '152727.442000', '152727.445000', '152727.447000', '152727.450000', '152727.453000', '152727.455000', '152727.458000', '152727.461000', '152727.464000', '152727.466000', '152727.469000', '152727.471000', '152727.474000', '152727.477000', '152727.480000', '152727.482000', '152727.485000', '152727.488000', '152727.490000', '152727.493000', '152727.496000', '152727.498000', '152727.501000', '152727.504000', '152727.506000', '152727.509000', '152727.512000', '152727.514000', '152727.517000', '152727.520000', '152727.522000', '152727.525000', '152727.528000', '152727.530000', '152727.533000', '152727.536000', '152727.538000', '152727.541000', '152727.544000', '152727.546000', '152727.549000', '152727.552000', '152727.578000', '152747.438000', '152747.440000', '152747.443000', '152747.446000', '152747.448000', '152747.451000', '152747.454000', '152747.456000', '152747.459000', '152747.462000', '152747.464000', '152747.467000', '152747.469000', '152747.472000', '152747.475000', '152747.477000', '152747.480000', '152747.483000', '152747.485000', '152747.488000', '152747.491000', '152747.494000', '152747.496000', '152747.499000', '152747.502000', '152747.504000', '152747.507000', '152747.510000', '152747.513000', '152747.515000', '152747.518000', '152747.521000', '152747.523000', '152747.526000', '152747.529000', '152747.531000', '152747.534000', '152747.537000', '152747.539000', '152747.542000', '152747.545000', '152747.548000', '152747.550000', '152807.438000', '152807.440000', '152807.443000', '152807.446000', '152807.449000', '152807.451000', '152807.454000', '152807.456000', '152807.460000', '152807.462000', '152807.465000', '152807.467000', '152807.470000', '152807.473000', '152807.476000', '152807.478000', '152807.481000', '152807.483000', '152807.486000', '152807.489000', '152807.491000', '152807.494000', '152807.497000', '152807.499000', '152807.502000', '152807.505000', '152807.507000', '152807.510000', '152807.513000', '152807.515000', '152807.518000', '152807.520000', '152807.523000', '152807.526000', '152807.529000', '152807.531000', '152807.534000', '152807.536000', '152807.539000', '152807.542000', '152807.544000', '152807.547000', '152807.550000', '152807.553000', '152827.438000', '152827.441000', '152827.443000', '152827.446000', '152827.448000', '152827.451000', '152827.454000', '152827.456000', '152827.459000', '152827.462000', '152827.464000', '152827.467000', '152827.470000', '152827.472000', '152827.475000', '152827.478000', '152827.480000', '152827.483000', '152827.486000', '152827.489000', '152827.491000', '152827.494000', '152827.497000', '152827.499000', '152827.502000', '152827.505000', '152827.507000', '152827.510000', '152827.513000', '152827.515000', '152827.518000', '152827.521000', '152827.523000', '152827.526000', '152827.528000', '152827.531000', '152827.534000', '152827.536000', '152827.539000', '152827.542000', '152827.544000', '152827.547000', '152827.550000', '152841.001000', '152841.004000', '152841.007000', '152841.010000', '152841.013000', '152841.015000', '152841.018000', '152841.021000', '152841.024000', '152841.026000', '152841.029000', '152841.032000', '152841.035000', '152841.038000', '152841.041000', '152841.043000', '152841.046000', '152841.052000', '152841.055000', '152841.057000', '152841.061000', '152841.063000', '152841.066000', '152841.076000', '152841.079000', '152841.105000', '152841.109000', '152841.111000', '152841.114000', '152841.117000'], 'InstanceCreationTime': ['151907.468000', '151907.476000', '151907.485000', '151907.487000', '151907.490000', '151907.493000', '151907.495000', '151907.498000', '151907.503000', '151907.506000', '151907.508000', '151907.511000', '151907.514000', '151907.516000', '151907.519000', '151907.522000', '151907.524000', '151907.527000', '151907.530000', '151907.532000', '151907.535000', '151927.439000', '151927.441000', '151927.445000', '151927.447000', '151927.450000', '151927.452000', '151927.455000', '151927.459000', '151927.462000', '151927.464000', '151927.467000', '151927.470000', '151927.472000', '151927.475000', '151927.478000', '151927.480000', '151927.483000', '151927.485000', '151927.488000', '151927.491000', '151927.493000', '151927.496000', '151927.499000', '151927.501000', '151927.504000', '151927.507000', '151927.509000', '151927.512000', '151927.515000', '151927.517000', '151927.520000', '151927.523000', '151927.525000', '151927.528000', '151927.531000', '151927.533000', '151927.536000', '151927.539000', '151927.541000', '151927.544000', '151927.547000', '151927.549000', '151927.552000', '151947.439000', '151947.442000', '151947.445000', '151947.448000', '151947.451000', '151947.453000', '151947.456000', '151947.459000', '151947.461000', '151947.464000', '151947.466000', '151947.469000', '151947.472000', '151947.474000', '151947.477000', '151947.480000', '151947.482000', '151947.485000', '151947.488000', '151947.490000', '151947.493000', '151947.496000', '151947.498000', '151947.501000', '151947.504000', '151947.506000', '151947.509000', '151947.512000', '151947.514000', '151947.517000', '151947.520000', '151947.522000', '151947.525000', '151947.527000', '151947.530000', '151947.533000', '151947.535000', '151947.538000', '151947.541000', '151947.543000', '151947.546000', '151947.548000', '151947.551000', '151947.554000', '152007.438000', '152007.441000', '152007.444000', '152007.447000', '152007.449000', '152007.452000', '152007.455000', '152007.457000', '152007.460000', '152007.463000', '152007.465000', '152007.468000', '152007.471000', '152007.473000', '152007.476000', '152007.479000', '152007.481000', '152007.484000', '152007.487000', '152007.489000', '152007.492000', '152007.495000', '152007.497000', '152007.500000', '152007.503000', '152007.505000', '152007.508000', '152007.511000', '152007.513000', '152007.516000', '152007.519000', '152007.521000', '152007.524000', '152007.527000', '152007.529000', '152007.532000', '152007.535000', '152007.537000', '152007.540000', '152007.543000', '152007.545000', '152007.548000', '152007.551000', '152027.437000', '152027.440000', '152027.443000', '152027.446000', '152027.457000', '152027.460000', '152027.463000', '152027.466000', '152027.468000', '152027.471000', '152027.474000', '152027.476000', '152027.479000', '152027.481000', '152027.484000', '152027.487000', '152027.489000', '152027.492000', '152027.495000', '152027.498000', '152027.500000', '152027.503000', '152027.506000', '152027.508000', '152027.511000', '152027.513000', '152027.516000', '152027.519000', '152027.521000', '152027.524000', '152027.527000', '152027.529000', '152027.532000', '152027.535000', '152027.538000', '152027.540000', '152027.543000', '152027.545000', '152027.548000', '152027.551000', '152027.553000', '152027.556000', '152027.559000', '152027.561000', '152047.438000', '152047.441000', '152047.443000', '152047.446000', '152047.449000', '152047.452000', '152047.454000', '152047.457000', '152047.460000', '152047.462000', '152047.465000', '152047.468000', '152047.470000', '152047.473000', '152047.476000', '152047.478000', '152047.481000', '152047.484000', '152047.486000', '152047.489000', '152047.492000', '152047.494000', '152047.497000', '152047.500000', '152047.502000', '152047.505000', '152047.508000', '152047.510000', '152047.513000', '152047.516000', '152047.518000', '152047.521000', '152047.524000', '152047.527000', '152047.529000', '152047.532000', '152047.535000', '152047.537000', '152047.540000', '152047.542000', '152047.545000', '152047.548000', '152047.550000', '152107.437000', '152107.440000', '152107.443000', '152107.446000', '152107.448000', '152107.451000', '152107.453000', '152107.456000', '152107.459000', '152107.461000', '152107.464000', '152107.467000', '152107.469000', '152107.472000', '152107.475000', '152107.478000', '152107.481000', '152107.483000', '152107.486000', '152107.489000', '152107.491000', '152107.494000', '152107.497000', '152107.499000', '152107.502000', '152107.505000', '152107.507000', '152107.510000', '152107.513000', '152107.515000', '152107.518000', '152107.521000', '152107.523000', '152107.526000', '152107.529000', '152107.531000', '152107.534000', '152107.537000', '152107.539000', '152107.542000', '152107.545000', '152107.548000', '152107.550000', '152107.553000', '152127.438000', '152127.440000', '152127.443000', '152127.446000', '152127.449000', '152127.451000', '152127.454000', '152127.457000', '152127.459000', '152127.462000', '152127.465000', '152127.467000', '152127.470000', '152127.473000', '152127.475000', '152127.478000', '152127.481000', '152127.483000', '152127.486000', '152127.489000', '152127.491000', '152127.494000', '152127.496000', '152127.499000', '152127.502000', '152127.504000', '152127.507000', '152127.510000', '152127.512000', '152127.515000', '152127.518000', '152127.521000', '152127.523000', '152127.526000', '152127.528000', '152127.531000', '152127.534000', '152127.536000', '152127.539000', '152127.541000', '152127.544000', '152127.547000', '152127.549000', '152147.438000', '152147.441000', '152147.444000', '152147.447000', '152147.449000', '152147.452000', '152147.455000', '152147.458000', '152147.460000', '152147.463000', '152147.466000', '152147.468000', '152147.471000', '152147.474000', '152147.476000', '152147.479000', '152147.482000', '152147.485000', '152147.487000', '152147.493000', '152147.496000', '152147.499000', '152147.501000', '152147.504000', '152147.507000', '152147.510000', '152147.512000', '152147.515000', '152147.518000', '152147.520000', '152147.523000', '152147.526000', '152147.528000', '152147.531000', '152147.534000', '152147.536000', '152147.539000', '152147.542000', '152147.544000', '152147.547000', '152147.550000', '152147.553000', '152147.555000', '152207.449000', '152207.452000', '152207.455000', '152207.458000', '152207.460000', '152207.463000', '152207.466000', '152207.468000', '152207.471000', '152207.474000', '152207.476000', '152207.479000', '152207.482000', '152207.484000', '152207.487000', '152207.490000', '152207.493000', '152207.495000', '152207.498000', '152207.501000', '152207.503000', '152207.506000', '152207.508000', '152207.511000', '152207.514000', '152207.517000', '152207.519000', '152207.522000', '152207.525000', '152207.527000', '152207.530000', '152207.533000', '152207.535000', '152207.538000', '152207.541000', '152207.543000', '152207.546000', '152207.549000', '152207.551000', '152207.554000', '152207.557000', '152207.559000', '152207.562000', '152207.565000', '152227.438000', '152227.442000', '152227.444000', '152227.447000', '152227.450000', '152227.453000', '152227.456000', '152227.458000', '152227.461000', '152227.464000', '152227.466000', '152227.469000', '152227.472000', '152227.474000', '152227.477000', '152227.480000', '152227.482000', '152227.485000', '152227.488000', '152227.490000', '152227.493000', '152227.496000', '152227.498000', '152227.501000', '152227.504000', '152227.506000', '152227.509000', '152227.512000', '152227.514000', '152227.518000', '152227.521000', '152227.524000', '152227.526000', '152227.529000', '152227.531000', '152227.534000', '152227.537000', '152227.540000', '152227.542000', '152227.545000', '152227.548000', '152227.550000', '152227.553000', '152247.438000', '152247.441000', '152247.443000', '152247.446000', '152247.449000', '152247.451000', '152247.455000', '152247.458000', '152247.460000', '152247.463000', '152247.466000', '152247.468000', '152247.471000', '152247.474000', '152247.476000', '152247.479000', '152247.482000', '152247.484000', '152247.487000', '152247.490000', '152247.493000', '152247.495000', '152247.498000', '152247.501000', '152247.503000', '152247.506000', '152247.509000', '152247.511000', '152247.514000', '152247.517000', '152247.519000', '152247.522000', '152247.525000', '152247.527000', '152247.530000', '152247.533000', '152247.536000', '152247.538000', '152247.541000', '152247.544000', '152247.546000', '152247.549000', '152247.552000', '152247.554000', '152307.437000', '152307.440000', '152307.443000', '152307.446000', '152307.454000', '152307.457000', '152307.460000', '152307.462000', '152307.465000', '152307.468000', '152307.471000', '152307.473000', '152307.480000', '152307.483000', '152307.486000', '152307.489000', '152307.491000', '152307.494000', '152307.497000', '152307.499000', '152307.502000', '152307.504000', '152307.507000', '152307.510000', '152307.513000', '152307.515000', '152307.518000', '152307.521000', '152307.523000', '152307.526000', '152307.529000', '152307.531000', '152307.534000', '152307.537000', '152307.539000', '152307.542000', '152307.544000', '152307.547000', '152307.550000', '152307.553000', '152307.555000', '152307.558000', '152307.561000', '152327.438000', '152327.441000', '152327.444000', '152327.447000', '152327.449000', '152327.452000', '152327.455000', '152327.458000', '152327.460000', '152327.463000', '152327.466000', '152327.469000', '152327.471000', '152327.474000', '152327.477000', '152327.479000', '152327.482000', '152327.485000', '152327.487000', '152327.490000', '152327.493000', '152327.496000', '152327.498000', '152327.501000', '152327.503000', '152327.520000', '152327.523000', '152327.526000', '152327.528000', '152327.531000', '152327.534000', '152327.536000', '152327.539000', '152327.542000', '152327.544000', '152327.547000', '152327.550000', '152327.552000', '152327.555000', '152327.558000', '152327.560000', '152327.563000', '152327.566000', '152327.569000', '152347.437000', '152347.440000', '152347.443000', '152347.446000', '152347.449000', '152347.451000', '152347.454000', '152347.457000', '152347.459000', '152347.462000', '152347.465000', '152347.467000', '152347.470000', '152347.473000', '152347.475000', '152347.478000', '152347.481000', '152347.483000', '152347.486000', '152347.489000', '152347.491000', '152347.494000', '152347.496000', '152347.500000', '152347.502000', '152347.505000', '152347.508000', '152347.511000', '152347.513000', '152347.516000', '152347.518000', '152347.521000', '152347.524000', '152347.526000', '152347.529000', '152347.532000', '152347.534000', '152347.537000', '152347.540000', '152347.543000', '152347.545000', '152347.548000', '152347.550000', '152407.441000', '152407.444000', '152407.447000', '152407.450000', '152407.453000', '152407.455000', '152407.458000', '152407.461000', '152407.463000', '152407.466000', '152407.469000', '152407.471000', '152407.474000', '152407.477000', '152407.479000', '152407.482000', '152407.485000', '152407.487000', '152407.490000', '152407.493000', '152407.495000', '152407.498000', '152407.501000', '152407.503000', '152407.506000', '152407.509000', '152407.512000', '152407.514000', '152407.517000', '152407.520000', '152407.522000', '152407.525000', '152407.528000', '152407.530000', '152407.533000', '152407.535000', '152407.538000', '152407.541000', '152407.544000', '152407.546000', '152407.549000', '152407.552000', '152407.554000', '152407.557000', '152427.438000', '152427.441000', '152427.444000', '152427.447000', '152427.450000', '152427.452000', '152427.455000', '152427.458000', '152427.460000', '152427.463000', '152427.466000', '152427.468000', '152427.471000', '152427.474000', '152427.476000', '152427.479000', '152427.482000', '152427.485000', '152427.488000', '152427.491000', '152427.495000', '152427.498000', '152427.500000', '152427.503000', '152427.506000', '152427.509000', '152427.511000', '152427.516000', '152427.519000', '152427.521000', '152427.524000', '152427.527000', '152427.529000', '152427.532000', '152427.535000', '152427.537000', '152427.540000', '152427.543000', '152427.545000', '152427.548000', '152427.551000', '152427.553000', '152427.556000', '152447.439000', '152447.442000', '152447.445000', '152447.447000', '152447.450000', '152447.453000', '152447.456000', '152447.458000', '152447.461000', '152447.464000', '152447.466000', '152447.469000', '152447.472000', '152447.474000', '152447.477000', '152447.480000', '152447.482000', '152447.485000', '152447.488000', '152447.490000', '152447.493000', '152447.496000', '152447.498000', '152447.501000', '152447.504000', '152447.506000', '152447.509000', '152447.512000', '152447.514000', '152447.517000', '152447.520000', '152447.523000', '152447.525000', '152447.528000', '152447.531000', '152447.533000', '152447.536000', '152447.539000', '152447.541000', '152447.544000', '152447.547000', '152447.549000', '152447.552000', '152447.555000', '152507.438000', '152507.440000', '152507.443000', '152507.446000', '152507.449000', '152507.451000', '152507.454000', '152507.457000', '152507.459000', '152507.462000', '152507.465000', '152507.467000', '152507.470000', '152507.473000', '152507.475000', '152507.478000', '152507.481000', '152507.483000', '152507.486000', '152507.489000', '152507.492000', '152507.494000', '152507.497000', '152507.500000', '152507.502000', '152507.505000', '152507.508000', '152507.510000', '152507.513000', '152507.516000', '152507.518000', '152507.521000', '152507.524000', '152507.526000', '152507.529000', '152507.532000', '152507.535000', '152507.538000', '152507.541000', '152507.544000', '152507.546000', '152507.549000', '152507.552000', '152527.437000', '152527.441000', '152527.443000', '152527.446000', '152527.449000', '152527.451000', '152527.454000', '152527.457000', '152527.459000', '152527.462000', '152527.465000', '152527.467000', '152527.470000', '152527.473000', '152527.475000', '152527.478000', '152527.481000', '152527.484000', '152527.486000', '152527.489000', '152527.492000', '152527.494000', '152527.497000', '152527.500000', '152527.502000', '152527.505000', '152527.508000', '152527.510000', '152527.513000', '152527.516000', '152527.518000', '152527.521000', '152527.524000', '152527.526000', '152527.529000', '152527.532000', '152527.534000', '152527.537000', '152527.540000', '152527.542000', '152527.545000', '152527.548000', '152527.550000', '152527.553000', '152547.438000', '152547.440000', '152547.443000', '152547.446000', '152547.449000', '152547.451000', '152547.454000', '152547.457000', '152547.459000', '152547.462000', '152547.465000', '152547.467000', '152547.470000', '152547.473000', '152547.475000', '152547.478000', '152547.481000', '152547.483000', '152547.486000', '152547.489000', '152547.491000', '152547.494000', '152547.497000', '152547.499000', '152547.502000', '152547.505000', '152547.507000', '152547.510000', '152547.513000', '152547.515000', '152547.518000', '152547.521000', '152547.523000', '152547.526000', '152547.528000', '152547.531000', '152547.534000', '152547.537000', '152547.539000', '152547.542000', '152547.545000', '152547.547000', '152547.550000', '152607.438000', '152607.440000', '152607.443000', '152607.446000', '152607.448000', '152607.451000', '152607.454000', '152607.456000', '152607.459000', '152607.462000', '152607.464000', '152607.467000', '152607.469000', '152607.472000', '152607.475000', '152607.477000', '152607.480000', '152607.483000', '152607.486000', '152607.488000', '152607.491000', '152607.494000', '152607.497000', '152607.499000', '152607.502000', '152607.504000', '152607.507000', '152607.510000', '152607.512000', '152607.515000', '152607.518000', '152607.520000', '152607.523000', '152607.526000', '152607.528000', '152607.531000', '152607.534000', '152607.536000', '152607.539000', '152607.541000', '152607.544000', '152607.547000', '152607.549000', '152607.552000', '152627.439000', '152627.442000', '152627.444000', '152627.447000', '152627.450000', '152627.452000', '152627.455000', '152627.458000', '152627.460000', '152627.463000', '152627.466000', '152627.468000', '152627.471000', '152627.474000', '152627.476000', '152627.479000', '152627.482000', '152627.485000', '152627.487000', '152627.490000', '152627.493000', '152627.495000', '152627.498000', '152627.501000', '152627.503000', '152627.506000', '152627.509000', '152627.511000', '152627.514000', '152627.516000', '152627.519000', '152627.522000', '152627.525000', '152627.527000', '152627.530000', '152627.533000', '152627.535000', '152627.538000', '152627.540000', '152627.543000', '152627.546000', '152627.548000', '152627.551000', '152647.439000', '152647.442000', '152647.444000', '152647.447000', '152647.450000', '152647.452000', '152647.455000', '152647.457000', '152647.460000', '152647.463000', '152647.466000', '152647.468000', '152647.471000', '152647.474000', '152647.476000', '152647.479000', '152647.482000', '152647.484000', '152647.487000', '152647.490000', '152647.492000', '152647.495000', '152647.498000', '152647.500000', '152647.503000', '152647.506000', '152647.508000', '152647.511000', '152647.514000', '152647.516000', '152647.519000', '152647.522000', '152647.525000', '152647.527000', '152647.530000', '152647.532000', '152647.535000', '152647.538000', '152647.540000', '152647.543000', '152647.545000', '152647.548000', '152647.551000', '152647.553000', '152707.439000', '152707.441000', '152707.444000', '152707.447000', '152707.450000', '152707.452000', '152707.455000', '152707.457000', '152707.460000', '152707.463000', '152707.465000', '152707.468000', '152707.470000', '152707.473000', '152707.476000', '152707.479000', '152707.481000', '152707.484000', '152707.486000', '152707.489000', '152707.492000', '152707.494000', '152707.497000', '152707.500000', '152707.502000', '152707.505000', '152707.508000', '152707.510000', '152707.513000', '152707.516000', '152707.518000', '152707.521000', '152707.524000', '152707.526000', '152707.529000', '152707.532000', '152707.534000', '152707.537000', '152707.540000', '152707.542000', '152707.545000', '152707.548000', '152707.550000', '152727.439000', '152727.442000', '152727.445000', '152727.447000', '152727.450000', '152727.453000', '152727.455000', '152727.458000', '152727.461000', '152727.464000', '152727.466000', '152727.469000', '152727.471000', '152727.474000', '152727.477000', '152727.480000', '152727.482000', '152727.485000', '152727.488000', '152727.490000', '152727.493000', '152727.496000', '152727.498000', '152727.501000', '152727.504000', '152727.506000', '152727.509000', '152727.512000', '152727.514000', '152727.517000', '152727.520000', '152727.522000', '152727.525000', '152727.528000', '152727.530000', '152727.533000', '152727.536000', '152727.538000', '152727.541000', '152727.544000', '152727.546000', '152727.549000', '152727.552000', '152727.578000', '152747.438000', '152747.440000', '152747.443000', '152747.446000', '152747.448000', '152747.451000', '152747.454000', '152747.456000', '152747.459000', '152747.462000', '152747.464000', '152747.467000', '152747.469000', '152747.472000', '152747.475000', '152747.477000', '152747.480000', '152747.483000', '152747.485000', '152747.488000', '152747.491000', '152747.494000', '152747.496000', '152747.499000', '152747.502000', '152747.504000', '152747.507000', '152747.510000', '152747.513000', '152747.515000', '152747.518000', '152747.521000', '152747.523000', '152747.526000', '152747.529000', '152747.531000', '152747.534000', '152747.537000', '152747.539000', '152747.542000', '152747.545000', '152747.548000', '152747.550000', '152807.438000', '152807.440000', '152807.443000', '152807.446000', '152807.449000', '152807.451000', '152807.454000', '152807.456000', '152807.460000', '152807.462000', '152807.465000', '152807.467000', '152807.470000', '152807.473000', '152807.476000', '152807.478000', '152807.481000', '152807.483000', '152807.486000', '152807.489000', '152807.491000', '152807.494000', '152807.497000', '152807.499000', '152807.502000', '152807.505000', '152807.507000', '152807.510000', '152807.513000', '152807.515000', '152807.518000', '152807.520000', '152807.523000', '152807.526000', '152807.529000', '152807.531000', '152807.534000', '152807.536000', '152807.539000', '152807.542000', '152807.544000', '152807.547000', '152807.550000', '152807.553000', '152827.438000', '152827.441000', '152827.443000', '152827.446000', '152827.448000', '152827.451000', '152827.454000', '152827.456000', '152827.459000', '152827.462000', '152827.464000', '152827.467000', '152827.470000', '152827.472000', '152827.475000', '152827.478000', '152827.480000', '152827.483000', '152827.486000', '152827.489000', '152827.491000', '152827.494000', '152827.497000', '152827.499000', '152827.502000', '152827.505000', '152827.507000', '152827.510000', '152827.513000', '152827.515000', '152827.518000', '152827.521000', '152827.523000', '152827.526000', '152827.528000', '152827.531000', '152827.534000', '152827.536000', '152827.539000', '152827.542000', '152827.544000', '152827.547000', '152827.550000', '152841.001000', '152841.004000', '152841.007000', '152841.010000', '152841.013000', '152841.015000', '152841.018000', '152841.021000', '152841.024000', '152841.026000', '152841.029000', '152841.032000', '152841.035000', '152841.038000', '152841.041000', '152841.043000', '152841.046000', '152841.052000', '152841.055000', '152841.057000', '152841.061000', '152841.063000', '152841.066000', '152841.076000', '152841.079000', '152841.105000', '152841.109000', '152841.111000', '152841.114000', '152841.117000'], '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': [12786, 9398, 11650, 10263, 8373, 12557, 9712, 8945, 10320, 8097, 12027, 9390, 8457, 9330, 8235, 7935, 7617, 8963, 8662, 7648, 7643, 9349, 7808, 8338, 7471, 7820, 7716, 7539, 8634, 7843, 7841, 9177, 7832, 8058, 9133, 7646, 8163, 9331, 8592, 8489, 8464, 9203, 8495, 9081, 7990, 8457, 9520, 7860, 8514, 9529, 7852, 8463, 9439, 7829, 9277, 9014, 8090, 7921, 8804, 8397, 7930, 8547, 8375, 8746, 8390, 8540, 9272, 8668, 8696, 9203, 8705, 8350, 8736, 8637, 8965, 7645, 8477, 9265, 7584, 8648, 9158, 7825, 8506, 9301, 7741, 8609, 8801, 10567, 8724, 8315, 9838, 8335, 8391, 10045, 8404, 8343, 11576, 8193, 8428, 8700, 8323, 8384, 8310, 8447, 8456, 10186, 8122, 8389, 8456, 8403, 8202, 7953, 8630, 7799, 10746, 8197, 8242, 8289, 8285, 8301, 8695, 8493, 7689, 9499, 8571, 7572, 7968, 9040, 7830, 8249, 9339, 7798, 8389, 9239, 7717, 8327, 9331, 7685, 8193, 9187, 7752, 8259, 9297, 7796, 8004, 8957, 7794, 8127, 8929, 7868, 7936, 9045, 8095, 9374, 8301, 8525, 9024, 8304, 8176, 8699, 8252, 9155, 7774, 8172, 9026, 7914, 7719, 8859, 7692, 8064, 8427, 8200, 8146, 8580, 8124, 8408, 8538, 8175, 9560, 8473, 8041, 7940, 8178, 8325, 9196, 8329, 9183, 7928, 7994, 8327, 7909, 8393, 8999, 7716, 10595, 8513, 7912, 8126, 8496, 7857, 8669, 8581, 8173, 8384, 8528, 8140, 8706, 8391, 8104, 8602, 8472, 8024, 9375, 9001, 7996, 10908, 8451, 8148, 7977, 8503, 7915, 8655, 8543, 8212, 8015, 8378, 8142, 9199, 8466, 8385, 10341, 8348, 8320, 10069, 8209, 8429, 11736, 8176, 8326, 9731, 8434, 8279, 10109, 8307, 8126, 9356, 8542, 8402, 8661, 8392, 9227, 8130, 8046, 8882, 8129, 8642, 8476, 8549, 10246, 8406, 8890, 8498, 8543, 9174, 9226, 8440, 8408, 10708, 8767, 8477, 8565, 8281, 9258, 7798, 8441, 9335, 7750, 8732, 8588, 8359, 9292, 8719, 8445, 9480, 8382, 8162, 9144, 8501, 8436, 9233, 8370, 8230, 9425, 8408, 8161, 9244, 8467, 8026, 9135, 8501, 8209, 10007, 8469, 8220, 9296, 8260, 8196, 9021, 8484, 8588, 8384, 8189, 9049, 8018, 8270, 9020, 7961, 10130, 8717, 8333, 8291, 8368, 8334, 8531, 8431, 8481, 10576, 8299, 7921, 8999, 8336, 8285, 8876, 8315, 8875, 8621, 8351, 8045, 9412, 8339, 8230, 9434, 8383, 8048, 8860, 8423, 8303, 8221, 8283, 9221, 8256, 8342, 9029, 8092, 8210, 9016, 8846, 8383, 8495, 8887, 7976, 8940, 8397, 7965, 8430, 9536, 8788, 8741, 8246, 7822, 8365, 9036, 8531, 8974, 7915, 7755, 8592, 8266, 7915, 8570, 7947, 10736, 7897, 8187, 8016, 7976, 8243, 8034, 8201, 7954, 10193, 8014, 8211, 7982, 8142, 8339, 8508, 8283, 7935, 9824, 8081, 8453, 11417, 7899, 8076, 8225, 7940, 8507, 8960, 8168, 7885, 10462, 8985, 8674, 7714, 8008, 8850, 8319, 7999, 7755, 10143, 8588, 7635, 8615, 7771, 8612, 8132, 7821, 7898, 8648, 7821, 8995, 7961, 9286, 7957, 8326, 8079, 7885, 8005, 8954, 8256, 7830, 11819, 7684, 8255, 8921, 7733, 8244, 9074, 7842, 8015, 9897, 8360, 8826, 8148, 8103, 9083, 7552, 7464, 10159, 8986, 8806, 8010, 7481, 8525, 7883, 7922, 8645, 8707, 8021, 7815, 8269, 7886, 8477, 7679, 7977, 8626, 8081, 7850, 8119, 8746, 8746, 8662, 8057, 7676, 8412, 8009, 7817, 8520, 9787, 8830, 7704, 10508, 8857, 8564, 7932, 7577, 8244, 8180, 7748, 7907, 8067, 8701, 8257, 8043, 11754, 7814, 8101, 8036, 7767, 8452, 7638, 8150, 8644, 8084, 8845, 7920, 8518, 8162, 7769, 7736, 7941, 10975, 10335, 9048, 12099, 8190, 8139, 8791, 7444, 8155, 9016, 7457, 7944, 10302, 8132, 8071, 11254, 8443, 8685, 8029, 7320, 8415, 8348, 7768, 8170, 9240, 7879, 7629, 7696, 8088, 7919, 7755, 7697, 9177, 7998, 7435, 10224, 8672, 7126, 10802, 10476, 8392, 7999, 7546, 7854, 8088, 7531, 8101, 7786, 7738, 7663, 8667, 7381, 8207, 8669, 7503, 8475, 9180, 7565, 8056, 8968, 8069, 7934, 9749, 7659, 8479, 8424, 7860, 8471, 7669, 8090, 8358, 7777, 7996, 8182, 7823, 8144, 8392, 8788, 7958, 8384, 8560, 8002, 8428, 9056, 8016, 8516, 8238, 7468, 8442, 8286, 7733, 8469, 7715, 7909, 8641, 9057, 9558, 8177, 8232, 7854, 8150, 8147, 8261, 8278, 7737, 8167, 8530, 8999, 9871, 8165, 8184, 7495, 8166, 8038, 7452, 8108, 8014, 7537, 8402, 7900, 8396, 8266, 8115, 7450, 8375, 7959, 7674, 8420, 8051, 7492, 8246, 8444, 7524, 8532, 7707, 7643, 8134, 9122, 9639, 8385, 8419, 7787, 8013, 8428, 8243, 7999, 8648, 9390, 8635, 8693, 8237, 7718, 8127, 8151, 11365, 7900, 8340, 8042, 7660, 8192, 9670, 7785, 8435, 10742, 9004, 8255, 10564, 7518, 8313, 9395, 7468, 8245, 10919, 7706, 8086, 11576, 7114, 8298, 8722, 7342, 8251, 7451, 7593, 8204, 8270, 7625, 8017, 8114, 7505, 8579, 8209, 7604, 8484, 8223, 7707, 8188, 8746, 7869, 8238, 8633, 7620, 8174, 7859, 9018, 8032, 8474, 7807, 7992, 8700, 8691, 7838, 8103, 8664, 7557, 8618, 8013, 7896, 8605, 7808, 7827, 8651, 8115, 7767, 8662, 8127, 7823, 8267, 8563, 7969, 8451, 8276, 7907, 8677, 8385, 8034, 8640, 8154, 7659, 8535, 7993, 7738, 8541, 8704, 7891, 8268, 8726, 7900, 8190, 8617, 8005, 8467, 8298, 7858, 8279, 8705, 8115, 8226, 8016, 7924, 8475, 7779, 7890, 8281, 8493, 7967, 8265, 8214, 8240, 8102, 8329, 8110, 8335, 8363, 7796, 8274, 8369, 7727, 8308, 7898, 7919, 8507, 8262, 7597, 8505, 7850, 8006, 8454, 8712, 11334, 9780, 8771, 7937, 7890, 8296, 7456, 8866, 8299, 8042, 8861, 8427, 8299, 8131, 8455, 9408, 10222, 8105, 8237, 9096, 9370, 8440, 12024, 9468, 8045, 11766, 8486, 9263, 9799, 7658, 12123, 9070, 7580, 9374, 7691, 8772, 7855, 7190, 8842, 7631, 8136, 8241, 7440, 7587, 8097, 7525, 7594, 8353, 7231, 7498, 8170, 7403, 8045, 8077, 7795, 7958, 8379, 7925, 7736, 8387, 8056, 7723, 8581, 10171, 7814, 8134, 7979, 7853, 8216, 8200, 7701, 8138, 8267, 7771, 7989, 8521, 9847, 7826, 8613, 8475, 7975, 8393, 8105, 7950, 8341, 8040, 7992, 8198, 8233, 9954, 7819, 8828, 8806, 8319, 8041, 8418, 8398, 8238, 8683, 8177, 8314, 8395, 7955, 8283, 8710, 8309, 8181, 8761, 8044, 8221, 8498, 10113, 7956, 8697, 8700, 8153, 8539, 8887, 8114, 8311, 9331, 7746, 8582, 10276, 8200, 8132, 8972, 8276, 8074, 8993, 8010, 8084, 9652, 8114, 8048, 9717, 8156, 8286, 8130, 8114, 8291, 8517, 8196, 8354, 8367, 7495, 8167, 8938, 7629, 8208, 8309, 7757, 8279, 8418, 9377, 8107, 8941, 8003, 8197, 8770, 7440, 8279, 8062, 7954, 8123, 8980, 8061, 8246, 8044, 7926, 8094, 8614, 8051, 8220, 8969, 7564, 7925, 9178, 7853, 8491, 8402, 7375, 8346, 8475, 7392, 8146, 8179, 8348, 8403, 8658, 7571, 8399, 8717, 7680, 8246, 8667, 7972, 8229, 8666, 9702, 8013, 8324, 8521, 7937, 8398, 8580, 8163, 8496, 8578, 7790, 8385, 8705, 8076, 8241, 8603, 9755, 8444, 8421, 10411, 8282, 8636, 10728, 8097, 8551, 9074, 7901, 8459, 8077, 7875, 8433, 8206, 7275, 8186, 8979, 9163, 7657, 8594, 8645, 7710, 8385, 8277, 7892, 8210, 8944, 8176, 8304, 8710, 7605, 8390, 8851, 7740, 8072, 8791, 7919, 8205, 9055, 9249, 7908, 8694, 8588, 7318, 8420, 8878, 7319, 8446, 8738, 8965, 8108, 8715, 9389, 7588, 8466, 9055, 7480, 8276, 10284, 8305, 7945, 8807, 8869, 7846, 9032, 7809, 8414, 8806, 8094, 8037, 8735, 11210, 8024, 8451, 9389, 8188, 8519, 9191, 8114, 8330, 9769, 8015, 8232, 8463, 7823, 8423, 10180, 8033, 8753, 8172, 7468, 8306, 8765, 7473, 8437, 8237, 7694, 8201, 8863, 7639, 8264, 9102, 7680, 8614, 9062, 7460, 8202, 8750, 7653, 8332, 8421, 7466, 8464, 8313, 7374, 8306, 8386, 8400, 7920, 8834, 8623, 7420, 8581, 8733, 7821, 8435, 8872, 9857, 7351, 8449, 8824, 7817, 8212, 8873, 9304, 7411, 8453, 8949, 7621, 8190, 8804, 9412, 7381, 8573, 8204, 7370, 8381, 8449, 7720, 8264, 10037, 10040, 10062, 8427, 10357, 10023, 8279, 8925, 7665, 8441, 8297, 7597, 8325, 7065, 8355, 7721, 8188, 8168, 7250, 8058, 10802, 9239, 8201, 11844, 9978, 8253, 11675, 8466, 8417, 10913, 7930, 8160, 7924, 8216, 8729, 7498, 8203, 8559, 7610, 7982, 8995, 7511, 8061, 9091, 7140, 8177, 9017, 7169, 8265, 8165, 7218, 8353, 8117, 7198, 8431, 8100, 7262, 8422, 8502, 7851, 8316, 8484, 7409, 8633, 8121, 7173, 8536, 8395, 8005, 8533, 8443, 7994, 8036, 8534, 8098, 8389, 8357, 8115, 8512, 8644, 8065, 8066, 8586, 8958, 7311, 8559, 9315, 7298, 8720, 8354, 7078], 'WindowCenter': [3944.0, 3898.0, 3903.0, 3880.0, 3856.0, 3886.0, 3853.0, 3841.0, 3850.0, 3829.0, 3859.0, 3837.0, 3825.0, 3836.0, 3827.0, 3826.0, 3827.0, 3838.0, 3837.0, 3828.0, 3828.0, 3849.0, 3829.0, 3840.0, 3829.0, 3840.0, 3841.0, 3841.0, 3853.0, 3843.0, 3853.0, 3865.0, 3844.0, 3855.0, 3866.0, 3855.0, 3867.0, 3878.0, 3867.0, 3868.0, 3868.0, 3878.0, 3869.0, 3880.0, 3869.0, 3869.0, 3890.0, 3869.0, 3881.0, 3892.0, 3870.0, 3881.0, 3892.0, 3870.0, 3891.0, 3880.0, 3870.0, 3869.0, 3880.0, 3870.0, 3870.0, 3881.0, 3870.0, 3881.0, 3881.0, 3881.0, 3891.0, 3880.0, 3881.0, 3891.0, 3882.0, 3882.0, 3881.0, 3882.0, 3893.0, 3872.0, 3881.0, 3894.0, 3872.0, 3883.0, 3893.0, 3872.0, 3882.0, 3892.0, 3871.0, 3881.0, 3893.0, 3903.0, 3882.0, 3881.0, 3891.0, 3881.0, 3870.0, 3890.0, 3881.0, 3870.0, 3901.0, 3869.0, 3869.0, 3879.0, 3869.0, 3869.0, 3880.0, 3881.0, 3869.0, 3891.0, 3870.0, 3870.0, 3868.0, 3869.0, 3870.0, 3870.0, 3881.0, 3870.0, 3901.0, 3868.0, 3869.0, 3869.0, 3870.0, 3869.0, 3880.0, 3881.0, 3859.0, 3890.0, 3881.0, 3869.0, 3869.0, 3879.0, 3869.0, 3880.0, 3891.0, 3870.0, 3880.0, 3892.0, 3871.0, 3882.0, 3893.0, 3871.0, 3882.0, 3894.0, 3872.0, 3894.0, 3893.0, 3872.0, 3871.0, 3892.0, 3869.0, 3870.0, 3881.0, 3870.0, 3870.0, 3893.0, 3882.0, 3893.0, 3881.0, 3881.0, 3881.0, 3881.0, 3881.0, 3881.0, 3881.0, 3881.0, 3870.0, 3870.0, 3893.0, 3870.0, 3869.0, 3880.0, 3870.0, 3870.0, 3881.0, 3881.0, 3870.0, 3881.0, 3870.0, 3880.0, 3881.0, 3879.0, 3891.0, 3870.0, 3870.0, 3870.0, 3881.0, 3881.0, 3893.0, 3881.0, 3891.0, 3870.0, 3870.0, 3870.0, 3870.0, 3870.0, 3881.0, 3870.0, 3891.0, 3880.0, 3870.0, 3869.0, 3880.0, 3870.0, 3880.0, 3881.0, 3881.0, 3881.0, 3881.0, 3870.0, 3881.0, 3871.0, 3870.0, 3869.0, 3870.0, 3869.0, 3880.0, 3881.0, 3869.0, 3890.0, 3869.0, 3868.0, 3868.0, 3869.0, 3869.0, 3869.0, 3880.0, 3869.0, 3858.0, 3869.0, 3869.0, 3879.0, 3868.0, 3868.0, 3888.0, 3868.0, 3868.0, 3877.0, 3868.0, 3857.0, 3887.0, 3856.0, 3856.0, 3866.0, 3866.0, 3866.0, 3877.0, 3856.0, 3857.0, 3867.0, 3868.0, 3869.0, 3868.0, 3868.0, 3879.0, 3868.0, 3868.0, 3879.0, 3869.0, 3879.0, 3869.0, 3869.0, 3889.0, 3868.0, 3879.0, 3868.0, 3868.0, 3879.0, 3878.0, 3868.0, 3868.0, 3889.0, 3867.0, 3868.0, 3867.0, 3867.0, 3878.0, 3857.0, 3868.0, 3879.0, 3858.0, 3869.0, 3879.0, 3869.0, 3879.0, 3880.0, 3870.0, 3879.0, 3869.0, 3869.0, 3878.0, 3868.0, 3869.0, 3878.0, 3869.0, 3869.0, 3878.0, 3868.0, 3867.0, 3878.0, 3868.0, 3868.0, 3879.0, 3868.0, 3868.0, 3879.0, 3868.0, 3868.0, 3879.0, 3868.0, 3868.0, 3868.0, 3879.0, 3880.0, 3869.0, 3869.0, 3879.0, 3868.0, 3869.0, 3879.0, 3869.0, 3889.0, 3868.0, 3868.0, 3868.0, 3868.0, 3868.0, 3868.0, 3869.0, 3869.0, 3890.0, 3868.0, 3869.0, 3878.0, 3869.0, 3869.0, 3879.0, 3869.0, 3880.0, 3868.0, 3869.0, 3869.0, 3879.0, 3869.0, 3868.0, 3878.0, 3868.0, 3858.0, 3878.0, 3868.0, 3869.0, 3868.0, 3868.0, 3879.0, 3869.0, 3869.0, 3880.0, 3869.0, 3868.0, 3879.0, 3879.0, 3869.0, 3869.0, 3879.0, 3857.0, 3879.0, 3867.0, 3868.0, 3868.0, 3878.0, 3868.0, 3867.0, 3856.0, 3855.0, 3867.0, 3867.0, 3866.0, 3867.0, 3856.0, 3856.0, 3866.0, 3856.0, 3856.0, 3868.0, 3857.0, 3888.0, 3857.0, 3867.0, 3856.0, 3857.0, 3866.0, 3857.0, 3868.0, 3857.0, 3877.0, 3857.0, 3867.0, 3856.0, 3856.0, 3856.0, 3866.0, 3867.0, 3857.0, 3878.0, 3857.0, 3856.0, 3887.0, 3855.0, 3856.0, 3855.0, 3856.0, 3867.0, 3867.0, 3868.0, 3868.0, 3888.0, 3867.0, 3866.0, 3856.0, 3856.0, 3868.0, 3867.0, 3858.0, 3858.0, 3889.0, 3868.0, 3857.0, 3866.0, 3845.0, 3867.0, 3856.0, 3856.0, 3856.0, 3866.0, 3858.0, 3879.0, 3857.0, 3867.0, 3856.0, 3856.0, 3855.0, 3857.0, 3857.0, 3868.0, 3868.0, 3856.0, 3888.0, 3856.0, 3856.0, 3866.0, 3856.0, 3856.0, 3866.0, 3856.0, 3855.0, 3866.0, 3855.0, 3854.0, 3843.0, 3843.0, 3853.0, 3842.0, 3844.0, 3875.0, 3854.0, 3854.0, 3843.0, 3843.0, 3865.0, 3854.0, 3855.0, 3866.0, 3866.0, 3856.0, 3856.0, 3856.0, 3855.0, 3867.0, 3856.0, 3857.0, 3868.0, 3857.0, 3858.0, 3869.0, 3869.0, 3868.0, 3868.0, 3856.0, 3857.0, 3868.0, 3857.0, 3857.0, 3867.0, 3877.0, 3867.0, 3846.0, 3877.0, 3867.0, 3856.0, 3855.0, 3843.0, 3855.0, 3855.0, 3845.0, 3856.0, 3856.0, 3867.0, 3857.0, 3856.0, 3887.0, 3845.0, 3856.0, 3855.0, 3856.0, 3868.0, 3857.0, 3869.0, 3870.0, 3870.0, 3868.0, 3857.0, 3868.0, 3868.0, 3858.0, 3858.0, 3857.0, 3889.0, 3879.0, 3867.0, 3887.0, 3856.0, 3845.0, 3854.0, 3844.0, 3844.0, 3854.0, 3845.0, 3855.0, 3876.0, 3856.0, 3845.0, 3875.0, 3844.0, 3854.0, 3844.0, 3844.0, 3855.0, 3854.0, 3845.0, 3855.0, 3865.0, 3845.0, 3844.0, 3844.0, 3844.0, 3843.0, 3843.0, 3843.0, 3853.0, 3843.0, 3832.0, 3864.0, 3854.0, 3833.0, 3863.0, 3863.0, 3842.0, 3841.0, 3831.0, 3843.0, 3842.0, 3843.0, 3844.0, 3844.0, 3844.0, 3845.0, 3855.0, 3845.0, 3856.0, 3854.0, 3845.0, 3855.0, 3865.0, 3845.0, 3845.0, 3867.0, 3857.0, 3856.0, 3865.0, 3845.0, 3855.0, 3855.0, 3856.0, 3856.0, 3856.0, 3857.0, 3868.0, 3858.0, 3869.0, 3870.0, 3871.0, 3870.0, 3870.0, 3880.0, 3869.0, 3869.0, 3869.0, 3870.0, 3882.0, 3881.0, 3870.0, 3870.0, 3870.0, 3859.0, 3869.0, 3868.0, 3859.0, 3870.0, 3859.0, 3870.0, 3881.0, 3880.0, 3879.0, 3869.0, 3868.0, 3857.0, 3858.0, 3857.0, 3868.0, 3868.0, 3858.0, 3870.0, 3869.0, 3868.0, 3878.0, 3856.0, 3855.0, 3845.0, 3856.0, 3856.0, 3846.0, 3857.0, 3856.0, 3857.0, 3869.0, 3858.0, 3857.0, 3857.0, 3856.0, 3845.0, 3857.0, 3857.0, 3858.0, 3869.0, 3858.0, 3858.0, 3868.0, 3868.0, 3857.0, 3868.0, 3857.0, 3858.0, 3869.0, 3879.0, 3878.0, 3867.0, 3858.0, 3857.0, 3858.0, 3868.0, 3869.0, 3870.0, 3869.0, 3881.0, 3881.0, 3870.0, 3869.0, 3858.0, 3869.0, 3858.0, 3889.0, 3857.0, 3868.0, 3857.0, 3858.0, 3857.0, 3877.0, 3857.0, 3857.0, 3888.0, 3867.0, 3855.0, 3875.0, 3833.0, 3854.0, 3854.0, 3833.0, 3843.0, 3874.0, 3844.0, 3842.0, 3873.0, 3821.0, 3842.0, 3841.0, 3831.0, 3842.0, 3832.0, 3843.0, 3855.0, 3855.0, 3845.0, 3855.0, 3855.0, 3845.0, 3866.0, 3856.0, 3856.0, 3868.0, 3857.0, 3857.0, 3868.0, 3867.0, 3857.0, 3868.0, 3867.0, 3858.0, 3869.0, 3857.0, 3868.0, 3857.0, 3856.0, 3855.0, 3857.0, 3867.0, 3868.0, 3858.0, 3857.0, 3867.0, 3846.0, 3867.0, 3857.0, 3857.0, 3868.0, 3858.0, 3858.0, 3869.0, 3858.0, 3858.0, 3869.0, 3858.0, 3858.0, 3869.0, 3880.0, 3869.0, 3869.0, 3868.0, 3869.0, 3880.0, 3869.0, 3870.0, 3880.0, 3870.0, 3859.0, 3880.0, 3869.0, 3859.0, 3870.0, 3869.0, 3870.0, 3869.0, 3869.0, 3869.0, 3870.0, 3877.0, 3870.0, 3870.0, 3869.0, 3870.0, 3870.0, 3870.0, 3870.0, 3870.0, 3869.0, 3869.0, 3870.0, 3870.0, 3870.0, 3871.0, 3881.0, 3871.0, 3871.0, 3881.0, 3871.0, 3872.0, 3871.0, 3871.0, 3881.0, 3882.0, 3872.0, 3882.0, 3870.0, 3871.0, 3871.0, 3870.0, 3870.0, 3870.0, 3869.0, 3859.0, 3869.0, 3869.0, 3870.0, 3882.0, 3882.0, 3903.0, 3891.0, 3869.0, 3859.0, 3858.0, 3857.0, 3846.0, 3867.0, 3856.0, 3858.0, 3867.0, 3869.0, 3857.0, 3857.0, 3857.0, 3866.0, 3876.0, 3845.0, 3844.0, 3854.0, 3854.0, 3842.0, 3873.0, 3849.0, 3829.0, 3859.0, 3827.0, 3837.0, 3836.0, 3815.0, 3845.0, 3825.0, 3803.0, 3824.0, 3803.0, 3824.0, 3813.0, 3805.0, 3837.0, 3816.0, 3827.0, 3838.0, 3817.0, 3831.0, 3841.0, 3831.0, 3843.0, 3852.0, 3833.0, 3833.0, 3854.0, 3845.0, 3855.0, 3844.0, 3843.0, 3844.0, 3854.0, 3854.0, 3845.0, 3855.0, 3855.0, 3857.0, 3867.0, 3877.0, 3846.0, 3856.0, 3855.0, 3856.0, 3857.0, 3856.0, 3857.0, 3857.0, 3857.0, 3857.0, 3858.0, 3868.0, 3878.0, 3857.0, 3867.0, 3856.0, 3857.0, 3868.0, 3857.0, 3858.0, 3868.0, 3857.0, 3858.0, 3869.0, 3868.0, 3878.0, 3857.0, 3867.0, 3867.0, 3856.0, 3858.0, 3857.0, 3868.0, 3868.0, 3869.0, 3869.0, 3869.0, 3868.0, 3855.0, 3869.0, 3868.0, 3868.0, 3869.0, 3869.0, 3869.0, 3870.0, 3869.0, 3879.0, 3858.0, 3868.0, 3868.0, 3858.0, 3869.0, 3879.0, 3859.0, 3869.0, 3878.0, 3859.0, 3870.0, 3889.0, 3869.0, 3858.0, 3867.0, 3857.0, 3857.0, 3866.0, 3857.0, 3857.0, 3878.0, 3857.0, 3856.0, 3867.0, 3855.0, 3856.0, 3855.0, 3856.0, 3856.0, 3867.0, 3868.0, 3868.0, 3868.0, 3847.0, 3868.0, 3868.0, 3858.0, 3868.0, 3869.0, 3858.0, 3869.0, 3858.0, 3868.0, 3858.0, 3867.0, 3856.0, 3856.0, 3867.0, 3846.0, 3868.0, 3857.0, 3857.0, 3858.0, 3867.0, 3857.0, 3856.0, 3856.0, 3856.0, 3857.0, 3866.0, 3857.0, 3857.0, 3867.0, 3857.0, 3857.0, 3867.0, 3857.0, 3867.0, 3856.0, 3846.0, 3857.0, 3856.0, 3846.0, 3858.0, 3857.0, 3857.0, 3857.0, 3867.0, 3846.0, 3855.0, 3856.0, 3845.0, 3868.0, 3868.0, 3857.0, 3858.0, 3868.0, 3879.0, 3858.0, 3868.0, 3868.0, 3858.0, 3869.0, 3869.0, 3870.0, 3870.0, 3870.0, 3859.0, 3869.0, 3869.0, 3858.0, 3869.0, 3868.0, 3879.0, 3856.0, 3857.0, 3878.0, 3858.0, 3867.0, 3877.0, 3856.0, 3857.0, 3866.0, 3856.0, 3856.0, 3856.0, 3855.0, 3856.0, 3856.0, 3846.0, 3857.0, 3867.0, 3867.0, 3846.0, 3867.0, 3866.0, 3856.0, 3858.0, 3857.0, 3858.0, 3869.0, 3868.0, 3857.0, 3857.0, 3856.0, 3845.0, 3857.0, 3867.0, 3846.0, 3859.0, 3870.0, 3858.0, 3858.0, 3868.0, 3868.0, 3857.0, 3868.0, 3867.0, 3846.0, 3858.0, 3868.0, 3846.0, 3858.0, 3869.0, 3869.0, 3858.0, 3867.0, 3866.0, 3846.0, 3856.0, 3866.0, 3846.0, 3857.0, 3876.0, 3856.0, 3845.0, 3855.0, 3866.0, 3845.0, 3855.0, 3845.0, 3856.0, 3866.0, 3856.0, 3857.0, 3857.0, 3888.0, 3857.0, 3855.0, 3855.0, 3844.0, 3854.0, 3865.0, 3844.0, 3843.0, 3864.0, 3844.0, 3843.0, 3843.0, 3844.0, 3843.0, 3862.0, 3843.0, 3843.0, 3841.0, 3832.0, 3843.0, 3854.0, 3834.0, 3855.0, 3855.0, 3845.0, 3855.0, 3855.0, 3844.0, 3855.0, 3865.0, 3845.0, 3867.0, 3865.0, 3846.0, 3856.0, 3856.0, 3846.0, 3857.0, 3856.0, 3846.0, 3857.0, 3856.0, 3846.0, 3858.0, 3857.0, 3857.0, 3857.0, 3868.0, 3867.0, 3847.0, 3868.0, 3868.0, 3858.0, 3869.0, 3869.0, 3880.0, 3859.0, 3869.0, 3869.0, 3859.0, 3870.0, 3869.0, 3880.0, 3859.0, 3870.0, 3869.0, 3859.0, 3870.0, 3869.0, 3878.0, 3849.0, 3869.0, 3858.0, 3848.0, 3859.0, 3858.0, 3848.0, 3859.0, 3878.0, 3878.0, 3880.0, 3858.0, 3878.0, 3866.0, 3856.0, 3856.0, 3844.0, 3844.0, 3855.0, 3844.0, 3843.0, 3834.0, 3857.0, 3856.0, 3857.0, 3856.0, 3847.0, 3856.0, 3875.0, 3855.0, 3842.0, 3873.0, 3852.0, 3829.0, 3860.0, 3828.0, 3827.0, 3846.0, 3816.0, 3814.0, 3814.0, 3815.0, 3825.0, 3805.0, 3827.0, 3827.0, 3828.0, 3830.0, 3839.0, 3818.0, 3828.0, 3838.0, 3818.0, 3840.0, 3852.0, 3832.0, 3841.0, 3842.0, 3832.0, 3843.0, 3843.0, 3833.0, 3855.0, 3856.0, 3845.0, 3856.0, 3856.0, 3845.0, 3856.0, 3856.0, 3844.0, 3857.0, 3845.0, 3835.0, 3856.0, 3856.0, 3856.0, 3867.0, 3868.0, 3857.0, 3858.0, 3868.0, 3857.0, 3858.0, 3857.0, 3858.0, 3868.0, 3868.0, 3857.0, 3858.0, 3868.0, 3868.0, 3859.0, 3869.0, 3880.0, 3860.0, 3881.0, 3869.0, 3849.0], 'WindowWidth': [8800.0, 8726.0, 8722.0, 8684.0, 8644.0, 8680.0, 8634.0, 8612.0, 8622.0, 8592.0, 8631.0, 8601.0, 8581.0, 8597.0, 8586.0, 8584.0, 8586.0, 8603.0, 8602.0, 8590.0, 8592.0, 8620.0, 8595.0, 8610.0, 8596.0, 8612.0, 8613.0, 8614.0, 8633.0, 8620.0, 8634.0, 8652.0, 8625.0, 8640.0, 8657.0, 8643.0, 8659.0, 8676.0, 8660.0, 8663.0, 8665.0, 8678.0, 8665.0, 8682.0, 8667.0, 8668.0, 8696.0, 8669.0, 8686.0, 8701.0, 8671.0, 8686.0, 8702.0, 8672.0, 8700.0, 8684.0, 8670.0, 8669.0, 8684.0, 8669.0, 8670.0, 8685.0, 8672.0, 8686.0, 8688.0, 8687.0, 8700.0, 8685.0, 8687.0, 8700.0, 8690.0, 8689.0, 8689.0, 8692.0, 8706.0, 8677.0, 8689.0, 8708.0, 8679.0, 8693.0, 8707.0, 8678.0, 8690.0, 8704.0, 8675.0, 8688.0, 8706.0, 8718.0, 8690.0, 8688.0, 8700.0, 8685.0, 8670.0, 8697.0, 8687.0, 8669.0, 8713.0, 8668.0, 8667.0, 8681.0, 8669.0, 8668.0, 8684.0, 8686.0, 8667.0, 8698.0, 8671.0, 8669.0, 8666.0, 8669.0, 8669.0, 8672.0, 8687.0, 8669.0, 8712.0, 8666.0, 8666.0, 8667.0, 8669.0, 8668.0, 8683.0, 8687.0, 8654.0, 8696.0, 8687.0, 8668.0, 8669.0, 8681.0, 8668.0, 8684.0, 8700.0, 8671.0, 8684.0, 8704.0, 8674.0, 8691.0, 8706.0, 8674.0, 8691.0, 8708.0, 8676.0, 8711.0, 8708.0, 8677.0, 8674.0, 8703.0, 8668.0, 8669.0, 8685.0, 8670.0, 8672.0, 8708.0, 8691.0, 8706.0, 8689.0, 8687.0, 8686.0, 8686.0, 8687.0, 8688.0, 8686.0, 8686.0, 8671.0, 8671.0, 8708.0, 8671.0, 8669.0, 8684.0, 8671.0, 8673.0, 8686.0, 8686.0, 8670.0, 8687.0, 8671.0, 8686.0, 8689.0, 8682.0, 8699.0, 8670.0, 8670.0, 8671.0, 8688.0, 8687.0, 8707.0, 8688.0, 8701.0, 8670.0, 8669.0, 8670.0, 8671.0, 8670.0, 8686.0, 8671.0, 8698.0, 8684.0, 8669.0, 8669.0, 8685.0, 8670.0, 8684.0, 8687.0, 8686.0, 8686.0, 8687.0, 8671.0, 8685.0, 8672.0, 8669.0, 8667.0, 8669.0, 8666.0, 8684.0, 8686.0, 8668.0, 8696.0, 8666.0, 8664.0, 8663.0, 8666.0, 8666.0, 8666.0, 8683.0, 8666.0, 8651.0, 8667.0, 8666.0, 8681.0, 8665.0, 8664.0, 8690.0, 8663.0, 8662.0, 8673.0, 8664.0, 8647.0, 8687.0, 8644.0, 8643.0, 8656.0, 8658.0, 8658.0, 8672.0, 8644.0, 8646.0, 8659.0, 8662.0, 8666.0, 8663.0, 8663.0, 8679.0, 8663.0, 8664.0, 8680.0, 8667.0, 8682.0, 8668.0, 8666.0, 8694.0, 8664.0, 8678.0, 8663.0, 8664.0, 8679.0, 8677.0, 8664.0, 8663.0, 8692.0, 8661.0, 8662.0, 8660.0, 8660.0, 8676.0, 8647.0, 8664.0, 8680.0, 8652.0, 8667.0, 8680.0, 8668.0, 8680.0, 8683.0, 8669.0, 8682.0, 8669.0, 8666.0, 8678.0, 8663.0, 8665.0, 8679.0, 8666.0, 8665.0, 8678.0, 8663.0, 8661.0, 8677.0, 8664.0, 8664.0, 8679.0, 8663.0, 8663.0, 8679.0, 8666.0, 8664.0, 8679.0, 8663.0, 8665.0, 8663.0, 8680.0, 8682.0, 8666.0, 8665.0, 8680.0, 8664.0, 8666.0, 8681.0, 8666.0, 8693.0, 8665.0, 8662.0, 8663.0, 8665.0, 8665.0, 8665.0, 8668.0, 8667.0, 8696.0, 8664.0, 8666.0, 8678.0, 8665.0, 8668.0, 8681.0, 8668.0, 8681.0, 8665.0, 8665.0, 8666.0, 8680.0, 8665.0, 8664.0, 8677.0, 8663.0, 8649.0, 8678.0, 8665.0, 8667.0, 8664.0, 8664.0, 8680.0, 8666.0, 8666.0, 8682.0, 8666.0, 8665.0, 8679.0, 8678.0, 8665.0, 8665.0, 8679.0, 8648.0, 8677.0, 8662.0, 8662.0, 8665.0, 8676.0, 8662.0, 8660.0, 8644.0, 8642.0, 8660.0, 8661.0, 8657.0, 8659.0, 8644.0, 8643.0, 8658.0, 8645.0, 8645.0, 8665.0, 8648.0, 8690.0, 8646.0, 8658.0, 8645.0, 8646.0, 8658.0, 8647.0, 8663.0, 8649.0, 8673.0, 8648.0, 8659.0, 8643.0, 8645.0, 8644.0, 8658.0, 8659.0, 8646.0, 8675.0, 8648.0, 8643.0, 8686.0, 8642.0, 8643.0, 8642.0, 8644.0, 8659.0, 8660.0, 8665.0, 8663.0, 8690.0, 8660.0, 8659.0, 8644.0, 8646.0, 8662.0, 8660.0, 8649.0, 8650.0, 8692.0, 8663.0, 8647.0, 8658.0, 8628.0, 8658.0, 8643.0, 8643.0, 8643.0, 8658.0, 8651.0, 8681.0, 8647.0, 8659.0, 8644.0, 8643.0, 8641.0, 8647.0, 8647.0, 8663.0, 8662.0, 8644.0, 8689.0, 8643.0, 8643.0, 8655.0, 8644.0, 8642.0, 8657.0, 8644.0, 8640.0, 8654.0, 8638.0, 8636.0, 8619.0, 8621.0, 8633.0, 8618.0, 8625.0, 8665.0, 8636.0, 8635.0, 8620.0, 8621.0, 8653.0, 8637.0, 8639.0, 8655.0, 8658.0, 8645.0, 8645.0, 8642.0, 8640.0, 8659.0, 8644.0, 8647.0, 8664.0, 8648.0, 8651.0, 8667.0, 8665.0, 8664.0, 8662.0, 8645.0, 8646.0, 8662.0, 8645.0, 8645.0, 8660.0, 8671.0, 8657.0, 8629.0, 8674.0, 8658.0, 8643.0, 8639.0, 8622.0, 8639.0, 8638.0, 8627.0, 8644.0, 8643.0, 8660.0, 8646.0, 8644.0, 8685.0, 8628.0, 8643.0, 8641.0, 8644.0, 8661.0, 8646.0, 8668.0, 8668.0, 8670.0, 8663.0, 8648.0, 8663.0, 8664.0, 8649.0, 8649.0, 8646.0, 8691.0, 8677.0, 8658.0, 8685.0, 8641.0, 8625.0, 8637.0, 8623.0, 8624.0, 8635.0, 8624.0, 8638.0, 8668.0, 8641.0, 8625.0, 8664.0, 8621.0, 8636.0, 8623.0, 8624.0, 8640.0, 8636.0, 8625.0, 8636.0, 8651.0, 8623.0, 8621.0, 8621.0, 8622.0, 8619.0, 8619.0, 8619.0, 8631.0, 8618.0, 8604.0, 8646.0, 8634.0, 8605.0, 8645.0, 8642.0, 8615.0, 8613.0, 8600.0, 8619.0, 8617.0, 8620.0, 8622.0, 8621.0, 8623.0, 8624.0, 8639.0, 8625.0, 8640.0, 8636.0, 8625.0, 8638.0, 8652.0, 8627.0, 8625.0, 8658.0, 8644.0, 8640.0, 8653.0, 8625.0, 8639.0, 8639.0, 8644.0, 8643.0, 8643.0, 8647.0, 8661.0, 8648.0, 8665.0, 8670.0, 8672.0, 8669.0, 8667.0, 8683.0, 8667.0, 8667.0, 8667.0, 8669.0, 8690.0, 8684.0, 8668.0, 8668.0, 8668.0, 8651.0, 8666.0, 8663.0, 8652.0, 8667.0, 8652.0, 8670.0, 8683.0, 8681.0, 8678.0, 8666.0, 8661.0, 8646.0, 8648.0, 8646.0, 8661.0, 8663.0, 8650.0, 8668.0, 8665.0, 8661.0, 8675.0, 8642.0, 8639.0, 8626.0, 8642.0, 8641.0, 8629.0, 8645.0, 8643.0, 8646.0, 8667.0, 8649.0, 8647.0, 8645.0, 8641.0, 8628.0, 8646.0, 8647.0, 8650.0, 8666.0, 8649.0, 8648.0, 8663.0, 8663.0, 8648.0, 8662.0, 8646.0, 8650.0, 8665.0, 8678.0, 8677.0, 8661.0, 8648.0, 8646.0, 8650.0, 8664.0, 8665.0, 8671.0, 8667.0, 8686.0, 8685.0, 8668.0, 8665.0, 8649.0, 8666.0, 8649.0, 8691.0, 8647.0, 8661.0, 8647.0, 8648.0, 8647.0, 8672.0, 8646.0, 8644.0, 8688.0, 8657.0, 8638.0, 8662.0, 8607.0, 8634.0, 8634.0, 8608.0, 8619.0, 8662.0, 8623.0, 8616.0, 8658.0, 8586.0, 8616.0, 8613.0, 8602.0, 8618.0, 8604.0, 8622.0, 8640.0, 8639.0, 8626.0, 8641.0, 8640.0, 8626.0, 8656.0, 8642.0, 8644.0, 8661.0, 8645.0, 8646.0, 8661.0, 8659.0, 8647.0, 8662.0, 8660.0, 8649.0, 8667.0, 8647.0, 8660.0, 8646.0, 8644.0, 8641.0, 8646.0, 8659.0, 8662.0, 8649.0, 8646.0, 8660.0, 8630.0, 8660.0, 8645.0, 8646.0, 8663.0, 8649.0, 8651.0, 8666.0, 8649.0, 8650.0, 8666.0, 8649.0, 8650.0, 8666.0, 8681.0, 8666.0, 8667.0, 8663.0, 8664.0, 8682.0, 8666.0, 8669.0, 8684.0, 8669.0, 8654.0, 8683.0, 8667.0, 8653.0, 8668.0, 8668.0, 8668.0, 8667.0, 8667.0, 8667.0, 8670.0, 8677.0, 8670.0, 8669.0, 8667.0, 8668.0, 8668.0, 8669.0, 8668.0, 8668.0, 8666.0, 8667.0, 8669.0, 8671.0, 8671.0, 8674.0, 8686.0, 8672.0, 8673.0, 8687.0, 8674.0, 8676.0, 8673.0, 8673.0, 8687.0, 8690.0, 8675.0, 8690.0, 8671.0, 8672.0, 8672.0, 8668.0, 8669.0, 8668.0, 8667.0, 8651.0, 8666.0, 8666.0, 8668.0, 8688.0, 8689.0, 8718.0, 8697.0, 8664.0, 8651.0, 8649.0, 8645.0, 8629.0, 8659.0, 8642.0, 8650.0, 8659.0, 8666.0, 8646.0, 8646.0, 8647.0, 8657.0, 8668.0, 8624.0, 8620.0, 8633.0, 8634.0, 8616.0, 8656.0, 8621.0, 8591.0, 8631.0, 8586.0, 8597.0, 8594.0, 8564.0, 8605.0, 8578.0, 8547.0, 8574.0, 8548.0, 8575.0, 8561.0, 8554.0, 8599.0, 8570.0, 8587.0, 8603.0, 8575.0, 8599.0, 8613.0, 8601.0, 8619.0, 8630.0, 8605.0, 8607.0, 8634.0, 8625.0, 8640.0, 8621.0, 8620.0, 8622.0, 8636.0, 8637.0, 8627.0, 8639.0, 8640.0, 8644.0, 8658.0, 8670.0, 8628.0, 8642.0, 8640.0, 8641.0, 8645.0, 8643.0, 8644.0, 8646.0, 8645.0, 8645.0, 8650.0, 8661.0, 8674.0, 8645.0, 8659.0, 8643.0, 8645.0, 8661.0, 8647.0, 8648.0, 8663.0, 8647.0, 8649.0, 8665.0, 8661.0, 8673.0, 8644.0, 8657.0, 8657.0, 8645.0, 8649.0, 8648.0, 8663.0, 8663.0, 8665.0, 8665.0, 8664.0, 8662.0, 8643.0, 8665.0, 8664.0, 8663.0, 8666.0, 8665.0, 8665.0, 8668.0, 8665.0, 8678.0, 8650.0, 8663.0, 8661.0, 8649.0, 8665.0, 8678.0, 8651.0, 8666.0, 8677.0, 8652.0, 8667.0, 8694.0, 8663.0, 8647.0, 8659.0, 8644.0, 8645.0, 8656.0, 8646.0, 8646.0, 8675.0, 8644.0, 8643.0, 8657.0, 8640.0, 8642.0, 8640.0, 8641.0, 8643.0, 8659.0, 8661.0, 8661.0, 8661.0, 8633.0, 8663.0, 8662.0, 8648.0, 8662.0, 8664.0, 8649.0, 8665.0, 8648.0, 8662.0, 8649.0, 8658.0, 8642.0, 8644.0, 8657.0, 8630.0, 8661.0, 8644.0, 8647.0, 8649.0, 8659.0, 8644.0, 8643.0, 8641.0, 8642.0, 8645.0, 8657.0, 8644.0, 8645.0, 8658.0, 8645.0, 8645.0, 8660.0, 8644.0, 8658.0, 8642.0, 8629.0, 8645.0, 8643.0, 8629.0, 8649.0, 8647.0, 8646.0, 8646.0, 8657.0, 8629.0, 8640.0, 8643.0, 8629.0, 8662.0, 8662.0, 8645.0, 8648.0, 8660.0, 8677.0, 8648.0, 8661.0, 8661.0, 8650.0, 8666.0, 8667.0, 8667.0, 8668.0, 8668.0, 8652.0, 8666.0, 8665.0, 8651.0, 8666.0, 8662.0, 8677.0, 8645.0, 8644.0, 8673.0, 8648.0, 8657.0, 8671.0, 8643.0, 8644.0, 8655.0, 8641.0, 8643.0, 8641.0, 8640.0, 8642.0, 8641.0, 8631.0, 8647.0, 8657.0, 8657.0, 8630.0, 8657.0, 8655.0, 8644.0, 8647.0, 8645.0, 8647.0, 8664.0, 8661.0, 8645.0, 8644.0, 8641.0, 8627.0, 8644.0, 8657.0, 8631.0, 8653.0, 8669.0, 8648.0, 8649.0, 8661.0, 8664.0, 8646.0, 8661.0, 8660.0, 8631.0, 8648.0, 8660.0, 8631.0, 8649.0, 8664.0, 8664.0, 8647.0, 8659.0, 8656.0, 8631.0, 8643.0, 8656.0, 8629.0, 8645.0, 8668.0, 8641.0, 8625.0, 8639.0, 8654.0, 8627.0, 8639.0, 8625.0, 8643.0, 8655.0, 8642.0, 8646.0, 8644.0, 8685.0, 8644.0, 8638.0, 8637.0, 8623.0, 8635.0, 8650.0, 8623.0, 8620.0, 8648.0, 8621.0, 8617.0, 8618.0, 8621.0, 8617.0, 8642.0, 8618.0, 8617.0, 8613.0, 8604.0, 8620.0, 8634.0, 8609.0, 8640.0, 8639.0, 8626.0, 8639.0, 8637.0, 8624.0, 8639.0, 8653.0, 8627.0, 8658.0, 8652.0, 8630.0, 8643.0, 8641.0, 8629.0, 8644.0, 8642.0, 8628.0, 8645.0, 8642.0, 8630.0, 8648.0, 8646.0, 8644.0, 8645.0, 8660.0, 8659.0, 8633.0, 8662.0, 8661.0, 8649.0, 8665.0, 8664.0, 8680.0, 8652.0, 8667.0, 8665.0, 8653.0, 8667.0, 8666.0, 8682.0, 8654.0, 8668.0, 8664.0, 8653.0, 8668.0, 8665.0, 8677.0, 8639.0, 8666.0, 8648.0, 8635.0, 8651.0, 8648.0, 8636.0, 8650.0, 8675.0, 8675.0, 8680.0, 8648.0, 8673.0, 8654.0, 8643.0, 8639.0, 8623.0, 8622.0, 8636.0, 8622.0, 8619.0, 8610.0, 8645.0, 8643.0, 8646.0, 8642.0, 8633.0, 8640.0, 8664.0, 8636.0, 8614.0, 8655.0, 8625.0, 8591.0, 8631.0, 8588.0, 8585.0, 8608.0, 8568.0, 8563.0, 8561.0, 8566.0, 8579.0, 8554.0, 8586.0, 8587.0, 8590.0, 8595.0, 8605.0, 8575.0, 8590.0, 8602.0, 8577.0, 8608.0, 8627.0, 8602.0, 8614.0, 8617.0, 8602.0, 8619.0, 8618.0, 8606.0, 8637.0, 8641.0, 8627.0, 8643.0, 8640.0, 8625.0, 8642.0, 8640.0, 8624.0, 8644.0, 8626.0, 8614.0, 8643.0, 8642.0, 8642.0, 8659.0, 8660.0, 8646.0, 8648.0, 8661.0, 8646.0, 8648.0, 8646.0, 8647.0, 8661.0, 8661.0, 8647.0, 8648.0, 8662.0, 8661.0, 8651.0, 8667.0, 8683.0, 8655.0, 8683.0, 8665.0, 8639.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.003472003154574133</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027909977523659306</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.01535285749801</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1825361923599065</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0129273411838975</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4486</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6730.9766</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.056414023510378726</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8675078864353313</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.478200450751585</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.386073215838854</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7256948441052797</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.322833292310621</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0153647</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017013026401400566</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021375827491283417</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1268</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.7153622751896522</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>33.5013</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.8523</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.6689</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308955.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>705.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.827</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8966</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.3834</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3103.0308</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3329.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67589.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>890.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4076.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>896.0029</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.51554808020592</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> |