=== 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-0131 --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-0131",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
145 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
145 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-0131_ses-04_task-fractional_acq-mb8_run-02_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-0131_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-02_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-0131/ses-04/func/sub-0131_ses-04_task-fractional_acq-mb8_run-02_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>f083c03086d78cdb743345b100bef951</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>21:10:32.470000</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.998908, 0.00498159, -0.0464476, -0.0012204, 0.996741, 0.0806562]</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-02_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.0981481</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-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4211, -7794, -7258, 404, -166, 19, 2, 98]</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>236.539</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2368ee36-a9c6-42b7-8b46-f97593fd9a01||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.6799979209899902, -0.0032742468174546957, -0.1260846108198166, 113.48704528808594], [-0.01336523238569498, 2.6741838455200195, 0.21738091111183167, -106.43962860107422], [-0.12461543828248978, -0.21639464795589447, 2.688279628753662, -57.43107223510742], [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': ['211032.470000', '211032.930000', '211033.390000', '211033.850000', '211034.310000', '211034.770000', '211035.230000', '211035.690000', '211036.150000', '211036.610000', '211037.070000', '211037.530000', '211037.990000', '211038.450000', '211038.910000', '211039.370000', '211039.830000', '211040.290000', '211040.750000', '211041.210000', '211041.670000', '211042.130000', '211042.590000', '211043.050000', '211043.510000', '211043.970000', '211044.430000', '211044.890000', '211045.350000', '211045.810000', '211046.270000', '211046.730000', '211047.190000', '211047.650000', '211048.110000', '211048.570000', '211049.030000', '211049.490000', '211049.950000', '211050.410000', '211050.870000', '211051.330000', '211051.790000', '211052.250000', '211052.710000', '211053.170000', '211053.630000', '211054.090000', '211054.550000', '211055.010000', '211055.470000', '211055.930000', '211056.390000', '211056.850000', '211057.310000', '211057.770000', '211058.230000', '211058.690000', '211059.150000', '211059.610000', '211100.070000', '211100.530000', '211100.990000', '211101.450000', '211101.910000', '211102.370000', '211102.830000', '211103.290000', '211103.750000', '211104.210000', '211104.670000', '211105.130000', '211105.590000', '211106.050000', '211106.510000', '211106.970000', '211107.430000', '211107.890000', '211108.350000', '211108.810000', '211109.270000', '211109.730000', '211110.190000', '211110.650000', '211111.110000', '211111.570000', '211112.030000', '211112.490000', '211112.950000', '211113.410000', '211113.870000', '211114.330000', '211114.790000', '211115.250000', '211115.710000', '211116.170000', '211116.630000', '211117.090000', '211117.550000', '211118.010000', '211118.470000', '211118.930000', '211119.390000', '211119.850000', '211120.310000', '211120.770000', '211121.230000', '211121.690000', '211122.150000', '211122.610000', '211123.070000', '211123.530000', '211123.990000', '211124.450000', '211124.910000', '211125.370000', '211125.830000', '211126.290000', '211126.750000', '211127.210000', '211127.670000', '211128.130000', '211128.590000', '211129.050000', '211129.510000', '211129.970000', '211130.430000', '211130.890000', '211131.350000', '211131.810000', '211132.270000', '211132.730000', '211133.190000', '211133.650000', '211134.110000', '211134.570000', '211135.030000', '211135.490000', '211135.950000', '211136.410000', '211136.870000', '211137.330000', '211137.790000', '211138.250000', '211138.710000', '211139.170000', '211139.630000', '211140.090000', '211140.550000', '211141.010000', '211141.470000', '211141.930000', '211142.390000', '211142.850000', '211143.310000', '211143.770000', '211144.230000', '211144.690000', '211145.150000', '211145.610000', '211146.070000', '211146.530000', '211146.990000', '211147.450000', '211147.910000', '211148.370000', '211148.830000', '211149.290000', '211149.750000', '211150.210000', '211150.670000', '211151.130000', '211151.590000', '211152.050000', '211152.510000', '211152.970000', '211153.430000', '211153.890000', '211154.350000', '211154.810000', '211155.270000', '211155.730000', '211156.190000', '211156.650000', '211157.110000', '211157.570000', '211158.030000', '211158.490000', '211158.950000', '211159.410000', '211159.870000', '211200.330000', '211200.790000', '211201.250000', '211201.710000', '211202.170000', '211202.630000', '211203.090000', '211203.550000', '211204.010000', '211204.470000', '211204.930000', '211205.390000', '211205.850000', '211206.310000', '211206.770000', '211207.230000', '211207.690000', '211208.150000', '211208.610000', '211209.070000', '211209.530000', '211209.990000', '211210.450000', '211210.910000', '211211.370000', '211211.830000', '211212.290000', '211212.750000', '211213.210000', '211213.670000', '211214.130000', '211214.590000', '211215.050000', '211215.510000', '211215.970000', '211216.430000', '211216.890000', '211217.350000', '211217.810000', '211218.270000', '211218.730000', '211219.190000', '211219.650000', '211220.110000', '211220.570000', '211221.030000', '211221.490000', '211221.950000', '211222.410000', '211222.870000', '211223.330000', '211223.790000', '211224.250000', '211224.710000', '211225.170000', '211225.630000', '211226.090000', '211226.550000', '211227.010000', '211227.470000', '211227.930000', '211228.390000', '211228.850000', '211229.310000', '211229.770000', '211230.230000', '211230.690000', '211231.150000', '211231.610000', '211232.070000', '211232.530000', '211232.990000', '211233.450000', '211233.910000', '211234.370000', '211234.830000', '211235.290000', '211235.750000', '211236.210000', '211236.670000', '211237.130000', '211237.590000', '211238.050000', '211238.510000', '211238.970000', '211239.430000', '211239.890000', '211240.350000', '211240.810000', '211241.270000', '211241.730000', '211242.190000', '211242.650000', '211243.110000', '211243.570000', '211244.030000', '211244.490000', '211244.950000', '211245.410000', '211245.870000', '211246.330000', '211246.790000', '211247.250000', '211247.710000', '211248.170000', '211248.630000', '211249.090000', '211249.550000', '211250.010000', '211250.470000', '211250.930000', '211251.390000', '211251.850000', '211252.310000', '211252.770000', '211253.230000', '211253.690000', '211254.150000', '211254.610000', '211255.070000', '211255.530000', '211255.990000', '211256.450000', '211256.910000', '211257.370000', '211257.830000', '211258.290000', '211258.750000', '211259.210000', '211259.670000', '211300.130000', '211300.590000', '211301.050000', '211301.510000', '211301.970000', '211302.430000', '211302.890000', '211303.350000', '211303.810000', '211304.270000', '211304.730000', '211305.190000', '211305.650000', '211306.110000', '211306.570000', '211307.030000', '211307.490000', '211307.950000', '211308.410000', '211308.870000', '211309.330000', '211309.790000', '211310.250000', '211310.710000', '211311.170000', '211311.630000', '211312.090000', '211312.550000', '211313.010000', '211313.470000', '211313.930000', '211314.390000', '211314.850000', '211315.310000', '211315.770000', '211316.230000', '211316.690000', '211317.150000', '211317.610000', '211318.070000', '211318.530000', '211318.990000', '211319.450000', '211319.910000', '211320.370000', '211320.830000', '211321.290000', '211321.750000', '211322.210000', '211322.670000', '211323.130000', '211323.590000', '211324.050000', '211324.510000', '211324.970000', '211325.430000', '211325.890000', '211326.350000', '211326.810000', '211327.270000', '211327.730000', '211328.190000', '211328.650000', '211329.110000', '211329.570000', '211330.030000', '211330.490000', '211330.950000', '211331.410000', '211331.870000', '211332.330000', '211332.790000', '211333.250000', '211333.710000', '211334.170000', '211334.630000', '211335.090000', '211335.550000', '211336.010000', '211336.470000', '211336.930000', '211337.390000', '211337.850000', '211338.310000', '211338.770000', '211339.230000', '211339.690000', '211340.150000', '211340.610000', '211341.070000', '211341.530000', '211341.990000', '211342.450000', '211342.910000', '211343.370000', '211343.830000', '211344.290000', '211344.750000', '211345.210000', '211345.670000', '211346.130000', '211346.590000', '211347.050000', '211347.510000', '211347.970000', '211348.430000', '211348.890000', '211349.350000', '211349.810000', '211350.270000', '211350.730000', '211351.190000', '211351.650000', '211352.110000', '211352.570000', '211353.030000', '211353.490000', '211353.950000', '211354.410000', '211354.870000', '211355.330000', '211355.790000', '211356.250000', '211356.710000', '211357.170000', '211357.630000', '211358.090000', '211358.550000', '211359.010000', '211359.470000', '211359.930000', '211400.390000', '211400.850000', '211401.310000', '211401.770000', '211402.230000', '211402.690000', '211403.150000', '211403.610000', '211404.070000', '211404.530000', '211404.990000', '211405.450000', '211405.910000', '211406.370000', '211406.830000', '211407.290000', '211407.750000', '211408.210000', '211408.670000', '211409.130000', '211409.590000', '211410.050000', '211410.510000', '211410.970000', '211411.430000', '211411.890000', '211412.350000', '211412.810000', '211413.270000', '211413.730000', '211414.190000', '211414.650000', '211415.110000', '211415.570000', '211416.030000', '211416.490000', '211416.950000', '211417.410000', '211417.870000', '211418.330000', '211418.790000', '211419.250000', '211419.710000', '211420.170000', '211420.630000', '211421.090000', '211421.550000', '211422.010000', '211422.470000', '211422.930000', '211423.390000', '211423.850000', '211424.310000', '211424.770000', '211425.230000', '211425.690000', '211426.150000', '211426.610000', '211427.070000', '211427.530000', '211427.990000', '211428.450000', '211428.910000', '211429.370000', '211429.830000', '211430.290000', '211430.750000', '211431.210000', '211431.670000', '211432.130000', '211432.590000', '211433.050000', '211433.510000', '211433.970000', '211434.430000', '211434.890000', '211435.350000', '211435.810000', '211436.270000', '211436.730000', '211437.190000', '211437.650000', '211438.110000', '211438.570000', '211439.030000', '211439.490000', '211439.950000', '211440.410000', '211440.870000', '211441.330000', '211441.790000', '211442.250000', '211442.710000', '211443.170000', '211443.630000', '211444.090000', '211444.550000', '211445.010000', '211445.470000', '211445.930000', '211446.390000', '211446.850000', '211447.310000', '211447.770000', '211448.230000', '211448.690000', '211449.150000', '211449.610000', '211450.070000', '211450.530000', '211450.990000', '211451.450000', '211451.910000', '211452.370000', '211452.830000', '211453.290000', '211453.750000', '211454.210000', '211454.670000', '211455.130000', '211455.590000', '211456.050000', '211456.510000', '211456.970000', '211457.430000', '211457.890000', '211458.350000', '211458.810000', '211459.270000', '211459.730000', '211500.190000', '211500.650000', '211501.110000', '211501.570000', '211502.030000', '211502.490000', '211502.950000', '211503.410000', '211503.870000', '211504.330000', '211504.790000', '211505.250000', '211505.710000', '211506.170000', '211506.630000', '211507.090000', '211507.550000', '211508.010000', '211508.470000', '211508.930000', '211509.390000', '211509.850000', '211510.310000', '211510.770000', '211511.230000', '211511.690000', '211512.150000', '211512.610000', '211513.070000', '211513.530000', '211513.990000', '211514.450000', '211514.910000', '211515.370000', '211515.830000', '211516.290000', '211516.750000', '211517.210000', '211517.670000', '211518.130000', '211518.590000', '211519.050000', '211519.510000', '211519.970000', '211520.430000', '211520.890000', '211521.350000', '211521.810000', '211522.270000', '211522.730000', '211523.190000', '211523.650000', '211524.110000', '211524.570000', '211525.030000', '211525.490000', '211525.950000', '211526.410000', '211526.870000', '211527.330000', '211527.790000', '211528.250000', '211528.710000', '211529.170000', '211529.630000', '211530.090000', '211530.550000', '211531.010000', '211531.470000', '211531.930000', '211532.390000', '211532.850000', '211533.310000', '211533.770000', '211534.230000', '211534.690000', '211535.150000', '211535.610000', '211536.070000', '211536.530000', '211536.990000', '211537.450000', '211537.910000', '211538.370000', '211538.830000', '211539.290000', '211539.750000', '211540.210000', '211540.670000', '211541.130000', '211541.590000', '211542.050000', '211542.510000', '211542.970000', '211543.430000', '211543.890000', '211544.350000', '211544.810000', '211545.270000', '211545.730000', '211546.190000', '211546.650000', '211547.110000', '211547.570000', '211548.030000', '211548.490000', '211548.950000', '211549.410000', '211549.870000', '211550.330000', '211550.790000', '211551.250000', '211551.710000', '211552.170000', '211552.630000', '211553.090000', '211553.550000', '211554.010000', '211554.470000', '211554.930000', '211555.390000', '211555.850000', '211556.310000', '211556.770000', '211557.230000', '211557.690000', '211558.150000', '211558.610000', '211559.070000', '211559.530000', '211559.990000', '211600.450000', '211600.910000', '211601.370000', '211601.830000', '211602.290000', '211602.750000', '211603.210000', '211603.670000', '211604.130000', '211604.590000', '211605.050000', '211605.510000', '211605.970000', '211606.430000', '211606.890000', '211607.350000', '211607.810000', '211608.270000', '211608.730000', '211609.190000', '211609.650000', '211610.110000', '211610.570000', '211611.030000', '211611.490000', '211611.950000', '211612.410000', '211612.870000', '211613.330000', '211613.790000', '211614.250000', '211614.710000', '211615.170000', '211615.630000', '211616.090000', '211616.550000', '211617.010000', '211617.470000', '211617.930000', '211618.390000', '211618.850000', '211619.310000', '211619.770000', '211620.230000', '211620.690000', '211621.150000', '211621.610000', '211622.070000', '211622.530000', '211622.990000', '211623.450000', '211623.910000', '211624.370000', '211624.830000', '211625.290000', '211625.750000', '211626.210000', '211626.670000', '211627.130000', '211627.590000', '211628.050000', '211628.510000', '211628.970000', '211629.430000', '211629.890000', '211630.350000', '211630.810000', '211631.270000', '211631.730000', '211632.190000', '211632.650000', '211633.110000', '211633.570000', '211634.030000', '211634.490000', '211634.950000', '211635.410000', '211635.870000', '211636.330000', '211636.790000', '211637.250000', '211637.710000', '211638.170000', '211638.630000', '211639.090000', '211639.550000', '211640.010000', '211640.470000', '211640.930000', '211641.390000', '211641.850000', '211642.310000', '211642.770000', '211643.230000', '211643.690000', '211644.150000', '211644.610000', '211645.070000', '211645.530000', '211645.990000', '211646.450000', '211646.910000', '211647.370000', '211647.830000', '211648.290000', '211648.750000', '211649.210000', '211649.670000', '211650.130000', '211650.590000', '211651.050000', '211651.510000', '211651.970000', '211652.430000', '211652.890000', '211653.350000', '211653.810000', '211654.270000', '211654.730000', '211655.190000', '211655.650000', '211656.110000', '211656.570000', '211657.030000', '211657.490000', '211657.950000', '211658.410000', '211658.870000', '211659.330000', '211659.790000', '211700.250000', '211700.710000', '211701.170000', '211701.630000', '211702.090000', '211702.550000', '211703.010000', '211703.470000', '211703.930000', '211704.390000', '211704.850000', '211705.310000', '211705.770000', '211706.230000', '211706.690000', '211707.150000', '211707.610000', '211708.070000', '211708.530000', '211708.990000', '211709.450000', '211709.910000', '211710.370000', '211710.830000', '211711.290000', '211711.750000', '211712.210000', '211712.670000', '211713.130000', '211713.590000', '211714.050000', '211714.510000', '211714.970000', '211715.430000', '211715.890000', '211716.350000', '211716.810000', '211717.270000', '211717.730000', '211718.190000', '211718.650000', '211719.110000', '211719.570000', '211720.030000', '211720.490000', '211720.950000', '211721.410000', '211721.870000', '211722.330000', '211722.790000', '211723.250000', '211723.710000', '211724.170000', '211724.630000', '211725.090000', '211725.550000', '211726.010000', '211726.470000', '211726.930000', '211727.390000', '211727.850000', '211728.310000', '211728.770000', '211729.230000', '211729.690000', '211730.150000', '211730.610000', '211731.070000', '211731.530000', '211731.990000', '211732.450000', '211732.910000', '211733.370000', '211733.830000', '211734.290000', '211734.750000', '211735.210000', '211735.670000', '211736.130000', '211736.590000', '211737.050000', '211737.510000', '211737.970000', '211738.430000', '211738.890000', '211739.350000', '211739.810000', '211740.270000', '211740.730000', '211741.190000', '211741.650000', '211742.110000', '211742.570000', '211743.030000', '211743.490000', '211743.950000', '211744.410000', '211744.870000', '211745.330000', '211745.790000', '211746.250000', '211746.710000', '211747.170000', '211747.630000', '211748.090000', '211748.550000', '211749.010000', '211749.470000', '211749.930000', '211750.390000', '211750.850000', '211751.310000', '211751.770000', '211752.230000', '211752.690000', '211753.150000', '211753.610000', '211754.070000', '211754.530000', '211754.990000', '211755.450000', '211755.910000', '211756.370000', '211756.830000', '211757.290000', '211757.750000', '211758.210000', '211758.670000', '211759.130000', '211759.590000', '211800.050000', '211800.510000', '211800.970000', '211801.430000', '211801.890000', '211802.350000', '211802.810000', '211803.270000', '211803.730000', '211804.190000', '211804.650000', '211805.110000', '211805.570000', '211806.030000', '211806.490000', '211806.950000', '211807.410000', '211807.870000', '211808.330000', '211808.790000', '211809.250000', '211809.710000', '211810.170000', '211810.630000', '211811.090000', '211811.550000', '211812.010000', '211812.470000', '211812.930000', '211813.390000', '211813.850000', '211814.310000', '211814.770000', '211815.230000', '211815.690000', '211816.150000', '211816.610000', '211817.070000', '211817.530000', '211817.990000', '211818.450000', '211818.910000', '211819.370000', '211819.830000', '211820.290000', '211820.750000', '211821.210000', '211821.670000', '211822.130000', '211822.590000', '211823.050000', '211823.510000', '211823.970000', '211824.430000', '211824.890000', '211825.350000', '211825.810000', '211826.270000', '211826.730000', '211827.190000', '211827.650000', '211828.110000', '211828.570000', '211829.030000', '211829.490000', '211829.950000', '211830.410000', '211830.870000', '211831.330000', '211831.790000', '211832.250000', '211832.710000', '211833.170000', '211833.630000', '211834.090000', '211834.550000', '211835.010000', '211835.470000', '211835.930000', '211836.390000', '211836.850000', '211837.310000', '211837.770000', '211838.230000', '211838.690000', '211839.150000', '211839.610000', '211840.070000', '211840.530000', '211840.990000', '211841.450000', '211841.910000', '211842.370000', '211842.830000', '211843.290000', '211843.750000', '211844.210000', '211844.670000', '211845.130000', '211845.590000', '211846.050000', '211846.510000', '211846.970000', '211847.430000', '211847.890000', '211848.350000', '211848.810000', '211849.270000', '211849.730000', '211850.190000', '211850.650000', '211851.110000', '211851.570000', '211852.030000', '211852.490000', '211852.950000', '211853.410000', '211853.870000', '211854.330000', '211854.790000', '211855.250000', '211855.710000', '211856.170000', '211856.630000', '211857.090000', '211857.550000', '211858.010000', '211858.470000', '211858.930000', '211859.390000', '211859.850000', '211900.310000', '211900.770000', '211901.230000', '211901.690000', '211902.150000', '211902.610000', '211903.070000', '211903.530000', '211903.990000', '211904.450000', '211904.910000', '211905.370000', '211905.830000', '211906.290000', '211906.750000', '211907.210000', '211907.670000', '211908.130000', '211908.590000', '211909.050000', '211909.510000', '211909.970000', '211910.430000', '211910.890000', '211911.350000', '211911.810000', '211912.270000', '211912.730000', '211913.190000', '211913.650000', '211914.110000', '211914.570000', '211915.030000', '211915.490000', '211915.950000', '211916.410000', '211916.870000', '211917.330000', '211917.790000', '211918.250000', '211918.710000', '211919.170000', '211919.630000', '211920.090000', '211920.550000', '211921.010000', '211921.470000', '211921.930000', '211922.390000', '211922.850000', '211923.310000', '211923.770000', '211924.230000', '211924.690000', '211925.150000', '211925.610000', '211926.070000', '211926.530000', '211926.990000', '211927.450000', '211927.910000', '211928.370000', '211928.830000', '211929.290000', '211929.750000', '211930.210000', '211930.670000', '211931.130000', '211931.590000', '211932.050000', '211932.510000', '211932.970000', '211933.430000', '211933.890000', '211934.350000', '211934.810000', '211935.270000', '211935.730000', '211936.190000', '211936.650000', '211937.110000', '211937.570000', '211938.030000', '211938.490000', '211938.950000', '211939.410000', '211939.870000', '211940.330000', '211940.790000', '211941.250000', '211941.710000', '211942.170000', '211942.630000', '211943.090000', '211943.550000', '211944.010000', '211944.470000', '211944.930000', '211945.390000', '211945.850000', '211946.310000', '211946.770000', '211947.230000', '211947.690000', '211948.150000', '211948.610000', '211949.070000', '211949.530000', '211949.990000', '211950.450000', '211950.910000', '211951.370000', '211951.830000', '211952.290000', '211952.750000', '211953.210000', '211953.670000', '211954.130000', '211954.590000', '211955.050000', '211955.510000', '211955.970000', '211956.430000', '211956.890000', '211957.350000', '211957.810000', '211958.270000', '211958.730000', '211959.190000', '211959.650000', '212000.110000', '212000.570000', '212001.030000', '212001.490000', '212001.950000', '212002.410000', '212002.870000', '212003.330000', '212003.790000', '212004.250000', '212004.710000', '212005.170000', '212005.630000', '212006.090000', '212006.550000', '212007.010000', '212007.470000', '212007.930000', '212008.390000', '212008.850000', '212009.310000', '212009.770000', '212010.230000', '212010.690000', '212011.150000', '212011.610000', '212012.070000', '212012.530000', '212012.990000', '212013.450000', '212013.910000', '212014.370000', '212014.830000', '212015.290000', '212015.750000', '212016.210000', '212016.670000', '212017.130000', '212017.590000', '212018.050000', '212018.510000', '212018.970000', '212019.430000', '212019.890000', '212020.350000', '212020.810000', '212021.270000', '212021.730000', '212022.190000', '212022.650000', '212023.110000', '212023.570000', '212024.030000', '212024.490000', '212024.950000', '212025.410000', '212025.870000', '212026.330000', '212026.790000', '212027.250000', '212027.710000', '212028.170000', '212028.630000', '212029.090000', '212029.550000', '212030.010000', '212030.470000', '212030.930000', '212031.390000', '212031.850000', '212032.310000', '212032.770000', '212033.230000', '212033.690000', '212034.150000', '212034.610000', '212035.070000', '212035.530000', '212035.990000', '212036.450000', '212036.910000', '212037.370000', '212037.830000', '212038.290000', '212038.750000', '212039.210000', '212039.670000', '212040.130000'], 'ContentTime': ['211049.908000', '211049.912000', '211049.914000', '211049.917000', '211049.919000', '211049.922000', '211049.925000', '211049.927000', '211049.930000', '211049.932000', '211049.935000', '211049.938000', '211049.940000', '211049.943000', '211049.945000', '211049.948000', '211049.953000', '211049.956000', '211049.958000', '211049.961000', '211049.964000', '211049.966000', '211049.969000', '211049.971000', '211049.974000', '211049.976000', '211049.979000', '211049.981000', '211049.984000', '211049.987000', '211049.989000', '211049.992000', '211049.994000', '211049.997000', '211050.000000', '211109.874000', '211109.877000', '211109.880000', '211109.882000', '211109.890000', '211109.893000', '211109.895000', '211109.898000', '211109.900000', '211109.903000', '211109.906000', '211109.908000', '211109.911000', '211109.913000', '211109.916000', '211109.918000', '211109.921000', '211109.923000', '211109.926000', '211109.929000', '211109.931000', '211109.934000', '211109.936000', '211109.939000', '211109.942000', '211109.944000', '211109.947000', '211109.949000', '211109.952000', '211109.954000', '211109.957000', '211109.959000', '211109.962000', '211109.964000', '211109.967000', '211109.970000', '211109.972000', '211109.975000', '211109.977000', '211109.980000', '211109.982000', '211109.985000', '211109.987000', '211129.875000', '211129.877000', '211129.880000', '211129.882000', '211129.885000', '211129.888000', '211129.890000', '211129.893000', '211129.895000', '211129.898000', '211129.901000', '211129.903000', '211129.906000', '211129.908000', '211129.911000', '211129.914000', '211129.916000', '211129.928000', '211129.931000', '211129.934000', '211129.937000', '211129.940000', '211129.943000', '211129.945000', '211129.948000', '211129.950000', '211129.953000', '211129.956000', '211129.958000', '211129.961000', '211129.963000', '211129.966000', '211129.968000', '211129.971000', '211129.974000', '211129.976000', '211129.986000', '211129.989000', '211129.991000', '211129.994000', '211129.997000', '211130.000000', '211130.003000', '211149.874000', '211149.876000', '211149.879000', '211149.882000', '211149.884000', '211149.887000', '211149.889000', '211149.892000', '211149.894000', '211149.897000', '211149.899000', '211149.902000', '211149.905000', '211149.907000', '211149.910000', '211149.912000', '211149.915000', '211149.918000', '211149.920000', '211149.923000', '211149.926000', '211149.928000', '211149.931000', '211149.934000', '211149.936000', '211149.939000', '211149.941000', '211149.944000', '211149.947000', '211149.949000', '211149.952000', '211149.954000', '211149.957000', '211149.960000', '211149.962000', '211149.965000', '211149.967000', '211149.970000', '211149.972000', '211149.975000', '211149.978000', '211149.980000', '211149.983000', '211149.986000', '211209.873000', '211209.876000', '211209.879000', '211209.881000', '211209.884000', '211209.887000', '211209.889000', '211209.892000', '211209.894000', '211209.897000', '211209.900000', '211209.902000', '211209.905000', '211209.907000', '211209.910000', '211209.913000', '211209.915000', '211209.918000', '211209.920000', '211209.923000', '211209.925000', '211209.928000', '211209.930000', '211209.933000', '211209.936000', '211209.938000', '211209.941000', '211209.943000', '211209.946000', '211209.948000', '211209.951000', '211209.954000', '211209.956000', '211209.959000', '211209.961000', '211209.964000', '211209.966000', '211209.969000', '211209.972000', '211209.974000', '211209.977000', '211209.979000', '211209.982000', '211209.984000', '211229.875000', '211229.878000', '211229.880000', '211229.883000', '211229.885000', '211229.888000', '211229.890000', '211229.893000', '211229.896000', '211229.898000', '211229.901000', '211229.903000', '211229.906000', '211229.908000', '211229.911000', '211229.913000', '211229.916000', '211229.919000', '211229.921000', '211229.924000', '211229.926000', '211229.929000', '211229.931000', '211229.934000', '211229.936000', '211229.939000', '211229.941000', '211229.944000', '211229.946000', '211229.949000', '211229.952000', '211229.954000', '211229.957000', '211229.959000', '211229.962000', '211229.964000', '211229.967000', '211229.969000', '211229.972000', '211229.975000', '211229.977000', '211229.980000', '211229.982000', '211249.875000', '211249.877000', '211249.880000', '211249.883000', '211249.885000', '211249.888000', '211249.891000', '211249.894000', '211249.896000', '211249.899000', '211249.902000', '211249.904000', '211249.907000', '211249.910000', '211249.912000', '211249.915000', '211249.917000', '211249.920000', '211249.923000', '211249.925000', '211249.928000', '211249.931000', '211249.933000', '211249.936000', '211249.938000', '211249.941000', '211249.944000', '211249.947000', '211249.949000', '211249.952000', '211249.954000', '211249.957000', '211249.959000', '211249.962000', '211249.965000', '211249.967000', '211249.970000', '211249.972000', '211249.975000', '211249.977000', '211249.980000', '211249.983000', '211249.985000', '211249.988000', '211309.875000', '211309.877000', '211309.880000', '211309.883000', '211309.885000', '211309.888000', '211309.891000', '211309.893000', '211309.896000', '211309.898000', '211309.901000', '211309.903000', '211309.906000', '211309.909000', '211309.911000', '211309.914000', '211309.916000', '211309.919000', '211309.921000', '211309.924000', '211309.926000', '211309.929000', '211309.932000', '211309.934000', '211309.937000', '211309.940000', '211309.942000', '211309.945000', '211309.947000', '211309.950000', '211309.953000', '211309.955000', '211309.958000', '211309.960000', '211309.963000', '211309.966000', '211309.968000', '211309.971000', '211309.973000', '211309.976000', '211309.979000', '211309.981000', '211309.984000', '211329.874000', '211329.877000', '211329.881000', '211329.884000', '211329.887000', '211329.889000', '211329.892000', '211329.895000', '211329.897000', '211329.900000', '211329.903000', '211329.905000', '211329.908000', '211329.911000', '211329.913000', '211329.916000', '211329.919000', '211329.921000', '211329.924000', '211329.926000', '211329.929000', '211329.931000', '211329.934000', '211329.937000', '211329.939000', '211329.942000', '211329.944000', '211329.947000', '211329.950000', '211329.989000', '211329.992000', '211329.994000', '211329.997000', '211330.001000', '211330.003000', '211330.006000', '211330.009000', '211330.011000', '211330.014000', '211330.016000', '211330.019000', '211330.022000', '211330.024000', '211349.875000', '211349.877000', '211349.880000', '211349.883000', '211349.885000', '211349.888000', '211349.890000', '211349.893000', '211349.896000', '211349.898000', '211349.901000', '211349.904000', '211349.906000', '211349.909000', '211349.911000', '211349.914000', '211349.917000', '211349.919000', '211349.922000', '211349.924000', '211349.927000', '211349.929000', '211349.932000', '211349.934000', '211349.937000', '211349.939000', '211349.942000', '211349.945000', '211349.947000', '211349.950000', '211349.953000', '211349.955000', '211349.958000', '211349.960000', '211349.963000', '211349.965000', '211349.968000', '211349.971000', '211349.973000', '211349.976000', '211349.978000', '211349.981000', '211349.984000', '211349.986000', '211409.873000', '211409.876000', '211409.879000', '211409.882000', '211409.884000', '211409.887000', '211409.889000', '211409.892000', '211409.894000', '211409.897000', '211409.900000', '211409.902000', '211409.905000', '211409.907000', '211409.911000', '211409.914000', '211409.917000', '211409.920000', '211409.922000', '211409.925000', '211409.927000', '211409.930000', '211409.933000', '211409.936000', '211409.938000', '211409.941000', '211409.944000', '211409.946000', '211409.949000', '211409.951000', '211409.954000', '211409.957000', '211409.959000', '211409.962000', '211409.964000', '211409.967000', '211409.970000', '211409.972000', '211409.975000', '211409.977000', '211409.980000', '211409.983000', '211409.986000', '211429.873000', '211429.876000', '211429.879000', '211429.881000', '211429.884000', '211429.887000', '211429.889000', '211429.892000', '211429.894000', '211429.897000', '211429.900000', '211429.902000', '211429.905000', '211429.908000', '211429.910000', '211429.913000', '211429.915000', '211429.918000', '211429.920000', '211429.923000', '211429.926000', '211429.928000', '211429.931000', '211429.934000', '211429.936000', '211429.939000', '211429.941000', '211429.944000', '211429.947000', '211429.949000', '211429.952000', '211429.954000', '211429.957000', '211429.959000', '211429.962000', '211429.964000', '211429.967000', '211429.970000', '211429.972000', '211429.975000', '211429.977000', '211429.980000', '211429.982000', '211429.985000', '211449.874000', '211449.877000', '211449.880000', '211449.882000', '211449.885000', '211449.888000', '211449.890000', '211449.893000', '211449.895000', '211449.898000', '211449.900000', '211449.903000', '211449.906000', '211449.908000', '211449.911000', '211449.914000', '211449.917000', '211449.920000', '211449.923000', '211449.925000', '211449.928000', '211449.930000', '211449.933000', '211449.936000', '211449.938000', '211449.941000', '211449.943000', '211449.946000', '211449.949000', '211449.951000', '211449.954000', '211449.956000', '211449.959000', '211449.961000', '211449.964000', '211449.966000', '211449.969000', '211449.972000', '211449.974000', '211449.977000', '211449.979000', '211449.982000', '211449.984000', '211509.874000', '211509.877000', '211509.880000', '211509.882000', '211509.885000', '211509.888000', '211509.890000', '211509.893000', '211509.895000', '211509.898000', '211509.901000', '211509.944000', '211509.946000', '211509.949000', '211509.952000', '211509.954000', '211509.957000', '211509.959000', '211509.962000', '211509.964000', '211509.967000', '211509.969000', '211509.972000', '211509.974000', '211509.977000', '211509.980000', '211509.982000', '211509.985000', '211509.987000', '211509.990000', '211509.993000', '211509.995000', '211509.998000', '211510.001000', '211510.004000', '211510.006000', '211510.009000', '211510.012000', '211510.014000', '211510.017000', '211510.019000', '211510.022000', '211510.025000', '211510.027000', '211529.874000', '211529.877000', '211529.880000', '211529.882000', '211529.885000', '211529.888000', '211529.890000', '211529.893000', '211529.895000', '211529.898000', '211529.901000', '211529.903000', '211529.906000', '211529.909000', '211529.911000', '211529.914000', '211529.917000', '211529.920000', '211529.922000', '211529.925000', '211529.927000', '211529.930000', '211529.932000', '211529.935000', '211529.938000', '211529.940000', '211529.943000', '211529.945000', '211529.948000', '211529.951000', '211529.953000', '211529.956000', '211529.958000', '211529.961000', '211529.964000', '211529.966000', '211529.970000', '211529.973000', '211529.976000', '211529.979000', '211529.981000', '211529.984000', '211529.987000', '211549.875000', '211549.877000', '211549.880000', '211549.882000', '211549.885000', '211549.888000', '211549.890000', '211549.893000', '211549.895000', '211549.898000', '211549.900000', '211549.903000', '211549.906000', '211549.908000', '211549.911000', '211549.913000', '211549.916000', '211549.918000', '211549.921000', '211549.924000', '211549.926000', '211549.929000', '211549.931000', '211549.934000', '211549.937000', '211549.939000', '211549.942000', '211549.944000', '211549.947000', '211549.950000', '211549.952000', '211549.955000', '211549.957000', '211549.960000', '211549.962000', '211549.965000', '211549.967000', '211549.970000', '211549.973000', '211549.975000', '211549.978000', '211549.980000', '211549.983000', '211549.985000', '211609.875000', '211609.877000', '211609.880000', '211609.883000', '211609.885000', '211609.888000', '211609.890000', '211609.893000', '211609.895000', '211609.898000', '211609.901000', '211609.903000', '211609.906000', '211609.908000', '211609.911000', '211609.913000', '211609.916000', '211609.919000', '211609.921000', '211609.924000', '211609.926000', '211609.929000', '211609.932000', '211609.935000', '211609.938000', '211609.940000', '211609.943000', '211609.945000', '211609.948000', '211609.950000', '211609.953000', '211609.955000', '211609.958000', '211609.961000', '211609.963000', '211609.966000', '211609.968000', '211609.971000', '211609.974000', '211609.976000', '211609.979000', '211609.981000', '211609.984000', '211629.873000', '211629.885000', '211629.888000', '211629.891000', '211629.893000', '211629.896000', '211629.898000', '211629.901000', '211629.903000', '211629.906000', '211629.908000', '211629.911000', '211629.914000', '211629.916000', '211629.919000', '211629.921000', '211629.924000', '211629.926000', '211629.929000', '211629.932000', '211629.934000', '211629.951000', '211629.953000', '211629.956000', '211629.958000', '211629.961000', '211629.969000', '211629.971000', '211629.974000', '211629.977000', '211629.979000', '211629.982000', '211629.984000', '211629.987000', '211629.989000', '211629.992000', '211629.995000', '211629.997000', '211630.001000', '211630.004000', '211630.006000', '211630.009000', '211630.011000', '211630.014000', '211649.873000', '211649.876000', '211649.879000', '211649.882000', '211649.884000', '211649.887000', '211649.889000', '211649.892000', '211649.895000', '211649.897000', '211649.900000', '211649.902000', '211649.905000', '211649.908000', '211649.910000', '211649.913000', '211649.915000', '211649.918000', '211649.920000', '211649.923000', '211649.926000', '211649.928000', '211649.931000', '211649.933000', '211649.936000', '211649.938000', '211649.941000', '211649.944000', '211649.946000', '211649.949000', '211649.952000', '211649.955000', '211649.958000', '211649.961000', '211649.963000', '211649.966000', '211649.968000', '211649.971000', '211649.973000', '211649.976000', '211649.979000', '211649.981000', '211649.984000', '211709.875000', '211709.877000', '211709.880000', '211709.883000', '211709.885000', '211709.888000', '211709.890000', '211709.893000', '211709.896000', '211709.898000', '211709.901000', '211709.904000', '211709.906000', '211709.909000', '211709.911000', '211709.914000', '211709.917000', '211709.919000', '211709.922000', '211709.924000', '211709.927000', '211709.929000', '211709.932000', '211709.935000', '211709.937000', '211709.940000', '211709.942000', '211709.945000', '211709.947000', '211709.950000', '211709.953000', '211709.955000', '211709.958000', '211709.960000', '211709.963000', '211709.966000', '211709.968000', '211709.971000', '211709.973000', '211709.976000', '211709.979000', '211709.981000', '211709.984000', '211709.986000', '211729.874000', '211729.877000', '211729.880000', '211729.882000', '211729.885000', '211729.888000', '211729.890000', '211729.893000', '211729.896000', '211729.898000', '211729.901000', '211729.903000', '211729.906000', '211729.908000', '211729.911000', '211729.913000', '211729.916000', '211729.919000', '211729.921000', '211729.924000', '211729.926000', '211729.929000', '211729.932000', '211729.934000', '211729.937000', '211729.939000', '211729.942000', '211729.944000', '211729.947000', '211729.950000', '211729.952000', '211729.955000', '211729.957000', '211729.960000', '211729.963000', '211729.965000', '211729.968000', '211729.970000', '211729.973000', '211729.975000', '211729.978000', '211729.980000', '211729.983000', '211749.875000', '211749.877000', '211749.880000', '211749.883000', '211749.885000', '211749.888000', '211749.890000', '211749.893000', '211749.896000', '211749.898000', '211749.901000', '211749.903000', '211749.906000', '211749.908000', '211749.911000', '211749.914000', '211749.916000', '211749.919000', '211749.921000', '211749.924000', '211749.926000', '211749.929000', '211749.932000', '211749.934000', '211749.937000', '211749.939000', '211749.942000', '211749.945000', '211749.947000', '211749.950000', '211749.952000', '211749.955000', '211749.972000', '211749.974000', '211749.977000', '211749.980000', '211749.982000', '211749.985000', '211749.987000', '211749.990000', '211749.992000', '211749.995000', '211749.998000', '211750.001000', '211809.875000', '211809.878000', '211809.880000', '211809.883000', '211809.886000', '211809.888000', '211809.891000', '211809.894000', '211809.896000', '211809.899000', '211809.902000', '211809.904000', '211809.907000', '211809.909000', '211809.912000', '211809.915000', '211809.917000', '211809.920000', '211809.923000', '211809.925000', '211809.928000', '211809.930000', '211809.933000', '211809.936000', '211809.938000', '211809.941000', '211809.943000', '211809.946000', '211809.948000', '211809.951000', '211809.954000', '211809.956000', '211809.959000', '211809.961000', '211809.964000', '211809.967000', '211809.969000', '211809.972000', '211809.974000', '211809.977000', '211809.980000', '211809.982000', '211809.985000', '211829.875000', '211829.877000', '211829.880000', '211829.883000', '211829.885000', '211829.888000', '211829.890000', '211829.893000', '211829.896000', '211829.898000', '211829.901000', '211829.903000', '211829.906000', '211829.908000', '211829.911000', '211829.914000', '211829.916000', '211829.919000', '211829.922000', '211829.924000', '211829.927000', '211829.929000', '211829.932000', '211829.934000', '211829.937000', '211829.940000', '211829.942000', '211829.945000', '211829.947000', '211829.950000', '211829.953000', '211829.955000', '211829.958000', '211829.960000', '211829.963000', '211829.965000', '211829.968000', '211829.970000', '211829.973000', '211829.976000', '211829.978000', '211829.981000', '211829.983000', '211829.986000', '211849.874000', '211849.876000', '211849.879000', '211849.882000', '211849.884000', '211849.887000', '211849.890000', '211849.892000', '211849.895000', '211849.897000', '211849.900000', '211849.902000', '211849.905000', '211849.908000', '211849.910000', '211849.913000', '211849.916000', '211849.918000', '211849.921000', '211849.923000', '211849.926000', '211849.928000', '211849.931000', '211849.934000', '211849.936000', '211849.939000', '211849.941000', '211849.944000', '211849.946000', '211849.949000', '211849.952000', '211849.954000', '211849.957000', '211849.960000', '211849.962000', '211849.965000', '211849.967000', '211849.970000', '211849.973000', '211849.975000', '211849.978000', '211849.980000', '211849.983000', '211909.874000', '211909.877000', '211909.879000', '211909.882000', '211909.884000', '211909.887000', '211909.890000', '211909.892000', '211909.895000', '211909.897000', '211909.900000', '211909.903000', '211909.905000', '211909.908000', '211909.911000', '211909.913000', '211909.916000', '211909.918000', '211909.921000', '211909.924000', '211909.926000', '211909.929000', '211909.931000', '211909.934000', '211909.936000', '211909.939000', '211909.942000', '211909.944000', '211909.947000', '211909.960000', '211909.963000', '211909.966000', '211909.968000', '211909.971000', '211909.974000', '211909.976000', '211909.979000', '211909.981000', '211909.984000', '211909.986000', '211909.989000', '211909.991000', '211909.994000', '211909.997000', '211929.874000', '211929.877000', '211929.880000', '211929.883000', '211929.885000', '211929.888000', '211929.890000', '211929.893000', '211929.896000', '211929.898000', '211929.901000', '211929.904000', '211929.906000', '211929.909000', '211929.912000', '211929.914000', '211929.917000', '211929.920000', '211929.922000', '211929.925000', '211929.928000', '211929.930000', '211929.933000', '211929.935000', '211929.938000', '211929.940000', '211929.943000', '211929.946000', '211929.948000', '211929.951000', '211929.954000', '211929.956000', '211929.959000', '211929.961000', '211929.964000', '211929.966000', '211929.969000', '211929.972000', '211929.974000', '211929.977000', '211929.979000', '211929.982000', '211929.985000', '211949.875000', '211949.878000', '211949.880000', '211949.883000', '211949.885000', '211949.888000', '211949.891000', '211949.893000', '211949.896000', '211949.898000', '211949.901000', '211949.903000', '211949.906000', '211949.909000', '211949.911000', '211949.914000', '211949.916000', '211949.919000', '211949.922000', '211949.924000', '211949.927000', '211949.929000', '211949.932000', '211949.934000', '211949.937000', '211949.940000', '211949.942000', '211949.945000', '211949.947000', '211949.950000', '211949.953000', '211949.955000', '211949.958000', '211949.960000', '211949.963000', '211949.965000', '211949.968000', '211949.971000', '211949.974000', '211949.976000', '211949.979000', '211949.981000', '211949.984000', '211949.987000', '212009.875000', '212009.877000', '212009.880000', '212009.883000', '212009.886000', '212009.888000', '212009.891000', '212009.893000', '212009.896000', '212009.899000', '212009.901000', '212009.904000', '212009.907000', '212009.909000', '212009.912000', '212009.915000', '212009.917000', '212009.920000', '212009.922000', '212009.925000', '212009.928000', '212009.930000', '212009.933000', '212009.935000', '212009.938000', '212009.941000', '212009.943000', '212009.946000', '212009.948000', '212009.951000', '212009.954000', '212009.956000', '212009.959000', '212009.961000', '212009.964000', '212009.966000', '212009.969000', '212009.972000', '212009.974000', '212009.977000', '212009.979000', '212009.982000', '212009.985000', '212029.875000', '212029.878000', '212029.880000', '212029.883000', '212029.886000', '212029.889000', '212029.893000', '212029.895000', '212029.898000', '212029.901000', '212029.903000', '212029.906000', '212029.909000', '212029.911000', '212029.914000', '212029.916000', '212029.919000', '212029.922000', '212029.924000', '212029.927000', '212029.929000', '212029.932000', '212029.935000', '212029.937000', '212029.940000', '212029.981000', '212029.984000', '212029.987000', '212029.990000', '212029.992000', '212029.995000', '212029.998000', '212030.001000', '212030.004000', '212030.006000', '212030.009000', '212030.011000', '212030.014000', '212030.017000', '212030.019000', '212030.022000', '212030.025000', '212030.027000', '212030.030000', '212041.805000', '212041.808000', '212041.810000', '212041.813000', '212041.815000', '212041.818000', '212041.821000', '212041.823000', '212041.826000', '212041.828000', '212041.831000', '212041.834000', '212041.836000', '212041.839000', '212041.842000', '212041.844000', '212041.847000', '212041.849000', '212041.852000', '212041.855000', '212041.857000', '212041.860000', '212041.863000', '212041.865000', '212041.868000', '212041.870000'], 'InstanceCreationTime': ['211049.908000', '211049.912000', '211049.914000', '211049.917000', '211049.919000', '211049.922000', '211049.925000', '211049.927000', '211049.930000', '211049.932000', '211049.935000', '211049.938000', '211049.940000', '211049.943000', '211049.945000', '211049.948000', '211049.953000', '211049.956000', '211049.958000', '211049.961000', '211049.964000', '211049.966000', '211049.969000', '211049.971000', '211049.974000', '211049.976000', '211049.979000', '211049.981000', '211049.984000', '211049.987000', '211049.989000', '211049.992000', '211049.994000', '211049.997000', '211050.000000', '211109.874000', '211109.877000', '211109.880000', '211109.882000', '211109.890000', '211109.893000', '211109.895000', '211109.898000', '211109.900000', '211109.903000', '211109.906000', '211109.908000', '211109.911000', '211109.913000', '211109.916000', '211109.918000', '211109.921000', '211109.923000', '211109.926000', '211109.929000', '211109.931000', '211109.934000', '211109.936000', '211109.939000', '211109.942000', '211109.944000', '211109.947000', '211109.949000', '211109.952000', '211109.954000', '211109.957000', '211109.959000', '211109.962000', '211109.964000', '211109.967000', '211109.970000', '211109.972000', '211109.975000', '211109.977000', '211109.980000', '211109.982000', '211109.985000', '211109.987000', '211129.875000', '211129.877000', '211129.880000', '211129.882000', '211129.885000', '211129.888000', '211129.890000', '211129.893000', '211129.895000', '211129.898000', '211129.901000', '211129.903000', '211129.906000', '211129.908000', '211129.911000', '211129.914000', '211129.916000', '211129.928000', '211129.931000', '211129.934000', '211129.937000', '211129.940000', '211129.943000', '211129.945000', '211129.948000', '211129.950000', '211129.953000', '211129.956000', '211129.958000', '211129.961000', '211129.963000', '211129.966000', '211129.968000', '211129.971000', '211129.974000', '211129.976000', '211129.986000', '211129.989000', '211129.991000', '211129.994000', '211129.997000', '211130.000000', '211130.003000', '211149.874000', '211149.876000', '211149.879000', '211149.882000', '211149.884000', '211149.887000', '211149.889000', '211149.892000', '211149.894000', '211149.897000', '211149.899000', '211149.902000', '211149.905000', '211149.907000', '211149.910000', '211149.912000', '211149.915000', '211149.918000', '211149.920000', '211149.923000', '211149.926000', '211149.928000', '211149.931000', '211149.934000', '211149.936000', '211149.939000', '211149.941000', '211149.944000', '211149.947000', '211149.949000', '211149.952000', '211149.954000', '211149.957000', '211149.960000', '211149.962000', '211149.965000', '211149.967000', '211149.970000', '211149.972000', '211149.975000', '211149.978000', '211149.980000', '211149.983000', '211149.986000', '211209.873000', '211209.876000', '211209.879000', '211209.881000', '211209.884000', '211209.887000', '211209.889000', '211209.892000', '211209.894000', '211209.897000', '211209.900000', '211209.902000', '211209.905000', '211209.907000', '211209.910000', '211209.913000', '211209.915000', '211209.918000', '211209.920000', '211209.923000', '211209.925000', '211209.928000', '211209.930000', '211209.933000', '211209.936000', '211209.938000', '211209.941000', '211209.943000', '211209.946000', '211209.948000', '211209.951000', '211209.954000', '211209.956000', '211209.959000', '211209.961000', '211209.964000', '211209.966000', '211209.969000', '211209.972000', '211209.974000', '211209.977000', '211209.979000', '211209.982000', '211209.984000', '211229.875000', '211229.878000', '211229.880000', '211229.883000', '211229.885000', '211229.888000', '211229.890000', '211229.893000', '211229.896000', '211229.898000', '211229.901000', '211229.903000', '211229.906000', '211229.908000', '211229.911000', '211229.913000', '211229.916000', '211229.919000', '211229.921000', '211229.924000', '211229.926000', '211229.929000', '211229.931000', '211229.934000', '211229.936000', '211229.939000', '211229.941000', '211229.944000', '211229.946000', '211229.949000', '211229.952000', '211229.954000', '211229.957000', '211229.959000', '211229.962000', '211229.964000', '211229.967000', '211229.969000', '211229.972000', '211229.975000', '211229.977000', '211229.980000', '211229.982000', '211249.875000', '211249.877000', '211249.880000', '211249.883000', '211249.885000', '211249.888000', '211249.891000', '211249.894000', '211249.896000', '211249.899000', '211249.902000', '211249.904000', '211249.907000', '211249.910000', '211249.912000', '211249.915000', '211249.917000', '211249.920000', '211249.923000', '211249.925000', '211249.928000', '211249.931000', '211249.933000', '211249.936000', '211249.938000', '211249.941000', '211249.944000', '211249.947000', '211249.949000', '211249.952000', '211249.954000', '211249.957000', '211249.959000', '211249.962000', '211249.965000', '211249.967000', '211249.970000', '211249.972000', '211249.975000', '211249.977000', '211249.980000', '211249.983000', '211249.985000', '211249.988000', '211309.875000', '211309.877000', '211309.880000', '211309.883000', '211309.885000', '211309.888000', '211309.891000', '211309.893000', '211309.896000', '211309.898000', '211309.901000', '211309.903000', '211309.906000', '211309.909000', '211309.911000', '211309.914000', '211309.916000', '211309.919000', '211309.921000', '211309.924000', '211309.926000', '211309.929000', '211309.932000', '211309.934000', '211309.937000', '211309.940000', '211309.942000', '211309.945000', '211309.947000', '211309.950000', '211309.953000', '211309.955000', '211309.958000', '211309.960000', '211309.963000', '211309.966000', '211309.968000', '211309.971000', '211309.973000', '211309.976000', '211309.979000', '211309.981000', '211309.984000', '211329.874000', '211329.877000', '211329.881000', '211329.884000', '211329.887000', '211329.889000', '211329.892000', '211329.895000', '211329.897000', '211329.900000', '211329.903000', '211329.905000', '211329.908000', '211329.911000', '211329.913000', '211329.916000', '211329.919000', '211329.921000', '211329.924000', '211329.926000', '211329.929000', '211329.931000', '211329.934000', '211329.937000', '211329.939000', '211329.942000', '211329.944000', '211329.947000', '211329.950000', '211329.989000', '211329.992000', '211329.994000', '211329.997000', '211330.001000', '211330.003000', '211330.006000', '211330.009000', '211330.011000', '211330.014000', '211330.016000', '211330.019000', '211330.022000', '211330.024000', '211349.875000', '211349.877000', '211349.880000', '211349.883000', '211349.885000', '211349.888000', '211349.890000', '211349.893000', '211349.896000', '211349.898000', '211349.901000', '211349.904000', '211349.906000', '211349.909000', '211349.911000', '211349.914000', '211349.917000', '211349.919000', '211349.922000', '211349.924000', '211349.927000', '211349.929000', '211349.932000', '211349.934000', '211349.937000', '211349.939000', '211349.942000', '211349.945000', '211349.947000', '211349.950000', '211349.953000', '211349.955000', '211349.958000', '211349.960000', '211349.963000', '211349.965000', '211349.968000', '211349.971000', '211349.973000', '211349.976000', '211349.978000', '211349.981000', '211349.984000', '211349.986000', '211409.873000', '211409.876000', '211409.879000', '211409.882000', '211409.884000', '211409.887000', '211409.889000', '211409.892000', '211409.894000', '211409.897000', '211409.900000', '211409.902000', '211409.905000', '211409.907000', '211409.911000', '211409.914000', '211409.917000', '211409.920000', '211409.922000', '211409.925000', '211409.927000', '211409.930000', '211409.933000', '211409.936000', '211409.938000', '211409.941000', '211409.944000', '211409.946000', '211409.949000', '211409.951000', '211409.954000', '211409.957000', '211409.959000', '211409.962000', '211409.964000', '211409.967000', '211409.970000', '211409.972000', '211409.975000', '211409.977000', '211409.980000', '211409.983000', '211409.986000', '211429.873000', '211429.876000', '211429.879000', '211429.881000', '211429.884000', '211429.887000', '211429.889000', '211429.892000', '211429.894000', '211429.897000', '211429.900000', '211429.902000', '211429.905000', '211429.908000', '211429.910000', '211429.913000', '211429.915000', '211429.918000', '211429.920000', '211429.923000', '211429.926000', '211429.928000', '211429.931000', '211429.934000', '211429.936000', '211429.939000', '211429.941000', '211429.944000', '211429.947000', '211429.949000', '211429.952000', '211429.954000', '211429.957000', '211429.959000', '211429.962000', '211429.964000', '211429.967000', '211429.970000', '211429.972000', '211429.975000', '211429.977000', '211429.980000', '211429.982000', '211429.985000', '211449.874000', '211449.877000', '211449.880000', '211449.882000', '211449.885000', '211449.888000', '211449.890000', '211449.893000', '211449.895000', '211449.898000', '211449.900000', '211449.903000', '211449.906000', '211449.908000', '211449.911000', '211449.914000', '211449.917000', '211449.920000', '211449.923000', '211449.925000', '211449.928000', '211449.930000', '211449.933000', '211449.936000', '211449.938000', '211449.941000', '211449.943000', '211449.946000', '211449.949000', '211449.951000', '211449.954000', '211449.956000', '211449.959000', '211449.961000', '211449.964000', '211449.966000', '211449.969000', '211449.972000', '211449.974000', '211449.977000', '211449.979000', '211449.982000', '211449.984000', '211509.874000', '211509.877000', '211509.880000', '211509.882000', '211509.885000', '211509.888000', '211509.890000', '211509.893000', '211509.895000', '211509.898000', '211509.901000', '211509.944000', '211509.946000', '211509.949000', '211509.952000', '211509.954000', '211509.957000', '211509.959000', '211509.962000', '211509.964000', '211509.967000', '211509.969000', '211509.972000', '211509.974000', '211509.977000', '211509.980000', '211509.982000', '211509.985000', '211509.987000', '211509.990000', '211509.993000', '211509.995000', '211509.998000', '211510.001000', '211510.004000', '211510.006000', '211510.009000', '211510.012000', '211510.014000', '211510.017000', '211510.019000', '211510.022000', '211510.025000', '211510.027000', '211529.874000', '211529.877000', '211529.880000', '211529.882000', '211529.885000', '211529.888000', '211529.890000', '211529.893000', '211529.895000', '211529.898000', '211529.901000', '211529.903000', '211529.906000', '211529.909000', '211529.911000', '211529.914000', '211529.917000', '211529.920000', '211529.922000', '211529.925000', '211529.927000', '211529.930000', '211529.932000', '211529.935000', '211529.938000', '211529.940000', '211529.943000', '211529.945000', '211529.948000', '211529.951000', '211529.953000', '211529.956000', '211529.958000', '211529.961000', '211529.964000', '211529.966000', '211529.970000', '211529.973000', '211529.976000', '211529.979000', '211529.981000', '211529.984000', '211529.987000', '211549.875000', '211549.877000', '211549.880000', '211549.882000', '211549.885000', '211549.888000', '211549.890000', '211549.893000', '211549.895000', '211549.898000', '211549.900000', '211549.903000', '211549.906000', '211549.908000', '211549.911000', '211549.913000', '211549.916000', '211549.918000', '211549.921000', '211549.924000', '211549.926000', '211549.929000', '211549.931000', '211549.934000', '211549.937000', '211549.939000', '211549.942000', '211549.944000', '211549.947000', '211549.950000', '211549.952000', '211549.955000', '211549.957000', '211549.960000', '211549.962000', '211549.965000', '211549.967000', '211549.970000', '211549.973000', '211549.975000', '211549.978000', '211549.980000', '211549.983000', '211549.985000', '211609.875000', '211609.877000', '211609.880000', '211609.883000', '211609.885000', '211609.888000', '211609.890000', '211609.893000', '211609.895000', '211609.898000', '211609.901000', '211609.903000', '211609.906000', '211609.908000', '211609.911000', '211609.913000', '211609.916000', '211609.919000', '211609.921000', '211609.924000', '211609.926000', '211609.929000', '211609.932000', '211609.935000', '211609.938000', '211609.940000', '211609.943000', '211609.945000', '211609.948000', '211609.950000', '211609.953000', '211609.955000', '211609.958000', '211609.961000', '211609.963000', '211609.966000', '211609.968000', '211609.971000', '211609.974000', '211609.976000', '211609.979000', '211609.981000', '211609.984000', '211629.873000', '211629.885000', '211629.888000', '211629.891000', '211629.893000', '211629.896000', '211629.898000', '211629.901000', '211629.903000', '211629.906000', '211629.908000', '211629.911000', '211629.914000', '211629.916000', '211629.919000', '211629.921000', '211629.924000', '211629.926000', '211629.929000', '211629.932000', '211629.934000', '211629.951000', '211629.953000', '211629.956000', '211629.958000', '211629.961000', '211629.969000', '211629.971000', '211629.974000', '211629.977000', '211629.979000', '211629.982000', '211629.984000', '211629.987000', '211629.989000', '211629.992000', '211629.995000', '211629.997000', '211630.001000', '211630.004000', '211630.006000', '211630.009000', '211630.011000', '211630.014000', '211649.873000', '211649.876000', '211649.879000', '211649.882000', '211649.884000', '211649.887000', '211649.889000', '211649.892000', '211649.895000', '211649.897000', '211649.900000', '211649.902000', '211649.905000', '211649.908000', '211649.910000', '211649.913000', '211649.915000', '211649.918000', '211649.920000', '211649.923000', '211649.926000', '211649.928000', '211649.931000', '211649.933000', '211649.936000', '211649.938000', '211649.941000', '211649.944000', '211649.946000', '211649.949000', '211649.952000', '211649.955000', '211649.958000', '211649.961000', '211649.963000', '211649.966000', '211649.968000', '211649.971000', '211649.973000', '211649.976000', '211649.979000', '211649.981000', '211649.984000', '211709.875000', '211709.877000', '211709.880000', '211709.883000', '211709.885000', '211709.888000', '211709.890000', '211709.893000', '211709.896000', '211709.898000', '211709.901000', '211709.904000', '211709.906000', '211709.909000', '211709.911000', '211709.914000', '211709.917000', '211709.919000', '211709.922000', '211709.924000', '211709.927000', '211709.929000', '211709.932000', '211709.935000', '211709.937000', '211709.940000', '211709.942000', '211709.945000', '211709.947000', '211709.950000', '211709.953000', '211709.955000', '211709.958000', '211709.960000', '211709.963000', '211709.966000', '211709.968000', '211709.971000', '211709.973000', '211709.976000', '211709.979000', '211709.981000', '211709.984000', '211709.986000', '211729.874000', '211729.877000', '211729.880000', '211729.882000', '211729.885000', '211729.888000', '211729.890000', '211729.893000', '211729.896000', '211729.898000', '211729.901000', '211729.903000', '211729.906000', '211729.908000', '211729.911000', '211729.913000', '211729.916000', '211729.919000', '211729.921000', '211729.924000', '211729.926000', '211729.929000', '211729.932000', '211729.934000', '211729.937000', '211729.939000', '211729.942000', '211729.944000', '211729.947000', '211729.950000', '211729.952000', '211729.955000', '211729.957000', '211729.960000', '211729.963000', '211729.965000', '211729.968000', '211729.970000', '211729.973000', '211729.975000', '211729.978000', '211729.980000', '211729.983000', '211749.875000', '211749.877000', '211749.880000', '211749.883000', '211749.885000', '211749.888000', '211749.890000', '211749.893000', '211749.896000', '211749.898000', '211749.901000', '211749.903000', '211749.906000', '211749.908000', '211749.911000', '211749.914000', '211749.916000', '211749.919000', '211749.921000', '211749.924000', '211749.926000', '211749.929000', '211749.932000', '211749.934000', '211749.937000', '211749.939000', '211749.942000', '211749.945000', '211749.947000', '211749.950000', '211749.952000', '211749.955000', '211749.972000', '211749.974000', '211749.977000', '211749.980000', '211749.982000', '211749.985000', '211749.987000', '211749.990000', '211749.992000', '211749.995000', '211749.998000', '211750.001000', '211809.875000', '211809.878000', '211809.880000', '211809.883000', '211809.886000', '211809.888000', '211809.891000', '211809.894000', '211809.896000', '211809.899000', '211809.902000', '211809.904000', '211809.907000', '211809.909000', '211809.912000', '211809.915000', '211809.917000', '211809.920000', '211809.923000', '211809.925000', '211809.928000', '211809.930000', '211809.933000', '211809.936000', '211809.938000', '211809.941000', '211809.943000', '211809.946000', '211809.948000', '211809.951000', '211809.954000', '211809.956000', '211809.959000', '211809.961000', '211809.964000', '211809.967000', '211809.969000', '211809.972000', '211809.974000', '211809.977000', '211809.980000', '211809.982000', '211809.985000', '211829.875000', '211829.877000', '211829.880000', '211829.883000', '211829.885000', '211829.888000', '211829.890000', '211829.893000', '211829.896000', '211829.898000', '211829.901000', '211829.903000', '211829.906000', '211829.908000', '211829.911000', '211829.914000', '211829.916000', '211829.919000', '211829.922000', '211829.924000', '211829.927000', '211829.929000', '211829.932000', '211829.934000', '211829.937000', '211829.940000', '211829.942000', '211829.945000', '211829.947000', '211829.950000', '211829.953000', '211829.955000', '211829.958000', '211829.960000', '211829.963000', '211829.965000', '211829.968000', '211829.970000', '211829.973000', '211829.976000', '211829.978000', '211829.981000', '211829.983000', '211829.986000', '211849.874000', '211849.876000', '211849.879000', '211849.882000', '211849.884000', '211849.887000', '211849.890000', '211849.892000', '211849.895000', '211849.897000', '211849.900000', '211849.902000', '211849.905000', '211849.908000', '211849.910000', '211849.913000', '211849.916000', '211849.918000', '211849.921000', '211849.923000', '211849.926000', '211849.928000', '211849.931000', '211849.934000', '211849.936000', '211849.939000', '211849.941000', '211849.944000', '211849.946000', '211849.949000', '211849.952000', '211849.954000', '211849.957000', '211849.960000', '211849.962000', '211849.965000', '211849.967000', '211849.970000', '211849.973000', '211849.975000', '211849.978000', '211849.980000', '211849.983000', '211909.874000', '211909.877000', '211909.879000', '211909.882000', '211909.884000', '211909.887000', '211909.890000', '211909.892000', '211909.895000', '211909.897000', '211909.900000', '211909.903000', '211909.905000', '211909.908000', '211909.911000', '211909.913000', '211909.916000', '211909.918000', '211909.921000', '211909.924000', '211909.926000', '211909.929000', '211909.931000', '211909.934000', '211909.936000', '211909.939000', '211909.942000', '211909.944000', '211909.947000', '211909.960000', '211909.963000', '211909.966000', '211909.968000', '211909.971000', '211909.974000', '211909.976000', '211909.979000', '211909.981000', '211909.984000', '211909.986000', '211909.989000', '211909.991000', '211909.994000', '211909.997000', '211929.874000', '211929.877000', '211929.880000', '211929.883000', '211929.885000', '211929.888000', '211929.890000', '211929.893000', '211929.896000', '211929.898000', '211929.901000', '211929.904000', '211929.906000', '211929.909000', '211929.912000', '211929.914000', '211929.917000', '211929.920000', '211929.922000', '211929.925000', '211929.928000', '211929.930000', '211929.933000', '211929.935000', '211929.938000', '211929.940000', '211929.943000', '211929.946000', '211929.948000', '211929.951000', '211929.954000', '211929.956000', '211929.959000', '211929.961000', '211929.964000', '211929.966000', '211929.969000', '211929.972000', '211929.974000', '211929.977000', '211929.979000', '211929.982000', '211929.985000', '211949.875000', '211949.878000', '211949.880000', '211949.883000', '211949.885000', '211949.888000', '211949.891000', '211949.893000', '211949.896000', '211949.898000', '211949.901000', '211949.903000', '211949.906000', '211949.909000', '211949.911000', '211949.914000', '211949.916000', '211949.919000', '211949.922000', '211949.924000', '211949.927000', '211949.929000', '211949.932000', '211949.934000', '211949.937000', '211949.940000', '211949.942000', '211949.945000', '211949.947000', '211949.950000', '211949.953000', '211949.955000', '211949.958000', '211949.960000', '211949.963000', '211949.965000', '211949.968000', '211949.971000', '211949.974000', '211949.976000', '211949.979000', '211949.981000', '211949.984000', '211949.987000', '212009.875000', '212009.877000', '212009.880000', '212009.883000', '212009.886000', '212009.888000', '212009.891000', '212009.893000', '212009.896000', '212009.899000', '212009.901000', '212009.904000', '212009.907000', '212009.909000', '212009.912000', '212009.915000', '212009.917000', '212009.920000', '212009.922000', '212009.925000', '212009.928000', '212009.930000', '212009.933000', '212009.935000', '212009.938000', '212009.941000', '212009.943000', '212009.946000', '212009.948000', '212009.951000', '212009.954000', '212009.956000', '212009.959000', '212009.961000', '212009.964000', '212009.966000', '212009.969000', '212009.972000', '212009.974000', '212009.977000', '212009.979000', '212009.982000', '212009.985000', '212029.875000', '212029.878000', '212029.880000', '212029.883000', '212029.886000', '212029.889000', '212029.893000', '212029.895000', '212029.898000', '212029.901000', '212029.903000', '212029.906000', '212029.909000', '212029.911000', '212029.914000', '212029.916000', '212029.919000', '212029.922000', '212029.924000', '212029.927000', '212029.929000', '212029.932000', '212029.935000', '212029.937000', '212029.940000', '212029.981000', '212029.984000', '212029.987000', '212029.990000', '212029.992000', '212029.995000', '212029.998000', '212030.001000', '212030.004000', '212030.006000', '212030.009000', '212030.011000', '212030.014000', '212030.017000', '212030.019000', '212030.022000', '212030.025000', '212030.027000', '212030.030000', '212041.805000', '212041.808000', '212041.810000', '212041.813000', '212041.815000', '212041.818000', '212041.821000', '212041.823000', '212041.826000', '212041.828000', '212041.831000', '212041.834000', '212041.836000', '212041.839000', '212041.842000', '212041.844000', '212041.847000', '212041.849000', '212041.852000', '212041.855000', '212041.857000', '212041.860000', '212041.863000', '212041.865000', '212041.868000', '212041.870000'], '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': [12298, 14799, 9501, 14386, 11292, 14002, 11734, 12067, 15796, 10801, 14380, 11132, 13123, 10220, 9682, 9574, 8838, 12234, 9882, 14299, 10432, 14684, 11126, 14712, 10884, 14561, 15347, 10826, 14807, 11717, 13992, 9424, 12784, 14288, 10144, 14539, 11647, 13819, 10173, 12497, 8830, 12282, 8817, 12550, 12788, 10249, 14562, 11641, 14296, 9517, 12531, 15356, 11928, 14077, 10375, 12835, 10067, 11823, 15291, 11506, 14293, 10647, 13037, 8943, 13904, 10564, 12109, 15361, 12037, 14145, 10799, 13432, 10989, 12613, 15468, 12382, 14454, 11364, 13339, 9077, 14304, 10233, 13150, 15893, 10839, 14640, 11858, 14997, 10102, 13286, 13433, 12353, 14877, 11182, 14302, 10818, 13549, 9920, 13182, 8580, 12439, 11007, 10031, 14370, 11715, 14225, 9400, 12782, 15330, 10455, 14723, 11708, 13627, 8881, 12627, 11550, 10605, 14645, 11166, 12288, 9063, 12414, 9143, 11772, 15014, 10782, 13575, 10874, 13041, 8861, 12036, 14228, 10301, 14731, 11560, 13210, 8937, 13046, 8998, 13014, 9511, 12946, 11875, 12387, 15047, 11769, 14662, 11529, 14155, 10391, 14902, 10270, 13224, 15599, 11747, 14183, 11191, 14429, 8827, 12651, 11434, 11960, 14169, 10823, 14669, 11174, 13413, 10335, 14257, 9462, 13203, 9409, 12868, 13689, 11475, 14890, 11151, 14683, 11417, 14347, 9967, 13537, 9875, 13090, 13955, 10858, 15164, 11600, 13322, 9518, 13433, 9675, 12587, 14959, 10453, 14032, 10900, 13821, 9028, 12623, 12561, 10504, 14452, 11926, 13964, 10120, 12647, 8871, 13750, 9447, 13434, 11947, 11561, 15285, 12261, 14828, 11140, 13667, 9563, 13431, 15812, 11330, 15290, 11899, 13955, 9366, 13827, 12401, 11094, 15062, 11854, 13625, 10428, 13444, 8897, 12699, 9222, 11665, 14783, 11303, 14234, 10814, 12961, 8843, 13096, 14537, 10894, 15142, 11899, 13637, 9425, 13869, 11444, 11184, 14844, 11496, 13524, 10411, 13148, 8682, 11971, 11189, 10644, 14458, 11654, 13464, 9814, 13259, 9882, 13188, 15332, 10664, 14637, 10152, 13529, 9928, 12579, 15160, 11365, 12951, 9651, 13132, 8753, 12679, 11160, 10845, 15107, 11209, 14008, 10552, 12869, 8813, 13662, 8896, 13262, 9420, 12739, 10821, 13283, 11402, 12877, 15218, 11120, 15260, 12213, 14709, 11374, 14301, 9953, 14513, 10322, 14559, 9113, 13693, 10594, 13351, 12060, 12679, 15787, 11232, 14424, 11226, 14735, 9251, 13355, 11630, 12345, 13362, 10611, 14683, 11304, 13526, 10319, 13928, 10296, 13316, 8597, 12864, 9425, 13040, 9572, 12794, 14452, 10610, 14899, 12083, 14494, 11196, 13734, 9666, 14119, 10335, 12651, 15987, 11007, 14210, 11304, 14246, 10170, 13105, 9123, 12197, 10926, 11332, 11975, 10237, 13751, 10869, 13077, 10131, 13610, 8720, 12461, 10246, 11734, 14881, 11079, 14452, 10972, 13217, 8923, 13779, 10061, 12850, 15188, 10805, 14202, 11142, 14562, 9101, 13348, 10379, 12939, 12289, 11803, 13445, 10586, 13373, 10849, 12043, 11490, 11347, 11849, 12807, 11274, 14733, 11578, 14938, 10613, 13912, 15878, 11936, 15294, 11755, 13527, 15264, 11462, 14806, 11441, 13204, 11172, 10137, 14554, 11566, 13403, 8933, 10884, 14375, 11536, 13271, 8565, 11955, 15953, 10596, 13424, 10300, 13088, 9743, 11049, 14708, 11742, 13624, 9717, 12056, 8906, 11386, 14923, 10405, 13909, 10315, 12233, 9081, 12737, 8920, 12336, 10307, 10820, 15034, 11070, 14172, 10542, 13329, 9732, 13301, 9754, 13737, 9892, 12555, 15085, 10724, 15017, 11867, 14878, 11092, 14071, 9935, 13522, 11980, 12398, 13962, 10233, 14455, 11578, 13685, 10775, 13819, 9283, 12389, 9048, 12590, 11469, 10690, 14829, 11579, 13475, 9764, 13742, 11153, 10633, 14796, 11681, 13936, 9987, 12707, 10594, 11493, 15567, 10887, 13600, 9964, 11837, 8594, 11907, 8945, 12212, 9957, 10785, 14818, 11129, 13661, 10299, 12905, 8977, 12872, 12606, 11160, 14672, 11572, 13264, 10174, 13713, 9195, 12814, 15290, 10231, 14475, 11114, 13921, 9181, 12932, 9408, 11292, 15699, 10848, 13598, 10393, 12444, 9092, 12524, 13828, 10441, 14807, 10917, 12361, 8727, 12793, 8607, 12658, 9451, 12139, 10934, 12274, 12794, 10719, 14709, 11702, 14057, 10118, 13981, 10521, 12206, 15149, 11670, 14016, 11068, 13697, 8998, 12688, 9197, 12322, 11546, 10766, 14331, 11508, 13524, 10710, 13760, 9185, 12185, 15694, 10453, 14642, 11432, 13500, 9131, 12651, 12705, 11559, 13808, 10297, 13810, 10449, 12749, 10198, 14120, 10261, 13705, 10166, 13448, 10432, 14526, 10293, 13621, 9718, 13419, 12884, 12413, 15239, 10574, 14784, 11281, 14326, 10749, 13914, 8703, 13416, 12297, 12598, 15252, 10264, 14559, 11329, 13495, 10509, 13197, 9299, 10940, 9207, 10818, 8724, 11612, 8780, 11492, 14732, 11240, 14390, 10829, 13343, 16589, 12036, 13846, 12574, 12655, 14710, 11172, 12267, 11931, 11229, 14521, 11082, 12638, 8679, 11114, 15633, 11035, 13032, 10018, 12183, 9358, 10764, 9569, 10825, 9428, 11433, 9236, 11892, 9768, 12495, 14438, 10473, 14408, 11274, 14396, 15099, 11124, 14996, 11245, 13317, 14618, 11100, 14360, 11279, 12298, 9109, 11495, 15199, 10095, 14454, 10605, 12417, 9903, 11599, 15100, 11009, 13351, 9393, 11685, 9053, 11641, 10336, 10329, 13687, 10849, 12714, 9986, 12743, 9036, 11981, 9208, 12568, 8732, 12964, 10273, 12140, 16099, 11455, 14467, 11264, 13879, 10362, 13789, 13520, 11876, 15119, 12064, 13555, 9972, 13589, 10686, 12319, 10988, 10883, 14737, 10539, 14381, 11033, 13963, 10450, 13393, 10685, 13807, 11498, 11159, 14932, 11624, 13807, 10683, 13578, 11524, 10439, 14610, 11284, 13352, 9959, 11490, 11561, 9363, 13654, 10668, 11783, 9157, 11103, 9233, 10926, 8731, 11939, 12714, 9887, 14464, 11095, 14656, 11064, 13952, 10359, 12338, 10537, 12764, 13041, 11321, 14120, 13142, 11978, 16574, 13078, 15443, 12053, 14073, 9956, 13953, 12230, 12960, 14211, 10646, 13913, 10098, 14290, 10691, 14214, 11203, 12655, 9731, 12973, 9889, 13926, 10526, 13081, 9752, 12759, 9642, 13527, 10662, 12454, 10379, 12330, 10494, 13590, 9886, 13800, 10828, 12122, 12846, 10958, 15857, 11831, 9885, 12903, 9930, 14035, 10467, 15943, 11665, 14789, 11355, 12724, 15985, 11451, 16472, 12631, 16277, 11722, 13961, 10834, 14441, 11015, 15471, 11052, 14862, 8965, 14142, 9972, 14653, 10778, 14109, 10926, 13391, 14604, 12458, 16381, 11994, 15814, 11508, 15372, 11792, 16054, 11840, 16059, 11263, 15010, 11185, 15714, 11860, 12050, 11921, 11185, 13619, 10064, 15273, 9236, 14713, 9506, 14974, 10852, 15715, 10486, 15285, 10558, 15012, 11236, 15733, 11242, 15227, 10647, 14643, 10941, 14676, 11237, 12879, 10249, 8692, 13093, 10642, 15183, 10912, 11012, 11975, 14024, 11015, 15734, 12482, 15489, 10546, 13922, 11045, 12429, 15787, 12309, 14052, 9667, 11854, 8919, 11253, 11932, 10394, 14414, 9675, 12184, 8945, 12240, 9629, 10590, 14511, 10299, 13021, 9621, 12715, 8850, 11640, 10235, 11127, 15281, 12113, 15099, 10743, 13916, 11851, 13212, 16600, 14259, 15577, 10970, 13198, 16717, 11880, 15598, 12402, 14473, 9059, 13056, 10258, 12214, 15913, 11748, 15142, 11168, 13791, 10835, 12909, 15879, 11549, 15872, 11554, 13900, 9594, 13436, 10577, 13746, 10830, 12414, 15834, 12559, 15927, 12483, 14854, 10555, 13776, 10326, 12996, 13110, 12032, 13451, 10105, 14992, 11369, 14283, 10643, 14785, 16750, 11683, 16241, 13083, 14928, 17881, 11360, 15284, 11193, 14107, 14599, 10883, 15193, 10716, 13051, 9931, 12049, 13237, 9900, 14872, 11057, 12343, 9532, 12424, 8914, 11974, 8783, 11268, 14046, 10819, 14766, 11162, 13676, 9488, 12533, 15432, 12607, 15735, 11580, 15011, 11008, 13821, 10419, 14068, 9103, 13447, 11162, 11769, 15581, 11661, 14801, 10541, 14224, 11161, 13987, 14786, 11032, 15392, 11453, 14321, 10280, 13625, 13839, 10286, 15218, 11344, 14342, 9869, 12607, 17194, 11466, 14513, 11358, 13773, 14995, 10304, 15181, 11390, 13441, 8917, 12311, 9874, 10252, 13744, 9566, 12928, 9333, 11923, 9034, 12187, 9417, 11813, 13676, 10048, 15018, 11364, 14094, 9980, 13283, 9000, 12839, 10348, 12601, 13648, 9686, 15165, 10724, 13778, 10533, 12703, 16675, 10739, 14845, 11179, 13697, 16669, 10925, 15572, 11189, 14135, 9468, 12103, 13496, 9864, 13700, 9459, 11822, 8443, 11695, 9015, 10810, 14886, 10946, 14188, 10128, 14172, 11139, 12738, 16465, 11861, 15101, 10331, 15389, 10787, 14137, 17390, 11098, 16045, 12095, 15444, 10584, 12689, 15055, 11040, 15644, 11478, 13408, 10069, 11822, 9759, 11134, 9117, 8541, 9155, 8368, 10926, 8710, 11275, 8760, 11995, 8654, 12295, 12169, 12861, 15209, 10935, 16056, 11450, 15077, 9880, 14595, 10231, 12684, 15002, 10928, 15730, 11637, 14991, 8897, 12919, 11463, 11121, 15896, 11545, 14284, 8978, 12112, 9059, 12134, 9788, 11126, 13793, 10446, 14671, 11022, 14778, 9062, 14237, 14485, 11056, 16278, 12053, 15475, 10515, 13285, 16376, 11722, 15362, 11635, 14969, 9375, 13467, 9345, 14397, 9068, 14470, 9210, 13427, 16732, 12351, 15833, 9703, 13913, 16606, 12346, 15299, 12088, 13581, 14577, 10268, 15559, 9487, 13359, 14144, 10895, 15386, 10804, 12764, 8707, 11356, 12002, 10493, 14112, 10024, 13339, 9671, 13113, 10731, 12973, 14711, 10571, 16201, 11731, 15313, 11655, 14615, 16484, 11011, 16271, 11571, 15303, 10920, 13128, 14271, 10806, 15697, 11797, 13781, 9936, 14337, 10882, 14006, 10977, 15514, 11224, 15167, 9504, 14905, 13143, 13340, 13788, 11085, 16300, 11887, 15765, 11881, 15951, 9732, 13936, 9936, 14114, 10053, 13626, 11234, 12193, 16006, 11855, 15419, 11289, 13718, 8974, 13457, 9648, 13297, 9798, 12537], 'WindowCenter': [5077.0, 5060.0, 5004.0, 5032.0, 4997.0, 5014.0, 4995.0, 4995.0, 5001.0, 4982.0, 5000.0, 4985.0, 4990.0, 4974.0, 4974.0, 4976.0, 4975.0, 4999.0, 4986.0, 5016.0, 4996.0, 5015.0, 4996.0, 5017.0, 4985.0, 5016.0, 5014.0, 4984.0, 5001.0, 4980.0, 4991.0, 4950.0, 4991.0, 4988.0, 4960.0, 4989.0, 4968.0, 4991.0, 4971.0, 4981.0, 4951.0, 4981.0, 4962.0, 4994.0, 4991.0, 4973.0, 5002.0, 4984.0, 5004.0, 4961.0, 4993.0, 5000.0, 4981.0, 4991.0, 4972.0, 4981.0, 4958.0, 4981.0, 5000.0, 4982.0, 5000.0, 4970.0, 4990.0, 4961.0, 5016.0, 4982.0, 4992.0, 5011.0, 4992.0, 5003.0, 4984.0, 5000.0, 4972.0, 4994.0, 5002.0, 4992.0, 5002.0, 4982.0, 4992.0, 4952.0, 5001.0, 4973.0, 4992.0, 4998.0, 4971.0, 4988.0, 4981.0, 4998.0, 4960.0, 4990.0, 4979.0, 4978.0, 4986.0, 4967.0, 4986.0, 4969.0, 4988.0, 4957.0, 4979.0, 4951.0, 4980.0, 4970.0, 4973.0, 5000.0, 4982.0, 5002.0, 4963.0, 4992.0, 4998.0, 4970.0, 4990.0, 4979.0, 4986.0, 4947.0, 4978.0, 4968.0, 4970.0, 4989.0, 4969.0, 4979.0, 4950.0, 4979.0, 4960.0, 4981.0, 4997.0, 4970.0, 4988.0, 4971.0, 4991.0, 4961.0, 4991.0, 4989.0, 4972.0, 4999.0, 4982.0, 4989.0, 4961.0, 4991.0, 4950.0, 4992.0, 4973.0, 4992.0, 4980.0, 4992.0, 5002.0, 4993.0, 5001.0, 4982.0, 5002.0, 4969.0, 5002.0, 4972.0, 4991.0, 4998.0, 4981.0, 4990.0, 4971.0, 5000.0, 4950.0, 4988.0, 4968.0, 4981.0, 4999.0, 4982.0, 4999.0, 4981.0, 4991.0, 4970.0, 4998.0, 4973.0, 5001.0, 4962.0, 5000.0, 5001.0, 4983.0, 5011.0, 4982.0, 5000.0, 4981.0, 4998.0, 4972.0, 4990.0, 4960.0, 4991.0, 4989.0, 4971.0, 4999.0, 4979.0, 4989.0, 4960.0, 4989.0, 4960.0, 4991.0, 4997.0, 4969.0, 4999.0, 4969.0, 5000.0, 4963.0, 4991.0, 4979.0, 4970.0, 4997.0, 4990.0, 5001.0, 4972.0, 4991.0, 4960.0, 5002.0, 4971.0, 5003.0, 4991.0, 4993.0, 5011.0, 4990.0, 5002.0, 4983.0, 4999.0, 4962.0, 5001.0, 5012.0, 4982.0, 5001.0, 4981.0, 4989.0, 4950.0, 4990.0, 4977.0, 4969.0, 4998.0, 4977.0, 4988.0, 4959.0, 4989.0, 4961.0, 4988.0, 4958.0, 4992.0, 4999.0, 4981.0, 5000.0, 4981.0, 4991.0, 4961.0, 5003.0, 5001.0, 4981.0, 5001.0, 4981.0, 5001.0, 4961.0, 4991.0, 4980.0, 4981.0, 4989.0, 4980.0, 4986.0, 4967.0, 4989.0, 4951.0, 4980.0, 4980.0, 4972.0, 4999.0, 4982.0, 4990.0, 4971.0, 4992.0, 4960.0, 4992.0, 5011.0, 4970.0, 4987.0, 4957.0, 4988.0, 4957.0, 4981.0, 5015.0, 4981.0, 4990.0, 4971.0, 4987.0, 4962.0, 4989.0, 4968.0, 4970.0, 4996.0, 4978.0, 5001.0, 4980.0, 4990.0, 4962.0, 5000.0, 4961.0, 5003.0, 4961.0, 5000.0, 4979.0, 5002.0, 4992.0, 5003.0, 5012.0, 4984.0, 5010.0, 4991.0, 5012.0, 4982.0, 5001.0, 4970.0, 4999.0, 4971.0, 5001.0, 4963.0, 4999.0, 4971.0, 5001.0, 4991.0, 4992.0, 5010.0, 4980.0, 4998.0, 4979.0, 5000.0, 4960.0, 4991.0, 4977.0, 4989.0, 4989.0, 4972.0, 4997.0, 4979.0, 4989.0, 4967.0, 5000.0, 4971.0, 4989.0, 4952.0, 4992.0, 4960.0, 5003.0, 4972.0, 5003.0, 5000.0, 4982.0, 5003.0, 4993.0, 5001.0, 4982.0, 5001.0, 4961.0, 5000.0, 4971.0, 4988.0, 4997.0, 4968.0, 4988.0, 4967.0, 4988.0, 4970.0, 4985.0, 4949.0, 4978.0, 4968.0, 4970.0, 4980.0, 4971.0, 4988.0, 4980.0, 4991.0, 4972.0, 5001.0, 4964.0, 4989.0, 4972.0, 4992.0, 5011.0, 4993.0, 5002.0, 4982.0, 5001.0, 4962.0, 5002.0, 4973.0, 5003.0, 4999.0, 4983.0, 4999.0, 4981.0, 5012.0, 4963.0, 5003.0, 4972.0, 4993.0, 4992.0, 4994.0, 5001.0, 4982.0, 5003.0, 4983.0, 5004.0, 4994.0, 4993.0, 5006.0, 5015.0, 5008.0, 5026.0, 5009.0, 5026.0, 4997.0, 5029.0, 5024.0, 4996.0, 5015.0, 4993.0, 5005.0, 5010.0, 4984.0, 5001.0, 4982.0, 4991.0, 4969.0, 4970.0, 4990.0, 4970.0, 4990.0, 4951.0, 4971.0, 4989.0, 4979.0, 4989.0, 4952.0, 4980.0, 4998.0, 4969.0, 4978.0, 4961.0, 4980.0, 4949.0, 4970.0, 4989.0, 4967.0, 4977.0, 4960.0, 4969.0, 4939.0, 4981.0, 4987.0, 4968.0, 4989.0, 4971.0, 4977.0, 4951.0, 4991.0, 4952.0, 4990.0, 4960.0, 4982.0, 5000.0, 4980.0, 5000.0, 4972.0, 4991.0, 4961.0, 4992.0, 4962.0, 4991.0, 4971.0, 4990.0, 5000.0, 4972.0, 5000.0, 4982.0, 4999.0, 4971.0, 4989.0, 4960.0, 4989.0, 4969.0, 4980.0, 4988.0, 4958.0, 4989.0, 4981.0, 4989.0, 4970.0, 4999.0, 4961.0, 4992.0, 4962.0, 4990.0, 4993.0, 4983.0, 5002.0, 4984.0, 4993.0, 4971.0, 5002.0, 4971.0, 4972.0, 4999.0, 4978.0, 4990.0, 4958.0, 4979.0, 4956.0, 4970.0, 4995.0, 4969.0, 4988.0, 4958.0, 4968.0, 4948.0, 4979.0, 4962.0, 4990.0, 4961.0, 4983.0, 4999.0, 4982.0, 5002.0, 4973.0, 4992.0, 4952.0, 4991.0, 4981.0, 4984.0, 5000.0, 4982.0, 4991.0, 4971.0, 5001.0, 4963.0, 4992.0, 5000.0, 4972.0, 4998.0, 4981.0, 4991.0, 4963.0, 4990.0, 4948.0, 4981.0, 5000.0, 4968.0, 4989.0, 4972.0, 4980.0, 4951.0, 4991.0, 4990.0, 4973.0, 5000.0, 4971.0, 4979.0, 4950.0, 4990.0, 4961.0, 4992.0, 4960.0, 4992.0, 4981.0, 4992.0, 5003.0, 4984.0, 5000.0, 4993.0, 5001.0, 4973.0, 5000.0, 4968.0, 4981.0, 4988.0, 4969.0, 4989.0, 4979.0, 4987.0, 4949.0, 4990.0, 4950.0, 4990.0, 4981.0, 4980.0, 5000.0, 4981.0, 4992.0, 4970.0, 4991.0, 4958.0, 4980.0, 4998.0, 4972.0, 4999.0, 4982.0, 4990.0, 4959.0, 4990.0, 4980.0, 4978.0, 4988.0, 4971.0, 4990.0, 4971.0, 4992.0, 4970.0, 5003.0, 4983.0, 5001.0, 4982.0, 5002.0, 4984.0, 5014.0, 4986.0, 5005.0, 4974.0, 5006.0, 5004.0, 5006.0, 5012.0, 4983.0, 5001.0, 4981.0, 5001.0, 4982.0, 5000.0, 4953.0, 5001.0, 4981.0, 4989.0, 4999.0, 4971.0, 4988.0, 4970.0, 4978.0, 4958.0, 4986.0, 4961.0, 4969.0, 4972.0, 4993.0, 4975.0, 5006.0, 4977.0, 5009.0, 5013.0, 4997.0, 5017.0, 4997.0, 5007.0, 5025.0, 4992.0, 5006.0, 4981.0, 4993.0, 5001.0, 4972.0, 4982.0, 4968.0, 4969.0, 4990.0, 4969.0, 4979.0, 4938.0, 4969.0, 4988.0, 4958.0, 4977.0, 4958.0, 4979.0, 4961.0, 4969.0, 4973.0, 4982.0, 4974.0, 4993.0, 4974.0, 5006.0, 4974.0, 5007.0, 5012.0, 4984.0, 5005.0, 4983.0, 5004.0, 5000.0, 4982.0, 5001.0, 4969.0, 4991.0, 4987.0, 4970.0, 4978.0, 4968.0, 4979.0, 4939.0, 4968.0, 4988.0, 4959.0, 4987.0, 4967.0, 4979.0, 4947.0, 4969.0, 4985.0, 4959.0, 4975.0, 4936.0, 4965.0, 4936.0, 4967.0, 4957.0, 4958.0, 4986.0, 4971.0, 4977.0, 4959.0, 4989.0, 4961.0, 4980.0, 4962.0, 4990.0, 4964.0, 5001.0, 4973.0, 4992.0, 5011.0, 4983.0, 5002.0, 4982.0, 5001.0, 4972.0, 5002.0, 4989.0, 4982.0, 5002.0, 4979.0, 4989.0, 4959.0, 4990.0, 4970.0, 4981.0, 4971.0, 4971.0, 4999.0, 4971.0, 5000.0, 4984.0, 5002.0, 4972.0, 5002.0, 4973.0, 5001.0, 4982.0, 4980.0, 4999.0, 4980.0, 4991.0, 4961.0, 4991.0, 4970.0, 4959.0, 4988.0, 4969.0, 4979.0, 4956.0, 4969.0, 4967.0, 4948.0, 4986.0, 4968.0, 4981.0, 4970.0, 4980.0, 4972.0, 4997.0, 4963.0, 4994.0, 5003.0, 4984.0, 5014.0, 4996.0, 5014.0, 4984.0, 5013.0, 4984.0, 5002.0, 4985.0, 5006.0, 5005.0, 4985.0, 5016.0, 5004.0, 4995.0, 5026.0, 4994.0, 5013.0, 4993.0, 5002.0, 4960.0, 4992.0, 4969.0, 5002.0, 4988.0, 4960.0, 4976.0, 4959.0, 4989.0, 4959.0, 4986.0, 4970.0, 4979.0, 4961.0, 4982.0, 4963.0, 4991.0, 4975.0, 4992.0, 4963.0, 4981.0, 4951.0, 4992.0, 4960.0, 4994.0, 4972.0, 4995.0, 4975.0, 5005.0, 5000.0, 5016.0, 4995.0, 5005.0, 5002.0, 4985.0, 5014.0, 4985.0, 4973.0, 5006.0, 4986.0, 5018.0, 4988.0, 5017.0, 4982.0, 5006.0, 4984.0, 4995.0, 5012.0, 4984.0, 5000.0, 4982.0, 5010.0, 4993.0, 4990.0, 4984.0, 5002.0, 4972.0, 5000.0, 4983.0, 4998.0, 4952.0, 4992.0, 4962.0, 4991.0, 4971.0, 4993.0, 4971.0, 4989.0, 4990.0, 4981.0, 4998.0, 4980.0, 4989.0, 4971.0, 5015.0, 4982.0, 5001.0, 4982.0, 5010.0, 4983.0, 5000.0, 4981.0, 4997.0, 4983.0, 4992.0, 4979.0, 4971.0, 4990.0, 4961.0, 4999.0, 4961.0, 4989.0, 4958.0, 5001.0, 4969.0, 4998.0, 4972.0, 4997.0, 4961.0, 4988.0, 4969.0, 4998.0, 4968.0, 4998.0, 4969.0, 4986.0, 4969.0, 4985.0, 4969.0, 4988.0, 4971.0, 4952.0, 5002.0, 4983.0, 5003.0, 4986.0, 4995.0, 4991.0, 5002.0, 4985.0, 5003.0, 4982.0, 5001.0, 4971.0, 4988.0, 4967.0, 4978.0, 4986.0, 4967.0, 4978.0, 4958.0, 4967.0, 4948.0, 4969.0, 4967.0, 4969.0, 4988.0, 4960.0, 4988.0, 4961.0, 4980.0, 4960.0, 4971.0, 4999.0, 4973.0, 5000.0, 4962.0, 4990.0, 4965.0, 4993.0, 4981.0, 4993.0, 5011.0, 4993.0, 5011.0, 4982.0, 5002.0, 4991.0, 5004.0, 5011.0, 5001.0, 5012.0, 4972.0, 4990.0, 4996.0, 4981.0, 4999.0, 4980.0, 4997.0, 4952.0, 4990.0, 4959.0, 4991.0, 5007.0, 4982.0, 5010.0, 4981.0, 4999.0, 4969.0, 4994.0, 5009.0, 4980.0, 5012.0, 4981.0, 5001.0, 4972.0, 5001.0, 4978.0, 5002.0, 4982.0, 4994.0, 5012.0, 4993.0, 5010.0, 4991.0, 5001.0, 4973.0, 5000.0, 4971.0, 4993.0, 4989.0, 4991.0, 5000.0, 4984.0, 5011.0, 4994.0, 5013.0, 4984.0, 5014.0, 5013.0, 4984.0, 5010.0, 4991.0, 5001.0, 5008.0, 4970.0, 4988.0, 4958.0, 4976.0, 4975.0, 4956.0, 4976.0, 4957.0, 4974.0, 4934.0, 4965.0, 4962.0, 4946.0, 4975.0, 4957.0, 4965.0, 4948.0, 4966.0, 4950.0, 4978.0, 4951.0, 4970.0, 4990.0, 4969.0, 4999.0, 4981.0, 4991.0, 4961.0, 4983.0, 4999.0, 4979.0, 5001.0, 4983.0, 4997.0, 4972.0, 4990.0, 4971.0, 5002.0, 4966.0, 5003.0, 4970.0, 4993.0, 5011.0, 4992.0, 5012.0, 4983.0, 5003.0, 4981.0, 5004.0, 5003.0, 4983.0, 5001.0, 4982.0, 5002.0, 4971.0, 4991.0, 4990.0, 4962.0, 4999.0, 4970.0, 4990.0, 4960.0, 4981.0, 4996.0, 4969.0, 4987.0, 4956.0, 4979.0, 4976.0, 4944.0, 4974.0, 4953.0, 4966.0, 4936.0, 4965.0, 4944.0, 4957.0, 4975.0, 4948.0, 4979.0, 4959.0, 4980.0, 4952.0, 4980.0, 4961.0, 4981.0, 4989.0, 4971.0, 4999.0, 4980.0, 4999.0, 4974.0, 4991.0, 4963.0, 4992.0, 4972.0, 4993.0, 5002.0, 4975.0, 5001.0, 4983.0, 5004.0, 4973.0, 4994.0, 5010.0, 4984.0, 5001.0, 4970.0, 4992.0, 5000.0, 4970.0, 5001.0, 4971.0, 4990.0, 4949.0, 4969.0, 4976.0, 4948.0, 4977.0, 4948.0, 4969.0, 4940.0, 4984.0, 4963.0, 4983.0, 5012.0, 4984.0, 5002.0, 4972.0, 4993.0, 4970.0, 4981.0, 5002.0, 4978.0, 4991.0, 4961.0, 4990.0, 4961.0, 4989.0, 4998.0, 4958.0, 4974.0, 4955.0, 4975.0, 4934.0, 4954.0, 4960.0, 4933.0, 4961.0, 4942.0, 4949.0, 4933.0, 4940.0, 4933.0, 4943.0, 4936.0, 4926.0, 4938.0, 4927.0, 4968.0, 4941.0, 4971.0, 4951.0, 4979.0, 4951.0, 4983.0, 4981.0, 4991.0, 5001.0, 4969.0, 5000.0, 4970.0, 5001.0, 4951.0, 4999.0, 4962.0, 4992.0, 5000.0, 4971.0, 4999.0, 4980.0, 5000.0, 4951.0, 4992.0, 4981.0, 4982.0, 5001.0, 4983.0, 5002.0, 4963.0, 4990.0, 4962.0, 4993.0, 4975.0, 4997.0, 5015.0, 4987.0, 5014.0, 4995.0, 5014.0, 4977.0, 5017.0, 5005.0, 4997.0, 5015.0, 4993.0, 5013.0, 4985.0, 5005.0, 5011.0, 4982.0, 5001.0, 4994.0, 5011.0, 4964.0, 5003.0, 4963.0, 5012.0, 4976.0, 5016.0, 4977.0, 5017.0, 5023.0, 4995.0, 5014.0, 4975.0, 5004.0, 5011.0, 4981.0, 5002.0, 4980.0, 4992.0, 4990.0, 4961.0, 4997.0, 4949.0, 4987.0, 4975.0, 4958.0, 4999.0, 4970.0, 4980.0, 4951.0, 4982.0, 4981.0, 4973.0, 5001.0, 4974.0, 5003.0, 4975.0, 5004.0, 4984.0, 5005.0, 5014.0, 4985.0, 5012.0, 4994.0, 5012.0, 4983.0, 5004.0, 5010.0, 4972.0, 4999.0, 4969.0, 5001.0, 4971.0, 4990.0, 4987.0, 4969.0, 4997.0, 4978.0, 5000.0, 4973.0, 5000.0, 4983.0, 5001.0, 4984.0, 5013.0, 4995.0, 5014.0, 4972.0, 5012.0, 4991.0, 5003.0, 5000.0, 4983.0, 5010.0, 4981.0, 4999.0, 4983.0, 5009.0, 4962.0, 4991.0, 4961.0, 4991.0, 4962.0, 4991.0, 4970.0, 4980.0, 5000.0, 4980.0, 5000.0, 4970.0, 4988.0, 4950.0, 4991.0, 4949.0, 4979.0, 4958.0, 4980.0], 'WindowWidth': [11020.0, 10979.0, 10888.0, 10923.0, 10863.0, 10884.0, 10856.0, 10852.0, 10858.0, 10832.0, 10854.0, 10837.0, 10841.0, 10822.0, 10821.0, 10828.0, 10826.0, 10857.0, 10843.0, 10883.0, 10859.0, 10880.0, 10856.0, 10889.0, 10836.0, 10884.0, 10878.0, 10834.0, 10856.0, 10822.0, 10838.0, 10781.0, 10838.0, 10828.0, 10794.0, 10832.0, 10804.0, 10838.0, 10813.0, 10825.0, 10785.0, 10826.0, 10804.0, 10847.0, 10840.0, 10819.0, 10857.0, 10833.0, 10861.0, 10799.0, 10843.0, 10852.0, 10825.0, 10840.0, 10815.0, 10824.0, 10791.0, 10826.0, 10850.0, 10827.0, 10850.0, 10811.0, 10838.0, 10801.0, 10885.0, 10830.0, 10845.0, 10870.0, 10843.0, 10859.0, 10834.0, 10853.0, 10813.0, 10847.0, 10860.0, 10843.0, 10858.0, 10829.0, 10843.0, 10786.0, 10854.0, 10817.0, 10844.0, 10848.0, 10812.0, 10835.0, 10825.0, 10847.0, 10795.0, 10835.0, 10818.0, 10817.0, 10830.0, 10802.0, 10826.0, 10805.0, 10830.0, 10788.0, 10819.0, 10785.0, 10823.0, 10809.0, 10820.0, 10853.0, 10828.0, 10857.0, 10803.0, 10841.0, 10846.0, 10809.0, 10837.0, 10820.0, 10827.0, 10773.0, 10816.0, 10803.0, 10808.0, 10834.0, 10806.0, 10818.0, 10780.0, 10819.0, 10796.0, 10826.0, 10844.0, 10809.0, 10832.0, 10814.0, 10840.0, 10800.0, 10841.0, 10836.0, 10814.0, 10851.0, 10830.0, 10835.0, 10800.0, 10841.0, 10783.0, 10845.0, 10818.0, 10842.0, 10826.0, 10844.0, 10860.0, 10846.0, 10854.0, 10828.0, 10857.0, 10809.0, 10857.0, 10818.0, 10841.0, 10849.0, 10825.0, 10838.0, 10811.0, 10850.0, 10783.0, 10834.0, 10805.0, 10826.0, 10851.0, 10829.0, 10851.0, 10828.0, 10841.0, 10812.0, 10849.0, 10820.0, 10856.0, 10802.0, 10855.0, 10854.0, 10832.0, 10871.0, 10829.0, 10853.0, 10826.0, 10849.0, 10815.0, 10838.0, 10795.0, 10840.0, 10836.0, 10813.0, 10852.0, 10822.0, 10836.0, 10798.0, 10835.0, 10797.0, 10840.0, 10847.0, 10810.0, 10850.0, 10809.0, 10851.0, 10805.0, 10839.0, 10821.0, 10813.0, 10847.0, 10838.0, 10855.0, 10817.0, 10842.0, 10799.0, 10857.0, 10817.0, 10860.0, 10843.0, 10848.0, 10873.0, 10840.0, 10859.0, 10833.0, 10851.0, 10801.0, 10858.0, 10871.0, 10832.0, 10859.0, 10827.0, 10837.0, 10782.0, 10837.0, 10818.0, 10808.0, 10848.0, 10816.0, 10830.0, 10792.0, 10834.0, 10799.0, 10833.0, 10793.0, 10844.0, 10854.0, 10828.0, 10856.0, 10830.0, 10843.0, 10801.0, 10860.0, 10856.0, 10830.0, 10859.0, 10828.0, 10857.0, 10798.0, 10840.0, 10826.0, 10825.0, 10836.0, 10823.0, 10828.0, 10805.0, 10835.0, 10785.0, 10824.0, 10823.0, 10815.0, 10852.0, 10830.0, 10838.0, 10814.0, 10844.0, 10797.0, 10843.0, 10871.0, 10811.0, 10832.0, 10790.0, 10832.0, 10788.0, 10826.0, 10886.0, 10826.0, 10842.0, 10816.0, 10830.0, 10803.0, 10836.0, 10803.0, 10811.0, 10843.0, 10820.0, 10856.0, 10828.0, 10839.0, 10802.0, 10851.0, 10803.0, 10859.0, 10800.0, 10855.0, 10823.0, 10859.0, 10846.0, 10861.0, 10871.0, 10835.0, 10869.0, 10842.0, 10872.0, 10831.0, 10856.0, 10813.0, 10852.0, 10814.0, 10857.0, 10806.0, 10852.0, 10814.0, 10857.0, 10842.0, 10845.0, 10868.0, 10826.0, 10849.0, 10823.0, 10854.0, 10799.0, 10840.0, 10817.0, 10835.0, 10835.0, 10816.0, 10848.0, 10822.0, 10837.0, 10805.0, 10850.0, 10815.0, 10836.0, 10788.0, 10844.0, 10799.0, 10860.0, 10820.0, 10861.0, 10854.0, 10833.0, 10863.0, 10846.0, 10857.0, 10829.0, 10855.0, 10798.0, 10853.0, 10813.0, 10833.0, 10845.0, 10806.0, 10833.0, 10802.0, 10832.0, 10809.0, 10826.0, 10779.0, 10819.0, 10804.0, 10810.0, 10824.0, 10814.0, 10834.0, 10827.0, 10841.0, 10817.0, 10856.0, 10810.0, 10840.0, 10816.0, 10846.0, 10872.0, 10849.0, 10858.0, 10831.0, 10858.0, 10804.0, 10857.0, 10820.0, 10860.0, 10853.0, 10834.0, 10852.0, 10829.0, 10872.0, 10807.0, 10860.0, 10817.0, 10846.0, 10845.0, 10849.0, 10856.0, 10833.0, 10861.0, 10835.0, 10867.0, 10852.0, 10850.0, 10872.0, 10884.0, 10879.0, 10904.0, 10881.0, 10903.0, 10861.0, 10908.0, 10896.0, 10857.0, 10885.0, 10847.0, 10867.0, 10869.0, 10834.0, 10857.0, 10828.0, 10841.0, 10807.0, 10810.0, 10837.0, 10809.0, 10838.0, 10785.0, 10811.0, 10836.0, 10820.0, 10836.0, 10788.0, 10823.0, 10847.0, 10807.0, 10818.0, 10796.0, 10822.0, 10776.0, 10806.0, 10833.0, 10800.0, 10816.0, 10795.0, 10805.0, 10763.0, 10824.0, 10828.0, 10804.0, 10835.0, 10811.0, 10815.0, 10784.0, 10839.0, 10786.0, 10837.0, 10795.0, 10827.0, 10851.0, 10822.0, 10853.0, 10816.0, 10838.0, 10799.0, 10843.0, 10799.0, 10839.0, 10813.0, 10837.0, 10851.0, 10815.0, 10853.0, 10827.0, 10851.0, 10812.0, 10836.0, 10795.0, 10836.0, 10805.0, 10823.0, 10834.0, 10792.0, 10834.0, 10827.0, 10835.0, 10810.0, 10850.0, 10800.0, 10845.0, 10803.0, 10840.0, 10847.0, 10833.0, 10859.0, 10834.0, 10846.0, 10813.0, 10858.0, 10813.0, 10815.0, 10850.0, 10818.0, 10838.0, 10793.0, 10820.0, 10785.0, 10807.0, 10839.0, 10805.0, 10831.0, 10791.0, 10804.0, 10778.0, 10821.0, 10802.0, 10839.0, 10799.0, 10832.0, 10853.0, 10830.0, 10859.0, 10820.0, 10844.0, 10788.0, 10841.0, 10825.0, 10832.0, 10853.0, 10827.0, 10839.0, 10812.0, 10853.0, 10804.0, 10844.0, 10852.0, 10814.0, 10848.0, 10825.0, 10838.0, 10803.0, 10837.0, 10777.0, 10826.0, 10851.0, 10804.0, 10837.0, 10816.0, 10823.0, 10784.0, 10841.0, 10837.0, 10815.0, 10852.0, 10813.0, 10822.0, 10783.0, 10837.0, 10801.0, 10842.0, 10797.0, 10843.0, 10826.0, 10846.0, 10862.0, 10835.0, 10855.0, 10846.0, 10856.0, 10817.0, 10853.0, 10808.0, 10827.0, 10837.0, 10806.0, 10834.0, 10822.0, 10829.0, 10779.0, 10837.0, 10780.0, 10838.0, 10827.0, 10826.0, 10852.0, 10828.0, 10840.0, 10811.0, 10841.0, 10793.0, 10825.0, 10848.0, 10812.0, 10849.0, 10827.0, 10837.0, 10794.0, 10836.0, 10822.0, 10819.0, 10835.0, 10812.0, 10835.0, 10813.0, 10842.0, 10811.0, 10860.0, 10836.0, 10854.0, 10834.0, 10860.0, 10836.0, 10879.0, 10842.0, 10868.0, 10824.0, 10870.0, 10863.0, 10868.0, 10877.0, 10833.0, 10859.0, 10829.0, 10855.0, 10832.0, 10853.0, 10791.0, 10856.0, 10825.0, 10836.0, 10852.0, 10811.0, 10834.0, 10809.0, 10818.0, 10789.0, 10829.0, 10800.0, 10808.0, 10821.0, 10851.0, 10829.0, 10872.0, 10837.0, 10879.0, 10882.0, 10861.0, 10887.0, 10857.0, 10873.0, 10897.0, 10846.0, 10872.0, 10828.0, 10843.0, 10858.0, 10814.0, 10828.0, 10804.0, 10807.0, 10837.0, 10805.0, 10819.0, 10761.0, 10804.0, 10831.0, 10789.0, 10813.0, 10792.0, 10820.0, 10799.0, 10807.0, 10817.0, 10832.0, 10825.0, 10849.0, 10825.0, 10872.0, 10823.0, 10872.0, 10878.0, 10837.0, 10870.0, 10832.0, 10862.0, 10854.0, 10828.0, 10855.0, 10807.0, 10838.0, 10830.0, 10808.0, 10817.0, 10803.0, 10819.0, 10763.0, 10804.0, 10830.0, 10791.0, 10830.0, 10802.0, 10817.0, 10771.0, 10803.0, 10825.0, 10792.0, 10808.0, 10757.0, 10795.0, 10754.0, 10801.0, 10788.0, 10791.0, 10828.0, 10812.0, 10814.0, 10794.0, 10834.0, 10799.0, 10824.0, 10800.0, 10839.0, 10808.0, 10857.0, 10818.0, 10846.0, 10872.0, 10832.0, 10860.0, 10831.0, 10856.0, 10815.0, 10858.0, 10835.0, 10828.0, 10860.0, 10822.0, 10836.0, 10792.0, 10837.0, 10807.0, 10826.0, 10810.0, 10812.0, 10849.0, 10813.0, 10854.0, 10835.0, 10857.0, 10817.0, 10860.0, 10816.0, 10856.0, 10830.0, 10826.0, 10852.0, 10825.0, 10843.0, 10797.0, 10841.0, 10808.0, 10791.0, 10832.0, 10805.0, 10818.0, 10784.0, 10805.0, 10799.0, 10778.0, 10827.0, 10805.0, 10826.0, 10815.0, 10825.0, 10819.0, 10858.0, 10807.0, 10852.0, 10862.0, 10840.0, 10880.0, 10857.0, 10877.0, 10835.0, 10874.0, 10839.0, 10863.0, 10841.0, 10871.0, 10866.0, 10839.0, 10882.0, 10863.0, 10854.0, 10898.0, 10849.0, 10875.0, 10847.0, 10857.0, 10794.0, 10841.0, 10804.0, 10859.0, 10829.0, 10792.0, 10811.0, 10790.0, 10835.0, 10791.0, 10825.0, 10807.0, 10816.0, 10795.0, 10823.0, 10802.0, 10836.0, 10821.0, 10842.0, 10803.0, 10823.0, 10781.0, 10837.0, 10792.0, 10845.0, 10813.0, 10847.0, 10820.0, 10862.0, 10868.0, 10886.0, 10855.0, 10868.0, 10859.0, 10838.0, 10877.0, 10835.0, 10821.0, 10870.0, 10842.0, 10889.0, 10843.0, 10884.0, 10826.0, 10865.0, 10835.0, 10848.0, 10870.0, 10833.0, 10853.0, 10826.0, 10865.0, 10845.0, 10837.0, 10831.0, 10854.0, 10813.0, 10848.0, 10829.0, 10846.0, 10786.0, 10842.0, 10797.0, 10838.0, 10810.0, 10844.0, 10811.0, 10834.0, 10837.0, 10825.0, 10847.0, 10822.0, 10833.0, 10811.0, 10882.0, 10827.0, 10851.0, 10828.0, 10867.0, 10831.0, 10849.0, 10826.0, 10845.0, 10829.0, 10844.0, 10822.0, 10810.0, 10839.0, 10797.0, 10849.0, 10800.0, 10834.0, 10791.0, 10853.0, 10806.0, 10847.0, 10812.0, 10842.0, 10796.0, 10830.0, 10807.0, 10845.0, 10805.0, 10845.0, 10806.0, 10828.0, 10804.0, 10824.0, 10806.0, 10833.0, 10813.0, 10790.0, 10858.0, 10834.0, 10860.0, 10842.0, 10853.0, 10844.0, 10858.0, 10839.0, 10860.0, 10829.0, 10855.0, 10813.0, 10833.0, 10800.0, 10817.0, 10828.0, 10798.0, 10815.0, 10792.0, 10801.0, 10775.0, 10806.0, 10801.0, 10807.0, 10833.0, 10797.0, 10835.0, 10799.0, 10824.0, 10798.0, 10814.0, 10850.0, 10820.0, 10856.0, 10802.0, 10839.0, 10811.0, 10849.0, 10829.0, 10849.0, 10872.0, 10847.0, 10871.0, 10834.0, 10861.0, 10842.0, 10863.0, 10872.0, 10854.0, 10872.0, 10816.0, 10839.0, 10846.0, 10827.0, 10850.0, 10822.0, 10846.0, 10790.0, 10837.0, 10794.0, 10842.0, 10863.0, 10829.0, 10869.0, 10827.0, 10852.0, 10809.0, 10849.0, 10865.0, 10828.0, 10875.0, 10829.0, 10854.0, 10817.0, 10858.0, 10824.0, 10861.0, 10833.0, 10849.0, 10874.0, 10848.0, 10869.0, 10841.0, 10857.0, 10817.0, 10852.0, 10813.0, 10846.0, 10836.0, 10842.0, 10855.0, 10837.0, 10872.0, 10852.0, 10876.0, 10837.0, 10880.0, 10875.0, 10834.0, 10870.0, 10839.0, 10856.0, 10862.0, 10808.0, 10833.0, 10786.0, 10812.0, 10808.0, 10784.0, 10811.0, 10784.0, 10807.0, 10750.0, 10792.0, 10788.0, 10768.0, 10807.0, 10785.0, 10794.0, 10775.0, 10797.0, 10783.0, 10818.0, 10785.0, 10812.0, 10836.0, 10809.0, 10849.0, 10827.0, 10841.0, 10799.0, 10831.0, 10851.0, 10822.0, 10856.0, 10831.0, 10846.0, 10816.0, 10840.0, 10813.0, 10858.0, 10814.0, 10860.0, 10810.0, 10847.0, 10873.0, 10846.0, 10874.0, 10833.0, 10863.0, 10828.0, 10864.0, 10860.0, 10830.0, 10854.0, 10830.0, 10858.0, 10812.0, 10841.0, 10837.0, 10800.0, 10849.0, 10808.0, 10837.0, 10795.0, 10824.0, 10844.0, 10805.0, 10830.0, 10786.0, 10818.0, 10809.0, 10765.0, 10806.0, 10775.0, 10794.0, 10755.0, 10792.0, 10762.0, 10785.0, 10809.0, 10776.0, 10819.0, 10793.0, 10823.0, 10786.0, 10823.0, 10800.0, 10828.0, 10837.0, 10814.0, 10851.0, 10824.0, 10850.0, 10820.0, 10841.0, 10805.0, 10846.0, 10817.0, 10847.0, 10859.0, 10823.0, 10856.0, 10833.0, 10863.0, 10818.0, 10849.0, 10868.0, 10833.0, 10856.0, 10808.0, 10841.0, 10851.0, 10810.0, 10856.0, 10810.0, 10837.0, 10779.0, 10803.0, 10809.0, 10772.0, 10812.0, 10775.0, 10803.0, 10769.0, 10833.0, 10806.0, 10832.0, 10872.0, 10835.0, 10858.0, 10816.0, 10844.0, 10809.0, 10825.0, 10858.0, 10818.0, 10839.0, 10795.0, 10836.0, 10795.0, 10833.0, 10844.0, 10785.0, 10807.0, 10776.0, 10806.0, 10747.0, 10773.0, 10778.0, 10742.0, 10779.0, 10753.0, 10761.0, 10742.0, 10748.0, 10746.0, 10757.0, 10752.0, 10740.0, 10758.0, 10746.0, 10804.0, 10767.0, 10810.0, 10785.0, 10821.0, 10786.0, 10830.0, 10824.0, 10839.0, 10854.0, 10808.0, 10850.0, 10808.0, 10852.0, 10781.0, 10848.0, 10799.0, 10840.0, 10851.0, 10811.0, 10849.0, 10821.0, 10849.0, 10784.0, 10842.0, 10825.0, 10829.0, 10855.0, 10830.0, 10855.0, 10804.0, 10840.0, 10803.0, 10848.0, 10824.0, 10859.0, 10881.0, 10845.0, 10881.0, 10856.0, 10880.0, 10834.0, 10887.0, 10866.0, 10858.0, 10882.0, 10847.0, 10877.0, 10837.0, 10864.0, 10873.0, 10832.0, 10857.0, 10850.0, 10868.0, 10807.0, 10861.0, 10805.0, 10871.0, 10830.0, 10884.0, 10831.0, 10885.0, 10893.0, 10851.0, 10880.0, 10825.0, 10862.0, 10872.0, 10826.0, 10860.0, 10821.0, 10840.0, 10837.0, 10796.0, 10844.0, 10779.0, 10830.0, 10811.0, 10789.0, 10846.0, 10809.0, 10821.0, 10785.0, 10830.0, 10827.0, 10818.0, 10858.0, 10824.0, 10860.0, 10825.0, 10865.0, 10835.0, 10865.0, 10880.0, 10840.0, 10872.0, 10848.0, 10875.0, 10830.0, 10862.0, 10871.0, 10815.0, 10853.0, 10808.0, 10853.0, 10810.0, 10835.0, 10829.0, 10806.0, 10843.0, 10818.0, 10852.0, 10818.0, 10853.0, 10835.0, 10856.0, 10836.0, 10874.0, 10853.0, 10876.0, 10816.0, 10873.0, 10839.0, 10860.0, 10855.0, 10830.0, 10867.0, 10828.0, 10852.0, 10831.0, 10864.0, 10800.0, 10840.0, 10796.0, 10838.0, 10802.0, 10840.0, 10809.0, 10825.0, 10852.0, 10823.0, 10852.0, 10809.0, 10831.0, 10781.0, 10838.0, 10777.0, 10818.0, 10789.0, 10821.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.002545227272727273</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03256835651515152</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.235483905595174</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2836002165428364</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9863486520849131</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.486</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6563.4868</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07988498741204769</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.3636363636363635</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.585911520315533</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5509379391809004</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7371114801967225</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4696851415689762</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00666277</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004995562136173248</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026656322181224823</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1320</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.3468703735792635</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>29.6482</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.7501</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.0879</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295078.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>997.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.3061</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7155</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.0702</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4206.8289</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4386.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81466.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1817.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5383.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1008.9956</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.52772479155101</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> |