=== 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-0026 --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-0026",
"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-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-04/func/sub-0026_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>df482fcc9796bc33da6125618e62f8d3</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>10:29:41.940000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.97508, 0.00239905, 0.221841, -0.0194035, 0.997032, 0.0745037]</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.0947789</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>[4176, -7758, -7283, 661, 43, -157, 50, 56]</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>260.362</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>938d87a4-83fb-4cab-969c-e379686da8df||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.616067886352539, -0.05205811187624931, 0.5967115759849548, 99.40826416015625], [-0.006436479277908802, 2.6749637126922607, 0.20776917040348053, -97.99113464355469], [0.5951844453811646, -0.1998879611492157, 2.6250269412994385, -80.4995346069336], [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': ['102941.940000', '102942.400000', '102942.860000', '102943.320000', '102943.780000', '102944.240000', '102944.700000', '102945.160000', '102945.620000', '102946.080000', '102946.540000', '102947.000000', '102947.460000', '102947.920000', '102948.380000', '102948.840000', '102949.300000', '102949.760000', '102950.220000', '102950.680000', '102951.140000', '102951.600000', '102952.060000', '102952.520000', '102952.980000', '102953.440000', '102953.900000', '102954.360000', '102954.820000', '102955.280000', '102955.740000', '102956.200000', '102956.660000', '102957.120000', '102957.580000', '102958.040000', '102958.500000', '102958.960000', '102959.420000', '102959.880000', '103000.340000', '103000.800000', '103001.260000', '103001.720000', '103002.180000', '103002.640000', '103003.100000', '103003.560000', '103004.020000', '103004.480000', '103004.940000', '103005.400000', '103005.860000', '103006.320000', '103006.780000', '103007.240000', '103007.700000', '103008.160000', '103008.620000', '103009.080000', '103009.540000', '103010.000000', '103010.460000', '103010.920000', '103011.380000', '103011.840000', '103012.300000', '103012.760000', '103013.220000', '103013.680000', '103014.140000', '103014.600000', '103015.060000', '103015.520000', '103015.980000', '103016.440000', '103016.900000', '103017.360000', '103017.820000', '103018.280000', '103018.740000', '103019.200000', '103019.660000', '103020.120000', '103020.580000', '103021.040000', '103021.500000', '103021.960000', '103022.420000', '103022.880000', '103023.340000', '103023.800000', '103024.260000', '103024.720000', '103025.180000', '103025.640000', '103026.100000', '103026.560000', '103027.020000', '103027.480000', '103027.940000', '103028.400000', '103028.860000', '103029.320000', '103029.780000', '103030.240000', '103030.700000', '103031.160000', '103031.620000', '103032.080000', '103032.540000', '103033.000000', '103033.460000', '103033.920000', '103034.380000', '103034.840000', '103035.300000', '103035.760000', '103036.220000', '103036.680000', '103037.140000', '103037.600000', '103038.060000', '103038.520000', '103038.980000', '103039.440000', '103039.900000', '103040.360000', '103040.820000', '103041.280000', '103041.740000', '103042.200000', '103042.660000', '103043.120000', '103043.580000', '103044.040000', '103044.500000', '103044.960000', '103045.420000', '103045.880000', '103046.340000', '103046.800000', '103047.260000', '103047.720000', '103048.180000', '103048.640000', '103049.100000', '103049.560000', '103050.020000', '103050.480000', '103050.940000', '103051.400000', '103051.860000', '103052.320000', '103052.780000', '103053.240000', '103053.700000', '103054.160000', '103054.620000', '103055.080000', '103055.540000', '103056.000000', '103056.460000', '103056.920000', '103057.380000', '103057.840000', '103058.300000', '103058.760000', '103059.220000', '103059.680000', '103100.140000', '103100.600000', '103101.060000', '103101.520000', '103101.980000', '103102.440000', '103102.900000', '103103.360000', '103103.820000', '103104.280000', '103104.740000', '103105.200000', '103105.660000', '103106.120000', '103106.580000', '103107.040000', '103107.500000', '103107.960000', '103108.420000', '103108.880000', '103109.340000', '103109.800000', '103110.260000', '103110.720000', '103111.180000', '103111.640000', '103112.100000', '103112.560000', '103113.020000', '103113.480000', '103113.940000', '103114.400000', '103114.860000', '103115.320000', '103115.780000', '103116.240000', '103116.700000', '103117.160000', '103117.620000', '103118.080000', '103118.540000', '103119.000000', '103119.460000', '103119.920000', '103120.380000', '103120.840000', '103121.300000', '103121.760000', '103122.220000', '103122.680000', '103123.140000', '103123.600000', '103124.060000', '103124.520000', '103124.980000', '103125.440000', '103125.900000', '103126.360000', '103126.820000', '103127.280000', '103127.740000', '103128.200000', '103128.660000', '103129.120000', '103129.580000', '103130.040000', '103130.500000', '103130.960000', '103131.420000', '103131.880000', '103132.340000', '103132.800000', '103133.260000', '103133.720000', '103134.180000', '103134.640000', '103135.100000', '103135.560000', '103136.020000', '103136.480000', '103136.940000', '103137.400000', '103137.860000', '103138.320000', '103138.780000', '103139.240000', '103139.700000', '103140.160000', '103140.620000', '103141.080000', '103141.540000', '103142.000000', '103142.460000', '103142.920000', '103143.380000', '103143.840000', '103144.300000', '103144.760000', '103145.220000', '103145.680000', '103146.140000', '103146.600000', '103147.060000', '103147.520000', '103147.980000', '103148.440000', '103148.900000', '103149.360000', '103149.820000', '103150.280000', '103150.740000', '103151.200000', '103151.660000', '103152.120000', '103152.580000', '103153.040000', '103153.500000', '103153.960000', '103154.420000', '103154.880000', '103155.340000', '103155.800000', '103156.260000', '103156.720000', '103157.180000', '103157.640000', '103158.100000', '103158.560000', '103159.020000', '103159.480000', '103159.940000', '103200.400000', '103200.860000', '103201.320000', '103201.780000', '103202.240000', '103202.700000', '103203.160000', '103203.620000', '103204.080000', '103204.540000', '103205.000000', '103205.460000', '103205.920000', '103206.380000', '103206.840000', '103207.300000', '103207.760000', '103208.220000', '103208.680000', '103209.140000', '103209.600000', '103210.060000', '103210.520000', '103210.980000', '103211.440000', '103211.900000', '103212.360000', '103212.820000', '103213.280000', '103213.740000', '103214.200000', '103214.660000', '103215.120000', '103215.580000', '103216.040000', '103216.500000', '103216.960000', '103217.420000', '103217.880000', '103218.340000', '103218.800000', '103219.260000', '103219.720000', '103220.180000', '103220.640000', '103221.100000', '103221.560000', '103222.020000', '103222.480000', '103222.940000', '103223.400000', '103223.860000', '103224.320000', '103224.780000', '103225.240000', '103225.700000', '103226.160000', '103226.620000', '103227.080000', '103227.540000', '103228.000000', '103228.460000', '103228.920000', '103229.380000', '103229.840000', '103230.300000', '103230.760000', '103231.220000', '103231.680000', '103232.140000', '103232.600000', '103233.060000', '103233.520000', '103233.980000', '103234.440000', '103234.900000', '103235.360000', '103235.820000', '103236.280000', '103236.740000', '103237.200000', '103237.660000', '103238.120000', '103238.580000', '103239.040000', '103239.500000', '103239.960000', '103240.420000', '103240.880000', '103241.340000', '103241.800000', '103242.260000', '103242.720000', '103243.180000', '103243.640000', '103244.100000', '103244.560000', '103245.020000', '103245.480000', '103245.940000', '103246.400000', '103246.860000', '103247.320000', '103247.780000', '103248.240000', '103248.700000', '103249.160000', '103249.620000', '103250.080000', '103250.540000', '103251.000000', '103251.460000', '103251.920000', '103252.380000', '103252.840000', '103253.300000', '103253.760000', '103254.220000', '103254.680000', '103255.140000', '103255.600000', '103256.060000', '103256.520000', '103256.980000', '103257.440000', '103257.900000', '103258.360000', '103258.820000', '103259.280000', '103259.740000', '103300.200000', '103300.660000', '103301.120000', '103301.580000', '103302.040000', '103302.500000', '103302.960000', '103303.420000', '103303.880000', '103304.340000', '103304.800000', '103305.260000', '103305.720000', '103306.180000', '103306.640000', '103307.100000', '103307.560000', '103308.020000', '103308.480000', '103308.940000', '103309.400000', '103309.860000', '103310.320000', '103310.780000', '103311.240000', '103311.700000', '103312.160000', '103312.620000', '103313.080000', '103313.540000', '103314.000000', '103314.460000', '103314.920000', '103315.380000', '103315.840000', '103316.300000', '103316.760000', '103317.220000', '103317.680000', '103318.140000', '103318.600000', '103319.060000', '103319.520000', '103319.980000', '103320.440000', '103320.900000', '103321.360000', '103321.820000', '103322.280000', '103322.740000', '103323.200000', '103323.660000', '103324.120000', '103324.580000', '103325.040000', '103325.500000', '103325.960000', '103326.420000', '103326.880000', '103327.340000', '103327.800000', '103328.260000', '103328.720000', '103329.180000', '103329.640000', '103330.100000', '103330.560000', '103331.020000', '103331.480000', '103331.940000', '103332.400000', '103332.860000', '103333.320000', '103333.780000', '103334.240000', '103334.700000', '103335.160000', '103335.620000', '103336.080000', '103336.540000', '103337.000000', '103337.460000', '103337.920000', '103338.380000', '103338.840000', '103339.300000', '103339.760000', '103340.220000', '103340.680000', '103341.140000', '103341.600000', '103342.060000', '103342.520000', '103342.980000', '103343.440000', '103343.900000', '103344.360000', '103344.820000', '103345.280000', '103345.740000', '103346.200000', '103346.660000', '103347.120000', '103347.580000', '103348.040000', '103348.500000', '103348.960000', '103349.420000', '103349.880000', '103350.340000', '103350.800000', '103351.260000', '103351.720000', '103352.180000', '103352.640000', '103353.100000', '103353.560000', '103354.020000', '103354.480000', '103354.940000', '103355.400000', '103355.860000', '103356.320000', '103356.780000', '103357.240000', '103357.700000', '103358.160000', '103358.620000', '103359.080000', '103359.540000', '103400.000000', '103400.460000', '103400.920000', '103401.380000', '103401.840000', '103402.300000', '103402.760000', '103403.220000', '103403.680000', '103404.140000', '103404.600000', '103405.060000', '103405.520000', '103405.980000', '103406.440000', '103406.900000', '103407.360000', '103407.820000', '103408.280000', '103408.740000', '103409.200000', '103409.660000', '103410.120000', '103410.580000', '103411.040000', '103411.500000', '103411.960000', '103412.420000', '103412.880000', '103413.340000', '103413.800000', '103414.260000', '103414.720000', '103415.180000', '103415.640000', '103416.100000', '103416.560000', '103417.020000', '103417.480000', '103417.940000', '103418.400000', '103418.860000', '103419.320000', '103419.780000', '103420.240000', '103420.700000', '103421.160000', '103421.620000', '103422.080000', '103422.540000', '103423.000000', '103423.460000', '103423.920000', '103424.380000', '103424.840000', '103425.300000', '103425.760000', '103426.220000', '103426.680000', '103427.140000', '103427.600000', '103428.060000', '103428.520000', '103428.980000', '103429.440000', '103429.900000', '103430.360000', '103430.820000', '103431.280000', '103431.740000', '103432.200000', '103432.660000', '103433.120000', '103433.580000', '103434.040000', '103434.500000', '103434.960000', '103435.420000', '103435.880000', '103436.340000', '103436.800000', '103437.260000', '103437.720000', '103438.180000', '103438.640000', '103439.100000', '103439.560000', '103440.020000', '103440.480000', '103440.940000', '103441.400000', '103441.860000', '103442.320000', '103442.780000', '103443.240000', '103443.700000', '103444.160000', '103444.620000', '103445.080000', '103445.540000', '103446.000000', '103446.460000', '103446.920000', '103447.380000', '103447.840000', '103448.300000', '103448.760000', '103449.220000', '103449.680000', '103450.140000', '103450.600000', '103451.060000', '103451.520000', '103451.980000', '103452.440000', '103452.900000', '103453.360000', '103453.820000', '103454.280000', '103454.740000', '103455.200000', '103455.660000', '103456.120000', '103456.580000', '103457.040000', '103457.500000', '103457.960000', '103458.420000', '103458.880000', '103459.340000', '103459.800000', '103500.260000', '103500.720000', '103501.180000', '103501.640000', '103502.100000', '103502.560000', '103503.020000', '103503.480000', '103503.940000', '103504.400000', '103504.860000', '103505.320000', '103505.780000', '103506.240000', '103506.700000', '103507.160000', '103507.620000', '103508.080000', '103508.540000', '103509.000000', '103509.460000', '103509.920000', '103510.380000', '103510.840000', '103511.300000', '103511.760000', '103512.220000', '103512.680000', '103513.140000', '103513.600000', '103514.060000', '103514.520000', '103514.980000', '103515.440000', '103515.900000', '103516.360000', '103516.820000', '103517.280000', '103517.740000', '103518.200000', '103518.660000', '103519.120000', '103519.580000', '103520.040000', '103520.500000', '103520.960000', '103521.420000', '103521.880000', '103522.340000', '103522.800000', '103523.260000', '103523.720000', '103524.180000', '103524.640000', '103525.100000', '103525.560000', '103526.020000', '103526.480000', '103526.940000', '103527.400000', '103527.860000', '103528.320000', '103528.780000', '103529.240000', '103529.700000', '103530.160000', '103530.620000', '103531.080000', '103531.540000', '103532.000000', '103532.460000', '103532.920000', '103533.380000', '103533.840000', '103534.300000', '103534.760000', '103535.220000', '103535.680000', '103536.140000', '103536.600000', '103537.060000', '103537.520000', '103537.980000', '103538.440000', '103538.900000', '103539.360000', '103539.820000', '103540.280000', '103540.740000', '103541.200000', '103541.660000', '103542.120000', '103542.580000', '103543.040000', '103543.500000', '103543.960000', '103544.420000', '103544.880000', '103545.340000', '103545.800000', '103546.260000', '103546.720000', '103547.180000', '103547.640000', '103548.100000', '103548.560000', '103549.020000', '103549.480000', '103549.940000', '103550.400000', '103550.860000', '103551.320000', '103551.780000', '103552.240000', '103552.700000', '103553.160000', '103553.620000', '103554.080000', '103554.540000', '103555.000000', '103555.460000', '103555.920000', '103556.380000', '103556.840000', '103557.300000', '103557.760000', '103558.220000', '103558.680000', '103559.140000', '103559.600000', '103600.060000', '103600.520000', '103600.980000', '103601.440000', '103601.900000', '103602.360000', '103602.820000', '103603.280000', '103603.740000', '103604.200000', '103604.660000', '103605.120000', '103605.580000', '103606.040000', '103606.500000', '103606.960000', '103607.420000', '103607.880000', '103608.340000', '103608.800000', '103609.260000', '103609.720000', '103610.180000', '103610.640000', '103611.100000', '103611.560000', '103612.020000', '103612.480000', '103612.940000', '103613.400000', '103613.860000', '103614.320000', '103614.780000', '103615.240000', '103615.700000', '103616.160000', '103616.620000', '103617.080000', '103617.540000', '103618.000000', '103618.460000', '103618.920000', '103619.380000', '103619.840000', '103620.300000', '103620.760000', '103621.220000', '103621.680000', '103622.140000', '103622.600000', '103623.060000', '103623.520000', '103623.980000', '103624.440000', '103624.900000', '103625.360000', '103625.820000', '103626.280000', '103626.740000', '103627.200000', '103627.660000', '103628.120000', '103628.580000', '103629.040000', '103629.500000', '103629.960000', '103630.420000', '103630.880000', '103631.340000', '103631.800000', '103632.260000', '103632.720000', '103633.180000', '103633.640000', '103634.100000', '103634.560000', '103635.020000', '103635.480000', '103635.940000', '103636.400000', '103636.860000', '103637.320000', '103637.780000', '103638.240000', '103638.700000', '103639.160000', '103639.620000', '103640.080000', '103640.540000', '103641.000000', '103641.460000', '103641.920000', '103642.380000', '103642.840000', '103643.300000', '103643.760000', '103644.220000', '103644.680000', '103645.140000', '103645.600000', '103646.060000', '103646.520000', '103646.980000', '103647.440000', '103647.900000', '103648.360000', '103648.820000', '103649.280000', '103649.740000', '103650.200000', '103650.660000', '103651.120000', '103651.580000', '103652.040000', '103652.500000', '103652.960000', '103653.420000', '103653.880000', '103654.340000', '103654.800000', '103655.260000', '103655.720000', '103656.180000', '103656.640000', '103657.100000', '103657.560000', '103658.020000', '103658.480000', '103658.940000', '103659.400000', '103659.860000', '103700.320000', '103700.780000', '103701.240000', '103701.700000', '103702.160000', '103702.620000', '103703.080000', '103703.540000', '103704.000000', '103704.460000', '103704.920000', '103705.380000', '103705.840000', '103706.300000', '103706.760000', '103707.220000', '103707.680000', '103708.140000', '103708.600000', '103709.060000', '103709.520000', '103709.980000', '103710.440000', '103710.900000', '103711.360000', '103711.820000', '103712.280000', '103712.740000', '103713.200000', '103713.660000', '103714.120000', '103714.580000', '103715.040000', '103715.500000', '103715.960000', '103716.420000', '103716.880000', '103717.340000', '103717.800000', '103718.260000', '103718.720000', '103719.180000', '103719.640000', '103720.100000', '103720.560000', '103721.020000', '103721.480000', '103721.940000', '103722.400000', '103722.860000', '103723.320000', '103723.780000', '103724.240000', '103724.700000', '103725.160000', '103725.620000', '103726.080000', '103726.540000', '103727.000000', '103727.460000', '103727.920000', '103728.380000', '103728.840000', '103729.300000', '103729.760000', '103730.220000', '103730.680000', '103731.140000', '103731.600000', '103732.060000', '103732.520000', '103732.980000', '103733.440000', '103733.900000', '103734.360000', '103734.820000', '103735.280000', '103735.740000', '103736.200000', '103736.660000', '103737.120000', '103737.580000', '103738.040000', '103738.500000', '103738.960000', '103739.420000', '103739.880000', '103740.340000', '103740.800000', '103741.260000', '103741.720000', '103742.180000', '103742.640000', '103743.100000', '103743.560000', '103744.020000', '103744.480000', '103744.940000', '103745.400000', '103745.860000', '103746.320000', '103746.780000', '103747.240000', '103747.700000', '103748.160000', '103748.620000', '103749.080000', '103749.540000', '103750.000000', '103750.460000', '103750.920000', '103751.380000', '103751.840000', '103752.300000', '103752.760000', '103753.220000', '103753.680000', '103754.140000', '103754.600000', '103755.060000', '103755.520000', '103755.980000', '103756.440000', '103756.900000', '103757.360000', '103757.820000', '103758.280000', '103758.740000', '103759.200000', '103759.660000', '103800.120000', '103800.580000', '103801.040000', '103801.500000', '103801.960000', '103802.420000', '103802.880000', '103803.340000', '103803.800000', '103804.260000', '103804.720000', '103805.180000', '103805.640000', '103806.100000', '103806.560000', '103807.020000', '103807.480000', '103807.940000', '103808.400000', '103808.860000', '103809.320000', '103809.780000', '103810.240000', '103810.700000', '103811.160000', '103811.620000', '103812.080000', '103812.540000', '103813.000000', '103813.460000', '103813.920000', '103814.380000', '103814.840000', '103815.300000', '103815.760000', '103816.220000', '103816.680000', '103817.140000', '103817.600000', '103818.060000', '103818.520000', '103818.980000', '103819.440000', '103819.900000', '103820.360000', '103820.820000', '103821.280000', '103821.740000', '103822.200000', '103822.660000', '103823.120000', '103823.580000', '103824.040000', '103824.500000', '103824.960000', '103825.420000', '103825.880000', '103826.340000', '103826.800000', '103827.260000', '103827.720000', '103828.180000', '103828.640000', '103829.100000', '103829.560000', '103830.020000', '103830.480000', '103830.940000', '103831.400000', '103831.860000', '103832.320000', '103832.780000', '103833.240000', '103833.700000', '103834.160000', '103834.620000', '103835.080000', '103835.540000', '103836.000000', '103836.460000', '103836.920000', '103837.380000', '103837.840000', '103838.300000', '103838.760000', '103839.220000', '103839.680000', '103840.140000', '103840.600000', '103841.060000', '103841.520000', '103841.980000', '103842.440000', '103842.900000', '103843.360000', '103843.820000', '103844.280000', '103844.740000', '103845.200000', '103845.660000', '103846.120000', '103846.580000', '103847.040000', '103847.500000', '103847.960000', '103848.420000', '103848.880000', '103849.340000', '103849.800000', '103850.260000', '103850.720000', '103851.180000', '103851.640000', '103852.100000', '103852.560000', '103853.020000', '103853.480000', '103853.940000', '103854.400000', '103854.860000', '103855.320000', '103855.780000', '103856.240000', '103856.700000', '103857.160000', '103857.620000', '103858.080000', '103858.540000', '103859.000000', '103859.460000', '103859.920000', '103900.380000', '103900.840000', '103901.300000', '103901.760000', '103902.220000', '103902.680000', '103903.140000', '103903.600000', '103904.060000', '103904.520000', '103904.980000', '103905.440000', '103905.900000', '103906.360000', '103906.820000', '103907.280000', '103907.740000', '103908.200000', '103908.660000', '103909.120000', '103909.580000', '103910.040000', '103910.500000', '103910.960000', '103911.420000', '103911.880000', '103912.340000', '103912.800000', '103913.260000', '103913.720000', '103914.180000', '103914.640000', '103915.100000', '103915.560000', '103916.020000', '103916.480000', '103916.940000', '103917.400000', '103917.860000', '103918.320000', '103918.780000', '103919.240000', '103919.700000', '103920.160000', '103920.620000', '103921.080000', '103921.540000', '103922.000000', '103922.460000', '103922.920000', '103923.380000', '103923.840000', '103924.300000', '103924.760000'], 'ContentTime': ['103009.937000', '103009.941000', '103009.944000', '103009.946000', '103009.949000', '103009.958000', '103009.961000', '103009.964000', '103009.967000', '103009.970000', '103009.973000', '103009.976000', '103009.979000', '103009.982000', '103009.984000', '103009.987000', '103009.990000', '103009.993000', '103009.996000', '103010.000000', '103010.003000', '103010.006000', '103010.009000', '103010.012000', '103010.015000', '103010.018000', '103010.021000', '103010.024000', '103010.026000', '103010.030000', '103010.032000', '103010.035000', '103010.038000', '103010.041000', '103010.044000', '103010.047000', '103010.050000', '103010.053000', '103010.056000', '103010.058000', '103010.061000', '103010.064000', '103010.067000', '103010.070000', '103010.073000', '103010.076000', '103010.079000', '103010.082000', '103010.086000', '103010.088000', '103010.091000', '103010.094000', '103010.097000', '103010.100000', '103010.103000', '103010.118000', '103010.123000', '103010.125000', '103010.129000', '103010.132000', '103029.905000', '103029.908000', '103029.911000', '103029.914000', '103029.917000', '103029.920000', '103029.923000', '103029.926000', '103029.928000', '103029.932000', '103029.935000', '103029.938000', '103029.941000', '103029.944000', '103029.946000', '103029.949000', '103029.952000', '103029.955000', '103029.958000', '103029.961000', '103029.964000', '103029.967000', '103029.969000', '103029.973000', '103029.975000', '103029.978000', '103029.981000', '103029.984000', '103029.987000', '103029.990000', '103029.993000', '103029.996000', '103030.000000', '103030.003000', '103030.006000', '103030.009000', '103030.011000', '103030.014000', '103030.017000', '103030.020000', '103030.023000', '103030.026000', '103030.029000', '103049.904000', '103049.907000', '103049.910000', '103049.913000', '103049.915000', '103049.918000', '103049.921000', '103049.924000', '103049.927000', '103049.930000', '103049.933000', '103049.938000', '103049.941000', '103049.943000', '103049.947000', '103049.949000', '103049.952000', '103049.955000', '103049.958000', '103049.961000', '103049.964000', '103049.967000', '103049.970000', '103049.973000', '103049.976000', '103049.979000', '103049.982000', '103049.985000', '103049.988000', '103049.991000', '103049.994000', '103049.996000', '103050.000000', '103050.003000', '103050.006000', '103050.009000', '103050.012000', '103050.015000', '103050.018000', '103050.021000', '103050.023000', '103050.026000', '103050.029000', '103050.032000', '103109.904000', '103109.907000', '103109.910000', '103109.913000', '103109.916000', '103109.919000', '103109.922000', '103109.924000', '103109.928000', '103109.931000', '103109.933000', '103109.936000', '103109.940000', '103109.942000', '103109.945000', '103109.948000', '103109.951000', '103109.955000', '103109.960000', '103109.963000', '103109.966000', '103109.969000', '103109.972000', '103109.975000', '103109.978000', '103109.981000', '103109.984000', '103109.987000', '103109.990000', '103109.992000', '103109.996000', '103109.998000', '103110.002000', '103110.005000', '103110.008000', '103110.011000', '103110.014000', '103110.017000', '103110.020000', '103110.023000', '103110.026000', '103110.029000', '103110.032000', '103129.904000', '103129.907000', '103129.910000', '103129.913000', '103129.916000', '103129.919000', '103129.922000', '103129.934000', '103129.937000', '103129.940000', '103129.943000', '103129.945000', '103129.948000', '103129.951000', '103129.954000', '103129.957000', '103129.960000', '103129.963000', '103129.966000', '103129.969000', '103129.972000', '103129.975000', '103129.977000', '103129.980000', '103129.983000', '103129.986000', '103129.989000', '103129.992000', '103129.995000', '103129.998000', '103130.002000', '103130.005000', '103130.008000', '103130.011000', '103130.013000', '103130.016000', '103130.020000', '103130.022000', '103130.025000', '103130.028000', '103130.031000', '103130.034000', '103130.037000', '103130.040000', '103149.904000', '103149.907000', '103149.910000', '103149.913000', '103149.916000', '103149.919000', '103149.922000', '103149.925000', '103149.928000', '103149.931000', '103149.934000', '103149.937000', '103149.940000', '103149.943000', '103149.946000', '103149.948000', '103149.951000', '103149.954000', '103149.957000', '103149.960000', '103149.963000', '103149.966000', '103149.969000', '103149.974000', '103149.977000', '103149.980000', '103149.983000', '103149.986000', '103149.989000', '103149.992000', '103149.995000', '103149.998000', '103150.002000', '103150.005000', '103150.017000', '103150.020000', '103150.023000', '103150.025000', '103150.028000', '103150.031000', '103150.034000', '103150.037000', '103150.040000', '103209.904000', '103209.907000', '103209.910000', '103209.913000', '103209.916000', '103209.919000', '103209.921000', '103209.925000', '103209.927000', '103209.930000', '103209.933000', '103209.936000', '103209.939000', '103209.942000', '103209.945000', '103209.948000', '103209.951000', '103209.954000', '103209.957000', '103209.960000', '103209.963000', '103209.966000', '103209.969000', '103209.972000', '103209.974000', '103209.977000', '103209.980000', '103209.983000', '103209.986000', '103209.989000', '103209.992000', '103209.995000', '103209.998000', '103210.002000', '103210.005000', '103210.008000', '103210.011000', '103210.014000', '103210.016000', '103210.024000', '103210.027000', '103210.030000', '103210.033000', '103210.036000', '103229.904000', '103229.907000', '103229.910000', '103229.913000', '103229.916000', '103229.920000', '103229.923000', '103229.926000', '103229.929000', '103229.933000', '103229.936000', '103229.939000', '103229.941000', '103229.944000', '103229.947000', '103229.950000', '103229.953000', '103229.956000', '103229.959000', '103229.962000', '103229.965000', '103229.968000', '103229.971000', '103229.974000', '103229.977000', '103229.980000', '103229.983000', '103229.986000', '103229.989000', '103229.992000', '103229.995000', '103229.998000', '103230.001000', '103230.005000', '103230.008000', '103230.010000', '103230.013000', '103230.016000', '103230.019000', '103230.022000', '103230.025000', '103230.029000', '103230.032000', '103249.904000', '103249.907000', '103249.910000', '103249.913000', '103249.916000', '103249.919000', '103249.922000', '103249.925000', '103249.927000', '103249.930000', '103249.933000', '103249.936000', '103249.939000', '103249.942000', '103249.945000', '103249.948000', '103249.951000', '103249.954000', '103249.957000', '103249.960000', '103249.963000', '103249.966000', '103249.969000', '103249.972000', '103249.974000', '103249.977000', '103249.980000', '103249.983000', '103249.986000', '103249.989000', '103249.992000', '103249.995000', '103249.998000', '103250.002000', '103250.005000', '103250.008000', '103250.011000', '103250.014000', '103250.017000', '103250.019000', '103250.022000', '103250.025000', '103250.028000', '103250.031000', '103309.904000', '103309.907000', '103309.910000', '103309.913000', '103309.916000', '103309.919000', '103309.922000', '103309.925000', '103309.928000', '103309.931000', '103309.933000', '103309.936000', '103309.939000', '103309.942000', '103309.945000', '103309.948000', '103309.951000', '103309.954000', '103309.957000', '103309.960000', '103309.963000', '103309.966000', '103309.969000', '103309.971000', '103309.974000', '103309.977000', '103309.980000', '103309.983000', '103309.986000', '103309.989000', '103309.992000', '103309.995000', '103309.998000', '103310.002000', '103310.007000', '103310.010000', '103310.014000', '103310.016000', '103310.019000', '103310.022000', '103310.025000', '103310.028000', '103310.031000', '103329.904000', '103329.907000', '103329.910000', '103329.913000', '103329.916000', '103329.919000', '103329.922000', '103329.925000', '103329.928000', '103329.931000', '103329.934000', '103329.936000', '103329.939000', '103329.942000', '103329.945000', '103329.948000', '103329.967000', '103329.971000', '103329.973000', '103329.976000', '103329.979000', '103329.982000', '103329.985000', '103329.988000', '103329.991000', '103329.994000', '103329.997000', '103330.001000', '103330.004000', '103330.007000', '103330.010000', '103330.013000', '103330.016000', '103330.019000', '103330.022000', '103330.024000', '103330.027000', '103330.030000', '103330.033000', '103330.036000', '103330.039000', '103330.042000', '103330.045000', '103330.048000', '103349.904000', '103349.907000', '103349.910000', '103349.913000', '103349.916000', '103349.919000', '103349.922000', '103349.925000', '103349.928000', '103349.931000', '103349.934000', '103349.937000', '103349.940000', '103349.942000', '103349.945000', '103349.948000', '103349.951000', '103349.954000', '103349.957000', '103349.961000', '103349.964000', '103349.967000', '103349.980000', '103349.983000', '103349.986000', '103349.989000', '103349.992000', '103349.995000', '103349.998000', '103350.002000', '103350.005000', '103350.008000', '103350.011000', '103350.014000', '103350.017000', '103350.020000', '103350.023000', '103350.026000', '103350.029000', '103350.033000', '103350.036000', '103350.039000', '103350.042000', '103409.904000', '103409.907000', '103409.910000', '103409.913000', '103409.916000', '103409.919000', '103409.922000', '103409.926000', '103409.929000', '103409.932000', '103409.935000', '103409.937000', '103409.940000', '103409.943000', '103409.946000', '103409.949000', '103409.952000', '103409.955000', '103409.958000', '103409.961000', '103409.964000', '103409.967000', '103409.970000', '103409.972000', '103409.976000', '103409.978000', '103409.981000', '103409.984000', '103409.987000', '103409.990000', '103409.993000', '103409.996000', '103410.000000', '103410.003000', '103410.013000', '103410.016000', '103410.019000', '103410.022000', '103410.024000', '103410.027000', '103410.030000', '103410.033000', '103410.036000', '103410.039000', '103429.904000', '103429.907000', '103429.910000', '103429.913000', '103429.916000', '103429.919000', '103429.922000', '103429.925000', '103429.928000', '103429.931000', '103429.934000', '103429.937000', '103429.939000', '103429.942000', '103429.945000', '103429.948000', '103429.951000', '103429.954000', '103429.957000', '103429.960000', '103429.963000', '103429.966000', '103429.969000', '103429.972000', '103429.975000', '103429.978000', '103429.981000', '103429.984000', '103429.987000', '103429.990000', '103429.993000', '103430.002000', '103430.005000', '103430.007000', '103430.011000', '103430.013000', '103430.016000', '103430.019000', '103430.022000', '103430.025000', '103430.028000', '103430.031000', '103430.034000', '103449.905000', '103449.908000', '103449.911000', '103449.914000', '103449.917000', '103449.920000', '103449.923000', '103449.926000', '103449.929000', '103449.931000', '103449.934000', '103449.937000', '103449.940000', '103449.943000', '103449.946000', '103449.949000', '103449.952000', '103449.955000', '103449.958000', '103449.961000', '103449.964000', '103449.967000', '103449.970000', '103449.973000', '103449.976000', '103449.978000', '103449.981000', '103449.984000', '103449.987000', '103449.990000', '103449.993000', '103449.996000', '103449.999000', '103450.002000', '103450.005000', '103450.008000', '103450.011000', '103450.014000', '103450.017000', '103450.020000', '103450.027000', '103450.039000', '103450.042000', '103450.045000', '103509.904000', '103509.907000', '103509.910000', '103509.913000', '103509.916000', '103509.919000', '103509.922000', '103509.925000', '103509.928000', '103509.931000', '103509.934000', '103509.937000', '103509.939000', '103509.942000', '103509.945000', '103509.948000', '103509.951000', '103509.954000', '103509.957000', '103509.960000', '103509.963000', '103509.966000', '103509.969000', '103509.972000', '103509.975000', '103509.978000', '103509.981000', '103509.984000', '103509.987000', '103509.990000', '103509.993000', '103509.995000', '103510.000000', '103510.006000', '103510.009000', '103510.012000', '103510.015000', '103510.018000', '103510.021000', '103510.024000', '103510.027000', '103510.030000', '103510.033000', '103529.904000', '103529.907000', '103529.910000', '103529.913000', '103529.916000', '103529.919000', '103529.922000', '103529.925000', '103529.927000', '103529.930000', '103529.933000', '103529.936000', '103529.939000', '103529.942000', '103529.945000', '103529.948000', '103529.951000', '103529.954000', '103529.957000', '103529.960000', '103529.964000', '103529.967000', '103529.970000', '103529.972000', '103529.975000', '103529.978000', '103529.981000', '103529.984000', '103529.987000', '103529.990000', '103529.993000', '103529.996000', '103530.000000', '103530.003000', '103530.006000', '103530.009000', '103530.012000', '103530.015000', '103530.018000', '103530.021000', '103530.024000', '103530.027000', '103530.030000', '103530.032000', '103549.904000', '103549.907000', '103549.910000', '103549.913000', '103549.916000', '103549.919000', '103549.922000', '103549.925000', '103549.928000', '103549.931000', '103549.934000', '103549.936000', '103549.939000', '103549.942000', '103549.945000', '103549.948000', '103549.951000', '103549.954000', '103549.957000', '103549.960000', '103549.963000', '103549.966000', '103549.969000', '103549.972000', '103549.975000', '103549.978000', '103549.980000', '103549.983000', '103549.986000', '103549.989000', '103549.992000', '103549.995000', '103549.998000', '103550.002000', '103550.005000', '103550.008000', '103550.011000', '103550.014000', '103550.017000', '103550.019000', '103550.023000', '103550.025000', '103550.028000', '103609.904000', '103609.907000', '103609.910000', '103609.913000', '103609.916000', '103609.919000', '103609.922000', '103609.925000', '103609.928000', '103609.931000', '103609.933000', '103609.936000', '103609.939000', '103609.942000', '103609.945000', '103609.948000', '103609.951000', '103609.954000', '103609.957000', '103609.960000', '103609.963000', '103609.966000', '103609.968000', '103609.971000', '103609.974000', '103609.977000', '103609.980000', '103609.983000', '103609.986000', '103609.989000', '103609.992000', '103609.995000', '103609.998000', '103610.002000', '103610.005000', '103610.007000', '103610.010000', '103610.013000', '103610.016000', '103610.019000', '103610.022000', '103610.025000', '103610.028000', '103610.031000', '103629.904000', '103629.907000', '103629.910000', '103629.913000', '103629.916000', '103629.919000', '103629.922000', '103629.925000', '103629.943000', '103629.946000', '103629.949000', '103629.952000', '103629.954000', '103629.957000', '103629.960000', '103629.963000', '103629.966000', '103629.969000', '103629.972000', '103629.975000', '103629.978000', '103629.981000', '103629.984000', '103629.987000', '103629.990000', '103629.993000', '103629.995000', '103629.998000', '103630.002000', '103630.005000', '103630.008000', '103630.011000', '103630.014000', '103630.017000', '103630.020000', '103630.023000', '103630.026000', '103630.029000', '103630.032000', '103630.036000', '103630.039000', '103630.048000', '103630.051000', '103649.904000', '103649.907000', '103649.910000', '103649.913000', '103649.916000', '103649.919000', '103649.921000', '103649.924000', '103649.927000', '103649.930000', '103649.933000', '103649.936000', '103649.939000', '103649.942000', '103649.945000', '103649.948000', '103649.951000', '103649.954000', '103649.956000', '103649.959000', '103649.962000', '103649.965000', '103649.968000', '103649.971000', '103649.974000', '103649.977000', '103649.980000', '103649.983000', '103649.986000', '103649.989000', '103649.992000', '103649.995000', '103649.998000', '103650.002000', '103650.005000', '103650.008000', '103650.011000', '103650.014000', '103650.016000', '103650.019000', '103650.022000', '103650.025000', '103650.028000', '103650.031000', '103709.905000', '103709.908000', '103709.911000', '103709.914000', '103709.917000', '103709.920000', '103709.923000', '103709.926000', '103709.929000', '103709.932000', '103709.935000', '103709.938000', '103709.941000', '103709.943000', '103709.946000', '103709.949000', '103709.952000', '103709.955000', '103709.958000', '103709.961000', '103709.964000', '103709.967000', '103709.970000', '103709.973000', '103709.976000', '103709.979000', '103709.982000', '103709.985000', '103709.988000', '103709.990000', '103709.993000', '103709.996000', '103709.999000', '103710.002000', '103710.005000', '103710.008000', '103710.011000', '103710.014000', '103710.017000', '103710.020000', '103710.023000', '103710.025000', '103710.029000', '103729.904000', '103729.910000', '103729.913000', '103729.916000', '103729.919000', '103729.922000', '103729.925000', '103729.928000', '103729.931000', '103729.934000', '103729.936000', '103729.940000', '103729.942000', '103729.945000', '103729.948000', '103729.951000', '103729.954000', '103729.957000', '103729.960000', '103729.963000', '103729.966000', '103729.969000', '103729.972000', '103729.975000', '103729.978000', '103729.981000', '103729.983000', '103729.986000', '103729.989000', '103729.992000', '103729.995000', '103729.998000', '103730.002000', '103730.005000', '103730.008000', '103730.011000', '103730.014000', '103730.017000', '103730.020000', '103730.023000', '103730.026000', '103730.029000', '103730.032000', '103749.904000', '103749.907000', '103749.910000', '103749.913000', '103749.916000', '103749.928000', '103749.932000', '103749.934000', '103749.937000', '103749.940000', '103749.943000', '103749.946000', '103749.949000', '103749.952000', '103749.955000', '103749.958000', '103749.961000', '103749.964000', '103749.967000', '103749.970000', '103749.973000', '103749.976000', '103749.979000', '103749.982000', '103749.984000', '103749.987000', '103749.990000', '103749.993000', '103749.996000', '103750.000000', '103750.003000', '103750.006000', '103750.009000', '103750.012000', '103750.015000', '103750.018000', '103750.021000', '103750.024000', '103750.027000', '103750.030000', '103750.032000', '103750.035000', '103750.038000', '103750.041000', '103809.904000', '103809.907000', '103809.910000', '103809.913000', '103809.916000', '103809.919000', '103809.922000', '103809.925000', '103809.928000', '103809.931000', '103809.934000', '103809.937000', '103809.940000', '103809.942000', '103809.945000', '103809.948000', '103809.951000', '103809.954000', '103809.959000', '103809.962000', '103809.965000', '103809.968000', '103809.971000', '103809.974000', '103809.977000', '103809.979000', '103809.982000', '103809.985000', '103809.988000', '103809.991000', '103809.994000', '103809.997000', '103810.001000', '103810.004000', '103810.007000', '103810.010000', '103810.013000', '103810.016000', '103810.019000', '103810.022000', '103810.024000', '103810.037000', '103810.041000', '103829.904000', '103829.907000', '103829.910000', '103829.913000', '103829.916000', '103829.919000', '103829.922000', '103829.925000', '103829.928000', '103829.931000', '103829.934000', '103829.937000', '103829.940000', '103829.943000', '103829.945000', '103829.948000', '103829.951000', '103829.954000', '103829.957000', '103829.960000', '103829.963000', '103829.966000', '103829.969000', '103829.972000', '103829.975000', '103829.978000', '103829.981000', '103829.984000', '103829.987000', '103829.990000', '103829.993000', '103829.996000', '103830.000000', '103830.003000', '103830.005000', '103830.008000', '103830.011000', '103830.014000', '103830.017000', '103830.020000', '103830.023000', '103830.026000', '103830.029000', '103830.032000', '103849.904000', '103849.907000', '103849.910000', '103849.913000', '103849.916000', '103849.919000', '103849.929000', '103849.932000', '103849.935000', '103849.938000', '103849.941000', '103849.945000', '103849.950000', '103849.954000', '103849.956000', '103849.959000', '103849.962000', '103849.965000', '103849.968000', '103849.971000', '103849.974000', '103849.977000', '103849.980000', '103849.983000', '103849.986000', '103849.989000', '103849.992000', '103849.994000', '103849.997000', '103850.001000', '103850.004000', '103850.007000', '103850.010000', '103850.013000', '103850.016000', '103850.019000', '103850.022000', '103850.025000', '103850.028000', '103850.030000', '103850.033000', '103850.036000', '103850.039000', '103909.904000', '103909.907000', '103909.910000', '103909.913000', '103909.916000', '103909.919000', '103909.922000', '103909.925000', '103909.928000', '103909.931000', '103909.933000', '103909.936000', '103909.939000', '103909.942000', '103909.945000', '103909.948000', '103909.951000', '103909.954000', '103909.957000', '103909.960000', '103909.963000', '103909.966000', '103909.969000', '103909.972000', '103909.975000', '103909.978000', '103909.981000', '103909.984000', '103909.987000', '103909.990000', '103909.993000', '103909.996000', '103910.000000', '103910.002000', '103910.005000', '103910.008000', '103910.011000', '103910.014000', '103910.017000', '103910.020000', '103910.023000', '103910.026000', '103910.029000', '103910.032000', '103925.414000', '103925.418000', '103925.421000', '103925.424000', '103925.427000', '103925.430000', '103925.433000', '103925.437000', '103925.440000', '103925.443000', '103925.446000', '103925.455000', '103925.459000', '103925.462000', '103925.465000', '103925.468000', '103925.471000', '103925.474000', '103925.477000', '103925.480000', '103925.483000', '103925.486000', '103925.489000', '103925.492000', '103925.495000', '103925.498000', '103925.501000', '103925.504000', '103925.507000', '103925.510000', '103925.513000', '103925.516000', '103925.520000', '103925.523000'], 'InstanceCreationTime': ['103009.937000', '103009.941000', '103009.944000', '103009.946000', '103009.949000', '103009.958000', '103009.961000', '103009.964000', '103009.967000', '103009.970000', '103009.973000', '103009.976000', '103009.979000', '103009.982000', '103009.984000', '103009.987000', '103009.990000', '103009.993000', '103009.996000', '103010.000000', '103010.003000', '103010.006000', '103010.009000', '103010.012000', '103010.015000', '103010.018000', '103010.021000', '103010.024000', '103010.026000', '103010.030000', '103010.032000', '103010.035000', '103010.038000', '103010.041000', '103010.044000', '103010.047000', '103010.050000', '103010.053000', '103010.056000', '103010.058000', '103010.061000', '103010.064000', '103010.067000', '103010.070000', '103010.073000', '103010.076000', '103010.079000', '103010.082000', '103010.086000', '103010.088000', '103010.091000', '103010.094000', '103010.097000', '103010.100000', '103010.103000', '103010.118000', '103010.123000', '103010.125000', '103010.129000', '103010.132000', '103029.905000', '103029.908000', '103029.911000', '103029.914000', '103029.917000', '103029.920000', '103029.923000', '103029.926000', '103029.928000', '103029.932000', '103029.935000', '103029.938000', '103029.941000', '103029.944000', '103029.946000', '103029.949000', '103029.952000', '103029.955000', '103029.958000', '103029.961000', '103029.964000', '103029.967000', '103029.969000', '103029.973000', '103029.975000', '103029.978000', '103029.981000', '103029.984000', '103029.987000', '103029.990000', '103029.993000', '103029.996000', '103030.000000', '103030.003000', '103030.006000', '103030.009000', '103030.011000', '103030.014000', '103030.017000', '103030.020000', '103030.023000', '103030.026000', '103030.029000', '103049.904000', '103049.907000', '103049.910000', '103049.913000', '103049.915000', '103049.918000', '103049.921000', '103049.924000', '103049.927000', '103049.930000', '103049.933000', '103049.938000', '103049.941000', '103049.943000', '103049.947000', '103049.949000', '103049.952000', '103049.955000', '103049.958000', '103049.961000', '103049.964000', '103049.967000', '103049.970000', '103049.973000', '103049.976000', '103049.979000', '103049.982000', '103049.985000', '103049.988000', '103049.991000', '103049.994000', '103049.996000', '103050.000000', '103050.003000', '103050.006000', '103050.009000', '103050.012000', '103050.015000', '103050.018000', '103050.021000', '103050.023000', '103050.026000', '103050.029000', '103050.032000', '103109.904000', '103109.907000', '103109.910000', '103109.913000', '103109.916000', '103109.919000', '103109.922000', '103109.924000', '103109.928000', '103109.931000', '103109.933000', '103109.936000', '103109.940000', '103109.942000', '103109.945000', '103109.948000', '103109.951000', '103109.955000', '103109.960000', '103109.963000', '103109.966000', '103109.969000', '103109.972000', '103109.975000', '103109.978000', '103109.981000', '103109.984000', '103109.987000', '103109.990000', '103109.992000', '103109.996000', '103109.998000', '103110.002000', '103110.005000', '103110.008000', '103110.011000', '103110.014000', '103110.017000', '103110.020000', '103110.023000', '103110.026000', '103110.029000', '103110.032000', '103129.904000', '103129.907000', '103129.910000', '103129.913000', '103129.916000', '103129.919000', '103129.922000', '103129.934000', '103129.937000', '103129.940000', '103129.943000', '103129.945000', '103129.948000', '103129.951000', '103129.954000', '103129.957000', '103129.960000', '103129.963000', '103129.966000', '103129.969000', '103129.972000', '103129.975000', '103129.977000', '103129.980000', '103129.983000', '103129.986000', '103129.989000', '103129.992000', '103129.995000', '103129.998000', '103130.002000', '103130.005000', '103130.008000', '103130.011000', '103130.013000', '103130.016000', '103130.020000', '103130.022000', '103130.025000', '103130.028000', '103130.031000', '103130.034000', '103130.037000', '103130.040000', '103149.904000', '103149.907000', '103149.910000', '103149.913000', '103149.916000', '103149.919000', '103149.922000', '103149.925000', '103149.928000', '103149.931000', '103149.934000', '103149.937000', '103149.940000', '103149.943000', '103149.946000', '103149.948000', '103149.951000', '103149.954000', '103149.957000', '103149.960000', '103149.963000', '103149.966000', '103149.969000', '103149.974000', '103149.977000', '103149.980000', '103149.983000', '103149.986000', '103149.989000', '103149.992000', '103149.995000', '103149.998000', '103150.002000', '103150.005000', '103150.017000', '103150.020000', '103150.023000', '103150.025000', '103150.028000', '103150.031000', '103150.034000', '103150.037000', '103150.040000', '103209.904000', '103209.907000', '103209.910000', '103209.913000', '103209.916000', '103209.919000', '103209.921000', '103209.925000', '103209.927000', '103209.930000', '103209.933000', '103209.936000', '103209.939000', '103209.942000', '103209.945000', '103209.948000', '103209.951000', '103209.954000', '103209.957000', '103209.960000', '103209.963000', '103209.966000', '103209.969000', '103209.972000', '103209.974000', '103209.977000', '103209.980000', '103209.983000', '103209.986000', '103209.989000', '103209.992000', '103209.995000', '103209.998000', '103210.002000', '103210.005000', '103210.008000', '103210.011000', '103210.014000', '103210.016000', '103210.024000', '103210.027000', '103210.030000', '103210.033000', '103210.036000', '103229.904000', '103229.907000', '103229.910000', '103229.913000', '103229.916000', '103229.920000', '103229.923000', '103229.926000', '103229.929000', '103229.933000', '103229.936000', '103229.939000', '103229.941000', '103229.944000', '103229.947000', '103229.950000', '103229.953000', '103229.956000', '103229.959000', '103229.962000', '103229.965000', '103229.968000', '103229.971000', '103229.974000', '103229.977000', '103229.980000', '103229.983000', '103229.986000', '103229.989000', '103229.992000', '103229.995000', '103229.998000', '103230.001000', '103230.005000', '103230.008000', '103230.010000', '103230.013000', '103230.016000', '103230.019000', '103230.022000', '103230.025000', '103230.029000', '103230.032000', '103249.904000', '103249.907000', '103249.910000', '103249.913000', '103249.916000', '103249.919000', '103249.922000', '103249.925000', '103249.927000', '103249.930000', '103249.933000', '103249.936000', '103249.939000', '103249.942000', '103249.945000', '103249.948000', '103249.951000', '103249.954000', '103249.957000', '103249.960000', '103249.963000', '103249.966000', '103249.969000', '103249.972000', '103249.974000', '103249.977000', '103249.980000', '103249.983000', '103249.986000', '103249.989000', '103249.992000', '103249.995000', '103249.998000', '103250.002000', '103250.005000', '103250.008000', '103250.011000', '103250.014000', '103250.017000', '103250.019000', '103250.022000', '103250.025000', '103250.028000', '103250.031000', '103309.904000', '103309.907000', '103309.910000', '103309.913000', '103309.916000', '103309.919000', '103309.922000', '103309.925000', '103309.928000', '103309.931000', '103309.933000', '103309.936000', '103309.939000', '103309.942000', '103309.945000', '103309.948000', '103309.951000', '103309.954000', '103309.957000', '103309.960000', '103309.963000', '103309.966000', '103309.969000', '103309.971000', '103309.974000', '103309.977000', '103309.980000', '103309.983000', '103309.986000', '103309.989000', '103309.992000', '103309.995000', '103309.998000', '103310.002000', '103310.007000', '103310.010000', '103310.014000', '103310.016000', '103310.019000', '103310.022000', '103310.025000', '103310.028000', '103310.031000', '103329.904000', '103329.907000', '103329.910000', '103329.913000', '103329.916000', '103329.919000', '103329.922000', '103329.925000', '103329.928000', '103329.931000', '103329.934000', '103329.936000', '103329.939000', '103329.942000', '103329.945000', '103329.948000', '103329.967000', '103329.971000', '103329.973000', '103329.976000', '103329.979000', '103329.982000', '103329.985000', '103329.988000', '103329.991000', '103329.994000', '103329.997000', '103330.001000', '103330.004000', '103330.007000', '103330.010000', '103330.013000', '103330.016000', '103330.019000', '103330.022000', '103330.024000', '103330.027000', '103330.030000', '103330.033000', '103330.036000', '103330.039000', '103330.042000', '103330.045000', '103330.048000', '103349.904000', '103349.907000', '103349.910000', '103349.913000', '103349.916000', '103349.919000', '103349.922000', '103349.925000', '103349.928000', '103349.931000', '103349.934000', '103349.937000', '103349.940000', '103349.942000', '103349.945000', '103349.948000', '103349.951000', '103349.954000', '103349.957000', '103349.961000', '103349.964000', '103349.967000', '103349.980000', '103349.983000', '103349.986000', '103349.989000', '103349.992000', '103349.995000', '103349.998000', '103350.002000', '103350.005000', '103350.008000', '103350.011000', '103350.014000', '103350.017000', '103350.020000', '103350.023000', '103350.026000', '103350.029000', '103350.033000', '103350.036000', '103350.039000', '103350.042000', '103409.904000', '103409.907000', '103409.910000', '103409.913000', '103409.916000', '103409.919000', '103409.922000', '103409.926000', '103409.929000', '103409.932000', '103409.935000', '103409.937000', '103409.940000', '103409.943000', '103409.946000', '103409.949000', '103409.952000', '103409.955000', '103409.958000', '103409.961000', '103409.964000', '103409.967000', '103409.970000', '103409.972000', '103409.976000', '103409.978000', '103409.981000', '103409.984000', '103409.987000', '103409.990000', '103409.993000', '103409.996000', '103410.000000', '103410.003000', '103410.013000', '103410.016000', '103410.019000', '103410.022000', '103410.024000', '103410.027000', '103410.030000', '103410.033000', '103410.036000', '103410.039000', '103429.904000', '103429.907000', '103429.910000', '103429.913000', '103429.916000', '103429.919000', '103429.922000', '103429.925000', '103429.928000', '103429.931000', '103429.934000', '103429.937000', '103429.939000', '103429.942000', '103429.945000', '103429.948000', '103429.951000', '103429.954000', '103429.957000', '103429.960000', '103429.963000', '103429.966000', '103429.969000', '103429.972000', '103429.975000', '103429.978000', '103429.981000', '103429.984000', '103429.987000', '103429.990000', '103429.993000', '103430.002000', '103430.005000', '103430.007000', '103430.011000', '103430.013000', '103430.016000', '103430.019000', '103430.022000', '103430.025000', '103430.028000', '103430.031000', '103430.034000', '103449.905000', '103449.908000', '103449.911000', '103449.914000', '103449.917000', '103449.920000', '103449.923000', '103449.926000', '103449.929000', '103449.931000', '103449.934000', '103449.937000', '103449.940000', '103449.943000', '103449.946000', '103449.949000', '103449.952000', '103449.955000', '103449.958000', '103449.961000', '103449.964000', '103449.967000', '103449.970000', '103449.973000', '103449.976000', '103449.978000', '103449.981000', '103449.984000', '103449.987000', '103449.990000', '103449.993000', '103449.996000', '103449.999000', '103450.002000', '103450.005000', '103450.008000', '103450.011000', '103450.014000', '103450.017000', '103450.020000', '103450.027000', '103450.039000', '103450.042000', '103450.045000', '103509.904000', '103509.907000', '103509.910000', '103509.913000', '103509.916000', '103509.919000', '103509.922000', '103509.925000', '103509.928000', '103509.931000', '103509.934000', '103509.937000', '103509.939000', '103509.942000', '103509.945000', '103509.948000', '103509.951000', '103509.954000', '103509.957000', '103509.960000', '103509.963000', '103509.966000', '103509.969000', '103509.972000', '103509.975000', '103509.978000', '103509.981000', '103509.984000', '103509.987000', '103509.990000', '103509.993000', '103509.995000', '103510.000000', '103510.006000', '103510.009000', '103510.012000', '103510.015000', '103510.018000', '103510.021000', '103510.024000', '103510.027000', '103510.030000', '103510.033000', '103529.904000', '103529.907000', '103529.910000', '103529.913000', '103529.916000', '103529.919000', '103529.922000', '103529.925000', '103529.927000', '103529.930000', '103529.933000', '103529.936000', '103529.939000', '103529.942000', '103529.945000', '103529.948000', '103529.951000', '103529.954000', '103529.957000', '103529.960000', '103529.964000', '103529.967000', '103529.970000', '103529.972000', '103529.975000', '103529.978000', '103529.981000', '103529.984000', '103529.987000', '103529.990000', '103529.993000', '103529.996000', '103530.000000', '103530.003000', '103530.006000', '103530.009000', '103530.012000', '103530.015000', '103530.018000', '103530.021000', '103530.024000', '103530.027000', '103530.030000', '103530.032000', '103549.904000', '103549.907000', '103549.910000', '103549.913000', '103549.916000', '103549.919000', '103549.922000', '103549.925000', '103549.928000', '103549.931000', '103549.934000', '103549.936000', '103549.939000', '103549.942000', '103549.945000', '103549.948000', '103549.951000', '103549.954000', '103549.957000', '103549.960000', '103549.963000', '103549.966000', '103549.969000', '103549.972000', '103549.975000', '103549.978000', '103549.980000', '103549.983000', '103549.986000', '103549.989000', '103549.992000', '103549.995000', '103549.998000', '103550.002000', '103550.005000', '103550.008000', '103550.011000', '103550.014000', '103550.017000', '103550.019000', '103550.023000', '103550.025000', '103550.028000', '103609.904000', '103609.907000', '103609.910000', '103609.913000', '103609.916000', '103609.919000', '103609.922000', '103609.925000', '103609.928000', '103609.931000', '103609.933000', '103609.936000', '103609.939000', '103609.942000', '103609.945000', '103609.948000', '103609.951000', '103609.954000', '103609.957000', '103609.960000', '103609.963000', '103609.966000', '103609.968000', '103609.971000', '103609.974000', '103609.977000', '103609.980000', '103609.983000', '103609.986000', '103609.989000', '103609.992000', '103609.995000', '103609.998000', '103610.002000', '103610.005000', '103610.007000', '103610.010000', '103610.013000', '103610.016000', '103610.019000', '103610.022000', '103610.025000', '103610.028000', '103610.031000', '103629.904000', '103629.907000', '103629.910000', '103629.913000', '103629.916000', '103629.919000', '103629.922000', '103629.925000', '103629.943000', '103629.946000', '103629.949000', '103629.952000', '103629.954000', '103629.957000', '103629.960000', '103629.963000', '103629.966000', '103629.969000', '103629.972000', '103629.975000', '103629.978000', '103629.981000', '103629.984000', '103629.987000', '103629.990000', '103629.993000', '103629.995000', '103629.998000', '103630.002000', '103630.005000', '103630.008000', '103630.011000', '103630.014000', '103630.017000', '103630.020000', '103630.023000', '103630.026000', '103630.029000', '103630.032000', '103630.036000', '103630.039000', '103630.048000', '103630.051000', '103649.904000', '103649.907000', '103649.910000', '103649.913000', '103649.916000', '103649.919000', '103649.921000', '103649.924000', '103649.927000', '103649.930000', '103649.933000', '103649.936000', '103649.939000', '103649.942000', '103649.945000', '103649.948000', '103649.951000', '103649.954000', '103649.956000', '103649.959000', '103649.962000', '103649.965000', '103649.968000', '103649.971000', '103649.974000', '103649.977000', '103649.980000', '103649.983000', '103649.986000', '103649.989000', '103649.992000', '103649.995000', '103649.998000', '103650.002000', '103650.005000', '103650.008000', '103650.011000', '103650.014000', '103650.016000', '103650.019000', '103650.022000', '103650.025000', '103650.028000', '103650.031000', '103709.905000', '103709.908000', '103709.911000', '103709.914000', '103709.917000', '103709.920000', '103709.923000', '103709.926000', '103709.929000', '103709.932000', '103709.935000', '103709.938000', '103709.941000', '103709.943000', '103709.946000', '103709.949000', '103709.952000', '103709.955000', '103709.958000', '103709.961000', '103709.964000', '103709.967000', '103709.970000', '103709.973000', '103709.976000', '103709.979000', '103709.982000', '103709.985000', '103709.988000', '103709.990000', '103709.993000', '103709.996000', '103709.999000', '103710.002000', '103710.005000', '103710.008000', '103710.011000', '103710.014000', '103710.017000', '103710.020000', '103710.023000', '103710.025000', '103710.029000', '103729.904000', '103729.910000', '103729.913000', '103729.916000', '103729.919000', '103729.922000', '103729.925000', '103729.928000', '103729.931000', '103729.934000', '103729.936000', '103729.940000', '103729.942000', '103729.945000', '103729.948000', '103729.951000', '103729.954000', '103729.957000', '103729.960000', '103729.963000', '103729.966000', '103729.969000', '103729.972000', '103729.975000', '103729.978000', '103729.981000', '103729.983000', '103729.986000', '103729.989000', '103729.992000', '103729.995000', '103729.998000', '103730.002000', '103730.005000', '103730.008000', '103730.011000', '103730.014000', '103730.017000', '103730.020000', '103730.023000', '103730.026000', '103730.029000', '103730.032000', '103749.904000', '103749.907000', '103749.910000', '103749.913000', '103749.916000', '103749.928000', '103749.932000', '103749.934000', '103749.937000', '103749.940000', '103749.943000', '103749.946000', '103749.949000', '103749.952000', '103749.955000', '103749.958000', '103749.961000', '103749.964000', '103749.967000', '103749.970000', '103749.973000', '103749.976000', '103749.979000', '103749.982000', '103749.984000', '103749.987000', '103749.990000', '103749.993000', '103749.996000', '103750.000000', '103750.003000', '103750.006000', '103750.009000', '103750.012000', '103750.015000', '103750.018000', '103750.021000', '103750.024000', '103750.027000', '103750.030000', '103750.032000', '103750.035000', '103750.038000', '103750.041000', '103809.904000', '103809.907000', '103809.910000', '103809.913000', '103809.916000', '103809.919000', '103809.922000', '103809.925000', '103809.928000', '103809.931000', '103809.934000', '103809.937000', '103809.940000', '103809.942000', '103809.945000', '103809.948000', '103809.951000', '103809.954000', '103809.959000', '103809.962000', '103809.965000', '103809.968000', '103809.971000', '103809.974000', '103809.977000', '103809.979000', '103809.982000', '103809.985000', '103809.988000', '103809.991000', '103809.994000', '103809.997000', '103810.001000', '103810.004000', '103810.007000', '103810.010000', '103810.013000', '103810.016000', '103810.019000', '103810.022000', '103810.024000', '103810.037000', '103810.041000', '103829.904000', '103829.907000', '103829.910000', '103829.913000', '103829.916000', '103829.919000', '103829.922000', '103829.925000', '103829.928000', '103829.931000', '103829.934000', '103829.937000', '103829.940000', '103829.943000', '103829.945000', '103829.948000', '103829.951000', '103829.954000', '103829.957000', '103829.960000', '103829.963000', '103829.966000', '103829.969000', '103829.972000', '103829.975000', '103829.978000', '103829.981000', '103829.984000', '103829.987000', '103829.990000', '103829.993000', '103829.996000', '103830.000000', '103830.003000', '103830.005000', '103830.008000', '103830.011000', '103830.014000', '103830.017000', '103830.020000', '103830.023000', '103830.026000', '103830.029000', '103830.032000', '103849.904000', '103849.907000', '103849.910000', '103849.913000', '103849.916000', '103849.919000', '103849.929000', '103849.932000', '103849.935000', '103849.938000', '103849.941000', '103849.945000', '103849.950000', '103849.954000', '103849.956000', '103849.959000', '103849.962000', '103849.965000', '103849.968000', '103849.971000', '103849.974000', '103849.977000', '103849.980000', '103849.983000', '103849.986000', '103849.989000', '103849.992000', '103849.994000', '103849.997000', '103850.001000', '103850.004000', '103850.007000', '103850.010000', '103850.013000', '103850.016000', '103850.019000', '103850.022000', '103850.025000', '103850.028000', '103850.030000', '103850.033000', '103850.036000', '103850.039000', '103909.904000', '103909.907000', '103909.910000', '103909.913000', '103909.916000', '103909.919000', '103909.922000', '103909.925000', '103909.928000', '103909.931000', '103909.933000', '103909.936000', '103909.939000', '103909.942000', '103909.945000', '103909.948000', '103909.951000', '103909.954000', '103909.957000', '103909.960000', '103909.963000', '103909.966000', '103909.969000', '103909.972000', '103909.975000', '103909.978000', '103909.981000', '103909.984000', '103909.987000', '103909.990000', '103909.993000', '103909.996000', '103910.000000', '103910.002000', '103910.005000', '103910.008000', '103910.011000', '103910.014000', '103910.017000', '103910.020000', '103910.023000', '103910.026000', '103910.029000', '103910.032000', '103925.414000', '103925.418000', '103925.421000', '103925.424000', '103925.427000', '103925.430000', '103925.433000', '103925.437000', '103925.440000', '103925.443000', '103925.446000', '103925.455000', '103925.459000', '103925.462000', '103925.465000', '103925.468000', '103925.471000', '103925.474000', '103925.477000', '103925.480000', '103925.483000', '103925.486000', '103925.489000', '103925.492000', '103925.495000', '103925.498000', '103925.501000', '103925.504000', '103925.507000', '103925.510000', '103925.513000', '103925.516000', '103925.520000', '103925.523000'], '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': [8264, 12223, 8429, 7675, 10214, 7712, 8317, 12221, 8544, 9703, 16374, 10743, 12324, 15022, 10290, 11073, 13568, 8073, 7964, 14007, 11600, 8222, 8763, 8176, 7444, 7836, 9082, 7518, 7310, 10438, 7558, 7577, 9290, 7433, 7316, 8628, 7392, 7414, 8312, 7572, 7370, 9719, 9230, 7302, 7880, 10957, 7401, 7958, 10749, 7562, 7451, 8217, 7415, 7363, 9749, 9052, 7181, 8413, 9822, 7347, 8590, 12537, 7978, 7914, 11432, 8290, 7710, 11250, 7992, 7370, 10866, 8207, 7655, 9819, 7478, 7405, 10528, 8051, 7410, 9934, 7355, 7420, 11195, 7589, 7523, 11139, 7602, 7885, 11758, 8053, 8419, 13473, 8091, 8550, 13644, 9854, 8383, 13749, 7989, 8239, 11743, 8830, 8213, 12182, 7988, 8103, 11719, 8412, 8075, 8985, 7331, 8840, 7626, 7293, 10227, 13118, 8205, 9223, 14557, 8614, 8620, 12578, 8896, 7765, 10211, 7366, 8454, 7454, 7458, 10466, 7388, 8053, 12133, 7679, 8883, 9665, 7406, 11112, 8030, 7228, 12209, 10074, 8689, 9806, 7253, 9616, 7375, 7653, 11741, 7535, 8416, 14010, 9951, 10834, 11704, 7694, 10836, 9494, 7376, 13805, 10138, 11295, 7417, 7557, 12005, 7513, 8498, 7224, 8063, 9187, 7538, 9727, 7495, 9391, 7610, 9224, 15544, 10038, 9739, 11383, 7497, 8774, 8845, 7381, 9721, 7123, 7619, 9449, 7635, 8206, 7515, 7351, 9092, 7470, 8615, 7398, 7460, 11993, 8311, 9225, 7314, 7416, 9222, 7350, 8787, 9402, 7196, 10584, 17124, 10608, 9006, 13321, 8678, 7642, 10658, 7210, 7599, 7340, 7243, 9580, 7313, 7364, 10266, 7576, 7871, 12484, 7841, 8088, 11876, 8928, 7734, 11974, 8677, 7492, 11055, 10487, 7244, 8417, 7278, 7406, 9835, 7370, 7263, 9666, 7480, 7301, 11254, 7484, 7381, 9935, 7503, 7347, 7525, 7323, 8160, 7255, 7240, 9171, 7393, 7403, 10130, 7613, 7971, 12504, 7913, 7645, 8786, 7354, 8958, 10833, 7335, 8699, 7828, 7335, 9981, 8346, 7391, 9923, 7330, 7470, 11820, 7364, 7403, 12145, 9439, 7817, 11708, 7195, 9178, 10432, 7493, 10748, 11870, 7710, 12579, 13351, 10202, 10291, 12162, 7130, 9588, 13515, 9101, 8305, 10144, 7225, 8673, 8642, 7237, 9153, 7133, 7343, 11340, 10065, 7497, 12104, 9554, 7267, 10314, 11258, 7345, 9621, 11346, 7155, 8766, 8726, 7326, 8886, 7071, 7232, 9343, 7240, 7168, 10387, 7400, 7146, 9671, 10600, 7219, 8466, 10855, 7236, 7981, 9375, 7221, 7936, 7113, 7053, 10188, 7189, 7460, 9899, 7337, 8892, 12548, 8005, 9100, 11686, 8847, 9296, 7194, 7121, 10941, 10540, 7233, 12072, 8503, 7334, 12637, 10834, 8189, 12485, 8671, 7372, 12710, 7317, 7854, 10802, 7870, 8721, 10407, 7194, 9976, 13439, 10280, 9823, 11207, 7144, 9700, 13010, 9321, 9582, 7770, 7162, 9788, 7761, 7204, 9258, 7185, 7309, 11667, 7347, 7502, 11428, 7329, 8302, 8405, 7145, 8914, 7764, 7229, 9246, 7280, 7121, 11222, 7373, 7216, 10213, 7454, 7910, 9625, 7146, 8117, 7359, 7164, 10431, 9959, 7327, 10616, 9220, 7002, 9884, 12561, 7606, 8860, 8294, 7099, 8657, 6943, 7124, 8360, 7201, 7438, 8974, 7211, 8599, 7619, 7235, 7263, 7299, 8198, 6988, 7321, 11782, 10403, 7646, 10206, 9161, 7340, 10253, 12610, 9029, 9921, 8961, 7116, 9928, 7347, 7251, 9278, 7250, 8084, 8200, 7197, 10254, 10388, 9165, 12960, 8772, 8310, 13760, 10029, 9318, 12238, 8072, 9933, 13287, 10436, 9909, 10196, 7060, 9314, 10907, 7144, 8827, 7089, 7298, 10512, 7254, 7422, 7299, 7083, 8770, 7160, 7152, 10193, 7452, 7440, 8985, 7580, 7688, 12275, 7333, 7942, 11978, 8419, 7716, 10917, 7446, 7622, 8223, 7078, 8140, 7149, 7416, 10213, 7087, 7556, 11935, 9127, 7440, 11667, 7544, 7511, 11153, 7507, 8309, 14831, 11971, 12765, 9370, 10213, 7152, 7179, 7120, 7091, 8327, 12032, 7482, 7562, 10851, 10358, 7720, 9486, 7095, 7197, 7262, 7242, 7248, 7205, 12665, 8733, 11868, 16451, 13367, 13467, 16550, 11248, 9781, 14163, 10334, 8611, 13214, 9052, 7332, 7193, 7197, 7677, 7116, 7314, 9133, 7211, 7146, 8933, 7314, 7531, 9123, 7655, 7610, 7897, 7139, 7365, 7284, 7200, 7065, 7599, 9850, 7595, 7492, 10042, 9211, 7573, 8640, 7515, 13486, 23008, 17510, 13477, 11353, 11551, 13149, 9301, 10688, 9509, 9792, 8160, 8965, 7651, 8068, 7342, 7964, 7695, 8842, 7939, 9775, 7383, 8342, 8080, 8661, 8036, 7603, 7453, 7690, 7589, 8989, 7833, 13442, 8702, 12384, 12760, 13965, 12565, 12899, 13589, 12533, 15777, 11566, 9578, 8143, 7206, 7326, 7062, 7933, 11270, 7764, 8728, 9090, 7765, 10048, 7154, 7847, 10704, 7467, 8858, 7314, 7938, 7091, 7725, 7213, 7577, 10767, 7585, 8069, 13056, 8523, 7585, 10326, 7527, 7788, 6991, 7389, 7175, 7116, 7961, 7329, 8025, 10604, 7515, 7571, 7169, 7242, 8954, 7145, 7568, 10491, 11732, 8153, 9905, 11729, 8467, 9573, 7070, 7741, 7187, 7393, 8359, 7564, 8467, 12003, 12625, 8940, 10496, 13152, 9137, 9732, 7244, 7389, 9593, 7371, 7617, 11865, 12914, 9667, 14534, 8414, 7766, 13739, 9819, 9480, 11245, 7459, 9301, 8502, 7365, 9192, 7382, 7522, 12424, 7573, 7551, 10549, 7377, 7519, 9526, 7337, 7392, 7223, 7268, 8083, 6914, 7240, 9118, 7082, 7542, 9048, 7340, 7491, 9906, 7424, 8191, 7189, 7106, 9065, 7195, 7357, 9929, 7320, 7505, 12468, 8134, 8012, 13388, 7599, 7682, 10701, 7270, 8059, 9082, 7254, 8414, 7325, 7459, 8700, 7109, 7627, 10289, 7327, 7787, 6949, 7572, 9504, 7565, 8212, 8165, 7346, 9597, 7504, 7995, 10226, 7686, 11596, 11267, 9853, 7106, 7605, 8800, 7548, 8988, 7431, 7763, 14511, 12213, 11782, 14210, 9902, 11822, 11021, 8043, 14853, 13075, 12601, 12837, 7381, 10210, 7686, 7748, 13856, 10403, 13283, 9293, 8306, 14600, 8805, 9106, 8614, 7821, 14374, 11141, 11725, 14102, 8445, 10047, 13300, 9893, 10389, 7490, 7856, 10137, 7479, 7640, 8178, 7491, 8569, 7845, 8161, 12628, 7845, 7605, 9824, 7640, 7904, 7548, 8194, 9480, 7582, 8052, 8822, 7799, 13318, 7515, 7579, 13656, 14074, 10977, 10606, 14713, 11440, 10111, 6993, 7406, 7715, 7145, 7332, 7953, 7276, 7862, 7800, 7510, 8182, 7762, 7483, 7839, 7090, 7429, 9491, 7597, 8050, 9717, 7575, 7643, 8823, 7365, 9599, 10091, 8718, 9359, 7300, 7913, 9953, 7421, 7771, 12385, 8092, 8472, 11869, 7531, 8875, 7793, 7437, 8557, 7269, 7506, 10586, 11053, 7494, 12559, 7522, 7614, 10029, 7632, 7753, 13639, 9149, 7797, 14761, 12913, 10637, 11765, 7677, 7626, 7649, 7589, 7915, 7919, 7218, 7986, 8768, 7474, 8092, 7262, 7357, 8113, 10511, 7519, 7948, 8426, 7608, 8114, 7275, 7468, 7823, 7691, 7984, 7419, 7997, 7811, 7528, 8706, 9723, 10900, 14598, 16063, 13502, 10052, 13601, 10903, 7378, 9964, 12349, 7319, 10488, 12814, 9287, 8468, 7418, 7379, 7231, 7196, 7812, 7242, 7597, 8057, 7612, 8157, 7427, 7657, 9410, 7694, 8050, 8922, 7513, 8402, 10660, 7473, 11630, 11081, 10412, 8084, 7332, 8051, 7184, 7657, 10992, 8666, 9672, 14230, 10153, 8480, 13662, 10303, 8702, 11512, 8443, 8089, 7601, 7414, 9526, 10947, 7670, 10434, 7582, 7525, 9760, 7512, 7584, 9632, 7251, 8075, 9019, 11954, 12287, 6880, 7159, 7125, 7414, 10467, 13420, 11325, 8269, 8822, 13411, 8316, 7864, 11397, 8319, 7307, 9245, 7612, 7490, 9522, 7662, 7485, 10310, 7700, 7760, 10471, 7933, 9201, 13327, 10754, 10853, 14606, 11067, 9397, 13679, 9992, 8554, 11902, 8423, 7423, 7670, 7272, 7896, 7545, 10360, 12879, 8104, 7099, 7353, 7325, 8914, 7180, 7282, 8922, 9932, 7187, 7871, 7446, 7001, 8100, 7656, 7277, 7191, 7215, 7836, 7217, 9695, 7725, 9991, 11750, 11148, 12955, 10098, 9783, 7377, 7706, 13104, 11794, 9455, 13465, 9856, 7942, 13167, 9324, 7681, 7499, 7333, 7668, 7125, 7294, 9181, 7601, 7375, 10213, 7586, 7467, 10738, 7650, 7321, 8946, 7319, 7243, 8739, 7265, 7284, 8652, 7103, 7419, 8476, 7498, 7731, 7438, 7417, 9382, 7386, 7471, 10559, 11868, 8610, 9779, 13863, 10596, 9383, 9482, 7208, 8002, 9211, 7322, 7898, 9894, 7433, 8114, 11815, 8433, 7732, 7773, 7467, 7764, 7130, 7533, 9376, 7840, 7486, 9621, 10295, 7713, 10976, 7554, 7323, 10809, 7785, 7592, 14098, 11809, 9649, 8128, 7414, 8903, 7578, 7753, 11527, 7839, 11610, 12606, 10223, 10603, 7544, 7957, 7247, 7777, 11540, 8762, 7947, 13409, 9006, 8125, 12801, 9548, 9172, 7666, 7351, 8832, 7226, 7449, 7851, 7533, 8413, 7462, 7723, 9413, 7650, 8461, 7472, 7697, 10730, 7617, 9054, 9712, 7346, 11721, 7476, 7500, 10847, 8118, 9070, 7542, 7355, 10124, 7795, 7567, 10255, 7513, 8536, 10538, 7499, 8430, 7788, 7644, 11409, 7645, 7736, 7483, 7407, 8937, 7541, 7845, 7333, 7453, 10370], 'WindowCenter': [4260.0, 4294.0, 4230.0, 4218.0, 4256.0, 4216.0, 4226.0, 4276.0, 4224.0, 4234.0, 4306.0, 4243.0, 4262.0, 4281.0, 4218.0, 4227.0, 4246.0, 4173.0, 4185.0, 4257.0, 4225.0, 4184.0, 4184.0, 4183.0, 4163.0, 4173.0, 4193.0, 4163.0, 4174.0, 4224.0, 4175.0, 4186.0, 4207.0, 4177.0, 4189.0, 4208.0, 4189.0, 4189.0, 4198.0, 4191.0, 4192.0, 4233.0, 4221.0, 4191.0, 4202.0, 4242.0, 4203.0, 4213.0, 4255.0, 4204.0, 4203.0, 4212.0, 4192.0, 4204.0, 4245.0, 4235.0, 4196.0, 4227.0, 4247.0, 4207.0, 4237.0, 4277.0, 4216.0, 4215.0, 4266.0, 4226.0, 4217.0, 4266.0, 4215.0, 4207.0, 4267.0, 4226.0, 4217.0, 4246.0, 4205.0, 4206.0, 4256.0, 4216.0, 4207.0, 4258.0, 4206.0, 4207.0, 4268.0, 4217.0, 4218.0, 4268.0, 4217.0, 4229.0, 4278.0, 4228.0, 4229.0, 4299.0, 4228.0, 4239.0, 4299.0, 4258.0, 4228.0, 4298.0, 4227.0, 4227.0, 4277.0, 4236.0, 4226.0, 4276.0, 4215.0, 4216.0, 4277.0, 4227.0, 4226.0, 4236.0, 4206.0, 4237.0, 4215.0, 4206.0, 4258.0, 4288.0, 4226.0, 4247.0, 4296.0, 4225.0, 4226.0, 4276.0, 4235.0, 4214.0, 4255.0, 4216.0, 4226.0, 4206.0, 4206.0, 4256.0, 4206.0, 4226.0, 4288.0, 4216.0, 4237.0, 4247.0, 4207.0, 4267.0, 4215.0, 4206.0, 4287.0, 4245.0, 4224.0, 4244.0, 4206.0, 4245.0, 4204.0, 4216.0, 4276.0, 4215.0, 4226.0, 4308.0, 4245.0, 4255.0, 4264.0, 4203.0, 4253.0, 4231.0, 4191.0, 4284.0, 4241.0, 4252.0, 4190.0, 4202.0, 4263.0, 4192.0, 4212.0, 4179.0, 4201.0, 4221.0, 4201.0, 4231.0, 4192.0, 4235.0, 4203.0, 4233.0, 4293.0, 4231.0, 4220.0, 4239.0, 4178.0, 4208.0, 4209.0, 4189.0, 4219.0, 4180.0, 4189.0, 4220.0, 4190.0, 4200.0, 4179.0, 4190.0, 4220.0, 4192.0, 4223.0, 4193.0, 4206.0, 4266.0, 4215.0, 4235.0, 4193.0, 4193.0, 4222.0, 4192.0, 4213.0, 4223.0, 4183.0, 4245.0, 4306.0, 4243.0, 4222.0, 4272.0, 4200.0, 4189.0, 4229.0, 4179.0, 4189.0, 4190.0, 4192.0, 4233.0, 4193.0, 4194.0, 4244.0, 4204.0, 4214.0, 4264.0, 4203.0, 4203.0, 4254.0, 4223.0, 4193.0, 4253.0, 4210.0, 4192.0, 4252.0, 4242.0, 4180.0, 4200.0, 4181.0, 4193.0, 4232.0, 4192.0, 4193.0, 4233.0, 4205.0, 4206.0, 4265.0, 4205.0, 4205.0, 4234.0, 4194.0, 4194.0, 4204.0, 4205.0, 4215.0, 4205.0, 4207.0, 4238.0, 4208.0, 4208.0, 4257.0, 4217.0, 4218.0, 4277.0, 4217.0, 4218.0, 4238.0, 4208.0, 4239.0, 4269.0, 4219.0, 4239.0, 4219.0, 4219.0, 4259.0, 4229.0, 4219.0, 4259.0, 4207.0, 4208.0, 4279.0, 4208.0, 4219.0, 4289.0, 4238.0, 4217.0, 4277.0, 4196.0, 4236.0, 4256.0, 4206.0, 4257.0, 4265.0, 4204.0, 4265.0, 4275.0, 4232.0, 4232.0, 4251.0, 4180.0, 4221.0, 4271.0, 4210.0, 4199.0, 4230.0, 4190.0, 4211.0, 4211.0, 4191.0, 4221.0, 4181.0, 4192.0, 4253.0, 4232.0, 4192.0, 4263.0, 4221.0, 4192.0, 4232.0, 4242.0, 4191.0, 4221.0, 4241.0, 4181.0, 4211.0, 4211.0, 4192.0, 4221.0, 4181.0, 4204.0, 4233.0, 4193.0, 4194.0, 4244.0, 4193.0, 4195.0, 4246.0, 4244.0, 4194.0, 4214.0, 4254.0, 4193.0, 4214.0, 4234.0, 4205.0, 4215.0, 4195.0, 4206.0, 4257.0, 4208.0, 4218.0, 4258.0, 4219.0, 4250.0, 4289.0, 4228.0, 4239.0, 4278.0, 4237.0, 4236.0, 4194.0, 4195.0, 4256.0, 4257.0, 4206.0, 4277.0, 4226.0, 4206.0, 4276.0, 4255.0, 4214.0, 4274.0, 4223.0, 4193.0, 4274.0, 4192.0, 4213.0, 4254.0, 4214.0, 4225.0, 4245.0, 4194.0, 4245.0, 4274.0, 4243.0, 4232.0, 4252.0, 4181.0, 4231.0, 4272.0, 4221.0, 4221.0, 4190.0, 4180.0, 4231.0, 4190.0, 4190.0, 4220.0, 4180.0, 4191.0, 4251.0, 4190.0, 4191.0, 4251.0, 4190.0, 4200.0, 4199.0, 4180.0, 4221.0, 4190.0, 4191.0, 4221.0, 4191.0, 4182.0, 4252.0, 4192.0, 4193.0, 4242.0, 4192.0, 4213.0, 4233.0, 4182.0, 4202.0, 4192.0, 4193.0, 4243.0, 4233.0, 4192.0, 4243.0, 4222.0, 4192.0, 4232.0, 4263.0, 4201.0, 4221.0, 4211.0, 4181.0, 4211.0, 4181.0, 4182.0, 4212.0, 4193.0, 4204.0, 4224.0, 4204.0, 4226.0, 4205.0, 4206.0, 4205.0, 4205.0, 4215.0, 4194.0, 4206.0, 4278.0, 4257.0, 4217.0, 4257.0, 4235.0, 4206.0, 4246.0, 4275.0, 4224.0, 4233.0, 4222.0, 4193.0, 4243.0, 4193.0, 4194.0, 4234.0, 4205.0, 4214.0, 4214.0, 4195.0, 4245.0, 4245.0, 4235.0, 4275.0, 4224.0, 4214.0, 4285.0, 4233.0, 4223.0, 4263.0, 4202.0, 4233.0, 4273.0, 4242.0, 4231.0, 4230.0, 4180.0, 4220.0, 4240.0, 4180.0, 4210.0, 4180.0, 4191.0, 4241.0, 4191.0, 4190.0, 4191.0, 4182.0, 4212.0, 4181.0, 4182.0, 4242.0, 4192.0, 4193.0, 4211.0, 4202.0, 4203.0, 4263.0, 4193.0, 4203.0, 4264.0, 4213.0, 4204.0, 4242.0, 4192.0, 4203.0, 4213.0, 4193.0, 4203.0, 4194.0, 4206.0, 4256.0, 4195.0, 4217.0, 4278.0, 4237.0, 4207.0, 4266.0, 4205.0, 4205.0, 4254.0, 4204.0, 4226.0, 4298.0, 4267.0, 4273.0, 4210.0, 4229.0, 4168.0, 4169.0, 4168.0, 4181.0, 4214.0, 4265.0, 4192.0, 4203.0, 4243.0, 4231.0, 4190.0, 4218.0, 4167.0, 4168.0, 4179.0, 4191.0, 4191.0, 4193.0, 4273.0, 4212.0, 4254.0, 4284.0, 4249.0, 4247.0, 4255.0, 4202.0, 4191.0, 4231.0, 4190.0, 4159.0, 4218.0, 4167.0, 4136.0, 4136.0, 4137.0, 4148.0, 4139.0, 4151.0, 4181.0, 4151.0, 4152.0, 4183.0, 4164.0, 4175.0, 4195.0, 4175.0, 4177.0, 4201.0, 4180.0, 4179.0, 4191.0, 4180.0, 4181.0, 4203.0, 4233.0, 4192.0, 4193.0, 4234.0, 4223.0, 4204.0, 4223.0, 4195.0, 4275.0, 4392.0, 4338.0, 4276.0, 4242.0, 4240.0, 4249.0, 4210.0, 4229.0, 4223.0, 4232.0, 4202.0, 4211.0, 4191.0, 4190.0, 4180.0, 4201.0, 4192.0, 4214.0, 4205.0, 4236.0, 4182.0, 4202.0, 4190.0, 4200.0, 4203.0, 4193.0, 4194.0, 4195.0, 4208.0, 4227.0, 4208.0, 4289.0, 4227.0, 4278.0, 4267.0, 4287.0, 4265.0, 4266.0, 4277.0, 4269.0, 4297.0, 4243.0, 4223.0, 4205.0, 4182.0, 4182.0, 4172.0, 4205.0, 4245.0, 4193.0, 4216.0, 4213.0, 4194.0, 4223.0, 4183.0, 4193.0, 4233.0, 4183.0, 4212.0, 4183.0, 4192.0, 4185.0, 4194.0, 4185.0, 4197.0, 4245.0, 4195.0, 4196.0, 4266.0, 4204.0, 4183.0, 4234.0, 4195.0, 4193.0, 4185.0, 4184.0, 4185.0, 4184.0, 4206.0, 4199.0, 4219.0, 4249.0, 4210.0, 4211.0, 4200.0, 4214.0, 4243.0, 4201.0, 4222.0, 4263.0, 4271.0, 4210.0, 4249.0, 4270.0, 4219.0, 4240.0, 4200.0, 4210.0, 4200.0, 4212.0, 4232.0, 4223.0, 4235.0, 4297.0, 4285.0, 4243.0, 4263.0, 4282.0, 4241.0, 4239.0, 4198.0, 4199.0, 4239.0, 4199.0, 4211.0, 4272.0, 4281.0, 4240.0, 4291.0, 4220.0, 4210.0, 4290.0, 4250.0, 4239.0, 4259.0, 4197.0, 4228.0, 4218.0, 4199.0, 4228.0, 4198.0, 4209.0, 4278.0, 4207.0, 4208.0, 4259.0, 4208.0, 4209.0, 4239.0, 4209.0, 4209.0, 4208.0, 4210.0, 4218.0, 4198.0, 4209.0, 4240.0, 4198.0, 4221.0, 4240.0, 4210.0, 4212.0, 4251.0, 4211.0, 4231.0, 4200.0, 4211.0, 4241.0, 4211.0, 4212.0, 4252.0, 4210.0, 4211.0, 4293.0, 4221.0, 4220.0, 4290.0, 4210.0, 4219.0, 4260.0, 4210.0, 4220.0, 4240.0, 4210.0, 4231.0, 4210.0, 4211.0, 4241.0, 4210.0, 4221.0, 4260.0, 4211.0, 4223.0, 4212.0, 4234.0, 4263.0, 4224.0, 4244.0, 4243.0, 4225.0, 4264.0, 4224.0, 4233.0, 4264.0, 4222.0, 4284.0, 4284.0, 4263.0, 4212.0, 4222.0, 4241.0, 4222.0, 4242.0, 4212.0, 4223.0, 4315.0, 4295.0, 4283.0, 4302.0, 4250.0, 4269.0, 4257.0, 4219.0, 4300.0, 4289.0, 4279.0, 4276.0, 4196.0, 4245.0, 4195.0, 4206.0, 4287.0, 4245.0, 4278.0, 4226.0, 4216.0, 4287.0, 4214.0, 4213.0, 4212.0, 4194.0, 4286.0, 4256.0, 4255.0, 4273.0, 4201.0, 4223.0, 4262.0, 4222.0, 4233.0, 4181.0, 4192.0, 4222.0, 4181.0, 4181.0, 4200.0, 4193.0, 4202.0, 4191.0, 4202.0, 4250.0, 4191.0, 4193.0, 4222.0, 4191.0, 4191.0, 4193.0, 4204.0, 4223.0, 4193.0, 4203.0, 4224.0, 4194.0, 4273.0, 4182.0, 4192.0, 4274.0, 4271.0, 4231.0, 4230.0, 4272.0, 4241.0, 4219.0, 4168.0, 4179.0, 4178.0, 4168.0, 4180.0, 4191.0, 4193.0, 4205.0, 4193.0, 4195.0, 4216.0, 4193.0, 4195.0, 4194.0, 4183.0, 4194.0, 4224.0, 4193.0, 4206.0, 4224.0, 4195.0, 4205.0, 4226.0, 4195.0, 4225.0, 4235.0, 4215.0, 4213.0, 4194.0, 4205.0, 4234.0, 4194.0, 4206.0, 4266.0, 4205.0, 4216.0, 4256.0, 4194.0, 4224.0, 4194.0, 4194.0, 4214.0, 4194.0, 4194.0, 4246.0, 4256.0, 4195.0, 4264.0, 4194.0, 4206.0, 4235.0, 4195.0, 4196.0, 4276.0, 4224.0, 4194.0, 4285.0, 4265.0, 4234.0, 4253.0, 4192.0, 4192.0, 4190.0, 4193.0, 4203.0, 4204.0, 4194.0, 4205.0, 4216.0, 4195.0, 4205.0, 4194.0, 4194.0, 4203.0, 4244.0, 4194.0, 4205.0, 4215.0, 4207.0, 4205.0, 4196.0, 4196.0, 4206.0, 4207.0, 4217.0, 4209.0, 4221.0, 4220.0, 4221.0, 4231.0, 4251.0, 4271.0, 4302.0, 4300.0, 4265.0, 4223.0, 4263.0, 4231.0, 4181.0, 4221.0, 4251.0, 4181.0, 4232.0, 4251.0, 4210.0, 4189.0, 4180.0, 4179.0, 4169.0, 4171.0, 4191.0, 4193.0, 4205.0, 4206.0, 4206.0, 4205.0, 4196.0, 4207.0, 4224.0, 4206.0, 4206.0, 4216.0, 4184.0, 4204.0, 4244.0, 4195.0, 4255.0, 4245.0, 4233.0, 4192.0, 4182.0, 4192.0, 4182.0, 4194.0, 4245.0, 4215.0, 4236.0, 4286.0, 4235.0, 4213.0, 4274.0, 4231.0, 4200.0, 4240.0, 4200.0, 4191.0, 4191.0, 4191.0, 4223.0, 4242.0, 4192.0, 4241.0, 4192.0, 4193.0, 4232.0, 4192.0, 4193.0, 4234.0, 4193.0, 4204.0, 4224.0, 4253.0, 4253.0, 4171.0, 4169.0, 4180.0, 4193.0, 4255.0, 4275.0, 4243.0, 4202.0, 4224.0, 4273.0, 4202.0, 4201.0, 4240.0, 4199.0, 4179.0, 4209.0, 4191.0, 4192.0, 4222.0, 4193.0, 4194.0, 4244.0, 4193.0, 4193.0, 4232.0, 4191.0, 4212.0, 4262.0, 4231.0, 4231.0, 4271.0, 4228.0, 4198.0, 4246.0, 4206.0, 4186.0, 4237.0, 4186.0, 4166.0, 4176.0, 4167.0, 4188.0, 4178.0, 4220.0, 4250.0, 4188.0, 4167.0, 4179.0, 4179.0, 4209.0, 4169.0, 4181.0, 4213.0, 4222.0, 4182.0, 4202.0, 4181.0, 4182.0, 4203.0, 4204.0, 4194.0, 4196.0, 4207.0, 4208.0, 4209.0, 4249.0, 4208.0, 4250.0, 4269.0, 4259.0, 4267.0, 4234.0, 4223.0, 4181.0, 4182.0, 4263.0, 4243.0, 4222.0, 4263.0, 4221.0, 4191.0, 4261.0, 4210.0, 4179.0, 4167.0, 4179.0, 4179.0, 4170.0, 4183.0, 4223.0, 4193.0, 4194.0, 4233.0, 4193.0, 4193.0, 4243.0, 4192.0, 4182.0, 4212.0, 4181.0, 4183.0, 4213.0, 4193.0, 4206.0, 4215.0, 4195.0, 4195.0, 4215.0, 4197.0, 4207.0, 4197.0, 4198.0, 4238.0, 4196.0, 4196.0, 4258.0, 4267.0, 4227.0, 4248.0, 4289.0, 4246.0, 4226.0, 4225.0, 4195.0, 4205.0, 4224.0, 4195.0, 4206.0, 4237.0, 4197.0, 4218.0, 4269.0, 4218.0, 4207.0, 4205.0, 4196.0, 4204.0, 4186.0, 4207.0, 4237.0, 4207.0, 4208.0, 4240.0, 4249.0, 4209.0, 4258.0, 4207.0, 4197.0, 4257.0, 4207.0, 4208.0, 4289.0, 4269.0, 4237.0, 4205.0, 4195.0, 4225.0, 4204.0, 4206.0, 4268.0, 4208.0, 4259.0, 4267.0, 4246.0, 4244.0, 4193.0, 4202.0, 4182.0, 4193.0, 4254.0, 4215.0, 4205.0, 4276.0, 4215.0, 4204.0, 4264.0, 4223.0, 4212.0, 4181.0, 4183.0, 4212.0, 4182.0, 4184.0, 4203.0, 4194.0, 4203.0, 4194.0, 4194.0, 4222.0, 4195.0, 4205.0, 4184.0, 4195.0, 4245.0, 4194.0, 4225.0, 4224.0, 4183.0, 4253.0, 4181.0, 4182.0, 4244.0, 4193.0, 4212.0, 4193.0, 4195.0, 4235.0, 4193.0, 4193.0, 4232.0, 4180.0, 4202.0, 4233.0, 4183.0, 4203.0, 4192.0, 4192.0, 4253.0, 4193.0, 4193.0, 4181.0, 4183.0, 4213.0, 4194.0, 4205.0, 4196.0, 4197.0, 4249.0], 'WindowWidth': [9463.0, 9496.0, 9400.0, 9379.0, 9427.0, 9372.0, 9387.0, 9451.0, 9378.0, 9394.0, 9494.0, 9401.0, 9425.0, 9447.0, 9358.0, 9368.0, 9391.0, 9290.0, 9308.0, 9408.0, 9361.0, 9305.0, 9305.0, 9302.0, 9279.0, 9290.0, 9316.0, 9278.0, 9294.0, 9360.0, 9297.0, 9314.0, 9342.0, 9303.0, 9323.0, 9347.0, 9322.0, 9324.0, 9334.0, 9328.0, 9332.0, 9388.0, 9370.0, 9329.0, 9346.0, 9399.0, 9348.0, 9364.0, 9421.0, 9352.0, 9350.0, 9359.0, 9334.0, 9353.0, 9406.0, 9394.0, 9344.0, 9387.0, 9414.0, 9361.0, 9403.0, 9455.0, 9374.0, 9371.0, 9439.0, 9386.0, 9373.0, 9440.0, 9370.0, 9362.0, 9442.0, 9385.0, 9373.0, 9412.0, 9356.0, 9359.0, 9425.0, 9371.0, 9361.0, 9430.0, 9360.0, 9363.0, 9444.0, 9375.0, 9379.0, 9446.0, 9377.0, 9394.0, 9459.0, 9391.0, 9396.0, 9488.0, 9391.0, 9407.0, 9490.0, 9431.0, 9391.0, 9484.0, 9389.0, 9388.0, 9454.0, 9400.0, 9387.0, 9453.0, 9371.0, 9373.0, 9455.0, 9390.0, 9389.0, 9400.0, 9362.0, 9402.0, 9369.0, 9360.0, 9431.0, 9471.0, 9385.0, 9416.0, 9481.0, 9382.0, 9385.0, 9452.0, 9394.0, 9368.0, 9426.0, 9377.0, 9387.0, 9360.0, 9361.0, 9425.0, 9360.0, 9388.0, 9473.0, 9374.0, 9403.0, 9415.0, 9362.0, 9442.0, 9369.0, 9360.0, 9470.0, 9409.0, 9379.0, 9407.0, 9359.0, 9411.0, 9354.0, 9375.0, 9454.0, 9369.0, 9386.0, 9502.0, 9410.0, 9420.0, 9431.0, 9347.0, 9414.0, 9381.0, 9330.0, 9460.0, 9398.0, 9412.0, 9328.0, 9345.0, 9428.0, 9332.0, 9359.0, 9310.0, 9342.0, 9368.0, 9343.0, 9382.0, 9334.0, 9395.0, 9350.0, 9388.0, 9469.0, 9380.0, 9364.0, 9387.0, 9304.0, 9346.0, 9347.0, 9323.0, 9362.0, 9312.0, 9324.0, 9365.0, 9326.0, 9338.0, 9310.0, 9326.0, 9365.0, 9332.0, 9374.0, 9336.0, 9356.0, 9434.0, 9366.0, 9392.0, 9335.0, 9334.0, 9370.0, 9330.0, 9359.0, 9372.0, 9319.0, 9405.0, 9494.0, 9400.0, 9370.0, 9435.0, 9336.0, 9322.0, 9373.0, 9306.0, 9323.0, 9324.0, 9331.0, 9386.0, 9333.0, 9336.0, 9402.0, 9350.0, 9364.0, 9429.0, 9347.0, 9347.0, 9415.0, 9371.0, 9332.0, 9413.0, 9352.0, 9329.0, 9410.0, 9395.0, 9312.0, 9338.0, 9313.0, 9333.0, 9382.0, 9331.0, 9336.0, 9388.0, 9354.0, 9356.0, 9433.0, 9353.0, 9353.0, 9391.0, 9338.0, 9338.0, 9350.0, 9353.0, 9369.0, 9356.0, 9361.0, 9401.0, 9363.0, 9365.0, 9427.0, 9375.0, 9376.0, 9454.0, 9373.0, 9377.0, 9402.0, 9365.0, 9407.0, 9447.0, 9381.0, 9406.0, 9380.0, 9381.0, 9433.0, 9395.0, 9382.0, 9432.0, 9362.0, 9364.0, 9459.0, 9365.0, 9381.0, 9474.0, 9402.0, 9374.0, 9452.0, 9343.0, 9397.0, 9424.0, 9356.0, 9427.0, 9433.0, 9351.0, 9434.0, 9445.0, 9384.0, 9385.0, 9407.0, 9312.0, 9369.0, 9435.0, 9351.0, 9337.0, 9377.0, 9327.0, 9354.0, 9355.0, 9330.0, 9369.0, 9315.0, 9332.0, 9414.0, 9383.0, 9332.0, 9427.0, 9368.0, 9332.0, 9385.0, 9395.0, 9329.0, 9368.0, 9392.0, 9315.0, 9355.0, 9354.0, 9330.0, 9369.0, 9316.0, 9351.0, 9389.0, 9335.0, 9340.0, 9405.0, 9334.0, 9341.0, 9409.0, 9405.0, 9338.0, 9365.0, 9416.0, 9335.0, 9365.0, 9392.0, 9355.0, 9367.0, 9342.0, 9360.0, 9426.0, 9364.0, 9380.0, 9432.0, 9381.0, 9424.0, 9472.0, 9390.0, 9406.0, 9456.0, 9399.0, 9398.0, 9340.0, 9343.0, 9423.0, 9426.0, 9358.0, 9455.0, 9383.0, 9358.0, 9454.0, 9419.0, 9365.0, 9445.0, 9376.0, 9337.0, 9444.0, 9334.0, 9362.0, 9417.0, 9366.0, 9382.0, 9407.0, 9338.0, 9407.0, 9446.0, 9401.0, 9386.0, 9411.0, 9316.0, 9383.0, 9437.0, 9368.0, 9367.0, 9325.0, 9314.0, 9381.0, 9326.0, 9327.0, 9366.0, 9313.0, 9328.0, 9408.0, 9326.0, 9328.0, 9408.0, 9327.0, 9340.0, 9337.0, 9313.0, 9367.0, 9326.0, 9329.0, 9368.0, 9328.0, 9319.0, 9410.0, 9332.0, 9334.0, 9398.0, 9333.0, 9362.0, 9388.0, 9320.0, 9345.0, 9332.0, 9334.0, 9400.0, 9387.0, 9334.0, 9402.0, 9371.0, 9333.0, 9386.0, 9427.0, 9343.0, 9368.0, 9354.0, 9316.0, 9356.0, 9317.0, 9319.0, 9358.0, 9337.0, 9353.0, 9378.0, 9354.0, 9383.0, 9354.0, 9357.0, 9354.0, 9356.0, 9368.0, 9341.0, 9360.0, 9456.0, 9426.0, 9373.0, 9427.0, 9394.0, 9357.0, 9411.0, 9445.0, 9376.0, 9388.0, 9370.0, 9337.0, 9403.0, 9336.0, 9338.0, 9392.0, 9354.0, 9367.0, 9365.0, 9342.0, 9408.0, 9408.0, 9394.0, 9447.0, 9378.0, 9366.0, 9462.0, 9387.0, 9375.0, 9427.0, 9345.0, 9387.0, 9440.0, 9397.0, 9382.0, 9379.0, 9313.0, 9365.0, 9390.0, 9311.0, 9352.0, 9311.0, 9328.0, 9395.0, 9330.0, 9327.0, 9328.0, 9318.0, 9357.0, 9317.0, 9319.0, 9398.0, 9331.0, 9334.0, 9356.0, 9345.0, 9348.0, 9427.0, 9334.0, 9348.0, 9429.0, 9361.0, 9351.0, 9397.0, 9332.0, 9349.0, 9360.0, 9336.0, 9350.0, 9340.0, 9358.0, 9424.0, 9344.0, 9376.0, 9456.0, 9401.0, 9360.0, 9436.0, 9354.0, 9355.0, 9419.0, 9352.0, 9384.0, 9486.0, 9439.0, 9440.0, 9348.0, 9373.0, 9290.0, 9293.0, 9290.0, 9315.0, 9365.0, 9433.0, 9334.0, 9349.0, 9402.0, 9381.0, 9323.0, 9355.0, 9287.0, 9291.0, 9308.0, 9329.0, 9328.0, 9333.0, 9441.0, 9357.0, 9416.0, 9461.0, 9400.0, 9392.0, 9403.0, 9321.0, 9304.0, 9360.0, 9302.0, 9259.0, 9336.0, 9267.0, 9227.0, 9225.0, 9230.0, 9245.0, 9234.0, 9254.0, 9295.0, 9255.0, 9259.0, 9300.0, 9276.0, 9293.0, 9318.0, 9293.0, 9300.0, 9340.0, 9311.0, 9305.0, 9326.0, 9311.0, 9313.0, 9346.0, 9385.0, 9327.0, 9329.0, 9386.0, 9371.0, 9349.0, 9374.0, 9341.0, 9449.0, 9696.0, 9566.0, 9451.0, 9393.0, 9385.0, 9397.0, 9348.0, 9374.0, 9370.0, 9381.0, 9345.0, 9354.0, 9326.0, 9324.0, 9309.0, 9340.0, 9328.0, 9359.0, 9349.0, 9393.0, 9315.0, 9340.0, 9321.0, 9335.0, 9342.0, 9329.0, 9334.0, 9335.0, 9357.0, 9382.0, 9358.0, 9469.0, 9385.0, 9455.0, 9434.0, 9464.0, 9431.0, 9435.0, 9450.0, 9441.0, 9476.0, 9399.0, 9368.0, 9352.0, 9316.0, 9314.0, 9300.0, 9347.0, 9401.0, 9331.0, 9363.0, 9357.0, 9332.0, 9370.0, 9316.0, 9330.0, 9380.0, 9313.0, 9353.0, 9315.0, 9326.0, 9319.0, 9333.0, 9322.0, 9339.0, 9401.0, 9335.0, 9337.0, 9430.0, 9342.0, 9315.0, 9384.0, 9332.0, 9328.0, 9320.0, 9317.0, 9320.0, 9322.0, 9351.0, 9347.0, 9374.0, 9412.0, 9364.0, 9368.0, 9352.0, 9376.0, 9414.0, 9355.0, 9383.0, 9438.0, 9445.0, 9361.0, 9413.0, 9440.0, 9373.0, 9400.0, 9349.0, 9363.0, 9351.0, 9370.0, 9397.0, 9388.0, 9407.0, 9491.0, 9472.0, 9412.0, 9439.0, 9461.0, 9404.0, 9400.0, 9344.0, 9347.0, 9399.0, 9346.0, 9366.0, 9451.0, 9461.0, 9405.0, 9473.0, 9376.0, 9363.0, 9471.0, 9415.0, 9401.0, 9425.0, 9342.0, 9384.0, 9369.0, 9347.0, 9385.0, 9345.0, 9361.0, 9452.0, 9357.0, 9359.0, 9427.0, 9360.0, 9362.0, 9401.0, 9364.0, 9361.0, 9361.0, 9365.0, 9375.0, 9347.0, 9365.0, 9406.0, 9349.0, 9381.0, 9407.0, 9367.0, 9372.0, 9421.0, 9369.0, 9395.0, 9352.0, 9370.0, 9411.0, 9370.0, 9372.0, 9426.0, 9367.0, 9371.0, 9479.0, 9382.0, 9379.0, 9473.0, 9365.0, 9377.0, 9432.0, 9366.0, 9380.0, 9405.0, 9368.0, 9397.0, 9367.0, 9370.0, 9409.0, 9368.0, 9385.0, 9436.0, 9371.0, 9389.0, 9375.0, 9406.0, 9443.0, 9393.0, 9421.0, 9419.0, 9395.0, 9445.0, 9392.0, 9404.0, 9445.0, 9389.0, 9471.0, 9470.0, 9440.0, 9371.0, 9385.0, 9408.0, 9385.0, 9413.0, 9372.0, 9389.0, 9517.0, 9487.0, 9468.0, 9491.0, 9419.0, 9443.0, 9425.0, 9375.0, 9489.0, 9470.0, 9455.0, 9448.0, 9341.0, 9404.0, 9337.0, 9353.0, 9463.0, 9405.0, 9451.0, 9378.0, 9366.0, 9462.0, 9360.0, 9357.0, 9355.0, 9333.0, 9460.0, 9417.0, 9414.0, 9437.0, 9338.0, 9369.0, 9421.0, 9365.0, 9381.0, 9311.0, 9326.0, 9366.0, 9311.0, 9310.0, 9337.0, 9333.0, 9341.0, 9326.0, 9341.0, 9402.0, 9324.0, 9330.0, 9366.0, 9325.0, 9326.0, 9332.0, 9346.0, 9371.0, 9331.0, 9345.0, 9373.0, 9333.0, 9438.0, 9315.0, 9328.0, 9440.0, 9432.0, 9375.0, 9374.0, 9435.0, 9388.0, 9357.0, 9286.0, 9305.0, 9301.0, 9289.0, 9309.0, 9325.0, 9333.0, 9350.0, 9334.0, 9339.0, 9366.0, 9334.0, 9336.0, 9333.0, 9317.0, 9333.0, 9373.0, 9331.0, 9350.0, 9373.0, 9337.0, 9350.0, 9379.0, 9338.0, 9376.0, 9388.0, 9361.0, 9357.0, 9332.0, 9348.0, 9387.0, 9334.0, 9352.0, 9432.0, 9350.0, 9365.0, 9417.0, 9335.0, 9374.0, 9334.0, 9334.0, 9362.0, 9334.0, 9335.0, 9407.0, 9419.0, 9338.0, 9427.0, 9335.0, 9352.0, 9389.0, 9336.0, 9339.0, 9447.0, 9376.0, 9336.0, 9457.0, 9428.0, 9385.0, 9408.0, 9328.0, 9328.0, 9323.0, 9330.0, 9345.0, 9347.0, 9336.0, 9352.0, 9366.0, 9338.0, 9351.0, 9334.0, 9335.0, 9346.0, 9401.0, 9336.0, 9351.0, 9365.0, 9356.0, 9351.0, 9340.0, 9342.0, 9354.0, 9356.0, 9371.0, 9364.0, 9383.0, 9382.0, 9384.0, 9396.0, 9422.0, 9449.0, 9492.0, 9490.0, 9429.0, 9369.0, 9420.0, 9374.0, 9309.0, 9363.0, 9403.0, 9310.0, 9377.0, 9402.0, 9347.0, 9318.0, 9307.0, 9305.0, 9291.0, 9297.0, 9325.0, 9333.0, 9352.0, 9353.0, 9354.0, 9352.0, 9341.0, 9355.0, 9375.0, 9352.0, 9352.0, 9365.0, 9320.0, 9349.0, 9402.0, 9337.0, 9418.0, 9403.0, 9383.0, 9327.0, 9315.0, 9328.0, 9314.0, 9333.0, 9402.0, 9362.0, 9393.0, 9459.0, 9391.0, 9359.0, 9441.0, 9376.0, 9336.0, 9388.0, 9334.0, 9323.0, 9324.0, 9327.0, 9370.0, 9395.0, 9328.0, 9392.0, 9329.0, 9332.0, 9381.0, 9329.0, 9332.0, 9388.0, 9334.0, 9352.0, 9376.0, 9411.0, 9410.0, 9299.0, 9293.0, 9310.0, 9333.0, 9421.0, 9447.0, 9398.0, 9343.0, 9374.0, 9439.0, 9342.0, 9340.0, 9390.0, 9333.0, 9308.0, 9348.0, 9326.0, 9330.0, 9370.0, 9333.0, 9337.0, 9401.0, 9334.0, 9333.0, 9382.0, 9326.0, 9354.0, 9421.0, 9375.0, 9375.0, 9433.0, 9368.0, 9327.0, 9391.0, 9334.0, 9309.0, 9378.0, 9309.0, 9283.0, 9297.0, 9288.0, 9316.0, 9302.0, 9360.0, 9398.0, 9316.0, 9286.0, 9305.0, 9307.0, 9346.0, 9294.0, 9314.0, 9357.0, 9368.0, 9315.0, 9341.0, 9312.0, 9315.0, 9347.0, 9351.0, 9338.0, 9342.0, 9362.0, 9360.0, 9363.0, 9417.0, 9364.0, 9418.0, 9441.0, 9426.0, 9434.0, 9386.0, 9369.0, 9310.0, 9312.0, 9424.0, 9393.0, 9364.0, 9424.0, 9363.0, 9323.0, 9416.0, 9346.0, 9304.0, 9287.0, 9306.0, 9306.0, 9294.0, 9317.0, 9370.0, 9330.0, 9334.0, 9383.0, 9330.0, 9332.0, 9397.0, 9326.0, 9315.0, 9353.0, 9312.0, 9317.0, 9357.0, 9333.0, 9356.0, 9366.0, 9338.0, 9339.0, 9366.0, 9344.0, 9357.0, 9345.0, 9348.0, 9398.0, 9341.0, 9341.0, 9427.0, 9437.0, 9383.0, 9412.0, 9469.0, 9406.0, 9379.0, 9377.0, 9338.0, 9349.0, 9374.0, 9337.0, 9354.0, 9395.0, 9344.0, 9375.0, 9444.0, 9372.0, 9357.0, 9351.0, 9342.0, 9350.0, 9328.0, 9358.0, 9398.0, 9356.0, 9360.0, 9405.0, 9417.0, 9364.0, 9427.0, 9358.0, 9343.0, 9424.0, 9356.0, 9361.0, 9470.0, 9441.0, 9394.0, 9349.0, 9339.0, 9377.0, 9349.0, 9355.0, 9441.0, 9361.0, 9425.0, 9436.0, 9406.0, 9401.0, 9332.0, 9343.0, 9316.0, 9333.0, 9415.0, 9363.0, 9350.0, 9447.0, 9362.0, 9346.0, 9429.0, 9369.0, 9353.0, 9312.0, 9316.0, 9353.0, 9315.0, 9319.0, 9344.0, 9334.0, 9346.0, 9334.0, 9336.0, 9370.0, 9338.0, 9348.0, 9319.0, 9335.0, 9401.0, 9336.0, 9378.0, 9374.0, 9319.0, 9412.0, 9313.0, 9315.0, 9398.0, 9330.0, 9353.0, 9331.0, 9339.0, 9390.0, 9333.0, 9333.0, 9378.0, 9311.0, 9340.0, 9382.0, 9316.0, 9344.0, 9329.0, 9328.0, 9411.0, 9331.0, 9330.0, 9313.0, 9317.0, 9357.0, 9335.0, 9350.0, 9340.0, 9344.0, 9415.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.0015794716088328076</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04149341940063092</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.64166016190212</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1224684362746653</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9611627184688245</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5084</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3149.415</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08174905109372024</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.6025236593059935</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4122554713910525</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2855561273262777</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.634428846281231</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.316781440565649</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00838848</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02358034811913967</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.05232438072562218</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.863600799759199</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.3583</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.2392</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.7937</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295870.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1011.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.0819</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8193</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.6774</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3407.015</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3575.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80674.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1237.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4562.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.2969</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.604393961373717</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> |