=== 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-0105 --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-0105",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
139 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
139 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-04/func/sub-0105_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>82a7a4d5ad6cbdab8157f001e8af5545</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>19:50:2.770000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999607, 0.00621593, 0.0273271, -0.00383822, 0.996269, -0.0862158]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.112338</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>[4219, -7747, -7286, 170, -159, -144, -43, 59]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>274.565</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6f97ef62-e74d-43ec-8c47-f651d4a74dc5||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681873083114624, -0.010297657921910286, 0.07495497167110443, 111.62914276123047], [-0.01667688973248005, 2.672917127609253, -0.23240791261196136, -91.83338928222656], [0.07331673055887222, 0.23131057620048523, 2.688934326171875, -96.83512878417969], [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': ['195002.770000', '195003.230000', '195003.690000', '195004.150000', '195004.610000', '195005.070000', '195005.530000', '195005.990000', '195006.450000', '195006.910000', '195007.370000', '195007.830000', '195008.290000', '195008.750000', '195009.210000', '195009.670000', '195010.130000', '195010.590000', '195011.050000', '195011.510000', '195011.970000', '195012.430000', '195012.890000', '195013.350000', '195013.810000', '195014.270000', '195014.730000', '195015.190000', '195015.650000', '195016.110000', '195016.570000', '195017.030000', '195017.490000', '195017.950000', '195018.410000', '195018.870000', '195019.330000', '195019.790000', '195020.250000', '195020.710000', '195021.170000', '195021.630000', '195022.090000', '195022.550000', '195023.010000', '195023.470000', '195023.930000', '195024.390000', '195024.850000', '195025.310000', '195025.770000', '195026.230000', '195026.690000', '195027.150000', '195027.610000', '195028.070000', '195028.530000', '195028.990000', '195029.450000', '195029.910000', '195030.370000', '195030.830000', '195031.290000', '195031.750000', '195032.210000', '195032.670000', '195033.130000', '195033.590000', '195034.050000', '195034.510000', '195034.970000', '195035.430000', '195035.890000', '195036.350000', '195036.810000', '195037.270000', '195037.730000', '195038.190000', '195038.650000', '195039.110000', '195039.570000', '195040.030000', '195040.490000', '195040.950000', '195041.410000', '195041.870000', '195042.330000', '195042.790000', '195043.250000', '195043.710000', '195044.170000', '195044.630000', '195045.090000', '195045.550000', '195046.010000', '195046.470000', '195046.930000', '195047.390000', '195047.850000', '195048.310000', '195048.770000', '195049.230000', '195049.690000', '195050.150000', '195050.610000', '195051.070000', '195051.530000', '195051.990000', '195052.450000', '195052.910000', '195053.370000', '195053.830000', '195054.290000', '195054.750000', '195055.210000', '195055.670000', '195056.130000', '195056.590000', '195057.050000', '195057.510000', '195057.970000', '195058.430000', '195058.890000', '195059.350000', '195059.810000', '195100.270000', '195100.730000', '195101.190000', '195101.650000', '195102.110000', '195102.570000', '195103.030000', '195103.490000', '195103.950000', '195104.410000', '195104.870000', '195105.330000', '195105.790000', '195106.250000', '195106.710000', '195107.170000', '195107.630000', '195108.090000', '195108.550000', '195109.010000', '195109.470000', '195109.930000', '195110.390000', '195110.850000', '195111.310000', '195111.770000', '195112.230000', '195112.690000', '195113.150000', '195113.610000', '195114.070000', '195114.530000', '195114.990000', '195115.450000', '195115.910000', '195116.370000', '195116.830000', '195117.290000', '195117.750000', '195118.210000', '195118.670000', '195119.130000', '195119.590000', '195120.050000', '195120.510000', '195120.970000', '195121.430000', '195121.890000', '195122.350000', '195122.810000', '195123.270000', '195123.730000', '195124.190000', '195124.650000', '195125.110000', '195125.570000', '195126.030000', '195126.490000', '195126.950000', '195127.410000', '195127.870000', '195128.330000', '195128.790000', '195129.250000', '195129.710000', '195130.170000', '195130.630000', '195131.090000', '195131.550000', '195132.010000', '195132.470000', '195132.930000', '195133.390000', '195133.850000', '195134.310000', '195134.770000', '195135.230000', '195135.690000', '195136.150000', '195136.610000', '195137.070000', '195137.530000', '195137.990000', '195138.450000', '195138.910000', '195139.370000', '195139.830000', '195140.290000', '195140.750000', '195141.210000', '195141.670000', '195142.130000', '195142.590000', '195143.050000', '195143.510000', '195143.970000', '195144.430000', '195144.890000', '195145.350000', '195145.810000', '195146.270000', '195146.730000', '195147.190000', '195147.650000', '195148.110000', '195148.570000', '195149.030000', '195149.490000', '195149.950000', '195150.410000', '195150.870000', '195151.330000', '195151.790000', '195152.250000', '195152.710000', '195153.170000', '195153.630000', '195154.090000', '195154.550000', '195155.010000', '195155.470000', '195155.930000', '195156.390000', '195156.850000', '195157.310000', '195157.770000', '195158.230000', '195158.690000', '195159.150000', '195159.610000', '195200.070000', '195200.530000', '195200.990000', '195201.450000', '195201.910000', '195202.370000', '195202.830000', '195203.290000', '195203.750000', '195204.210000', '195204.670000', '195205.130000', '195205.590000', '195206.050000', '195206.510000', '195206.970000', '195207.430000', '195207.890000', '195208.350000', '195208.810000', '195209.270000', '195209.730000', '195210.190000', '195210.650000', '195211.110000', '195211.570000', '195212.030000', '195212.490000', '195212.950000', '195213.410000', '195213.870000', '195214.330000', '195214.790000', '195215.250000', '195215.710000', '195216.170000', '195216.630000', '195217.090000', '195217.550000', '195218.010000', '195218.470000', '195218.930000', '195219.390000', '195219.850000', '195220.310000', '195220.770000', '195221.230000', '195221.690000', '195222.150000', '195222.610000', '195223.070000', '195223.530000', '195223.990000', '195224.450000', '195224.910000', '195225.370000', '195225.830000', '195226.290000', '195226.750000', '195227.210000', '195227.670000', '195228.130000', '195228.590000', '195229.050000', '195229.510000', '195229.970000', '195230.430000', '195230.890000', '195231.350000', '195231.810000', '195232.270000', '195232.730000', '195233.190000', '195233.650000', '195234.110000', '195234.570000', '195235.030000', '195235.490000', '195235.950000', '195236.410000', '195236.870000', '195237.330000', '195237.790000', '195238.250000', '195238.710000', '195239.170000', '195239.630000', '195240.090000', '195240.550000', '195241.010000', '195241.470000', '195241.930000', '195242.390000', '195242.850000', '195243.310000', '195243.770000', '195244.230000', '195244.690000', '195245.150000', '195245.610000', '195246.070000', '195246.530000', '195246.990000', '195247.450000', '195247.910000', '195248.370000', '195248.830000', '195249.290000', '195249.750000', '195250.210000', '195250.670000', '195251.130000', '195251.590000', '195252.050000', '195252.510000', '195252.970000', '195253.430000', '195253.890000', '195254.350000', '195254.810000', '195255.270000', '195255.730000', '195256.190000', '195256.650000', '195257.110000', '195257.570000', '195258.030000', '195258.490000', '195258.950000', '195259.410000', '195259.870000', '195300.330000', '195300.790000', '195301.250000', '195301.710000', '195302.170000', '195302.630000', '195303.090000', '195303.550000', '195304.010000', '195304.470000', '195304.930000', '195305.390000', '195305.850000', '195306.310000', '195306.770000', '195307.230000', '195307.690000', '195308.150000', '195308.610000', '195309.070000', '195309.530000', '195309.990000', '195310.450000', '195310.910000', '195311.370000', '195311.830000', '195312.290000', '195312.750000', '195313.210000', '195313.670000', '195314.130000', '195314.590000', '195315.050000', '195315.510000', '195315.970000', '195316.430000', '195316.890000', '195317.350000', '195317.810000', '195318.270000', '195318.730000', '195319.190000', '195319.650000', '195320.110000', '195320.570000', '195321.030000', '195321.490000', '195321.950000', '195322.410000', '195322.870000', '195323.330000', '195323.790000', '195324.250000', '195324.710000', '195325.170000', '195325.630000', '195326.090000', '195326.550000', '195327.010000', '195327.470000', '195327.930000', '195328.390000', '195328.850000', '195329.310000', '195329.770000', '195330.230000', '195330.690000', '195331.150000', '195331.610000', '195332.070000', '195332.530000', '195332.990000', '195333.450000', '195333.910000', '195334.370000', '195334.830000', '195335.290000', '195335.750000', '195336.210000', '195336.670000', '195337.130000', '195337.590000', '195338.050000', '195338.510000', '195338.970000', '195339.430000', '195339.890000', '195340.350000', '195340.810000', '195341.270000', '195341.730000', '195342.190000', '195342.650000', '195343.110000', '195343.570000', '195344.030000', '195344.490000', '195344.950000', '195345.410000', '195345.870000', '195346.330000', '195346.790000', '195347.250000', '195347.710000', '195348.170000', '195348.630000', '195349.090000', '195349.550000', '195350.010000', '195350.470000', '195350.930000', '195351.390000', '195351.850000', '195352.310000', '195352.770000', '195353.230000', '195353.690000', '195354.150000', '195354.610000', '195355.070000', '195355.530000', '195355.990000', '195356.450000', '195356.910000', '195357.370000', '195357.830000', '195358.290000', '195358.750000', '195359.210000', '195359.670000', '195400.130000', '195400.590000', '195401.050000', '195401.510000', '195401.970000', '195402.430000', '195402.890000', '195403.350000', '195403.810000', '195404.270000', '195404.730000', '195405.190000', '195405.650000', '195406.110000', '195406.570000', '195407.030000', '195407.490000', '195407.950000', '195408.410000', '195408.870000', '195409.330000', '195409.790000', '195410.250000', '195410.710000', '195411.170000', '195411.630000', '195412.090000', '195412.550000', '195413.010000', '195413.470000', '195413.930000', '195414.390000', '195414.850000', '195415.310000', '195415.770000', '195416.230000', '195416.690000', '195417.150000', '195417.610000', '195418.070000', '195418.530000', '195418.990000', '195419.450000', '195419.910000', '195420.370000', '195420.830000', '195421.290000', '195421.750000', '195422.210000', '195422.670000', '195423.130000', '195423.590000', '195424.050000', '195424.510000', '195424.970000', '195425.430000', '195425.890000', '195426.350000', '195426.810000', '195427.270000', '195427.730000', '195428.190000', '195428.650000', '195429.110000', '195429.570000', '195430.030000', '195430.490000', '195430.950000', '195431.410000', '195431.870000', '195432.330000', '195432.790000', '195433.250000', '195433.710000', '195434.170000', '195434.630000', '195435.090000', '195435.550000', '195436.010000', '195436.470000', '195436.930000', '195437.390000', '195437.850000', '195438.310000', '195438.770000', '195439.230000', '195439.690000', '195440.150000', '195440.610000', '195441.070000', '195441.530000', '195441.990000', '195442.450000', '195442.910000', '195443.370000', '195443.830000', '195444.290000', '195444.750000', '195445.210000', '195445.670000', '195446.130000', '195446.590000', '195447.050000', '195447.510000', '195447.970000', '195448.430000', '195448.890000', '195449.350000', '195449.810000', '195450.270000', '195450.730000', '195451.190000', '195451.650000', '195452.110000', '195452.570000', '195453.030000', '195453.490000', '195453.950000', '195454.410000', '195454.870000', '195455.330000', '195455.790000', '195456.250000', '195456.710000', '195457.170000', '195457.630000', '195458.090000', '195458.550000', '195459.010000', '195459.470000', '195459.930000', '195500.390000', '195500.850000', '195501.310000', '195501.770000', '195502.230000', '195502.690000', '195503.150000', '195503.610000', '195504.070000', '195504.530000', '195504.990000', '195505.450000', '195505.910000', '195506.370000', '195506.830000', '195507.290000', '195507.750000', '195508.210000', '195508.670000', '195509.130000', '195509.590000', '195510.050000', '195510.510000', '195510.970000', '195511.430000', '195511.890000', '195512.350000', '195512.810000', '195513.270000', '195513.730000', '195514.190000', '195514.650000', '195515.110000', '195515.570000', '195516.030000', '195516.490000', '195516.950000', '195517.410000', '195517.870000', '195518.330000', '195518.790000', '195519.250000', '195519.710000', '195520.170000', '195520.630000', '195521.090000', '195521.550000', '195522.010000', '195522.470000', '195522.930000', '195523.390000', '195523.850000', '195524.310000', '195524.770000', '195525.230000', '195525.690000', '195526.150000', '195526.610000', '195527.070000', '195527.530000', '195527.990000', '195528.450000', '195528.910000', '195529.370000', '195529.830000', '195530.290000', '195530.750000', '195531.210000', '195531.670000', '195532.130000', '195532.590000', '195533.050000', '195533.510000', '195533.970000', '195534.430000', '195534.890000', '195535.350000', '195535.810000', '195536.270000', '195536.730000', '195537.190000', '195537.650000', '195538.110000', '195538.570000', '195539.030000', '195539.490000', '195539.950000', '195540.410000', '195540.870000', '195541.330000', '195541.790000', '195542.250000', '195542.710000', '195543.170000', '195543.630000', '195544.090000', '195544.550000', '195545.010000', '195545.470000', '195545.930000', '195546.390000', '195546.850000', '195547.310000', '195547.770000', '195548.230000', '195548.690000', '195549.150000', '195549.610000', '195550.070000', '195550.530000', '195550.990000', '195551.450000', '195551.910000', '195552.370000', '195552.830000', '195553.290000', '195553.750000', '195554.210000', '195554.670000', '195555.130000', '195555.590000', '195556.050000', '195556.510000', '195556.970000', '195557.430000', '195557.890000', '195558.350000', '195558.810000', '195559.270000', '195559.730000', '195600.190000', '195600.650000', '195601.110000', '195601.570000', '195602.030000', '195602.490000', '195602.950000', '195603.410000', '195603.870000', '195604.330000', '195604.790000', '195605.250000', '195605.710000', '195606.170000', '195606.630000', '195607.090000', '195607.550000', '195608.010000', '195608.470000', '195608.930000', '195609.390000', '195609.850000', '195610.310000', '195610.770000', '195611.230000', '195611.690000', '195612.150000', '195612.610000', '195613.070000', '195613.530000', '195613.990000', '195614.450000', '195614.910000', '195615.370000', '195615.830000', '195616.290000', '195616.750000', '195617.210000', '195617.670000', '195618.130000', '195618.590000', '195619.050000', '195619.510000', '195619.970000', '195620.430000', '195620.890000', '195621.350000', '195621.810000', '195622.270000', '195622.730000', '195623.190000', '195623.650000', '195624.110000', '195624.570000', '195625.030000', '195625.490000', '195625.950000', '195626.410000', '195626.870000', '195627.330000', '195627.790000', '195628.250000', '195628.710000', '195629.170000', '195629.630000', '195630.090000', '195630.550000', '195631.010000', '195631.470000', '195631.930000', '195632.390000', '195632.850000', '195633.310000', '195633.770000', '195634.230000', '195634.690000', '195635.150000', '195635.610000', '195636.070000', '195636.530000', '195636.990000', '195637.450000', '195637.910000', '195638.370000', '195638.830000', '195639.290000', '195639.750000', '195640.210000', '195640.670000', '195641.130000', '195641.590000', '195642.050000', '195642.510000', '195642.970000', '195643.430000', '195643.890000', '195644.350000', '195644.810000', '195645.270000', '195645.730000', '195646.190000', '195646.650000', '195647.110000', '195647.570000', '195648.030000', '195648.490000', '195648.950000', '195649.410000', '195649.870000', '195650.330000', '195650.790000', '195651.250000', '195651.710000', '195652.170000', '195652.630000', '195653.090000', '195653.550000', '195654.010000', '195654.470000', '195654.930000', '195655.390000', '195655.850000', '195656.310000', '195656.770000', '195657.230000', '195657.690000', '195658.150000', '195658.610000', '195659.070000', '195659.530000', '195659.990000', '195700.450000', '195700.910000', '195701.370000', '195701.830000', '195702.290000', '195702.750000', '195703.210000', '195703.670000', '195704.130000', '195704.590000', '195705.050000', '195705.510000', '195705.970000', '195706.430000', '195706.890000', '195707.350000', '195707.810000', '195708.270000', '195708.730000', '195709.190000', '195709.650000', '195710.110000', '195710.570000', '195711.030000', '195711.490000', '195711.950000', '195712.410000', '195712.870000', '195713.330000', '195713.790000', '195714.250000', '195714.710000', '195715.170000', '195715.630000', '195716.090000', '195716.550000', '195717.010000', '195717.470000', '195717.930000', '195718.390000', '195718.850000', '195719.310000', '195719.770000', '195720.230000', '195720.690000', '195721.150000', '195721.610000', '195722.070000', '195722.530000', '195722.990000', '195723.450000', '195723.910000', '195724.370000', '195724.830000', '195725.290000', '195725.750000', '195726.210000', '195726.670000', '195727.130000', '195727.590000', '195728.050000', '195728.510000', '195728.970000', '195729.430000', '195729.890000', '195730.350000', '195730.810000', '195731.270000', '195731.730000', '195732.190000', '195732.650000', '195733.110000', '195733.570000', '195734.030000', '195734.490000', '195734.950000', '195735.410000', '195735.870000', '195736.330000', '195736.790000', '195737.250000', '195737.710000', '195738.170000', '195738.630000', '195739.090000', '195739.550000', '195740.010000', '195740.470000', '195740.930000', '195741.390000', '195741.850000', '195742.310000', '195742.770000', '195743.230000', '195743.690000', '195744.150000', '195744.610000', '195745.070000', '195745.530000', '195745.990000', '195746.450000', '195746.910000', '195747.370000', '195747.830000', '195748.290000', '195748.750000', '195749.210000', '195749.670000', '195750.130000', '195750.590000', '195751.050000', '195751.510000', '195751.970000', '195752.430000', '195752.890000', '195753.350000', '195753.810000', '195754.270000', '195754.730000', '195755.190000', '195755.650000', '195756.110000', '195756.570000', '195757.030000', '195757.490000', '195757.950000', '195758.410000', '195758.870000', '195759.330000', '195759.790000', '195800.250000', '195800.710000', '195801.170000', '195801.630000', '195802.090000', '195802.550000', '195803.010000', '195803.470000', '195803.930000', '195804.390000', '195804.850000', '195805.310000', '195805.770000', '195806.230000', '195806.690000', '195807.150000', '195807.610000', '195808.070000', '195808.530000', '195808.990000', '195809.450000', '195809.910000', '195810.370000', '195810.830000', '195811.290000', '195811.750000', '195812.210000', '195812.670000', '195813.130000', '195813.590000', '195814.050000', '195814.510000', '195814.970000', '195815.430000', '195815.890000', '195816.350000', '195816.810000', '195817.270000', '195817.730000', '195818.190000', '195818.650000', '195819.110000', '195819.570000', '195820.030000', '195820.490000', '195820.950000', '195821.410000', '195821.870000', '195822.330000', '195822.790000', '195823.250000', '195823.710000', '195824.170000', '195824.630000', '195825.090000', '195825.550000', '195826.010000', '195826.470000', '195826.930000', '195827.390000', '195827.850000', '195828.310000', '195828.770000', '195829.230000', '195829.690000', '195830.150000', '195830.610000', '195831.070000', '195831.530000', '195831.990000', '195832.450000', '195832.910000', '195833.370000', '195833.830000', '195834.290000', '195834.750000', '195835.210000', '195835.670000', '195836.130000', '195836.590000', '195837.050000', '195837.510000', '195837.970000', '195838.430000', '195838.890000', '195839.350000', '195839.810000', '195840.270000', '195840.730000', '195841.190000', '195841.650000', '195842.110000', '195842.570000', '195843.030000', '195843.490000', '195843.950000', '195844.410000', '195844.870000', '195845.330000', '195845.790000', '195846.250000', '195846.710000', '195847.170000', '195847.630000', '195848.090000', '195848.550000', '195849.010000', '195849.470000', '195849.930000', '195850.390000', '195850.850000', '195851.310000', '195851.770000', '195852.230000', '195852.690000', '195853.150000', '195853.610000', '195854.070000', '195854.530000', '195854.990000', '195855.450000', '195855.910000', '195856.370000', '195856.830000', '195857.290000', '195857.750000', '195858.210000', '195858.670000', '195859.130000', '195859.590000', '195900.050000', '195900.510000', '195900.970000', '195901.430000', '195901.890000', '195902.350000', '195902.810000', '195903.270000', '195903.730000', '195904.190000', '195904.650000', '195905.110000', '195905.570000', '195906.030000', '195906.490000', '195906.950000', '195907.410000', '195907.870000', '195908.330000', '195908.790000', '195909.250000', '195909.710000', '195910.170000', '195910.630000', '195911.090000', '195911.550000', '195912.010000', '195912.470000', '195912.930000', '195913.390000', '195913.850000', '195914.310000', '195914.770000', '195915.230000', '195915.690000', '195916.150000', '195916.610000', '195917.070000', '195917.530000', '195917.990000', '195918.450000', '195918.910000', '195919.370000', '195919.830000', '195920.290000', '195920.750000', '195921.210000', '195921.670000', '195922.130000', '195922.590000', '195923.050000', '195923.510000', '195923.970000', '195924.430000', '195924.890000', '195925.350000', '195925.810000', '195926.270000', '195926.730000', '195927.190000', '195927.650000', '195928.110000', '195928.570000', '195929.030000', '195929.490000', '195929.950000', '195930.410000', '195930.870000', '195931.330000', '195931.790000', '195932.250000', '195932.710000', '195933.170000', '195933.630000', '195934.090000', '195934.550000', '195935.010000', '195935.470000', '195935.930000', '195936.390000', '195936.850000', '195937.310000', '195937.770000', '195938.230000', '195938.690000', '195939.150000', '195939.610000', '195940.070000', '195940.530000', '195940.990000', '195941.450000', '195941.910000', '195942.370000', '195942.830000', '195943.290000', '195943.750000', '195944.210000', '195944.670000', '195945.130000', '195945.590000'], 'ContentTime': ['195026.085000', '195026.096000', '195026.098000', '195026.101000', '195026.104000', '195026.106000', '195026.109000', '195026.112000', '195026.114000', '195026.117000', '195026.125000', '195026.128000', '195026.130000', '195026.133000', '195026.136000', '195026.138000', '195026.141000', '195026.143000', '195026.146000', '195026.148000', '195026.151000', '195026.153000', '195026.160000', '195026.163000', '195026.165000', '195026.168000', '195026.170000', '195026.173000', '195026.176000', '195026.178000', '195026.181000', '195026.183000', '195026.186000', '195026.189000', '195026.191000', '195026.194000', '195026.196000', '195026.199000', '195026.201000', '195026.204000', '195026.207000', '195026.209000', '195026.212000', '195026.214000', '195026.217000', '195026.219000', '195026.222000', '195026.224000', '195026.227000', '195046.046000', '195046.049000', '195046.052000', '195046.054000', '195046.057000', '195046.059000', '195046.062000', '195046.065000', '195046.067000', '195046.070000', '195046.073000', '195046.075000', '195046.078000', '195046.080000', '195046.083000', '195046.086000', '195046.088000', '195046.091000', '195046.094000', '195046.096000', '195046.099000', '195046.102000', '195046.104000', '195046.107000', '195046.110000', '195046.112000', '195046.115000', '195046.117000', '195046.120000', '195046.122000', '195046.125000', '195046.128000', '195046.134000', '195046.137000', '195046.139000', '195046.142000', '195046.145000', '195046.147000', '195046.150000', '195046.153000', '195046.155000', '195046.158000', '195046.160000', '195046.163000', '195106.047000', '195106.049000', '195106.052000', '195106.055000', '195106.057000', '195106.117000', '195106.119000', '195106.122000', '195106.125000', '195106.136000', '195106.138000', '195106.141000', '195106.144000', '195106.146000', '195106.149000', '195106.151000', '195106.154000', '195106.157000', '195106.159000', '195106.162000', '195106.164000', '195106.167000', '195106.170000', '195106.172000', '195106.175000', '195106.177000', '195106.180000', '195106.182000', '195106.185000', '195106.194000', '195106.197000', '195106.199000', '195106.202000', '195106.205000', '195106.207000', '195106.210000', '195106.212000', '195106.215000', '195106.218000', '195106.220000', '195106.223000', '195106.225000', '195106.228000', '195126.048000', '195126.051000', '195126.053000', '195126.056000', '195126.059000', '195126.061000', '195126.064000', '195126.066000', '195126.069000', '195126.072000', '195126.074000', '195126.077000', '195126.079000', '195126.082000', '195126.084000', '195126.088000', '195126.092000', '195126.095000', '195126.097000', '195126.100000', '195126.102000', '195126.105000', '195126.108000', '195126.110000', '195126.113000', '195126.115000', '195126.118000', '195126.121000', '195126.124000', '195126.126000', '195126.129000', '195126.131000', '195126.134000', '195126.136000', '195126.139000', '195126.142000', '195126.145000', '195126.147000', '195126.150000', '195126.152000', '195126.155000', '195126.158000', '195126.160000', '195126.163000', '195146.047000', '195146.050000', '195146.053000', '195146.056000', '195146.059000', '195146.062000', '195146.064000', '195146.067000', '195146.070000', '195146.073000', '195146.075000', '195146.078000', '195146.081000', '195146.083000', '195146.086000', '195146.088000', '195146.091000', '195146.094000', '195146.097000', '195146.099000', '195146.102000', '195146.105000', '195146.107000', '195146.110000', '195146.113000', '195146.115000', '195146.141000', '195146.143000', '195146.146000', '195146.149000', '195146.151000', '195146.154000', '195146.157000', '195146.159000', '195146.162000', '195146.165000', '195146.167000', '195146.170000', '195146.173000', '195146.175000', '195146.178000', '195146.180000', '195146.183000', '195206.048000', '195206.051000', '195206.065000', '195206.067000', '195206.070000', '195206.072000', '195206.075000', '195206.078000', '195206.080000', '195206.083000', '195206.085000', '195206.088000', '195206.090000', '195206.093000', '195206.096000', '195206.098000', '195206.101000', '195206.103000', '195206.106000', '195206.109000', '195206.111000', '195206.114000', '195206.117000', '195206.119000', '195206.122000', '195206.124000', '195206.127000', '195206.130000', '195206.132000', '195206.135000', '195206.138000', '195206.140000', '195206.143000', '195206.145000', '195206.148000', '195206.151000', '195206.153000', '195206.156000', '195206.158000', '195206.161000', '195206.164000', '195206.166000', '195206.169000', '195226.047000', '195226.049000', '195226.052000', '195226.055000', '195226.057000', '195226.060000', '195226.063000', '195226.065000', '195226.068000', '195226.070000', '195226.073000', '195226.075000', '195226.078000', '195226.081000', '195226.083000', '195226.086000', '195226.088000', '195226.091000', '195226.094000', '195226.096000', '195226.099000', '195226.101000', '195226.104000', '195226.106000', '195226.109000', '195226.112000', '195226.114000', '195226.117000', '195226.119000', '195226.131000', '195226.133000', '195226.136000', '195226.139000', '195226.141000', '195226.144000', '195226.147000', '195226.149000', '195226.152000', '195226.154000', '195226.157000', '195226.159000', '195226.162000', '195226.165000', '195226.167000', '195246.046000', '195246.049000', '195246.052000', '195246.054000', '195246.057000', '195246.060000', '195246.062000', '195246.065000', '195246.067000', '195246.070000', '195246.079000', '195246.082000', '195246.084000', '195246.087000', '195246.089000', '195246.107000', '195246.109000', '195246.112000', '195246.115000', '195246.117000', '195246.120000', '195246.123000', '195246.125000', '195246.129000', '195246.132000', '195246.135000', '195246.137000', '195246.140000', '195246.142000', '195246.145000', '195246.148000', '195246.150000', '195246.153000', '195246.156000', '195246.158000', '195246.161000', '195246.163000', '195246.166000', '195246.168000', '195246.171000', '195246.174000', '195246.179000', '195246.182000', '195306.047000', '195306.049000', '195306.052000', '195306.055000', '195306.057000', '195306.060000', '195306.062000', '195306.065000', '195306.067000', '195306.070000', '195306.073000', '195306.075000', '195306.078000', '195306.080000', '195306.083000', '195306.086000', '195306.088000', '195306.091000', '195306.093000', '195306.096000', '195306.099000', '195306.101000', '195306.104000', '195306.107000', '195306.109000', '195306.112000', '195306.114000', '195306.117000', '195306.119000', '195306.122000', '195306.125000', '195306.127000', '195306.130000', '195306.133000', '195306.135000', '195306.138000', '195306.140000', '195306.143000', '195306.146000', '195306.148000', '195306.151000', '195306.153000', '195306.156000', '195306.159000', '195326.047000', '195326.050000', '195326.052000', '195326.055000', '195326.057000', '195326.060000', '195326.063000', '195326.065000', '195326.068000', '195326.070000', '195326.073000', '195326.076000', '195326.078000', '195326.081000', '195326.083000', '195326.086000', '195326.089000', '195326.091000', '195326.094000', '195326.096000', '195326.099000', '195326.102000', '195326.104000', '195326.107000', '195326.109000', '195326.112000', '195326.115000', '195326.117000', '195326.120000', '195326.123000', '195326.125000', '195326.128000', '195326.130000', '195326.133000', '195326.136000', '195326.138000', '195326.141000', '195326.151000', '195326.154000', '195326.157000', '195326.159000', '195326.162000', '195326.164000', '195346.047000', '195346.050000', '195346.057000', '195346.060000', '195346.062000', '195346.065000', '195346.068000', '195346.070000', '195346.073000', '195346.075000', '195346.078000', '195346.081000', '195346.083000', '195346.086000', '195346.089000', '195346.092000', '195346.094000', '195346.097000', '195346.099000', '195346.102000', '195346.104000', '195346.107000', '195346.110000', '195346.112000', '195346.115000', '195346.117000', '195346.120000', '195346.123000', '195346.125000', '195346.128000', '195346.131000', '195346.133000', '195346.136000', '195346.138000', '195346.141000', '195346.144000', '195346.146000', '195346.149000', '195346.151000', '195346.154000', '195346.157000', '195346.159000', '195346.162000', '195346.165000', '195406.048000', '195406.050000', '195406.053000', '195406.056000', '195406.058000', '195406.061000', '195406.063000', '195406.066000', '195406.068000', '195406.071000', '195406.074000', '195406.076000', '195406.079000', '195406.081000', '195406.084000', '195406.087000', '195406.089000', '195406.092000', '195406.094000', '195406.097000', '195406.100000', '195406.102000', '195406.105000', '195406.115000', '195406.118000', '195406.121000', '195406.123000', '195406.126000', '195406.128000', '195406.131000', '195406.134000', '195406.137000', '195406.140000', '195406.143000', '195406.146000', '195406.148000', '195406.151000', '195406.153000', '195406.156000', '195406.158000', '195406.194000', '195406.197000', '195406.200000', '195426.047000', '195426.050000', '195426.053000', '195426.056000', '195426.058000', '195426.061000', '195426.063000', '195426.066000', '195426.069000', '195426.071000', '195426.074000', '195426.076000', '195426.079000', '195426.082000', '195426.085000', '195426.088000', '195426.090000', '195426.093000', '195426.096000', '195426.098000', '195426.101000', '195426.104000', '195426.106000', '195426.109000', '195426.111000', '195426.114000', '195426.117000', '195426.120000', '195426.122000', '195426.125000', '195426.127000', '195426.130000', '195426.133000', '195426.135000', '195426.138000', '195426.141000', '195426.143000', '195426.146000', '195426.148000', '195426.151000', '195426.154000', '195426.156000', '195426.159000', '195426.161000', '195446.046000', '195446.049000', '195446.052000', '195446.054000', '195446.057000', '195446.060000', '195446.062000', '195446.065000', '195446.067000', '195446.070000', '195446.073000', '195446.075000', '195446.078000', '195446.081000', '195446.083000', '195446.086000', '195446.089000', '195446.091000', '195446.094000', '195446.096000', '195446.099000', '195446.102000', '195446.104000', '195446.107000', '195446.110000', '195446.112000', '195446.115000', '195446.117000', '195446.120000', '195446.122000', '195446.125000', '195446.128000', '195446.130000', '195446.133000', '195446.135000', '195446.138000', '195446.140000', '195446.143000', '195446.146000', '195446.148000', '195446.151000', '195446.153000', '195446.156000', '195506.047000', '195506.049000', '195506.052000', '195506.055000', '195506.057000', '195506.060000', '195506.063000', '195506.065000', '195506.068000', '195506.071000', '195506.074000', '195506.076000', '195506.079000', '195506.082000', '195506.084000', '195506.087000', '195506.089000', '195506.092000', '195506.095000', '195506.097000', '195506.100000', '195506.103000', '195506.105000', '195506.108000', '195506.110000', '195506.113000', '195506.116000', '195506.118000', '195506.121000', '195506.124000', '195506.126000', '195506.129000', '195506.131000', '195506.134000', '195506.137000', '195506.139000', '195506.142000', '195506.144000', '195506.147000', '195506.150000', '195506.152000', '195506.155000', '195506.158000', '195506.160000', '195526.047000', '195526.049000', '195526.052000', '195526.055000', '195526.057000', '195526.060000', '195526.062000', '195526.065000', '195526.068000', '195526.070000', '195526.073000', '195526.076000', '195526.078000', '195526.081000', '195526.083000', '195526.086000', '195526.089000', '195526.091000', '195526.094000', '195526.097000', '195526.099000', '195526.102000', '195526.104000', '195526.107000', '195526.110000', '195526.112000', '195526.115000', '195526.118000', '195526.128000', '195526.131000', '195526.133000', '195526.136000', '195526.139000', '195526.142000', '195526.144000', '195526.147000', '195526.150000', '195526.152000', '195526.155000', '195526.157000', '195526.160000', '195526.163000', '195526.165000', '195546.047000', '195546.049000', '195546.052000', '195546.055000', '195546.057000', '195546.060000', '195546.062000', '195546.065000', '195546.080000', '195546.083000', '195546.085000', '195546.088000', '195546.090000', '195546.093000', '195546.095000', '195546.098000', '195546.101000', '195546.103000', '195546.106000', '195546.108000', '195546.111000', '195546.114000', '195546.116000', '195546.119000', '195546.122000', '195546.124000', '195546.127000', '195546.129000', '195546.132000', '195546.134000', '195546.137000', '195546.140000', '195546.142000', '195546.145000', '195546.147000', '195546.150000', '195546.152000', '195546.155000', '195546.158000', '195546.160000', '195546.163000', '195546.165000', '195546.168000', '195546.171000', '195606.048000', '195606.050000', '195606.053000', '195606.056000', '195606.058000', '195606.061000', '195606.063000', '195606.066000', '195606.068000', '195606.071000', '195606.074000', '195606.076000', '195606.079000', '195606.081000', '195606.084000', '195606.086000', '195606.089000', '195606.091000', '195606.094000', '195606.097000', '195606.099000', '195606.102000', '195606.104000', '195606.107000', '195606.110000', '195606.112000', '195606.115000', '195606.117000', '195606.120000', '195606.123000', '195606.125000', '195606.128000', '195606.131000', '195606.133000', '195606.136000', '195606.138000', '195606.141000', '195606.144000', '195606.146000', '195606.149000', '195606.151000', '195606.154000', '195606.157000', '195626.048000', '195626.051000', '195626.053000', '195626.056000', '195626.059000', '195626.061000', '195626.064000', '195626.067000', '195626.069000', '195626.072000', '195626.074000', '195626.077000', '195626.080000', '195626.082000', '195626.085000', '195626.087000', '195626.090000', '195626.093000', '195626.095000', '195626.098000', '195626.100000', '195626.103000', '195626.106000', '195626.108000', '195626.111000', '195626.113000', '195626.116000', '195626.119000', '195626.121000', '195626.124000', '195626.127000', '195626.129000', '195626.132000', '195626.134000', '195626.137000', '195626.140000', '195626.142000', '195626.145000', '195626.148000', '195626.150000', '195626.153000', '195626.155000', '195626.158000', '195626.161000', '195646.048000', '195646.051000', '195646.053000', '195646.056000', '195646.058000', '195646.061000', '195646.064000', '195646.066000', '195646.069000', '195646.072000', '195646.074000', '195646.077000', '195646.079000', '195646.082000', '195646.084000', '195646.087000', '195646.090000', '195646.092000', '195646.095000', '195646.097000', '195646.100000', '195646.103000', '195646.105000', '195646.108000', '195646.110000', '195646.113000', '195646.115000', '195646.118000', '195646.121000', '195646.123000', '195646.126000', '195646.128000', '195646.131000', '195646.134000', '195646.136000', '195646.139000', '195646.142000', '195646.144000', '195646.147000', '195646.149000', '195646.152000', '195646.154000', '195646.157000', '195706.047000', '195706.049000', '195706.052000', '195706.055000', '195706.103000', '195706.106000', '195706.108000', '195706.111000', '195706.113000', '195706.116000', '195706.119000', '195706.121000', '195706.124000', '195706.126000', '195706.129000', '195706.132000', '195706.134000', '195706.137000', '195706.139000', '195706.142000', '195706.145000', '195706.147000', '195706.150000', '195706.153000', '195706.155000', '195706.158000', '195706.160000', '195706.163000', '195706.166000', '195706.168000', '195706.171000', '195706.173000', '195706.176000', '195706.179000', '195706.181000', '195706.184000', '195706.187000', '195706.189000', '195706.192000', '195706.194000', '195706.197000', '195706.200000', '195706.202000', '195706.205000', '195726.047000', '195726.049000', '195726.052000', '195726.055000', '195726.057000', '195726.060000', '195726.062000', '195726.065000', '195726.068000', '195726.070000', '195726.073000', '195726.075000', '195726.078000', '195726.080000', '195726.083000', '195726.086000', '195726.088000', '195726.091000', '195726.093000', '195726.096000', '195726.099000', '195726.101000', '195726.104000', '195726.106000', '195726.109000', '195726.112000', '195726.114000', '195726.117000', '195726.119000', '195726.122000', '195726.125000', '195726.127000', '195726.130000', '195726.132000', '195726.135000', '195726.137000', '195726.140000', '195726.143000', '195726.145000', '195726.148000', '195726.150000', '195726.153000', '195726.156000', '195746.048000', '195746.051000', '195746.054000', '195746.056000', '195746.059000', '195746.062000', '195746.064000', '195746.067000', '195746.069000', '195746.072000', '195746.075000', '195746.077000', '195746.080000', '195746.083000', '195746.085000', '195746.088000', '195746.090000', '195746.093000', '195746.096000', '195746.098000', '195746.101000', '195746.104000', '195746.106000', '195746.109000', '195746.111000', '195746.114000', '195746.117000', '195746.119000', '195746.122000', '195746.125000', '195746.127000', '195746.130000', '195746.132000', '195746.135000', '195746.138000', '195746.140000', '195746.143000', '195746.145000', '195746.148000', '195746.151000', '195746.153000', '195746.156000', '195746.159000', '195746.161000', '195806.046000', '195806.049000', '195806.052000', '195806.055000', '195806.057000', '195806.060000', '195806.062000', '195806.065000', '195806.067000', '195806.070000', '195806.073000', '195806.075000', '195806.078000', '195806.080000', '195806.083000', '195806.086000', '195806.088000', '195806.091000', '195806.093000', '195806.096000', '195806.098000', '195806.101000', '195806.104000', '195806.106000', '195806.109000', '195806.111000', '195806.114000', '195806.117000', '195806.119000', '195806.122000', '195806.124000', '195806.127000', '195806.130000', '195806.132000', '195806.135000', '195806.137000', '195806.140000', '195806.143000', '195806.145000', '195806.148000', '195806.150000', '195806.153000', '195806.156000', '195826.047000', '195826.060000', '195826.063000', '195826.065000', '195826.068000', '195826.071000', '195826.073000', '195826.076000', '195826.078000', '195826.081000', '195826.084000', '195826.086000', '195826.089000', '195826.092000', '195826.094000', '195826.097000', '195826.099000', '195826.102000', '195826.105000', '195826.107000', '195826.110000', '195826.113000', '195826.115000', '195826.118000', '195826.120000', '195826.123000', '195826.126000', '195826.128000', '195826.131000', '195826.134000', '195826.136000', '195826.139000', '195826.141000', '195826.144000', '195826.147000', '195826.149000', '195826.152000', '195826.155000', '195826.157000', '195826.160000', '195826.162000', '195826.165000', '195826.167000', '195826.170000', '195846.048000', '195846.051000', '195846.053000', '195846.056000', '195846.058000', '195846.061000', '195846.063000', '195846.066000', '195846.074000', '195846.076000', '195846.079000', '195846.081000', '195846.084000', '195846.086000', '195846.089000', '195846.092000', '195846.094000', '195846.097000', '195846.099000', '195846.102000', '195846.105000', '195846.107000', '195846.110000', '195846.112000', '195846.115000', '195846.118000', '195846.120000', '195846.123000', '195846.125000', '195846.128000', '195846.131000', '195846.133000', '195846.136000', '195846.138000', '195846.141000', '195846.143000', '195846.146000', '195846.149000', '195846.151000', '195846.154000', '195846.156000', '195846.159000', '195846.162000', '195906.048000', '195906.050000', '195906.053000', '195906.056000', '195906.058000', '195906.061000', '195906.063000', '195906.066000', '195906.069000', '195906.071000', '195906.074000', '195906.077000', '195906.079000', '195906.082000', '195906.084000', '195906.088000', '195906.090000', '195906.093000', '195906.096000', '195906.098000', '195906.101000', '195906.103000', '195906.106000', '195906.109000', '195906.111000', '195906.114000', '195906.117000', '195906.119000', '195906.122000', '195906.125000', '195906.127000', '195906.130000', '195906.132000', '195906.135000', '195906.138000', '195906.140000', '195906.143000', '195906.146000', '195906.148000', '195906.151000', '195906.154000', '195906.156000', '195906.159000', '195906.161000', '195926.047000', '195926.050000', '195926.052000', '195926.056000', '195926.059000', '195926.061000', '195926.064000', '195926.066000', '195926.069000', '195926.072000', '195926.074000', '195926.077000', '195926.080000', '195926.082000', '195926.085000', '195926.087000', '195926.090000', '195926.093000', '195926.095000', '195926.098000', '195926.100000', '195926.103000', '195926.106000', '195926.108000', '195926.111000', '195926.113000', '195926.116000', '195926.119000', '195926.121000', '195926.124000', '195926.127000', '195926.129000', '195926.132000', '195926.134000', '195926.137000', '195926.140000', '195926.142000', '195926.145000', '195926.147000', '195926.150000', '195926.153000', '195926.155000', '195926.158000', '195946.047000', '195946.050000', '195946.053000', '195946.056000', '195946.058000', '195946.061000', '195946.064000', '195946.066000', '195946.069000', '195946.071000', '195946.074000', '195946.077000', '195946.079000', '195946.082000', '195946.085000', '195946.087000', '195946.090000', '195946.092000', '195946.095000', '195946.098000', '195946.100000', '195946.103000', '195946.106000', '195946.108000', '195946.111000', '195946.114000', '195946.117000', '195946.120000', '195946.122000', '195946.125000', '195946.128000', '195946.130000', '195946.133000', '195946.136000', '195946.139000', '195946.142000', '195946.144000', '195946.147000', '195946.150000', '195946.152000', '195946.155000', '195946.158000', '195946.160000', '195946.523000', '195946.526000'], 'InstanceCreationTime': ['195026.085000', '195026.096000', '195026.098000', '195026.101000', '195026.104000', '195026.106000', '195026.109000', '195026.112000', '195026.114000', '195026.117000', '195026.125000', '195026.128000', '195026.130000', '195026.133000', '195026.136000', '195026.138000', '195026.141000', '195026.143000', '195026.146000', '195026.148000', '195026.151000', '195026.153000', '195026.160000', '195026.163000', '195026.165000', '195026.168000', '195026.170000', '195026.173000', '195026.176000', '195026.178000', '195026.181000', '195026.183000', '195026.186000', '195026.189000', '195026.191000', '195026.194000', '195026.196000', '195026.199000', '195026.201000', '195026.204000', '195026.207000', '195026.209000', '195026.212000', '195026.214000', '195026.217000', '195026.219000', '195026.222000', '195026.224000', '195026.227000', '195046.046000', '195046.049000', '195046.052000', '195046.054000', '195046.057000', '195046.059000', '195046.062000', '195046.065000', '195046.067000', '195046.070000', '195046.073000', '195046.075000', '195046.078000', '195046.080000', '195046.083000', '195046.086000', '195046.088000', '195046.091000', '195046.094000', '195046.096000', '195046.099000', '195046.102000', '195046.104000', '195046.107000', '195046.110000', '195046.112000', '195046.115000', '195046.117000', '195046.120000', '195046.122000', '195046.125000', '195046.128000', '195046.134000', '195046.137000', '195046.139000', '195046.142000', '195046.145000', '195046.147000', '195046.150000', '195046.153000', '195046.155000', '195046.158000', '195046.160000', '195046.163000', '195106.047000', '195106.049000', '195106.052000', '195106.055000', '195106.057000', '195106.117000', '195106.119000', '195106.122000', '195106.125000', '195106.136000', '195106.138000', '195106.141000', '195106.144000', '195106.146000', '195106.149000', '195106.151000', '195106.154000', '195106.157000', '195106.159000', '195106.162000', '195106.164000', '195106.167000', '195106.170000', '195106.172000', '195106.175000', '195106.177000', '195106.180000', '195106.182000', '195106.185000', '195106.194000', '195106.197000', '195106.199000', '195106.202000', '195106.205000', '195106.207000', '195106.210000', '195106.212000', '195106.215000', '195106.218000', '195106.220000', '195106.223000', '195106.225000', '195106.228000', '195126.048000', '195126.051000', '195126.053000', '195126.056000', '195126.059000', '195126.061000', '195126.064000', '195126.066000', '195126.069000', '195126.072000', '195126.074000', '195126.077000', '195126.079000', '195126.082000', '195126.084000', '195126.088000', '195126.092000', '195126.095000', '195126.097000', '195126.100000', '195126.102000', '195126.105000', '195126.108000', '195126.110000', '195126.113000', '195126.115000', '195126.118000', '195126.121000', '195126.124000', '195126.126000', '195126.129000', '195126.131000', '195126.134000', '195126.136000', '195126.139000', '195126.142000', '195126.145000', '195126.147000', '195126.150000', '195126.152000', '195126.155000', '195126.158000', '195126.160000', '195126.163000', '195146.047000', '195146.050000', '195146.053000', '195146.056000', '195146.059000', '195146.062000', '195146.064000', '195146.067000', '195146.070000', '195146.073000', '195146.075000', '195146.078000', '195146.081000', '195146.083000', '195146.086000', '195146.088000', '195146.091000', '195146.094000', '195146.097000', '195146.099000', '195146.102000', '195146.105000', '195146.107000', '195146.110000', '195146.113000', '195146.115000', '195146.141000', '195146.143000', '195146.146000', '195146.149000', '195146.151000', '195146.154000', '195146.157000', '195146.159000', '195146.162000', '195146.165000', '195146.167000', '195146.170000', '195146.173000', '195146.175000', '195146.178000', '195146.180000', '195146.183000', '195206.048000', '195206.051000', '195206.065000', '195206.067000', '195206.070000', '195206.072000', '195206.075000', '195206.078000', '195206.080000', '195206.083000', '195206.085000', '195206.088000', '195206.090000', '195206.093000', '195206.096000', '195206.098000', '195206.101000', '195206.103000', '195206.106000', '195206.109000', '195206.111000', '195206.114000', '195206.117000', '195206.119000', '195206.122000', '195206.124000', '195206.127000', '195206.130000', '195206.132000', '195206.135000', '195206.138000', '195206.140000', '195206.143000', '195206.145000', '195206.148000', '195206.151000', '195206.153000', '195206.156000', '195206.158000', '195206.161000', '195206.164000', '195206.166000', '195206.169000', '195226.047000', '195226.049000', '195226.052000', '195226.055000', '195226.057000', '195226.060000', '195226.063000', '195226.065000', '195226.068000', '195226.070000', '195226.073000', '195226.075000', '195226.078000', '195226.081000', '195226.083000', '195226.086000', '195226.088000', '195226.091000', '195226.094000', '195226.096000', '195226.099000', '195226.101000', '195226.104000', '195226.106000', '195226.109000', '195226.112000', '195226.114000', '195226.117000', '195226.119000', '195226.131000', '195226.133000', '195226.136000', '195226.139000', '195226.141000', '195226.144000', '195226.147000', '195226.149000', '195226.152000', '195226.154000', '195226.157000', '195226.159000', '195226.162000', '195226.165000', '195226.167000', '195246.046000', '195246.049000', '195246.052000', '195246.054000', '195246.057000', '195246.060000', '195246.062000', '195246.065000', '195246.067000', '195246.070000', '195246.079000', '195246.082000', '195246.084000', '195246.087000', '195246.089000', '195246.107000', '195246.109000', '195246.112000', '195246.115000', '195246.117000', '195246.120000', '195246.123000', '195246.125000', '195246.129000', '195246.132000', '195246.135000', '195246.137000', '195246.140000', '195246.142000', '195246.145000', '195246.148000', '195246.150000', '195246.153000', '195246.156000', '195246.158000', '195246.161000', '195246.163000', '195246.166000', '195246.168000', '195246.171000', '195246.174000', '195246.179000', '195246.182000', '195306.047000', '195306.049000', '195306.052000', '195306.055000', '195306.057000', '195306.060000', '195306.062000', '195306.065000', '195306.067000', '195306.070000', '195306.073000', '195306.075000', '195306.078000', '195306.080000', '195306.083000', '195306.086000', '195306.088000', '195306.091000', '195306.093000', '195306.096000', '195306.099000', '195306.101000', '195306.104000', '195306.107000', '195306.109000', '195306.112000', '195306.114000', '195306.117000', '195306.119000', '195306.122000', '195306.125000', '195306.127000', '195306.130000', '195306.133000', '195306.135000', '195306.138000', '195306.140000', '195306.143000', '195306.146000', '195306.148000', '195306.151000', '195306.153000', '195306.156000', '195306.159000', '195326.047000', '195326.050000', '195326.052000', '195326.055000', '195326.057000', '195326.060000', '195326.063000', '195326.065000', '195326.068000', '195326.070000', '195326.073000', '195326.076000', '195326.078000', '195326.081000', '195326.083000', '195326.086000', '195326.089000', '195326.091000', '195326.094000', '195326.096000', '195326.099000', '195326.102000', '195326.104000', '195326.107000', '195326.109000', '195326.112000', '195326.115000', '195326.117000', '195326.120000', '195326.123000', '195326.125000', '195326.128000', '195326.130000', '195326.133000', '195326.136000', '195326.138000', '195326.141000', '195326.151000', '195326.154000', '195326.157000', '195326.159000', '195326.162000', '195326.164000', '195346.047000', '195346.050000', '195346.057000', '195346.060000', '195346.062000', '195346.065000', '195346.068000', '195346.070000', '195346.073000', '195346.075000', '195346.078000', '195346.081000', '195346.083000', '195346.086000', '195346.089000', '195346.092000', '195346.094000', '195346.097000', '195346.099000', '195346.102000', '195346.104000', '195346.107000', '195346.110000', '195346.112000', '195346.115000', '195346.117000', '195346.120000', '195346.123000', '195346.125000', '195346.128000', '195346.131000', '195346.133000', '195346.136000', '195346.138000', '195346.141000', '195346.144000', '195346.146000', '195346.149000', '195346.151000', '195346.154000', '195346.157000', '195346.159000', '195346.162000', '195346.165000', '195406.048000', '195406.050000', '195406.053000', '195406.056000', '195406.058000', '195406.061000', '195406.063000', '195406.066000', '195406.068000', '195406.071000', '195406.074000', '195406.076000', '195406.079000', '195406.081000', '195406.084000', '195406.087000', '195406.089000', '195406.092000', '195406.094000', '195406.097000', '195406.100000', '195406.102000', '195406.105000', '195406.115000', '195406.118000', '195406.121000', '195406.123000', '195406.126000', '195406.128000', '195406.131000', '195406.134000', '195406.137000', '195406.140000', '195406.143000', '195406.146000', '195406.148000', '195406.151000', '195406.153000', '195406.156000', '195406.158000', '195406.194000', '195406.197000', '195406.200000', '195426.047000', '195426.050000', '195426.053000', '195426.056000', '195426.058000', '195426.061000', '195426.063000', '195426.066000', '195426.069000', '195426.071000', '195426.074000', '195426.076000', '195426.079000', '195426.082000', '195426.085000', '195426.088000', '195426.090000', '195426.093000', '195426.096000', '195426.098000', '195426.101000', '195426.104000', '195426.106000', '195426.109000', '195426.111000', '195426.114000', '195426.117000', '195426.120000', '195426.122000', '195426.125000', '195426.127000', '195426.130000', '195426.133000', '195426.135000', '195426.138000', '195426.141000', '195426.143000', '195426.146000', '195426.148000', '195426.151000', '195426.154000', '195426.156000', '195426.159000', '195426.161000', '195446.046000', '195446.049000', '195446.052000', '195446.054000', '195446.057000', '195446.060000', '195446.062000', '195446.065000', '195446.067000', '195446.070000', '195446.073000', '195446.075000', '195446.078000', '195446.081000', '195446.083000', '195446.086000', '195446.089000', '195446.091000', '195446.094000', '195446.096000', '195446.099000', '195446.102000', '195446.104000', '195446.107000', '195446.110000', '195446.112000', '195446.115000', '195446.117000', '195446.120000', '195446.122000', '195446.125000', '195446.128000', '195446.130000', '195446.133000', '195446.135000', '195446.138000', '195446.140000', '195446.143000', '195446.146000', '195446.148000', '195446.151000', '195446.153000', '195446.156000', '195506.047000', '195506.049000', '195506.052000', '195506.055000', '195506.057000', '195506.060000', '195506.063000', '195506.065000', '195506.068000', '195506.071000', '195506.074000', '195506.076000', '195506.079000', '195506.082000', '195506.084000', '195506.087000', '195506.089000', '195506.092000', '195506.095000', '195506.097000', '195506.100000', '195506.103000', '195506.105000', '195506.108000', '195506.110000', '195506.113000', '195506.116000', '195506.118000', '195506.121000', '195506.124000', '195506.126000', '195506.129000', '195506.131000', '195506.134000', '195506.137000', '195506.139000', '195506.142000', '195506.144000', '195506.147000', '195506.150000', '195506.152000', '195506.155000', '195506.158000', '195506.160000', '195526.047000', '195526.049000', '195526.052000', '195526.055000', '195526.057000', '195526.060000', '195526.062000', '195526.065000', '195526.068000', '195526.070000', '195526.073000', '195526.076000', '195526.078000', '195526.081000', '195526.083000', '195526.086000', '195526.089000', '195526.091000', '195526.094000', '195526.097000', '195526.099000', '195526.102000', '195526.104000', '195526.107000', '195526.110000', '195526.112000', '195526.115000', '195526.118000', '195526.128000', '195526.131000', '195526.133000', '195526.136000', '195526.139000', '195526.142000', '195526.144000', '195526.147000', '195526.150000', '195526.152000', '195526.155000', '195526.157000', '195526.160000', '195526.163000', '195526.165000', '195546.047000', '195546.049000', '195546.052000', '195546.055000', '195546.057000', '195546.060000', '195546.062000', '195546.065000', '195546.080000', '195546.083000', '195546.085000', '195546.088000', '195546.090000', '195546.093000', '195546.095000', '195546.098000', '195546.101000', '195546.103000', '195546.106000', '195546.108000', '195546.111000', '195546.114000', '195546.116000', '195546.119000', '195546.122000', '195546.124000', '195546.127000', '195546.129000', '195546.132000', '195546.134000', '195546.137000', '195546.140000', '195546.142000', '195546.145000', '195546.147000', '195546.150000', '195546.152000', '195546.155000', '195546.158000', '195546.160000', '195546.163000', '195546.165000', '195546.168000', '195546.171000', '195606.048000', '195606.050000', '195606.053000', '195606.056000', '195606.058000', '195606.061000', '195606.063000', '195606.066000', '195606.068000', '195606.071000', '195606.074000', '195606.076000', '195606.079000', '195606.081000', '195606.084000', '195606.086000', '195606.089000', '195606.091000', '195606.094000', '195606.097000', '195606.099000', '195606.102000', '195606.104000', '195606.107000', '195606.110000', '195606.112000', '195606.115000', '195606.117000', '195606.120000', '195606.123000', '195606.125000', '195606.128000', '195606.131000', '195606.133000', '195606.136000', '195606.138000', '195606.141000', '195606.144000', '195606.146000', '195606.149000', '195606.151000', '195606.154000', '195606.157000', '195626.048000', '195626.051000', '195626.053000', '195626.056000', '195626.059000', '195626.061000', '195626.064000', '195626.067000', '195626.069000', '195626.072000', '195626.074000', '195626.077000', '195626.080000', '195626.082000', '195626.085000', '195626.087000', '195626.090000', '195626.093000', '195626.095000', '195626.098000', '195626.100000', '195626.103000', '195626.106000', '195626.108000', '195626.111000', '195626.113000', '195626.116000', '195626.119000', '195626.121000', '195626.124000', '195626.127000', '195626.129000', '195626.132000', '195626.134000', '195626.137000', '195626.140000', '195626.142000', '195626.145000', '195626.148000', '195626.150000', '195626.153000', '195626.155000', '195626.158000', '195626.161000', '195646.048000', '195646.051000', '195646.053000', '195646.056000', '195646.058000', '195646.061000', '195646.064000', '195646.066000', '195646.069000', '195646.072000', '195646.074000', '195646.077000', '195646.079000', '195646.082000', '195646.084000', '195646.087000', '195646.090000', '195646.092000', '195646.095000', '195646.097000', '195646.100000', '195646.103000', '195646.105000', '195646.108000', '195646.110000', '195646.113000', '195646.115000', '195646.118000', '195646.121000', '195646.123000', '195646.126000', '195646.128000', '195646.131000', '195646.134000', '195646.136000', '195646.139000', '195646.142000', '195646.144000', '195646.147000', '195646.149000', '195646.152000', '195646.154000', '195646.157000', '195706.047000', '195706.049000', '195706.052000', '195706.055000', '195706.103000', '195706.106000', '195706.108000', '195706.111000', '195706.113000', '195706.116000', '195706.119000', '195706.121000', '195706.124000', '195706.126000', '195706.129000', '195706.132000', '195706.134000', '195706.137000', '195706.139000', '195706.142000', '195706.145000', '195706.147000', '195706.150000', '195706.153000', '195706.155000', '195706.158000', '195706.160000', '195706.163000', '195706.166000', '195706.168000', '195706.171000', '195706.173000', '195706.176000', '195706.179000', '195706.181000', '195706.184000', '195706.187000', '195706.189000', '195706.192000', '195706.194000', '195706.197000', '195706.200000', '195706.202000', '195706.205000', '195726.047000', '195726.049000', '195726.052000', '195726.055000', '195726.057000', '195726.060000', '195726.062000', '195726.065000', '195726.068000', '195726.070000', '195726.073000', '195726.075000', '195726.078000', '195726.080000', '195726.083000', '195726.086000', '195726.088000', '195726.091000', '195726.093000', '195726.096000', '195726.099000', '195726.101000', '195726.104000', '195726.106000', '195726.109000', '195726.112000', '195726.114000', '195726.117000', '195726.119000', '195726.122000', '195726.125000', '195726.127000', '195726.130000', '195726.132000', '195726.135000', '195726.137000', '195726.140000', '195726.143000', '195726.145000', '195726.148000', '195726.150000', '195726.153000', '195726.156000', '195746.048000', '195746.051000', '195746.054000', '195746.056000', '195746.059000', '195746.062000', '195746.064000', '195746.067000', '195746.069000', '195746.072000', '195746.075000', '195746.077000', '195746.080000', '195746.083000', '195746.085000', '195746.088000', '195746.090000', '195746.093000', '195746.096000', '195746.098000', '195746.101000', '195746.104000', '195746.106000', '195746.109000', '195746.111000', '195746.114000', '195746.117000', '195746.119000', '195746.122000', '195746.125000', '195746.127000', '195746.130000', '195746.132000', '195746.135000', '195746.138000', '195746.140000', '195746.143000', '195746.145000', '195746.148000', '195746.151000', '195746.153000', '195746.156000', '195746.159000', '195746.161000', '195806.046000', '195806.049000', '195806.052000', '195806.055000', '195806.057000', '195806.060000', '195806.062000', '195806.065000', '195806.067000', '195806.070000', '195806.073000', '195806.075000', '195806.078000', '195806.080000', '195806.083000', '195806.086000', '195806.088000', '195806.091000', '195806.093000', '195806.096000', '195806.098000', '195806.101000', '195806.104000', '195806.106000', '195806.109000', '195806.111000', '195806.114000', '195806.117000', '195806.119000', '195806.122000', '195806.124000', '195806.127000', '195806.130000', '195806.132000', '195806.135000', '195806.137000', '195806.140000', '195806.143000', '195806.145000', '195806.148000', '195806.150000', '195806.153000', '195806.156000', '195826.047000', '195826.060000', '195826.063000', '195826.065000', '195826.068000', '195826.071000', '195826.073000', '195826.076000', '195826.078000', '195826.081000', '195826.084000', '195826.086000', '195826.089000', '195826.092000', '195826.094000', '195826.097000', '195826.099000', '195826.102000', '195826.105000', '195826.107000', '195826.110000', '195826.113000', '195826.115000', '195826.118000', '195826.120000', '195826.123000', '195826.126000', '195826.128000', '195826.131000', '195826.134000', '195826.136000', '195826.139000', '195826.141000', '195826.144000', '195826.147000', '195826.149000', '195826.152000', '195826.155000', '195826.157000', '195826.160000', '195826.162000', '195826.165000', '195826.167000', '195826.170000', '195846.048000', '195846.051000', '195846.053000', '195846.056000', '195846.058000', '195846.061000', '195846.063000', '195846.066000', '195846.074000', '195846.076000', '195846.079000', '195846.081000', '195846.084000', '195846.086000', '195846.089000', '195846.092000', '195846.094000', '195846.097000', '195846.099000', '195846.102000', '195846.105000', '195846.107000', '195846.110000', '195846.112000', '195846.115000', '195846.118000', '195846.120000', '195846.123000', '195846.125000', '195846.128000', '195846.131000', '195846.133000', '195846.136000', '195846.138000', '195846.141000', '195846.143000', '195846.146000', '195846.149000', '195846.151000', '195846.154000', '195846.156000', '195846.159000', '195846.162000', '195906.048000', '195906.050000', '195906.053000', '195906.056000', '195906.058000', '195906.061000', '195906.063000', '195906.066000', '195906.069000', '195906.071000', '195906.074000', '195906.077000', '195906.079000', '195906.082000', '195906.084000', '195906.088000', '195906.090000', '195906.093000', '195906.096000', '195906.098000', '195906.101000', '195906.103000', '195906.106000', '195906.109000', '195906.111000', '195906.114000', '195906.117000', '195906.119000', '195906.122000', '195906.125000', '195906.127000', '195906.130000', '195906.132000', '195906.135000', '195906.138000', '195906.140000', '195906.143000', '195906.146000', '195906.148000', '195906.151000', '195906.154000', '195906.156000', '195906.159000', '195906.161000', '195926.047000', '195926.050000', '195926.052000', '195926.056000', '195926.059000', '195926.061000', '195926.064000', '195926.066000', '195926.069000', '195926.072000', '195926.074000', '195926.077000', '195926.080000', '195926.082000', '195926.085000', '195926.087000', '195926.090000', '195926.093000', '195926.095000', '195926.098000', '195926.100000', '195926.103000', '195926.106000', '195926.108000', '195926.111000', '195926.113000', '195926.116000', '195926.119000', '195926.121000', '195926.124000', '195926.127000', '195926.129000', '195926.132000', '195926.134000', '195926.137000', '195926.140000', '195926.142000', '195926.145000', '195926.147000', '195926.150000', '195926.153000', '195926.155000', '195926.158000', '195946.047000', '195946.050000', '195946.053000', '195946.056000', '195946.058000', '195946.061000', '195946.064000', '195946.066000', '195946.069000', '195946.071000', '195946.074000', '195946.077000', '195946.079000', '195946.082000', '195946.085000', '195946.087000', '195946.090000', '195946.092000', '195946.095000', '195946.098000', '195946.100000', '195946.103000', '195946.106000', '195946.108000', '195946.111000', '195946.114000', '195946.117000', '195946.120000', '195946.122000', '195946.125000', '195946.128000', '195946.130000', '195946.133000', '195946.136000', '195946.139000', '195946.142000', '195946.144000', '195946.147000', '195946.150000', '195946.152000', '195946.155000', '195946.158000', '195946.160000', '195946.523000', '195946.526000'], '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': [10728, 12821, 9270, 12095, 8503, 11938, 9534, 10817, 12556, 10329, 13080, 9715, 12177, 8879, 10502, 14560, 10454, 14399, 9503, 12334, 9512, 10897, 13076, 9667, 14462, 9550, 13235, 10555, 10404, 16093, 10541, 13965, 9974, 12548, 15519, 11344, 15842, 10957, 14048, 9798, 12487, 18039, 11652, 16174, 10223, 13544, 12874, 11190, 17756, 11925, 14532, 9608, 11538, 16129, 10595, 13912, 9368, 12495, 10274, 11188, 16375, 10441, 13912, 9315, 12450, 9985, 11066, 15939, 10398, 13580, 9463, 13028, 8912, 12336, 13875, 11360, 15526, 10619, 13753, 9374, 12861, 13110, 12301, 16831, 11365, 14865, 10401, 14776, 10648, 14407, 17016, 12978, 16814, 11682, 15851, 10382, 15610, 14393, 13757, 18098, 12622, 15765, 10906, 16218, 13775, 14744, 18250, 12416, 16033, 11441, 13631, 10782, 15410, 10890, 17183, 12877, 17451, 11690, 15880, 17098, 12276, 16914, 12074, 15189, 10103, 12504, 9842, 11335, 12251, 10789, 14844, 11621, 14411, 10396, 13372, 10083, 14113, 9733, 15010, 10123, 13139, 17789, 11866, 15067, 10295, 13138, 16679, 11499, 15607, 10544, 14180, 10096, 12952, 14308, 11050, 16459, 10966, 14531, 11142, 15160, 10261, 14398, 9643, 13485, 17768, 11870, 16087, 11417, 15494, 9522, 13448, 10625, 12485, 16741, 12376, 17646, 11319, 14456, 9871, 12565, 13461, 10616, 16521, 11658, 14749, 9658, 12821, 8810, 12333, 9419, 11973, 10906, 12903, 11690, 11774, 16857, 11647, 15454, 11224, 16326, 10741, 14692, 12093, 12458, 18401, 12934, 16774, 11919, 15092, 9928, 13243, 16036, 11343, 16894, 11434, 13789, 9675, 12265, 9082, 11867, 13433, 11437, 16301, 10765, 14384, 9979, 13782, 10398, 13048, 14079, 11236, 16653, 11376, 14468, 9817, 13452, 11414, 11922, 16576, 10690, 14387, 9886, 12879, 10604, 11339, 15950, 10592, 13777, 9496, 12151, 11855, 11888, 16916, 10872, 14197, 9860, 13166, 11048, 12182, 16943, 11023, 14277, 10099, 12305, 16622, 12140, 16236, 10604, 14041, 9420, 11188, 17030, 11437, 16192, 11280, 14805, 9195, 13985, 13927, 11578, 17248, 12217, 15939, 10655, 14817, 12204, 13143, 18200, 13496, 17086, 11245, 14378, 17251, 12841, 15027, 10384, 14471, 15593, 10846, 15393, 10210, 13296, 10138, 12502, 17201, 12064, 15375, 10288, 13158, 11877, 10618, 16428, 11590, 15255, 10257, 12566, 17140, 10915, 14219, 9674, 12985, 14392, 10798, 15895, 9990, 13312, 9143, 11045, 15680, 11054, 14649, 9880, 11925, 16016, 10233, 13737, 9600, 11867, 14976, 11688, 15799, 10337, 13970, 9517, 12158, 16198, 12461, 16981, 11024, 14449, 9857, 12689, 15322, 12451, 18291, 12413, 15019, 10776, 14102, 9667, 13261, 13715, 12823, 17173, 11427, 15739, 11058, 14229, 10408, 14630, 9746, 14092, 12030, 11788, 17097, 12094, 15423, 10841, 15217, 10158, 12612, 15786, 11133, 15315, 10850, 14600, 9834, 13575, 13303, 10865, 15788, 11146, 14490, 9995, 13497, 12912, 10872, 16065, 11314, 14159, 10005, 13748, 9908, 11798, 14801, 10801, 15142, 10671, 14430, 9989, 13491, 11844, 11297, 16584, 10728, 14234, 10267, 13169, 11644, 11540, 14873, 11183, 15224, 10242, 14233, 10064, 13597, 14229, 11120, 15732, 10283, 14215, 10345, 13302, 18060, 11729, 15275, 10385, 14061, 10033, 14421, 11708, 12641, 16500, 11653, 15582, 10795, 14488, 10397, 13330, 15936, 11370, 15556, 10687, 13918, 9903, 13415, 14922, 11254, 15320, 10064, 13560, 10664, 11833, 17311, 12353, 14427, 10146, 12918, 9327, 12315, 15590, 11706, 15458, 11014, 14082, 9752, 12619, 17110, 11848, 16518, 11000, 14502, 9803, 13019, 16856, 12274, 16167, 11595, 14770, 9846, 13752, 10003, 12678, 14823, 11912, 17799, 11762, 14654, 10559, 13351, 9604, 13436, 12129, 12538, 18193, 11698, 15004, 10547, 14246, 11405, 13955, 15711, 12162, 16269, 10944, 14176, 10136, 13032, 17271, 11956, 15615, 10493, 13775, 9608, 12092, 14112, 11354, 16218, 11615, 14299, 9606, 12779, 9460, 12231, 16375, 12230, 15368, 10245, 14053, 10871, 12933, 18169, 12527, 15090, 10544, 14061, 15068, 11968, 17476, 12715, 14405, 10487, 13095, 9318, 12651, 11848, 11912, 17572, 11150, 14473, 9934, 12962, 15975, 11318, 15695, 10516, 14363, 14255, 10477, 15155, 9652, 13171, 11878, 11180, 16686, 11149, 14048, 9019, 10952, 14588, 10675, 15158, 10975, 14381, 9076, 12156, 16376, 11402, 15179, 11156, 16097, 9598, 12949, 9590, 15521, 9970, 16188, 11715, 18167, 14452, 18121, 13499, 16664, 11676, 15616, 12816, 15344, 15193, 12151, 16849, 10933, 15138, 10550, 14091, 9796, 13095, 8873, 13043, 8482, 11972, 12108, 11320, 17262, 11622, 14228, 10224, 13141, 9456, 13194, 10832, 12936, 15950, 11673, 15516, 10649, 14824, 10308, 15065, 10750, 14715, 12084, 11497, 16760, 11836, 13753, 9646, 13366, 12340, 11665, 14824, 10720, 13970, 10227, 13483, 9275, 12408, 15415, 10475, 14691, 10451, 14255, 9671, 14412, 9123, 12495, 10582, 11472, 16462, 11940, 15823, 10543, 13889, 9824, 11407, 16941, 11690, 14676, 9790, 13172, 9593, 14695, 11189, 15738, 12512, 16378, 11177, 14645, 9883, 14209, 13295, 11949, 17788, 12123, 15671, 10443, 13154, 9667, 13152, 9378, 13784, 9385, 14435, 10494, 16591, 10503, 15631, 17483, 11493, 16713, 11161, 14603, 11476, 13100, 16216, 12016, 17895, 13011, 17498, 12960, 17092, 11543, 15250, 14316, 12128, 17848, 11860, 14720, 9336, 12584, 12512, 9761, 14790, 9795, 12466, 8923, 11001, 10471, 9425, 13052, 8983, 12270, 8641, 10475, 9029, 8806, 13004, 9590, 11448, 9280, 13014, 9684, 12447, 9111, 12052, 8774, 12269, 11731, 11631, 16792, 11253, 13960, 9920, 13360, 9392, 13354, 10055, 11185, 15347, 10301, 13817, 9454, 13061, 9497, 11533, 14726, 10801, 14260, 11139, 14553, 9635, 14106, 9549, 13320, 15658, 12921, 17744, 12288, 15265, 10620, 14967, 10394, 15317, 14232, 14702, 16006, 12641, 17585, 12047, 15433, 11322, 16157, 10328, 14411, 9526, 13666, 11492, 12297, 18310, 12716, 15891, 10301, 13699, 9670, 13280, 9628, 12934, 14113, 12801, 16770, 11404, 15868, 11096, 14144, 9526, 12222, 17868, 11574, 14300, 9595, 12212, 8870, 11505, 10620, 11001, 11059, 9859, 13512, 10362, 13402, 10422, 14381, 9767, 13749, 9293, 12122, 16705, 11706, 15950, 11812, 15805, 9980, 13677, 9179, 12886, 13181, 12355, 18139, 12502, 15354, 10438, 12811, 9133, 11956, 12564, 12102, 13504, 11310, 16369, 11001, 14159, 10083, 13943, 9839, 11745, 16488, 10850, 14365, 9680, 12888, 13559, 11063, 15658, 9903, 13231, 8959, 12206, 12296, 11365, 15585, 10408, 13358, 9795, 13247, 9595, 13149, 10625, 11608, 16787, 11416, 14876, 9789, 14042, 10282, 12931, 11585, 11467, 16770, 10980, 14923, 11106, 11915, 8271, 14419, 16843, 10082, 16077, 11079, 14756, 11201, 16820, 12133, 13645, 10862, 9304, 14685, 9731, 16291, 11892, 11366, 11637, 8891, 14255, 9222, 14800, 10424, 15339, 11018, 12334, 11199, 10561, 11682, 11381, 12431, 10739, 13629, 10883, 13804, 14918, 12133, 17726, 12574, 16842, 12291, 16445, 12359, 16108, 11144, 15871, 11810, 15327, 12326, 13594, 13280, 11756, 16676, 11792, 16693, 11621, 15245, 9927, 13145, 14865, 11013, 16573, 12193, 15596, 10344, 13368, 10431, 12330, 13465, 11147, 16421, 11845, 14800, 9716, 13131, 9259, 12165, 12587, 12004, 18457, 11508, 15109, 10041, 13723, 10590, 12004, 13073, 12891, 9467, 12362, 9313, 14399, 15818, 13076, 19100, 11916, 15866, 10290, 13755, 11276, 11714, 16754, 11188, 14811, 9911, 12610, 8305, 11554, 8865, 11180, 14042, 10762, 14319, 9864, 13243, 9568, 12129, 14727, 11466, 16799, 10645, 14210, 9749, 12364, 17721, 12165, 16632, 10307, 14003, 9823, 12194, 15345, 11170, 16902, 10932, 13932, 9513, 12568, 13693, 10723, 15892, 11291, 15319, 9471, 12880, 11741, 10851, 16994, 11598, 16362, 10669, 13976, 9477, 12965, 10904, 11151, 17057, 11544, 15156, 10234, 13250, 9218, 13403, 10122, 11415, 16365, 11408, 15999, 10417, 14240, 9819, 12546, 12806, 12016, 17052, 10729, 15250, 9943, 13705, 9689, 13421, 9561, 12374, 11842, 11050, 15917, 11217, 15137, 10670, 14846, 9451, 13299, 10756, 11477, 17186, 12055, 16478, 10793, 14536, 9649, 13256, 9792, 11702, 15306, 12173, 15302, 10838, 15006, 10429, 14574, 9522, 14128, 10239, 10468, 13627, 12958, 9292, 13535, 10165, 15901, 12276, 15709, 11136, 14474, 13814, 12537, 18341, 12554, 16538, 11665, 14559, 10198, 13060, 9875, 11825, 14240, 11303, 15445, 11233, 10949, 10420, 9146, 12162, 8083, 14204, 17739, 10862, 14384, 11241, 12229, 16429, 12418, 14708, 11491, 14122, 18280, 13626, 17492, 12010, 16133, 11370, 14077, 14851, 11106, 17236, 10940, 16102, 11543, 14337, 9666, 13665, 9871, 12396, 9122, 12143, 9916, 11544, 14703, 10498, 15071, 10129, 13867, 9922, 12492, 9175, 12244, 9330, 11427, 12228, 11009, 12225, 9717, 13996, 9947, 13408, 9113, 12770, 9900, 12654, 10074, 12125, 11500, 11440, 16407, 11505, 15087, 10576, 14425, 9638, 13371, 8339, 13285, 9114, 13028, 10997, 12956, 11094, 11987, 16855, 11900, 15423, 11413, 14860, 9918, 14513, 9957, 13854, 10438, 12858, 17189, 12840, 16132, 11218, 13191, 11021, 13369, 11709, 17147, 12151, 15163, 10404, 13806, 9838, 14336, 10108, 14378, 9268, 13624, 9752, 12885, 12515, 12673, 15042, 12120, 16469], 'WindowCenter': [4274.0, 4269.0, 4237.0, 4268.0, 4226.0, 4269.0, 4247.0, 4258.0, 4268.0, 4258.0, 4278.0, 4249.0, 4271.0, 4239.0, 4262.0, 4291.0, 4260.0, 4305.0, 4264.0, 4294.0, 4260.0, 4285.0, 4291.0, 4274.0, 4303.0, 4262.0, 4293.0, 4272.0, 4274.0, 4312.0, 4275.0, 4306.0, 4275.0, 4295.0, 4314.0, 4284.0, 4314.0, 4282.0, 4305.0, 4273.0, 4296.0, 4316.0, 4283.0, 4313.0, 4271.0, 4294.0, 4294.0, 4283.0, 4314.0, 4281.0, 4303.0, 4261.0, 4283.0, 4303.0, 4273.0, 4293.0, 4262.0, 4294.0, 4274.0, 4286.0, 4314.0, 4274.0, 4304.0, 4264.0, 4307.0, 4275.0, 4296.0, 4327.0, 4287.0, 4317.0, 4288.0, 4318.0, 4278.0, 4309.0, 4318.0, 4309.0, 4329.0, 4298.0, 4320.0, 4289.0, 4320.0, 4320.0, 4311.0, 4340.0, 4311.0, 4329.0, 4298.0, 4331.0, 4299.0, 4333.0, 4341.0, 4321.0, 4340.0, 4310.0, 4331.0, 4287.0, 4332.0, 4319.0, 4319.0, 4339.0, 4306.0, 4329.0, 4286.0, 4327.0, 4317.0, 4318.0, 4327.0, 4308.0, 4327.0, 4310.0, 4321.0, 4298.0, 4328.0, 4298.0, 4328.0, 4308.0, 4327.0, 4308.0, 4318.0, 4315.0, 4282.0, 4314.0, 4282.0, 4303.0, 4274.0, 4296.0, 4273.0, 4284.0, 4293.0, 4297.0, 4317.0, 4296.0, 4317.0, 4287.0, 4307.0, 4288.0, 4317.0, 4277.0, 4320.0, 4284.0, 4306.0, 4327.0, 4296.0, 4306.0, 4286.0, 4310.0, 4316.0, 4297.0, 4314.0, 4273.0, 4305.0, 4272.0, 4294.0, 4304.0, 4284.0, 4314.0, 4281.0, 4303.0, 4284.0, 4316.0, 4285.0, 4315.0, 4275.0, 4317.0, 4327.0, 4294.0, 4314.0, 4283.0, 4305.0, 4262.0, 4293.0, 4272.0, 4293.0, 4313.0, 4293.0, 4313.0, 4272.0, 4302.0, 4261.0, 4295.0, 4305.0, 4284.0, 4312.0, 4282.0, 4302.0, 4275.0, 4305.0, 4264.0, 4308.0, 4273.0, 4295.0, 4285.0, 4307.0, 4306.0, 4297.0, 4326.0, 4296.0, 4314.0, 4285.0, 4328.0, 4284.0, 4318.0, 4294.0, 4295.0, 4314.0, 4292.0, 4303.0, 4280.0, 4292.0, 4257.0, 4281.0, 4299.0, 4270.0, 4312.0, 4269.0, 4288.0, 4259.0, 4281.0, 4247.0, 4282.0, 4288.0, 4281.0, 4301.0, 4269.0, 4289.0, 4260.0, 4292.0, 4259.0, 4292.0, 4291.0, 4270.0, 4299.0, 4279.0, 4290.0, 4258.0, 4290.0, 4279.0, 4280.0, 4302.0, 4269.0, 4289.0, 4258.0, 4293.0, 4271.0, 4297.0, 4328.0, 4313.0, 4320.0, 4259.0, 4278.0, 4280.0, 4282.0, 4311.0, 4281.0, 4301.0, 4271.0, 4293.0, 4282.0, 4293.0, 4313.0, 4282.0, 4302.0, 4270.0, 4292.0, 4312.0, 4291.0, 4313.0, 4272.0, 4303.0, 4260.0, 4283.0, 4313.0, 4280.0, 4314.0, 4283.0, 4314.0, 4273.0, 4315.0, 4315.0, 4294.0, 4324.0, 4294.0, 4327.0, 4284.0, 4317.0, 4293.0, 4306.0, 4315.0, 4293.0, 4315.0, 4269.0, 4303.0, 4301.0, 4280.0, 4290.0, 4256.0, 4292.0, 4298.0, 4269.0, 4300.0, 4268.0, 4292.0, 4269.0, 4292.0, 4311.0, 4279.0, 4299.0, 4270.0, 4292.0, 4280.0, 4271.0, 4301.0, 4279.0, 4302.0, 4260.0, 4281.0, 4310.0, 4282.0, 4304.0, 4259.0, 4293.0, 4299.0, 4272.0, 4311.0, 4270.0, 4293.0, 4260.0, 4282.0, 4312.0, 4281.0, 4304.0, 4271.0, 4293.0, 4312.0, 4272.0, 4304.0, 4260.0, 4293.0, 4314.0, 4295.0, 4314.0, 4284.0, 4305.0, 4274.0, 4295.0, 4313.0, 4294.0, 4324.0, 4284.0, 4305.0, 4273.0, 4306.0, 4313.0, 4294.0, 4326.0, 4294.0, 4312.0, 4283.0, 4303.0, 4261.0, 4294.0, 4302.0, 4293.0, 4312.0, 4282.0, 4301.0, 4281.0, 4291.0, 4270.0, 4303.0, 4260.0, 4304.0, 4279.0, 4280.0, 4312.0, 4281.0, 4302.0, 4270.0, 4303.0, 4270.0, 4292.0, 4301.0, 4282.0, 4302.0, 4270.0, 4303.0, 4260.0, 4292.0, 4292.0, 4271.0, 4312.0, 4280.0, 4302.0, 4260.0, 4292.0, 4291.0, 4270.0, 4311.0, 4281.0, 4292.0, 4257.0, 4292.0, 4259.0, 4280.0, 4301.0, 4279.0, 4302.0, 4271.0, 4303.0, 4272.0, 4305.0, 4291.0, 4283.0, 4313.0, 4282.0, 4304.0, 4271.0, 4293.0, 4282.0, 4284.0, 4314.0, 4284.0, 4314.0, 4271.0, 4305.0, 4271.0, 4307.0, 4304.0, 4283.0, 4313.0, 4284.0, 4303.0, 4272.0, 4305.0, 4313.0, 4282.0, 4303.0, 4272.0, 4303.0, 4260.0, 4304.0, 4281.0, 4292.0, 4312.0, 4283.0, 4302.0, 4271.0, 4302.0, 4271.0, 4305.0, 4301.0, 4280.0, 4300.0, 4271.0, 4292.0, 4259.0, 4291.0, 4301.0, 4279.0, 4301.0, 4269.0, 4303.0, 4270.0, 4282.0, 4312.0, 4291.0, 4301.0, 4271.0, 4292.0, 4261.0, 4292.0, 4302.0, 4294.0, 4313.0, 4283.0, 4304.0, 4274.0, 4306.0, 4327.0, 4295.0, 4314.0, 4283.0, 4304.0, 4271.0, 4293.0, 4312.0, 4292.0, 4313.0, 4282.0, 4302.0, 4270.0, 4303.0, 4272.0, 4291.0, 4301.0, 4283.0, 4313.0, 4282.0, 4302.0, 4272.0, 4305.0, 4260.0, 4305.0, 4293.0, 4294.0, 4313.0, 4282.0, 4302.0, 4272.0, 4304.0, 4280.0, 4302.0, 4300.0, 4281.0, 4301.0, 4271.0, 4291.0, 4270.0, 4292.0, 4311.0, 4281.0, 4301.0, 4270.0, 4291.0, 4258.0, 4280.0, 4288.0, 4270.0, 4310.0, 4280.0, 4301.0, 4260.0, 4303.0, 4274.0, 4307.0, 4315.0, 4293.0, 4313.0, 4273.0, 4306.0, 4271.0, 4293.0, 4312.0, 4282.0, 4303.0, 4269.0, 4291.0, 4300.0, 4280.0, 4310.0, 4281.0, 4289.0, 4270.0, 4289.0, 4261.0, 4294.0, 4281.0, 4293.0, 4314.0, 4283.0, 4303.0, 4272.0, 4293.0, 4313.0, 4271.0, 4303.0, 4269.0, 4304.0, 4290.0, 4271.0, 4300.0, 4259.0, 4291.0, 4279.0, 4280.0, 4312.0, 4283.0, 4303.0, 4260.0, 4283.0, 4314.0, 4281.0, 4303.0, 4283.0, 4306.0, 4265.0, 4295.0, 4325.0, 4295.0, 4315.0, 4295.0, 4329.0, 4290.0, 4323.0, 4289.0, 4329.0, 4289.0, 4328.0, 4298.0, 4328.0, 4307.0, 4328.0, 4306.0, 4317.0, 4284.0, 4304.0, 4281.0, 4317.0, 4304.0, 4282.0, 4314.0, 4272.0, 4301.0, 4259.0, 4290.0, 4260.0, 4290.0, 4250.0, 4294.0, 4251.0, 4283.0, 4292.0, 4283.0, 4314.0, 4283.0, 4304.0, 4274.0, 4295.0, 4262.0, 4295.0, 4284.0, 4294.0, 4315.0, 4295.0, 4315.0, 4274.0, 4304.0, 4272.0, 4303.0, 4273.0, 4304.0, 4282.0, 4283.0, 4313.0, 4282.0, 4293.0, 4260.0, 4291.0, 4292.0, 4283.0, 4303.0, 4283.0, 4303.0, 4284.0, 4306.0, 4264.0, 4310.0, 4316.0, 4283.0, 4313.0, 4284.0, 4304.0, 4273.0, 4318.0, 4264.0, 4297.0, 4285.0, 4296.0, 4315.0, 4295.0, 4315.0, 4284.0, 4306.0, 4274.0, 4284.0, 4315.0, 4295.0, 4317.0, 4287.0, 4305.0, 4276.0, 4315.0, 4297.0, 4314.0, 4295.0, 4315.0, 4285.0, 4305.0, 4273.0, 4303.0, 4293.0, 4284.0, 4313.0, 4283.0, 4302.0, 4272.0, 4292.0, 4262.0, 4292.0, 4251.0, 4280.0, 4263.0, 4293.0, 4274.0, 4316.0, 4287.0, 4320.0, 4315.0, 4271.0, 4302.0, 4270.0, 4291.0, 4270.0, 4281.0, 4301.0, 4269.0, 4300.0, 4267.0, 4285.0, 4252.0, 4273.0, 4238.0, 4259.0, 4258.0, 4238.0, 4270.0, 4238.0, 4247.0, 4206.0, 4237.0, 4237.0, 4216.0, 4246.0, 4216.0, 4237.0, 4208.0, 4240.0, 4241.0, 4235.0, 4263.0, 4234.0, 4264.0, 4233.0, 4259.0, 4248.0, 4264.0, 4290.0, 4259.0, 4282.0, 4262.0, 4293.0, 4274.0, 4293.0, 4263.0, 4295.0, 4251.0, 4294.0, 4283.0, 4285.0, 4314.0, 4285.0, 4304.0, 4274.0, 4304.0, 4263.0, 4304.0, 4273.0, 4283.0, 4313.0, 4285.0, 4317.0, 4276.0, 4319.0, 4287.0, 4309.0, 4328.0, 4310.0, 4330.0, 4310.0, 4329.0, 4290.0, 4330.0, 4289.0, 4322.0, 4329.0, 4321.0, 4342.0, 4323.0, 4328.0, 4287.0, 4319.0, 4287.0, 4327.0, 4318.0, 4319.0, 4328.0, 4307.0, 4327.0, 4295.0, 4316.0, 4284.0, 4316.0, 4274.0, 4305.0, 4274.0, 4305.0, 4295.0, 4295.0, 4325.0, 4295.0, 4328.0, 4286.0, 4305.0, 4262.0, 4306.0, 4273.0, 4295.0, 4305.0, 4293.0, 4314.0, 4283.0, 4303.0, 4271.0, 4292.0, 4260.0, 4281.0, 4312.0, 4271.0, 4303.0, 4260.0, 4281.0, 4248.0, 4280.0, 4270.0, 4272.0, 4281.0, 4273.0, 4304.0, 4285.0, 4305.0, 4285.0, 4317.0, 4276.0, 4306.0, 4276.0, 4308.0, 4328.0, 4295.0, 4314.0, 4296.0, 4316.0, 4273.0, 4305.0, 4262.0, 4306.0, 4304.0, 4295.0, 4325.0, 4295.0, 4315.0, 4274.0, 4295.0, 4262.0, 4294.0, 4294.0, 4296.0, 4304.0, 4284.0, 4315.0, 4285.0, 4305.0, 4273.0, 4305.0, 4273.0, 4284.0, 4313.0, 4283.0, 4304.0, 4259.0, 4293.0, 4291.0, 4270.0, 4301.0, 4260.0, 4293.0, 4249.0, 4282.0, 4282.0, 4282.0, 4302.0, 4271.0, 4293.0, 4273.0, 4295.0, 4262.0, 4305.0, 4272.0, 4284.0, 4314.0, 4283.0, 4316.0, 4273.0, 4307.0, 4288.0, 4296.0, 4294.0, 4297.0, 4327.0, 4271.0, 4300.0, 4137.0, 4329.0, 4204.0, 4331.0, 4305.0, 4244.0, 4301.0, 4268.0, 4287.0, 4267.0, 4298.0, 4279.0, 4301.0, 4269.0, 4247.0, 4286.0, 4245.0, 4284.0, 4264.0, 4263.0, 4263.0, 4245.0, 4297.0, 4258.0, 4297.0, 4269.0, 4299.0, 4280.0, 4278.0, 4279.0, 4280.0, 4291.0, 4292.0, 4293.0, 4283.0, 4316.0, 4283.0, 4305.0, 4314.0, 4294.0, 4323.0, 4292.0, 4313.0, 4293.0, 4312.0, 4291.0, 4300.0, 4280.0, 4313.0, 4280.0, 4303.0, 4280.0, 4290.0, 4289.0, 4280.0, 4311.0, 4279.0, 4310.0, 4280.0, 4302.0, 4258.0, 4290.0, 4288.0, 4268.0, 4311.0, 4278.0, 4299.0, 4257.0, 4278.0, 4256.0, 4279.0, 4288.0, 4268.0, 4299.0, 4279.0, 4301.0, 4258.0, 4289.0, 4259.0, 4280.0, 4279.0, 4280.0, 4311.0, 4280.0, 4300.0, 4258.0, 4302.0, 4269.0, 4296.0, 4292.0, 4291.0, 4260.0, 4280.0, 4259.0, 4302.0, 4300.0, 4280.0, 4311.0, 4268.0, 4299.0, 4255.0, 4290.0, 4255.0, 4264.0, 4298.0, 4255.0, 4287.0, 4257.0, 4277.0, 4248.0, 4278.0, 4248.0, 4281.0, 4301.0, 4282.0, 4302.0, 4272.0, 4304.0, 4272.0, 4293.0, 4300.0, 4283.0, 4312.0, 4271.0, 4300.0, 4259.0, 4282.0, 4310.0, 4278.0, 4310.0, 4258.0, 4289.0, 4258.0, 4280.0, 4299.0, 4268.0, 4311.0, 4269.0, 4300.0, 4260.0, 4291.0, 4290.0, 4269.0, 4300.0, 4280.0, 4302.0, 4260.0, 4291.0, 4280.0, 4281.0, 4311.0, 4278.0, 4300.0, 4268.0, 4289.0, 4256.0, 4291.0, 4269.0, 4280.0, 4309.0, 4280.0, 4301.0, 4271.0, 4291.0, 4261.0, 4304.0, 4271.0, 4282.0, 4313.0, 4282.0, 4312.0, 4271.0, 4302.0, 4270.0, 4292.0, 4290.0, 4291.0, 4311.0, 4270.0, 4300.0, 4269.0, 4300.0, 4260.0, 4302.0, 4259.0, 4291.0, 4291.0, 4282.0, 4312.0, 4282.0, 4311.0, 4271.0, 4302.0, 4260.0, 4303.0, 4280.0, 4282.0, 4312.0, 4280.0, 4311.0, 4269.0, 4289.0, 4258.0, 4291.0, 4269.0, 4282.0, 4299.0, 4289.0, 4312.0, 4282.0, 4313.0, 4283.0, 4327.0, 4274.0, 4315.0, 4285.0, 4301.0, 4306.0, 4309.0, 4274.0, 4304.0, 4273.0, 4314.0, 4291.0, 4314.0, 4282.0, 4304.0, 4291.0, 4292.0, 4313.0, 4281.0, 4300.0, 4268.0, 4289.0, 4269.0, 4291.0, 4257.0, 4278.0, 4288.0, 4268.0, 4299.0, 4266.0, 4269.0, 4271.0, 4260.0, 4293.0, 4252.0, 4303.0, 4313.0, 4270.0, 4292.0, 4270.0, 4281.0, 4302.0, 4291.0, 4302.0, 4279.0, 4290.0, 4313.0, 4292.0, 4298.0, 4254.0, 4273.0, 4239.0, 4247.0, 4258.0, 4239.0, 4269.0, 4228.0, 4259.0, 4238.0, 4259.0, 4229.0, 4259.0, 4230.0, 4250.0, 4218.0, 4251.0, 4241.0, 4252.0, 4273.0, 4242.0, 4271.0, 4240.0, 4261.0, 4241.0, 4262.0, 4230.0, 4263.0, 4232.0, 4265.0, 4276.0, 4256.0, 4275.0, 4258.0, 4288.0, 4269.0, 4290.0, 4261.0, 4293.0, 4270.0, 4293.0, 4271.0, 4292.0, 4281.0, 4282.0, 4311.0, 4279.0, 4301.0, 4271.0, 4303.0, 4261.0, 4303.0, 4252.0, 4304.0, 4262.0, 4317.0, 4284.0, 4306.0, 4282.0, 4293.0, 4324.0, 4294.0, 4313.0, 4282.0, 4303.0, 4272.0, 4303.0, 4272.0, 4303.0, 4283.0, 4294.0, 4314.0, 4291.0, 4300.0, 4270.0, 4290.0, 4271.0, 4290.0, 4280.0, 4313.0, 4291.0, 4301.0, 4270.0, 4301.0, 4269.0, 4301.0, 4270.0, 4302.0, 4261.0, 4302.0, 4272.0, 4303.0, 4292.0, 4293.0, 4312.0, 4294.0, 4314.0], 'WindowWidth': [9458.0, 9443.0, 9396.0, 9437.0, 9375.0, 9439.0, 9406.0, 9421.0, 9435.0, 9421.0, 9451.0, 9413.0, 9444.0, 9399.0, 9432.0, 9474.0, 9429.0, 9498.0, 9443.0, 9481.0, 9429.0, 9472.0, 9476.0, 9457.0, 9492.0, 9437.0, 9480.0, 9449.0, 9452.0, 9505.0, 9457.0, 9502.0, 9457.0, 9488.0, 9512.0, 9470.0, 9511.0, 9465.0, 9499.0, 9451.0, 9487.0, 9517.0, 9467.0, 9509.0, 9447.0, 9484.0, 9482.0, 9465.0, 9513.0, 9463.0, 9495.0, 9432.0, 9465.0, 9496.0, 9452.0, 9482.0, 9436.0, 9482.0, 9455.0, 9473.0, 9512.0, 9455.0, 9496.0, 9442.0, 9504.0, 9461.0, 9491.0, 9535.0, 9481.0, 9522.0, 9483.0, 9524.0, 9470.0, 9513.0, 9525.0, 9512.0, 9540.0, 9497.0, 9531.0, 9486.0, 9531.0, 9530.0, 9517.0, 9559.0, 9518.0, 9542.0, 9499.0, 9547.0, 9500.0, 9552.0, 9561.0, 9531.0, 9559.0, 9517.0, 9547.0, 9481.0, 9550.0, 9529.0, 9528.0, 9559.0, 9507.0, 9542.0, 9475.0, 9539.0, 9520.0, 9522.0, 9538.0, 9510.0, 9539.0, 9515.0, 9533.0, 9496.0, 9539.0, 9495.0, 9539.0, 9508.0, 9540.0, 9510.0, 9524.0, 9517.0, 9464.0, 9511.0, 9462.0, 9497.0, 9456.0, 9491.0, 9454.0, 9471.0, 9481.0, 9496.0, 9521.0, 9491.0, 9521.0, 9481.0, 9507.0, 9483.0, 9522.0, 9465.0, 9528.0, 9472.0, 9503.0, 9534.0, 9489.0, 9505.0, 9478.0, 9516.0, 9521.0, 9493.0, 9513.0, 9455.0, 9502.0, 9452.0, 9484.0, 9499.0, 9470.0, 9515.0, 9466.0, 9497.0, 9470.0, 9517.0, 9473.0, 9519.0, 9461.0, 9523.0, 9539.0, 9483.0, 9513.0, 9467.0, 9502.0, 9438.0, 9483.0, 9450.0, 9481.0, 9509.0, 9480.0, 9512.0, 9451.0, 9494.0, 9434.0, 9488.0, 9502.0, 9472.0, 9507.0, 9464.0, 9494.0, 9462.0, 9503.0, 9446.0, 9511.0, 9457.0, 9487.0, 9475.0, 9507.0, 9505.0, 9494.0, 9532.0, 9490.0, 9515.0, 9474.0, 9539.0, 9471.0, 9522.0, 9486.0, 9487.0, 9515.0, 9477.0, 9500.0, 9457.0, 9479.0, 9425.0, 9461.0, 9487.0, 9444.0, 9508.0, 9443.0, 9470.0, 9430.0, 9461.0, 9413.0, 9463.0, 9470.0, 9460.0, 9491.0, 9445.0, 9472.0, 9432.0, 9476.0, 9428.0, 9478.0, 9475.0, 9446.0, 9486.0, 9456.0, 9473.0, 9425.0, 9474.0, 9456.0, 9457.0, 9492.0, 9443.0, 9471.0, 9425.0, 9482.0, 9448.0, 9495.0, 9541.0, 9529.0, 9532.0, 9430.0, 9454.0, 9460.0, 9464.0, 9505.0, 9462.0, 9490.0, 9449.0, 9482.0, 9466.0, 9482.0, 9511.0, 9466.0, 9493.0, 9446.0, 9479.0, 9507.0, 9477.0, 9510.0, 9453.0, 9494.0, 9433.0, 9470.0, 9510.0, 9462.0, 9511.0, 9470.0, 9513.0, 9456.0, 9516.0, 9515.0, 9486.0, 9528.0, 9486.0, 9534.0, 9472.0, 9521.0, 9484.0, 9503.0, 9518.0, 9481.0, 9514.0, 9443.0, 9492.0, 9492.0, 9458.0, 9474.0, 9421.0, 9477.0, 9484.0, 9441.0, 9486.0, 9441.0, 9478.0, 9443.0, 9477.0, 9506.0, 9458.0, 9488.0, 9447.0, 9478.0, 9460.0, 9447.0, 9492.0, 9456.0, 9494.0, 9430.0, 9463.0, 9504.0, 9469.0, 9500.0, 9430.0, 9480.0, 9486.0, 9449.0, 9505.0, 9447.0, 9480.0, 9435.0, 9467.0, 9506.0, 9463.0, 9497.0, 9448.0, 9481.0, 9508.0, 9451.0, 9497.0, 9433.0, 9484.0, 9513.0, 9487.0, 9514.0, 9472.0, 9501.0, 9459.0, 9489.0, 9512.0, 9485.0, 9529.0, 9473.0, 9503.0, 9456.0, 9505.0, 9512.0, 9486.0, 9535.0, 9485.0, 9510.0, 9468.0, 9497.0, 9436.0, 9483.0, 9494.0, 9482.0, 9510.0, 9465.0, 9490.0, 9463.0, 9477.0, 9446.0, 9495.0, 9431.0, 9497.0, 9458.0, 9460.0, 9509.0, 9464.0, 9493.0, 9445.0, 9493.0, 9446.0, 9477.0, 9494.0, 9464.0, 9493.0, 9447.0, 9497.0, 9432.0, 9480.0, 9480.0, 9449.0, 9509.0, 9460.0, 9493.0, 9431.0, 9480.0, 9477.0, 9445.0, 9506.0, 9462.0, 9478.0, 9425.0, 9477.0, 9430.0, 9461.0, 9490.0, 9458.0, 9494.0, 9449.0, 9496.0, 9450.0, 9501.0, 9477.0, 9467.0, 9511.0, 9465.0, 9497.0, 9447.0, 9482.0, 9466.0, 9471.0, 9513.0, 9471.0, 9516.0, 9452.0, 9500.0, 9451.0, 9507.0, 9499.0, 9469.0, 9513.0, 9472.0, 9496.0, 9452.0, 9500.0, 9513.0, 9466.0, 9496.0, 9453.0, 9496.0, 9430.0, 9497.0, 9462.0, 9477.0, 9509.0, 9465.0, 9496.0, 9449.0, 9493.0, 9447.0, 9499.0, 9493.0, 9460.0, 9490.0, 9450.0, 9479.0, 9428.0, 9476.0, 9491.0, 9458.0, 9491.0, 9445.0, 9495.0, 9445.0, 9464.0, 9507.0, 9475.0, 9491.0, 9448.0, 9480.0, 9437.0, 9480.0, 9493.0, 9484.0, 9511.0, 9469.0, 9498.0, 9458.0, 9506.0, 9537.0, 9487.0, 9515.0, 9467.0, 9498.0, 9449.0, 9483.0, 9510.0, 9478.0, 9509.0, 9464.0, 9494.0, 9448.0, 9495.0, 9453.0, 9478.0, 9491.0, 9467.0, 9512.0, 9464.0, 9492.0, 9453.0, 9501.0, 9435.0, 9499.0, 9480.0, 9484.0, 9513.0, 9465.0, 9494.0, 9451.0, 9496.0, 9457.0, 9492.0, 9490.0, 9461.0, 9492.0, 9448.0, 9476.0, 9446.0, 9478.0, 9504.0, 9461.0, 9491.0, 9444.0, 9476.0, 9427.0, 9459.0, 9470.0, 9445.0, 9501.0, 9461.0, 9491.0, 9434.0, 9497.0, 9459.0, 9507.0, 9516.0, 9481.0, 9510.0, 9454.0, 9502.0, 9449.0, 9481.0, 9509.0, 9463.0, 9494.0, 9442.0, 9477.0, 9486.0, 9457.0, 9503.0, 9461.0, 9470.0, 9445.0, 9472.0, 9436.0, 9483.0, 9463.0, 9482.0, 9514.0, 9467.0, 9497.0, 9450.0, 9482.0, 9511.0, 9448.0, 9495.0, 9442.0, 9494.0, 9474.0, 9445.0, 9487.0, 9429.0, 9476.0, 9455.0, 9460.0, 9507.0, 9467.0, 9495.0, 9433.0, 9468.0, 9513.0, 9464.0, 9495.0, 9468.0, 9501.0, 9448.0, 9488.0, 9529.0, 9486.0, 9517.0, 9489.0, 9541.0, 9489.0, 9539.0, 9486.0, 9542.0, 9487.0, 9541.0, 9495.0, 9541.0, 9505.0, 9539.0, 9503.0, 9523.0, 9469.0, 9499.0, 9460.0, 9520.0, 9499.0, 9464.0, 9515.0, 9450.0, 9491.0, 9428.0, 9472.0, 9430.0, 9470.0, 9419.0, 9484.0, 9421.0, 9467.0, 9479.0, 9467.0, 9513.0, 9467.0, 9499.0, 9458.0, 9486.0, 9438.0, 9486.0, 9470.0, 9484.0, 9514.0, 9486.0, 9516.0, 9457.0, 9500.0, 9452.0, 9499.0, 9452.0, 9497.0, 9465.0, 9465.0, 9510.0, 9464.0, 9480.0, 9431.0, 9478.0, 9479.0, 9466.0, 9499.0, 9466.0, 9494.0, 9473.0, 9502.0, 9443.0, 9517.0, 9518.0, 9469.0, 9513.0, 9472.0, 9501.0, 9455.0, 9524.0, 9443.0, 9492.0, 9474.0, 9491.0, 9517.0, 9486.0, 9518.0, 9470.0, 9502.0, 9456.0, 9470.0, 9516.0, 9491.0, 9521.0, 9479.0, 9502.0, 9464.0, 9515.0, 9492.0, 9514.0, 9486.0, 9515.0, 9471.0, 9500.0, 9452.0, 9495.0, 9482.0, 9471.0, 9509.0, 9467.0, 9493.0, 9450.0, 9476.0, 9437.0, 9477.0, 9417.0, 9455.0, 9435.0, 9476.0, 9455.0, 9517.0, 9479.0, 9527.0, 9517.0, 9447.0, 9492.0, 9442.0, 9476.0, 9443.0, 9462.0, 9490.0, 9441.0, 9489.0, 9432.0, 9461.0, 9404.0, 9437.0, 9379.0, 9411.0, 9407.0, 9378.0, 9430.0, 9378.0, 9393.0, 9331.0, 9376.0, 9375.0, 9345.0, 9390.0, 9347.0, 9377.0, 9338.0, 9384.0, 9388.0, 9389.0, 9425.0, 9387.0, 9426.0, 9384.0, 9426.0, 9412.0, 9442.0, 9470.0, 9430.0, 9465.0, 9439.0, 9481.0, 9456.0, 9481.0, 9440.0, 9484.0, 9421.0, 9483.0, 9467.0, 9475.0, 9514.0, 9473.0, 9499.0, 9459.0, 9499.0, 9439.0, 9497.0, 9456.0, 9469.0, 9511.0, 9474.0, 9521.0, 9463.0, 9526.0, 9480.0, 9512.0, 9538.0, 9517.0, 9544.0, 9516.0, 9543.0, 9489.0, 9545.0, 9486.0, 9536.0, 9544.0, 9532.0, 9565.0, 9539.0, 9541.0, 9481.0, 9526.0, 9481.0, 9539.0, 9525.0, 9528.0, 9539.0, 9507.0, 9538.0, 9489.0, 9519.0, 9470.0, 9520.0, 9457.0, 9504.0, 9457.0, 9503.0, 9489.0, 9488.0, 9533.0, 9487.0, 9540.0, 9477.0, 9502.0, 9439.0, 9503.0, 9456.0, 9487.0, 9502.0, 9483.0, 9516.0, 9466.0, 9497.0, 9449.0, 9480.0, 9432.0, 9463.0, 9510.0, 9446.0, 9498.0, 9431.0, 9459.0, 9413.0, 9459.0, 9447.0, 9450.0, 9465.0, 9456.0, 9499.0, 9474.0, 9502.0, 9476.0, 9522.0, 9463.0, 9505.0, 9466.0, 9509.0, 9539.0, 9488.0, 9513.0, 9490.0, 9519.0, 9456.0, 9502.0, 9439.0, 9504.0, 9499.0, 9488.0, 9533.0, 9485.0, 9516.0, 9456.0, 9486.0, 9440.0, 9486.0, 9485.0, 9490.0, 9499.0, 9471.0, 9516.0, 9473.0, 9502.0, 9453.0, 9502.0, 9453.0, 9469.0, 9511.0, 9466.0, 9497.0, 9428.0, 9479.0, 9475.0, 9444.0, 9489.0, 9431.0, 9478.0, 9416.0, 9465.0, 9464.0, 9462.0, 9493.0, 9448.0, 9482.0, 9453.0, 9484.0, 9438.0, 9500.0, 9453.0, 9470.0, 9512.0, 9468.0, 9520.0, 9454.0, 9507.0, 9481.0, 9491.0, 9486.0, 9493.0, 9537.0, 9449.0, 9486.0, 9183.0, 9556.0, 9333.0, 9556.0, 9500.0, 9396.0, 9491.0, 9438.0, 9465.0, 9435.0, 9479.0, 9455.0, 9490.0, 9445.0, 9410.0, 9463.0, 9404.0, 9456.0, 9427.0, 9426.0, 9427.0, 9403.0, 9478.0, 9427.0, 9481.0, 9444.0, 9485.0, 9459.0, 9456.0, 9458.0, 9462.0, 9480.0, 9480.0, 9483.0, 9469.0, 9519.0, 9470.0, 9504.0, 9515.0, 9485.0, 9524.0, 9480.0, 9511.0, 9481.0, 9510.0, 9476.0, 9492.0, 9461.0, 9510.0, 9458.0, 9496.0, 9459.0, 9474.0, 9472.0, 9459.0, 9508.0, 9457.0, 9503.0, 9459.0, 9495.0, 9426.0, 9473.0, 9471.0, 9439.0, 9507.0, 9454.0, 9486.0, 9423.0, 9453.0, 9420.0, 9455.0, 9468.0, 9439.0, 9485.0, 9458.0, 9488.0, 9430.0, 9472.0, 9429.0, 9460.0, 9456.0, 9460.0, 9508.0, 9459.0, 9490.0, 9426.0, 9493.0, 9444.0, 9490.0, 9479.0, 9478.0, 9432.0, 9459.0, 9430.0, 9491.0, 9490.0, 9457.0, 9506.0, 9439.0, 9485.0, 9419.0, 9471.0, 9417.0, 9429.0, 9481.0, 9417.0, 9465.0, 9423.0, 9451.0, 9415.0, 9454.0, 9414.0, 9462.0, 9491.0, 9465.0, 9494.0, 9453.0, 9497.0, 9453.0, 9482.0, 9489.0, 9465.0, 9507.0, 9448.0, 9488.0, 9430.0, 9464.0, 9502.0, 9453.0, 9502.0, 9427.0, 9471.0, 9425.0, 9460.0, 9487.0, 9442.0, 9504.0, 9444.0, 9489.0, 9434.0, 9476.0, 9476.0, 9444.0, 9487.0, 9460.0, 9494.0, 9431.0, 9478.0, 9460.0, 9463.0, 9506.0, 9454.0, 9489.0, 9439.0, 9470.0, 9422.0, 9475.0, 9446.0, 9461.0, 9502.0, 9459.0, 9491.0, 9449.0, 9477.0, 9436.0, 9500.0, 9451.0, 9468.0, 9511.0, 9467.0, 9507.0, 9448.0, 9493.0, 9447.0, 9479.0, 9474.0, 9477.0, 9507.0, 9446.0, 9489.0, 9446.0, 9489.0, 9432.0, 9494.0, 9432.0, 9478.0, 9477.0, 9466.0, 9509.0, 9467.0, 9507.0, 9450.0, 9495.0, 9434.0, 9497.0, 9461.0, 9466.0, 9509.0, 9460.0, 9505.0, 9443.0, 9472.0, 9426.0, 9475.0, 9444.0, 9464.0, 9487.0, 9473.0, 9509.0, 9467.0, 9513.0, 9471.0, 9539.0, 9462.0, 9518.0, 9478.0, 9507.0, 9503.0, 9511.0, 9460.0, 9500.0, 9454.0, 9515.0, 9477.0, 9513.0, 9464.0, 9498.0, 9478.0, 9477.0, 9512.0, 9461.0, 9488.0, 9439.0, 9471.0, 9444.0, 9475.0, 9425.0, 9454.0, 9467.0, 9439.0, 9481.0, 9432.0, 9440.0, 9445.0, 9431.0, 9481.0, 9426.0, 9497.0, 9509.0, 9443.0, 9477.0, 9443.0, 9461.0, 9492.0, 9475.0, 9494.0, 9457.0, 9471.0, 9513.0, 9477.0, 9483.0, 9411.0, 9438.0, 9382.0, 9391.0, 9409.0, 9383.0, 9427.0, 9366.0, 9414.0, 9380.0, 9413.0, 9371.0, 9413.0, 9374.0, 9401.0, 9355.0, 9405.0, 9390.0, 9408.0, 9437.0, 9393.0, 9433.0, 9389.0, 9420.0, 9391.0, 9420.0, 9375.0, 9424.0, 9382.0, 9430.0, 9446.0, 9419.0, 9447.0, 9427.0, 9469.0, 9443.0, 9473.0, 9435.0, 9482.0, 9446.0, 9481.0, 9449.0, 9479.0, 9463.0, 9463.0, 9505.0, 9457.0, 9490.0, 9448.0, 9498.0, 9436.0, 9496.0, 9428.0, 9498.0, 9440.0, 9522.0, 9471.0, 9504.0, 9467.0, 9482.0, 9530.0, 9487.0, 9510.0, 9466.0, 9496.0, 9451.0, 9495.0, 9450.0, 9497.0, 9468.0, 9484.0, 9513.0, 9476.0, 9490.0, 9445.0, 9474.0, 9448.0, 9475.0, 9462.0, 9512.0, 9478.0, 9491.0, 9448.0, 9491.0, 9445.0, 9490.0, 9446.0, 9495.0, 9437.0, 9493.0, 9452.0, 9496.0, 9478.0, 9483.0, 9508.0, 9484.0, 9514.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.0018561671924290219</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03606863020504732</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.63542340585633</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.221770752817678</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9844143541199687</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4995</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5148.7432</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11562106882886736</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>93</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.334384858044164</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7483101170264557</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.689525390422172</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0207457461616274</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.534659214495567</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0104991</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006368209607899189</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03593109920620918</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.963599294634225</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>20.6634</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.4018</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.5527</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292142.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>865.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.0997</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6645</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.2438</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3405.6684</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3617.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84402.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1204.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4422.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.549</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.956018385011703</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> |