=== 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-0101 --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-0101",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
144 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
144 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-0101_ses-04_task-fractional_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-0101_ses-04_task-fractional_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-0101_suffix-bold_task-fractional" 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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0101_suffix-bold_task-fractional" 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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0101_suffix-bold_task-fractional" 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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0101_suffix-bold_task-fractional" 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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-fractional_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-0101_suffix-bold_task-fractional" 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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-fractional_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-0101_suffix-bold_task-fractional" 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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0101_suffix-bold_task-fractional" 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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0101/figures/sub-0101_ses-04_task-fractional_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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-fractional_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-0101/ses-04/func/sub-0101_ses-04_task-fractional_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>ad09716d8c4df16aadf8c71f4f382fa9</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>11:47:16.420000</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.999588, 0.0207368, 0.0198519, -0.0170989, 0.98555, -0.168517]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_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.124289</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-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7746, -7226, 27, -175, -137, -42, 65]</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>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>312.966</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>50079a85-8942-4e50-a91d-5046283f30df||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.68182110786438, -0.04587496817111969, 0.06226077303290367, 109.84159851074219], [-0.055635400116443634, 2.6441595554351807, -0.45389285683631897, -84.07157135009766], [0.05326114967465401, 0.45211976766586304, 2.660846710205078, -94.26454162597656], [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, 1322]</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, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['114716.420000', '114716.880000', '114717.340000', '114717.800000', '114718.260000', '114718.720000', '114719.180000', '114719.640000', '114720.100000', '114720.560000', '114721.020000', '114721.480000', '114721.940000', '114722.400000', '114722.860000', '114723.320000', '114723.780000', '114724.240000', '114724.700000', '114725.160000', '114725.620000', '114726.080000', '114726.540000', '114727.000000', '114727.460000', '114727.920000', '114728.380000', '114728.840000', '114729.300000', '114729.760000', '114730.220000', '114730.680000', '114731.140000', '114731.600000', '114732.060000', '114732.520000', '114732.980000', '114733.440000', '114733.900000', '114734.360000', '114734.820000', '114735.280000', '114735.740000', '114736.200000', '114736.660000', '114737.120000', '114737.580000', '114738.040000', '114738.500000', '114738.960000', '114739.420000', '114739.880000', '114740.340000', '114740.800000', '114741.260000', '114741.720000', '114742.180000', '114742.640000', '114743.100000', '114743.560000', '114744.020000', '114744.480000', '114744.940000', '114745.400000', '114745.860000', '114746.320000', '114746.780000', '114747.240000', '114747.700000', '114748.160000', '114748.620000', '114749.080000', '114749.540000', '114750.000000', '114750.460000', '114750.920000', '114751.380000', '114751.840000', '114752.300000', '114752.760000', '114753.220000', '114753.680000', '114754.140000', '114754.600000', '114755.060000', '114755.520000', '114755.980000', '114756.440000', '114756.900000', '114757.360000', '114757.820000', '114758.280000', '114758.740000', '114759.200000', '114759.660000', '114800.120000', '114800.580000', '114801.040000', '114801.500000', '114801.960000', '114802.420000', '114802.880000', '114803.340000', '114803.800000', '114804.260000', '114804.720000', '114805.180000', '114805.640000', '114806.100000', '114806.560000', '114807.020000', '114807.480000', '114807.940000', '114808.400000', '114808.860000', '114809.320000', '114809.780000', '114810.240000', '114810.700000', '114811.160000', '114811.620000', '114812.080000', '114812.540000', '114813.000000', '114813.460000', '114813.920000', '114814.380000', '114814.840000', '114815.300000', '114815.760000', '114816.220000', '114816.680000', '114817.140000', '114817.600000', '114818.060000', '114818.520000', '114818.980000', '114819.440000', '114819.900000', '114820.360000', '114820.820000', '114821.280000', '114821.740000', '114822.200000', '114822.660000', '114823.120000', '114823.580000', '114824.040000', '114824.500000', '114824.960000', '114825.420000', '114825.880000', '114826.340000', '114826.800000', '114827.260000', '114827.720000', '114828.180000', '114828.640000', '114829.100000', '114829.560000', '114830.020000', '114830.480000', '114830.940000', '114831.400000', '114831.860000', '114832.320000', '114832.780000', '114833.240000', '114833.700000', '114834.160000', '114834.620000', '114835.080000', '114835.540000', '114836.000000', '114836.460000', '114836.920000', '114837.380000', '114837.840000', '114838.300000', '114838.760000', '114839.220000', '114839.680000', '114840.140000', '114840.600000', '114841.060000', '114841.520000', '114841.980000', '114842.440000', '114842.900000', '114843.360000', '114843.820000', '114844.280000', '114844.740000', '114845.200000', '114845.660000', '114846.120000', '114846.580000', '114847.040000', '114847.500000', '114847.960000', '114848.420000', '114848.880000', '114849.340000', '114849.800000', '114850.260000', '114850.720000', '114851.180000', '114851.640000', '114852.100000', '114852.560000', '114853.020000', '114853.480000', '114853.940000', '114854.400000', '114854.860000', '114855.320000', '114855.780000', '114856.240000', '114856.700000', '114857.160000', '114857.620000', '114858.080000', '114858.540000', '114859.000000', '114859.460000', '114859.920000', '114900.380000', '114900.840000', '114901.300000', '114901.760000', '114902.220000', '114902.680000', '114903.140000', '114903.600000', '114904.060000', '114904.520000', '114904.980000', '114905.440000', '114905.900000', '114906.360000', '114906.820000', '114907.280000', '114907.740000', '114908.200000', '114908.660000', '114909.120000', '114909.580000', '114910.040000', '114910.500000', '114910.960000', '114911.420000', '114911.880000', '114912.340000', '114912.800000', '114913.260000', '114913.720000', '114914.180000', '114914.640000', '114915.100000', '114915.560000', '114916.020000', '114916.480000', '114916.940000', '114917.400000', '114917.860000', '114918.320000', '114918.780000', '114919.240000', '114919.700000', '114920.160000', '114920.620000', '114921.080000', '114921.540000', '114922.000000', '114922.460000', '114922.920000', '114923.380000', '114923.840000', '114924.300000', '114924.760000', '114925.220000', '114925.680000', '114926.140000', '114926.600000', '114927.060000', '114927.520000', '114927.980000', '114928.440000', '114928.900000', '114929.360000', '114929.820000', '114930.280000', '114930.740000', '114931.200000', '114931.660000', '114932.120000', '114932.580000', '114933.040000', '114933.500000', '114933.960000', '114934.420000', '114934.880000', '114935.340000', '114935.800000', '114936.260000', '114936.720000', '114937.180000', '114937.640000', '114938.100000', '114938.560000', '114939.020000', '114939.480000', '114939.940000', '114940.400000', '114940.860000', '114941.320000', '114941.780000', '114942.240000', '114942.700000', '114943.160000', '114943.620000', '114944.080000', '114944.540000', '114945.000000', '114945.460000', '114945.920000', '114946.380000', '114946.840000', '114947.300000', '114947.760000', '114948.220000', '114948.680000', '114949.140000', '114949.600000', '114950.060000', '114950.520000', '114950.980000', '114951.440000', '114951.900000', '114952.360000', '114952.820000', '114953.280000', '114953.740000', '114954.200000', '114954.660000', '114955.120000', '114955.580000', '114956.040000', '114956.500000', '114956.960000', '114957.420000', '114957.880000', '114958.340000', '114958.800000', '114959.260000', '114959.720000', '115000.180000', '115000.640000', '115001.100000', '115001.560000', '115002.020000', '115002.480000', '115002.940000', '115003.400000', '115003.860000', '115004.320000', '115004.780000', '115005.240000', '115005.700000', '115006.160000', '115006.620000', '115007.080000', '115007.540000', '115008.000000', '115008.460000', '115008.920000', '115009.380000', '115009.840000', '115010.300000', '115010.760000', '115011.220000', '115011.680000', '115012.140000', '115012.600000', '115013.060000', '115013.520000', '115013.980000', '115014.440000', '115014.900000', '115015.360000', '115015.820000', '115016.280000', '115016.740000', '115017.200000', '115017.660000', '115018.120000', '115018.580000', '115019.040000', '115019.500000', '115019.960000', '115020.420000', '115020.880000', '115021.340000', '115021.800000', '115022.260000', '115022.720000', '115023.180000', '115023.640000', '115024.100000', '115024.560000', '115025.020000', '115025.480000', '115025.940000', '115026.400000', '115026.860000', '115027.320000', '115027.780000', '115028.240000', '115028.700000', '115029.160000', '115029.620000', '115030.080000', '115030.540000', '115031.000000', '115031.460000', '115031.920000', '115032.380000', '115032.840000', '115033.300000', '115033.760000', '115034.220000', '115034.680000', '115035.140000', '115035.600000', '115036.060000', '115036.520000', '115036.980000', '115037.440000', '115037.900000', '115038.360000', '115038.820000', '115039.280000', '115039.740000', '115040.200000', '115040.660000', '115041.120000', '115041.580000', '115042.040000', '115042.500000', '115042.960000', '115043.420000', '115043.880000', '115044.340000', '115044.800000', '115045.260000', '115045.720000', '115046.180000', '115046.640000', '115047.100000', '115047.560000', '115048.020000', '115048.480000', '115048.940000', '115049.400000', '115049.860000', '115050.320000', '115050.780000', '115051.240000', '115051.700000', '115052.160000', '115052.620000', '115053.080000', '115053.540000', '115054.000000', '115054.460000', '115054.920000', '115055.380000', '115055.840000', '115056.300000', '115056.760000', '115057.220000', '115057.680000', '115058.140000', '115058.600000', '115059.060000', '115059.520000', '115059.980000', '115100.440000', '115100.900000', '115101.360000', '115101.820000', '115102.280000', '115102.740000', '115103.200000', '115103.660000', '115104.120000', '115104.580000', '115105.040000', '115105.500000', '115105.960000', '115106.420000', '115106.880000', '115107.340000', '115107.800000', '115108.260000', '115108.720000', '115109.180000', '115109.640000', '115110.100000', '115110.560000', '115111.020000', '115111.480000', '115111.940000', '115112.400000', '115112.860000', '115113.320000', '115113.780000', '115114.240000', '115114.700000', '115115.160000', '115115.620000', '115116.080000', '115116.540000', '115117.000000', '115117.460000', '115117.920000', '115118.380000', '115118.840000', '115119.300000', '115119.760000', '115120.220000', '115120.680000', '115121.140000', '115121.600000', '115122.060000', '115122.520000', '115122.980000', '115123.440000', '115123.900000', '115124.360000', '115124.820000', '115125.280000', '115125.740000', '115126.200000', '115126.660000', '115127.120000', '115127.580000', '115128.040000', '115128.500000', '115128.960000', '115129.420000', '115129.880000', '115130.340000', '115130.800000', '115131.260000', '115131.720000', '115132.180000', '115132.640000', '115133.100000', '115133.560000', '115134.020000', '115134.480000', '115134.940000', '115135.400000', '115135.860000', '115136.320000', '115136.780000', '115137.240000', '115137.700000', '115138.160000', '115138.620000', '115139.080000', '115139.540000', '115140.000000', '115140.460000', '115140.920000', '115141.380000', '115141.840000', '115142.300000', '115142.760000', '115143.220000', '115143.680000', '115144.140000', '115144.600000', '115145.060000', '115145.520000', '115145.980000', '115146.440000', '115146.900000', '115147.360000', '115147.820000', '115148.280000', '115148.740000', '115149.200000', '115149.660000', '115150.120000', '115150.580000', '115151.040000', '115151.500000', '115151.960000', '115152.420000', '115152.880000', '115153.340000', '115153.800000', '115154.260000', '115154.720000', '115155.180000', '115155.640000', '115156.100000', '115156.560000', '115157.020000', '115157.480000', '115157.940000', '115158.400000', '115158.860000', '115159.320000', '115159.780000', '115200.240000', '115200.700000', '115201.160000', '115201.620000', '115202.080000', '115202.540000', '115203.000000', '115203.460000', '115203.920000', '115204.380000', '115204.840000', '115205.300000', '115205.760000', '115206.220000', '115206.680000', '115207.140000', '115207.600000', '115208.060000', '115208.520000', '115208.980000', '115209.440000', '115209.900000', '115210.360000', '115210.820000', '115211.280000', '115211.740000', '115212.200000', '115212.660000', '115213.120000', '115213.580000', '115214.040000', '115214.500000', '115214.960000', '115215.420000', '115215.880000', '115216.340000', '115216.800000', '115217.260000', '115217.720000', '115218.180000', '115218.640000', '115219.100000', '115219.560000', '115220.020000', '115220.480000', '115220.940000', '115221.400000', '115221.860000', '115222.320000', '115222.780000', '115223.240000', '115223.700000', '115224.160000', '115224.620000', '115225.080000', '115225.540000', '115226.000000', '115226.460000', '115226.920000', '115227.380000', '115227.840000', '115228.300000', '115228.760000', '115229.220000', '115229.680000', '115230.140000', '115230.600000', '115231.060000', '115231.520000', '115231.980000', '115232.440000', '115232.900000', '115233.360000', '115233.820000', '115234.280000', '115234.740000', '115235.200000', '115235.660000', '115236.120000', '115236.580000', '115237.040000', '115237.500000', '115237.960000', '115238.420000', '115238.880000', '115239.340000', '115239.800000', '115240.260000', '115240.720000', '115241.180000', '115241.640000', '115242.100000', '115242.560000', '115243.020000', '115243.480000', '115243.940000', '115244.400000', '115244.860000', '115245.320000', '115245.780000', '115246.240000', '115246.700000', '115247.160000', '115247.620000', '115248.080000', '115248.540000', '115249.000000', '115249.460000', '115249.920000', '115250.380000', '115250.840000', '115251.300000', '115251.760000', '115252.220000', '115252.680000', '115253.140000', '115253.600000', '115254.060000', '115254.520000', '115254.980000', '115255.440000', '115255.900000', '115256.360000', '115256.820000', '115257.280000', '115257.740000', '115258.200000', '115258.660000', '115259.120000', '115259.580000', '115300.040000', '115300.500000', '115300.960000', '115301.420000', '115301.880000', '115302.340000', '115302.800000', '115303.260000', '115303.720000', '115304.180000', '115304.640000', '115305.100000', '115305.560000', '115306.020000', '115306.480000', '115306.940000', '115307.400000', '115307.860000', '115308.320000', '115308.780000', '115309.240000', '115309.700000', '115310.160000', '115310.620000', '115311.080000', '115311.540000', '115312.000000', '115312.460000', '115312.920000', '115313.380000', '115313.840000', '115314.300000', '115314.760000', '115315.220000', '115315.680000', '115316.140000', '115316.600000', '115317.060000', '115317.520000', '115317.980000', '115318.440000', '115318.900000', '115319.360000', '115319.820000', '115320.280000', '115320.740000', '115321.200000', '115321.660000', '115322.120000', '115322.580000', '115323.040000', '115323.500000', '115323.960000', '115324.420000', '115324.880000', '115325.340000', '115325.800000', '115326.260000', '115326.720000', '115327.180000', '115327.640000', '115328.100000', '115328.560000', '115329.020000', '115329.480000', '115329.940000', '115330.400000', '115330.860000', '115331.320000', '115331.780000', '115332.240000', '115332.700000', '115333.160000', '115333.620000', '115334.080000', '115334.540000', '115335.000000', '115335.460000', '115335.920000', '115336.380000', '115336.840000', '115337.300000', '115337.760000', '115338.220000', '115338.680000', '115339.140000', '115339.600000', '115340.060000', '115340.520000', '115340.980000', '115341.440000', '115341.900000', '115342.360000', '115342.820000', '115343.280000', '115343.740000', '115344.200000', '115344.660000', '115345.120000', '115345.580000', '115346.040000', '115346.500000', '115346.960000', '115347.420000', '115347.880000', '115348.340000', '115348.800000', '115349.260000', '115349.720000', '115350.180000', '115350.640000', '115351.100000', '115351.560000', '115352.020000', '115352.480000', '115352.940000', '115353.400000', '115353.860000', '115354.320000', '115354.780000', '115355.240000', '115355.700000', '115356.160000', '115356.620000', '115357.080000', '115357.540000', '115358.000000', '115358.460000', '115358.920000', '115359.380000', '115359.840000', '115400.300000', '115400.760000', '115401.220000', '115401.680000', '115402.140000', '115402.600000', '115403.060000', '115403.520000', '115403.980000', '115404.440000', '115404.900000', '115405.360000', '115405.820000', '115406.280000', '115406.740000', '115407.200000', '115407.660000', '115408.120000', '115408.580000', '115409.040000', '115409.500000', '115409.960000', '115410.420000', '115410.880000', '115411.340000', '115411.800000', '115412.260000', '115412.720000', '115413.180000', '115413.640000', '115414.100000', '115414.560000', '115415.020000', '115415.480000', '115415.940000', '115416.400000', '115416.860000', '115417.320000', '115417.780000', '115418.240000', '115418.700000', '115419.160000', '115419.620000', '115420.080000', '115420.540000', '115421.000000', '115421.460000', '115421.920000', '115422.380000', '115422.840000', '115423.300000', '115423.760000', '115424.220000', '115424.680000', '115425.140000', '115425.600000', '115426.060000', '115426.520000', '115426.980000', '115427.440000', '115427.900000', '115428.360000', '115428.820000', '115429.280000', '115429.740000', '115430.200000', '115430.660000', '115431.120000', '115431.580000', '115432.040000', '115432.500000', '115432.960000', '115433.420000', '115433.880000', '115434.340000', '115434.800000', '115435.260000', '115435.720000', '115436.180000', '115436.640000', '115437.100000', '115437.560000', '115438.020000', '115438.480000', '115438.940000', '115439.400000', '115439.860000', '115440.320000', '115440.780000', '115441.240000', '115441.700000', '115442.160000', '115442.620000', '115443.080000', '115443.540000', '115444.000000', '115444.460000', '115444.920000', '115445.380000', '115445.840000', '115446.300000', '115446.760000', '115447.220000', '115447.680000', '115448.140000', '115448.600000', '115449.060000', '115449.520000', '115449.980000', '115450.440000', '115450.900000', '115451.360000', '115451.820000', '115452.280000', '115452.740000', '115453.200000', '115453.660000', '115454.120000', '115454.580000', '115455.040000', '115455.500000', '115455.960000', '115456.420000', '115456.880000', '115457.340000', '115457.800000', '115458.260000', '115458.720000', '115459.180000', '115459.640000', '115500.100000', '115500.560000', '115501.020000', '115501.480000', '115501.940000', '115502.400000', '115502.860000', '115503.320000', '115503.780000', '115504.240000', '115504.700000', '115505.160000', '115505.620000', '115506.080000', '115506.540000', '115507.000000', '115507.460000', '115507.920000', '115508.380000', '115508.840000', '115509.300000', '115509.760000', '115510.220000', '115510.680000', '115511.140000', '115511.600000', '115512.060000', '115512.520000', '115512.980000', '115513.440000', '115513.900000', '115514.360000', '115514.820000', '115515.280000', '115515.740000', '115516.200000', '115516.660000', '115517.120000', '115517.580000', '115518.040000', '115518.500000', '115518.960000', '115519.420000', '115519.880000', '115520.340000', '115520.800000', '115521.260000', '115521.720000', '115522.180000', '115522.640000', '115523.100000', '115523.560000', '115524.020000', '115524.480000', '115524.940000', '115525.400000', '115525.860000', '115526.320000', '115526.780000', '115527.240000', '115527.700000', '115528.160000', '115528.620000', '115529.080000', '115529.540000', '115530.000000', '115530.460000', '115530.920000', '115531.380000', '115531.840000', '115532.300000', '115532.760000', '115533.220000', '115533.680000', '115534.140000', '115534.600000', '115535.060000', '115535.520000', '115535.980000', '115536.440000', '115536.900000', '115537.360000', '115537.820000', '115538.280000', '115538.740000', '115539.200000', '115539.660000', '115540.120000', '115540.580000', '115541.040000', '115541.500000', '115541.960000', '115542.420000', '115542.880000', '115543.340000', '115543.800000', '115544.260000', '115544.720000', '115545.180000', '115545.640000', '115546.100000', '115546.560000', '115547.020000', '115547.480000', '115547.940000', '115548.400000', '115548.860000', '115549.320000', '115549.780000', '115550.240000', '115550.700000', '115551.160000', '115551.620000', '115552.080000', '115552.540000', '115553.000000', '115553.460000', '115553.920000', '115554.380000', '115554.840000', '115555.300000', '115555.760000', '115556.220000', '115556.680000', '115557.140000', '115557.600000', '115558.060000', '115558.520000', '115558.980000', '115559.440000', '115559.900000', '115600.360000', '115600.820000', '115601.280000', '115601.740000', '115602.200000', '115602.660000', '115603.120000', '115603.580000', '115604.040000', '115604.500000', '115604.960000', '115605.420000', '115605.880000', '115606.340000', '115606.800000', '115607.260000', '115607.720000', '115608.180000', '115608.640000', '115609.100000', '115609.560000', '115610.020000', '115610.480000', '115610.940000', '115611.400000', '115611.860000', '115612.320000', '115612.780000', '115613.240000', '115613.700000', '115614.160000', '115614.620000', '115615.080000', '115615.540000', '115616.000000', '115616.460000', '115616.920000', '115617.380000', '115617.840000', '115618.300000', '115618.760000', '115619.220000', '115619.680000', '115620.140000', '115620.600000', '115621.060000', '115621.520000', '115621.980000', '115622.440000', '115622.900000', '115623.360000', '115623.820000', '115624.280000', '115624.740000', '115625.200000', '115625.660000', '115626.120000', '115626.580000', '115627.040000', '115627.500000', '115627.960000', '115628.420000', '115628.880000', '115629.340000', '115629.800000', '115630.260000', '115630.720000', '115631.180000', '115631.640000', '115632.100000', '115632.560000', '115633.020000', '115633.480000', '115633.940000', '115634.400000', '115634.860000', '115635.320000', '115635.780000', '115636.240000', '115636.700000', '115637.160000', '115637.620000', '115638.080000', '115638.540000', '115639.000000', '115639.460000', '115639.920000', '115640.380000', '115640.840000', '115641.300000', '115641.760000', '115642.220000', '115642.680000', '115643.140000', '115643.600000', '115644.060000', '115644.520000', '115644.980000', '115645.440000', '115645.900000', '115646.360000', '115646.820000', '115647.280000', '115647.740000', '115648.200000', '115648.660000', '115649.120000', '115649.580000', '115650.040000', '115650.500000', '115650.960000', '115651.420000', '115651.880000', '115652.340000', '115652.800000', '115653.260000', '115653.720000', '115654.180000', '115654.640000', '115655.100000', '115655.560000', '115656.020000', '115656.480000', '115656.940000', '115657.400000', '115657.860000', '115658.320000', '115658.780000', '115659.240000', '115659.700000', '115700.160000', '115700.620000', '115701.080000', '115701.540000', '115702.000000', '115702.460000', '115702.920000', '115703.380000', '115703.840000', '115704.300000', '115704.760000', '115705.220000', '115705.680000', '115706.140000', '115706.600000', '115707.060000', '115707.520000', '115707.980000', '115708.440000', '115708.900000', '115709.360000', '115709.820000', '115710.280000', '115710.740000', '115711.200000', '115711.660000', '115712.120000', '115712.580000', '115713.040000', '115713.500000', '115713.960000', '115714.420000', '115714.880000', '115715.340000', '115715.800000', '115716.260000', '115716.720000', '115717.180000', '115717.640000', '115718.100000', '115718.560000', '115719.020000', '115719.480000', '115719.940000', '115720.400000', '115720.860000', '115721.320000', '115721.780000', '115722.240000', '115722.700000', '115723.160000', '115723.620000', '115724.080000'], 'ContentTime': ['114727.304000', '114727.307000', '114727.310000', '114727.313000', '114727.324000', '114727.326000', '114727.329000', '114727.335000', '114727.338000', '114727.340000', '114727.343000', '114727.345000', '114727.348000', '114727.350000', '114727.353000', '114727.355000', '114727.358000', '114727.360000', '114727.363000', '114727.366000', '114727.368000', '114727.371000', '114747.255000', '114747.258000', '114747.261000', '114747.263000', '114747.266000', '114747.268000', '114747.271000', '114747.274000', '114747.276000', '114747.279000', '114747.290000', '114747.292000', '114747.295000', '114747.297000', '114747.300000', '114747.302000', '114747.305000', '114747.307000', '114747.310000', '114747.312000', '114747.315000', '114747.318000', '114747.320000', '114747.323000', '114747.325000', '114747.328000', '114747.330000', '114747.340000', '114747.343000', '114747.346000', '114747.349000', '114747.351000', '114747.354000', '114747.356000', '114747.359000', '114747.362000', '114747.364000', '114747.367000', '114747.369000', '114747.372000', '114747.374000', '114747.377000', '114747.379000', '114807.255000', '114807.258000', '114807.261000', '114807.263000', '114807.266000', '114807.268000', '114807.271000', '114807.273000', '114807.276000', '114807.278000', '114807.281000', '114807.283000', '114807.286000', '114807.288000', '114807.291000', '114807.294000', '114807.296000', '114807.299000', '114807.301000', '114807.304000', '114807.306000', '114807.309000', '114807.311000', '114807.314000', '114807.317000', '114807.319000', '114807.322000', '114807.324000', '114807.327000', '114807.329000', '114807.332000', '114807.334000', '114807.337000', '114807.339000', '114807.342000', '114807.345000', '114807.347000', '114807.350000', '114807.352000', '114807.355000', '114807.363000', '114807.366000', '114807.368000', '114807.371000', '114827.256000', '114827.259000', '114827.261000', '114827.264000', '114827.266000', '114827.269000', '114827.272000', '114827.274000', '114827.277000', '114827.279000', '114827.282000', '114827.284000', '114827.287000', '114827.289000', '114827.292000', '114827.294000', '114827.297000', '114827.343000', '114827.346000', '114827.348000', '114827.351000', '114827.353000', '114827.356000', '114827.358000', '114827.361000', '114827.363000', '114827.366000', '114827.368000', '114827.371000', '114827.373000', '114827.376000', '114827.379000', '114827.381000', '114827.384000', '114827.386000', '114827.389000', '114827.391000', '114827.394000', '114827.396000', '114827.399000', '114827.401000', '114827.404000', '114827.407000', '114847.256000', '114847.259000', '114847.262000', '114847.264000', '114847.267000', '114847.270000', '114847.272000', '114847.275000', '114847.277000', '114847.280000', '114847.282000', '114847.285000', '114847.287000', '114847.290000', '114847.292000', '114847.295000', '114847.297000', '114847.300000', '114847.303000', '114847.305000', '114847.308000', '114847.310000', '114847.313000', '114847.315000', '114847.318000', '114847.320000', '114847.323000', '114847.326000', '114847.328000', '114847.331000', '114847.333000', '114847.336000', '114847.338000', '114847.341000', '114847.343000', '114847.346000', '114847.349000', '114847.351000', '114847.354000', '114847.356000', '114847.359000', '114847.361000', '114847.364000', '114847.366000', '114907.256000', '114907.259000', '114907.262000', '114907.264000', '114907.267000', '114907.270000', '114907.272000', '114907.275000', '114907.277000', '114907.280000', '114907.282000', '114907.285000', '114907.287000', '114907.297000', '114907.299000', '114907.302000', '114907.304000', '114907.307000', '114907.309000', '114907.312000', '114907.314000', '114907.317000', '114907.320000', '114907.322000', '114907.325000', '114907.327000', '114907.330000', '114907.332000', '114907.335000', '114907.337000', '114907.340000', '114907.342000', '114907.345000', '114907.347000', '114907.350000', '114907.353000', '114907.355000', '114907.358000', '114907.360000', '114907.363000', '114907.365000', '114907.368000', '114907.370000', '114927.256000', '114927.259000', '114927.262000', '114927.264000', '114927.267000', '114927.269000', '114927.272000', '114927.275000', '114927.277000', '114927.280000', '114927.282000', '114927.285000', '114927.287000', '114927.290000', '114927.292000', '114927.295000', '114927.297000', '114927.300000', '114927.303000', '114927.305000', '114927.308000', '114927.310000', '114927.313000', '114927.315000', '114927.318000', '114927.320000', '114927.323000', '114927.325000', '114927.328000', '114927.331000', '114927.333000', '114927.336000', '114927.338000', '114927.341000', '114927.343000', '114927.346000', '114927.348000', '114927.351000', '114927.353000', '114927.356000', '114927.358000', '114927.361000', '114927.363000', '114927.372000', '114947.255000', '114947.258000', '114947.261000', '114947.263000', '114947.266000', '114947.268000', '114947.271000', '114947.273000', '114947.276000', '114947.279000', '114947.281000', '114947.284000', '114947.286000', '114947.289000', '114947.291000', '114947.294000', '114947.297000', '114947.299000', '114947.302000', '114947.304000', '114947.307000', '114947.309000', '114947.312000', '114947.314000', '114947.317000', '114947.319000', '114947.322000', '114947.325000', '114947.327000', '114947.330000', '114947.332000', '114947.335000', '114947.338000', '114947.340000', '114947.343000', '114947.345000', '114947.348000', '114947.350000', '114947.353000', '114947.355000', '114947.358000', '114947.361000', '114947.363000', '115007.255000', '115007.263000', '115007.266000', '115007.268000', '115007.271000', '115007.273000', '115007.276000', '115007.278000', '115007.281000', '115007.283000', '115007.286000', '115007.288000', '115007.291000', '115007.304000', '115007.307000', '115007.309000', '115007.312000', '115007.314000', '115007.317000', '115007.320000', '115007.322000', '115007.325000', '115007.327000', '115007.330000', '115007.332000', '115007.335000', '115007.337000', '115007.340000', '115007.343000', '115007.345000', '115007.348000', '115007.350000', '115007.353000', '115007.355000', '115007.358000', '115007.360000', '115007.363000', '115007.365000', '115007.368000', '115007.371000', '115007.373000', '115007.376000', '115007.378000', '115007.381000', '115027.256000', '115027.258000', '115027.261000', '115027.264000', '115027.266000', '115027.269000', '115027.272000', '115027.274000', '115027.277000', '115027.279000', '115027.282000', '115027.284000', '115027.287000', '115027.290000', '115027.292000', '115027.295000', '115027.297000', '115027.300000', '115027.302000', '115027.305000', '115027.308000', '115027.310000', '115027.313000', '115027.315000', '115027.318000', '115027.320000', '115027.323000', '115027.326000', '115027.328000', '115027.331000', '115027.333000', '115027.336000', '115027.338000', '115027.341000', '115027.344000', '115027.346000', '115027.349000', '115027.351000', '115027.354000', '115027.356000', '115027.359000', '115027.362000', '115027.364000', '115047.255000', '115047.258000', '115047.261000', '115047.263000', '115047.266000', '115047.268000', '115047.271000', '115047.274000', '115047.276000', '115047.279000', '115047.281000', '115047.284000', '115047.286000', '115047.289000', '115047.291000', '115047.294000', '115047.297000', '115047.300000', '115047.302000', '115047.305000', '115047.307000', '115047.310000', '115047.312000', '115047.315000', '115047.317000', '115047.320000', '115047.323000', '115047.325000', '115047.328000', '115047.330000', '115047.333000', '115047.335000', '115047.338000', '115047.341000', '115047.343000', '115047.346000', '115047.348000', '115047.351000', '115047.353000', '115047.356000', '115047.358000', '115047.361000', '115047.364000', '115047.366000', '115107.256000', '115107.259000', '115107.262000', '115107.265000', '115107.267000', '115107.270000', '115107.272000', '115107.275000', '115107.277000', '115107.280000', '115107.282000', '115107.285000', '115107.288000', '115107.290000', '115107.293000', '115107.295000', '115107.298000', '115107.300000', '115107.303000', '115107.306000', '115107.308000', '115107.311000', '115107.313000', '115107.316000', '115107.318000', '115107.321000', '115107.323000', '115107.326000', '115107.328000', '115107.331000', '115107.334000', '115107.336000', '115107.339000', '115107.341000', '115107.344000', '115107.346000', '115107.349000', '115107.351000', '115107.354000', '115107.357000', '115107.359000', '115107.362000', '115107.364000', '115127.256000', '115127.259000', '115127.262000', '115127.264000', '115127.267000', '115127.269000', '115127.272000', '115127.275000', '115127.278000', '115127.280000', '115127.283000', '115127.286000', '115127.288000', '115127.291000', '115127.293000', '115127.296000', '115127.299000', '115127.301000', '115127.304000', '115127.306000', '115127.309000', '115127.312000', '115127.314000', '115127.317000', '115127.319000', '115127.322000', '115127.324000', '115127.327000', '115127.330000', '115127.332000', '115127.335000', '115127.337000', '115127.340000', '115127.342000', '115127.345000', '115127.348000', '115127.350000', '115127.353000', '115127.404000', '115127.406000', '115127.409000', '115127.412000', '115127.414000', '115127.417000', '115147.257000', '115147.259000', '115147.262000', '115147.265000', '115147.267000', '115147.270000', '115147.272000', '115147.275000', '115147.278000', '115147.280000', '115147.283000', '115147.285000', '115147.288000', '115147.290000', '115147.293000', '115147.296000', '115147.298000', '115147.301000', '115147.303000', '115147.306000', '115147.308000', '115147.311000', '115147.313000', '115147.316000', '115147.319000', '115147.321000', '115147.324000', '115147.326000', '115147.329000', '115147.332000', '115147.334000', '115147.337000', '115147.339000', '115147.342000', '115147.344000', '115147.347000', '115147.350000', '115147.352000', '115147.355000', '115147.357000', '115147.360000', '115147.362000', '115147.365000', '115207.255000', '115207.258000', '115207.261000', '115207.263000', '115207.266000', '115207.269000', '115207.271000', '115207.274000', '115207.276000', '115207.279000', '115207.281000', '115207.284000', '115207.286000', '115207.289000', '115207.292000', '115207.294000', '115207.297000', '115207.299000', '115207.302000', '115207.305000', '115207.307000', '115207.310000', '115207.312000', '115207.315000', '115207.317000', '115207.320000', '115207.323000', '115207.325000', '115207.328000', '115207.330000', '115207.333000', '115207.335000', '115207.338000', '115207.341000', '115207.343000', '115207.346000', '115207.348000', '115207.351000', '115207.353000', '115207.356000', '115207.359000', '115207.361000', '115207.364000', '115207.366000', '115227.255000', '115227.258000', '115227.261000', '115227.264000', '115227.266000', '115227.269000', '115227.271000', '115227.274000', '115227.277000', '115227.279000', '115227.282000', '115227.284000', '115227.287000', '115227.289000', '115227.292000', '115227.294000', '115227.297000', '115227.300000', '115227.302000', '115227.305000', '115227.307000', '115227.310000', '115227.312000', '115227.315000', '115227.318000', '115227.320000', '115227.323000', '115227.325000', '115227.328000', '115227.330000', '115227.333000', '115227.335000', '115227.338000', '115227.341000', '115227.343000', '115227.346000', '115227.349000', '115227.351000', '115227.354000', '115227.356000', '115227.359000', '115227.361000', '115227.364000', '115247.256000', '115247.259000', '115247.261000', '115247.264000', '115247.266000', '115247.269000', '115247.272000', '115247.274000', '115247.277000', '115247.279000', '115247.282000', '115247.286000', '115247.289000', '115247.291000', '115247.300000', '115247.303000', '115247.305000', '115247.308000', '115247.311000', '115247.313000', '115247.316000', '115247.319000', '115247.322000', '115247.325000', '115247.327000', '115247.330000', '115247.332000', '115247.335000', '115247.337000', '115247.340000', '115247.342000', '115247.345000', '115247.348000', '115247.350000', '115247.353000', '115247.355000', '115247.358000', '115247.361000', '115247.363000', '115247.366000', '115247.368000', '115247.371000', '115247.374000', '115307.255000', '115307.258000', '115307.261000', '115307.263000', '115307.266000', '115307.269000', '115307.271000', '115307.274000', '115307.276000', '115307.279000', '115307.282000', '115307.284000', '115307.287000', '115307.290000', '115307.292000', '115307.295000', '115307.297000', '115307.300000', '115307.302000', '115307.305000', '115307.317000', '115307.319000', '115307.322000', '115307.324000', '115307.327000', '115307.330000', '115307.332000', '115307.335000', '115307.337000', '115307.340000', '115307.342000', '115307.345000', '115307.347000', '115307.350000', '115307.353000', '115307.355000', '115307.358000', '115307.360000', '115307.363000', '115307.366000', '115307.368000', '115307.371000', '115307.373000', '115307.376000', '115327.257000', '115327.259000', '115327.262000', '115327.265000', '115327.267000', '115327.270000', '115327.272000', '115327.275000', '115327.278000', '115327.280000', '115327.283000', '115327.285000', '115327.288000', '115327.290000', '115327.293000', '115327.296000', '115327.299000', '115327.301000', '115327.304000', '115327.307000', '115327.309000', '115327.312000', '115327.315000', '115327.317000', '115327.320000', '115327.322000', '115327.325000', '115327.327000', '115327.330000', '115327.333000', '115327.335000', '115327.338000', '115327.340000', '115327.343000', '115327.345000', '115327.349000', '115327.352000', '115327.354000', '115327.357000', '115327.359000', '115327.362000', '115327.365000', '115327.367000', '115347.256000', '115347.259000', '115347.262000', '115347.264000', '115347.267000', '115347.269000', '115347.272000', '115347.275000', '115347.277000', '115347.280000', '115347.282000', '115347.285000', '115347.287000', '115347.290000', '115347.293000', '115347.295000', '115347.298000', '115347.300000', '115347.303000', '115347.306000', '115347.308000', '115347.311000', '115347.313000', '115347.316000', '115347.318000', '115347.321000', '115347.323000', '115347.326000', '115347.328000', '115347.331000', '115347.334000', '115347.336000', '115347.339000', '115347.341000', '115347.344000', '115347.346000', '115347.349000', '115347.351000', '115347.354000', '115347.357000', '115347.359000', '115347.362000', '115347.364000', '115347.367000', '115407.257000', '115407.259000', '115407.262000', '115407.265000', '115407.267000', '115407.270000', '115407.273000', '115407.275000', '115407.278000', '115407.280000', '115407.283000', '115407.285000', '115407.288000', '115407.290000', '115407.293000', '115407.296000', '115407.298000', '115407.301000', '115407.304000', '115407.306000', '115407.309000', '115407.311000', '115407.314000', '115407.316000', '115407.319000', '115407.321000', '115407.324000', '115407.327000', '115407.329000', '115407.332000', '115407.335000', '115407.338000', '115407.340000', '115407.343000', '115407.346000', '115407.348000', '115407.351000', '115407.353000', '115407.356000', '115407.359000', '115407.362000', '115407.365000', '115407.367000', '115427.255000', '115427.258000', '115427.261000', '115427.264000', '115427.266000', '115427.269000', '115427.271000', '115427.274000', '115427.277000', '115427.279000', '115427.282000', '115427.284000', '115427.287000', '115427.289000', '115427.292000', '115427.295000', '115427.297000', '115427.311000', '115427.314000', '115427.316000', '115427.319000', '115427.321000', '115427.324000', '115427.326000', '115427.329000', '115427.331000', '115427.334000', '115427.336000', '115427.339000', '115427.342000', '115427.344000', '115427.347000', '115427.349000', '115427.352000', '115427.354000', '115427.357000', '115427.360000', '115427.362000', '115427.365000', '115427.367000', '115427.370000', '115427.372000', '115427.375000', '115427.378000', '115447.256000', '115447.259000', '115447.261000', '115447.264000', '115447.266000', '115447.269000', '115447.272000', '115447.274000', '115447.277000', '115447.279000', '115447.282000', '115447.284000', '115447.287000', '115447.289000', '115447.292000', '115447.295000', '115447.297000', '115447.300000', '115447.302000', '115447.305000', '115447.308000', '115447.310000', '115447.313000', '115447.323000', '115447.326000', '115447.328000', '115447.331000', '115447.334000', '115447.336000', '115447.339000', '115447.342000', '115447.344000', '115447.347000', '115447.349000', '115447.352000', '115447.355000', '115447.357000', '115447.360000', '115447.362000', '115447.365000', '115447.367000', '115447.370000', '115447.372000', '115507.256000', '115507.259000', '115507.261000', '115507.264000', '115507.266000', '115507.269000', '115507.272000', '115507.274000', '115507.277000', '115507.279000', '115507.282000', '115507.284000', '115507.287000', '115507.289000', '115507.292000', '115507.295000', '115507.297000', '115507.300000', '115507.302000', '115507.305000', '115507.308000', '115507.310000', '115507.313000', '115507.315000', '115507.318000', '115507.320000', '115507.323000', '115507.325000', '115507.328000', '115507.331000', '115507.333000', '115507.336000', '115507.338000', '115507.341000', '115507.343000', '115507.346000', '115507.348000', '115507.351000', '115507.354000', '115507.356000', '115507.359000', '115507.361000', '115507.364000', '115507.366000', '115527.256000', '115527.258000', '115527.261000', '115527.264000', '115527.266000', '115527.269000', '115527.271000', '115527.274000', '115527.276000', '115527.279000', '115527.282000', '115527.284000', '115527.287000', '115527.289000', '115527.292000', '115527.295000', '115527.297000', '115527.300000', '115527.302000', '115527.305000', '115527.307000', '115527.310000', '115527.312000', '115527.315000', '115527.317000', '115527.320000', '115527.323000', '115527.325000', '115527.328000', '115527.330000', '115527.333000', '115527.336000', '115527.338000', '115527.341000', '115527.343000', '115527.346000', '115527.348000', '115527.351000', '115527.353000', '115527.356000', '115527.359000', '115527.361000', '115527.364000', '115547.256000', '115547.259000', '115547.262000', '115547.264000', '115547.267000', '115547.270000', '115547.272000', '115547.275000', '115547.277000', '115547.280000', '115547.282000', '115547.285000', '115547.288000', '115547.297000', '115547.299000', '115547.302000', '115547.305000', '115547.307000', '115547.310000', '115547.312000', '115547.315000', '115547.317000', '115547.320000', '115547.322000', '115547.325000', '115547.328000', '115547.330000', '115547.333000', '115547.335000', '115547.338000', '115547.341000', '115547.343000', '115547.346000', '115547.348000', '115547.351000', '115547.354000', '115547.356000', '115547.359000', '115547.361000', '115547.364000', '115547.366000', '115547.369000', '115547.372000', '115547.374000', '115607.257000', '115607.259000', '115607.262000', '115607.265000', '115607.267000', '115607.270000', '115607.272000', '115607.275000', '115607.277000', '115607.280000', '115607.283000', '115607.285000', '115607.288000', '115607.290000', '115607.293000', '115607.296000', '115607.298000', '115607.301000', '115607.303000', '115607.306000', '115607.308000', '115607.311000', '115607.314000', '115607.316000', '115607.319000', '115607.321000', '115607.324000', '115607.326000', '115607.329000', '115607.332000', '115607.334000', '115607.337000', '115607.339000', '115607.342000', '115607.344000', '115607.347000', '115607.349000', '115607.352000', '115607.355000', '115607.357000', '115607.360000', '115607.362000', '115607.365000', '115627.257000', '115627.260000', '115627.262000', '115627.265000', '115627.268000', '115627.270000', '115627.273000', '115627.276000', '115627.278000', '115627.281000', '115627.283000', '115627.286000', '115627.289000', '115627.291000', '115627.294000', '115627.296000', '115627.299000', '115627.302000', '115627.304000', '115627.307000', '115627.309000', '115627.312000', '115627.314000', '115627.317000', '115627.319000', '115627.322000', '115627.325000', '115627.327000', '115627.330000', '115627.333000', '115627.335000', '115627.338000', '115627.340000', '115627.343000', '115627.345000', '115627.348000', '115627.351000', '115627.353000', '115627.356000', '115627.358000', '115627.361000', '115627.364000', '115627.366000', '115647.256000', '115647.259000', '115647.261000', '115647.264000', '115647.266000', '115647.269000', '115647.272000', '115647.274000', '115647.277000', '115647.279000', '115647.282000', '115647.285000', '115647.287000', '115647.290000', '115647.292000', '115647.295000', '115647.298000', '115647.300000', '115647.303000', '115647.305000', '115647.308000', '115647.310000', '115647.313000', '115647.316000', '115647.318000', '115647.321000', '115647.323000', '115647.326000', '115647.328000', '115647.331000', '115647.334000', '115647.336000', '115647.339000', '115647.341000', '115647.344000', '115647.346000', '115647.349000', '115647.352000', '115647.354000', '115647.357000', '115647.359000', '115647.362000', '115647.365000', '115647.367000', '115707.256000', '115707.258000', '115707.261000', '115707.264000', '115707.266000', '115707.269000', '115707.271000', '115707.274000', '115707.277000', '115707.279000', '115707.296000', '115707.298000', '115707.301000', '115707.303000', '115707.306000', '115707.309000', '115707.311000', '115707.314000', '115707.316000', '115707.319000', '115707.321000', '115707.324000', '115707.326000', '115707.329000', '115707.332000', '115707.334000', '115707.337000', '115707.339000', '115707.342000', '115707.344000', '115707.347000', '115707.350000', '115707.352000', '115707.355000', '115707.357000', '115707.360000', '115707.362000', '115707.365000', '115707.367000', '115707.370000', '115707.373000', '115707.375000', '115707.378000', '115707.380000', '115725.102000', '115725.105000', '115725.108000', '115725.110000', '115725.113000', '115725.116000', '115725.118000', '115725.121000', '115725.124000', '115725.126000', '115725.129000', '115725.132000', '115725.134000', '115725.137000', '115725.140000', '115725.142000', '115725.145000', '115725.148000', '115725.150000', '115725.153000', '115725.155000', '115725.158000', '115725.161000', '115725.163000', '115725.166000', '115725.169000', '115725.171000', '115725.175000', '115725.178000', '115725.180000', '115725.183000', '115725.185000', '115725.188000', '115725.191000', '115725.194000', '115725.196000', '115725.199000', '115725.202000', '115725.204000'], 'InstanceCreationTime': ['114727.304000', '114727.307000', '114727.310000', '114727.313000', '114727.324000', '114727.326000', '114727.329000', '114727.335000', '114727.338000', '114727.340000', '114727.343000', '114727.345000', '114727.348000', '114727.350000', '114727.353000', '114727.355000', '114727.358000', '114727.360000', '114727.363000', '114727.366000', '114727.368000', '114727.371000', '114747.255000', '114747.258000', '114747.261000', '114747.263000', '114747.266000', '114747.268000', '114747.271000', '114747.274000', '114747.276000', '114747.279000', '114747.290000', '114747.292000', '114747.295000', '114747.297000', '114747.300000', '114747.302000', '114747.305000', '114747.307000', '114747.310000', '114747.312000', '114747.315000', '114747.318000', '114747.320000', '114747.323000', '114747.325000', '114747.328000', '114747.330000', '114747.340000', '114747.343000', '114747.346000', '114747.349000', '114747.351000', '114747.354000', '114747.356000', '114747.359000', '114747.362000', '114747.364000', '114747.367000', '114747.369000', '114747.372000', '114747.374000', '114747.377000', '114747.379000', '114807.255000', '114807.258000', '114807.261000', '114807.263000', '114807.266000', '114807.268000', '114807.271000', '114807.273000', '114807.276000', '114807.278000', '114807.281000', '114807.283000', '114807.286000', '114807.288000', '114807.291000', '114807.294000', '114807.296000', '114807.299000', '114807.301000', '114807.304000', '114807.306000', '114807.309000', '114807.311000', '114807.314000', '114807.317000', '114807.319000', '114807.322000', '114807.324000', '114807.327000', '114807.329000', '114807.332000', '114807.334000', '114807.337000', '114807.339000', '114807.342000', '114807.345000', '114807.347000', '114807.350000', '114807.352000', '114807.355000', '114807.363000', '114807.366000', '114807.368000', '114807.371000', '114827.256000', '114827.259000', '114827.261000', '114827.264000', '114827.266000', '114827.269000', '114827.272000', '114827.274000', '114827.277000', '114827.279000', '114827.282000', '114827.284000', '114827.287000', '114827.289000', '114827.292000', '114827.294000', '114827.297000', '114827.343000', '114827.346000', '114827.348000', '114827.351000', '114827.353000', '114827.356000', '114827.358000', '114827.361000', '114827.363000', '114827.366000', '114827.368000', '114827.371000', '114827.373000', '114827.376000', '114827.379000', '114827.381000', '114827.384000', '114827.386000', '114827.389000', '114827.391000', '114827.394000', '114827.396000', '114827.399000', '114827.401000', '114827.404000', '114827.407000', '114847.256000', '114847.259000', '114847.262000', '114847.264000', '114847.267000', '114847.270000', '114847.272000', '114847.275000', '114847.277000', '114847.280000', '114847.282000', '114847.285000', '114847.287000', '114847.290000', '114847.292000', '114847.295000', '114847.297000', '114847.300000', '114847.303000', '114847.305000', '114847.308000', '114847.310000', '114847.313000', '114847.315000', '114847.318000', '114847.320000', '114847.323000', '114847.326000', '114847.328000', '114847.331000', '114847.333000', '114847.336000', '114847.338000', '114847.341000', '114847.343000', '114847.346000', '114847.349000', '114847.351000', '114847.354000', '114847.356000', '114847.359000', '114847.361000', '114847.364000', '114847.366000', '114907.256000', '114907.259000', '114907.262000', '114907.264000', '114907.267000', '114907.270000', '114907.272000', '114907.275000', '114907.277000', '114907.280000', '114907.282000', '114907.285000', '114907.287000', '114907.297000', '114907.299000', '114907.302000', '114907.304000', '114907.307000', '114907.309000', '114907.312000', '114907.314000', '114907.317000', '114907.320000', '114907.322000', '114907.325000', '114907.327000', '114907.330000', '114907.332000', '114907.335000', '114907.337000', '114907.340000', '114907.342000', '114907.345000', '114907.347000', '114907.350000', '114907.353000', '114907.355000', '114907.358000', '114907.360000', '114907.363000', '114907.365000', '114907.368000', '114907.370000', '114927.256000', '114927.259000', '114927.262000', '114927.264000', '114927.267000', '114927.269000', '114927.272000', '114927.275000', '114927.277000', '114927.280000', '114927.282000', '114927.285000', '114927.287000', '114927.290000', '114927.292000', '114927.295000', '114927.297000', '114927.300000', '114927.303000', '114927.305000', '114927.308000', '114927.310000', '114927.313000', '114927.315000', '114927.318000', '114927.320000', '114927.323000', '114927.325000', '114927.328000', '114927.331000', '114927.333000', '114927.336000', '114927.338000', '114927.341000', '114927.343000', '114927.346000', '114927.348000', '114927.351000', '114927.353000', '114927.356000', '114927.358000', '114927.361000', '114927.363000', '114927.372000', '114947.255000', '114947.258000', '114947.261000', '114947.263000', '114947.266000', '114947.268000', '114947.271000', '114947.273000', '114947.276000', '114947.279000', '114947.281000', '114947.284000', '114947.286000', '114947.289000', '114947.291000', '114947.294000', '114947.297000', '114947.299000', '114947.302000', '114947.304000', '114947.307000', '114947.309000', '114947.312000', '114947.314000', '114947.317000', '114947.319000', '114947.322000', '114947.325000', '114947.327000', '114947.330000', '114947.332000', '114947.335000', '114947.338000', '114947.340000', '114947.343000', '114947.345000', '114947.348000', '114947.350000', '114947.353000', '114947.355000', '114947.358000', '114947.361000', '114947.363000', '115007.255000', '115007.263000', '115007.266000', '115007.268000', '115007.271000', '115007.273000', '115007.276000', '115007.278000', '115007.281000', '115007.283000', '115007.286000', '115007.288000', '115007.291000', '115007.304000', '115007.307000', '115007.309000', '115007.312000', '115007.314000', '115007.317000', '115007.320000', '115007.322000', '115007.325000', '115007.327000', '115007.330000', '115007.332000', '115007.335000', '115007.337000', '115007.340000', '115007.343000', '115007.345000', '115007.348000', '115007.350000', '115007.353000', '115007.355000', '115007.358000', '115007.360000', '115007.363000', '115007.365000', '115007.368000', '115007.371000', '115007.373000', '115007.376000', '115007.378000', '115007.381000', '115027.256000', '115027.258000', '115027.261000', '115027.264000', '115027.266000', '115027.269000', '115027.272000', '115027.274000', '115027.277000', '115027.279000', '115027.282000', '115027.284000', '115027.287000', '115027.290000', '115027.292000', '115027.295000', '115027.297000', '115027.300000', '115027.302000', '115027.305000', '115027.308000', '115027.310000', '115027.313000', '115027.315000', '115027.318000', '115027.320000', '115027.323000', '115027.326000', '115027.328000', '115027.331000', '115027.333000', '115027.336000', '115027.338000', '115027.341000', '115027.344000', '115027.346000', '115027.349000', '115027.351000', '115027.354000', '115027.356000', '115027.359000', '115027.362000', '115027.364000', '115047.255000', '115047.258000', '115047.261000', '115047.263000', '115047.266000', '115047.268000', '115047.271000', '115047.274000', '115047.276000', '115047.279000', '115047.281000', '115047.284000', '115047.286000', '115047.289000', '115047.291000', '115047.294000', '115047.297000', '115047.300000', '115047.302000', '115047.305000', '115047.307000', '115047.310000', '115047.312000', '115047.315000', '115047.317000', '115047.320000', '115047.323000', '115047.325000', '115047.328000', '115047.330000', '115047.333000', '115047.335000', '115047.338000', '115047.341000', '115047.343000', '115047.346000', '115047.348000', '115047.351000', '115047.353000', '115047.356000', '115047.358000', '115047.361000', '115047.364000', '115047.366000', '115107.256000', '115107.259000', '115107.262000', '115107.265000', '115107.267000', '115107.270000', '115107.272000', '115107.275000', '115107.277000', '115107.280000', '115107.282000', '115107.285000', '115107.288000', '115107.290000', '115107.293000', '115107.295000', '115107.298000', '115107.300000', '115107.303000', '115107.306000', '115107.308000', '115107.311000', '115107.313000', '115107.316000', '115107.318000', '115107.321000', '115107.323000', '115107.326000', '115107.328000', '115107.331000', '115107.334000', '115107.336000', '115107.339000', '115107.341000', '115107.344000', '115107.346000', '115107.349000', '115107.351000', '115107.354000', '115107.357000', '115107.359000', '115107.362000', '115107.364000', '115127.256000', '115127.259000', '115127.262000', '115127.264000', '115127.267000', '115127.269000', '115127.272000', '115127.275000', '115127.278000', '115127.280000', '115127.283000', '115127.286000', '115127.288000', '115127.291000', '115127.293000', '115127.296000', '115127.299000', '115127.301000', '115127.304000', '115127.306000', '115127.309000', '115127.312000', '115127.314000', '115127.317000', '115127.319000', '115127.322000', '115127.324000', '115127.327000', '115127.330000', '115127.332000', '115127.335000', '115127.337000', '115127.340000', '115127.342000', '115127.345000', '115127.348000', '115127.350000', '115127.353000', '115127.404000', '115127.406000', '115127.409000', '115127.412000', '115127.414000', '115127.417000', '115147.257000', '115147.259000', '115147.262000', '115147.265000', '115147.267000', '115147.270000', '115147.272000', '115147.275000', '115147.278000', '115147.280000', '115147.283000', '115147.285000', '115147.288000', '115147.290000', '115147.293000', '115147.296000', '115147.298000', '115147.301000', '115147.303000', '115147.306000', '115147.308000', '115147.311000', '115147.313000', '115147.316000', '115147.319000', '115147.321000', '115147.324000', '115147.326000', '115147.329000', '115147.332000', '115147.334000', '115147.337000', '115147.339000', '115147.342000', '115147.344000', '115147.347000', '115147.350000', '115147.352000', '115147.355000', '115147.357000', '115147.360000', '115147.362000', '115147.365000', '115207.255000', '115207.258000', '115207.261000', '115207.263000', '115207.266000', '115207.269000', '115207.271000', '115207.274000', '115207.276000', '115207.279000', '115207.281000', '115207.284000', '115207.286000', '115207.289000', '115207.292000', '115207.294000', '115207.297000', '115207.299000', '115207.302000', '115207.305000', '115207.307000', '115207.310000', '115207.312000', '115207.315000', '115207.317000', '115207.320000', '115207.323000', '115207.325000', '115207.328000', '115207.330000', '115207.333000', '115207.335000', '115207.338000', '115207.341000', '115207.343000', '115207.346000', '115207.348000', '115207.351000', '115207.353000', '115207.356000', '115207.359000', '115207.361000', '115207.364000', '115207.366000', '115227.255000', '115227.258000', '115227.261000', '115227.264000', '115227.266000', '115227.269000', '115227.271000', '115227.274000', '115227.277000', '115227.279000', '115227.282000', '115227.284000', '115227.287000', '115227.289000', '115227.292000', '115227.294000', '115227.297000', '115227.300000', '115227.302000', '115227.305000', '115227.307000', '115227.310000', '115227.312000', '115227.315000', '115227.318000', '115227.320000', '115227.323000', '115227.325000', '115227.328000', '115227.330000', '115227.333000', '115227.335000', '115227.338000', '115227.341000', '115227.343000', '115227.346000', '115227.349000', '115227.351000', '115227.354000', '115227.356000', '115227.359000', '115227.361000', '115227.364000', '115247.256000', '115247.259000', '115247.261000', '115247.264000', '115247.266000', '115247.269000', '115247.272000', '115247.274000', '115247.277000', '115247.279000', '115247.282000', '115247.286000', '115247.289000', '115247.291000', '115247.300000', '115247.303000', '115247.305000', '115247.308000', '115247.311000', '115247.313000', '115247.316000', '115247.319000', '115247.322000', '115247.325000', '115247.327000', '115247.330000', '115247.332000', '115247.335000', '115247.337000', '115247.340000', '115247.342000', '115247.345000', '115247.348000', '115247.350000', '115247.353000', '115247.355000', '115247.358000', '115247.361000', '115247.363000', '115247.366000', '115247.368000', '115247.371000', '115247.374000', '115307.255000', '115307.258000', '115307.261000', '115307.263000', '115307.266000', '115307.269000', '115307.271000', '115307.274000', '115307.276000', '115307.279000', '115307.282000', '115307.284000', '115307.287000', '115307.290000', '115307.292000', '115307.295000', '115307.297000', '115307.300000', '115307.302000', '115307.305000', '115307.317000', '115307.319000', '115307.322000', '115307.324000', '115307.327000', '115307.330000', '115307.332000', '115307.335000', '115307.337000', '115307.340000', '115307.342000', '115307.345000', '115307.347000', '115307.350000', '115307.353000', '115307.355000', '115307.358000', '115307.360000', '115307.363000', '115307.366000', '115307.368000', '115307.371000', '115307.373000', '115307.376000', '115327.257000', '115327.259000', '115327.262000', '115327.265000', '115327.267000', '115327.270000', '115327.272000', '115327.275000', '115327.278000', '115327.280000', '115327.283000', '115327.285000', '115327.288000', '115327.290000', '115327.293000', '115327.296000', '115327.299000', '115327.301000', '115327.304000', '115327.307000', '115327.309000', '115327.312000', '115327.315000', '115327.317000', '115327.320000', '115327.322000', '115327.325000', '115327.327000', '115327.330000', '115327.333000', '115327.335000', '115327.338000', '115327.340000', '115327.343000', '115327.345000', '115327.349000', '115327.352000', '115327.354000', '115327.357000', '115327.359000', '115327.362000', '115327.365000', '115327.367000', '115347.256000', '115347.259000', '115347.262000', '115347.264000', '115347.267000', '115347.269000', '115347.272000', '115347.275000', '115347.277000', '115347.280000', '115347.282000', '115347.285000', '115347.287000', '115347.290000', '115347.293000', '115347.295000', '115347.298000', '115347.300000', '115347.303000', '115347.306000', '115347.308000', '115347.311000', '115347.313000', '115347.316000', '115347.318000', '115347.321000', '115347.323000', '115347.326000', '115347.328000', '115347.331000', '115347.334000', '115347.336000', '115347.339000', '115347.341000', '115347.344000', '115347.346000', '115347.349000', '115347.351000', '115347.354000', '115347.357000', '115347.359000', '115347.362000', '115347.364000', '115347.367000', '115407.257000', '115407.259000', '115407.262000', '115407.265000', '115407.267000', '115407.270000', '115407.273000', '115407.275000', '115407.278000', '115407.280000', '115407.283000', '115407.285000', '115407.288000', '115407.290000', '115407.293000', '115407.296000', '115407.298000', '115407.301000', '115407.304000', '115407.306000', '115407.309000', '115407.311000', '115407.314000', '115407.316000', '115407.319000', '115407.321000', '115407.324000', '115407.327000', '115407.329000', '115407.332000', '115407.335000', '115407.338000', '115407.340000', '115407.343000', '115407.346000', '115407.348000', '115407.351000', '115407.353000', '115407.356000', '115407.359000', '115407.362000', '115407.365000', '115407.367000', '115427.255000', '115427.258000', '115427.261000', '115427.264000', '115427.266000', '115427.269000', '115427.271000', '115427.274000', '115427.277000', '115427.279000', '115427.282000', '115427.284000', '115427.287000', '115427.289000', '115427.292000', '115427.295000', '115427.297000', '115427.311000', '115427.314000', '115427.316000', '115427.319000', '115427.321000', '115427.324000', '115427.326000', '115427.329000', '115427.331000', '115427.334000', '115427.336000', '115427.339000', '115427.342000', '115427.344000', '115427.347000', '115427.349000', '115427.352000', '115427.354000', '115427.357000', '115427.360000', '115427.362000', '115427.365000', '115427.367000', '115427.370000', '115427.372000', '115427.375000', '115427.378000', '115447.256000', '115447.259000', '115447.261000', '115447.264000', '115447.266000', '115447.269000', '115447.272000', '115447.274000', '115447.277000', '115447.279000', '115447.282000', '115447.284000', '115447.287000', '115447.289000', '115447.292000', '115447.295000', '115447.297000', '115447.300000', '115447.302000', '115447.305000', '115447.308000', '115447.310000', '115447.313000', '115447.323000', '115447.326000', '115447.328000', '115447.331000', '115447.334000', '115447.336000', '115447.339000', '115447.342000', '115447.344000', '115447.347000', '115447.349000', '115447.352000', '115447.355000', '115447.357000', '115447.360000', '115447.362000', '115447.365000', '115447.367000', '115447.370000', '115447.372000', '115507.256000', '115507.259000', '115507.261000', '115507.264000', '115507.266000', '115507.269000', '115507.272000', '115507.274000', '115507.277000', '115507.279000', '115507.282000', '115507.284000', '115507.287000', '115507.289000', '115507.292000', '115507.295000', '115507.297000', '115507.300000', '115507.302000', '115507.305000', '115507.308000', '115507.310000', '115507.313000', '115507.315000', '115507.318000', '115507.320000', '115507.323000', '115507.325000', '115507.328000', '115507.331000', '115507.333000', '115507.336000', '115507.338000', '115507.341000', '115507.343000', '115507.346000', '115507.348000', '115507.351000', '115507.354000', '115507.356000', '115507.359000', '115507.361000', '115507.364000', '115507.366000', '115527.256000', '115527.258000', '115527.261000', '115527.264000', '115527.266000', '115527.269000', '115527.271000', '115527.274000', '115527.276000', '115527.279000', '115527.282000', '115527.284000', '115527.287000', '115527.289000', '115527.292000', '115527.295000', '115527.297000', '115527.300000', '115527.302000', '115527.305000', '115527.307000', '115527.310000', '115527.312000', '115527.315000', '115527.317000', '115527.320000', '115527.323000', '115527.325000', '115527.328000', '115527.330000', '115527.333000', '115527.336000', '115527.338000', '115527.341000', '115527.343000', '115527.346000', '115527.348000', '115527.351000', '115527.353000', '115527.356000', '115527.359000', '115527.361000', '115527.364000', '115547.256000', '115547.259000', '115547.262000', '115547.264000', '115547.267000', '115547.270000', '115547.272000', '115547.275000', '115547.277000', '115547.280000', '115547.282000', '115547.285000', '115547.288000', '115547.297000', '115547.299000', '115547.302000', '115547.305000', '115547.307000', '115547.310000', '115547.312000', '115547.315000', '115547.317000', '115547.320000', '115547.322000', '115547.325000', '115547.328000', '115547.330000', '115547.333000', '115547.335000', '115547.338000', '115547.341000', '115547.343000', '115547.346000', '115547.348000', '115547.351000', '115547.354000', '115547.356000', '115547.359000', '115547.361000', '115547.364000', '115547.366000', '115547.369000', '115547.372000', '115547.374000', '115607.257000', '115607.259000', '115607.262000', '115607.265000', '115607.267000', '115607.270000', '115607.272000', '115607.275000', '115607.277000', '115607.280000', '115607.283000', '115607.285000', '115607.288000', '115607.290000', '115607.293000', '115607.296000', '115607.298000', '115607.301000', '115607.303000', '115607.306000', '115607.308000', '115607.311000', '115607.314000', '115607.316000', '115607.319000', '115607.321000', '115607.324000', '115607.326000', '115607.329000', '115607.332000', '115607.334000', '115607.337000', '115607.339000', '115607.342000', '115607.344000', '115607.347000', '115607.349000', '115607.352000', '115607.355000', '115607.357000', '115607.360000', '115607.362000', '115607.365000', '115627.257000', '115627.260000', '115627.262000', '115627.265000', '115627.268000', '115627.270000', '115627.273000', '115627.276000', '115627.278000', '115627.281000', '115627.283000', '115627.286000', '115627.289000', '115627.291000', '115627.294000', '115627.296000', '115627.299000', '115627.302000', '115627.304000', '115627.307000', '115627.309000', '115627.312000', '115627.314000', '115627.317000', '115627.319000', '115627.322000', '115627.325000', '115627.327000', '115627.330000', '115627.333000', '115627.335000', '115627.338000', '115627.340000', '115627.343000', '115627.345000', '115627.348000', '115627.351000', '115627.353000', '115627.356000', '115627.358000', '115627.361000', '115627.364000', '115627.366000', '115647.256000', '115647.259000', '115647.261000', '115647.264000', '115647.266000', '115647.269000', '115647.272000', '115647.274000', '115647.277000', '115647.279000', '115647.282000', '115647.285000', '115647.287000', '115647.290000', '115647.292000', '115647.295000', '115647.298000', '115647.300000', '115647.303000', '115647.305000', '115647.308000', '115647.310000', '115647.313000', '115647.316000', '115647.318000', '115647.321000', '115647.323000', '115647.326000', '115647.328000', '115647.331000', '115647.334000', '115647.336000', '115647.339000', '115647.341000', '115647.344000', '115647.346000', '115647.349000', '115647.352000', '115647.354000', '115647.357000', '115647.359000', '115647.362000', '115647.365000', '115647.367000', '115707.256000', '115707.258000', '115707.261000', '115707.264000', '115707.266000', '115707.269000', '115707.271000', '115707.274000', '115707.277000', '115707.279000', '115707.296000', '115707.298000', '115707.301000', '115707.303000', '115707.306000', '115707.309000', '115707.311000', '115707.314000', '115707.316000', '115707.319000', '115707.321000', '115707.324000', '115707.326000', '115707.329000', '115707.332000', '115707.334000', '115707.337000', '115707.339000', '115707.342000', '115707.344000', '115707.347000', '115707.350000', '115707.352000', '115707.355000', '115707.357000', '115707.360000', '115707.362000', '115707.365000', '115707.367000', '115707.370000', '115707.373000', '115707.375000', '115707.378000', '115707.380000', '115725.102000', '115725.105000', '115725.108000', '115725.110000', '115725.113000', '115725.116000', '115725.118000', '115725.121000', '115725.124000', '115725.126000', '115725.129000', '115725.132000', '115725.134000', '115725.137000', '115725.140000', '115725.142000', '115725.145000', '115725.148000', '115725.150000', '115725.153000', '115725.155000', '115725.158000', '115725.161000', '115725.163000', '115725.166000', '115725.169000', '115725.171000', '115725.175000', '115725.178000', '115725.180000', '115725.183000', '115725.185000', '115725.188000', '115725.191000', '115725.194000', '115725.196000', '115725.199000', '115725.202000', '115725.204000'], '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, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [8686, 8565, 9185, 9541, 16160, 10466, 10115, 16738, 12853, 17298, 16363, 12533, 16584, 11210, 12212, 13942, 11436, 16969, 12948, 17425, 14925, 12951, 13540, 10367, 11689, 9406, 9706, 10983, 10451, 9542, 9294, 9342, 18126, 11837, 9111, 10731, 9769, 8068, 9568, 9746, 9839, 9701, 8139, 9345, 9916, 9668, 9645, 8970, 12877, 9451, 7870, 9520, 9290, 9521, 9314, 7811, 9717, 9567, 9421, 9334, 8668, 10144, 8901, 8825, 10055, 8838, 10364, 9353, 7609, 10803, 9262, 9057, 9564, 7536, 10572, 9152, 8272, 10206, 8978, 10591, 9984, 9909, 14868, 12158, 9500, 13374, 10669, 13202, 13363, 9808, 11028, 9920, 9442, 15399, 10182, 8534, 9708, 9458, 9523, 10136, 7599, 12749, 8801, 7696, 9110, 8356, 8842, 9314, 8353, 9261, 8883, 7858, 9952, 8422, 9300, 8981, 8978, 11783, 9682, 14274, 14298, 10039, 15174, 10501, 10179, 12033, 9995, 16561, 12437, 10822, 14323, 9845, 9360, 9083, 9435, 11961, 9796, 8374, 9836, 9875, 8862, 10294, 9242, 9224, 9475, 7697, 9959, 9589, 9484, 9917, 9386, 9165, 9901, 7950, 10347, 9821, 12037, 9630, 8626, 9968, 9200, 9405, 9912, 9274, 11675, 9250, 13953, 11227, 9248, 9701, 9526, 8191, 11273, 9116, 13342, 10371, 9128, 9346, 9338, 7536, 10245, 9321, 11064, 9872, 8066, 9855, 9105, 8552, 10306, 10646, 16520, 11254, 8714, 10301, 9555, 9698, 10618, 10482, 16241, 10171, 8197, 9843, 9464, 10165, 10698, 9988, 14602, 9767, 8259, 10182, 9821, 11744, 10784, 9369, 9476, 9466, 7591, 10791, 9807, 11679, 10046, 8107, 9820, 9008, 7992, 10492, 9851, 11025, 9374, 7788, 10193, 8641, 9155, 10670, 8801, 12767, 9476, 7651, 10374, 9177, 10726, 10560, 9469, 17082, 11504, 10669, 12120, 9452, 9527, 10823, 9405, 9886, 10175, 7904, 10514, 9905, 12703, 10690, 8891, 11463, 10177, 14056, 12326, 10816, 16583, 12371, 11922, 15740, 10143, 10059, 10235, 10500, 11351, 10450, 8801, 10028, 9535, 8056, 10237, 10069, 10528, 9517, 8036, 10557, 8739, 7702, 10180, 9539, 10886, 9477, 7562, 10011, 8840, 9308, 9874, 7775, 10954, 9408, 10836, 9995, 9592, 12144, 9563, 10603, 14371, 11622, 18150, 14596, 9142, 10641, 9887, 7871, 10544, 9994, 11394, 10838, 10295, 12498, 9712, 8817, 10231, 9854, 12244, 10966, 9135, 12158, 10105, 12330, 13018, 10559, 14759, 10193, 8929, 11748, 10387, 12896, 11981, 10512, 15448, 10638, 8386, 10120, 10046, 9116, 10857, 9479, 9881, 9764, 7766, 10192, 9699, 8786, 10341, 8637, 10993, 9444, 8850, 10207, 8936, 8763, 10032, 8218, 10869, 9129, 10509, 9863, 8544, 10103, 8911, 9447, 10519, 7739, 11812, 9143, 9215, 10311, 9487, 9931, 9881, 11693, 13628, 10550, 15353, 10123, 8720, 10892, 10162, 13436, 10559, 8280, 10833, 10107, 14835, 11986, 11247, 16240, 9967, 9955, 10554, 10858, 11077, 10411, 8587, 10885, 10019, 14167, 10434, 9421, 9666, 9557, 7685, 10744, 10219, 10836, 10033, 8591, 10280, 9698, 10096, 9685, 7724, 10923, 10424, 14508, 9847, 7965, 10232, 9112, 8679, 10571, 9063, 11193, 9702, 8333, 9990, 9981, 10371, 9968, 7991, 10658, 9721, 13236, 10704, 9015, 12818, 9540, 10343, 10468, 10179, 11283, 10246, 11783, 12995, 10132, 17839, 10405, 8411, 10639, 9408, 8127, 10874, 9650, 11428, 8952, 8156, 10387, 9027, 9268, 10262, 9790, 12108, 10024, 8992, 11855, 9993, 11575, 12424, 10530, 13199, 10772, 8857, 13653, 9966, 8758, 10640, 10211, 11272, 9893, 9760, 10006, 9831, 10480, 9993, 8049, 11063, 8380, 8546, 10008, 8580, 10568, 9286, 8021, 10807, 9327, 9654, 9847, 7981, 10530, 9660, 14367, 12603, 12387, 17888, 12682, 12816, 10693, 10258, 11213, 10282, 9043, 11197, 10522, 14319, 10234, 13447, 12686, 10590, 13828, 10531, 9391, 11528, 10134, 12295, 11251, 10246, 14754, 10163, 8043, 10534, 10105, 9853, 10328, 8240, 10328, 9258, 8942, 10642, 9494, 10457, 9484, 7667, 10689, 9628, 9877, 10095, 7936, 10772, 8787, 8683, 10052, 7589, 10728, 9390, 13389, 10033, 8277, 9984, 9993, 10760, 9737, 13539, 12033, 9952, 12417, 10123, 12393, 11020, 8945, 10871, 10014, 13731, 10333, 9491, 10295, 9636, 9160, 10633, 9926, 9417, 10297, 8378, 11064, 9634, 7985, 10666, 10285, 10456, 10163, 8232, 11146, 9818, 9206, 10515, 8291, 10877, 9537, 11019, 10112, 8883, 10387, 9477, 8450, 10786, 10568, 17123, 10572, 8215, 10394, 9252, 8920, 10746, 9333, 14562, 10550, 14005, 10222, 9221, 10245, 9731, 11826, 10628, 9109, 14818, 9703, 11652, 10319, 10269, 11815, 10046, 10813, 10507, 9651, 9706, 10555, 8238, 10539, 9759, 9556, 10397, 9078, 10445, 9975, 11148, 10974, 9789, 9658, 10026, 7997, 9856, 9844, 10083, 10361, 7810, 10343, 9350, 8360, 10624, 9531, 11105, 9469, 7816, 10477, 9179, 9230, 10489, 8350, 10892, 9575, 8274, 10572, 9843, 10727, 9845, 8359, 12895, 9834, 13314, 10381, 9489, 10788, 9607, 12248, 10879, 9960, 17146, 10536, 12534, 11040, 9423, 11100, 9980, 8161, 10949, 10221, 11134, 9687, 12326, 9976, 8832, 10333, 9423, 12891, 10317, 9580, 12096, 10282, 9337, 12218, 10116, 13836, 10946, 10267, 16376, 10919, 9608, 12946, 10397, 10333, 12168, 11131, 18386, 12040, 9496, 10526, 10089, 9013, 11541, 10816, 10185, 10324, 8350, 10848, 9156, 8581, 10021, 9636, 10389, 9067, 7637, 10729, 9261, 9156, 9797, 8154, 10695, 9645, 10013, 11035, 9035, 14270, 9889, 9375, 10916, 10753, 13414, 10579, 9303, 11209, 10737, 18281, 13014, 9279, 10396, 9742, 7952, 11000, 10062, 10819, 9956, 8009, 10067, 10356, 9351, 10607, 8481, 10306, 9458, 9053, 10392, 10211, 9829, 10492, 8728, 10300, 9597, 9240, 11133, 10427, 11056, 10441, 8349, 10521, 9476, 10265, 10711, 9012, 14098, 9067, 8406, 10309, 9249, 10737, 9359, 11522, 10526, 9611, 10720, 9459, 8517, 10573, 9153, 12130, 9565, 11903, 10463, 9780, 10964, 10194, 8039, 11196, 10438, 18159, 11865, 8537, 10374, 10285, 12959, 10295, 8284, 10541, 10113, 16820, 11878, 9895, 12184, 10564, 11032, 10916, 10941, 16402, 10706, 11209, 11635, 10116, 10887, 11018, 8660, 10372, 9909, 12744, 10588, 9090, 10151, 9501, 8258, 11181, 9438, 10990, 9607, 7642, 10813, 9330, 10391, 10111, 7785, 10460, 9599, 11337, 9205, 9442, 10427, 8935, 10401, 9291, 14238, 10453, 11121, 11834, 11324, 17141, 11176, 11373, 10891, 10570, 15153, 10600, 13050, 13053, 11042, 10988, 10586, 8416, 11131, 10414, 11508, 10843, 8312, 10925, 9249, 9623, 10801, 10559, 10801, 9995, 7705, 11097, 9665, 10472, 10755, 8895, 10331, 9720, 8441, 10769, 10734, 12484, 10075, 11814, 10741, 10317, 12076, 10188, 8161, 11099, 10474, 16970, 12119, 11826, 17694, 14868, 18548, 13185, 8108, 11534, 9179, 10661, 11806, 9241, 11502, 10095, 10509, 10220, 10327, 10419, 10575, 9678, 11322, 10807, 8435, 11391, 10182, 11505, 10874, 13640, 11347, 10443, 10970, 11336, 13549, 11277, 10634, 14249, 11227, 16989, 11479, 10737, 9858, 10757, 12945, 11634, 9661, 10637, 10185, 11425, 10356, 8633, 11417, 10297, 11724, 9524, 7454, 10214, 10013, 12141, 9534, 8165, 10828, 9733, 9731, 10560, 8371, 10858, 9873, 12227, 11201, 10771, 15912, 10921, 13341, 12783, 11306, 16572, 11046, 11345, 15856, 10249, 12480, 10815, 9028, 11432, 9202, 10720, 10718, 8005, 11086, 8880, 10904, 10197, 8210, 10249, 8951, 10901, 9227, 8537, 10457, 8386, 11394, 9238, 8768, 10845, 9247, 11491, 10166, 13357, 11244, 9327, 14322, 10525, 14685, 11217, 10050, 17371, 10013, 9803, 11403, 11119, 15676, 10456, 8149, 10905, 9532, 9849, 10434, 7656, 11082, 8702, 14898, 10277, 8111, 10905, 8831, 11247, 9821, 9517, 10474, 8111, 11120, 10164, 10961, 9672, 9091, 10807, 9479, 12301, 10374, 9546, 13853, 10721, 16654, 13389, 10539, 16198, 10823, 10031, 11511, 11245, 16060, 11401, 10013, 16751, 10500, 9795, 11154, 11141, 13817, 10584, 8271, 10931, 10450, 9833, 10849, 8264, 11398, 9037, 7715, 10981, 9905, 11251, 10118, 7987, 10925, 9187, 8993, 11112, 9029, 11704, 9197, 8019, 11398, 9585, 11053, 9649, 12843, 11213, 10058, 16525, 9820, 10861, 10985, 9701, 10976, 10154, 10482, 10884, 10330, 10668, 9961, 8116, 10593, 10714, 11626, 10167, 9324, 10847, 9737, 9456, 10137, 7967, 10864, 8657, 8221, 10533, 9232, 11540, 8906, 7819, 10728, 10112, 11681, 9420, 11122, 10752, 10177, 15028, 10243, 10298, 13769, 9886, 17076, 14101, 10041, 14421, 10303, 11847, 11682, 10898, 14626, 10335, 8438, 11344, 10507, 12325, 10442, 7954, 10775, 9005, 8031, 10593, 9155, 11240, 9354, 7685, 11031, 8643, 8844, 10277, 8413, 11161, 9114, 9014, 11266, 9050, 10521, 9995, 11070, 10977, 10146, 16043, 11401, 16751, 14242, 10031, 11362, 10785, 10931, 11311, 10366, 16645, 10240, 9041, 11052, 10403, 10899, 10068, 8039, 10701, 10567, 13093, 10498, 7961, 10683, 9173, 9252, 10981, 9052, 11906, 10217, 8262, 11131, 10236, 11240, 10515, 10209, 15077, 9392, 11303, 10453, 8750, 11293, 9786, 17865, 11959, 8479, 10459, 9743, 12134, 11174, 9943, 14935, 9993, 10414, 10870, 8694, 10989, 9750, 9093, 11619, 9824, 13828, 10227, 8081, 10532, 11128, 11261, 10638, 8072, 11418, 10758, 13893, 10002, 8055, 10719, 10375, 11059, 9925, 8671, 10950, 10212, 10659, 10058, 8291, 11543, 10069, 10479, 10048, 8495, 11072, 9108, 9781, 10948, 8420, 10631, 9151, 10417, 10457, 9573, 10169, 10194, 8879, 10954, 10401, 11740], 'WindowCenter': [4914.0, 4892.0, 4871.0, 4864.0, 4918.0, 4857.0, 4845.0, 4914.0, 4872.0, 4900.0, 4892.0, 4861.0, 4886.0, 4836.0, 4831.0, 4840.0, 4809.0, 4862.0, 4833.0, 4869.0, 4850.0, 4832.0, 4843.0, 4812.0, 4807.0, 4775.0, 4775.0, 4796.0, 4800.0, 4789.0, 4791.0, 4792.0, 4883.0, 4834.0, 4793.0, 4822.0, 4800.0, 4757.0, 4788.0, 4791.0, 4801.0, 4804.0, 4775.0, 4805.0, 4817.0, 4816.0, 4816.0, 4806.0, 4854.0, 4816.0, 4780.0, 4804.0, 4804.0, 4803.0, 4806.0, 4775.0, 4816.0, 4818.0, 4816.0, 4831.0, 4822.0, 4840.0, 4819.0, 4807.0, 4826.0, 4808.0, 4824.0, 4820.0, 4817.0, 4854.0, 4831.0, 4818.0, 4833.0, 4804.0, 4848.0, 4834.0, 4825.0, 4853.0, 4832.0, 4850.0, 4843.0, 4844.0, 4889.0, 4871.0, 4828.0, 4867.0, 4854.0, 4872.0, 4869.0, 4832.0, 4838.0, 4816.0, 4815.0, 4887.0, 4845.0, 4806.0, 4830.0, 4829.0, 4827.0, 4840.0, 4797.0, 4873.0, 4836.0, 4801.0, 4820.0, 4808.0, 4829.0, 4832.0, 4825.0, 4829.0, 4832.0, 4826.0, 4855.0, 4822.0, 4829.0, 4823.0, 4819.0, 4856.0, 4832.0, 4888.0, 4891.0, 4831.0, 4877.0, 4839.0, 4825.0, 4844.0, 4814.0, 4881.0, 4857.0, 4838.0, 4876.0, 4816.0, 4801.0, 4794.0, 4802.0, 4832.0, 4827.0, 4797.0, 4816.0, 4816.0, 4804.0, 4826.0, 4806.0, 4803.0, 4816.0, 4772.0, 4815.0, 4817.0, 4814.0, 4828.0, 4818.0, 4816.0, 4828.0, 4786.0, 4828.0, 4828.0, 4854.0, 4817.0, 4805.0, 4813.0, 4807.0, 4802.0, 4815.0, 4807.0, 4844.0, 4820.0, 4875.0, 4849.0, 4819.0, 4812.0, 4814.0, 4794.0, 4835.0, 4818.0, 4866.0, 4841.0, 4819.0, 4817.0, 4818.0, 4774.0, 4824.0, 4816.0, 4844.0, 4828.0, 4799.0, 4826.0, 4819.0, 4805.0, 4828.0, 4835.0, 4897.0, 4848.0, 4798.0, 4826.0, 4815.0, 4804.0, 4826.0, 4825.0, 4883.0, 4828.0, 4798.0, 4826.0, 4816.0, 4811.0, 4824.0, 4817.0, 4874.0, 4826.0, 4793.0, 4827.0, 4815.0, 4842.0, 4837.0, 4816.0, 4814.0, 4817.0, 4775.0, 4825.0, 4827.0, 4844.0, 4841.0, 4799.0, 4825.0, 4818.0, 4782.0, 4836.0, 4825.0, 4845.0, 4833.0, 4797.0, 4839.0, 4805.0, 4814.0, 4850.0, 4819.0, 4867.0, 4828.0, 4786.0, 4827.0, 4818.0, 4836.0, 4851.0, 4827.0, 4894.0, 4849.0, 4838.0, 4858.0, 4819.0, 4813.0, 4824.0, 4804.0, 4815.0, 4839.0, 4799.0, 4837.0, 4818.0, 4855.0, 4826.0, 4805.0, 4836.0, 4828.0, 4862.0, 4846.0, 4836.0, 4880.0, 4857.0, 4837.0, 4874.0, 4814.0, 4814.0, 4814.0, 4823.0, 4833.0, 4826.0, 4805.0, 4827.0, 4829.0, 4794.0, 4826.0, 4815.0, 4836.0, 4829.0, 4798.0, 4853.0, 4821.0, 4797.0, 4839.0, 4826.0, 4848.0, 4833.0, 4800.0, 4842.0, 4819.0, 4828.0, 4841.0, 4801.0, 4853.0, 4832.0, 4850.0, 4843.0, 4828.0, 4855.0, 4818.0, 4835.0, 4879.0, 4849.0, 4906.0, 4878.0, 4818.0, 4836.0, 4827.0, 4783.0, 4825.0, 4827.0, 4845.0, 4849.0, 4843.0, 4867.0, 4832.0, 4818.0, 4827.0, 4816.0, 4846.0, 4838.0, 4806.0, 4846.0, 4825.0, 4855.0, 4870.0, 4839.0, 4877.0, 4827.0, 4796.0, 4834.0, 4813.0, 4842.0, 4847.0, 4827.0, 4873.0, 4829.0, 4797.0, 4815.0, 4813.0, 4791.0, 4835.0, 4815.0, 4813.0, 4827.0, 4785.0, 4827.0, 4817.0, 4794.0, 4827.0, 4807.0, 4846.0, 4832.0, 4819.0, 4841.0, 4822.0, 4806.0, 4827.0, 4795.0, 4849.0, 4831.0, 4848.0, 4841.0, 4818.0, 4840.0, 4822.0, 4824.0, 4850.0, 4798.0, 4861.0, 4836.0, 4828.0, 4841.0, 4829.0, 4826.0, 4829.0, 4848.0, 4870.0, 4838.0, 4873.0, 4828.0, 4797.0, 4837.0, 4816.0, 4855.0, 4826.0, 4793.0, 4836.0, 4826.0, 4875.0, 4848.0, 4840.0, 4888.0, 4830.0, 4817.0, 4823.0, 4822.0, 4818.0, 4813.0, 4795.0, 4827.0, 4827.0, 4873.0, 4839.0, 4818.0, 4817.0, 4816.0, 4775.0, 4823.0, 4823.0, 4836.0, 4830.0, 4810.0, 4841.0, 4829.0, 4836.0, 4827.0, 4785.0, 4838.0, 4835.0, 4875.0, 4844.0, 4800.0, 4842.0, 4823.0, 4805.0, 4838.0, 4816.0, 4848.0, 4845.0, 4808.0, 4831.0, 4830.0, 4825.0, 4828.0, 4785.0, 4828.0, 4820.0, 4865.0, 4841.0, 4819.0, 4869.0, 4831.0, 4824.0, 4826.0, 4816.0, 4832.0, 4828.0, 4844.0, 4867.0, 4839.0, 4907.0, 4839.0, 4811.0, 4836.0, 4816.0, 4781.0, 4835.0, 4817.0, 4844.0, 4810.0, 4800.0, 4843.0, 4837.0, 4830.0, 4853.0, 4840.0, 4855.0, 4829.0, 4804.0, 4845.0, 4829.0, 4845.0, 4858.0, 4838.0, 4854.0, 4838.0, 4804.0, 4866.0, 4828.0, 4793.0, 4826.0, 4825.0, 4846.0, 4833.0, 4828.0, 4831.0, 4826.0, 4833.0, 4830.0, 4801.0, 4850.0, 4811.0, 4822.0, 4842.0, 4819.0, 4848.0, 4831.0, 4811.0, 4854.0, 4845.0, 4840.0, 4846.0, 4812.0, 4853.0, 4831.0, 4888.0, 4872.0, 4872.0, 4910.0, 4871.0, 4856.0, 4840.0, 4826.0, 4835.0, 4826.0, 4795.0, 4836.0, 4827.0, 4867.0, 4829.0, 4869.0, 4859.0, 4838.0, 4863.0, 4826.0, 4803.0, 4834.0, 4815.0, 4845.0, 4837.0, 4828.0, 4874.0, 4840.0, 4784.0, 4826.0, 4814.0, 4813.0, 4826.0, 4794.0, 4828.0, 4820.0, 4806.0, 4850.0, 4839.0, 4852.0, 4833.0, 4798.0, 4839.0, 4829.0, 4826.0, 4842.0, 4811.0, 4863.0, 4835.0, 4822.0, 4845.0, 4799.0, 4852.0, 4829.0, 4880.0, 4844.0, 4813.0, 4842.0, 4840.0, 4836.0, 4832.0, 4877.0, 4863.0, 4829.0, 4856.0, 4828.0, 4844.0, 4837.0, 4808.0, 4834.0, 4829.0, 4866.0, 4829.0, 4819.0, 4825.0, 4829.0, 4820.0, 4838.0, 4831.0, 4816.0, 4829.0, 4796.0, 4848.0, 4833.0, 4798.0, 4842.0, 4836.0, 4834.0, 4840.0, 4809.0, 4851.0, 4830.0, 4818.0, 4842.0, 4796.0, 4837.0, 4827.0, 4847.0, 4832.0, 4817.0, 4837.0, 4830.0, 4808.0, 4851.0, 4848.0, 4909.0, 4854.0, 4809.0, 4840.0, 4820.0, 4804.0, 4838.0, 4817.0, 4888.0, 4853.0, 4878.0, 4841.0, 4817.0, 4827.0, 4818.0, 4831.0, 4837.0, 4806.0, 4880.0, 4821.0, 4846.0, 4829.0, 4829.0, 4846.0, 4831.0, 4839.0, 4842.0, 4817.0, 4815.0, 4827.0, 4794.0, 4838.0, 4819.0, 4818.0, 4839.0, 4817.0, 4837.0, 4843.0, 4849.0, 4852.0, 4838.0, 4827.0, 4828.0, 4795.0, 4827.0, 4831.0, 4837.0, 4841.0, 4799.0, 4840.0, 4834.0, 4809.0, 4839.0, 4826.0, 4847.0, 4833.0, 4803.0, 4851.0, 4829.0, 4818.0, 4852.0, 4815.0, 4849.0, 4834.0, 4809.0, 4852.0, 4829.0, 4848.0, 4843.0, 4810.0, 4872.0, 4845.0, 4882.0, 4842.0, 4831.0, 4836.0, 4819.0, 4855.0, 4850.0, 4828.0, 4908.0, 4852.0, 4873.0, 4852.0, 4830.0, 4847.0, 4828.0, 4793.0, 4838.0, 4827.0, 4847.0, 4830.0, 4873.0, 4842.0, 4824.0, 4838.0, 4829.0, 4879.0, 4842.0, 4817.0, 4845.0, 4829.0, 4833.0, 4862.0, 4842.0, 4866.0, 4840.0, 4826.0, 4883.0, 4837.0, 4817.0, 4855.0, 4827.0, 4827.0, 4848.0, 4845.0, 4895.0, 4858.0, 4819.0, 4825.0, 4826.0, 4804.0, 4847.0, 4838.0, 4825.0, 4828.0, 4800.0, 4851.0, 4832.0, 4819.0, 4842.0, 4830.0, 4836.0, 4822.0, 4800.0, 4853.0, 4831.0, 4830.0, 4844.0, 4813.0, 4849.0, 4831.0, 4828.0, 4853.0, 4820.0, 4889.0, 4845.0, 4830.0, 4853.0, 4847.0, 4864.0, 4828.0, 4809.0, 4851.0, 4840.0, 4907.0, 4870.0, 4834.0, 4843.0, 4831.0, 4787.0, 4836.0, 4815.0, 4835.0, 4830.0, 4803.0, 4831.0, 4843.0, 4829.0, 4851.0, 4810.0, 4840.0, 4830.0, 4820.0, 4843.0, 4840.0, 4839.0, 4843.0, 4811.0, 4828.0, 4832.0, 4819.0, 4854.0, 4841.0, 4850.0, 4853.0, 4799.0, 4837.0, 4818.0, 4826.0, 4841.0, 4819.0, 4888.0, 4824.0, 4810.0, 4854.0, 4820.0, 4849.0, 4830.0, 4858.0, 4856.0, 4829.0, 4847.0, 4832.0, 4807.0, 4852.0, 4830.0, 4869.0, 4843.0, 4864.0, 4855.0, 4840.0, 4849.0, 4840.0, 4790.0, 4851.0, 4839.0, 4907.0, 4864.0, 4812.0, 4842.0, 4841.0, 4855.0, 4829.0, 4796.0, 4829.0, 4841.0, 4898.0, 4861.0, 4832.0, 4860.0, 4841.0, 4835.0, 4826.0, 4826.0, 4884.0, 4838.0, 4838.0, 4849.0, 4831.0, 4834.0, 4839.0, 4795.0, 4828.0, 4826.0, 4856.0, 4840.0, 4809.0, 4826.0, 4820.0, 4794.0, 4848.0, 4817.0, 4850.0, 4843.0, 4802.0, 4863.0, 4829.0, 4837.0, 4836.0, 4786.0, 4839.0, 4830.0, 4859.0, 4833.0, 4844.0, 4855.0, 4833.0, 4853.0, 4832.0, 4875.0, 4838.0, 4837.0, 4851.0, 4846.0, 4898.0, 4850.0, 4850.0, 4838.0, 4827.0, 4872.0, 4837.0, 4857.0, 4869.0, 4838.0, 4825.0, 4838.0, 4794.0, 4849.0, 4839.0, 4847.0, 4851.0, 4811.0, 4839.0, 4833.0, 4828.0, 4851.0, 4838.0, 4849.0, 4842.0, 4787.0, 4849.0, 4832.0, 4838.0, 4853.0, 4823.0, 4840.0, 4833.0, 4808.0, 4839.0, 4836.0, 4857.0, 4831.0, 4861.0, 4840.0, 4840.0, 4858.0, 4841.0, 4797.0, 4848.0, 4841.0, 4908.0, 4870.0, 4871.0, 4947.0, 4918.0, 4934.0, 4892.0, 4802.0, 4849.0, 4802.0, 4824.0, 4832.0, 4804.0, 4836.0, 4826.0, 4838.0, 4837.0, 4828.0, 4827.0, 4824.0, 4804.0, 4819.0, 4826.0, 4784.0, 4835.0, 4816.0, 4836.0, 4827.0, 4851.0, 4836.0, 4814.0, 4825.0, 4822.0, 4841.0, 4823.0, 4825.0, 4874.0, 4838.0, 4885.0, 4848.0, 4836.0, 4816.0, 4835.0, 4853.0, 4837.0, 4817.0, 4826.0, 4826.0, 4832.0, 4828.0, 4810.0, 4862.0, 4842.0, 4862.0, 4833.0, 4790.0, 4828.0, 4826.0, 4870.0, 4844.0, 4811.0, 4854.0, 4842.0, 4831.0, 4853.0, 4813.0, 4853.0, 4842.0, 4857.0, 4850.0, 4839.0, 4888.0, 4839.0, 4869.0, 4858.0, 4837.0, 4885.0, 4838.0, 4835.0, 4888.0, 4832.0, 4856.0, 4838.0, 4807.0, 4838.0, 4816.0, 4838.0, 4854.0, 4816.0, 4852.0, 4821.0, 4836.0, 4838.0, 4808.0, 4846.0, 4820.0, 4848.0, 4834.0, 4820.0, 4854.0, 4824.0, 4873.0, 4849.0, 4822.0, 4865.0, 4833.0, 4849.0, 4842.0, 4868.0, 4852.0, 4820.0, 4877.0, 4842.0, 4875.0, 4852.0, 4831.0, 4898.0, 4830.0, 4826.0, 4849.0, 4846.0, 4885.0, 4841.0, 4803.0, 4850.0, 4825.0, 4825.0, 4841.0, 4801.0, 4861.0, 4823.0, 4900.0, 4855.0, 4816.0, 4852.0, 4829.0, 4845.0, 4830.0, 4815.0, 4841.0, 4798.0, 4863.0, 4855.0, 4852.0, 4845.0, 4820.0, 4850.0, 4817.0, 4843.0, 4830.0, 4819.0, 4869.0, 4839.0, 4887.0, 4859.0, 4825.0, 4883.0, 4838.0, 4811.0, 4837.0, 4836.0, 4870.0, 4836.0, 4814.0, 4888.0, 4828.0, 4814.0, 4838.0, 4839.0, 4864.0, 4839.0, 4795.0, 4827.0, 4826.0, 4814.0, 4842.0, 4811.0, 4860.0, 4821.0, 4798.0, 4851.0, 4827.0, 4858.0, 4839.0, 4816.0, 4850.0, 4834.0, 4820.0, 4865.0, 4846.0, 4873.0, 4834.0, 4811.0, 4864.0, 4830.0, 4848.0, 4830.0, 4869.0, 4853.0, 4841.0, 4907.0, 4842.0, 4849.0, 4838.0, 4804.0, 4826.0, 4831.0, 4835.0, 4851.0, 4845.0, 4841.0, 4842.0, 4796.0, 4839.0, 4829.0, 4845.0, 4830.0, 4818.0, 4839.0, 4828.0, 4827.0, 4843.0, 4799.0, 4852.0, 4837.0, 4824.0, 4850.0, 4819.0, 4846.0, 4821.0, 4787.0, 4842.0, 4832.0, 4848.0, 4835.0, 4861.0, 4867.0, 4855.0, 4900.0, 4840.0, 4826.0, 4870.0, 4828.0, 4897.0, 4881.0, 4830.0, 4879.0, 4831.0, 4846.0, 4846.0, 4834.0, 4875.0, 4830.0, 4785.0, 4838.0, 4838.0, 4857.0, 4844.0, 4804.0, 4854.0, 4825.0, 4798.0, 4838.0, 4816.0, 4849.0, 4832.0, 4813.0, 4865.0, 4832.0, 4832.0, 4843.0, 4809.0, 4860.0, 4834.0, 4833.0, 4864.0, 4823.0, 4853.0, 4844.0, 4850.0, 4853.0, 4838.0, 4901.0, 4864.0, 4899.0, 4892.0, 4832.0, 4851.0, 4842.0, 4832.0, 4838.0, 4826.0, 4897.0, 4844.0, 4806.0, 4849.0, 4837.0, 4834.0, 4829.0, 4786.0, 4842.0, 4849.0, 4869.0, 4853.0, 4801.0, 4840.0, 4819.0, 4818.0, 4850.0, 4830.0, 4863.0, 4845.0, 4810.0, 4854.0, 4839.0, 4849.0, 4853.0, 4840.0, 4906.0, 4834.0, 4849.0, 4852.0, 4807.0, 4851.0, 4840.0, 4909.0, 4864.0, 4811.0, 4842.0, 4830.0, 4858.0, 4852.0, 4829.0, 4904.0, 4831.0, 4837.0, 4842.0, 4806.0, 4838.0, 4819.0, 4807.0, 4852.0, 4828.0, 4878.0, 4842.0, 4796.0, 4839.0, 4835.0, 4834.0, 4828.0, 4797.0, 4850.0, 4847.0, 4881.0, 4844.0, 4799.0, 4841.0, 4827.0, 4837.0, 4828.0, 4809.0, 4853.0, 4837.0, 4837.0, 4832.0, 4809.0, 4862.0, 4843.0, 4837.0, 4844.0, 4809.0, 4847.0, 4821.0, 4829.0, 4852.0, 4809.0, 4852.0, 4833.0, 4852.0, 4854.0, 4834.0, 4839.0, 4841.0, 4818.0, 4852.0, 4843.0, 4847.0], 'WindowWidth': [10751.0, 10692.0, 10642.0, 10613.0, 10677.0, 10588.0, 10566.0, 10659.0, 10597.0, 10633.0, 10622.0, 10578.0, 10607.0, 10537.0, 10520.0, 10528.0, 10486.0, 10563.0, 10526.0, 10574.0, 10547.0, 10522.0, 10540.0, 10495.0, 10480.0, 10433.0, 10432.0, 10462.0, 10471.0, 10459.0, 10467.0, 10467.0, 10595.0, 10529.0, 10472.0, 10509.0, 10475.0, 10413.0, 10457.0, 10464.0, 10479.0, 10487.0, 10449.0, 10490.0, 10511.0, 10511.0, 10511.0, 10495.0, 10557.0, 10509.0, 10456.0, 10486.0, 10488.0, 10487.0, 10494.0, 10453.0, 10509.0, 10514.0, 10512.0, 10539.0, 10527.0, 10549.0, 10518.0, 10499.0, 10523.0, 10499.0, 10523.0, 10520.0, 10533.0, 10570.0, 10541.0, 10518.0, 10542.0, 10508.0, 10561.0, 10547.0, 10537.0, 10576.0, 10547.0, 10565.0, 10557.0, 10560.0, 10621.0, 10594.0, 10533.0, 10584.0, 10577.0, 10596.0, 10588.0, 10540.0, 10541.0, 10510.0, 10510.0, 10610.0, 10562.0, 10501.0, 10534.0, 10533.0, 10532.0, 10550.0, 10493.0, 10598.0, 10557.0, 10500.0, 10522.0, 10508.0, 10538.0, 10543.0, 10539.0, 10537.0, 10543.0, 10543.0, 10579.0, 10536.0, 10539.0, 10532.0, 10521.0, 10569.0, 10543.0, 10619.0, 10622.0, 10538.0, 10596.0, 10544.0, 10520.0, 10542.0, 10503.0, 10596.0, 10565.0, 10544.0, 10591.0, 10511.0, 10486.0, 10476.0, 10486.0, 10527.0, 10527.0, 10487.0, 10511.0, 10509.0, 10495.0, 10525.0, 10497.0, 10491.0, 10511.0, 10450.0, 10507.0, 10514.0, 10511.0, 10530.0, 10518.0, 10515.0, 10530.0, 10471.0, 10530.0, 10530.0, 10565.0, 10514.0, 10497.0, 10505.0, 10498.0, 10487.0, 10506.0, 10499.0, 10549.0, 10524.0, 10593.0, 10560.0, 10517.0, 10503.0, 10504.0, 10478.0, 10536.0, 10517.0, 10582.0, 10554.0, 10521.0, 10517.0, 10518.0, 10453.0, 10519.0, 10512.0, 10551.0, 10528.0, 10492.0, 10528.0, 10520.0, 10497.0, 10532.0, 10539.0, 10623.0, 10557.0, 10489.0, 10523.0, 10508.0, 10490.0, 10522.0, 10524.0, 10603.0, 10527.0, 10487.0, 10524.0, 10510.0, 10498.0, 10518.0, 10511.0, 10588.0, 10524.0, 10478.0, 10524.0, 10509.0, 10545.0, 10540.0, 10511.0, 10508.0, 10514.0, 10454.0, 10519.0, 10527.0, 10549.0, 10555.0, 10493.0, 10526.0, 10518.0, 10463.0, 10537.0, 10525.0, 10555.0, 10546.0, 10493.0, 10546.0, 10500.0, 10511.0, 10564.0, 10522.0, 10586.0, 10531.0, 10473.0, 10525.0, 10516.0, 10543.0, 10566.0, 10529.0, 10620.0, 10562.0, 10545.0, 10575.0, 10519.0, 10506.0, 10517.0, 10491.0, 10509.0, 10547.0, 10494.0, 10541.0, 10513.0, 10561.0, 10522.0, 10494.0, 10535.0, 10527.0, 10572.0, 10549.0, 10537.0, 10594.0, 10566.0, 10539.0, 10586.0, 10504.0, 10503.0, 10504.0, 10515.0, 10530.0, 10525.0, 10496.0, 10526.0, 10532.0, 10483.0, 10523.0, 10508.0, 10539.0, 10534.0, 10495.0, 10571.0, 10527.0, 10493.0, 10546.0, 10530.0, 10564.0, 10545.0, 10503.0, 10555.0, 10525.0, 10535.0, 10551.0, 10503.0, 10573.0, 10546.0, 10566.0, 10559.0, 10534.0, 10566.0, 10516.0, 10539.0, 10603.0, 10561.0, 10638.0, 10599.0, 10517.0, 10539.0, 10527.0, 10462.0, 10519.0, 10527.0, 10554.0, 10562.0, 10559.0, 10584.0, 10542.0, 10518.0, 10523.0, 10509.0, 10550.0, 10541.0, 10495.0, 10548.0, 10525.0, 10565.0, 10587.0, 10547.0, 10596.0, 10527.0, 10481.0, 10527.0, 10501.0, 10543.0, 10550.0, 10526.0, 10586.0, 10529.0, 10486.0, 10506.0, 10499.0, 10469.0, 10533.0, 10510.0, 10505.0, 10524.0, 10471.0, 10525.0, 10512.0, 10480.0, 10525.0, 10505.0, 10556.0, 10542.0, 10524.0, 10552.0, 10530.0, 10502.0, 10527.0, 10484.0, 10560.0, 10540.0, 10564.0, 10552.0, 10523.0, 10551.0, 10528.0, 10523.0, 10564.0, 10495.0, 10581.0, 10552.0, 10534.0, 10552.0, 10533.0, 10525.0, 10532.0, 10559.0, 10589.0, 10543.0, 10587.0, 10527.0, 10486.0, 10538.0, 10509.0, 10561.0, 10523.0, 10477.0, 10537.0, 10524.0, 10593.0, 10559.0, 10548.0, 10611.0, 10536.0, 10511.0, 10514.0, 10510.0, 10503.0, 10500.0, 10481.0, 10524.0, 10527.0, 10589.0, 10545.0, 10518.0, 10516.0, 10512.0, 10453.0, 10515.0, 10518.0, 10539.0, 10536.0, 10512.0, 10551.0, 10536.0, 10543.0, 10530.0, 10469.0, 10543.0, 10541.0, 10596.0, 10561.0, 10498.0, 10553.0, 10530.0, 10501.0, 10542.0, 10516.0, 10561.0, 10563.0, 10510.0, 10538.0, 10535.0, 10524.0, 10530.0, 10470.0, 10527.0, 10520.0, 10580.0, 10552.0, 10520.0, 10587.0, 10538.0, 10523.0, 10522.0, 10506.0, 10530.0, 10530.0, 10550.0, 10582.0, 10546.0, 10640.0, 10548.0, 10513.0, 10541.0, 10512.0, 10460.0, 10535.0, 10514.0, 10548.0, 10507.0, 10497.0, 10558.0, 10556.0, 10542.0, 10575.0, 10551.0, 10567.0, 10531.0, 10495.0, 10548.0, 10531.0, 10551.0, 10570.0, 10542.0, 10562.0, 10541.0, 10495.0, 10579.0, 10529.0, 10479.0, 10523.0, 10525.0, 10557.0, 10541.0, 10535.0, 10536.0, 10529.0, 10533.0, 10537.0, 10501.0, 10563.0, 10518.0, 10531.0, 10555.0, 10524.0, 10560.0, 10540.0, 10516.0, 10575.0, 10567.0, 10553.0, 10566.0, 10518.0, 10571.0, 10538.0, 10615.0, 10595.0, 10594.0, 10649.0, 10591.0, 10568.0, 10549.0, 10525.0, 10536.0, 10522.0, 10480.0, 10535.0, 10525.0, 10579.0, 10533.0, 10586.0, 10570.0, 10544.0, 10573.0, 10523.0, 10487.0, 10527.0, 10504.0, 10551.0, 10539.0, 10530.0, 10591.0, 10548.0, 10470.0, 10522.0, 10504.0, 10504.0, 10524.0, 10480.0, 10527.0, 10520.0, 10502.0, 10565.0, 10552.0, 10570.0, 10545.0, 10497.0, 10547.0, 10532.0, 10531.0, 10558.0, 10518.0, 10588.0, 10553.0, 10535.0, 10565.0, 10495.0, 10569.0, 10538.0, 10608.0, 10563.0, 10517.0, 10557.0, 10551.0, 10543.0, 10542.0, 10600.0, 10584.0, 10533.0, 10567.0, 10530.0, 10548.0, 10538.0, 10501.0, 10535.0, 10531.0, 10581.0, 10531.0, 10517.0, 10525.0, 10534.0, 10522.0, 10543.0, 10536.0, 10514.0, 10533.0, 10489.0, 10559.0, 10542.0, 10494.0, 10554.0, 10543.0, 10536.0, 10549.0, 10509.0, 10567.0, 10539.0, 10520.0, 10555.0, 10488.0, 10541.0, 10531.0, 10558.0, 10539.0, 10517.0, 10544.0, 10536.0, 10509.0, 10568.0, 10562.0, 10647.0, 10575.0, 10512.0, 10552.0, 10523.0, 10496.0, 10542.0, 10519.0, 10616.0, 10571.0, 10603.0, 10554.0, 10519.0, 10529.0, 10514.0, 10527.0, 10540.0, 10500.0, 10602.0, 10523.0, 10551.0, 10533.0, 10531.0, 10556.0, 10538.0, 10547.0, 10553.0, 10516.0, 10510.0, 10527.0, 10482.0, 10543.0, 10520.0, 10518.0, 10546.0, 10517.0, 10544.0, 10561.0, 10564.0, 10567.0, 10547.0, 10530.0, 10532.0, 10485.0, 10528.0, 10536.0, 10547.0, 10554.0, 10497.0, 10552.0, 10549.0, 10511.0, 10545.0, 10530.0, 10560.0, 10546.0, 10503.0, 10564.0, 10538.0, 10520.0, 10569.0, 10523.0, 10565.0, 10548.0, 10510.0, 10568.0, 10537.0, 10561.0, 10561.0, 10514.0, 10597.0, 10564.0, 10610.0, 10556.0, 10538.0, 10539.0, 10518.0, 10565.0, 10562.0, 10534.0, 10643.0, 10568.0, 10599.0, 10569.0, 10537.0, 10559.0, 10530.0, 10480.0, 10542.0, 10530.0, 10558.0, 10537.0, 10597.0, 10556.0, 10532.0, 10550.0, 10537.0, 10609.0, 10553.0, 10513.0, 10550.0, 10532.0, 10545.0, 10583.0, 10556.0, 10582.0, 10548.0, 10527.0, 10600.0, 10538.0, 10511.0, 10562.0, 10526.0, 10527.0, 10556.0, 10551.0, 10620.0, 10570.0, 10516.0, 10520.0, 10523.0, 10494.0, 10553.0, 10543.0, 10524.0, 10531.0, 10494.0, 10565.0, 10544.0, 10525.0, 10554.0, 10540.0, 10541.0, 10529.0, 10503.0, 10574.0, 10543.0, 10540.0, 10562.0, 10517.0, 10563.0, 10539.0, 10532.0, 10571.0, 10526.0, 10619.0, 10563.0, 10539.0, 10570.0, 10557.0, 10576.0, 10528.0, 10503.0, 10562.0, 10549.0, 10640.0, 10589.0, 10549.0, 10556.0, 10539.0, 10474.0, 10536.0, 10509.0, 10538.0, 10535.0, 10502.0, 10536.0, 10558.0, 10537.0, 10566.0, 10510.0, 10548.0, 10539.0, 10526.0, 10556.0, 10551.0, 10549.0, 10556.0, 10511.0, 10531.0, 10540.0, 10524.0, 10574.0, 10555.0, 10564.0, 10571.0, 10494.0, 10542.0, 10516.0, 10527.0, 10553.0, 10523.0, 10616.0, 10534.0, 10513.0, 10574.0, 10525.0, 10565.0, 10541.0, 10576.0, 10580.0, 10537.0, 10558.0, 10541.0, 10503.0, 10568.0, 10541.0, 10591.0, 10559.0, 10588.0, 10575.0, 10553.0, 10562.0, 10548.0, 10482.0, 10565.0, 10550.0, 10642.0, 10589.0, 10516.0, 10555.0, 10551.0, 10566.0, 10530.0, 10483.0, 10532.0, 10551.0, 10627.0, 10577.0, 10539.0, 10576.0, 10550.0, 10537.0, 10523.0, 10523.0, 10603.0, 10543.0, 10544.0, 10557.0, 10535.0, 10535.0, 10542.0, 10481.0, 10526.0, 10526.0, 10567.0, 10548.0, 10505.0, 10528.0, 10521.0, 10481.0, 10556.0, 10520.0, 10565.0, 10561.0, 10508.0, 10587.0, 10540.0, 10548.0, 10545.0, 10477.0, 10546.0, 10539.0, 10581.0, 10548.0, 10565.0, 10579.0, 10549.0, 10574.0, 10541.0, 10592.0, 10542.0, 10541.0, 10562.0, 10554.0, 10628.0, 10561.0, 10560.0, 10542.0, 10524.0, 10583.0, 10541.0, 10567.0, 10587.0, 10541.0, 10521.0, 10541.0, 10481.0, 10558.0, 10546.0, 10557.0, 10565.0, 10511.0, 10545.0, 10545.0, 10536.0, 10567.0, 10549.0, 10562.0, 10555.0, 10478.0, 10560.0, 10543.0, 10549.0, 10572.0, 10533.0, 10552.0, 10546.0, 10508.0, 10546.0, 10540.0, 10571.0, 10539.0, 10582.0, 10550.0, 10550.0, 10572.0, 10551.0, 10488.0, 10557.0, 10553.0, 10645.0, 10596.0, 10598.0, 10714.0, 10677.0, 10690.0, 10627.0, 10504.0, 10560.0, 10489.0, 10518.0, 10525.0, 10491.0, 10535.0, 10524.0, 10545.0, 10545.0, 10530.0, 10526.0, 10517.0, 10490.0, 10506.0, 10520.0, 10465.0, 10532.0, 10506.0, 10534.0, 10522.0, 10553.0, 10538.0, 10501.0, 10515.0, 10511.0, 10536.0, 10513.0, 10521.0, 10591.0, 10542.0, 10604.0, 10556.0, 10538.0, 10510.0, 10535.0, 10560.0, 10539.0, 10512.0, 10522.0, 10522.0, 10530.0, 10531.0, 10508.0, 10585.0, 10556.0, 10584.0, 10544.0, 10482.0, 10528.0, 10527.0, 10593.0, 10560.0, 10516.0, 10574.0, 10558.0, 10541.0, 10571.0, 10517.0, 10569.0, 10554.0, 10570.0, 10560.0, 10544.0, 10611.0, 10544.0, 10583.0, 10569.0, 10537.0, 10602.0, 10542.0, 10537.0, 10611.0, 10540.0, 10568.0, 10545.0, 10500.0, 10540.0, 10516.0, 10546.0, 10572.0, 10530.0, 10570.0, 10527.0, 10542.0, 10547.0, 10508.0, 10564.0, 10527.0, 10563.0, 10549.0, 10528.0, 10575.0, 10539.0, 10604.0, 10575.0, 10533.0, 10591.0, 10545.0, 10563.0, 10553.0, 10587.0, 10565.0, 10521.0, 10596.0, 10550.0, 10593.0, 10566.0, 10537.0, 10626.0, 10535.0, 10527.0, 10555.0, 10553.0, 10606.0, 10552.0, 10504.0, 10563.0, 10526.0, 10526.0, 10553.0, 10504.0, 10581.0, 10531.0, 10635.0, 10577.0, 10526.0, 10569.0, 10540.0, 10551.0, 10534.0, 10512.0, 10550.0, 10495.0, 10586.0, 10577.0, 10572.0, 10564.0, 10525.0, 10562.0, 10512.0, 10544.0, 10535.0, 10519.0, 10584.0, 10543.0, 10606.0, 10569.0, 10520.0, 10600.0, 10542.0, 10500.0, 10536.0, 10535.0, 10577.0, 10536.0, 10508.0, 10611.0, 10529.0, 10508.0, 10539.0, 10543.0, 10574.0, 10547.0, 10481.0, 10525.0, 10522.0, 10506.0, 10553.0, 10512.0, 10578.0, 10527.0, 10495.0, 10565.0, 10529.0, 10575.0, 10553.0, 10526.0, 10565.0, 10547.0, 10526.0, 10592.0, 10573.0, 10603.0, 10551.0, 10515.0, 10585.0, 10536.0, 10559.0, 10539.0, 10592.0, 10571.0, 10554.0, 10642.0, 10556.0, 10563.0, 10542.0, 10492.0, 10522.0, 10536.0, 10539.0, 10564.0, 10565.0, 10553.0, 10557.0, 10491.0, 10547.0, 10530.0, 10552.0, 10535.0, 10520.0, 10545.0, 10532.0, 10530.0, 10555.0, 10495.0, 10573.0, 10558.0, 10537.0, 10566.0, 10523.0, 10555.0, 10524.0, 10478.0, 10551.0, 10538.0, 10558.0, 10553.0, 10587.0, 10598.0, 10581.0, 10634.0, 10550.0, 10528.0, 10586.0, 10532.0, 10625.0, 10604.0, 10534.0, 10601.0, 10535.0, 10551.0, 10551.0, 10536.0, 10590.0, 10531.0, 10468.0, 10540.0, 10545.0, 10572.0, 10560.0, 10508.0, 10574.0, 10537.0, 10494.0, 10543.0, 10513.0, 10563.0, 10546.0, 10524.0, 10594.0, 10548.0, 10546.0, 10558.0, 10508.0, 10579.0, 10552.0, 10547.0, 10586.0, 10531.0, 10572.0, 10562.0, 10568.0, 10572.0, 10546.0, 10635.0, 10587.0, 10633.0, 10625.0, 10541.0, 10566.0, 10553.0, 10530.0, 10540.0, 10526.0, 10625.0, 10559.0, 10501.0, 10560.0, 10543.0, 10535.0, 10530.0, 10473.0, 10552.0, 10565.0, 10592.0, 10571.0, 10501.0, 10550.0, 10523.0, 10517.0, 10565.0, 10540.0, 10588.0, 10563.0, 10515.0, 10572.0, 10548.0, 10563.0, 10574.0, 10554.0, 10649.0, 10549.0, 10564.0, 10569.0, 10503.0, 10568.0, 10553.0, 10649.0, 10588.0, 10513.0, 10554.0, 10536.0, 10577.0, 10569.0, 10537.0, 10642.0, 10539.0, 10543.0, 10551.0, 10499.0, 10542.0, 10519.0, 10503.0, 10565.0, 10532.0, 10601.0, 10552.0, 10490.0, 10546.0, 10536.0, 10534.0, 10529.0, 10491.0, 10561.0, 10558.0, 10608.0, 10560.0, 10497.0, 10552.0, 10529.0, 10541.0, 10535.0, 10510.0, 10571.0, 10544.0, 10543.0, 10541.0, 10511.0, 10583.0, 10558.0, 10546.0, 10560.0, 10508.0, 10557.0, 10524.0, 10534.0, 10567.0, 10510.0, 10570.0, 10550.0, 10572.0, 10575.0, 10548.0, 10550.0, 10553.0, 10520.0, 10568.0, 10557.0, 10556.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.00021511380880121395</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019250890819423366</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.367592567600596</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1841632124753236</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001544264563405</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5428</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2312.4072</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09893609360452595</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>88</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.676783004552352</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4302718222063766</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3330602171027826</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6632108455950143</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.294544403921332</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0103277</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011662738397717476</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.06742244213819504</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1318</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.392453780835383</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>21.5451</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>92.5985</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>306.8013</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>85.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>285779.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1377.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>525.9065</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1122</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>619.6959</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3997.8487</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4100.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>90765.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1962.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5226.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.4139</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.48916018754244</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> |