=== 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-0035 --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-0035",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
138 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
138 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-04/func/sub-0035_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>48d1eb4e98ae690adfd74dc81b24224d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:21:6.355000</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.985803, -0.0617618, 0.156135, 0.0371815, 0.987103, 0.155709]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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.0888321</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>[4159, -7743, -7276, 658, -38, -141, 98, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.838</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1e0d1cca-757b-46f2-b3d5-e47a7f5fc2f2||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.6448371410369873, 0.09975530952215195, 0.4420933127403259, 97.42694854736328], [0.16570240259170532, 2.648325204849243, 0.39877066016197205, -109.77986145019531], [0.4188990294933319, -0.4177553057670593, 2.633540391921997, -76.68709564208984], [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': ['122106.355000', '122106.815000', '122107.275000', '122107.735000', '122108.195000', '122108.655000', '122109.115000', '122109.575000', '122110.035000', '122110.495000', '122110.955000', '122111.415000', '122111.875000', '122112.335000', '122112.795000', '122113.255000', '122113.715000', '122114.175000', '122114.635000', '122115.095000', '122115.555000', '122116.015000', '122116.475000', '122116.935000', '122117.395000', '122117.855000', '122118.315000', '122118.775000', '122119.235000', '122119.695000', '122120.155000', '122120.615000', '122121.075000', '122121.535000', '122121.995000', '122122.455000', '122122.915000', '122123.375000', '122123.835000', '122124.295000', '122124.755000', '122125.215000', '122125.675000', '122126.135000', '122126.595000', '122127.055000', '122127.515000', '122127.975000', '122128.435000', '122128.895000', '122129.355000', '122129.815000', '122130.275000', '122130.735000', '122131.195000', '122131.655000', '122132.115000', '122132.575000', '122133.035000', '122133.495000', '122133.955000', '122134.415000', '122134.875000', '122135.335000', '122135.795000', '122136.255000', '122136.715000', '122137.175000', '122137.635000', '122138.095000', '122138.555000', '122139.015000', '122139.475000', '122139.935000', '122140.395000', '122140.855000', '122141.315000', '122141.775000', '122142.235000', '122142.695000', '122143.155000', '122143.615000', '122144.075000', '122144.535000', '122144.995000', '122145.455000', '122145.915000', '122146.375000', '122146.835000', '122147.295000', '122147.755000', '122148.215000', '122148.675000', '122149.135000', '122149.595000', '122150.055000', '122150.515000', '122150.975000', '122151.435000', '122151.895000', '122152.355000', '122152.815000', '122153.275000', '122153.735000', '122154.195000', '122154.655000', '122155.115000', '122155.575000', '122156.035000', '122156.495000', '122156.955000', '122157.415000', '122157.875000', '122158.335000', '122158.795000', '122159.255000', '122159.715000', '122200.175000', '122200.635000', '122201.095000', '122201.555000', '122202.015000', '122202.475000', '122202.935000', '122203.395000', '122203.855000', '122204.315000', '122204.775000', '122205.235000', '122205.695000', '122206.155000', '122206.615000', '122207.075000', '122207.535000', '122207.995000', '122208.455000', '122208.915000', '122209.375000', '122209.835000', '122210.295000', '122210.755000', '122211.215000', '122211.675000', '122212.135000', '122212.595000', '122213.055000', '122213.515000', '122213.975000', '122214.435000', '122214.895000', '122215.355000', '122215.815000', '122216.275000', '122216.735000', '122217.195000', '122217.655000', '122218.115000', '122218.575000', '122219.035000', '122219.495000', '122219.955000', '122220.415000', '122220.875000', '122221.335000', '122221.795000', '122222.255000', '122222.715000', '122223.175000', '122223.635000', '122224.095000', '122224.555000', '122225.015000', '122225.475000', '122225.935000', '122226.395000', '122226.855000', '122227.315000', '122227.775000', '122228.235000', '122228.695000', '122229.155000', '122229.615000', '122230.075000', '122230.535000', '122230.995000', '122231.455000', '122231.915000', '122232.375000', '122232.835000', '122233.295000', '122233.755000', '122234.215000', '122234.675000', '122235.135000', '122235.595000', '122236.055000', '122236.515000', '122236.975000', '122237.435000', '122237.895000', '122238.355000', '122238.815000', '122239.275000', '122239.735000', '122240.195000', '122240.655000', '122241.115000', '122241.575000', '122242.035000', '122242.495000', '122242.955000', '122243.415000', '122243.875000', '122244.335000', '122244.795000', '122245.255000', '122245.715000', '122246.175000', '122246.635000', '122247.095000', '122247.555000', '122248.015000', '122248.475000', '122248.935000', '122249.395000', '122249.855000', '122250.315000', '122250.775000', '122251.235000', '122251.695000', '122252.155000', '122252.615000', '122253.075000', '122253.535000', '122253.995000', '122254.455000', '122254.915000', '122255.375000', '122255.835000', '122256.295000', '122256.755000', '122257.215000', '122257.675000', '122258.135000', '122258.595000', '122259.055000', '122259.515000', '122259.975000', '122300.435000', '122300.895000', '122301.355000', '122301.815000', '122302.275000', '122302.735000', '122303.195000', '122303.655000', '122304.115000', '122304.575000', '122305.035000', '122305.495000', '122305.955000', '122306.415000', '122306.875000', '122307.335000', '122307.795000', '122308.255000', '122308.715000', '122309.175000', '122309.635000', '122310.095000', '122310.555000', '122311.015000', '122311.475000', '122311.935000', '122312.395000', '122312.855000', '122313.315000', '122313.775000', '122314.235000', '122314.695000', '122315.155000', '122315.615000', '122316.075000', '122316.535000', '122316.995000', '122317.455000', '122317.915000', '122318.375000', '122318.835000', '122319.295000', '122319.755000', '122320.215000', '122320.675000', '122321.135000', '122321.595000', '122322.055000', '122322.515000', '122322.975000', '122323.435000', '122323.895000', '122324.355000', '122324.815000', '122325.275000', '122325.735000', '122326.195000', '122326.655000', '122327.115000', '122327.575000', '122328.035000', '122328.495000', '122328.955000', '122329.415000', '122329.875000', '122330.335000', '122330.795000', '122331.255000', '122331.715000', '122332.175000', '122332.635000', '122333.095000', '122333.555000', '122334.015000', '122334.475000', '122334.935000', '122335.395000', '122335.855000', '122336.315000', '122336.775000', '122337.235000', '122337.695000', '122338.155000', '122338.615000', '122339.075000', '122339.535000', '122339.995000', '122340.455000', '122340.915000', '122341.375000', '122341.835000', '122342.295000', '122342.755000', '122343.215000', '122343.675000', '122344.135000', '122344.595000', '122345.055000', '122345.515000', '122345.975000', '122346.435000', '122346.895000', '122347.355000', '122347.815000', '122348.275000', '122348.735000', '122349.195000', '122349.655000', '122350.115000', '122350.575000', '122351.035000', '122351.495000', '122351.955000', '122352.415000', '122352.875000', '122353.335000', '122353.795000', '122354.255000', '122354.715000', '122355.175000', '122355.635000', '122356.095000', '122356.555000', '122357.015000', '122357.475000', '122357.935000', '122358.395000', '122358.855000', '122359.315000', '122359.775000', '122400.235000', '122400.695000', '122401.155000', '122401.615000', '122402.075000', '122402.535000', '122402.995000', '122403.455000', '122403.915000', '122404.375000', '122404.835000', '122405.295000', '122405.755000', '122406.215000', '122406.675000', '122407.135000', '122407.595000', '122408.055000', '122408.515000', '122408.975000', '122409.435000', '122409.895000', '122410.355000', '122410.815000', '122411.275000', '122411.735000', '122412.195000', '122412.655000', '122413.115000', '122413.575000', '122414.035000', '122414.495000', '122414.955000', '122415.415000', '122415.875000', '122416.335000', '122416.795000', '122417.255000', '122417.715000', '122418.175000', '122418.635000', '122419.095000', '122419.555000', '122420.015000', '122420.475000', '122420.935000', '122421.395000', '122421.855000', '122422.315000', '122422.775000', '122423.235000', '122423.695000', '122424.155000', '122424.615000', '122425.075000', '122425.535000', '122425.995000', '122426.455000', '122426.915000', '122427.375000', '122427.835000', '122428.295000', '122428.755000', '122429.215000', '122429.675000', '122430.135000', '122430.595000', '122431.055000', '122431.515000', '122431.975000', '122432.435000', '122432.895000', '122433.355000', '122433.815000', '122434.275000', '122434.735000', '122435.195000', '122435.655000', '122436.115000', '122436.575000', '122437.035000', '122437.495000', '122437.955000', '122438.415000', '122438.875000', '122439.335000', '122439.795000', '122440.255000', '122440.715000', '122441.175000', '122441.635000', '122442.095000', '122442.555000', '122443.015000', '122443.475000', '122443.935000', '122444.395000', '122444.855000', '122445.315000', '122445.775000', '122446.235000', '122446.695000', '122447.155000', '122447.615000', '122448.075000', '122448.535000', '122448.995000', '122449.455000', '122449.915000', '122450.375000', '122450.835000', '122451.295000', '122451.755000', '122452.215000', '122452.675000', '122453.135000', '122453.595000', '122454.055000', '122454.515000', '122454.975000', '122455.435000', '122455.895000', '122456.355000', '122456.815000', '122457.275000', '122457.735000', '122458.195000', '122458.655000', '122459.115000', '122459.575000', '122500.035000', '122500.495000', '122500.955000', '122501.415000', '122501.875000', '122502.335000', '122502.795000', '122503.255000', '122503.715000', '122504.175000', '122504.635000', '122505.095000', '122505.555000', '122506.015000', '122506.475000', '122506.935000', '122507.395000', '122507.855000', '122508.315000', '122508.775000', '122509.235000', '122509.695000', '122510.155000', '122510.615000', '122511.075000', '122511.535000', '122511.995000', '122512.455000', '122512.915000', '122513.375000', '122513.835000', '122514.295000', '122514.755000', '122515.215000', '122515.675000', '122516.135000', '122516.595000', '122517.055000', '122517.515000', '122517.975000', '122518.435000', '122518.895000', '122519.355000', '122519.815000', '122520.275000', '122520.735000', '122521.195000', '122521.655000', '122522.115000', '122522.575000', '122523.035000', '122523.495000', '122523.955000', '122524.415000', '122524.875000', '122525.335000', '122525.795000', '122526.255000', '122526.715000', '122527.175000', '122527.635000', '122528.095000', '122528.555000', '122529.015000', '122529.475000', '122529.935000', '122530.395000', '122530.855000', '122531.315000', '122531.775000', '122532.235000', '122532.695000', '122533.155000', '122533.615000', '122534.075000', '122534.535000', '122534.995000', '122535.455000', '122535.915000', '122536.375000', '122536.835000', '122537.295000', '122537.755000', '122538.215000', '122538.675000', '122539.135000', '122539.595000', '122540.055000', '122540.515000', '122540.975000', '122541.435000', '122541.895000', '122542.355000', '122542.815000', '122543.275000', '122543.735000', '122544.195000', '122544.655000', '122545.115000', '122545.575000', '122546.035000', '122546.495000', '122546.955000', '122547.415000', '122547.875000', '122548.335000', '122548.795000', '122549.255000', '122549.715000', '122550.175000', '122550.635000', '122551.095000', '122551.555000', '122552.015000', '122552.475000', '122552.935000', '122553.395000', '122553.855000', '122554.315000', '122554.775000', '122555.235000', '122555.695000', '122556.155000', '122556.615000', '122557.075000', '122557.535000', '122557.995000', '122558.455000', '122558.915000', '122559.375000', '122559.835000', '122600.295000', '122600.755000', '122601.215000', '122601.675000', '122602.135000', '122602.595000', '122603.055000', '122603.515000', '122603.975000', '122604.435000', '122604.895000', '122605.355000', '122605.815000', '122606.275000', '122606.735000', '122607.195000', '122607.655000', '122608.115000', '122608.575000', '122609.035000', '122609.495000', '122609.955000', '122610.415000', '122610.875000', '122611.335000', '122611.795000', '122612.255000', '122612.715000', '122613.175000', '122613.635000', '122614.095000', '122614.555000', '122615.015000', '122615.475000', '122615.935000', '122616.395000', '122616.855000', '122617.315000', '122617.775000', '122618.235000', '122618.695000', '122619.155000', '122619.615000', '122620.075000', '122620.535000', '122620.995000', '122621.455000', '122621.915000', '122622.375000', '122622.835000', '122623.295000', '122623.755000', '122624.215000', '122624.675000', '122625.135000', '122625.595000', '122626.055000', '122626.515000', '122626.975000', '122627.435000', '122627.895000', '122628.355000', '122628.815000', '122629.275000', '122629.735000', '122630.195000', '122630.655000', '122631.115000', '122631.575000', '122632.035000', '122632.495000', '122632.955000', '122633.415000', '122633.875000', '122634.335000', '122634.795000', '122635.255000', '122635.715000', '122636.175000', '122636.635000', '122637.095000', '122637.555000', '122638.015000', '122638.475000', '122638.935000', '122639.395000', '122639.855000', '122640.315000', '122640.775000', '122641.235000', '122641.695000', '122642.155000', '122642.615000', '122643.075000', '122643.535000', '122643.995000', '122644.455000', '122644.915000', '122645.375000', '122645.835000', '122646.295000', '122646.755000', '122647.215000', '122647.675000', '122648.135000', '122648.595000', '122649.055000', '122649.515000', '122649.975000', '122650.435000', '122650.895000', '122651.355000', '122651.815000', '122652.275000', '122652.735000', '122653.195000', '122653.655000', '122654.115000', '122654.575000', '122655.035000', '122655.495000', '122655.955000', '122656.415000', '122656.875000', '122657.335000', '122657.795000', '122658.255000', '122658.715000', '122659.175000', '122659.635000', '122700.095000', '122700.555000', '122701.015000', '122701.475000', '122701.935000', '122702.395000', '122702.855000', '122703.315000', '122703.775000', '122704.235000', '122704.695000', '122705.155000', '122705.615000', '122706.075000', '122706.535000', '122706.995000', '122707.455000', '122707.915000', '122708.375000', '122708.835000', '122709.295000', '122709.755000', '122710.215000', '122710.675000', '122711.135000', '122711.595000', '122712.055000', '122712.515000', '122712.975000', '122713.435000', '122713.895000', '122714.355000', '122714.815000', '122715.275000', '122715.735000', '122716.195000', '122716.655000', '122717.115000', '122717.575000', '122718.035000', '122718.495000', '122718.955000', '122719.415000', '122719.875000', '122720.335000', '122720.795000', '122721.255000', '122721.715000', '122722.175000', '122722.635000', '122723.095000', '122723.555000', '122724.015000', '122724.475000', '122724.935000', '122725.395000', '122725.855000', '122726.315000', '122726.775000', '122727.235000', '122727.695000', '122728.155000', '122728.615000', '122729.075000', '122729.535000', '122729.995000', '122730.455000', '122730.915000', '122731.375000', '122731.835000', '122732.295000', '122732.755000', '122733.215000', '122733.675000', '122734.135000', '122734.595000', '122735.055000', '122735.515000', '122735.975000', '122736.435000', '122736.895000', '122737.355000', '122737.815000', '122738.275000', '122738.735000', '122739.195000', '122739.655000', '122740.115000', '122740.575000', '122741.035000', '122741.495000', '122741.955000', '122742.415000', '122742.875000', '122743.335000', '122743.795000', '122744.255000', '122744.715000', '122745.175000', '122745.635000', '122746.095000', '122746.555000', '122747.015000', '122747.475000', '122747.935000', '122748.395000', '122748.855000', '122749.315000', '122749.775000', '122750.235000', '122750.695000', '122751.155000', '122751.615000', '122752.075000', '122752.535000', '122752.995000', '122753.455000', '122753.915000', '122754.375000', '122754.835000', '122755.295000', '122755.755000', '122756.215000', '122756.675000', '122757.135000', '122757.595000', '122758.055000', '122758.515000', '122758.975000', '122759.435000', '122759.895000', '122800.355000', '122800.815000', '122801.275000', '122801.735000', '122802.195000', '122802.655000', '122803.115000', '122803.575000', '122804.035000', '122804.495000', '122804.955000', '122805.415000', '122805.875000', '122806.335000', '122806.795000', '122807.255000', '122807.715000', '122808.175000', '122808.635000', '122809.095000', '122809.555000', '122810.015000', '122810.475000', '122810.935000', '122811.395000', '122811.855000', '122812.315000', '122812.775000', '122813.235000', '122813.695000', '122814.155000', '122814.615000', '122815.075000', '122815.535000', '122815.995000', '122816.455000', '122816.915000', '122817.375000', '122817.835000', '122818.295000', '122818.755000', '122819.215000', '122819.675000', '122820.135000', '122820.595000', '122821.055000', '122821.515000', '122821.975000', '122822.435000', '122822.895000', '122823.355000', '122823.815000', '122824.275000', '122824.735000', '122825.195000', '122825.655000', '122826.115000', '122826.575000', '122827.035000', '122827.495000', '122827.955000', '122828.415000', '122828.875000', '122829.335000', '122829.795000', '122830.255000', '122830.715000', '122831.175000', '122831.635000', '122832.095000', '122832.555000', '122833.015000', '122833.475000', '122833.935000', '122834.395000', '122834.855000', '122835.315000', '122835.775000', '122836.235000', '122836.695000', '122837.155000', '122837.615000', '122838.075000', '122838.535000', '122838.995000', '122839.455000', '122839.915000', '122840.375000', '122840.835000', '122841.295000', '122841.755000', '122842.215000', '122842.675000', '122843.135000', '122843.595000', '122844.055000', '122844.515000', '122844.975000', '122845.435000', '122845.895000', '122846.355000', '122846.815000', '122847.275000', '122847.735000', '122848.195000', '122848.655000', '122849.115000', '122849.575000', '122850.035000', '122850.495000', '122850.955000', '122851.415000', '122851.875000', '122852.335000', '122852.795000', '122853.255000', '122853.715000', '122854.175000', '122854.635000', '122855.095000', '122855.555000', '122856.015000', '122856.475000', '122856.935000', '122857.395000', '122857.855000', '122858.315000', '122858.775000', '122859.235000', '122859.695000', '122900.155000', '122900.615000', '122901.075000', '122901.535000', '122901.995000', '122902.455000', '122902.915000', '122903.375000', '122903.835000', '122904.295000', '122904.755000', '122905.215000', '122905.675000', '122906.135000', '122906.595000', '122907.055000', '122907.515000', '122907.975000', '122908.435000', '122908.895000', '122909.355000', '122909.815000', '122910.275000', '122910.735000', '122911.195000', '122911.655000', '122912.115000', '122912.575000', '122913.035000', '122913.495000', '122913.955000', '122914.415000', '122914.875000', '122915.335000', '122915.795000', '122916.255000', '122916.715000', '122917.175000', '122917.635000', '122918.095000', '122918.555000', '122919.015000', '122919.475000', '122919.935000', '122920.395000', '122920.855000', '122921.315000', '122921.775000', '122922.235000', '122922.695000', '122923.155000', '122923.615000', '122924.075000', '122924.535000', '122924.995000', '122925.455000', '122925.915000', '122926.375000', '122926.835000', '122927.295000', '122927.755000', '122928.215000', '122928.675000', '122929.135000', '122929.595000', '122930.055000', '122930.515000', '122930.975000', '122931.435000', '122931.895000', '122932.355000', '122932.815000', '122933.275000', '122933.735000', '122934.195000', '122934.655000', '122935.115000', '122935.575000', '122936.035000', '122936.495000', '122936.955000', '122937.415000', '122937.875000', '122938.335000', '122938.795000', '122939.255000', '122939.715000', '122940.175000', '122940.635000', '122941.095000', '122941.555000', '122942.015000', '122942.475000', '122942.935000', '122943.395000', '122943.855000', '122944.315000', '122944.775000', '122945.235000', '122945.695000', '122946.155000', '122946.615000', '122947.075000', '122947.535000', '122947.995000', '122948.455000', '122948.915000', '122949.375000', '122949.835000', '122950.295000', '122950.755000', '122951.215000', '122951.675000', '122952.135000', '122952.595000', '122953.055000', '122953.515000', '122953.975000', '122954.435000', '122954.895000', '122955.355000', '122955.815000', '122956.275000', '122956.735000', '122957.195000', '122957.655000', '122958.115000', '122958.575000', '122959.035000', '122959.495000', '122959.955000', '123000.415000', '123000.875000', '123001.335000', '123001.795000', '123002.255000', '123002.715000', '123003.175000', '123003.635000', '123004.095000', '123004.555000', '123005.015000', '123005.475000', '123005.935000', '123006.395000', '123006.855000', '123007.315000', '123007.775000', '123008.235000', '123008.695000', '123009.155000', '123009.615000', '123010.075000', '123010.535000', '123010.995000', '123011.455000', '123011.915000', '123012.375000', '123012.835000', '123013.295000', '123013.755000', '123014.215000', '123014.675000', '123015.135000', '123015.595000', '123016.055000', '123016.515000', '123016.975000', '123017.435000', '123017.895000', '123018.355000', '123018.815000', '123019.275000', '123019.735000', '123020.195000', '123020.655000', '123021.115000', '123021.575000', '123022.035000', '123022.495000', '123022.955000', '123023.415000', '123023.875000', '123024.335000', '123024.795000', '123025.255000', '123025.715000', '123026.175000', '123026.635000', '123027.095000', '123027.555000', '123028.015000', '123028.475000', '123028.935000', '123029.395000', '123029.855000', '123030.315000', '123030.775000', '123031.235000', '123031.695000', '123032.155000', '123032.615000', '123033.075000', '123033.535000', '123033.995000', '123034.455000', '123034.915000', '123035.375000', '123035.835000', '123036.295000', '123036.755000', '123037.215000', '123037.675000', '123038.135000', '123038.595000', '123039.055000', '123039.515000', '123039.975000', '123040.435000', '123040.895000', '123041.355000', '123041.815000', '123042.275000', '123042.735000', '123043.195000', '123043.655000', '123044.115000', '123044.575000', '123045.035000', '123045.495000', '123045.955000', '123046.415000', '123046.875000', '123047.335000', '123047.795000', '123048.255000', '123048.715000', '123049.175000'], 'ContentTime': ['122132.724000', '122132.727000', '122132.730000', '122132.732000', '122132.735000', '122132.737000', '122132.740000', '122132.743000', '122132.745000', '122132.748000', '122132.751000', '122132.754000', '122132.756000', '122132.759000', '122132.762000', '122132.764000', '122132.767000', '122132.769000', '122132.772000', '122132.774000', '122132.777000', '122132.779000', '122132.782000', '122132.785000', '122132.787000', '122132.790000', '122132.792000', '122132.795000', '122132.797000', '122132.800000', '122132.803000', '122132.805000', '122132.808000', '122132.811000', '122132.813000', '122132.816000', '122132.818000', '122132.821000', '122132.823000', '122132.826000', '122132.829000', '122132.831000', '122132.834000', '122132.836000', '122132.839000', '122132.841000', '122132.844000', '122132.847000', '122132.849000', '122132.852000', '122132.854000', '122132.857000', '122132.859000', '122132.862000', '122132.865000', '122132.867000', '122152.687000', '122152.690000', '122152.693000', '122152.696000', '122152.698000', '122152.701000', '122152.703000', '122152.706000', '122152.708000', '122152.711000', '122152.713000', '122152.716000', '122152.750000', '122152.753000', '122152.756000', '122152.758000', '122152.761000', '122152.764000', '122152.766000', '122152.769000', '122152.772000', '122152.775000', '122152.777000', '122152.780000', '122152.782000', '122152.785000', '122152.787000', '122152.790000', '122152.793000', '122152.795000', '122152.798000', '122152.800000', '122152.803000', '122152.806000', '122152.808000', '122152.811000', '122152.815000', '122152.817000', '122152.820000', '122152.822000', '122152.825000', '122152.827000', '122152.830000', '122212.689000', '122212.691000', '122212.694000', '122212.697000', '122212.699000', '122212.702000', '122212.704000', '122212.707000', '122212.709000', '122212.712000', '122212.714000', '122212.717000', '122212.720000', '122212.722000', '122212.725000', '122212.727000', '122212.730000', '122212.733000', '122212.735000', '122212.744000', '122212.746000', '122212.749000', '122212.752000', '122212.754000', '122212.757000', '122212.759000', '122212.762000', '122212.778000', '122212.780000', '122212.783000', '122212.786000', '122212.788000', '122212.791000', '122212.793000', '122212.796000', '122212.798000', '122212.801000', '122212.804000', '122212.806000', '122212.809000', '122212.811000', '122212.814000', '122212.817000', '122212.819000', '122232.688000', '122232.691000', '122232.694000', '122232.696000', '122232.699000', '122232.702000', '122232.704000', '122232.707000', '122232.709000', '122232.712000', '122232.714000', '122232.717000', '122232.720000', '122232.722000', '122232.725000', '122232.727000', '122232.730000', '122232.733000', '122232.735000', '122232.738000', '122232.740000', '122232.743000', '122232.745000', '122232.748000', '122232.751000', '122232.753000', '122232.756000', '122232.758000', '122232.761000', '122232.764000', '122232.766000', '122232.769000', '122232.771000', '122232.774000', '122232.776000', '122232.779000', '122232.781000', '122232.784000', '122232.787000', '122232.789000', '122232.792000', '122232.794000', '122232.797000', '122252.689000', '122252.692000', '122252.694000', '122252.697000', '122252.699000', '122252.702000', '122252.705000', '122252.707000', '122252.710000', '122252.712000', '122252.715000', '122252.718000', '122252.720000', '122252.723000', '122252.725000', '122252.728000', '122252.731000', '122252.733000', '122252.736000', '122252.738000', '122252.741000', '122252.743000', '122252.746000', '122252.749000', '122252.751000', '122252.754000', '122252.757000', '122252.759000', '122252.762000', '122252.764000', '122252.767000', '122252.769000', '122252.772000', '122252.774000', '122252.777000', '122252.780000', '122252.782000', '122252.785000', '122252.787000', '122252.790000', '122252.793000', '122252.795000', '122252.798000', '122252.877000', '122312.688000', '122312.691000', '122312.694000', '122312.696000', '122312.699000', '122312.702000', '122312.704000', '122312.707000', '122312.709000', '122312.712000', '122312.715000', '122312.717000', '122312.720000', '122312.722000', '122312.725000', '122312.728000', '122312.730000', '122312.733000', '122312.735000', '122312.738000', '122312.741000', '122312.743000', '122312.751000', '122312.754000', '122312.757000', '122312.759000', '122312.762000', '122312.765000', '122312.767000', '122312.770000', '122312.772000', '122312.775000', '122312.778000', '122312.780000', '122312.783000', '122312.785000', '122312.788000', '122312.790000', '122312.793000', '122312.796000', '122312.798000', '122312.839000', '122312.842000', '122332.688000', '122332.690000', '122332.693000', '122332.696000', '122332.698000', '122332.701000', '122332.703000', '122332.706000', '122332.709000', '122332.711000', '122332.714000', '122332.716000', '122332.719000', '122332.721000', '122332.724000', '122332.727000', '122332.729000', '122332.732000', '122332.734000', '122332.737000', '122332.739000', '122332.742000', '122332.745000', '122332.747000', '122332.750000', '122332.752000', '122332.755000', '122332.758000', '122332.760000', '122332.763000', '122332.765000', '122332.768000', '122332.771000', '122332.773000', '122332.776000', '122332.786000', '122332.789000', '122332.791000', '122332.794000', '122332.797000', '122332.819000', '122332.821000', '122332.824000', '122332.827000', '122352.687000', '122352.690000', '122352.693000', '122352.696000', '122352.698000', '122352.701000', '122352.703000', '122352.706000', '122352.723000', '122352.726000', '122352.729000', '122352.731000', '122352.734000', '122352.736000', '122352.739000', '122352.742000', '122352.744000', '122352.747000', '122352.749000', '122352.752000', '122352.754000', '122352.757000', '122352.760000', '122352.762000', '122352.765000', '122352.767000', '122352.770000', '122352.773000', '122352.775000', '122352.778000', '122352.781000', '122352.783000', '122352.786000', '122352.788000', '122352.791000', '122352.794000', '122352.796000', '122352.799000', '122352.843000', '122352.846000', '122352.849000', '122352.851000', '122352.854000', '122412.688000', '122412.691000', '122412.693000', '122412.696000', '122412.698000', '122412.701000', '122412.704000', '122412.707000', '122412.709000', '122412.712000', '122412.715000', '122412.717000', '122412.720000', '122412.722000', '122412.725000', '122412.728000', '122412.730000', '122412.733000', '122412.735000', '122412.738000', '122412.741000', '122412.743000', '122412.746000', '122412.749000', '122412.751000', '122412.754000', '122412.756000', '122412.759000', '122412.762000', '122412.764000', '122412.767000', '122412.769000', '122412.772000', '122412.775000', '122412.777000', '122412.780000', '122412.782000', '122412.785000', '122412.788000', '122412.790000', '122412.793000', '122412.795000', '122412.798000', '122412.835000', '122432.688000', '122432.691000', '122432.694000', '122432.696000', '122432.699000', '122432.702000', '122432.704000', '122432.707000', '122432.709000', '122432.712000', '122432.715000', '122432.717000', '122432.720000', '122432.722000', '122432.725000', '122432.728000', '122432.730000', '122432.733000', '122432.735000', '122432.738000', '122432.741000', '122432.743000', '122432.754000', '122432.757000', '122432.759000', '122432.762000', '122432.764000', '122432.767000', '122432.775000', '122432.778000', '122432.781000', '122432.783000', '122432.786000', '122432.789000', '122432.792000', '122432.794000', '122432.797000', '122432.842000', '122432.845000', '122432.847000', '122432.850000', '122432.853000', '122432.855000', '122452.689000', '122452.691000', '122452.694000', '122452.697000', '122452.699000', '122452.702000', '122452.704000', '122452.707000', '122452.710000', '122452.712000', '122452.715000', '122452.717000', '122452.720000', '122452.722000', '122452.725000', '122452.728000', '122452.730000', '122452.733000', '122452.735000', '122452.738000', '122452.741000', '122452.743000', '122452.746000', '122452.748000', '122452.751000', '122452.754000', '122452.756000', '122452.759000', '122452.761000', '122452.764000', '122452.766000', '122452.769000', '122452.772000', '122452.774000', '122452.777000', '122452.779000', '122452.782000', '122452.785000', '122452.787000', '122452.790000', '122452.792000', '122452.795000', '122452.797000', '122452.829000', '122512.688000', '122512.691000', '122512.694000', '122512.696000', '122512.699000', '122512.702000', '122512.704000', '122512.707000', '122512.709000', '122512.712000', '122512.715000', '122512.717000', '122512.720000', '122512.722000', '122512.725000', '122512.728000', '122512.730000', '122512.733000', '122512.735000', '122512.738000', '122512.741000', '122512.743000', '122512.746000', '122512.749000', '122512.751000', '122512.754000', '122512.756000', '122512.759000', '122512.761000', '122512.764000', '122512.767000', '122512.769000', '122512.772000', '122512.774000', '122512.777000', '122512.780000', '122512.782000', '122512.785000', '122512.787000', '122512.790000', '122512.793000', '122512.795000', '122512.798000', '122532.688000', '122532.692000', '122532.695000', '122532.698000', '122532.700000', '122532.703000', '122532.705000', '122532.708000', '122532.711000', '122532.713000', '122532.716000', '122532.719000', '122532.721000', '122532.724000', '122532.727000', '122532.729000', '122532.732000', '122532.735000', '122532.737000', '122532.740000', '122532.743000', '122532.746000', '122532.749000', '122532.752000', '122532.754000', '122532.757000', '122532.760000', '122532.762000', '122532.765000', '122532.768000', '122532.770000', '122532.773000', '122532.775000', '122532.778000', '122532.781000', '122532.783000', '122532.786000', '122532.789000', '122532.791000', '122532.794000', '122532.797000', '122532.799000', '122532.802000', '122532.805000', '122552.687000', '122552.690000', '122552.693000', '122552.696000', '122552.698000', '122552.701000', '122552.704000', '122552.706000', '122552.709000', '122552.712000', '122552.714000', '122552.717000', '122552.719000', '122552.722000', '122552.724000', '122552.727000', '122552.730000', '122552.732000', '122552.735000', '122552.738000', '122552.740000', '122552.743000', '122552.745000', '122552.748000', '122552.750000', '122552.753000', '122552.756000', '122552.758000', '122552.761000', '122552.763000', '122552.766000', '122552.769000', '122552.771000', '122552.774000', '122552.786000', '122552.789000', '122552.792000', '122552.794000', '122552.798000', '122552.883000', '122552.886000', '122552.888000', '122552.891000', '122612.688000', '122612.691000', '122612.693000', '122612.696000', '122612.699000', '122612.701000', '122612.704000', '122612.707000', '122612.709000', '122612.712000', '122612.714000', '122612.717000', '122612.720000', '122612.722000', '122612.725000', '122612.727000', '122612.730000', '122612.733000', '122612.735000', '122612.738000', '122612.740000', '122612.743000', '122612.746000', '122612.748000', '122612.751000', '122612.753000', '122612.756000', '122612.759000', '122612.761000', '122612.764000', '122612.767000', '122612.769000', '122612.772000', '122612.774000', '122612.777000', '122612.780000', '122612.782000', '122612.785000', '122612.787000', '122612.790000', '122612.792000', '122612.795000', '122612.798000', '122612.856000', '122632.687000', '122632.690000', '122632.693000', '122632.696000', '122632.698000', '122632.701000', '122632.703000', '122632.706000', '122632.709000', '122632.711000', '122632.714000', '122632.716000', '122632.719000', '122632.722000', '122632.724000', '122632.727000', '122632.729000', '122632.732000', '122632.735000', '122632.737000', '122632.740000', '122632.742000', '122632.745000', '122632.748000', '122632.750000', '122632.753000', '122632.755000', '122632.758000', '122632.761000', '122632.763000', '122632.766000', '122632.768000', '122632.771000', '122632.774000', '122632.776000', '122632.779000', '122632.781000', '122632.786000', '122632.788000', '122632.791000', '122632.794000', '122632.796000', '122632.799000', '122652.689000', '122652.691000', '122652.694000', '122652.697000', '122652.699000', '122652.702000', '122652.704000', '122652.707000', '122652.709000', '122652.712000', '122652.715000', '122652.717000', '122652.720000', '122652.722000', '122652.725000', '122652.732000', '122652.735000', '122652.738000', '122652.740000', '122652.743000', '122652.745000', '122652.748000', '122652.751000', '122652.753000', '122652.756000', '122652.758000', '122652.761000', '122652.764000', '122652.766000', '122652.769000', '122652.772000', '122652.775000', '122652.777000', '122652.780000', '122652.783000', '122652.785000', '122652.788000', '122652.790000', '122652.793000', '122652.796000', '122652.799000', '122652.852000', '122652.855000', '122652.857000', '122712.688000', '122712.691000', '122712.694000', '122712.697000', '122712.699000', '122712.702000', '122712.704000', '122712.707000', '122712.710000', '122712.712000', '122712.715000', '122712.717000', '122712.720000', '122712.723000', '122712.725000', '122712.728000', '122712.730000', '122712.733000', '122712.736000', '122712.738000', '122712.741000', '122712.743000', '122712.746000', '122712.749000', '122712.751000', '122712.754000', '122712.756000', '122712.759000', '122712.762000', '122712.764000', '122712.767000', '122712.769000', '122712.772000', '122712.774000', '122712.777000', '122712.780000', '122712.782000', '122712.785000', '122712.788000', '122712.790000', '122712.793000', '122712.796000', '122712.798000', '122732.689000', '122732.692000', '122732.695000', '122732.698000', '122732.701000', '122732.703000', '122732.706000', '122732.708000', '122732.711000', '122732.713000', '122732.716000', '122732.719000', '122732.721000', '122732.724000', '122732.726000', '122732.729000', '122732.732000', '122732.734000', '122732.737000', '122732.739000', '122732.742000', '122732.745000', '122732.747000', '122732.750000', '122732.752000', '122732.755000', '122732.758000', '122732.760000', '122732.763000', '122732.766000', '122732.769000', '122732.771000', '122732.774000', '122732.776000', '122732.779000', '122732.782000', '122732.784000', '122732.787000', '122732.789000', '122732.792000', '122732.795000', '122732.797000', '122732.856000', '122752.689000', '122752.691000', '122752.694000', '122752.697000', '122752.700000', '122752.703000', '122752.706000', '122752.708000', '122752.711000', '122752.713000', '122752.716000', '122752.719000', '122752.721000', '122752.724000', '122752.726000', '122752.729000', '122752.732000', '122752.734000', '122752.737000', '122752.740000', '122752.742000', '122752.745000', '122752.747000', '122752.750000', '122752.752000', '122752.755000', '122752.758000', '122752.760000', '122752.763000', '122752.766000', '122752.768000', '122752.771000', '122752.773000', '122752.776000', '122752.779000', '122752.781000', '122752.784000', '122752.786000', '122752.789000', '122752.791000', '122752.794000', '122752.797000', '122752.855000', '122752.858000', '122812.687000', '122812.690000', '122812.693000', '122812.695000', '122812.698000', '122812.701000', '122812.703000', '122812.706000', '122812.708000', '122812.711000', '122812.714000', '122812.717000', '122812.719000', '122812.722000', '122812.725000', '122812.727000', '122812.730000', '122812.733000', '122812.735000', '122812.738000', '122812.740000', '122812.743000', '122812.746000', '122812.748000', '122812.751000', '122812.754000', '122812.764000', '122812.767000', '122812.770000', '122812.774000', '122812.777000', '122812.779000', '122812.782000', '122812.785000', '122812.787000', '122812.790000', '122812.793000', '122812.796000', '122812.798000', '122812.850000', '122812.853000', '122812.855000', '122812.858000', '122832.688000', '122832.690000', '122832.693000', '122832.696000', '122832.699000', '122832.701000', '122832.704000', '122832.707000', '122832.709000', '122832.712000', '122832.715000', '122832.718000', '122832.720000', '122832.723000', '122832.725000', '122832.728000', '122832.731000', '122832.733000', '122832.736000', '122832.738000', '122832.741000', '122832.744000', '122832.746000', '122832.749000', '122832.752000', '122832.755000', '122832.757000', '122832.760000', '122832.762000', '122832.765000', '122832.768000', '122832.770000', '122832.773000', '122832.775000', '122832.778000', '122832.781000', '122832.783000', '122832.786000', '122832.788000', '122832.791000', '122832.793000', '122832.796000', '122832.799000', '122832.801000', '122852.688000', '122852.691000', '122852.693000', '122852.696000', '122852.698000', '122852.701000', '122852.704000', '122852.706000', '122852.709000', '122852.712000', '122852.714000', '122852.717000', '122852.719000', '122852.722000', '122852.725000', '122852.727000', '122852.730000', '122852.732000', '122852.735000', '122852.738000', '122852.740000', '122852.743000', '122852.746000', '122852.748000', '122852.751000', '122852.753000', '122852.756000', '122852.759000', '122852.761000', '122852.764000', '122852.767000', '122852.769000', '122852.772000', '122852.775000', '122852.777000', '122852.780000', '122852.782000', '122852.785000', '122852.788000', '122852.791000', '122852.793000', '122852.796000', '122852.800000', '122912.689000', '122912.692000', '122912.695000', '122912.697000', '122912.700000', '122912.703000', '122912.705000', '122912.708000', '122912.711000', '122912.713000', '122912.716000', '122912.719000', '122912.721000', '122912.724000', '122912.727000', '122912.729000', '122912.732000', '122912.734000', '122912.737000', '122912.740000', '122912.742000', '122912.745000', '122912.748000', '122912.750000', '122912.753000', '122912.756000', '122912.758000', '122912.761000', '122912.763000', '122912.766000', '122912.769000', '122912.771000', '122912.774000', '122912.777000', '122912.779000', '122912.782000', '122912.784000', '122912.787000', '122912.790000', '122912.793000', '122912.795000', '122912.798000', '122912.849000', '122912.851000', '122932.689000', '122932.692000', '122932.694000', '122932.697000', '122932.700000', '122932.702000', '122932.705000', '122932.707000', '122932.710000', '122932.713000', '122932.715000', '122932.718000', '122932.721000', '122932.723000', '122932.726000', '122932.728000', '122932.731000', '122932.734000', '122932.736000', '122932.739000', '122932.742000', '122932.745000', '122932.764000', '122932.767000', '122932.770000', '122932.773000', '122932.775000', '122932.778000', '122932.780000', '122932.783000', '122932.786000', '122932.788000', '122932.791000', '122932.793000', '122932.796000', '122932.799000', '122932.870000', '122932.873000', '122932.876000', '122932.878000', '122932.881000', '122932.884000', '122932.886000', '122952.689000', '122952.691000', '122952.694000', '122952.697000', '122952.700000', '122952.702000', '122952.705000', '122952.707000', '122952.710000', '122952.713000', '122952.715000', '122952.718000', '122952.721000', '122952.723000', '122952.726000', '122952.729000', '122952.731000', '122952.734000', '122952.737000', '122952.739000', '122952.742000', '122952.744000', '122952.747000', '122952.750000', '122952.752000', '122952.755000', '122952.758000', '122952.760000', '122952.763000', '122952.766000', '122952.768000', '122952.771000', '122952.774000', '122952.776000', '122952.779000', '122952.781000', '122952.784000', '122952.787000', '122952.789000', '122952.792000', '122952.795000', '122952.797000', '122952.864000', '122952.867000', '123012.689000', '123012.692000', '123012.694000', '123012.697000', '123012.700000', '123012.702000', '123012.705000', '123012.708000', '123012.710000', '123012.713000', '123012.716000', '123012.718000', '123012.721000', '123012.724000', '123012.726000', '123012.729000', '123012.732000', '123012.734000', '123012.737000', '123012.740000', '123012.742000', '123012.745000', '123012.748000', '123012.750000', '123012.753000', '123012.755000', '123012.758000', '123012.761000', '123012.763000', '123012.766000', '123012.770000', '123012.772000', '123012.775000', '123012.779000', '123012.781000', '123012.784000', '123012.787000', '123012.789000', '123012.792000', '123012.794000', '123012.797000', '123012.880000', '123012.883000', '123032.688000', '123032.691000', '123032.693000', '123032.696000', '123032.713000', '123032.716000', '123032.719000', '123032.721000', '123032.724000', '123032.727000', '123032.729000', '123032.732000', '123032.735000', '123032.737000', '123032.740000', '123032.742000', '123032.745000', '123032.748000', '123032.750000', '123032.753000', '123032.756000', '123032.758000', '123032.761000', '123032.763000', '123032.766000', '123032.769000', '123032.771000', '123032.774000', '123032.777000', '123032.779000', '123032.782000', '123032.785000', '123032.787000', '123032.790000', '123032.793000', '123032.795000', '123032.798000', '123032.874000', '123032.877000', '123032.879000', '123032.882000', '123032.884000', '123032.887000', '123032.890000', '123050.046000', '123050.050000', '123050.053000', '123050.055000', '123050.073000', '123050.076000', '123050.080000', '123050.083000', '123050.086000', '123050.089000', '123050.091000', '123050.094000', '123050.097000', '123050.100000', '123050.102000', '123050.105000', '123050.108000', '123050.111000', '123050.114000', '123050.116000', '123050.121000', '123050.124000', '123050.127000', '123050.130000', '123050.133000', '123050.136000', '123050.139000', '123050.142000', '123050.144000', '123050.148000', '123050.151000', '123050.154000', '123050.158000', '123050.164000', '123050.168000', '123050.172000', '123050.175000', '123050.177000'], 'InstanceCreationTime': ['122132.724000', '122132.727000', '122132.730000', '122132.732000', '122132.735000', '122132.737000', '122132.740000', '122132.743000', '122132.745000', '122132.748000', '122132.751000', '122132.754000', '122132.756000', '122132.759000', '122132.762000', '122132.764000', '122132.767000', '122132.769000', '122132.772000', '122132.774000', '122132.777000', '122132.779000', '122132.782000', '122132.785000', '122132.787000', '122132.790000', '122132.792000', '122132.795000', '122132.797000', '122132.800000', '122132.803000', '122132.805000', '122132.808000', '122132.811000', '122132.813000', '122132.816000', '122132.818000', '122132.821000', '122132.823000', '122132.826000', '122132.829000', '122132.831000', '122132.834000', '122132.836000', '122132.839000', '122132.841000', '122132.844000', '122132.847000', '122132.849000', '122132.852000', '122132.854000', '122132.857000', '122132.859000', '122132.862000', '122132.865000', '122132.867000', '122152.687000', '122152.690000', '122152.693000', '122152.696000', '122152.698000', '122152.701000', '122152.703000', '122152.706000', '122152.708000', '122152.711000', '122152.713000', '122152.716000', '122152.750000', '122152.753000', '122152.756000', '122152.758000', '122152.761000', '122152.764000', '122152.766000', '122152.769000', '122152.772000', '122152.775000', '122152.777000', '122152.780000', '122152.782000', '122152.785000', '122152.787000', '122152.790000', '122152.793000', '122152.795000', '122152.798000', '122152.800000', '122152.803000', '122152.806000', '122152.808000', '122152.811000', '122152.815000', '122152.817000', '122152.820000', '122152.822000', '122152.825000', '122152.827000', '122152.830000', '122212.689000', '122212.691000', '122212.694000', '122212.697000', '122212.699000', '122212.702000', '122212.704000', '122212.707000', '122212.709000', '122212.712000', '122212.714000', '122212.717000', '122212.720000', '122212.722000', '122212.725000', '122212.727000', '122212.730000', '122212.733000', '122212.735000', '122212.744000', '122212.746000', '122212.749000', '122212.752000', '122212.754000', '122212.757000', '122212.759000', '122212.762000', '122212.778000', '122212.780000', '122212.783000', '122212.786000', '122212.788000', '122212.791000', '122212.793000', '122212.796000', '122212.798000', '122212.801000', '122212.804000', '122212.806000', '122212.809000', '122212.811000', '122212.814000', '122212.817000', '122212.819000', '122232.688000', '122232.691000', '122232.694000', '122232.696000', '122232.699000', '122232.702000', '122232.704000', '122232.707000', '122232.709000', '122232.712000', '122232.714000', '122232.717000', '122232.720000', '122232.722000', '122232.725000', '122232.727000', '122232.730000', '122232.733000', '122232.735000', '122232.738000', '122232.740000', '122232.743000', '122232.745000', '122232.748000', '122232.751000', '122232.753000', '122232.756000', '122232.758000', '122232.761000', '122232.764000', '122232.766000', '122232.769000', '122232.771000', '122232.774000', '122232.776000', '122232.779000', '122232.781000', '122232.784000', '122232.787000', '122232.789000', '122232.792000', '122232.794000', '122232.797000', '122252.689000', '122252.692000', '122252.694000', '122252.697000', '122252.699000', '122252.702000', '122252.705000', '122252.707000', '122252.710000', '122252.712000', '122252.715000', '122252.718000', '122252.720000', '122252.723000', '122252.725000', '122252.728000', '122252.731000', '122252.733000', '122252.736000', '122252.738000', '122252.741000', '122252.743000', '122252.746000', '122252.749000', '122252.751000', '122252.754000', '122252.757000', '122252.759000', '122252.762000', '122252.764000', '122252.767000', '122252.769000', '122252.772000', '122252.774000', '122252.777000', '122252.780000', '122252.782000', '122252.785000', '122252.787000', '122252.790000', '122252.793000', '122252.795000', '122252.798000', '122252.877000', '122312.688000', '122312.691000', '122312.694000', '122312.696000', '122312.699000', '122312.702000', '122312.704000', '122312.707000', '122312.709000', '122312.712000', '122312.715000', '122312.717000', '122312.720000', '122312.722000', '122312.725000', '122312.728000', '122312.730000', '122312.733000', '122312.735000', '122312.738000', '122312.741000', '122312.743000', '122312.751000', '122312.754000', '122312.757000', '122312.759000', '122312.762000', '122312.765000', '122312.767000', '122312.770000', '122312.772000', '122312.775000', '122312.778000', '122312.780000', '122312.783000', '122312.785000', '122312.788000', '122312.790000', '122312.793000', '122312.796000', '122312.798000', '122312.839000', '122312.842000', '122332.688000', '122332.690000', '122332.693000', '122332.696000', '122332.698000', '122332.701000', '122332.703000', '122332.706000', '122332.709000', '122332.711000', '122332.714000', '122332.716000', '122332.719000', '122332.721000', '122332.724000', '122332.727000', '122332.729000', '122332.732000', '122332.734000', '122332.737000', '122332.739000', '122332.742000', '122332.745000', '122332.747000', '122332.750000', '122332.752000', '122332.755000', '122332.758000', '122332.760000', '122332.763000', '122332.765000', '122332.768000', '122332.771000', '122332.773000', '122332.776000', '122332.786000', '122332.789000', '122332.791000', '122332.794000', '122332.797000', '122332.819000', '122332.821000', '122332.824000', '122332.827000', '122352.687000', '122352.690000', '122352.693000', '122352.696000', '122352.698000', '122352.701000', '122352.703000', '122352.706000', '122352.723000', '122352.726000', '122352.729000', '122352.731000', '122352.734000', '122352.736000', '122352.739000', '122352.742000', '122352.744000', '122352.747000', '122352.749000', '122352.752000', '122352.754000', '122352.757000', '122352.760000', '122352.762000', '122352.765000', '122352.767000', '122352.770000', '122352.773000', '122352.775000', '122352.778000', '122352.781000', '122352.783000', '122352.786000', '122352.788000', '122352.791000', '122352.794000', '122352.796000', '122352.799000', '122352.843000', '122352.846000', '122352.849000', '122352.851000', '122352.854000', '122412.688000', '122412.691000', '122412.693000', '122412.696000', '122412.698000', '122412.701000', '122412.704000', '122412.707000', '122412.709000', '122412.712000', '122412.715000', '122412.717000', '122412.720000', '122412.722000', '122412.725000', '122412.728000', '122412.730000', '122412.733000', '122412.735000', '122412.738000', '122412.741000', '122412.743000', '122412.746000', '122412.749000', '122412.751000', '122412.754000', '122412.756000', '122412.759000', '122412.762000', '122412.764000', '122412.767000', '122412.769000', '122412.772000', '122412.775000', '122412.777000', '122412.780000', '122412.782000', '122412.785000', '122412.788000', '122412.790000', '122412.793000', '122412.795000', '122412.798000', '122412.835000', '122432.688000', '122432.691000', '122432.694000', '122432.696000', '122432.699000', '122432.702000', '122432.704000', '122432.707000', '122432.709000', '122432.712000', '122432.715000', '122432.717000', '122432.720000', '122432.722000', '122432.725000', '122432.728000', '122432.730000', '122432.733000', '122432.735000', '122432.738000', '122432.741000', '122432.743000', '122432.754000', '122432.757000', '122432.759000', '122432.762000', '122432.764000', '122432.767000', '122432.775000', '122432.778000', '122432.781000', '122432.783000', '122432.786000', '122432.789000', '122432.792000', '122432.794000', '122432.797000', '122432.842000', '122432.845000', '122432.847000', '122432.850000', '122432.853000', '122432.855000', '122452.689000', '122452.691000', '122452.694000', '122452.697000', '122452.699000', '122452.702000', '122452.704000', '122452.707000', '122452.710000', '122452.712000', '122452.715000', '122452.717000', '122452.720000', '122452.722000', '122452.725000', '122452.728000', '122452.730000', '122452.733000', '122452.735000', '122452.738000', '122452.741000', '122452.743000', '122452.746000', '122452.748000', '122452.751000', '122452.754000', '122452.756000', '122452.759000', '122452.761000', '122452.764000', '122452.766000', '122452.769000', '122452.772000', '122452.774000', '122452.777000', '122452.779000', '122452.782000', '122452.785000', '122452.787000', '122452.790000', '122452.792000', '122452.795000', '122452.797000', '122452.829000', '122512.688000', '122512.691000', '122512.694000', '122512.696000', '122512.699000', '122512.702000', '122512.704000', '122512.707000', '122512.709000', '122512.712000', '122512.715000', '122512.717000', '122512.720000', '122512.722000', '122512.725000', '122512.728000', '122512.730000', '122512.733000', '122512.735000', '122512.738000', '122512.741000', '122512.743000', '122512.746000', '122512.749000', '122512.751000', '122512.754000', '122512.756000', '122512.759000', '122512.761000', '122512.764000', '122512.767000', '122512.769000', '122512.772000', '122512.774000', '122512.777000', '122512.780000', '122512.782000', '122512.785000', '122512.787000', '122512.790000', '122512.793000', '122512.795000', '122512.798000', '122532.688000', '122532.692000', '122532.695000', '122532.698000', '122532.700000', '122532.703000', '122532.705000', '122532.708000', '122532.711000', '122532.713000', '122532.716000', '122532.719000', '122532.721000', '122532.724000', '122532.727000', '122532.729000', '122532.732000', '122532.735000', '122532.737000', '122532.740000', '122532.743000', '122532.746000', '122532.749000', '122532.752000', '122532.754000', '122532.757000', '122532.760000', '122532.762000', '122532.765000', '122532.768000', '122532.770000', '122532.773000', '122532.775000', '122532.778000', '122532.781000', '122532.783000', '122532.786000', '122532.789000', '122532.791000', '122532.794000', '122532.797000', '122532.799000', '122532.802000', '122532.805000', '122552.687000', '122552.690000', '122552.693000', '122552.696000', '122552.698000', '122552.701000', '122552.704000', '122552.706000', '122552.709000', '122552.712000', '122552.714000', '122552.717000', '122552.719000', '122552.722000', '122552.724000', '122552.727000', '122552.730000', '122552.732000', '122552.735000', '122552.738000', '122552.740000', '122552.743000', '122552.745000', '122552.748000', '122552.750000', '122552.753000', '122552.756000', '122552.758000', '122552.761000', '122552.763000', '122552.766000', '122552.769000', '122552.771000', '122552.774000', '122552.786000', '122552.789000', '122552.792000', '122552.794000', '122552.798000', '122552.883000', '122552.886000', '122552.888000', '122552.891000', '122612.688000', '122612.691000', '122612.693000', '122612.696000', '122612.699000', '122612.701000', '122612.704000', '122612.707000', '122612.709000', '122612.712000', '122612.714000', '122612.717000', '122612.720000', '122612.722000', '122612.725000', '122612.727000', '122612.730000', '122612.733000', '122612.735000', '122612.738000', '122612.740000', '122612.743000', '122612.746000', '122612.748000', '122612.751000', '122612.753000', '122612.756000', '122612.759000', '122612.761000', '122612.764000', '122612.767000', '122612.769000', '122612.772000', '122612.774000', '122612.777000', '122612.780000', '122612.782000', '122612.785000', '122612.787000', '122612.790000', '122612.792000', '122612.795000', '122612.798000', '122612.856000', '122632.687000', '122632.690000', '122632.693000', '122632.696000', '122632.698000', '122632.701000', '122632.703000', '122632.706000', '122632.709000', '122632.711000', '122632.714000', '122632.716000', '122632.719000', '122632.722000', '122632.724000', '122632.727000', '122632.729000', '122632.732000', '122632.735000', '122632.737000', '122632.740000', '122632.742000', '122632.745000', '122632.748000', '122632.750000', '122632.753000', '122632.755000', '122632.758000', '122632.761000', '122632.763000', '122632.766000', '122632.768000', '122632.771000', '122632.774000', '122632.776000', '122632.779000', '122632.781000', '122632.786000', '122632.788000', '122632.791000', '122632.794000', '122632.796000', '122632.799000', '122652.689000', '122652.691000', '122652.694000', '122652.697000', '122652.699000', '122652.702000', '122652.704000', '122652.707000', '122652.709000', '122652.712000', '122652.715000', '122652.717000', '122652.720000', '122652.722000', '122652.725000', '122652.732000', '122652.735000', '122652.738000', '122652.740000', '122652.743000', '122652.745000', '122652.748000', '122652.751000', '122652.753000', '122652.756000', '122652.758000', '122652.761000', '122652.764000', '122652.766000', '122652.769000', '122652.772000', '122652.775000', '122652.777000', '122652.780000', '122652.783000', '122652.785000', '122652.788000', '122652.790000', '122652.793000', '122652.796000', '122652.799000', '122652.852000', '122652.855000', '122652.857000', '122712.688000', '122712.691000', '122712.694000', '122712.697000', '122712.699000', '122712.702000', '122712.704000', '122712.707000', '122712.710000', '122712.712000', '122712.715000', '122712.717000', '122712.720000', '122712.723000', '122712.725000', '122712.728000', '122712.730000', '122712.733000', '122712.736000', '122712.738000', '122712.741000', '122712.743000', '122712.746000', '122712.749000', '122712.751000', '122712.754000', '122712.756000', '122712.759000', '122712.762000', '122712.764000', '122712.767000', '122712.769000', '122712.772000', '122712.774000', '122712.777000', '122712.780000', '122712.782000', '122712.785000', '122712.788000', '122712.790000', '122712.793000', '122712.796000', '122712.798000', '122732.689000', '122732.692000', '122732.695000', '122732.698000', '122732.701000', '122732.703000', '122732.706000', '122732.708000', '122732.711000', '122732.713000', '122732.716000', '122732.719000', '122732.721000', '122732.724000', '122732.726000', '122732.729000', '122732.732000', '122732.734000', '122732.737000', '122732.739000', '122732.742000', '122732.745000', '122732.747000', '122732.750000', '122732.752000', '122732.755000', '122732.758000', '122732.760000', '122732.763000', '122732.766000', '122732.769000', '122732.771000', '122732.774000', '122732.776000', '122732.779000', '122732.782000', '122732.784000', '122732.787000', '122732.789000', '122732.792000', '122732.795000', '122732.797000', '122732.856000', '122752.689000', '122752.691000', '122752.694000', '122752.697000', '122752.700000', '122752.703000', '122752.706000', '122752.708000', '122752.711000', '122752.713000', '122752.716000', '122752.719000', '122752.721000', '122752.724000', '122752.726000', '122752.729000', '122752.732000', '122752.734000', '122752.737000', '122752.740000', '122752.742000', '122752.745000', '122752.747000', '122752.750000', '122752.752000', '122752.755000', '122752.758000', '122752.760000', '122752.763000', '122752.766000', '122752.768000', '122752.771000', '122752.773000', '122752.776000', '122752.779000', '122752.781000', '122752.784000', '122752.786000', '122752.789000', '122752.791000', '122752.794000', '122752.797000', '122752.855000', '122752.858000', '122812.687000', '122812.690000', '122812.693000', '122812.695000', '122812.698000', '122812.701000', '122812.703000', '122812.706000', '122812.708000', '122812.711000', '122812.714000', '122812.717000', '122812.719000', '122812.722000', '122812.725000', '122812.727000', '122812.730000', '122812.733000', '122812.735000', '122812.738000', '122812.740000', '122812.743000', '122812.746000', '122812.748000', '122812.751000', '122812.754000', '122812.764000', '122812.767000', '122812.770000', '122812.774000', '122812.777000', '122812.779000', '122812.782000', '122812.785000', '122812.787000', '122812.790000', '122812.793000', '122812.796000', '122812.798000', '122812.850000', '122812.853000', '122812.855000', '122812.858000', '122832.688000', '122832.690000', '122832.693000', '122832.696000', '122832.699000', '122832.701000', '122832.704000', '122832.707000', '122832.709000', '122832.712000', '122832.715000', '122832.718000', '122832.720000', '122832.723000', '122832.725000', '122832.728000', '122832.731000', '122832.733000', '122832.736000', '122832.738000', '122832.741000', '122832.744000', '122832.746000', '122832.749000', '122832.752000', '122832.755000', '122832.757000', '122832.760000', '122832.762000', '122832.765000', '122832.768000', '122832.770000', '122832.773000', '122832.775000', '122832.778000', '122832.781000', '122832.783000', '122832.786000', '122832.788000', '122832.791000', '122832.793000', '122832.796000', '122832.799000', '122832.801000', '122852.688000', '122852.691000', '122852.693000', '122852.696000', '122852.698000', '122852.701000', '122852.704000', '122852.706000', '122852.709000', '122852.712000', '122852.714000', '122852.717000', '122852.719000', '122852.722000', '122852.725000', '122852.727000', '122852.730000', '122852.732000', '122852.735000', '122852.738000', '122852.740000', '122852.743000', '122852.746000', '122852.748000', '122852.751000', '122852.753000', '122852.756000', '122852.759000', '122852.761000', '122852.764000', '122852.767000', '122852.769000', '122852.772000', '122852.775000', '122852.777000', '122852.780000', '122852.782000', '122852.785000', '122852.788000', '122852.791000', '122852.793000', '122852.796000', '122852.800000', '122912.689000', '122912.692000', '122912.695000', '122912.697000', '122912.700000', '122912.703000', '122912.705000', '122912.708000', '122912.711000', '122912.713000', '122912.716000', '122912.719000', '122912.721000', '122912.724000', '122912.727000', '122912.729000', '122912.732000', '122912.734000', '122912.737000', '122912.740000', '122912.742000', '122912.745000', '122912.748000', '122912.750000', '122912.753000', '122912.756000', '122912.758000', '122912.761000', '122912.763000', '122912.766000', '122912.769000', '122912.771000', '122912.774000', '122912.777000', '122912.779000', '122912.782000', '122912.784000', '122912.787000', '122912.790000', '122912.793000', '122912.795000', '122912.798000', '122912.849000', '122912.851000', '122932.689000', '122932.692000', '122932.694000', '122932.697000', '122932.700000', '122932.702000', '122932.705000', '122932.707000', '122932.710000', '122932.713000', '122932.715000', '122932.718000', '122932.721000', '122932.723000', '122932.726000', '122932.728000', '122932.731000', '122932.734000', '122932.736000', '122932.739000', '122932.742000', '122932.745000', '122932.764000', '122932.767000', '122932.770000', '122932.773000', '122932.775000', '122932.778000', '122932.780000', '122932.783000', '122932.786000', '122932.788000', '122932.791000', '122932.793000', '122932.796000', '122932.799000', '122932.870000', '122932.873000', '122932.876000', '122932.878000', '122932.881000', '122932.884000', '122932.886000', '122952.689000', '122952.691000', '122952.694000', '122952.697000', '122952.700000', '122952.702000', '122952.705000', '122952.707000', '122952.710000', '122952.713000', '122952.715000', '122952.718000', '122952.721000', '122952.723000', '122952.726000', '122952.729000', '122952.731000', '122952.734000', '122952.737000', '122952.739000', '122952.742000', '122952.744000', '122952.747000', '122952.750000', '122952.752000', '122952.755000', '122952.758000', '122952.760000', '122952.763000', '122952.766000', '122952.768000', '122952.771000', '122952.774000', '122952.776000', '122952.779000', '122952.781000', '122952.784000', '122952.787000', '122952.789000', '122952.792000', '122952.795000', '122952.797000', '122952.864000', '122952.867000', '123012.689000', '123012.692000', '123012.694000', '123012.697000', '123012.700000', '123012.702000', '123012.705000', '123012.708000', '123012.710000', '123012.713000', '123012.716000', '123012.718000', '123012.721000', '123012.724000', '123012.726000', '123012.729000', '123012.732000', '123012.734000', '123012.737000', '123012.740000', '123012.742000', '123012.745000', '123012.748000', '123012.750000', '123012.753000', '123012.755000', '123012.758000', '123012.761000', '123012.763000', '123012.766000', '123012.770000', '123012.772000', '123012.775000', '123012.779000', '123012.781000', '123012.784000', '123012.787000', '123012.789000', '123012.792000', '123012.794000', '123012.797000', '123012.880000', '123012.883000', '123032.688000', '123032.691000', '123032.693000', '123032.696000', '123032.713000', '123032.716000', '123032.719000', '123032.721000', '123032.724000', '123032.727000', '123032.729000', '123032.732000', '123032.735000', '123032.737000', '123032.740000', '123032.742000', '123032.745000', '123032.748000', '123032.750000', '123032.753000', '123032.756000', '123032.758000', '123032.761000', '123032.763000', '123032.766000', '123032.769000', '123032.771000', '123032.774000', '123032.777000', '123032.779000', '123032.782000', '123032.785000', '123032.787000', '123032.790000', '123032.793000', '123032.795000', '123032.798000', '123032.874000', '123032.877000', '123032.879000', '123032.882000', '123032.884000', '123032.887000', '123032.890000', '123050.046000', '123050.050000', '123050.053000', '123050.055000', '123050.073000', '123050.076000', '123050.080000', '123050.083000', '123050.086000', '123050.089000', '123050.091000', '123050.094000', '123050.097000', '123050.100000', '123050.102000', '123050.105000', '123050.108000', '123050.111000', '123050.114000', '123050.116000', '123050.121000', '123050.124000', '123050.127000', '123050.130000', '123050.133000', '123050.136000', '123050.139000', '123050.142000', '123050.144000', '123050.148000', '123050.151000', '123050.154000', '123050.158000', '123050.164000', '123050.168000', '123050.172000', '123050.175000', '123050.177000'], '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': [12467, 9778, 16418, 8139, 11986, 8094, 10414, 13016, 8998, 15611, 7750, 10980, 7854, 10263, 12458, 8746, 12750, 8395, 10425, 13340, 8052, 13135, 9259, 9810, 15743, 8223, 10376, 8813, 9494, 8001, 8269, 11968, 8530, 10535, 11615, 8814, 12473, 8258, 10638, 8574, 9164, 15279, 8883, 11106, 8169, 9958, 14539, 9185, 11570, 8026, 10089, 13910, 8860, 12957, 10350, 9312, 9694, 8162, 11804, 8828, 10885, 13159, 9167, 13206, 8705, 10662, 12207, 8655, 12913, 10195, 10649, 8626, 8658, 14352, 8391, 11128, 10967, 9044, 13857, 8876, 10888, 12251, 8360, 12284, 10315, 10254, 14381, 8279, 11725, 8174, 10483, 15724, 9365, 11030, 7931, 9775, 12505, 8955, 11044, 14017, 8565, 11308, 7956, 10105, 13206, 8603, 11938, 9396, 10399, 8145, 8774, 12379, 8942, 11068, 14051, 8982, 12488, 8426, 11241, 8139, 8795, 12340, 9406, 10858, 9242, 10095, 8772, 9154, 8155, 7429, 9838, 8046, 11354, 8970, 12073, 13782, 10677, 16045, 10670, 14767, 11641, 13984, 12018, 15102, 12386, 14750, 14849, 13074, 14228, 11816, 13175, 10167, 14679, 10084, 13546, 10060, 12002, 9775, 11471, 8962, 10104, 8588, 9969, 7999, 9580, 8202, 9149, 10433, 8509, 11605, 9346, 10311, 9503, 7317, 10875, 8675, 10732, 8939, 10377, 8634, 11684, 8878, 8967, 8179, 8549, 14417, 12640, 13124, 11834, 10465, 12892, 10700, 8035, 15888, 8827, 9384, 17044, 15149, 12840, 18903, 12975, 10379, 15348, 12287, 10318, 11856, 9571, 14815, 9954, 14279, 9625, 13098, 9052, 10996, 8878, 10671, 7828, 10328, 7293, 9479, 7404, 9236, 8866, 8599, 12842, 9887, 12081, 8568, 9936, 7960, 11486, 8608, 10672, 12060, 8434, 14041, 9432, 10604, 9897, 8447, 13429, 8928, 10274, 9650, 8152, 12825, 8497, 10141, 7560, 9054, 7700, 8669, 12826, 7928, 10955, 7706, 9121, 13150, 8660, 10653, 8982, 8361, 13167, 8460, 11103, 12577, 8261, 12775, 8735, 9488, 15366, 9257, 12265, 7849, 9630, 13523, 8670, 11173, 9983, 8864, 13487, 8175, 10759, 13831, 8301, 11191, 9796, 8944, 12863, 8264, 10427, 9199, 8089, 12231, 9685, 9008, 12938, 8731, 10224, 8375, 8209, 12323, 7926, 9859, 13252, 8808, 10453, 15356, 9751, 12115, 11390, 8783, 14863, 10586, 10178, 15565, 8996, 10864, 12360, 8439, 12899, 8626, 10176, 10029, 8074, 12293, 7884, 10283, 12205, 9025, 11312, 7773, 9685, 13146, 8443, 10968, 8144, 10048, 11951, 8291, 11460, 8105, 10302, 15819, 9236, 10985, 8020, 10156, 11861, 9240, 12990, 8980, 11746, 8056, 9613, 14504, 9681, 11025, 7876, 9686, 13111, 8576, 12183, 8171, 10737, 11851, 8640, 12909, 8828, 11260, 8617, 9103, 13829, 9095, 11146, 12931, 9409, 14434, 8881, 11042, 13781, 8528, 13392, 8858, 10910, 8377, 8809, 12465, 8948, 11379, 7984, 10357, 13291, 9184, 11025, 14495, 9038, 12716, 8653, 10983, 11168, 8656, 13737, 9653, 11319, 8870, 10960, 8658, 10751, 11437, 9290, 14246, 8715, 11318, 12175, 8965, 15579, 10576, 11055, 12946, 8680, 13464, 9049, 11071, 8894, 9029, 13226, 9124, 11297, 8666, 9909, 9660, 8410, 12950, 8886, 10582, 10132, 9331, 14693, 8706, 11194, 8032, 10282, 12945, 9142, 12638, 8905, 11102, 8240, 10829, 14922, 9347, 12878, 8813, 10558, 14441, 8898, 14723, 9675, 10991, 12035, 8552, 13127, 9173, 10853, 8493, 8855, 12972, 8842, 10254, 10192, 9059, 12555, 8651, 10818, 8495, 9015, 12348, 9236, 10799, 8143, 9884, 10013, 8722, 14162, 8699, 10951, 8023, 9526, 13146, 9454, 10592, 10653, 8688, 13658, 8823, 10669, 8674, 10285, 11226, 8349, 13486, 9195, 10944, 8102, 9747, 14164, 9102, 11526, 8730, 10460, 7966, 9458, 8753, 8593, 13271, 9290, 11576, 8646, 10381, 12526, 8358, 13608, 9889, 11079, 8836, 10541, 8231, 10596, 10661, 9625, 14724, 8219, 11316, 9351, 10258, 15662, 10497, 12928, 8773, 10727, 10554, 9208, 16559, 9228, 11715, 8080, 10204, 13673, 8872, 13844, 9011, 11316, 8199, 9410, 14861, 9738, 11024, 9152, 10224, 7838, 9549, 9911, 9613, 14104, 8537, 10812, 8055, 10106, 12269, 9456, 12348, 8760, 10933, 7900, 10263, 10304, 9819, 12757, 8536, 12843, 8827, 11513, 8755, 11496, 8878, 9286, 13708, 8442, 14195, 9578, 13373, 7921, 8551, 7801, 8247, 13923, 11064, 8913, 14793, 10792, 15987, 13927, 14695, 12833, 11252, 15855, 12704, 15182, 15395, 13743, 15527, 12055, 13285, 9216, 13201, 9750, 13739, 11571, 11463, 12710, 10672, 13452, 10177, 14670, 10368, 12956, 8792, 8469, 9013, 8181, 8794, 8835, 9574, 7674, 9510, 7281, 9974, 7911, 11029, 8647, 11603, 8801, 11106, 8563, 12525, 11318, 12663, 10500, 10215, 11497, 9722, 15404, 11812, 15299, 8898, 14226, 8605, 14123, 9182, 14590, 11394, 13843, 8687, 15663, 8786, 11667, 10715, 12632, 9272, 10715, 8915, 10323, 8501, 11609, 10927, 11730, 9652, 9646, 9537, 9129, 13673, 9540, 15059, 9014, 12416, 9174, 11207, 9130, 11002, 9426, 11108, 9015, 10056, 9415, 9190, 13128, 9606, 13249, 9025, 14640, 8804, 11890, 9760, 11013, 8826, 10270, 9652, 9315, 14425, 8964, 15817, 8818, 11267, 8874, 10421, 8930, 10829, 8921, 9976, 8074, 8961, 13519, 8768, 16045, 8900, 11758, 8932, 10196, 8558, 10355, 8441, 9711, 7858, 9196, 10524, 9065, 13915, 8696, 13975, 8019, 11713, 9618, 11916, 9030, 10515, 8050, 9527, 11699, 9539, 12744, 8589, 13463, 8632, 11708, 9426, 11394, 8967, 10885, 8975, 10073, 8453, 12985, 9807, 9453, 12353, 8615, 13282, 9857, 12261, 9262, 11003, 8223, 9869, 11056, 9567, 14035, 8448, 12653, 8881, 10790, 8465, 13192, 9565, 9126, 14060, 8452, 11439, 8530, 9243, 8331, 11736, 8585, 12655, 8578, 11603, 8318, 13010, 8527, 10848, 8950, 11492, 9102, 10537, 9133, 12512, 11231, 13315, 10302, 12755, 9786, 14345, 10539, 14872, 11001, 9347, 12990, 8664, 13000, 9040, 10353, 7973, 10425, 7596, 9721, 7443, 9750, 7781, 8596, 10875, 9151, 8965, 10932, 9330, 14565, 10703, 15159, 9742, 14607, 10068, 15469, 10904, 16914, 11219, 13244, 9805, 11186, 8313, 10033, 9485, 10023, 13724, 9190, 14343, 8540, 14793, 8565, 11258, 8778, 10821, 8924, 10313, 8605, 9335, 8059, 8366, 11289, 9191, 11565, 9774, 8814, 14339, 8281, 10256, 7713, 8948, 11349, 8872, 10054, 7771, 8577, 11927, 8430, 10417, 10199, 8648, 10914, 8487, 10211, 7820, 8791, 11909, 8237, 10508, 8415, 8590, 13627, 12593, 9372, 13761, 8927, 10517, 13639, 9257, 11025, 14862, 9762, 12174, 7865, 9350, 10879, 8495, 10460, 8438, 8633, 11157, 8468, 10109, 12439, 10070, 10195, 13998, 8091, 11286, 9579, 8264, 12310, 8309, 9786, 13040, 8167, 10816, 11320, 8813, 11912, 8342, 10686, 8236, 8130, 11692, 9479, 10758, 8124, 9354, 14212, 8597, 11485, 10687, 9788, 14076, 7854, 11715, 8042, 10292, 14402, 9021, 12788, 8297, 11769, 8744, 8945, 15233, 9031, 12382, 8440, 10444, 8245, 7996, 11861, 9501, 11244, 7819, 9740, 10081, 8104, 11485, 9539, 11436, 8133, 9653, 11913, 8174, 11551, 9203, 11914, 8109, 8596, 12698, 7860, 11785, 9711, 11539, 8228, 9310, 8525, 8108, 12504, 8774, 11872, 8254, 10926, 7903, 10281, 12009, 9236, 13702, 7951, 11887, 8586, 11304, 9460, 13268, 9351, 9294, 12097, 8368, 12354, 10704, 12469, 8665, 10198, 8747, 8811, 13910, 9564, 13152, 8378, 11193, 8291, 10227, 8498, 9630, 11904, 8200, 12647, 8380, 10997, 8636, 10382, 8140, 9531, 8708, 8226, 11713, 8452, 11151, 8834, 10393, 8171, 8297, 11947, 8748, 11447, 8589, 11028, 14330, 8376, 11824, 9255, 11137, 8668, 8324, 12836, 8127, 10933, 8384, 9629, 11271, 8117, 11481, 8016, 10031, 14080, 8693, 11785, 8213, 10497, 10763, 8073, 11905, 8770, 9967, 10848, 8032, 11434, 7979, 10048, 12739, 8561, 11685, 8402, 10121, 8717, 8243, 11774, 8790, 10386, 8196, 8171, 11241, 8714, 10550, 11525, 8097, 11636, 7876, 9934, 13834, 9299, 13085, 9444, 8275, 11268, 8692, 10941, 9998, 8038, 11622, 8017, 10918, 12075, 8250, 11717, 8011, 10407, 11758, 7813, 12793, 8598, 9698, 13976, 7947, 12476, 9731, 9679, 13513, 8151, 11651, 9840, 8498, 12202, 9440, 10785, 7842, 9306, 8032, 8725, 12671, 8995, 11447, 8136, 10213, 8082, 8841, 14191, 8429, 11764, 8485, 9894, 14552, 9600, 13070, 8747, 11672, 12735, 8556, 11768, 9675, 13191, 9633, 8529, 11546, 8986, 10501, 15621, 10169, 11988, 8007, 9599, 10045, 8084, 11178, 9269, 9827, 13952, 7792, 11557, 8285, 10078, 7612, 8572, 7740, 8839, 7815, 8683, 10919, 11409, 11265, 8413, 10423, 9014, 14767, 10898, 14535, 11274, 13108, 13624, 10472, 13561, 12799, 14484, 12291, 15633, 14340, 12339, 16561, 13269, 13660, 11675, 9732, 13744, 11341, 12841, 9856, 8677, 11686, 8930, 12373, 9067, 13064, 10329, 10270, 10431, 7972, 11456, 8921, 11122, 9198, 8938, 9009, 7893, 9986, 8385, 10329, 9098, 10402, 8977, 9219, 9019, 7766, 10134, 8744, 11571, 8797, 9224, 8581, 8122, 10502, 8506, 11394, 9102, 11176, 9346, 13826, 9560, 12706, 12695, 10870], 'WindowCenter': [4602.0, 4554.0, 4597.0, 4495.0, 4543.0, 4492.0, 4524.0, 4540.0, 4498.0, 4556.0, 4467.0, 4517.0, 4477.0, 4507.0, 4539.0, 4489.0, 4539.0, 4489.0, 4517.0, 4537.0, 4477.0, 4539.0, 4494.0, 4506.0, 4544.0, 4474.0, 4504.0, 4486.0, 4497.0, 4476.0, 4487.0, 4526.0, 4487.0, 4518.0, 4530.0, 4498.0, 4538.0, 4487.0, 4516.0, 4485.0, 4497.0, 4558.0, 4497.0, 4516.0, 4486.0, 4506.0, 4535.0, 4499.0, 4516.0, 4477.0, 4507.0, 4534.0, 4484.0, 4524.0, 4504.0, 4497.0, 4495.0, 4487.0, 4525.0, 4497.0, 4518.0, 4538.0, 4497.0, 4536.0, 4487.0, 4507.0, 4526.0, 4487.0, 4538.0, 4519.0, 4532.0, 4487.0, 4498.0, 4558.0, 4487.0, 4518.0, 4516.0, 4498.0, 4549.0, 4497.0, 4518.0, 4526.0, 4476.0, 4528.0, 4505.0, 4506.0, 4534.0, 4475.0, 4512.0, 4474.0, 4504.0, 4557.0, 4486.0, 4505.0, 4474.0, 4494.0, 4513.0, 4482.0, 4517.0, 4534.0, 4474.0, 4504.0, 4462.0, 4494.0, 4522.0, 4474.0, 4527.0, 4496.0, 4506.0, 4476.0, 4486.0, 4525.0, 4485.0, 4515.0, 4536.0, 4484.0, 4525.0, 4474.0, 4504.0, 4463.0, 4485.0, 4526.0, 4496.0, 4519.0, 4508.0, 4505.0, 4499.0, 4519.0, 4502.0, 4494.0, 4535.0, 4519.0, 4582.0, 4539.0, 4568.0, 4564.0, 4537.0, 4572.0, 4521.0, 4551.0, 4518.0, 4539.0, 4514.0, 4534.0, 4503.0, 4522.0, 4508.0, 4496.0, 4496.0, 4474.0, 4483.0, 4452.0, 4491.0, 4451.0, 4481.0, 4452.0, 4472.0, 4450.0, 4460.0, 4430.0, 4448.0, 4430.0, 4439.0, 4418.0, 4439.0, 4429.0, 4441.0, 4463.0, 4470.0, 4487.0, 4467.0, 4476.0, 4478.0, 4438.0, 4500.0, 4472.0, 4502.0, 4498.0, 4531.0, 4499.0, 4527.0, 4512.0, 4509.0, 4501.0, 4524.0, 4584.0, 4560.0, 4573.0, 4577.0, 4594.0, 4613.0, 4581.0, 4530.0, 4606.0, 4512.0, 4508.0, 4579.0, 4561.0, 4552.0, 4582.0, 4539.0, 4496.0, 4547.0, 4502.0, 4469.0, 4489.0, 4469.0, 4518.0, 4467.0, 4506.0, 4455.0, 4482.0, 4444.0, 4462.0, 4441.0, 4460.0, 4421.0, 4462.0, 4424.0, 4466.0, 4438.0, 4466.0, 4455.0, 4471.0, 4521.0, 4506.0, 4524.0, 4497.0, 4517.0, 4488.0, 4527.0, 4497.0, 4517.0, 4526.0, 4485.0, 4535.0, 4494.0, 4504.0, 4493.0, 4474.0, 4534.0, 4484.0, 4505.0, 4495.0, 4486.0, 4535.0, 4485.0, 4506.0, 4477.0, 4509.0, 4489.0, 4510.0, 4560.0, 4502.0, 4542.0, 4502.0, 4534.0, 4564.0, 4512.0, 4532.0, 4510.0, 4501.0, 4562.0, 4513.0, 4555.0, 4550.0, 4501.0, 4550.0, 4499.0, 4521.0, 4571.0, 4523.0, 4550.0, 4500.0, 4521.0, 4560.0, 4499.0, 4541.0, 4520.0, 4510.0, 4560.0, 4500.0, 4530.0, 4548.0, 4499.0, 4529.0, 4507.0, 4498.0, 4548.0, 4498.0, 4528.0, 4506.0, 4488.0, 4539.0, 4506.0, 4498.0, 4538.0, 4497.0, 4518.0, 4487.0, 4499.0, 4550.0, 4489.0, 4519.0, 4549.0, 4499.0, 4530.0, 4559.0, 4509.0, 4538.0, 4527.0, 4497.0, 4558.0, 4516.0, 4518.0, 4557.0, 4485.0, 4516.0, 4524.0, 4485.0, 4536.0, 4485.0, 4505.0, 4504.0, 4475.0, 4525.0, 4475.0, 4518.0, 4526.0, 4509.0, 4517.0, 4475.0, 4507.0, 4549.0, 4489.0, 4530.0, 4489.0, 4519.0, 4537.0, 4487.0, 4527.0, 4489.0, 4520.0, 4571.0, 4508.0, 4517.0, 4478.0, 4518.0, 4539.0, 4508.0, 4549.0, 4509.0, 4539.0, 4488.0, 4509.0, 4559.0, 4508.0, 4517.0, 4476.0, 4508.0, 4549.0, 4499.0, 4541.0, 4488.0, 4529.0, 4527.0, 4499.0, 4549.0, 4499.0, 4530.0, 4498.0, 4499.0, 4550.0, 4499.0, 4530.0, 4536.0, 4499.0, 4547.0, 4496.0, 4528.0, 4546.0, 4486.0, 4550.0, 4496.0, 4516.0, 4475.0, 4497.0, 4538.0, 4498.0, 4540.0, 4487.0, 4519.0, 4549.0, 4509.0, 4531.0, 4547.0, 4497.0, 4538.0, 4497.0, 4518.0, 4526.0, 4498.0, 4548.0, 4524.0, 4529.0, 4510.0, 4529.0, 4500.0, 4532.0, 4540.0, 4512.0, 4561.0, 4499.0, 4530.0, 4538.0, 4499.0, 4570.0, 4506.0, 4517.0, 4536.0, 4485.0, 4536.0, 4485.0, 4517.0, 4483.0, 4485.0, 4525.0, 4495.0, 4516.0, 4485.0, 4506.0, 4494.0, 4485.0, 4535.0, 4497.0, 4518.0, 4517.0, 4496.0, 4546.0, 4486.0, 4527.0, 4488.0, 4517.0, 4548.0, 4497.0, 4526.0, 4496.0, 4527.0, 4487.0, 4529.0, 4558.0, 4496.0, 4536.0, 4486.0, 4517.0, 4544.0, 4485.0, 4559.0, 4495.0, 4505.0, 4523.0, 4484.0, 4535.0, 4494.0, 4514.0, 4484.0, 4495.0, 4536.0, 4495.0, 4506.0, 4503.0, 4487.0, 4525.0, 4484.0, 4515.0, 4485.0, 4498.0, 4525.0, 4497.0, 4515.0, 4475.0, 4507.0, 4507.0, 4498.0, 4547.0, 4488.0, 4519.0, 4477.0, 4510.0, 4549.0, 4508.0, 4518.0, 4516.0, 4486.0, 4549.0, 4498.0, 4518.0, 4485.0, 4507.0, 4515.0, 4488.0, 4549.0, 4497.0, 4517.0, 4475.0, 4506.0, 4546.0, 4485.0, 4527.0, 4487.0, 4505.0, 4475.0, 4507.0, 4486.0, 4498.0, 4549.0, 4508.0, 4526.0, 4488.0, 4520.0, 4538.0, 4500.0, 4550.0, 4533.0, 4528.0, 4509.0, 4516.0, 4486.0, 4518.0, 4518.0, 4509.0, 4557.0, 4488.0, 4529.0, 4510.0, 4518.0, 4557.0, 4505.0, 4524.0, 4473.0, 4504.0, 4504.0, 4495.0, 4556.0, 4484.0, 4513.0, 4462.0, 4504.0, 4532.0, 4484.0, 4534.0, 4482.0, 4502.0, 4471.0, 4483.0, 4544.0, 4493.0, 4502.0, 4481.0, 4491.0, 4462.0, 4494.0, 4492.0, 4496.0, 4535.0, 4485.0, 4504.0, 4475.0, 4507.0, 4524.0, 4509.0, 4525.0, 4485.0, 4504.0, 4475.0, 4506.0, 4505.0, 4506.0, 4524.0, 4486.0, 4536.0, 4496.0, 4528.0, 4487.0, 4526.0, 4496.0, 4496.0, 4545.0, 4500.0, 4560.0, 4520.0, 4556.0, 4499.0, 4524.0, 4485.0, 4512.0, 4584.0, 4567.0, 4526.0, 4587.0, 4558.0, 4597.0, 4578.0, 4574.0, 4553.0, 4531.0, 4569.0, 4540.0, 4559.0, 4548.0, 4525.0, 4535.0, 4500.0, 4498.0, 4456.0, 4496.0, 4454.0, 4495.0, 4473.0, 4472.0, 4480.0, 4461.0, 4480.0, 4463.0, 4504.0, 4463.0, 4481.0, 4441.0, 4430.0, 4454.0, 4443.0, 4456.0, 4457.0, 4480.0, 4449.0, 4481.0, 4452.0, 4492.0, 4475.0, 4516.0, 4487.0, 4515.0, 4487.0, 4516.0, 4485.0, 4527.0, 4516.0, 4526.0, 4518.0, 4509.0, 4515.0, 4496.0, 4545.0, 4529.0, 4545.0, 4485.0, 4534.0, 4486.0, 4545.0, 4498.0, 4558.0, 4527.0, 4535.0, 4487.0, 4555.0, 4485.0, 4514.0, 4506.0, 4525.0, 4485.0, 4505.0, 4484.0, 4493.0, 4475.0, 4515.0, 4504.0, 4514.0, 4494.0, 4494.0, 4483.0, 4484.0, 4533.0, 4496.0, 4544.0, 4484.0, 4524.0, 4483.0, 4502.0, 4482.0, 4503.0, 4482.0, 4502.0, 4473.0, 4482.0, 4481.0, 4482.0, 4522.0, 4482.0, 4521.0, 4472.0, 4532.0, 4472.0, 4501.0, 4494.0, 4503.0, 4483.0, 4492.0, 4481.0, 4481.0, 4521.0, 4472.0, 4532.0, 4472.0, 4502.0, 4472.0, 4492.0, 4484.0, 4516.0, 4485.0, 4495.0, 4465.0, 4486.0, 4535.0, 4487.0, 4557.0, 4486.0, 4514.0, 4484.0, 4495.0, 4474.0, 4508.0, 4475.0, 4495.0, 4476.0, 4485.0, 4505.0, 4498.0, 4536.0, 4486.0, 4535.0, 4476.0, 4515.0, 4498.0, 4517.0, 4487.0, 4507.0, 4465.0, 4495.0, 4515.0, 4498.0, 4526.0, 4475.0, 4524.0, 4474.0, 4514.0, 4499.0, 4516.0, 4486.0, 4505.0, 4486.0, 4495.0, 4475.0, 4538.0, 4495.0, 4496.0, 4525.0, 4475.0, 4524.0, 4495.0, 4514.0, 4483.0, 4493.0, 4462.0, 4483.0, 4502.0, 4484.0, 4521.0, 4462.0, 4512.0, 4471.0, 4491.0, 4461.0, 4522.0, 4481.0, 4482.0, 4521.0, 4463.0, 4502.0, 4486.0, 4482.0, 4463.0, 4514.0, 4499.0, 4537.0, 4498.0, 4526.0, 4488.0, 4526.0, 4476.0, 4505.0, 4502.0, 4517.0, 4487.0, 4505.0, 4497.0, 4514.0, 4504.0, 4512.0, 4482.0, 4501.0, 4469.0, 4508.0, 4467.0, 4508.0, 4474.0, 4457.0, 4494.0, 4434.0, 4482.0, 4431.0, 4452.0, 4421.0, 4462.0, 4436.0, 4479.0, 4448.0, 4466.0, 4446.0, 4454.0, 4484.0, 4477.0, 4508.0, 4530.0, 4522.0, 4560.0, 4532.0, 4558.0, 4495.0, 4533.0, 4482.0, 4519.0, 4478.0, 4528.0, 4477.0, 4486.0, 4453.0, 4463.0, 4432.0, 4452.0, 4442.0, 4452.0, 4479.0, 4440.0, 4490.0, 4431.0, 4489.0, 4432.0, 4472.0, 4444.0, 4475.0, 4456.0, 4477.0, 4459.0, 4467.0, 4447.0, 4448.0, 4487.0, 4468.0, 4500.0, 4480.0, 4458.0, 4518.0, 4448.0, 4477.0, 4438.0, 4470.0, 4502.0, 4472.0, 4492.0, 4453.0, 4474.0, 4511.0, 4472.0, 4506.0, 4494.0, 4475.0, 4505.0, 4475.0, 4495.0, 4465.0, 4488.0, 4528.0, 4489.0, 4518.0, 4476.0, 4488.0, 4539.0, 4526.0, 4499.0, 4539.0, 4474.0, 4495.0, 4524.0, 4472.0, 4503.0, 4532.0, 4484.0, 4513.0, 4464.0, 4484.0, 4503.0, 4475.0, 4508.0, 4473.0, 4486.0, 4516.0, 4476.0, 4507.0, 4516.0, 4496.0, 4496.0, 4532.0, 4463.0, 4502.0, 4482.0, 4474.0, 4527.0, 4463.0, 4493.0, 4522.0, 4475.0, 4506.0, 4504.0, 4486.0, 4514.0, 4464.0, 4504.0, 4463.0, 4465.0, 4515.0, 4497.0, 4506.0, 4465.0, 4485.0, 4535.0, 4475.0, 4505.0, 4506.0, 4494.0, 4534.0, 4462.0, 4503.0, 4463.0, 4494.0, 4536.0, 4473.0, 4515.0, 4462.0, 4503.0, 4462.0, 4473.0, 4534.0, 4472.0, 4512.0, 4461.0, 4491.0, 4463.0, 4464.0, 4503.0, 4482.0, 4492.0, 4452.0, 4481.0, 4481.0, 4463.0, 4503.0, 4485.0, 4502.0, 4463.0, 4482.0, 4499.0, 4461.0, 4503.0, 4473.0, 4502.0, 4450.0, 4460.0, 4511.0, 4451.0, 4502.0, 4484.0, 4502.0, 4462.0, 4472.0, 4461.0, 4463.0, 4513.0, 4475.0, 4502.0, 4464.0, 4503.0, 4466.0, 4495.0, 4517.0, 4486.0, 4534.0, 4465.0, 4502.0, 4473.0, 4503.0, 4484.0, 4524.0, 4484.0, 4472.0, 4511.0, 4463.0, 4502.0, 4494.0, 4500.0, 4460.0, 4480.0, 4459.0, 4470.0, 4510.0, 4483.0, 4510.0, 4449.0, 4489.0, 4460.0, 4481.0, 4461.0, 4483.0, 4501.0, 4462.0, 4512.0, 4461.0, 4492.0, 4462.0, 4492.0, 4452.0, 4484.0, 4474.0, 4462.0, 4514.0, 4475.0, 4515.0, 4474.0, 4494.0, 4463.0, 4464.0, 4515.0, 4475.0, 4516.0, 4474.0, 4493.0, 4522.0, 4463.0, 4503.0, 4473.0, 4504.0, 4473.0, 4474.0, 4523.0, 4463.0, 4504.0, 4463.0, 4485.0, 4503.0, 4464.0, 4502.0, 4464.0, 4495.0, 4533.0, 4474.0, 4504.0, 4474.0, 4494.0, 4491.0, 4464.0, 4515.0, 4473.0, 4495.0, 4503.0, 4464.0, 4504.0, 4465.0, 4496.0, 4525.0, 4474.0, 4513.0, 4463.0, 4493.0, 4474.0, 4474.0, 4517.0, 4476.0, 4496.0, 4476.0, 4476.0, 4506.0, 4476.0, 4508.0, 4515.0, 4465.0, 4505.0, 4466.0, 4496.0, 4526.0, 4484.0, 4524.0, 4483.0, 4465.0, 4504.0, 4463.0, 4504.0, 4493.0, 4465.0, 4502.0, 4463.0, 4506.0, 4514.0, 4476.0, 4515.0, 4463.0, 4495.0, 4517.0, 4466.0, 4528.0, 4473.0, 4485.0, 4524.0, 4463.0, 4514.0, 4485.0, 4495.0, 4525.0, 4464.0, 4505.0, 4483.0, 4474.0, 4514.0, 4484.0, 4493.0, 4463.0, 4482.0, 4454.0, 4475.0, 4527.0, 4487.0, 4517.0, 4466.0, 4507.0, 4477.0, 4499.0, 4537.0, 4477.0, 4517.0, 4475.0, 4496.0, 4534.0, 4484.0, 4513.0, 4463.0, 4504.0, 4511.0, 4461.0, 4502.0, 4471.0, 4513.0, 4480.0, 4461.0, 4491.0, 4460.0, 4480.0, 4520.0, 4480.0, 4488.0, 4450.0, 4469.0, 4468.0, 4449.0, 4491.0, 4470.0, 4479.0, 4520.0, 4440.0, 4489.0, 4451.0, 4493.0, 4455.0, 4475.0, 4453.0, 4485.0, 4468.0, 4488.0, 4531.0, 4553.0, 4556.0, 4515.0, 4542.0, 4523.0, 4573.0, 4546.0, 4562.0, 4532.0, 4538.0, 4537.0, 4518.0, 4536.0, 4525.0, 4521.0, 4502.0, 4544.0, 4536.0, 4504.0, 4534.0, 4511.0, 4497.0, 4473.0, 4442.0, 4483.0, 4477.0, 4483.0, 4440.0, 4419.0, 4459.0, 4430.0, 4470.0, 4434.0, 4470.0, 4439.0, 4440.0, 4448.0, 4409.0, 4459.0, 4431.0, 4461.0, 4441.0, 4442.0, 4443.0, 4434.0, 4465.0, 4447.0, 4467.0, 4461.0, 4491.0, 4484.0, 4483.0, 4473.0, 4453.0, 4496.0, 4490.0, 4545.0, 4504.0, 4513.0, 4491.0, 4495.0, 4534.0, 4503.0, 4532.0, 4503.0, 4532.0, 4514.0, 4564.0, 4526.0, 4568.0, 4558.0, 4546.0], 'WindowWidth': [10095.0, 10014.0, 10060.0, 9916.0, 9978.0, 9906.0, 9948.0, 9962.0, 9905.0, 9982.0, 9861.0, 9927.0, 9873.0, 9916.0, 9960.0, 9892.0, 9965.0, 9893.0, 9929.0, 9953.0, 9875.0, 9964.0, 9892.0, 9910.0, 9964.0, 9864.0, 9905.0, 9884.0, 9901.0, 9871.0, 9887.0, 9940.0, 9887.0, 9930.0, 9951.0, 9903.0, 9960.0, 9888.0, 9926.0, 9882.0, 9902.0, 9988.0, 9900.0, 9926.0, 9885.0, 9911.0, 9951.0, 9906.0, 9926.0, 9873.0, 9912.0, 9951.0, 9879.0, 9932.0, 9906.0, 9901.0, 9895.0, 9886.0, 9938.0, 9899.0, 9932.0, 9956.0, 9901.0, 9957.0, 9887.0, 9914.0, 9936.0, 9888.0, 9960.0, 9935.0, 9957.0, 9888.0, 9905.0, 9989.0, 9888.0, 9933.0, 9924.0, 9904.0, 9978.0, 9902.0, 9931.0, 9937.0, 9870.0, 9946.0, 9907.0, 9909.0, 9946.0, 9865.0, 9915.0, 9863.0, 9905.0, 9983.0, 9880.0, 9908.0, 9865.0, 9891.0, 9917.0, 9872.0, 9925.0, 9944.0, 9862.0, 9905.0, 9844.0, 9889.0, 9926.0, 9863.0, 9942.0, 9898.0, 9911.0, 9870.0, 9883.0, 9936.0, 9877.0, 9922.0, 9951.0, 9877.0, 9936.0, 9866.0, 9904.0, 9847.0, 9880.0, 9938.0, 9897.0, 9933.0, 9918.0, 9910.0, 9910.0, 9939.0, 9923.0, 9913.0, 9969.0, 9955.0, 10047.0, 9981.0, 10019.0, 10007.0, 9972.0, 10018.0, 9940.0, 9988.0, 9930.0, 9965.0, 9918.0, 9948.0, 9900.0, 9925.0, 9899.0, 9878.0, 9877.0, 9843.0, 9856.0, 9812.0, 9866.0, 9808.0, 9854.0, 9813.0, 9838.0, 9804.0, 9817.0, 9779.0, 9801.0, 9779.0, 9789.0, 9760.0, 9791.0, 9777.0, 9796.0, 9829.0, 9855.0, 9871.0, 9842.0, 9852.0, 9861.0, 9808.0, 9889.0, 9856.0, 9895.0, 9903.0, 9957.0, 9912.0, 9942.0, 9934.0, 9923.0, 9917.0, 9956.0, 10047.0, 10006.0, 10025.0, 10043.0, 10077.0, 10106.0, 10054.0, 9982.0, 10075.0, 9938.0, 9922.0, 10025.0, 9998.0, 9987.0, 10034.0, 9962.0, 9895.0, 9975.0, 9897.0, 9844.0, 9871.0, 9844.0, 9912.0, 9838.0, 9893.0, 9820.0, 9853.0, 9805.0, 9825.0, 9796.0, 9820.0, 9770.0, 9824.0, 9779.0, 9840.0, 9806.0, 9839.0, 9824.0, 9858.0, 9922.0, 9910.0, 9936.0, 9905.0, 9930.0, 9892.0, 9942.0, 9903.0, 9931.0, 9937.0, 9883.0, 9950.0, 9892.0, 9907.0, 9889.0, 9866.0, 9950.0, 9879.0, 9911.0, 9897.0, 9887.0, 9953.0, 9885.0, 9914.0, 9879.0, 9924.0, 9896.0, 9927.0, 9998.0, 9919.0, 9974.0, 9921.0, 9967.0, 10009.0, 9935.0, 9962.0, 9929.0, 9917.0, 10004.0, 9937.0, 9999.0, 9983.0, 9917.0, 9985.0, 9912.0, 9945.0, 10016.0, 9951.0, 9984.0, 9914.0, 9943.0, 9997.0, 9912.0, 9971.0, 9940.0, 9926.0, 9997.0, 9914.0, 9956.0, 9978.0, 9910.0, 9953.0, 9918.0, 9906.0, 9976.0, 9907.0, 9949.0, 9916.0, 9894.0, 9968.0, 9915.0, 9906.0, 9963.0, 9905.0, 9934.0, 9891.0, 9910.0, 9985.0, 9896.0, 9937.0, 9981.0, 9909.0, 9956.0, 9996.0, 9925.0, 9964.0, 9943.0, 9905.0, 9992.0, 9925.0, 9932.0, 9989.0, 9883.0, 9929.0, 9934.0, 9883.0, 9955.0, 9883.0, 9911.0, 9908.0, 9872.0, 9939.0, 9872.0, 9932.0, 9941.0, 9923.0, 9931.0, 9871.0, 9914.0, 9978.0, 9895.0, 9953.0, 9895.0, 9935.0, 9957.0, 9890.0, 9945.0, 9899.0, 9941.0, 10013.0, 9919.0, 9932.0, 9877.0, 9934.0, 9964.0, 9920.0, 9981.0, 9923.0, 9962.0, 9894.0, 9923.0, 9995.0, 9920.0, 9932.0, 9874.0, 9918.0, 9980.0, 9909.0, 9970.0, 9891.0, 9947.0, 9943.0, 9908.0, 9980.0, 9909.0, 9954.0, 9905.0, 9909.0, 9981.0, 9908.0, 9954.0, 9955.0, 9907.0, 9975.0, 9901.0, 9945.0, 9970.0, 9886.0, 9982.0, 9898.0, 9928.0, 9868.0, 9902.0, 9962.0, 9908.0, 9967.0, 9891.0, 9936.0, 9979.0, 9921.0, 9956.0, 9970.0, 9904.0, 9961.0, 9903.0, 9931.0, 9939.0, 9904.0, 9978.0, 9952.0, 9950.0, 9925.0, 9951.0, 9914.0, 9960.0, 9966.0, 9931.0, 9998.0, 9907.0, 9953.0, 9959.0, 9908.0, 10010.0, 9913.0, 9929.0, 9952.0, 9884.0, 9958.0, 9882.0, 9931.0, 9877.0, 9881.0, 9939.0, 9897.0, 9927.0, 9882.0, 9913.0, 9895.0, 9883.0, 9951.0, 9902.0, 9932.0, 9929.0, 9900.0, 9971.0, 9886.0, 9944.0, 9894.0, 9929.0, 9974.0, 9901.0, 9943.0, 9899.0, 9942.0, 9890.0, 9948.0, 9987.0, 9899.0, 9956.0, 9883.0, 9928.0, 9959.0, 9882.0, 9993.0, 9894.0, 9908.0, 9928.0, 9879.0, 9953.0, 9893.0, 9921.0, 9879.0, 9897.0, 9953.0, 9897.0, 9914.0, 9904.0, 9887.0, 9938.0, 9880.0, 9923.0, 9883.0, 9904.0, 9940.0, 9901.0, 9924.0, 9869.0, 9917.0, 9917.0, 9905.0, 9973.0, 9893.0, 9934.0, 9877.0, 9926.0, 9979.0, 9921.0, 9932.0, 9925.0, 9887.0, 9979.0, 9907.0, 9934.0, 9884.0, 9914.0, 9921.0, 9894.0, 9980.0, 9904.0, 9931.0, 9869.0, 9913.0, 9970.0, 9882.0, 9944.0, 9890.0, 9910.0, 9871.0, 9913.0, 9889.0, 9908.0, 9979.0, 9918.0, 9942.0, 9891.0, 9939.0, 9960.0, 9914.0, 9984.0, 9963.0, 9947.0, 9922.0, 9928.0, 9888.0, 9933.0, 9931.0, 9923.0, 9987.0, 9892.0, 9953.0, 9926.0, 9934.0, 9987.0, 9908.0, 9937.0, 9864.0, 9906.0, 9907.0, 9895.0, 9986.0, 9877.0, 9918.0, 9846.0, 9906.0, 9941.0, 9880.0, 9948.0, 9870.0, 9899.0, 9856.0, 9877.0, 9963.0, 9887.0, 9900.0, 9869.0, 9882.0, 9845.0, 9891.0, 9888.0, 9900.0, 9952.0, 9881.0, 9906.0, 9869.0, 9916.0, 9933.0, 9922.0, 9938.0, 9880.0, 9906.0, 9870.0, 9913.0, 9909.0, 9913.0, 9932.0, 9882.0, 9954.0, 9901.0, 9947.0, 9887.0, 9941.0, 9898.0, 9899.0, 9966.0, 9913.0, 9998.0, 9941.0, 9987.0, 9914.0, 9955.0, 9889.0, 9936.0, 10038.0, 10019.0, 9960.0, 10050.0, 10007.0, 10064.0, 10032.0, 10017.0, 9990.0, 9956.0, 10005.0, 9965.0, 9988.0, 9977.0, 9935.0, 9954.0, 9890.0, 9884.0, 9825.0, 9880.0, 9816.0, 9878.0, 9839.0, 9840.0, 9844.0, 9822.0, 9843.0, 9828.0, 9887.0, 9829.0, 9848.0, 9796.0, 9781.0, 9820.0, 9805.0, 9825.0, 9829.0, 9865.0, 9824.0, 9868.0, 9831.0, 9886.0, 9868.0, 9926.0, 9886.0, 9920.0, 9886.0, 9924.0, 9881.0, 9940.0, 9921.0, 9938.0, 9929.0, 9917.0, 9920.0, 9897.0, 9962.0, 9947.0, 9965.0, 9879.0, 9948.0, 9884.0, 9962.0, 9904.0, 9986.0, 9939.0, 9949.0, 9887.0, 9978.0, 9879.0, 9920.0, 9911.0, 9937.0, 9880.0, 9906.0, 9878.0, 9887.0, 9866.0, 9920.0, 9901.0, 9918.0, 9891.0, 9889.0, 9872.0, 9876.0, 9940.0, 9897.0, 9958.0, 9877.0, 9933.0, 9874.0, 9899.0, 9870.0, 9900.0, 9869.0, 9896.0, 9860.0, 9869.0, 9868.0, 9871.0, 9924.0, 9872.0, 9921.0, 9858.0, 9942.0, 9856.0, 9896.0, 9889.0, 9900.0, 9873.0, 9885.0, 9867.0, 9866.0, 9922.0, 9855.0, 9940.0, 9855.0, 9897.0, 9857.0, 9885.0, 9878.0, 9924.0, 9879.0, 9895.0, 9855.0, 9882.0, 9946.0, 9886.0, 9983.0, 9880.0, 9918.0, 9877.0, 9890.0, 9862.0, 9916.0, 9866.0, 9894.0, 9870.0, 9880.0, 9905.0, 9902.0, 9950.0, 9883.0, 9948.0, 9867.0, 9921.0, 9902.0, 9926.0, 9886.0, 9912.0, 9853.0, 9892.0, 9918.0, 9901.0, 9933.0, 9865.0, 9929.0, 9862.0, 9916.0, 9903.0, 9924.0, 9883.0, 9907.0, 9881.0, 9893.0, 9865.0, 9954.0, 9890.0, 9895.0, 9932.0, 9864.0, 9932.0, 9890.0, 9916.0, 9871.0, 9885.0, 9840.0, 9872.0, 9894.0, 9876.0, 9920.0, 9840.0, 9910.0, 9852.0, 9879.0, 9840.0, 9924.0, 9865.0, 9868.0, 9921.0, 9844.0, 9898.0, 9884.0, 9870.0, 9847.0, 9917.0, 9905.0, 9957.0, 9902.0, 9937.0, 9886.0, 9937.0, 9867.0, 9906.0, 9914.0, 9928.0, 9884.0, 9905.0, 9897.0, 9919.0, 9901.0, 9911.0, 9867.0, 9893.0, 9844.0, 9899.0, 9839.0, 9896.0, 9844.0, 9823.0, 9871.0, 9789.0, 9853.0, 9781.0, 9810.0, 9765.0, 9826.0, 9801.0, 9863.0, 9826.0, 9839.0, 9812.0, 9823.0, 9865.0, 9859.0, 9921.0, 9953.0, 9945.0, 9991.0, 9957.0, 9984.0, 9893.0, 9939.0, 9869.0, 9915.0, 9856.0, 9928.0, 9852.0, 9867.0, 9815.0, 9827.0, 9783.0, 9812.0, 9796.0, 9807.0, 9841.0, 9789.0, 9861.0, 9779.0, 9857.0, 9784.0, 9839.0, 9807.0, 9848.0, 9824.0, 9855.0, 9835.0, 9843.0, 9813.0, 9817.0, 9869.0, 9844.0, 9892.0, 9860.0, 9830.0, 9913.0, 9816.0, 9855.0, 9804.0, 9852.0, 9899.0, 9855.0, 9883.0, 9833.0, 9863.0, 9910.0, 9860.0, 9908.0, 9889.0, 9864.0, 9906.0, 9866.0, 9893.0, 9854.0, 9890.0, 9945.0, 9891.0, 9929.0, 9872.0, 9888.0, 9959.0, 9937.0, 9905.0, 9963.0, 9863.0, 9890.0, 9932.0, 9856.0, 9900.0, 9937.0, 9873.0, 9913.0, 9848.0, 9876.0, 9903.0, 9866.0, 9915.0, 9862.0, 9882.0, 9925.0, 9867.0, 9912.0, 9925.0, 9898.0, 9893.0, 9937.0, 9846.0, 9898.0, 9870.0, 9863.0, 9942.0, 9847.0, 9887.0, 9926.0, 9864.0, 9908.0, 9901.0, 9881.0, 9918.0, 9847.0, 9902.0, 9846.0, 9853.0, 9922.0, 9900.0, 9910.0, 9854.0, 9880.0, 9949.0, 9865.0, 9908.0, 9909.0, 9890.0, 9942.0, 9844.0, 9898.0, 9844.0, 9889.0, 9947.0, 9857.0, 9918.0, 9842.0, 9897.0, 9843.0, 9858.0, 9945.0, 9855.0, 9908.0, 9839.0, 9878.0, 9843.0, 9847.0, 9902.0, 9870.0, 9881.0, 9828.0, 9865.0, 9865.0, 9846.0, 9899.0, 9878.0, 9896.0, 9843.0, 9868.0, 9886.0, 9840.0, 9900.0, 9857.0, 9894.0, 9824.0, 9836.0, 9904.0, 9825.0, 9895.0, 9875.0, 9894.0, 9842.0, 9853.0, 9839.0, 9845.0, 9911.0, 9864.0, 9898.0, 9848.0, 9898.0, 9852.0, 9892.0, 9923.0, 9879.0, 9943.0, 9853.0, 9898.0, 9858.0, 9898.0, 9876.0, 9928.0, 9872.0, 9856.0, 9905.0, 9844.0, 9899.0, 9888.0, 9890.0, 9836.0, 9861.0, 9832.0, 9849.0, 9902.0, 9869.0, 9905.0, 9819.0, 9873.0, 9835.0, 9865.0, 9838.0, 9872.0, 9893.0, 9840.0, 9909.0, 9839.0, 9881.0, 9840.0, 9883.0, 9827.0, 9872.0, 9861.0, 9844.0, 9915.0, 9864.0, 9920.0, 9861.0, 9888.0, 9845.0, 9847.0, 9921.0, 9863.0, 9923.0, 9860.0, 9885.0, 9921.0, 9842.0, 9900.0, 9857.0, 9902.0, 9859.0, 9863.0, 9928.0, 9846.0, 9901.0, 9847.0, 9876.0, 9898.0, 9847.0, 9897.0, 9847.0, 9892.0, 9942.0, 9859.0, 9902.0, 9862.0, 9888.0, 9880.0, 9847.0, 9922.0, 9857.0, 9889.0, 9898.0, 9848.0, 9900.0, 9851.0, 9894.0, 9930.0, 9860.0, 9913.0, 9845.0, 9885.0, 9861.0, 9863.0, 9925.0, 9865.0, 9895.0, 9866.0, 9867.0, 9909.0, 9865.0, 9913.0, 9917.0, 9850.0, 9905.0, 9852.0, 9894.0, 9937.0, 9875.0, 9928.0, 9871.0, 9848.0, 9901.0, 9842.0, 9903.0, 9885.0, 9848.0, 9898.0, 9847.0, 9905.0, 9913.0, 9867.0, 9916.0, 9845.0, 9890.0, 9923.0, 9853.0, 9942.0, 9858.0, 9875.0, 9929.0, 9844.0, 9915.0, 9874.0, 9891.0, 9932.0, 9847.0, 9902.0, 9869.0, 9859.0, 9917.0, 9874.0, 9883.0, 9845.0, 9867.0, 9831.0, 9862.0, 9940.0, 9883.0, 9923.0, 9854.0, 9909.0, 9870.0, 9903.0, 9955.0, 9870.0, 9923.0, 9863.0, 9892.0, 9943.0, 9874.0, 9914.0, 9843.0, 9900.0, 9904.0, 9838.0, 9896.0, 9852.0, 9910.0, 9863.0, 9838.0, 9880.0, 9831.0, 9861.0, 9919.0, 9859.0, 9869.0, 9821.0, 9845.0, 9842.0, 9819.0, 9880.0, 9848.0, 9857.0, 9916.0, 9807.0, 9872.0, 9824.0, 9886.0, 9838.0, 9863.0, 9830.0, 9874.0, 9858.0, 9888.0, 9957.0, 9991.0, 10000.0, 9941.0, 9976.0, 9953.0, 10022.0, 9986.0, 9998.0, 9954.0, 9955.0, 9955.0, 9931.0, 9952.0, 9931.0, 9926.0, 9895.0, 9957.0, 9947.0, 9902.0, 9952.0, 9905.0, 9879.0, 9839.0, 9794.0, 9854.0, 9851.0, 9850.0, 9788.0, 9757.0, 9809.0, 9774.0, 9828.0, 9784.0, 9827.0, 9784.0, 9786.0, 9796.0, 9745.0, 9811.0, 9780.0, 9820.0, 9793.0, 9797.0, 9798.0, 9790.0, 9831.0, 9813.0, 9836.0, 9835.0, 9878.0, 9874.0, 9871.0, 9858.0, 9832.0, 9891.0, 9893.0, 9978.0, 9918.0, 9930.0, 9896.0, 9909.0, 9958.0, 9916.0, 9954.0, 9914.0, 9953.0, 9930.0, 10002.0, 9953.0, 10012.0, 9997.0, 9979.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.0023403955696202528</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027428575553797466</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.886145850855144</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.305727430023753</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0311904755581947</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5077</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3731.6389</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09343270936524381</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.25</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.416848862959222</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3186282174468684</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6234073010894594</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3085110703413387</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0299234</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023704657331109047</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.05616525560617447</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1264</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>4.086916452234188</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>13.8509</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.4587</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.339</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295098.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1111.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.1477</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6819</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.2905</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3708.6935</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3879.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81446.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1427.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4819.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>949.1205</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.819628856901545</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> |