=== 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-0126 --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-0126",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 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-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-04/func/sub-0126_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>7a68b2295dd4a0b8b5033ccbe507baaf</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:55:32.675000</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.999475, 0.0125274, 0.0298718, -0.0141307, 0.998437, 0.0540794]</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.111295</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>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4206, -7800, -7209, -8, -136, -129, -13, 102]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>295.539</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>eb27335f-1d8d-4874-a7ef-d8950d50cf4e||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.681519031524658, -0.03791151940822601, 0.07869859784841537, 116.43205261230469], [-0.033610038459300995, 2.6787326335906982, 0.14707744121551514, -86.81262969970703], [0.08014386147260666, -0.14509107172489166, 2.6948423385620117, -72.54352569580078], [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': ['195532.675000', '195533.135000', '195533.595000', '195534.055000', '195534.515000', '195534.975000', '195535.435000', '195535.895000', '195536.355000', '195536.815000', '195537.275000', '195537.735000', '195538.195000', '195538.655000', '195539.115000', '195539.575000', '195540.035000', '195540.495000', '195540.955000', '195541.415000', '195541.875000', '195542.335000', '195542.795000', '195543.255000', '195543.715000', '195544.175000', '195544.635000', '195545.095000', '195545.555000', '195546.015000', '195546.475000', '195546.935000', '195547.395000', '195547.855000', '195548.315000', '195548.775000', '195549.235000', '195549.695000', '195550.155000', '195550.615000', '195551.075000', '195551.535000', '195551.995000', '195552.455000', '195552.915000', '195553.375000', '195553.835000', '195554.295000', '195554.755000', '195555.215000', '195555.675000', '195556.135000', '195556.595000', '195557.055000', '195557.515000', '195557.975000', '195558.435000', '195558.895000', '195559.355000', '195559.815000', '195600.275000', '195600.735000', '195601.195000', '195601.655000', '195602.115000', '195602.575000', '195603.035000', '195603.495000', '195603.955000', '195604.415000', '195604.875000', '195605.335000', '195605.795000', '195606.255000', '195606.715000', '195607.175000', '195607.635000', '195608.095000', '195608.555000', '195609.015000', '195609.475000', '195609.935000', '195610.395000', '195610.855000', '195611.315000', '195611.775000', '195612.235000', '195612.695000', '195613.155000', '195613.615000', '195614.075000', '195614.535000', '195614.995000', '195615.455000', '195615.915000', '195616.375000', '195616.835000', '195617.295000', '195617.755000', '195618.215000', '195618.675000', '195619.135000', '195619.595000', '195620.055000', '195620.515000', '195620.975000', '195621.435000', '195621.895000', '195622.355000', '195622.815000', '195623.275000', '195623.735000', '195624.195000', '195624.655000', '195625.115000', '195625.575000', '195626.035000', '195626.495000', '195626.955000', '195627.415000', '195627.875000', '195628.335000', '195628.795000', '195629.255000', '195629.715000', '195630.175000', '195630.635000', '195631.095000', '195631.555000', '195632.015000', '195632.475000', '195632.935000', '195633.395000', '195633.855000', '195634.315000', '195634.775000', '195635.235000', '195635.695000', '195636.155000', '195636.615000', '195637.075000', '195637.535000', '195637.995000', '195638.455000', '195638.915000', '195639.375000', '195639.835000', '195640.295000', '195640.755000', '195641.215000', '195641.675000', '195642.135000', '195642.595000', '195643.055000', '195643.515000', '195643.975000', '195644.435000', '195644.895000', '195645.355000', '195645.815000', '195646.275000', '195646.735000', '195647.195000', '195647.655000', '195648.115000', '195648.575000', '195649.035000', '195649.495000', '195649.955000', '195650.415000', '195650.875000', '195651.335000', '195651.795000', '195652.255000', '195652.715000', '195653.175000', '195653.635000', '195654.095000', '195654.555000', '195655.015000', '195655.475000', '195655.935000', '195656.395000', '195656.855000', '195657.315000', '195657.775000', '195658.235000', '195658.695000', '195659.155000', '195659.615000', '195700.075000', '195700.535000', '195700.995000', '195701.455000', '195701.915000', '195702.375000', '195702.835000', '195703.295000', '195703.755000', '195704.215000', '195704.675000', '195705.135000', '195705.595000', '195706.055000', '195706.515000', '195706.975000', '195707.435000', '195707.895000', '195708.355000', '195708.815000', '195709.275000', '195709.735000', '195710.195000', '195710.655000', '195711.115000', '195711.575000', '195712.035000', '195712.495000', '195712.955000', '195713.415000', '195713.875000', '195714.335000', '195714.795000', '195715.255000', '195715.715000', '195716.175000', '195716.635000', '195717.095000', '195717.555000', '195718.015000', '195718.475000', '195718.935000', '195719.395000', '195719.855000', '195720.315000', '195720.775000', '195721.235000', '195721.695000', '195722.155000', '195722.615000', '195723.075000', '195723.535000', '195723.995000', '195724.455000', '195724.915000', '195725.375000', '195725.835000', '195726.295000', '195726.755000', '195727.215000', '195727.675000', '195728.135000', '195728.595000', '195729.055000', '195729.515000', '195729.975000', '195730.435000', '195730.895000', '195731.355000', '195731.815000', '195732.275000', '195732.735000', '195733.195000', '195733.655000', '195734.115000', '195734.575000', '195735.035000', '195735.495000', '195735.955000', '195736.415000', '195736.875000', '195737.335000', '195737.795000', '195738.255000', '195738.715000', '195739.175000', '195739.635000', '195740.095000', '195740.555000', '195741.015000', '195741.475000', '195741.935000', '195742.395000', '195742.855000', '195743.315000', '195743.775000', '195744.235000', '195744.695000', '195745.155000', '195745.615000', '195746.075000', '195746.535000', '195746.995000', '195747.455000', '195747.915000', '195748.375000', '195748.835000', '195749.295000', '195749.755000', '195750.215000', '195750.675000', '195751.135000', '195751.595000', '195752.055000', '195752.515000', '195752.975000', '195753.435000', '195753.895000', '195754.355000', '195754.815000', '195755.275000', '195755.735000', '195756.195000', '195756.655000', '195757.115000', '195757.575000', '195758.035000', '195758.495000', '195758.955000', '195759.415000', '195759.875000', '195800.335000', '195800.795000', '195801.255000', '195801.715000', '195802.175000', '195802.635000', '195803.095000', '195803.555000', '195804.015000', '195804.475000', '195804.935000', '195805.395000', '195805.855000', '195806.315000', '195806.775000', '195807.235000', '195807.695000', '195808.155000', '195808.615000', '195809.075000', '195809.535000', '195809.995000', '195810.455000', '195810.915000', '195811.375000', '195811.835000', '195812.295000', '195812.755000', '195813.215000', '195813.675000', '195814.135000', '195814.595000', '195815.055000', '195815.515000', '195815.975000', '195816.435000', '195816.895000', '195817.355000', '195817.815000', '195818.275000', '195818.735000', '195819.195000', '195819.655000', '195820.115000', '195820.575000', '195821.035000', '195821.495000', '195821.955000', '195822.415000', '195822.875000', '195823.335000', '195823.795000', '195824.255000', '195824.715000', '195825.175000', '195825.635000', '195826.095000', '195826.555000', '195827.015000', '195827.475000', '195827.935000', '195828.395000', '195828.855000', '195829.315000', '195829.775000', '195830.235000', '195830.695000', '195831.155000', '195831.615000', '195832.075000', '195832.535000', '195832.995000', '195833.455000', '195833.915000', '195834.375000', '195834.835000', '195835.295000', '195835.755000', '195836.215000', '195836.675000', '195837.135000', '195837.595000', '195838.055000', '195838.515000', '195838.975000', '195839.435000', '195839.895000', '195840.355000', '195840.815000', '195841.275000', '195841.735000', '195842.195000', '195842.655000', '195843.115000', '195843.575000', '195844.035000', '195844.495000', '195844.955000', '195845.415000', '195845.875000', '195846.335000', '195846.795000', '195847.255000', '195847.715000', '195848.175000', '195848.635000', '195849.095000', '195849.555000', '195850.015000', '195850.475000', '195850.935000', '195851.395000', '195851.855000', '195852.315000', '195852.775000', '195853.235000', '195853.695000', '195854.155000', '195854.615000', '195855.075000', '195855.535000', '195855.995000', '195856.455000', '195856.915000', '195857.375000', '195857.835000', '195858.295000', '195858.755000', '195859.215000', '195859.675000', '195900.135000', '195900.595000', '195901.055000', '195901.515000', '195901.975000', '195902.435000', '195902.895000', '195903.355000', '195903.815000', '195904.275000', '195904.735000', '195905.195000', '195905.655000', '195906.115000', '195906.575000', '195907.035000', '195907.495000', '195907.955000', '195908.415000', '195908.875000', '195909.335000', '195909.795000', '195910.255000', '195910.715000', '195911.175000', '195911.635000', '195912.095000', '195912.555000', '195913.015000', '195913.475000', '195913.935000', '195914.395000', '195914.855000', '195915.315000', '195915.775000', '195916.235000', '195916.695000', '195917.155000', '195917.615000', '195918.075000', '195918.535000', '195918.995000', '195919.455000', '195919.915000', '195920.375000', '195920.835000', '195921.295000', '195921.755000', '195922.215000', '195922.675000', '195923.135000', '195923.595000', '195924.055000', '195924.515000', '195924.975000', '195925.435000', '195925.895000', '195926.355000', '195926.815000', '195927.275000', '195927.735000', '195928.195000', '195928.655000', '195929.115000', '195929.575000', '195930.035000', '195930.495000', '195930.955000', '195931.415000', '195931.875000', '195932.335000', '195932.795000', '195933.255000', '195933.715000', '195934.175000', '195934.635000', '195935.095000', '195935.555000', '195936.015000', '195936.475000', '195936.935000', '195937.395000', '195937.855000', '195938.315000', '195938.775000', '195939.235000', '195939.695000', '195940.155000', '195940.615000', '195941.075000', '195941.535000', '195941.995000', '195942.455000', '195942.915000', '195943.375000', '195943.835000', '195944.295000', '195944.755000', '195945.215000', '195945.675000', '195946.135000', '195946.595000', '195947.055000', '195947.515000', '195947.975000', '195948.435000', '195948.895000', '195949.355000', '195949.815000', '195950.275000', '195950.735000', '195951.195000', '195951.655000', '195952.115000', '195952.575000', '195953.035000', '195953.495000', '195953.955000', '195954.415000', '195954.875000', '195955.335000', '195955.795000', '195956.255000', '195956.715000', '195957.175000', '195957.635000', '195958.095000', '195958.555000', '195959.015000', '195959.475000', '195959.935000', '200000.395000', '200000.855000', '200001.315000', '200001.775000', '200002.235000', '200002.695000', '200003.155000', '200003.615000', '200004.075000', '200004.535000', '200004.995000', '200005.455000', '200005.915000', '200006.375000', '200006.835000', '200007.295000', '200007.755000', '200008.215000', '200008.675000', '200009.135000', '200009.595000', '200010.055000', '200010.515000', '200010.975000', '200011.435000', '200011.895000', '200012.355000', '200012.815000', '200013.275000', '200013.735000', '200014.195000', '200014.655000', '200015.115000', '200015.575000', '200016.035000', '200016.495000', '200016.955000', '200017.415000', '200017.875000', '200018.335000', '200018.795000', '200019.255000', '200019.715000', '200020.175000', '200020.635000', '200021.095000', '200021.555000', '200022.015000', '200022.475000', '200022.935000', '200023.395000', '200023.855000', '200024.315000', '200024.775000', '200025.235000', '200025.695000', '200026.155000', '200026.615000', '200027.075000', '200027.535000', '200027.995000', '200028.455000', '200028.915000', '200029.375000', '200029.835000', '200030.295000', '200030.755000', '200031.215000', '200031.675000', '200032.135000', '200032.595000', '200033.055000', '200033.515000', '200033.975000', '200034.435000', '200034.895000', '200035.355000', '200035.815000', '200036.275000', '200036.735000', '200037.195000', '200037.655000', '200038.115000', '200038.575000', '200039.035000', '200039.495000', '200039.955000', '200040.415000', '200040.875000', '200041.335000', '200041.795000', '200042.255000', '200042.715000', '200043.175000', '200043.635000', '200044.095000', '200044.555000', '200045.015000', '200045.475000', '200045.935000', '200046.395000', '200046.855000', '200047.315000', '200047.775000', '200048.235000', '200048.695000', '200049.155000', '200049.615000', '200050.075000', '200050.535000', '200050.995000', '200051.455000', '200051.915000', '200052.375000', '200052.835000', '200053.295000', '200053.755000', '200054.215000', '200054.675000', '200055.135000', '200055.595000', '200056.055000', '200056.515000', '200056.975000', '200057.435000', '200057.895000', '200058.355000', '200058.815000', '200059.275000', '200059.735000', '200100.195000', '200100.655000', '200101.115000', '200101.575000', '200102.035000', '200102.495000', '200102.955000', '200103.415000', '200103.875000', '200104.335000', '200104.795000', '200105.255000', '200105.715000', '200106.175000', '200106.635000', '200107.095000', '200107.555000', '200108.015000', '200108.475000', '200108.935000', '200109.395000', '200109.855000', '200110.315000', '200110.775000', '200111.235000', '200111.695000', '200112.155000', '200112.615000', '200113.075000', '200113.535000', '200113.995000', '200114.455000', '200114.915000', '200115.375000', '200115.835000', '200116.295000', '200116.755000', '200117.215000', '200117.675000', '200118.135000', '200118.595000', '200119.055000', '200119.515000', '200119.975000', '200120.435000', '200120.895000', '200121.355000', '200121.815000', '200122.275000', '200122.735000', '200123.195000', '200123.655000', '200124.115000', '200124.575000', '200125.035000', '200125.495000', '200125.955000', '200126.415000', '200126.875000', '200127.335000', '200127.795000', '200128.255000', '200128.715000', '200129.175000', '200129.635000', '200130.095000', '200130.555000', '200131.015000', '200131.475000', '200131.935000', '200132.395000', '200132.855000', '200133.315000', '200133.775000', '200134.235000', '200134.695000', '200135.155000', '200135.615000', '200136.075000', '200136.535000', '200136.995000', '200137.455000', '200137.915000', '200138.375000', '200138.835000', '200139.295000', '200139.755000', '200140.215000', '200140.675000', '200141.135000', '200141.595000', '200142.055000', '200142.515000', '200142.975000', '200143.435000', '200143.895000', '200144.355000', '200144.815000', '200145.275000', '200145.735000', '200146.195000', '200146.655000', '200147.115000', '200147.575000', '200148.035000', '200148.495000', '200148.955000', '200149.415000', '200149.875000', '200150.335000', '200150.795000', '200151.255000', '200151.715000', '200152.175000', '200152.635000', '200153.095000', '200153.555000', '200154.015000', '200154.475000', '200154.935000', '200155.395000', '200155.855000', '200156.315000', '200156.775000', '200157.235000', '200157.695000', '200158.155000', '200158.615000', '200159.075000', '200159.535000', '200159.995000', '200200.455000', '200200.915000', '200201.375000', '200201.835000', '200202.295000', '200202.755000', '200203.215000', '200203.675000', '200204.135000', '200204.595000', '200205.055000', '200205.515000', '200205.975000', '200206.435000', '200206.895000', '200207.355000', '200207.815000', '200208.275000', '200208.735000', '200209.195000', '200209.655000', '200210.115000', '200210.575000', '200211.035000', '200211.495000', '200211.955000', '200212.415000', '200212.875000', '200213.335000', '200213.795000', '200214.255000', '200214.715000', '200215.175000', '200215.635000', '200216.095000', '200216.555000', '200217.015000', '200217.475000', '200217.935000', '200218.395000', '200218.855000', '200219.315000', '200219.775000', '200220.235000', '200220.695000', '200221.155000', '200221.615000', '200222.075000', '200222.535000', '200222.995000', '200223.455000', '200223.915000', '200224.375000', '200224.835000', '200225.295000', '200225.755000', '200226.215000', '200226.675000', '200227.135000', '200227.595000', '200228.055000', '200228.515000', '200228.975000', '200229.435000', '200229.895000', '200230.355000', '200230.815000', '200231.275000', '200231.735000', '200232.195000', '200232.655000', '200233.115000', '200233.575000', '200234.035000', '200234.495000', '200234.955000', '200235.415000', '200235.875000', '200236.335000', '200236.795000', '200237.255000', '200237.715000', '200238.175000', '200238.635000', '200239.095000', '200239.555000', '200240.015000', '200240.475000', '200240.935000', '200241.395000', '200241.855000', '200242.315000', '200242.775000', '200243.235000', '200243.695000', '200244.155000', '200244.615000', '200245.075000', '200245.535000', '200245.995000', '200246.455000', '200246.915000', '200247.375000', '200247.835000', '200248.295000', '200248.755000', '200249.215000', '200249.675000', '200250.135000', '200250.595000', '200251.055000', '200251.515000', '200251.975000', '200252.435000', '200252.895000', '200253.355000', '200253.815000', '200254.275000', '200254.735000', '200255.195000', '200255.655000', '200256.115000', '200256.575000', '200257.035000', '200257.495000', '200257.955000', '200258.415000', '200258.875000', '200259.335000', '200259.795000', '200300.255000', '200300.715000', '200301.175000', '200301.635000', '200302.095000', '200302.555000', '200303.015000', '200303.475000', '200303.935000', '200304.395000', '200304.855000', '200305.315000', '200305.775000', '200306.235000', '200306.695000', '200307.155000', '200307.615000', '200308.075000', '200308.535000', '200308.995000', '200309.455000', '200309.915000', '200310.375000', '200310.835000', '200311.295000', '200311.755000', '200312.215000', '200312.675000', '200313.135000', '200313.595000', '200314.055000', '200314.515000', '200314.975000', '200315.435000', '200315.895000', '200316.355000', '200316.815000', '200317.275000', '200317.735000', '200318.195000', '200318.655000', '200319.115000', '200319.575000', '200320.035000', '200320.495000', '200320.955000', '200321.415000', '200321.875000', '200322.335000', '200322.795000', '200323.255000', '200323.715000', '200324.175000', '200324.635000', '200325.095000', '200325.555000', '200326.015000', '200326.475000', '200326.935000', '200327.395000', '200327.855000', '200328.315000', '200328.775000', '200329.235000', '200329.695000', '200330.155000', '200330.615000', '200331.075000', '200331.535000', '200331.995000', '200332.455000', '200332.915000', '200333.375000', '200333.835000', '200334.295000', '200334.755000', '200335.215000', '200335.675000', '200336.135000', '200336.595000', '200337.055000', '200337.515000', '200337.975000', '200338.435000', '200338.895000', '200339.355000', '200339.815000', '200340.275000', '200340.735000', '200341.195000', '200341.655000', '200342.115000', '200342.575000', '200343.035000', '200343.495000', '200343.955000', '200344.415000', '200344.875000', '200345.335000', '200345.795000', '200346.255000', '200346.715000', '200347.175000', '200347.635000', '200348.095000', '200348.555000', '200349.015000', '200349.475000', '200349.935000', '200350.395000', '200350.855000', '200351.315000', '200351.775000', '200352.235000', '200352.695000', '200353.155000', '200353.615000', '200354.075000', '200354.535000', '200354.995000', '200355.455000', '200355.915000', '200356.375000', '200356.835000', '200357.295000', '200357.755000', '200358.215000', '200358.675000', '200359.135000', '200359.595000', '200400.055000', '200400.515000', '200400.975000', '200401.435000', '200401.895000', '200402.355000', '200402.815000', '200403.275000', '200403.735000', '200404.195000', '200404.655000', '200405.115000', '200405.575000', '200406.035000', '200406.495000', '200406.955000', '200407.415000', '200407.875000', '200408.335000', '200408.795000', '200409.255000', '200409.715000', '200410.175000', '200410.635000', '200411.095000', '200411.555000', '200412.015000', '200412.475000', '200412.935000', '200413.395000', '200413.855000', '200414.315000', '200414.775000', '200415.235000', '200415.695000', '200416.155000', '200416.615000', '200417.075000', '200417.535000', '200417.995000', '200418.455000', '200418.915000', '200419.375000', '200419.835000', '200420.295000', '200420.755000', '200421.215000', '200421.675000', '200422.135000', '200422.595000', '200423.055000', '200423.515000', '200423.975000', '200424.435000', '200424.895000', '200425.355000', '200425.815000', '200426.275000', '200426.735000', '200427.195000', '200427.655000', '200428.115000', '200428.575000', '200429.035000', '200429.495000', '200429.955000', '200430.415000', '200430.875000', '200431.335000', '200431.795000', '200432.255000', '200432.715000', '200433.175000', '200433.635000', '200434.095000', '200434.555000', '200435.015000', '200435.475000', '200435.935000', '200436.395000', '200436.855000', '200437.315000', '200437.775000', '200438.235000', '200438.695000', '200439.155000', '200439.615000', '200440.075000', '200440.535000', '200440.995000', '200441.455000', '200441.915000', '200442.375000', '200442.835000', '200443.295000', '200443.755000', '200444.215000', '200444.675000', '200445.135000', '200445.595000', '200446.055000', '200446.515000', '200446.975000', '200447.435000', '200447.895000', '200448.355000', '200448.815000', '200449.275000', '200449.735000', '200450.195000', '200450.655000', '200451.115000', '200451.575000', '200452.035000', '200452.495000', '200452.955000', '200453.415000', '200453.875000', '200454.335000', '200454.795000', '200455.255000', '200455.715000', '200456.175000', '200456.635000', '200457.095000', '200457.555000', '200458.015000', '200458.475000', '200458.935000', '200459.395000', '200459.855000', '200500.315000', '200500.775000', '200501.235000', '200501.695000', '200502.155000', '200502.615000', '200503.075000', '200503.535000', '200503.995000', '200504.455000', '200504.915000', '200505.375000', '200505.835000', '200506.295000', '200506.755000', '200507.215000', '200507.675000', '200508.135000', '200508.595000', '200509.055000', '200509.515000', '200509.975000', '200510.435000', '200510.895000', '200511.355000', '200511.815000', '200512.275000', '200512.735000', '200513.195000', '200513.655000', '200514.115000', '200514.575000', '200515.035000', '200515.495000', '200515.955000', '200516.415000', '200516.875000', '200517.335000', '200517.795000', '200518.255000', '200518.715000', '200519.175000', '200519.635000', '200520.095000', '200520.555000', '200521.015000', '200521.475000', '200521.935000', '200522.395000', '200522.855000', '200523.315000', '200523.775000', '200524.235000', '200524.695000', '200525.155000', '200525.615000', '200526.075000', '200526.535000', '200526.995000', '200527.455000', '200527.915000', '200528.375000', '200528.835000', '200529.295000', '200529.755000', '200530.215000', '200530.675000', '200531.135000', '200531.595000', '200532.055000', '200532.515000', '200532.975000', '200533.435000', '200533.895000', '200534.355000', '200534.815000', '200535.275000', '200535.735000', '200536.195000', '200536.655000', '200537.115000', '200537.575000', '200538.035000', '200538.495000', '200538.955000', '200539.415000', '200539.875000', '200540.335000'], 'ContentTime': ['195559.768000', '195559.771000', '195559.774000', '195559.776000', '195559.779000', '195559.782000', '195559.784000', '195559.787000', '195559.789000', '195559.792000', '195559.794000', '195559.797000', '195559.799000', '195559.802000', '195559.805000', '195559.807000', '195559.810000', '195559.812000', '195559.815000', '195559.817000', '195559.820000', '195559.822000', '195559.825000', '195559.827000', '195559.830000', '195559.832000', '195559.835000', '195559.841000', '195559.844000', '195559.846000', '195559.849000', '195559.852000', '195559.854000', '195559.857000', '195559.859000', '195559.862000', '195559.865000', '195559.867000', '195559.870000', '195559.872000', '195559.875000', '195559.877000', '195559.882000', '195559.885000', '195559.887000', '195559.890000', '195559.892000', '195559.895000', '195559.897000', '195559.900000', '195559.903000', '195559.905000', '195559.908000', '195559.910000', '195559.913000', '195559.916000', '195619.738000', '195619.740000', '195619.743000', '195619.746000', '195619.748000', '195619.751000', '195619.753000', '195619.756000', '195619.758000', '195619.761000', '195619.763000', '195619.778000', '195619.780000', '195619.783000', '195619.785000', '195619.788000', '195619.790000', '195619.793000', '195619.796000', '195619.798000', '195619.802000', '195619.804000', '195619.807000', '195619.809000', '195619.812000', '195619.814000', '195619.817000', '195619.819000', '195619.822000', '195619.825000', '195619.827000', '195619.830000', '195619.832000', '195619.835000', '195619.837000', '195619.840000', '195619.843000', '195619.845000', '195619.848000', '195619.850000', '195619.853000', '195619.855000', '195619.869000', '195619.871000', '195639.738000', '195639.741000', '195639.744000', '195639.746000', '195639.749000', '195639.751000', '195639.754000', '195639.757000', '195639.759000', '195639.762000', '195639.764000', '195639.767000', '195639.770000', '195639.772000', '195639.775000', '195639.777000', '195639.780000', '195639.783000', '195639.785000', '195639.788000', '195639.790000', '195639.793000', '195639.796000', '195639.798000', '195639.801000', '195639.803000', '195639.806000', '195639.808000', '195639.811000', '195639.814000', '195639.816000', '195639.819000', '195639.821000', '195639.824000', '195639.826000', '195639.830000', '195639.833000', '195639.836000', '195639.838000', '195639.841000', '195639.844000', '195639.846000', '195639.849000', '195659.737000', '195659.740000', '195659.743000', '195659.745000', '195659.748000', '195659.750000', '195659.753000', '195659.755000', '195659.758000', '195659.760000', '195659.763000', '195659.765000', '195659.768000', '195659.771000', '195659.773000', '195659.776000', '195659.778000', '195659.781000', '195659.783000', '195659.786000', '195659.788000', '195659.791000', '195659.794000', '195659.796000', '195659.799000', '195659.801000', '195659.804000', '195659.806000', '195659.809000', '195659.811000', '195659.814000', '195659.817000', '195659.819000', '195659.822000', '195659.824000', '195659.827000', '195659.829000', '195659.832000', '195659.834000', '195659.837000', '195659.840000', '195659.842000', '195659.845000', '195659.847000', '195719.737000', '195719.740000', '195719.743000', '195719.745000', '195719.748000', '195719.751000', '195719.753000', '195719.756000', '195719.758000', '195719.761000', '195719.764000', '195719.766000', '195719.769000', '195719.771000', '195719.774000', '195719.776000', '195719.779000', '195719.781000', '195719.784000', '195719.787000', '195719.789000', '195719.792000', '195719.794000', '195719.797000', '195719.799000', '195719.802000', '195719.805000', '195719.807000', '195719.810000', '195719.812000', '195719.815000', '195719.817000', '195719.820000', '195719.823000', '195719.825000', '195719.828000', '195719.830000', '195719.833000', '195719.835000', '195719.838000', '195719.840000', '195719.843000', '195719.846000', '195739.738000', '195739.740000', '195739.743000', '195739.746000', '195739.748000', '195739.751000', '195739.753000', '195739.756000', '195739.758000', '195739.761000', '195739.764000', '195739.767000', '195739.769000', '195739.772000', '195739.774000', '195739.777000', '195739.779000', '195739.782000', '195739.785000', '195739.787000', '195739.790000', '195739.792000', '195739.795000', '195739.798000', '195739.800000', '195739.803000', '195739.805000', '195739.808000', '195739.811000', '195739.813000', '195739.816000', '195739.818000', '195739.821000', '195739.823000', '195739.826000', '195739.829000', '195739.831000', '195739.834000', '195739.836000', '195739.839000', '195739.841000', '195739.844000', '195739.847000', '195739.849000', '195759.737000', '195759.740000', '195759.743000', '195759.745000', '195759.748000', '195759.751000', '195759.753000', '195759.756000', '195759.758000', '195759.761000', '195759.763000', '195759.766000', '195759.768000', '195759.771000', '195759.773000', '195759.776000', '195759.787000', '195759.790000', '195759.792000', '195759.795000', '195759.798000', '195759.800000', '195759.803000', '195759.805000', '195759.808000', '195759.810000', '195759.813000', '195759.815000', '195759.818000', '195759.821000', '195759.823000', '195759.826000', '195759.828000', '195759.831000', '195759.833000', '195759.836000', '195759.838000', '195759.854000', '195759.857000', '195759.859000', '195759.862000', '195759.865000', '195759.867000', '195819.737000', '195819.740000', '195819.743000', '195819.745000', '195819.748000', '195819.751000', '195819.753000', '195819.756000', '195819.759000', '195819.761000', '195819.764000', '195819.766000', '195819.769000', '195819.771000', '195819.774000', '195819.777000', '195819.779000', '195819.782000', '195819.784000', '195819.787000', '195819.789000', '195819.792000', '195819.795000', '195819.797000', '195819.800000', '195819.802000', '195819.805000', '195819.808000', '195819.810000', '195819.813000', '195819.815000', '195819.818000', '195819.820000', '195819.823000', '195819.825000', '195819.828000', '195819.831000', '195819.833000', '195819.836000', '195819.838000', '195819.841000', '195819.843000', '195819.846000', '195819.849000', '195839.738000', '195839.741000', '195839.744000', '195839.746000', '195839.749000', '195839.752000', '195839.754000', '195839.757000', '195839.760000', '195839.762000', '195839.765000', '195839.767000', '195839.770000', '195839.773000', '195839.775000', '195839.778000', '195839.780000', '195839.783000', '195839.786000', '195839.788000', '195839.791000', '195839.794000', '195839.796000', '195839.799000', '195839.802000', '195839.804000', '195839.807000', '195839.809000', '195839.812000', '195839.815000', '195839.817000', '195839.820000', '195839.822000', '195839.825000', '195839.828000', '195839.830000', '195839.833000', '195839.835000', '195839.838000', '195839.841000', '195839.843000', '195839.846000', '195839.849000', '195859.739000', '195859.742000', '195859.744000', '195859.747000', '195859.750000', '195859.752000', '195859.755000', '195859.757000', '195859.760000', '195859.762000', '195859.765000', '195859.768000', '195859.770000', '195859.773000', '195859.775000', '195859.778000', '195859.780000', '195859.783000', '195859.786000', '195859.789000', '195859.791000', '195859.794000', '195859.797000', '195859.799000', '195859.802000', '195859.804000', '195859.807000', '195859.809000', '195859.812000', '195859.815000', '195859.817000', '195859.820000', '195859.822000', '195859.825000', '195859.827000', '195859.830000', '195859.833000', '195859.835000', '195859.838000', '195859.840000', '195859.843000', '195859.846000', '195859.848000', '195919.737000', '195919.740000', '195919.743000', '195919.745000', '195919.748000', '195919.751000', '195919.753000', '195919.756000', '195919.758000', '195919.761000', '195919.763000', '195919.766000', '195919.769000', '195919.771000', '195919.774000', '195919.776000', '195919.779000', '195919.781000', '195919.784000', '195919.787000', '195919.789000', '195919.792000', '195919.794000', '195919.797000', '195919.800000', '195919.802000', '195919.805000', '195919.807000', '195919.810000', '195919.812000', '195919.815000', '195919.818000', '195919.820000', '195919.823000', '195919.825000', '195919.828000', '195919.831000', '195919.833000', '195919.836000', '195919.838000', '195919.841000', '195919.843000', '195919.846000', '195919.849000', '195939.737000', '195939.740000', '195939.743000', '195939.745000', '195939.748000', '195939.751000', '195939.753000', '195939.756000', '195939.758000', '195939.761000', '195939.764000', '195939.766000', '195939.769000', '195939.772000', '195939.774000', '195939.777000', '195939.779000', '195939.782000', '195939.784000', '195939.801000', '195939.803000', '195939.806000', '195939.809000', '195939.811000', '195939.814000', '195939.816000', '195939.824000', '195939.827000', '195939.829000', '195939.832000', '195939.834000', '195939.837000', '195939.840000', '195939.842000', '195939.845000', '195939.847000', '195939.850000', '195939.853000', '195939.855000', '195939.858000', '195939.860000', '195939.863000', '195939.865000', '195939.868000', '195959.737000', '195959.740000', '195959.743000', '195959.745000', '195959.748000', '195959.750000', '195959.753000', '195959.756000', '195959.758000', '195959.761000', '195959.763000', '195959.766000', '195959.768000', '195959.771000', '195959.773000', '195959.776000', '195959.779000', '195959.781000', '195959.784000', '195959.786000', '195959.789000', '195959.792000', '195959.794000', '195959.797000', '195959.799000', '195959.802000', '195959.804000', '195959.807000', '195959.810000', '195959.812000', '195959.815000', '195959.817000', '195959.820000', '195959.823000', '195959.825000', '195959.828000', '195959.830000', '195959.833000', '195959.836000', '195959.838000', '195959.841000', '195959.843000', '195959.846000', '200019.737000', '200019.740000', '200019.743000', '200019.745000', '200019.748000', '200019.750000', '200019.753000', '200019.756000', '200019.758000', '200019.761000', '200019.763000', '200019.766000', '200019.768000', '200019.771000', '200019.774000', '200019.776000', '200019.780000', '200019.783000', '200019.785000', '200019.788000', '200019.790000', '200019.793000', '200019.795000', '200019.798000', '200019.801000', '200019.803000', '200019.806000', '200019.808000', '200019.811000', '200019.813000', '200019.816000', '200019.819000', '200019.821000', '200019.824000', '200019.826000', '200019.829000', '200019.832000', '200019.834000', '200019.837000', '200019.840000', '200019.842000', '200019.845000', '200019.848000', '200039.738000', '200039.740000', '200039.743000', '200039.746000', '200039.748000', '200039.751000', '200039.753000', '200039.756000', '200039.759000', '200039.761000', '200039.764000', '200039.766000', '200039.769000', '200039.772000', '200039.774000', '200039.777000', '200039.780000', '200039.782000', '200039.785000', '200039.787000', '200039.790000', '200039.793000', '200039.795000', '200039.798000', '200039.801000', '200039.803000', '200039.806000', '200039.809000', '200039.811000', '200039.814000', '200039.816000', '200039.819000', '200039.822000', '200039.824000', '200039.827000', '200039.829000', '200039.832000', '200039.835000', '200039.837000', '200039.840000', '200039.843000', '200039.845000', '200039.848000', '200039.850000', '200059.738000', '200059.741000', '200059.744000', '200059.747000', '200059.749000', '200059.752000', '200059.755000', '200059.757000', '200059.760000', '200059.763000', '200059.765000', '200059.768000', '200059.770000', '200059.773000', '200059.775000', '200059.778000', '200059.781000', '200059.783000', '200059.786000', '200059.788000', '200059.791000', '200059.793000', '200059.796000', '200059.798000', '200059.801000', '200059.804000', '200059.806000', '200059.809000', '200059.811000', '200059.814000', '200059.816000', '200059.819000', '200059.822000', '200059.824000', '200059.827000', '200059.829000', '200059.832000', '200059.834000', '200059.837000', '200059.840000', '200059.842000', '200059.845000', '200059.847000', '200119.738000', '200119.741000', '200119.744000', '200119.746000', '200119.749000', '200119.752000', '200119.754000', '200119.757000', '200119.759000', '200119.762000', '200119.764000', '200119.767000', '200119.769000', '200119.772000', '200119.775000', '200119.777000', '200119.780000', '200119.782000', '200119.785000', '200119.788000', '200119.790000', '200119.793000', '200119.795000', '200119.798000', '200119.801000', '200119.803000', '200119.806000', '200119.808000', '200119.811000', '200119.815000', '200119.818000', '200119.830000', '200119.832000', '200119.835000', '200119.837000', '200119.840000', '200119.843000', '200119.845000', '200119.848000', '200119.850000', '200119.853000', '200119.856000', '200119.858000', '200119.861000', '200139.738000', '200139.740000', '200139.743000', '200139.746000', '200139.748000', '200139.751000', '200139.754000', '200139.756000', '200139.759000', '200139.761000', '200139.764000', '200139.767000', '200139.769000', '200139.772000', '200139.774000', '200139.777000', '200139.780000', '200139.782000', '200139.785000', '200139.787000', '200139.790000', '200139.793000', '200139.795000', '200139.798000', '200139.800000', '200139.803000', '200139.805000', '200139.808000', '200139.814000', '200139.817000', '200139.819000', '200139.822000', '200139.824000', '200139.827000', '200139.830000', '200139.832000', '200139.835000', '200139.837000', '200139.840000', '200139.843000', '200139.845000', '200139.848000', '200139.851000', '200159.737000', '200159.740000', '200159.743000', '200159.745000', '200159.748000', '200159.750000', '200159.753000', '200159.756000', '200159.758000', '200159.761000', '200159.763000', '200159.766000', '200159.768000', '200159.771000', '200159.774000', '200159.776000', '200159.779000', '200159.782000', '200159.784000', '200159.787000', '200159.789000', '200159.792000', '200159.795000', '200159.797000', '200159.800000', '200159.802000', '200159.805000', '200159.807000', '200159.810000', '200159.813000', '200159.815000', '200159.818000', '200159.820000', '200159.823000', '200159.826000', '200159.828000', '200159.831000', '200159.833000', '200159.836000', '200159.839000', '200159.841000', '200159.844000', '200159.846000', '200159.849000', '200219.737000', '200219.740000', '200219.743000', '200219.745000', '200219.748000', '200219.751000', '200219.753000', '200219.756000', '200219.758000', '200219.761000', '200219.763000', '200219.766000', '200219.769000', '200219.771000', '200219.774000', '200219.776000', '200219.779000', '200219.781000', '200219.784000', '200219.786000', '200219.789000', '200219.792000', '200219.794000', '200219.797000', '200219.799000', '200219.802000', '200219.805000', '200219.807000', '200219.810000', '200219.812000', '200219.815000', '200219.818000', '200219.820000', '200219.823000', '200219.826000', '200219.828000', '200219.831000', '200219.833000', '200219.836000', '200219.838000', '200219.841000', '200219.844000', '200219.846000', '200239.737000', '200239.740000', '200239.743000', '200239.745000', '200239.748000', '200239.751000', '200239.753000', '200239.756000', '200239.758000', '200239.761000', '200239.763000', '200239.766000', '200239.769000', '200239.771000', '200239.774000', '200239.777000', '200239.779000', '200239.782000', '200239.784000', '200239.787000', '200239.789000', '200239.792000', '200239.795000', '200239.797000', '200239.800000', '200239.802000', '200239.805000', '200239.808000', '200239.810000', '200239.813000', '200239.815000', '200239.818000', '200239.820000', '200239.823000', '200239.826000', '200239.828000', '200239.831000', '200239.833000', '200239.836000', '200239.839000', '200239.841000', '200239.844000', '200239.846000', '200239.849000', '200259.738000', '200259.740000', '200259.743000', '200259.745000', '200259.748000', '200259.751000', '200259.753000', '200259.756000', '200259.758000', '200259.761000', '200259.764000', '200259.766000', '200259.769000', '200259.771000', '200259.774000', '200259.777000', '200259.779000', '200259.782000', '200259.785000', '200259.787000', '200259.790000', '200259.793000', '200259.795000', '200259.798000', '200259.800000', '200259.803000', '200259.805000', '200259.808000', '200259.810000', '200259.813000', '200259.816000', '200259.818000', '200259.821000', '200259.823000', '200259.826000', '200259.829000', '200259.831000', '200259.834000', '200259.836000', '200259.839000', '200259.842000', '200259.844000', '200259.847000', '200319.739000', '200319.744000', '200319.747000', '200319.749000', '200319.752000', '200319.754000', '200319.757000', '200319.760000', '200319.762000', '200319.765000', '200319.767000', '200319.770000', '200319.772000', '200319.775000', '200319.778000', '200319.780000', '200319.783000', '200319.785000', '200319.788000', '200319.790000', '200319.793000', '200319.796000', '200319.798000', '200319.801000', '200319.803000', '200319.806000', '200319.808000', '200319.811000', '200319.814000', '200319.816000', '200319.819000', '200319.821000', '200319.824000', '200319.827000', '200319.829000', '200319.832000', '200319.834000', '200319.837000', '200319.840000', '200319.842000', '200319.845000', '200319.847000', '200319.850000', '200319.852000', '200339.738000', '200339.741000', '200339.744000', '200339.746000', '200339.749000', '200339.752000', '200339.754000', '200339.757000', '200339.760000', '200339.762000', '200339.765000', '200339.767000', '200339.770000', '200339.773000', '200339.775000', '200339.778000', '200339.780000', '200339.783000', '200339.786000', '200339.788000', '200339.791000', '200339.793000', '200339.796000', '200339.799000', '200339.801000', '200339.804000', '200339.807000', '200339.809000', '200339.812000', '200339.814000', '200339.817000', '200339.820000', '200339.822000', '200339.825000', '200339.828000', '200339.831000', '200339.833000', '200339.836000', '200339.846000', '200339.848000', '200339.851000', '200339.853000', '200339.856000', '200359.738000', '200359.741000', '200359.743000', '200359.746000', '200359.748000', '200359.751000', '200359.754000', '200359.756000', '200359.759000', '200359.761000', '200359.764000', '200359.766000', '200359.769000', '200359.772000', '200359.774000', '200359.777000', '200359.779000', '200359.782000', '200359.784000', '200359.787000', '200359.790000', '200359.792000', '200359.795000', '200359.797000', '200359.800000', '200359.802000', '200359.805000', '200359.808000', '200359.810000', '200359.813000', '200359.815000', '200359.818000', '200359.820000', '200359.823000', '200359.826000', '200359.828000', '200359.831000', '200359.833000', '200359.836000', '200359.838000', '200359.841000', '200359.844000', '200359.846000', '200359.849000', '200419.737000', '200419.740000', '200419.743000', '200419.745000', '200419.748000', '200419.751000', '200419.753000', '200419.756000', '200419.759000', '200419.761000', '200419.764000', '200419.766000', '200419.769000', '200419.771000', '200419.774000', '200419.777000', '200419.779000', '200419.782000', '200419.784000', '200419.787000', '200419.789000', '200419.792000', '200419.795000', '200419.797000', '200419.800000', '200419.802000', '200419.805000', '200419.808000', '200419.810000', '200419.813000', '200419.815000', '200419.818000', '200419.821000', '200419.823000', '200419.826000', '200419.828000', '200419.831000', '200419.833000', '200419.836000', '200419.839000', '200419.841000', '200419.844000', '200419.846000', '200439.738000', '200439.740000', '200439.743000', '200439.745000', '200439.748000', '200439.751000', '200439.753000', '200439.756000', '200439.758000', '200439.761000', '200439.764000', '200439.766000', '200439.769000', '200439.771000', '200439.774000', '200439.777000', '200439.779000', '200439.782000', '200439.784000', '200439.787000', '200439.790000', '200439.792000', '200439.795000', '200439.797000', '200439.800000', '200439.802000', '200439.805000', '200439.808000', '200439.810000', '200439.813000', '200439.815000', '200439.818000', '200439.821000', '200439.823000', '200439.826000', '200439.828000', '200439.831000', '200439.833000', '200439.836000', '200439.839000', '200439.841000', '200439.844000', '200439.846000', '200439.849000', '200459.737000', '200459.740000', '200459.743000', '200459.745000', '200459.748000', '200459.751000', '200459.753000', '200459.756000', '200459.758000', '200459.761000', '200459.764000', '200459.766000', '200459.769000', '200459.771000', '200459.774000', '200459.777000', '200459.779000', '200459.782000', '200459.784000', '200459.787000', '200459.790000', '200459.792000', '200459.795000', '200459.797000', '200459.800000', '200459.802000', '200459.805000', '200459.808000', '200459.810000', '200459.813000', '200459.815000', '200459.818000', '200459.821000', '200459.823000', '200459.826000', '200459.828000', '200459.831000', '200459.834000', '200459.836000', '200459.839000', '200459.841000', '200459.844000', '200459.847000', '200519.737000', '200519.740000', '200519.743000', '200519.746000', '200519.749000', '200519.751000', '200519.754000', '200519.756000', '200519.759000', '200519.762000', '200519.764000', '200519.767000', '200519.769000', '200519.772000', '200519.775000', '200519.777000', '200519.780000', '200519.782000', '200519.785000', '200519.787000', '200519.790000', '200519.792000', '200519.795000', '200519.798000', '200519.800000', '200519.803000', '200519.805000', '200519.808000', '200519.810000', '200519.813000', '200519.816000', '200519.818000', '200519.821000', '200519.823000', '200519.826000', '200519.828000', '200519.831000', '200519.834000', '200519.836000', '200519.839000', '200519.841000', '200519.844000', '200519.847000', '200519.849000', '200539.739000', '200539.741000', '200539.744000', '200539.747000', '200539.749000', '200539.752000', '200539.754000', '200539.757000', '200539.760000', '200539.762000', '200539.765000', '200539.767000', '200539.770000', '200539.773000', '200539.775000', '200539.778000', '200539.780000', '200539.783000', '200539.786000', '200539.788000', '200539.791000', '200539.793000', '200539.796000', '200539.798000', '200539.801000', '200539.804000', '200539.806000', '200539.809000', '200539.811000', '200539.814000', '200539.816000', '200539.819000', '200539.822000', '200539.824000', '200539.827000', '200539.829000', '200539.832000', '200539.835000', '200539.837000', '200539.840000', '200539.843000', '200539.845000', '200539.848000', '200541.715000', '200541.717000', '200541.720000', '200541.723000', '200541.725000'], 'InstanceCreationTime': ['195559.768000', '195559.771000', '195559.774000', '195559.776000', '195559.779000', '195559.782000', '195559.784000', '195559.787000', '195559.789000', '195559.792000', '195559.794000', '195559.797000', '195559.799000', '195559.802000', '195559.805000', '195559.807000', '195559.810000', '195559.812000', '195559.815000', '195559.817000', '195559.820000', '195559.822000', '195559.825000', '195559.827000', '195559.830000', '195559.832000', '195559.835000', '195559.841000', '195559.844000', '195559.846000', '195559.849000', '195559.852000', '195559.854000', '195559.857000', '195559.859000', '195559.862000', '195559.865000', '195559.867000', '195559.870000', '195559.872000', '195559.875000', '195559.877000', '195559.882000', '195559.885000', '195559.887000', '195559.890000', '195559.892000', '195559.895000', '195559.897000', '195559.900000', '195559.903000', '195559.905000', '195559.908000', '195559.910000', '195559.913000', '195559.916000', '195619.738000', '195619.740000', '195619.743000', '195619.746000', '195619.748000', '195619.751000', '195619.753000', '195619.756000', '195619.758000', '195619.761000', '195619.763000', '195619.778000', '195619.780000', '195619.783000', '195619.785000', '195619.788000', '195619.790000', '195619.793000', '195619.796000', '195619.798000', '195619.802000', '195619.804000', '195619.807000', '195619.809000', '195619.812000', '195619.814000', '195619.817000', '195619.819000', '195619.822000', '195619.825000', '195619.827000', '195619.830000', '195619.832000', '195619.835000', '195619.837000', '195619.840000', '195619.843000', '195619.845000', '195619.848000', '195619.850000', '195619.853000', '195619.855000', '195619.869000', '195619.871000', '195639.738000', '195639.741000', '195639.744000', '195639.746000', '195639.749000', '195639.751000', '195639.754000', '195639.757000', '195639.759000', '195639.762000', '195639.764000', '195639.767000', '195639.770000', '195639.772000', '195639.775000', '195639.777000', '195639.780000', '195639.783000', '195639.785000', '195639.788000', '195639.790000', '195639.793000', '195639.796000', '195639.798000', '195639.801000', '195639.803000', '195639.806000', '195639.808000', '195639.811000', '195639.814000', '195639.816000', '195639.819000', '195639.821000', '195639.824000', '195639.826000', '195639.830000', '195639.833000', '195639.836000', '195639.838000', '195639.841000', '195639.844000', '195639.846000', '195639.849000', '195659.737000', '195659.740000', '195659.743000', '195659.745000', '195659.748000', '195659.750000', '195659.753000', '195659.755000', '195659.758000', '195659.760000', '195659.763000', '195659.765000', '195659.768000', '195659.771000', '195659.773000', '195659.776000', '195659.778000', '195659.781000', '195659.783000', '195659.786000', '195659.788000', '195659.791000', '195659.794000', '195659.796000', '195659.799000', '195659.801000', '195659.804000', '195659.806000', '195659.809000', '195659.811000', '195659.814000', '195659.817000', '195659.819000', '195659.822000', '195659.824000', '195659.827000', '195659.829000', '195659.832000', '195659.834000', '195659.837000', '195659.840000', '195659.842000', '195659.845000', '195659.847000', '195719.737000', '195719.740000', '195719.743000', '195719.745000', '195719.748000', '195719.751000', '195719.753000', '195719.756000', '195719.758000', '195719.761000', '195719.764000', '195719.766000', '195719.769000', '195719.771000', '195719.774000', '195719.776000', '195719.779000', '195719.781000', '195719.784000', '195719.787000', '195719.789000', '195719.792000', '195719.794000', '195719.797000', '195719.799000', '195719.802000', '195719.805000', '195719.807000', '195719.810000', '195719.812000', '195719.815000', '195719.817000', '195719.820000', '195719.823000', '195719.825000', '195719.828000', '195719.830000', '195719.833000', '195719.835000', '195719.838000', '195719.840000', '195719.843000', '195719.846000', '195739.738000', '195739.740000', '195739.743000', '195739.746000', '195739.748000', '195739.751000', '195739.753000', '195739.756000', '195739.758000', '195739.761000', '195739.764000', '195739.767000', '195739.769000', '195739.772000', '195739.774000', '195739.777000', '195739.779000', '195739.782000', '195739.785000', '195739.787000', '195739.790000', '195739.792000', '195739.795000', '195739.798000', '195739.800000', '195739.803000', '195739.805000', '195739.808000', '195739.811000', '195739.813000', '195739.816000', '195739.818000', '195739.821000', '195739.823000', '195739.826000', '195739.829000', '195739.831000', '195739.834000', '195739.836000', '195739.839000', '195739.841000', '195739.844000', '195739.847000', '195739.849000', '195759.737000', '195759.740000', '195759.743000', '195759.745000', '195759.748000', '195759.751000', '195759.753000', '195759.756000', '195759.758000', '195759.761000', '195759.763000', '195759.766000', '195759.768000', '195759.771000', '195759.773000', '195759.776000', '195759.787000', '195759.790000', '195759.792000', '195759.795000', '195759.798000', '195759.800000', '195759.803000', '195759.805000', '195759.808000', '195759.810000', '195759.813000', '195759.815000', '195759.818000', '195759.821000', '195759.823000', '195759.826000', '195759.828000', '195759.831000', '195759.833000', '195759.836000', '195759.838000', '195759.854000', '195759.857000', '195759.859000', '195759.862000', '195759.865000', '195759.867000', '195819.737000', '195819.740000', '195819.743000', '195819.745000', '195819.748000', '195819.751000', '195819.753000', '195819.756000', '195819.759000', '195819.761000', '195819.764000', '195819.766000', '195819.769000', '195819.771000', '195819.774000', '195819.777000', '195819.779000', '195819.782000', '195819.784000', '195819.787000', '195819.789000', '195819.792000', '195819.795000', '195819.797000', '195819.800000', '195819.802000', '195819.805000', '195819.808000', '195819.810000', '195819.813000', '195819.815000', '195819.818000', '195819.820000', '195819.823000', '195819.825000', '195819.828000', '195819.831000', '195819.833000', '195819.836000', '195819.838000', '195819.841000', '195819.843000', '195819.846000', '195819.849000', '195839.738000', '195839.741000', '195839.744000', '195839.746000', '195839.749000', '195839.752000', '195839.754000', '195839.757000', '195839.760000', '195839.762000', '195839.765000', '195839.767000', '195839.770000', '195839.773000', '195839.775000', '195839.778000', '195839.780000', '195839.783000', '195839.786000', '195839.788000', '195839.791000', '195839.794000', '195839.796000', '195839.799000', '195839.802000', '195839.804000', '195839.807000', '195839.809000', '195839.812000', '195839.815000', '195839.817000', '195839.820000', '195839.822000', '195839.825000', '195839.828000', '195839.830000', '195839.833000', '195839.835000', '195839.838000', '195839.841000', '195839.843000', '195839.846000', '195839.849000', '195859.739000', '195859.742000', '195859.744000', '195859.747000', '195859.750000', '195859.752000', '195859.755000', '195859.757000', '195859.760000', '195859.762000', '195859.765000', '195859.768000', '195859.770000', '195859.773000', '195859.775000', '195859.778000', '195859.780000', '195859.783000', '195859.786000', '195859.789000', '195859.791000', '195859.794000', '195859.797000', '195859.799000', '195859.802000', '195859.804000', '195859.807000', '195859.809000', '195859.812000', '195859.815000', '195859.817000', '195859.820000', '195859.822000', '195859.825000', '195859.827000', '195859.830000', '195859.833000', '195859.835000', '195859.838000', '195859.840000', '195859.843000', '195859.846000', '195859.848000', '195919.737000', '195919.740000', '195919.743000', '195919.745000', '195919.748000', '195919.751000', '195919.753000', '195919.756000', '195919.758000', '195919.761000', '195919.763000', '195919.766000', '195919.769000', '195919.771000', '195919.774000', '195919.776000', '195919.779000', '195919.781000', '195919.784000', '195919.787000', '195919.789000', '195919.792000', '195919.794000', '195919.797000', '195919.800000', '195919.802000', '195919.805000', '195919.807000', '195919.810000', '195919.812000', '195919.815000', '195919.818000', '195919.820000', '195919.823000', '195919.825000', '195919.828000', '195919.831000', '195919.833000', '195919.836000', '195919.838000', '195919.841000', '195919.843000', '195919.846000', '195919.849000', '195939.737000', '195939.740000', '195939.743000', '195939.745000', '195939.748000', '195939.751000', '195939.753000', '195939.756000', '195939.758000', '195939.761000', '195939.764000', '195939.766000', '195939.769000', '195939.772000', '195939.774000', '195939.777000', '195939.779000', '195939.782000', '195939.784000', '195939.801000', '195939.803000', '195939.806000', '195939.809000', '195939.811000', '195939.814000', '195939.816000', '195939.824000', '195939.827000', '195939.829000', '195939.832000', '195939.834000', '195939.837000', '195939.840000', '195939.842000', '195939.845000', '195939.847000', '195939.850000', '195939.853000', '195939.855000', '195939.858000', '195939.860000', '195939.863000', '195939.865000', '195939.868000', '195959.737000', '195959.740000', '195959.743000', '195959.745000', '195959.748000', '195959.750000', '195959.753000', '195959.756000', '195959.758000', '195959.761000', '195959.763000', '195959.766000', '195959.768000', '195959.771000', '195959.773000', '195959.776000', '195959.779000', '195959.781000', '195959.784000', '195959.786000', '195959.789000', '195959.792000', '195959.794000', '195959.797000', '195959.799000', '195959.802000', '195959.804000', '195959.807000', '195959.810000', '195959.812000', '195959.815000', '195959.817000', '195959.820000', '195959.823000', '195959.825000', '195959.828000', '195959.830000', '195959.833000', '195959.836000', '195959.838000', '195959.841000', '195959.843000', '195959.846000', '200019.737000', '200019.740000', '200019.743000', '200019.745000', '200019.748000', '200019.750000', '200019.753000', '200019.756000', '200019.758000', '200019.761000', '200019.763000', '200019.766000', '200019.768000', '200019.771000', '200019.774000', '200019.776000', '200019.780000', '200019.783000', '200019.785000', '200019.788000', '200019.790000', '200019.793000', '200019.795000', '200019.798000', '200019.801000', '200019.803000', '200019.806000', '200019.808000', '200019.811000', '200019.813000', '200019.816000', '200019.819000', '200019.821000', '200019.824000', '200019.826000', '200019.829000', '200019.832000', '200019.834000', '200019.837000', '200019.840000', '200019.842000', '200019.845000', '200019.848000', '200039.738000', '200039.740000', '200039.743000', '200039.746000', '200039.748000', '200039.751000', '200039.753000', '200039.756000', '200039.759000', '200039.761000', '200039.764000', '200039.766000', '200039.769000', '200039.772000', '200039.774000', '200039.777000', '200039.780000', '200039.782000', '200039.785000', '200039.787000', '200039.790000', '200039.793000', '200039.795000', '200039.798000', '200039.801000', '200039.803000', '200039.806000', '200039.809000', '200039.811000', '200039.814000', '200039.816000', '200039.819000', '200039.822000', '200039.824000', '200039.827000', '200039.829000', '200039.832000', '200039.835000', '200039.837000', '200039.840000', '200039.843000', '200039.845000', '200039.848000', '200039.850000', '200059.738000', '200059.741000', '200059.744000', '200059.747000', '200059.749000', '200059.752000', '200059.755000', '200059.757000', '200059.760000', '200059.763000', '200059.765000', '200059.768000', '200059.770000', '200059.773000', '200059.775000', '200059.778000', '200059.781000', '200059.783000', '200059.786000', '200059.788000', '200059.791000', '200059.793000', '200059.796000', '200059.798000', '200059.801000', '200059.804000', '200059.806000', '200059.809000', '200059.811000', '200059.814000', '200059.816000', '200059.819000', '200059.822000', '200059.824000', '200059.827000', '200059.829000', '200059.832000', '200059.834000', '200059.837000', '200059.840000', '200059.842000', '200059.845000', '200059.847000', '200119.738000', '200119.741000', '200119.744000', '200119.746000', '200119.749000', '200119.752000', '200119.754000', '200119.757000', '200119.759000', '200119.762000', '200119.764000', '200119.767000', '200119.769000', '200119.772000', '200119.775000', '200119.777000', '200119.780000', '200119.782000', '200119.785000', '200119.788000', '200119.790000', '200119.793000', '200119.795000', '200119.798000', '200119.801000', '200119.803000', '200119.806000', '200119.808000', '200119.811000', '200119.815000', '200119.818000', '200119.830000', '200119.832000', '200119.835000', '200119.837000', '200119.840000', '200119.843000', '200119.845000', '200119.848000', '200119.850000', '200119.853000', '200119.856000', '200119.858000', '200119.861000', '200139.738000', '200139.740000', '200139.743000', '200139.746000', '200139.748000', '200139.751000', '200139.754000', '200139.756000', '200139.759000', '200139.761000', '200139.764000', '200139.767000', '200139.769000', '200139.772000', '200139.774000', '200139.777000', '200139.780000', '200139.782000', '200139.785000', '200139.787000', '200139.790000', '200139.793000', '200139.795000', '200139.798000', '200139.800000', '200139.803000', '200139.805000', '200139.808000', '200139.814000', '200139.817000', '200139.819000', '200139.822000', '200139.824000', '200139.827000', '200139.830000', '200139.832000', '200139.835000', '200139.837000', '200139.840000', '200139.843000', '200139.845000', '200139.848000', '200139.851000', '200159.737000', '200159.740000', '200159.743000', '200159.745000', '200159.748000', '200159.750000', '200159.753000', '200159.756000', '200159.758000', '200159.761000', '200159.763000', '200159.766000', '200159.768000', '200159.771000', '200159.774000', '200159.776000', '200159.779000', '200159.782000', '200159.784000', '200159.787000', '200159.789000', '200159.792000', '200159.795000', '200159.797000', '200159.800000', '200159.802000', '200159.805000', '200159.807000', '200159.810000', '200159.813000', '200159.815000', '200159.818000', '200159.820000', '200159.823000', '200159.826000', '200159.828000', '200159.831000', '200159.833000', '200159.836000', '200159.839000', '200159.841000', '200159.844000', '200159.846000', '200159.849000', '200219.737000', '200219.740000', '200219.743000', '200219.745000', '200219.748000', '200219.751000', '200219.753000', '200219.756000', '200219.758000', '200219.761000', '200219.763000', '200219.766000', '200219.769000', '200219.771000', '200219.774000', '200219.776000', '200219.779000', '200219.781000', '200219.784000', '200219.786000', '200219.789000', '200219.792000', '200219.794000', '200219.797000', '200219.799000', '200219.802000', '200219.805000', '200219.807000', '200219.810000', '200219.812000', '200219.815000', '200219.818000', '200219.820000', '200219.823000', '200219.826000', '200219.828000', '200219.831000', '200219.833000', '200219.836000', '200219.838000', '200219.841000', '200219.844000', '200219.846000', '200239.737000', '200239.740000', '200239.743000', '200239.745000', '200239.748000', '200239.751000', '200239.753000', '200239.756000', '200239.758000', '200239.761000', '200239.763000', '200239.766000', '200239.769000', '200239.771000', '200239.774000', '200239.777000', '200239.779000', '200239.782000', '200239.784000', '200239.787000', '200239.789000', '200239.792000', '200239.795000', '200239.797000', '200239.800000', '200239.802000', '200239.805000', '200239.808000', '200239.810000', '200239.813000', '200239.815000', '200239.818000', '200239.820000', '200239.823000', '200239.826000', '200239.828000', '200239.831000', '200239.833000', '200239.836000', '200239.839000', '200239.841000', '200239.844000', '200239.846000', '200239.849000', '200259.738000', '200259.740000', '200259.743000', '200259.745000', '200259.748000', '200259.751000', '200259.753000', '200259.756000', '200259.758000', '200259.761000', '200259.764000', '200259.766000', '200259.769000', '200259.771000', '200259.774000', '200259.777000', '200259.779000', '200259.782000', '200259.785000', '200259.787000', '200259.790000', '200259.793000', '200259.795000', '200259.798000', '200259.800000', '200259.803000', '200259.805000', '200259.808000', '200259.810000', '200259.813000', '200259.816000', '200259.818000', '200259.821000', '200259.823000', '200259.826000', '200259.829000', '200259.831000', '200259.834000', '200259.836000', '200259.839000', '200259.842000', '200259.844000', '200259.847000', '200319.739000', '200319.744000', '200319.747000', '200319.749000', '200319.752000', '200319.754000', '200319.757000', '200319.760000', '200319.762000', '200319.765000', '200319.767000', '200319.770000', '200319.772000', '200319.775000', '200319.778000', '200319.780000', '200319.783000', '200319.785000', '200319.788000', '200319.790000', '200319.793000', '200319.796000', '200319.798000', '200319.801000', '200319.803000', '200319.806000', '200319.808000', '200319.811000', '200319.814000', '200319.816000', '200319.819000', '200319.821000', '200319.824000', '200319.827000', '200319.829000', '200319.832000', '200319.834000', '200319.837000', '200319.840000', '200319.842000', '200319.845000', '200319.847000', '200319.850000', '200319.852000', '200339.738000', '200339.741000', '200339.744000', '200339.746000', '200339.749000', '200339.752000', '200339.754000', '200339.757000', '200339.760000', '200339.762000', '200339.765000', '200339.767000', '200339.770000', '200339.773000', '200339.775000', '200339.778000', '200339.780000', '200339.783000', '200339.786000', '200339.788000', '200339.791000', '200339.793000', '200339.796000', '200339.799000', '200339.801000', '200339.804000', '200339.807000', '200339.809000', '200339.812000', '200339.814000', '200339.817000', '200339.820000', '200339.822000', '200339.825000', '200339.828000', '200339.831000', '200339.833000', '200339.836000', '200339.846000', '200339.848000', '200339.851000', '200339.853000', '200339.856000', '200359.738000', '200359.741000', '200359.743000', '200359.746000', '200359.748000', '200359.751000', '200359.754000', '200359.756000', '200359.759000', '200359.761000', '200359.764000', '200359.766000', '200359.769000', '200359.772000', '200359.774000', '200359.777000', '200359.779000', '200359.782000', '200359.784000', '200359.787000', '200359.790000', '200359.792000', '200359.795000', '200359.797000', '200359.800000', '200359.802000', '200359.805000', '200359.808000', '200359.810000', '200359.813000', '200359.815000', '200359.818000', '200359.820000', '200359.823000', '200359.826000', '200359.828000', '200359.831000', '200359.833000', '200359.836000', '200359.838000', '200359.841000', '200359.844000', '200359.846000', '200359.849000', '200419.737000', '200419.740000', '200419.743000', '200419.745000', '200419.748000', '200419.751000', '200419.753000', '200419.756000', '200419.759000', '200419.761000', '200419.764000', '200419.766000', '200419.769000', '200419.771000', '200419.774000', '200419.777000', '200419.779000', '200419.782000', '200419.784000', '200419.787000', '200419.789000', '200419.792000', '200419.795000', '200419.797000', '200419.800000', '200419.802000', '200419.805000', '200419.808000', '200419.810000', '200419.813000', '200419.815000', '200419.818000', '200419.821000', '200419.823000', '200419.826000', '200419.828000', '200419.831000', '200419.833000', '200419.836000', '200419.839000', '200419.841000', '200419.844000', '200419.846000', '200439.738000', '200439.740000', '200439.743000', '200439.745000', '200439.748000', '200439.751000', '200439.753000', '200439.756000', '200439.758000', '200439.761000', '200439.764000', '200439.766000', '200439.769000', '200439.771000', '200439.774000', '200439.777000', '200439.779000', '200439.782000', '200439.784000', '200439.787000', '200439.790000', '200439.792000', '200439.795000', '200439.797000', '200439.800000', '200439.802000', '200439.805000', '200439.808000', '200439.810000', '200439.813000', '200439.815000', '200439.818000', '200439.821000', '200439.823000', '200439.826000', '200439.828000', '200439.831000', '200439.833000', '200439.836000', '200439.839000', '200439.841000', '200439.844000', '200439.846000', '200439.849000', '200459.737000', '200459.740000', '200459.743000', '200459.745000', '200459.748000', '200459.751000', '200459.753000', '200459.756000', '200459.758000', '200459.761000', '200459.764000', '200459.766000', '200459.769000', '200459.771000', '200459.774000', '200459.777000', '200459.779000', '200459.782000', '200459.784000', '200459.787000', '200459.790000', '200459.792000', '200459.795000', '200459.797000', '200459.800000', '200459.802000', '200459.805000', '200459.808000', '200459.810000', '200459.813000', '200459.815000', '200459.818000', '200459.821000', '200459.823000', '200459.826000', '200459.828000', '200459.831000', '200459.834000', '200459.836000', '200459.839000', '200459.841000', '200459.844000', '200459.847000', '200519.737000', '200519.740000', '200519.743000', '200519.746000', '200519.749000', '200519.751000', '200519.754000', '200519.756000', '200519.759000', '200519.762000', '200519.764000', '200519.767000', '200519.769000', '200519.772000', '200519.775000', '200519.777000', '200519.780000', '200519.782000', '200519.785000', '200519.787000', '200519.790000', '200519.792000', '200519.795000', '200519.798000', '200519.800000', '200519.803000', '200519.805000', '200519.808000', '200519.810000', '200519.813000', '200519.816000', '200519.818000', '200519.821000', '200519.823000', '200519.826000', '200519.828000', '200519.831000', '200519.834000', '200519.836000', '200519.839000', '200519.841000', '200519.844000', '200519.847000', '200519.849000', '200539.739000', '200539.741000', '200539.744000', '200539.747000', '200539.749000', '200539.752000', '200539.754000', '200539.757000', '200539.760000', '200539.762000', '200539.765000', '200539.767000', '200539.770000', '200539.773000', '200539.775000', '200539.778000', '200539.780000', '200539.783000', '200539.786000', '200539.788000', '200539.791000', '200539.793000', '200539.796000', '200539.798000', '200539.801000', '200539.804000', '200539.806000', '200539.809000', '200539.811000', '200539.814000', '200539.816000', '200539.819000', '200539.822000', '200539.824000', '200539.827000', '200539.829000', '200539.832000', '200539.835000', '200539.837000', '200539.840000', '200539.843000', '200539.845000', '200539.848000', '200541.715000', '200541.717000', '200541.720000', '200541.723000', '200541.725000'], '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': [15955, 11656, 8226, 8832, 8124, 10595, 13076, 12530, 13236, 9246, 7456, 7132, 8877, 8020, 9223, 10599, 7775, 8134, 8572, 7941, 7702, 10925, 8971, 7680, 7369, 8256, 7895, 12103, 9560, 7669, 6730, 8045, 7425, 10258, 8743, 7309, 10365, 10546, 7457, 9394, 10249, 7826, 10002, 15371, 9901, 8035, 7935, 8109, 7670, 8648, 8447, 7412, 8567, 8135, 7500, 9309, 8726, 7556, 8034, 7738, 7996, 8977, 8355, 8035, 12583, 9587, 7688, 11889, 8764, 7434, 15191, 11595, 8037, 11530, 8091, 10160, 10686, 8308, 8786, 7955, 8221, 10949, 9604, 7943, 15400, 8764, 8273, 7500, 7774, 7994, 10874, 8590, 7958, 8007, 7551, 7919, 8909, 10701, 8601, 8790, 7226, 7470, 9181, 9186, 8764, 11064, 9239, 8586, 8824, 8818, 7872, 14435, 10728, 7565, 7099, 8276, 8522, 11837, 11111, 8318, 10746, 8103, 7642, 9145, 8435, 8230, 10730, 7561, 7711, 8039, 8263, 8288, 10320, 9291, 8287, 8227, 7979, 8225, 14746, 11021, 8241, 14409, 8176, 9859, 11138, 8895, 12462, 9700, 8097, 8020, 8693, 8092, 10812, 8771, 7800, 7864, 8031, 8135, 8217, 8703, 8107, 9461, 7939, 7777, 10628, 9397, 9206, 15880, 13626, 9309, 8349, 8841, 10433, 13717, 8145, 8704, 8629, 8512, 8376, 9654, 8674, 9335, 8268, 7995, 7830, 8436, 8799, 12822, 9326, 7932, 7905, 8213, 8720, 8534, 8857, 7878, 8365, 8508, 8227, 10990, 8965, 7761, 6911, 7694, 7922, 8199, 9681, 7854, 14273, 9523, 13857, 8610, 9607, 11627, 8211, 9100, 7858, 8376, 8664, 9783, 8370, 9423, 8049, 8169, 9717, 9989, 8337, 9715, 8676, 8417, 10528, 8318, 9194, 8520, 8367, 8093, 8107, 7441, 9783, 9714, 9005, 9276, 14252, 9197, 9689, 10146, 8752, 14207, 12841, 8285, 8128, 7807, 8507, 9873, 9137, 8109, 7607, 7714, 8222, 9600, 8916, 7888, 11849, 8052, 8930, 8059, 8328, 15469, 11449, 7690, 8987, 8076, 10155, 9485, 8311, 9738, 8381, 7832, 8899, 8292, 8802, 8709, 8111, 7461, 7704, 7851, 9547, 8855, 9872, 12182, 8425, 8534, 8270, 7880, 10815, 8638, 7942, 8726, 7967, 7771, 7728, 8152, 8686, 9384, 8204, 8343, 8139, 8278, 14967, 11347, 11220, 9126, 8313, 11332, 8482, 8347, 9659, 8548, 9196, 7900, 8450, 7827, 9444, 8334, 9482, 7567, 8282, 13100, 9500, 8147, 16044, 11718, 7787, 9187, 8349, 9361, 9244, 8511, 9347, 8823, 8956, 8519, 8523, 8281, 10279, 9152, 8125, 7113, 8152, 8903, 11271, 8732, 9190, 7565, 7689, 9062, 8572, 8402, 13844, 11250, 7849, 8242, 7483, 9478, 8132, 7376, 8383, 7416, 8264, 7546, 8540, 7894, 6929, 6725, 7155, 6856, 8776, 7171, 8007, 8606, 7172, 11391, 8960, 15404, 13054, 12772, 14171, 9297, 9487, 8300, 8929, 9813, 10522, 12399, 8356, 8387, 7808, 7957, 8632, 8531, 8421, 8269, 7816, 9031, 7454, 7285, 9099, 7516, 8964, 8264, 7624, 8943, 7765, 7878, 10051, 8523, 8346, 10645, 8504, 8648, 8374, 7383, 7941, 8781, 9421, 10422, 7974, 8787, 7208, 7476, 8899, 8231, 7435, 13381, 9845, 7178, 9280, 8115, 11322, 9524, 7937, 15342, 7913, 7301, 8337, 7535, 10850, 8962, 7518, 13217, 7685, 9979, 9583, 7790, 14180, 10372, 10801, 7325, 7373, 9021, 7926, 8345, 11179, 9525, 7453, 10457, 8228, 8386, 9151, 8582, 9465, 7176, 8057, 10392, 8902, 10433, 13434, 8537, 9179, 7788, 7715, 10848, 8746, 9482, 14421, 7844, 9366, 8485, 8300, 12323, 8980, 7500, 7149, 8172, 8154, 8889, 9029, 7691, 13729, 9952, 7864, 9393, 8185, 8552, 9282, 8637, 8592, 7408, 8328, 9611, 12420, 13982, 14608, 13275, 9174, 11031, 9778, 10276, 14199, 10623, 8650, 10999, 8852, 7957, 10744, 9035, 7902, 9395, 7588, 7990, 7523, 10295, 8330, 7514, 9997, 8705, 12422, 9737, 7957, 11536, 8055, 14015, 9084, 10867, 13619, 8794, 8272, 8961, 8762, 10678, 7890, 8824, 8084, 8456, 8627, 7918, 7941, 7476, 8102, 7307, 8694, 8235, 7871, 7394, 7441, 8852, 10164, 8914, 12219, 13695, 7947, 7644, 10576, 9444, 9127, 16158, 12530, 8465, 12754, 9458, 11489, 16656, 11085, 8910, 7787, 8338, 10247, 8519, 7950, 7464, 8076, 7849, 10549, 9387, 8189, 14321, 8031, 8025, 10869, 8708, 10265, 11856, 8456, 8892, 8121, 8353, 9458, 9461, 8509, 7624, 10582, 8143, 9399, 13707, 11823, 11753, 11213, 8050, 8801, 8287, 8374, 10528, 8504, 7879, 7209, 8195, 10790, 9845, 8590, 12147, 8642, 7826, 11831, 8769, 13243, 13889, 8169, 9555, 8386, 9888, 13189, 9447, 7950, 8919, 8139, 8483, 9635, 8654, 8145, 8830, 8548, 8528, 10518, 11857, 10448, 8870, 7915, 8269, 9925, 8796, 8728, 8537, 7833, 7525, 8241, 8978, 7803, 9774, 8206, 7882, 11382, 8852, 11840, 15900, 10990, 9471, 8249, 8359, 8894, 9062, 8261, 7358, 8254, 9124, 8670, 8409, 13846, 8672, 7830, 7504, 8974, 9026, 8646, 7947, 7277, 8220, 7506, 10159, 9254, 10439, 10595, 8128, 9779, 8294, 9425, 8569, 7816, 7640, 8167, 8148, 8244, 8722, 8842, 11058, 13845, 9331, 10498, 11246, 8277, 14011, 14509, 10005, 9525, 7630, 8423, 9942, 11040, 8507, 9020, 9330, 8049, 7894, 8625, 10785, 8134, 7658, 9807, 8178, 8533, 13431, 9421, 8042, 8094, 8120, 8028, 10851, 9062, 8025, 11480, 8065, 7530, 7571, 8319, 8330, 10119, 8424, 8019, 8136, 8897, 7772, 8701, 10809, 7329, 8009, 7039, 7813, 7638, 12871, 12213, 8464, 8712, 12840, 10023, 11647, 18606, 11840, 8453, 9838, 8353, 8031, 10107, 7814, 6996, 8531, 6886, 6913, 7467, 7212, 7301, 8232, 8101, 10484, 9442, 9056, 11888, 8077, 8247, 9641, 8211, 10292, 13698, 8568, 9264, 8644, 9326, 9520, 9249, 9038, 12745, 8810, 8257, 8810, 8139, 8183, 8890, 7451, 7058, 7759, 7166, 7144, 8479, 8134, 7391, 8669, 8588, 7808, 8937, 10546, 11003, 13364, 13662, 8367, 7995, 10484, 7992, 8280, 15139, 9722, 7529, 8507, 8206, 7508, 8839, 7413, 9380, 8606, 7994, 7317, 8765, 7912, 12311, 9150, 9323, 7765, 6882, 6873, 7584, 7143, 8814, 9734, 7876, 7547, 10095, 8212, 13611, 10921, 10212, 14794, 8164, 7579, 8870, 7741, 11521, 8716, 7260, 7970, 7636, 7280, 7680, 7244, 8922, 7405, 6857, 8870, 7389, 8726, 8386, 7405, 10989, 8671, 8152, 14894, 10856, 14217, 15374, 10124, 8304, 8190, 7682, 8006, 12216, 8702, 8252, 8948, 8080, 7579, 9435, 10723, 14508, 11287, 7833, 7473, 8383, 7788, 8412, 7949, 8155, 12284, 8463, 10289, 9046, 7583, 8482, 7877, 7094, 8371, 7497, 8038, 7837, 7373, 10185, 7951, 9684, 8375, 12785, 12397, 9332, 14136, 8242, 7776, 9310, 8428, 14163, 8663, 6914, 8796, 7697, 9485, 7803, 7675, 7565, 8117, 7258, 8352, 9668, 9819, 11830, 10103, 8372, 8483, 8653, 10778, 17035, 12619, 7962, 9789, 8712, 7835, 9988, 8380, 7873, 10403, 8330, 11633, 8659, 11986, 9737, 8133, 7729, 7401, 6968, 7753, 7179, 6754, 8232, 7244, 8079, 11499, 9348, 13704, 9853, 12074, 8756, 7823, 10764, 9180, 19929, 13819, 10002, 9123, 7854, 9714, 8473, 7223, 9196, 7561, 8067, 7790, 9176, 8600, 6877, 8386, 6754, 7040, 8277, 6755, 7324, 9703, 7819, 13085, 10999, 9685, 14263, 9025, 7972, 12745, 12280, 16263, 14457, 10519, 10305, 8508, 8900, 12698, 9582, 8159, 12626, 8496, 11076, 10627, 9125, 14665, 8661, 10248, 8109, 8200, 9047, 8423, 7624, 9526, 8734, 7883, 9040, 8237, 8909, 8697, 7756, 8370, 8480, 7593, 8603, 8101, 6910, 10305, 8467, 8233, 10771, 8282, 12601, 11095, 7677, 8178, 9050, 8156, 13689, 10694, 10985, 16360, 8662, 8904, 8995, 8457, 12195, 10027, 8114, 7534, 9125, 8684, 11731, 8918, 9065, 10705, 8534, 8108, 8640, 8380, 7961, 8186, 8172, 7849, 8627, 7848, 9149, 8023, 8446, 9135, 7532, 9990, 8342, 10318, 7790, 7914, 9863, 7853, 6973, 8190, 7195, 8116, 10260, 8281, 9852, 9305, 11616, 13508, 10166, 16174, 9051, 9100, 9097, 9038, 10478, 7707, 7166, 6585, 8147, 6963, 8180, 7609, 8075, 11482, 9621, 8468, 11299, 8995, 16793, 11580, 11533, 9056, 8325, 12925, 8936, 15388, 13528, 8790, 12473, 8724, 9273, 10122, 8452, 7924, 9082, 8527, 10271, 8648, 8932, 8973, 8501, 9170, 8417, 8350, 7800, 7207, 6595, 6604, 7544, 7284, 8246, 8023, 11333, 9185, 7871, 7910, 8685, 8642, 11951, 11786, 7772, 8295, 8072, 7639, 9103, 13737, 10005, 8034, 13091, 8611, 8535, 11427, 10026, 14418, 9092, 8413, 9291, 7820, 9075, 7825, 6701, 6923, 6896, 6902, 8867, 7607, 10671, 8695, 11585, 10160, 7780, 9643, 7870, 8235, 10581, 7951, 9088, 8784, 8492, 12310, 8413, 7453, 14193, 8122, 8525, 8515, 8253, 8455, 10445, 7921, 7701, 8700, 7886, 7881, 11028, 8020, 7872, 7266, 8938, 8289, 9495, 10868, 8507, 8693, 7411, 8294, 8257, 8842, 7991, 10680, 8312, 7293, 6942, 8250, 6980, 7903, 8020, 7388, 9697, 10732, 11306, 14114, 10967, 13330, 9004, 9025, 10630, 8300, 8338, 17605, 10778, 8515, 9676, 8959, 13190, 9017, 8603, 9111, 8010, 7053, 8314, 7464, 7318, 7497, 8456, 10246, 9204, 8993, 11728, 9470, 12284, 9738, 8393, 7386, 8536, 8050, 11501, 8381, 7866, 9223, 8311, 8007, 9768, 8019, 8619, 12112, 7903, 7704, 8906, 8109, 9025, 10523, 7535, 8673, 7485, 7899], 'WindowCenter': [4046.0, 4011.0, 3966.0, 3963.0, 3953.0, 3981.0, 3993.0, 3993.0, 3992.0, 3947.0, 3918.0, 3915.0, 3946.0, 3935.0, 3961.0, 3968.0, 3927.0, 3937.0, 3948.0, 3940.0, 3929.0, 3980.0, 3948.0, 3939.0, 3927.0, 3938.0, 3937.0, 3979.0, 3958.0, 3928.0, 3921.0, 3938.0, 3924.0, 3970.0, 3952.0, 3930.0, 3972.0, 3982.0, 3928.0, 3961.0, 3968.0, 3940.0, 3969.0, 3999.0, 3957.0, 3938.0, 3925.0, 3937.0, 3941.0, 3948.0, 3938.0, 3928.0, 3949.0, 3936.0, 3928.0, 3957.0, 3949.0, 3943.0, 3940.0, 3941.0, 3952.0, 3962.0, 3948.0, 3940.0, 4007.0, 3963.0, 3929.0, 3982.0, 3948.0, 3930.0, 4007.0, 3982.0, 3936.0, 3969.0, 3935.0, 3971.0, 3969.0, 3948.0, 3946.0, 3937.0, 3947.0, 3982.0, 3959.0, 3937.0, 4014.0, 3947.0, 3945.0, 3926.0, 3927.0, 3940.0, 3967.0, 3950.0, 3938.0, 3940.0, 3937.0, 3938.0, 3949.0, 3970.0, 3952.0, 3948.0, 3926.0, 3930.0, 3973.0, 3961.0, 3948.0, 3982.0, 3960.0, 3961.0, 3962.0, 3961.0, 3938.0, 4000.0, 3971.0, 3928.0, 3918.0, 3938.0, 3950.0, 3967.0, 3971.0, 3950.0, 3968.0, 3935.0, 3926.0, 3946.0, 3934.0, 3938.0, 3970.0, 3927.0, 3941.0, 3937.0, 3938.0, 3948.0, 3987.0, 3976.0, 3952.0, 3954.0, 3951.0, 3960.0, 4004.0, 3983.0, 3949.0, 4002.0, 3939.0, 3970.0, 3969.0, 3944.0, 3992.0, 3958.0, 3936.0, 3922.0, 3934.0, 3933.0, 3965.0, 3947.0, 3928.0, 3938.0, 3937.0, 3949.0, 3950.0, 3949.0, 3952.0, 3972.0, 3951.0, 3939.0, 3980.0, 3959.0, 3962.0, 4017.0, 4004.0, 3961.0, 3948.0, 3961.0, 3968.0, 4005.0, 3940.0, 3947.0, 3948.0, 3962.0, 3938.0, 3957.0, 3949.0, 3960.0, 3948.0, 3939.0, 3940.0, 3938.0, 3947.0, 3992.0, 3959.0, 3938.0, 3938.0, 3949.0, 3948.0, 3949.0, 3961.0, 3951.0, 3950.0, 3961.0, 3948.0, 3967.0, 3961.0, 3943.0, 3931.0, 3938.0, 3950.0, 3952.0, 3971.0, 3953.0, 4004.0, 3972.0, 3992.0, 3948.0, 3957.0, 3978.0, 3948.0, 3957.0, 3936.0, 3949.0, 3950.0, 3958.0, 3950.0, 3959.0, 3938.0, 3950.0, 3960.0, 3970.0, 3938.0, 3957.0, 3937.0, 3935.0, 3951.0, 3934.0, 3948.0, 3934.0, 3948.0, 3953.0, 3948.0, 3928.0, 3972.0, 3971.0, 3960.0, 3963.0, 4004.0, 3960.0, 3958.0, 3968.0, 3947.0, 3989.0, 3993.0, 3939.0, 3934.0, 3924.0, 3948.0, 3959.0, 3957.0, 3933.0, 3927.0, 3928.0, 3951.0, 3971.0, 3958.0, 3951.0, 3994.0, 3954.0, 3962.0, 3938.0, 3938.0, 4000.0, 3984.0, 3928.0, 3948.0, 3953.0, 3969.0, 3946.0, 3936.0, 3961.0, 3938.0, 3939.0, 3947.0, 3950.0, 3948.0, 3949.0, 3940.0, 3928.0, 3927.0, 3939.0, 3956.0, 3948.0, 3960.0, 3993.0, 3948.0, 3949.0, 3950.0, 3953.0, 3981.0, 3948.0, 3950.0, 3958.0, 3936.0, 3939.0, 3940.0, 3952.0, 3961.0, 3975.0, 3953.0, 3951.0, 3951.0, 3952.0, 4004.0, 3982.0, 3981.0, 3959.0, 3940.0, 3970.0, 3949.0, 3938.0, 3957.0, 3951.0, 3960.0, 3937.0, 3937.0, 3926.0, 3957.0, 3944.0, 3962.0, 3927.0, 3949.0, 3990.0, 3947.0, 3928.0, 4002.0, 3979.0, 3927.0, 3945.0, 3937.0, 3959.0, 3958.0, 3948.0, 3958.0, 3949.0, 3947.0, 3936.0, 3937.0, 3935.0, 3967.0, 3958.0, 3937.0, 3916.0, 3939.0, 3948.0, 3967.0, 3950.0, 3959.0, 3937.0, 3940.0, 3960.0, 3948.0, 3949.0, 4007.0, 3984.0, 3938.0, 3937.0, 3940.0, 3972.0, 3941.0, 3929.0, 3950.0, 3929.0, 3951.0, 3939.0, 3950.0, 3952.0, 3932.0, 3932.0, 3943.0, 3934.0, 3975.0, 3944.0, 3954.0, 3979.0, 3949.0, 3996.0, 3977.0, 4016.0, 4007.0, 3993.0, 4004.0, 3962.0, 3958.0, 3940.0, 3950.0, 3959.0, 3969.0, 3978.0, 3936.0, 3944.0, 3926.0, 3938.0, 3947.0, 3949.0, 3950.0, 3936.0, 3926.0, 3947.0, 3924.0, 3926.0, 3948.0, 3931.0, 3951.0, 3948.0, 3940.0, 3962.0, 3940.0, 3953.0, 3971.0, 3961.0, 3951.0, 3985.0, 3965.0, 3961.0, 3951.0, 3940.0, 3941.0, 3964.0, 3973.0, 3982.0, 3951.0, 3963.0, 3940.0, 3943.0, 3964.0, 3962.0, 3942.0, 4002.0, 3985.0, 3934.0, 3964.0, 3954.0, 3993.0, 3973.0, 3939.0, 4017.0, 3955.0, 3941.0, 3952.0, 3943.0, 3993.0, 3960.0, 3941.0, 4005.0, 3942.0, 3971.0, 3958.0, 3944.0, 4004.0, 3974.0, 3970.0, 3928.0, 3931.0, 3956.0, 3948.0, 3950.0, 3980.0, 3970.0, 3941.0, 3969.0, 3939.0, 3950.0, 3961.0, 3949.0, 3971.0, 3919.0, 3939.0, 3972.0, 3959.0, 3970.0, 3993.0, 3963.0, 3961.0, 3937.0, 3941.0, 3982.0, 3949.0, 3960.0, 4003.0, 3938.0, 3959.0, 3950.0, 3938.0, 3993.0, 3958.0, 3941.0, 3929.0, 3945.0, 3951.0, 3961.0, 3960.0, 3940.0, 4004.0, 3973.0, 3940.0, 3959.0, 3950.0, 3951.0, 3957.0, 3947.0, 3948.0, 3929.0, 3951.0, 3959.0, 3992.0, 4007.0, 4005.0, 3990.0, 3948.0, 3956.0, 3954.0, 3959.0, 3990.0, 3955.0, 3936.0, 3955.0, 3935.0, 3924.0, 3954.0, 3931.0, 3937.0, 3958.0, 3937.0, 3940.0, 3940.0, 3971.0, 3950.0, 3928.0, 3973.0, 3950.0, 3993.0, 3962.0, 3941.0, 3981.0, 3939.0, 3988.0, 3948.0, 3969.0, 3989.0, 3947.0, 3935.0, 3948.0, 3949.0, 3957.0, 3938.0, 3948.0, 3937.0, 3949.0, 3946.0, 3951.0, 3950.0, 3928.0, 3949.0, 3939.0, 3961.0, 3961.0, 3966.0, 3943.0, 3944.0, 3961.0, 3983.0, 3964.0, 3993.0, 4003.0, 3941.0, 3939.0, 3982.0, 3969.0, 3962.0, 4017.0, 3992.0, 3949.0, 3992.0, 3960.0, 3978.0, 4013.0, 3968.0, 3945.0, 3924.0, 3936.0, 3957.0, 3934.0, 3937.0, 3926.0, 3936.0, 3936.0, 3967.0, 3947.0, 3946.0, 4002.0, 3939.0, 3950.0, 3971.0, 3946.0, 3968.0, 3981.0, 3950.0, 3950.0, 3939.0, 3949.0, 3970.0, 3960.0, 3964.0, 3942.0, 3982.0, 3941.0, 3960.0, 3990.0, 3982.0, 3981.0, 3981.0, 3941.0, 3960.0, 3936.0, 3937.0, 3969.0, 3950.0, 3940.0, 3929.0, 3948.0, 3982.0, 3970.0, 3963.0, 3992.0, 3950.0, 3940.0, 3981.0, 3950.0, 3978.0, 3992.0, 3935.0, 3958.0, 3939.0, 3959.0, 3978.0, 3959.0, 3923.0, 3948.0, 3924.0, 3947.0, 3955.0, 3950.0, 3933.0, 3946.0, 3947.0, 3949.0, 3970.0, 3978.0, 3968.0, 3944.0, 3938.0, 3947.0, 3973.0, 3947.0, 3949.0, 3945.0, 3927.0, 3926.0, 3937.0, 3960.0, 3942.0, 3985.0, 3952.0, 3952.0, 3981.0, 3959.0, 3980.0, 4014.0, 3972.0, 3959.0, 3936.0, 3950.0, 3950.0, 3960.0, 3949.0, 3930.0, 3950.0, 3957.0, 3950.0, 3949.0, 4004.0, 3950.0, 3940.0, 3928.0, 3958.0, 3959.0, 3949.0, 3940.0, 3942.0, 3951.0, 3941.0, 3972.0, 3962.0, 3983.0, 3984.0, 3949.0, 3969.0, 3951.0, 3961.0, 3960.0, 3939.0, 3942.0, 3951.0, 3952.0, 3962.0, 3962.0, 3973.0, 3982.0, 4018.0, 3973.0, 3971.0, 3967.0, 3939.0, 3989.0, 3990.0, 3971.0, 3958.0, 3924.0, 3934.0, 3967.0, 3984.0, 3948.0, 3946.0, 3956.0, 3925.0, 3935.0, 3948.0, 3979.0, 3939.0, 3926.0, 3960.0, 3950.0, 3949.0, 3989.0, 3948.0, 3937.0, 3927.0, 3935.0, 3939.0, 3969.0, 3946.0, 3928.0, 3967.0, 3935.0, 3939.0, 3938.0, 3945.0, 3950.0, 3969.0, 3940.0, 3952.0, 3949.0, 3963.0, 3913.0, 3932.0, 3967.0, 3929.0, 3940.0, 3932.0, 3928.0, 3939.0, 3993.0, 3981.0, 3937.0, 3948.0, 3981.0, 3961.0, 3971.0, 4014.0, 3969.0, 3925.0, 3947.0, 3936.0, 3924.0, 3957.0, 3926.0, 3905.0, 3934.0, 3915.0, 3919.0, 3927.0, 3943.0, 3943.0, 3948.0, 3941.0, 3984.0, 3960.0, 3964.0, 3982.0, 3941.0, 3938.0, 3972.0, 3950.0, 3959.0, 3993.0, 3948.0, 3946.0, 3936.0, 3948.0, 3959.0, 3947.0, 3944.0, 3979.0, 3945.0, 3937.0, 3947.0, 3938.0, 3936.0, 3948.0, 3944.0, 3957.0, 3970.0, 3959.0, 3945.0, 3952.0, 3940.0, 3943.0, 3965.0, 3962.0, 3942.0, 3962.0, 3984.0, 3984.0, 3993.0, 3994.0, 3938.0, 3937.0, 3971.0, 3937.0, 3936.0, 3991.0, 3958.0, 3927.0, 3935.0, 3936.0, 3916.0, 3949.0, 3928.0, 3947.0, 3952.0, 3940.0, 3930.0, 3948.0, 3924.0, 3982.0, 3949.0, 3948.0, 3925.0, 3913.0, 3918.0, 3938.0, 3932.0, 3972.0, 3971.0, 3954.0, 3942.0, 3971.0, 3948.0, 4002.0, 3969.0, 3957.0, 4003.0, 3937.0, 3927.0, 3946.0, 3939.0, 3980.0, 3948.0, 3927.0, 3937.0, 3927.0, 3940.0, 3940.0, 3928.0, 3960.0, 3942.0, 3920.0, 3960.0, 3942.0, 3964.0, 3949.0, 3941.0, 3998.0, 3966.0, 3953.0, 4003.0, 3971.0, 3992.0, 4002.0, 3957.0, 3934.0, 3936.0, 3938.0, 3938.0, 3976.0, 3949.0, 3940.0, 3946.0, 3937.0, 3927.0, 3947.0, 3968.0, 3990.0, 3968.0, 3927.0, 3925.0, 3938.0, 3926.0, 3940.0, 3936.0, 3940.0, 3978.0, 3936.0, 3958.0, 3945.0, 3923.0, 3946.0, 3936.0, 3916.0, 3948.0, 3927.0, 3940.0, 3937.0, 3943.0, 3983.0, 3954.0, 3960.0, 3951.0, 3990.0, 3979.0, 3950.0, 3990.0, 3935.0, 3928.0, 3948.0, 3938.0, 3988.0, 3937.0, 3915.0, 3933.0, 3935.0, 3971.0, 3937.0, 3940.0, 3940.0, 3937.0, 3926.0, 3938.0, 3971.0, 3971.0, 3992.0, 3970.0, 3941.0, 3952.0, 3948.0, 3966.0, 4001.0, 3992.0, 3937.0, 3958.0, 3946.0, 3940.0, 3970.0, 3937.0, 3935.0, 3968.0, 3938.0, 3969.0, 3949.0, 3979.0, 3943.0, 3925.0, 3926.0, 3927.0, 3916.0, 3941.0, 3929.0, 3921.0, 3975.0, 3943.0, 3949.0, 3991.0, 3972.0, 4002.0, 3973.0, 3992.0, 3950.0, 3942.0, 3980.0, 3951.0, 4027.0, 3990.0, 3955.0, 3948.0, 3940.0, 3956.0, 3937.0, 3928.0, 3957.0, 3939.0, 3940.0, 3937.0, 3959.0, 3961.0, 3919.0, 3950.0, 3928.0, 3930.0, 3964.0, 3946.0, 3955.0, 3988.0, 3954.0, 3994.0, 3974.0, 3976.0, 4005.0, 3959.0, 3942.0, 3996.0, 3994.0, 4016.0, 3990.0, 3970.0, 3956.0, 3948.0, 3947.0, 3979.0, 3960.0, 3927.0, 3981.0, 3939.0, 3957.0, 3956.0, 3933.0, 3979.0, 3938.0, 3956.0, 3924.0, 3925.0, 3933.0, 3932.0, 3926.0, 3959.0, 3952.0, 3937.0, 3960.0, 3951.0, 3951.0, 3936.0, 3943.0, 3948.0, 3947.0, 3940.0, 3964.0, 3953.0, 3931.0, 3988.0, 3967.0, 3953.0, 3987.0, 3955.0, 3992.0, 3982.0, 3944.0, 3954.0, 3962.0, 3937.0, 3990.0, 3971.0, 3982.0, 4013.0, 3949.0, 3936.0, 3949.0, 3937.0, 3968.0, 3960.0, 3927.0, 3928.0, 3958.0, 3949.0, 3977.0, 3946.0, 3948.0, 3957.0, 3937.0, 3924.0, 3936.0, 3936.0, 3939.0, 3936.0, 3937.0, 3952.0, 3951.0, 3939.0, 3963.0, 3953.0, 3954.0, 3961.0, 3942.0, 3972.0, 3951.0, 3973.0, 3940.0, 3938.0, 3974.0, 3942.0, 3932.0, 3963.0, 3931.0, 3953.0, 3998.0, 3966.0, 3973.0, 3975.0, 3994.0, 3991.0, 3972.0, 4003.0, 3949.0, 3950.0, 3960.0, 3947.0, 3957.0, 3928.0, 3932.0, 3919.0, 3952.0, 3946.0, 3963.0, 3956.0, 3969.0, 4012.0, 3975.0, 3953.0, 3994.0, 3965.0, 4013.0, 3983.0, 3982.0, 3950.0, 3940.0, 3992.0, 3948.0, 4000.0, 3994.0, 3939.0, 3979.0, 3939.0, 3947.0, 3957.0, 3937.0, 3928.0, 3947.0, 3946.0, 3970.0, 3948.0, 3949.0, 3947.0, 3935.0, 3946.0, 3938.0, 3939.0, 3928.0, 3926.0, 3920.0, 3921.0, 3953.0, 3944.0, 3951.0, 3943.0, 3985.0, 3977.0, 3954.0, 3941.0, 3963.0, 3964.0, 3983.0, 3994.0, 3941.0, 3942.0, 3940.0, 3941.0, 3963.0, 3993.0, 3976.0, 3938.0, 3994.0, 3953.0, 3961.0, 3979.0, 3958.0, 3990.0, 3949.0, 3938.0, 3949.0, 3926.0, 3947.0, 3930.0, 3907.0, 3919.0, 3928.0, 3932.0, 3962.0, 3954.0, 3984.0, 3964.0, 3996.0, 3988.0, 3944.0, 3971.0, 3951.0, 3950.0, 3970.0, 3942.0, 3952.0, 3948.0, 3950.0, 3993.0, 3939.0, 3915.0, 4005.0, 3941.0, 3948.0, 3948.0, 3938.0, 3938.0, 3955.0, 3941.0, 3942.0, 3946.0, 3937.0, 3941.0, 3983.0, 3941.0, 3942.0, 3926.0, 3949.0, 3953.0, 3960.0, 3969.0, 3951.0, 3949.0, 3916.0, 3940.0, 3951.0, 3963.0, 3941.0, 3970.0, 3950.0, 3930.0, 3931.0, 3964.0, 3944.0, 3951.0, 3967.0, 3958.0, 3988.0, 3999.0, 3999.0, 4006.0, 3985.0, 4005.0, 3947.0, 3948.0, 3983.0, 3950.0, 3941.0, 4027.0, 3974.0, 3948.0, 3960.0, 3947.0, 3992.0, 3962.0, 3950.0, 3961.0, 3938.0, 3914.0, 3950.0, 3931.0, 3928.0, 3929.0, 3952.0, 3973.0, 3963.0, 3951.0, 3984.0, 3959.0, 3981.0, 3973.0, 3951.0, 3930.0, 3947.0, 3940.0, 3982.0, 3935.0, 3941.0, 3959.0, 3950.0, 3939.0, 3972.0, 3942.0, 3951.0, 3995.0, 3941.0, 3938.0, 3950.0, 3941.0, 3961.0, 3971.0, 3941.0, 3950.0, 3930.0, 3938.0], 'WindowWidth': [9008.0, 8949.0, 8873.0, 8864.0, 8848.0, 8885.0, 8902.0, 8899.0, 8899.0, 8831.0, 8791.0, 8787.0, 8827.0, 8811.0, 8852.0, 8862.0, 8804.0, 8818.0, 8835.0, 8826.0, 8809.0, 8880.0, 8834.0, 8823.0, 8804.0, 8820.0, 8815.0, 8877.0, 8844.0, 8806.0, 8805.0, 8823.0, 8799.0, 8863.0, 8845.0, 8814.0, 8871.0, 8885.0, 8810.0, 8854.0, 8860.0, 8825.0, 8864.0, 8906.0, 8842.0, 8816.0, 8799.0, 8817.0, 8827.0, 8834.0, 8819.0, 8808.0, 8835.0, 8815.0, 8810.0, 8845.0, 8835.0, 8835.0, 8826.0, 8825.0, 8845.0, 8860.0, 8835.0, 8827.0, 8925.0, 8859.0, 8808.0, 8885.0, 8835.0, 8811.0, 8927.0, 8883.0, 8815.0, 8863.0, 8815.0, 8866.0, 8860.0, 8835.0, 8829.0, 8818.0, 8833.0, 8883.0, 8849.0, 8817.0, 8937.0, 8833.0, 8828.0, 8803.0, 8804.0, 8827.0, 8859.0, 8840.0, 8820.0, 8826.0, 8819.0, 8819.0, 8836.0, 8864.0, 8846.0, 8834.0, 8804.0, 8812.0, 8875.0, 8854.0, 8836.0, 8886.0, 8854.0, 8855.0, 8858.0, 8856.0, 8821.0, 8910.0, 8868.0, 8807.0, 8793.0, 8820.0, 8839.0, 8858.0, 8868.0, 8839.0, 8860.0, 8812.0, 8801.0, 8828.0, 8811.0, 8818.0, 8865.0, 8804.0, 8826.0, 8820.0, 8820.0, 8834.0, 8899.0, 8882.0, 8846.0, 8852.0, 8846.0, 8857.0, 8918.0, 8890.0, 8838.0, 8915.0, 8822.0, 8864.0, 8863.0, 8823.0, 8897.0, 8845.0, 8814.0, 8791.0, 8809.0, 8808.0, 8852.0, 8831.0, 8807.0, 8821.0, 8819.0, 8840.0, 8840.0, 8836.0, 8846.0, 8874.0, 8843.0, 8826.0, 8883.0, 8849.0, 8857.0, 8949.0, 8916.0, 8852.0, 8836.0, 8854.0, 8860.0, 8923.0, 8824.0, 8830.0, 8833.0, 8859.0, 8820.0, 8842.0, 8837.0, 8851.0, 8835.0, 8823.0, 8825.0, 8820.0, 8830.0, 8897.0, 8848.0, 8820.0, 8821.0, 8837.0, 8834.0, 8834.0, 8855.0, 8844.0, 8839.0, 8855.0, 8835.0, 8859.0, 8854.0, 8834.0, 8814.0, 8823.0, 8844.0, 8844.0, 8870.0, 8850.0, 8921.0, 8873.0, 8901.0, 8833.0, 8843.0, 8877.0, 8835.0, 8844.0, 8814.0, 8836.0, 8837.0, 8844.0, 8838.0, 8848.0, 8818.0, 8837.0, 8853.0, 8865.0, 8819.0, 8843.0, 8816.0, 8812.0, 8831.0, 8809.0, 8831.0, 8810.0, 8833.0, 8848.0, 8835.0, 8809.0, 8871.0, 8870.0, 8852.0, 8860.0, 8920.0, 8854.0, 8846.0, 8862.0, 8831.0, 8888.0, 8901.0, 8821.0, 8811.0, 8796.0, 8831.0, 8849.0, 8846.0, 8809.0, 8803.0, 8805.0, 8843.0, 8870.0, 8849.0, 8841.0, 8904.0, 8849.0, 8857.0, 8822.0, 8820.0, 8908.0, 8890.0, 8806.0, 8832.0, 8848.0, 8863.0, 8826.0, 8815.0, 8855.0, 8820.0, 8822.0, 8831.0, 8837.0, 8833.0, 8833.0, 8826.0, 8807.0, 8805.0, 8823.0, 8841.0, 8834.0, 8849.0, 8901.0, 8834.0, 8836.0, 8838.0, 8850.0, 8882.0, 8834.0, 8840.0, 8850.0, 8818.0, 8824.0, 8827.0, 8843.0, 8857.0, 8885.0, 8849.0, 8845.0, 8843.0, 8846.0, 8920.0, 8887.0, 8884.0, 8851.0, 8826.0, 8866.0, 8837.0, 8820.0, 8844.0, 8840.0, 8849.0, 8818.0, 8818.0, 8802.0, 8843.0, 8826.0, 8856.0, 8805.0, 8837.0, 8892.0, 8830.0, 8804.0, 8915.0, 8876.0, 8805.0, 8828.0, 8817.0, 8848.0, 8846.0, 8835.0, 8845.0, 8835.0, 8831.0, 8813.0, 8816.0, 8810.0, 8858.0, 8847.0, 8820.0, 8790.0, 8821.0, 8833.0, 8858.0, 8837.0, 8848.0, 8819.0, 8825.0, 8850.0, 8835.0, 8838.0, 8928.0, 8888.0, 8820.0, 8816.0, 8829.0, 8871.0, 8827.0, 8810.0, 8838.0, 8808.0, 8839.0, 8825.0, 8837.0, 8843.0, 8820.0, 8821.0, 8838.0, 8829.0, 8882.0, 8841.0, 8853.0, 8895.0, 8854.0, 8915.0, 8890.0, 8942.0, 8928.0, 8903.0, 8920.0, 8859.0, 8848.0, 8825.0, 8838.0, 8849.0, 8862.0, 8874.0, 8815.0, 8824.0, 8802.0, 8821.0, 8831.0, 8835.0, 8838.0, 8815.0, 8800.0, 8833.0, 8799.0, 8803.0, 8834.0, 8813.0, 8839.0, 8837.0, 8825.0, 8860.0, 8827.0, 8847.0, 8870.0, 8858.0, 8842.0, 8894.0, 8867.0, 8857.0, 8842.0, 8828.0, 8829.0, 8863.0, 8875.0, 8886.0, 8845.0, 8863.0, 8828.0, 8836.0, 8863.0, 8860.0, 8834.0, 8914.0, 8895.0, 8824.0, 8863.0, 8849.0, 8904.0, 8874.0, 8823.0, 8943.0, 8856.0, 8830.0, 8843.0, 8835.0, 8904.0, 8854.0, 8830.0, 8924.0, 8832.0, 8868.0, 8850.0, 8837.0, 8919.0, 8877.0, 8868.0, 8808.0, 8815.0, 8845.0, 8837.0, 8840.0, 8878.0, 8868.0, 8830.0, 8864.0, 8824.0, 8840.0, 8855.0, 8835.0, 8870.0, 8796.0, 8825.0, 8872.0, 8851.0, 8866.0, 8902.0, 8863.0, 8854.0, 8820.0, 8827.0, 8885.0, 8836.0, 8849.0, 8916.0, 8819.0, 8849.0, 8841.0, 8820.0, 8902.0, 8849.0, 8831.0, 8812.0, 8828.0, 8842.0, 8853.0, 8853.0, 8827.0, 8919.0, 8873.0, 8826.0, 8851.0, 8840.0, 8841.0, 8845.0, 8831.0, 8835.0, 8809.0, 8841.0, 8850.0, 8898.0, 8926.0, 8922.0, 8894.0, 8832.0, 8842.0, 8837.0, 8848.0, 8892.0, 8837.0, 8812.0, 8838.0, 8809.0, 8795.0, 8835.0, 8801.0, 8816.0, 8846.0, 8818.0, 8826.0, 8826.0, 8870.0, 8839.0, 8809.0, 8872.0, 8840.0, 8899.0, 8860.0, 8828.0, 8882.0, 8822.0, 8890.0, 8833.0, 8860.0, 8891.0, 8831.0, 8812.0, 8831.0, 8834.0, 8844.0, 8817.0, 8832.0, 8816.0, 8838.0, 8828.0, 8844.0, 8840.0, 8809.0, 8840.0, 8827.0, 8858.0, 8859.0, 8872.0, 8837.0, 8840.0, 8859.0, 8891.0, 8864.0, 8902.0, 8918.0, 8829.0, 8825.0, 8886.0, 8866.0, 8857.0, 8944.0, 8896.0, 8836.0, 8896.0, 8852.0, 8872.0, 8936.0, 8861.0, 8825.0, 8795.0, 8816.0, 8842.0, 8810.0, 8818.0, 8801.0, 8814.0, 8815.0, 8860.0, 8831.0, 8831.0, 8912.0, 8820.0, 8840.0, 8867.0, 8829.0, 8858.0, 8882.0, 8841.0, 8836.0, 8820.0, 8839.0, 8865.0, 8851.0, 8867.0, 8832.0, 8886.0, 8829.0, 8853.0, 8894.0, 8885.0, 8882.0, 8882.0, 8826.0, 8853.0, 8816.0, 8818.0, 8864.0, 8839.0, 8826.0, 8811.0, 8834.0, 8884.0, 8867.0, 8861.0, 8899.0, 8839.0, 8824.0, 8883.0, 8839.0, 8873.0, 8899.0, 8813.0, 8848.0, 8823.0, 8845.0, 8873.0, 8849.0, 8794.0, 8833.0, 8796.0, 8831.0, 8839.0, 8837.0, 8809.0, 8828.0, 8830.0, 8835.0, 8862.0, 8873.0, 8859.0, 8823.0, 8818.0, 8831.0, 8873.0, 8830.0, 8837.0, 8826.0, 8802.0, 8802.0, 8819.0, 8850.0, 8833.0, 8893.0, 8846.0, 8844.0, 8882.0, 8850.0, 8878.0, 8936.0, 8869.0, 8849.0, 8815.0, 8838.0, 8835.0, 8850.0, 8836.0, 8813.0, 8838.0, 8845.0, 8839.0, 8835.0, 8918.0, 8837.0, 8825.0, 8805.0, 8848.0, 8850.0, 8836.0, 8827.0, 8830.0, 8841.0, 8831.0, 8872.0, 8856.0, 8886.0, 8888.0, 8839.0, 8866.0, 8842.0, 8857.0, 8854.0, 8824.0, 8830.0, 8841.0, 8847.0, 8859.0, 8861.0, 8876.0, 8887.0, 8946.0, 8875.0, 8866.0, 8859.0, 8821.0, 8891.0, 8895.0, 8870.0, 8846.0, 8796.0, 8809.0, 8857.0, 8891.0, 8834.0, 8830.0, 8842.0, 8797.0, 8812.0, 8831.0, 8881.0, 8825.0, 8803.0, 8850.0, 8838.0, 8835.0, 8891.0, 8833.0, 8817.0, 8801.0, 8814.0, 8820.0, 8860.0, 8827.0, 8803.0, 8857.0, 8811.0, 8823.0, 8820.0, 8829.0, 8841.0, 8864.0, 8825.0, 8843.0, 8838.0, 8862.0, 8773.0, 8799.0, 8855.0, 8808.0, 8824.0, 8818.0, 8805.0, 8825.0, 8902.0, 8884.0, 8820.0, 8833.0, 8882.0, 8854.0, 8866.0, 8939.0, 8862.0, 8797.0, 8827.0, 8814.0, 8798.0, 8840.0, 8801.0, 8771.0, 8807.0, 8788.0, 8798.0, 8809.0, 8835.0, 8833.0, 8833.0, 8828.0, 8889.0, 8853.0, 8864.0, 8887.0, 8827.0, 8820.0, 8873.0, 8840.0, 8849.0, 8903.0, 8832.0, 8826.0, 8814.0, 8830.0, 8847.0, 8829.0, 8822.0, 8878.0, 8824.0, 8815.0, 8828.0, 8820.0, 8815.0, 8831.0, 8840.0, 8869.0, 8887.0, 8870.0, 8843.0, 8846.0, 8826.0, 8835.0, 8868.0, 8861.0, 8833.0, 8856.0, 8893.0, 8892.0, 8901.0, 8903.0, 8820.0, 8815.0, 8867.0, 8819.0, 8814.0, 8900.0, 8846.0, 8801.0, 8811.0, 8813.0, 8789.0, 8836.0, 8806.0, 8830.0, 8842.0, 8825.0, 8808.0, 8832.0, 8796.0, 8886.0, 8834.0, 8829.0, 8799.0, 8785.0, 8796.0, 8823.0, 8822.0, 8873.0, 8868.0, 8851.0, 8830.0, 8869.0, 8836.0, 8916.0, 8863.0, 8844.0, 8917.0, 8816.0, 8802.0, 8827.0, 8823.0, 8880.0, 8834.0, 8804.0, 8815.0, 8803.0, 8829.0, 8827.0, 8808.0, 8852.0, 8833.0, 8801.0, 8853.0, 8834.0, 8864.0, 8839.0, 8830.0, 8919.0, 8869.0, 8846.0, 8922.0, 8869.0, 8900.0, 8920.0, 8845.0, 8810.0, 8815.0, 8820.0, 8822.0, 8870.0, 8837.0, 8822.0, 8827.0, 8816.0, 8806.0, 8832.0, 8861.0, 8895.0, 8856.0, 8801.0, 8801.0, 8817.0, 8800.0, 8823.0, 8814.0, 8826.0, 8875.0, 8815.0, 8846.0, 8826.0, 8794.0, 8828.0, 8816.0, 8791.0, 8832.0, 8807.0, 8824.0, 8820.0, 8837.0, 8888.0, 8850.0, 8855.0, 8843.0, 8896.0, 8878.0, 8838.0, 8896.0, 8812.0, 8806.0, 8833.0, 8818.0, 8892.0, 8816.0, 8783.0, 8805.0, 8815.0, 8867.0, 8819.0, 8827.0, 8827.0, 8818.0, 8803.0, 8821.0, 8869.0, 8870.0, 8901.0, 8866.0, 8826.0, 8845.0, 8834.0, 8853.0, 8916.0, 8900.0, 8818.0, 8846.0, 8827.0, 8828.0, 8867.0, 8816.0, 8812.0, 8859.0, 8816.0, 8860.0, 8834.0, 8878.0, 8822.0, 8799.0, 8800.0, 8806.0, 8789.0, 8829.0, 8813.0, 8805.0, 8884.0, 8839.0, 8841.0, 8898.0, 8874.0, 8915.0, 8873.0, 8899.0, 8839.0, 8833.0, 8882.0, 8839.0, 8963.0, 8896.0, 8838.0, 8832.0, 8827.0, 8840.0, 8817.0, 8804.0, 8841.0, 8825.0, 8824.0, 8818.0, 8850.0, 8858.0, 8797.0, 8839.0, 8812.0, 8816.0, 8866.0, 8848.0, 8857.0, 8902.0, 8855.0, 8909.0, 8877.0, 8884.0, 8924.0, 8853.0, 8831.0, 8912.0, 8911.0, 8944.0, 8898.0, 8863.0, 8840.0, 8832.0, 8830.0, 8875.0, 8851.0, 8802.0, 8882.0, 8818.0, 8840.0, 8838.0, 8803.0, 8875.0, 8819.0, 8837.0, 8791.0, 8794.0, 8805.0, 8806.0, 8799.0, 8847.0, 8843.0, 8820.0, 8851.0, 8841.0, 8838.0, 8813.0, 8832.0, 8835.0, 8830.0, 8826.0, 8865.0, 8849.0, 8818.0, 8901.0, 8873.0, 8848.0, 8897.0, 8853.0, 8899.0, 8884.0, 8838.0, 8851.0, 8860.0, 8817.0, 8896.0, 8870.0, 8886.0, 8931.0, 8833.0, 8812.0, 8833.0, 8816.0, 8860.0, 8853.0, 8802.0, 8804.0, 8845.0, 8832.0, 8872.0, 8827.0, 8828.0, 8842.0, 8813.0, 8794.0, 8812.0, 8814.0, 8822.0, 8812.0, 8816.0, 8844.0, 8839.0, 8824.0, 8858.0, 8850.0, 8850.0, 8856.0, 8832.0, 8870.0, 8840.0, 8872.0, 8826.0, 8820.0, 8878.0, 8830.0, 8819.0, 8861.0, 8817.0, 8846.0, 8918.0, 8868.0, 8874.0, 8880.0, 8904.0, 8899.0, 8871.0, 8917.0, 8834.0, 8836.0, 8851.0, 8829.0, 8842.0, 8805.0, 8819.0, 8798.0, 8846.0, 8847.0, 8864.0, 8860.0, 8878.0, 8943.0, 8884.0, 8847.0, 8909.0, 8865.0, 8933.0, 8888.0, 8884.0, 8837.0, 8824.0, 8898.0, 8834.0, 8907.0, 8903.0, 8818.0, 8872.0, 8820.0, 8828.0, 8840.0, 8815.0, 8803.0, 8826.0, 8828.0, 8866.0, 8831.0, 8831.0, 8827.0, 8810.0, 8824.0, 8816.0, 8820.0, 8805.0, 8803.0, 8802.0, 8804.0, 8850.0, 8839.0, 8844.0, 8833.0, 8893.0, 8887.0, 8850.0, 8829.0, 8862.0, 8863.0, 8886.0, 8904.0, 8830.0, 8827.0, 8823.0, 8828.0, 8858.0, 8901.0, 8883.0, 8823.0, 8905.0, 8846.0, 8859.0, 8878.0, 8846.0, 8895.0, 8832.0, 8815.0, 8830.0, 8799.0, 8827.0, 8810.0, 8776.0, 8796.0, 8810.0, 8818.0, 8858.0, 8853.0, 8891.0, 8864.0, 8913.0, 8902.0, 8837.0, 8870.0, 8844.0, 8840.0, 8866.0, 8831.0, 8842.0, 8833.0, 8836.0, 8902.0, 8823.0, 8787.0, 8924.0, 8827.0, 8832.0, 8831.0, 8819.0, 8817.0, 8838.0, 8829.0, 8829.0, 8828.0, 8816.0, 8827.0, 8888.0, 8829.0, 8831.0, 8804.0, 8835.0, 8843.0, 8851.0, 8862.0, 8840.0, 8836.0, 8788.0, 8822.0, 8840.0, 8856.0, 8828.0, 8863.0, 8840.0, 8813.0, 8818.0, 8865.0, 8841.0, 8845.0, 8875.0, 8865.0, 8902.0, 8917.0, 8918.0, 8925.0, 8892.0, 8922.0, 8833.0, 8833.0, 8889.0, 8840.0, 8827.0, 8959.0, 8874.0, 8832.0, 8849.0, 8830.0, 8901.0, 8857.0, 8836.0, 8853.0, 8818.0, 8785.0, 8838.0, 8815.0, 8806.0, 8813.0, 8846.0, 8874.0, 8859.0, 8841.0, 8888.0, 8849.0, 8880.0, 8875.0, 8841.0, 8810.0, 8830.0, 8826.0, 8883.0, 8812.0, 8826.0, 8849.0, 8837.0, 8822.0, 8871.0, 8829.0, 8840.0, 8908.0, 8828.0, 8821.0, 8839.0, 8829.0, 8855.0, 8867.0, 8828.0, 8838.0, 8809.0, 8819.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.0034036818181818183</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028249298181818178</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.026249753252465</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.195561958794541</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0569213001440487</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.488</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3732.3169</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14026938932675106</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>232</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.575757575757574</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5369453707169893</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.544817757508635</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7774480246895696</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.288570329952764</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00784405</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0033900742419064045</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019055955111980438</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>3.7626293380210747</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>23.9874</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.7788</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.9039</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299849.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>846.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.1661</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0675</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.0276</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3144.0958</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3338.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76695.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>976.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4173.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>887.1398</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.42113501729909</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> |