=== 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-0065 --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-0065",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
140 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
140 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-0065_ses-02_task-narratives_acq-mb8_run-03_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-0065_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0065_suffix-bold_task-narratives" 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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0065_suffix-bold_task-narratives" 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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0065_suffix-bold_task-narratives" 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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0065_suffix-bold_task-narratives" 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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0065_suffix-bold_task-narratives" 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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0065_suffix-bold_task-narratives" 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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0065_suffix-bold_task-narratives" 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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-03_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-0065/ses-02/func/sub-0065_ses-02_task-narratives_acq-mb8_run-03_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>d5ad69bb12088a90738c1c4edb854a50</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>20:07:16.845000</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.999595, -0.00894238, 0.0270255, 0.0104682, 0.998328, -0.0568541]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth 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-03_task-narratives_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.0828422</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-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7768, -7306, 799, -8, -431, 384, 57]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.368</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>59d470f2-c655-45e0-ba67-8f4bf014b2b9||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.68183970451355, 0.028085362166166306, 0.07147406041622162, 107.3887710571289], [0.023991763591766357, 2.6784400939941406, -0.15420764684677124, -92.28240966796875], [0.07250738888978958, 0.1525353193283081, 2.6946449279785156, -88.88072967529297], [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, 1298]</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], 'AcquisitionTime': ['200716.845000', '200717.305000', '200717.765000', '200718.225000', '200718.685000', '200719.145000', '200719.605000', '200720.065000', '200720.525000', '200720.985000', '200721.445000', '200721.905000', '200722.365000', '200722.825000', '200723.285000', '200723.745000', '200724.205000', '200724.665000', '200725.125000', '200725.585000', '200726.045000', '200726.505000', '200726.965000', '200727.425000', '200727.885000', '200728.345000', '200728.805000', '200729.265000', '200729.725000', '200730.185000', '200730.645000', '200731.105000', '200731.565000', '200732.025000', '200732.485000', '200732.945000', '200733.405000', '200733.865000', '200734.325000', '200734.785000', '200735.245000', '200735.705000', '200736.165000', '200736.625000', '200737.085000', '200737.545000', '200738.005000', '200738.465000', '200738.925000', '200739.385000', '200739.845000', '200740.305000', '200740.765000', '200741.225000', '200741.685000', '200742.145000', '200742.605000', '200743.065000', '200743.525000', '200743.985000', '200744.445000', '200744.905000', '200745.365000', '200745.825000', '200746.285000', '200746.745000', '200747.205000', '200747.665000', '200748.125000', '200748.585000', '200749.045000', '200749.505000', '200749.965000', '200750.425000', '200750.885000', '200751.345000', '200751.805000', '200752.265000', '200752.725000', '200753.185000', '200753.645000', '200754.105000', '200754.565000', '200755.025000', '200755.485000', '200755.945000', '200756.405000', '200756.865000', '200757.325000', '200757.785000', '200758.245000', '200758.705000', '200759.165000', '200759.625000', '200800.085000', '200800.545000', '200801.005000', '200801.465000', '200801.925000', '200802.385000', '200802.845000', '200803.305000', '200803.765000', '200804.225000', '200804.685000', '200805.145000', '200805.605000', '200806.065000', '200806.525000', '200806.985000', '200807.445000', '200807.905000', '200808.365000', '200808.825000', '200809.285000', '200809.745000', '200810.205000', '200810.665000', '200811.125000', '200811.585000', '200812.045000', '200812.505000', '200812.965000', '200813.425000', '200813.885000', '200814.345000', '200814.805000', '200815.265000', '200815.725000', '200816.185000', '200816.645000', '200817.105000', '200817.565000', '200818.025000', '200818.485000', '200818.945000', '200819.405000', '200819.865000', '200820.325000', '200820.785000', '200821.245000', '200821.705000', '200822.165000', '200822.625000', '200823.085000', '200823.545000', '200824.005000', '200824.465000', '200824.925000', '200825.385000', '200825.845000', '200826.305000', '200826.765000', '200827.225000', '200827.685000', '200828.145000', '200828.605000', '200829.065000', '200829.525000', '200829.985000', '200830.445000', '200830.905000', '200831.365000', '200831.825000', '200832.285000', '200832.745000', '200833.205000', '200833.665000', '200834.125000', '200834.585000', '200835.045000', '200835.505000', '200835.965000', '200836.425000', '200836.885000', '200837.345000', '200837.805000', '200838.265000', '200838.725000', '200839.185000', '200839.645000', '200840.105000', '200840.565000', '200841.025000', '200841.485000', '200841.945000', '200842.405000', '200842.865000', '200843.325000', '200843.785000', '200844.245000', '200844.705000', '200845.165000', '200845.625000', '200846.085000', '200846.545000', '200847.005000', '200847.465000', '200847.925000', '200848.385000', '200848.845000', '200849.305000', '200849.765000', '200850.225000', '200850.685000', '200851.145000', '200851.605000', '200852.065000', '200852.525000', '200852.985000', '200853.445000', '200853.905000', '200854.365000', '200854.825000', '200855.285000', '200855.745000', '200856.205000', '200856.665000', '200857.125000', '200857.585000', '200858.045000', '200858.505000', '200858.965000', '200859.425000', '200859.885000', '200900.345000', '200900.805000', '200901.265000', '200901.725000', '200902.185000', '200902.645000', '200903.105000', '200903.565000', '200904.025000', '200904.485000', '200904.945000', '200905.405000', '200905.865000', '200906.325000', '200906.785000', '200907.245000', '200907.705000', '200908.165000', '200908.625000', '200909.085000', '200909.545000', '200910.005000', '200910.465000', '200910.925000', '200911.385000', '200911.845000', '200912.305000', '200912.765000', '200913.225000', '200913.685000', '200914.145000', '200914.605000', '200915.065000', '200915.525000', '200915.985000', '200916.445000', '200916.905000', '200917.365000', '200917.825000', '200918.285000', '200918.745000', '200919.205000', '200919.665000', '200920.125000', '200920.585000', '200921.045000', '200921.505000', '200921.965000', '200922.425000', '200922.885000', '200923.345000', '200923.805000', '200924.265000', '200924.725000', '200925.185000', '200925.645000', '200926.105000', '200926.565000', '200927.025000', '200927.485000', '200927.945000', '200928.405000', '200928.865000', '200929.325000', '200929.785000', '200930.245000', '200930.705000', '200931.165000', '200931.625000', '200932.085000', '200932.545000', '200933.005000', '200933.465000', '200933.925000', '200934.385000', '200934.845000', '200935.305000', '200935.765000', '200936.225000', '200936.685000', '200937.145000', '200937.605000', '200938.065000', '200938.525000', '200938.985000', '200939.445000', '200939.905000', '200940.365000', '200940.825000', '200941.285000', '200941.745000', '200942.205000', '200942.665000', '200943.125000', '200943.585000', '200944.045000', '200944.505000', '200944.965000', '200945.425000', '200945.885000', '200946.345000', '200946.805000', '200947.265000', '200947.725000', '200948.185000', '200948.645000', '200949.105000', '200949.565000', '200950.025000', '200950.485000', '200950.945000', '200951.405000', '200951.865000', '200952.325000', '200952.785000', '200953.245000', '200953.705000', '200954.165000', '200954.625000', '200955.085000', '200955.545000', '200956.005000', '200956.465000', '200956.925000', '200957.385000', '200957.845000', '200958.305000', '200958.765000', '200959.225000', '200959.685000', '201000.145000', '201000.605000', '201001.065000', '201001.525000', '201001.985000', '201002.445000', '201002.905000', '201003.365000', '201003.825000', '201004.285000', '201004.745000', '201005.205000', '201005.665000', '201006.125000', '201006.585000', '201007.045000', '201007.505000', '201007.965000', '201008.425000', '201008.885000', '201009.345000', '201009.805000', '201010.265000', '201010.725000', '201011.185000', '201011.645000', '201012.105000', '201012.565000', '201013.025000', '201013.485000', '201013.945000', '201014.405000', '201014.865000', '201015.325000', '201015.785000', '201016.245000', '201016.705000', '201017.165000', '201017.625000', '201018.085000', '201018.545000', '201019.005000', '201019.465000', '201019.925000', '201020.385000', '201020.845000', '201021.305000', '201021.765000', '201022.225000', '201022.685000', '201023.145000', '201023.605000', '201024.065000', '201024.525000', '201024.985000', '201025.445000', '201025.905000', '201026.365000', '201026.825000', '201027.285000', '201027.745000', '201028.205000', '201028.665000', '201029.125000', '201029.585000', '201030.045000', '201030.505000', '201030.965000', '201031.425000', '201031.885000', '201032.345000', '201032.805000', '201033.265000', '201033.725000', '201034.185000', '201034.645000', '201035.105000', '201035.565000', '201036.025000', '201036.485000', '201036.945000', '201037.405000', '201037.865000', '201038.325000', '201038.785000', '201039.245000', '201039.705000', '201040.165000', '201040.625000', '201041.085000', '201041.545000', '201042.005000', '201042.465000', '201042.925000', '201043.385000', '201043.845000', '201044.305000', '201044.765000', '201045.225000', '201045.685000', '201046.145000', '201046.605000', '201047.065000', '201047.525000', '201047.985000', '201048.445000', '201048.905000', '201049.365000', '201049.825000', '201050.285000', '201050.745000', '201051.205000', '201051.665000', '201052.125000', '201052.585000', '201053.045000', '201053.505000', '201053.965000', '201054.425000', '201054.885000', '201055.345000', '201055.805000', '201056.265000', '201056.725000', '201057.185000', '201057.645000', '201058.105000', '201058.565000', '201059.025000', '201059.485000', '201059.945000', '201100.405000', '201100.865000', '201101.325000', '201101.785000', '201102.245000', '201102.705000', '201103.165000', '201103.625000', '201104.085000', '201104.545000', '201105.005000', '201105.465000', '201105.925000', '201106.385000', '201106.845000', '201107.305000', '201107.765000', '201108.225000', '201108.685000', '201109.145000', '201109.605000', '201110.065000', '201110.525000', '201110.985000', '201111.445000', '201111.905000', '201112.365000', '201112.825000', '201113.285000', '201113.745000', '201114.205000', '201114.665000', '201115.125000', '201115.585000', '201116.045000', '201116.505000', '201116.965000', '201117.425000', '201117.885000', '201118.345000', '201118.805000', '201119.265000', '201119.725000', '201120.185000', '201120.645000', '201121.105000', '201121.565000', '201122.025000', '201122.485000', '201122.945000', '201123.405000', '201123.865000', '201124.325000', '201124.785000', '201125.245000', '201125.705000', '201126.165000', '201126.625000', '201127.085000', '201127.545000', '201128.005000', '201128.465000', '201128.925000', '201129.385000', '201129.845000', '201130.305000', '201130.765000', '201131.225000', '201131.685000', '201132.145000', '201132.605000', '201133.065000', '201133.525000', '201133.985000', '201134.445000', '201134.905000', '201135.365000', '201135.825000', '201136.285000', '201136.745000', '201137.205000', '201137.665000', '201138.125000', '201138.585000', '201139.045000', '201139.505000', '201139.965000', '201140.425000', '201140.885000', '201141.345000', '201141.805000', '201142.265000', '201142.725000', '201143.185000', '201143.645000', '201144.105000', '201144.565000', '201145.025000', '201145.485000', '201145.945000', '201146.405000', '201146.865000', '201147.325000', '201147.785000', '201148.245000', '201148.705000', '201149.165000', '201149.625000', '201150.085000', '201150.545000', '201151.005000', '201151.465000', '201151.925000', '201152.385000', '201152.845000', '201153.305000', '201153.765000', '201154.225000', '201154.685000', '201155.145000', '201155.605000', '201156.065000', '201156.525000', '201156.985000', '201157.445000', '201157.905000', '201158.365000', '201158.825000', '201159.285000', '201159.745000', '201200.205000', '201200.665000', '201201.125000', '201201.585000', '201202.045000', '201202.505000', '201202.965000', '201203.425000', '201203.885000', '201204.345000', '201204.805000', '201205.265000', '201205.725000', '201206.185000', '201206.645000', '201207.105000', '201207.565000', '201208.025000', '201208.485000', '201208.945000', '201209.405000', '201209.865000', '201210.325000', '201210.785000', '201211.245000', '201211.705000', '201212.165000', '201212.625000', '201213.085000', '201213.545000', '201214.005000', '201214.465000', '201214.925000', '201215.385000', '201215.845000', '201216.305000', '201216.765000', '201217.225000', '201217.685000', '201218.145000', '201218.605000', '201219.065000', '201219.525000', '201219.985000', '201220.445000', '201220.905000', '201221.365000', '201221.825000', '201222.285000', '201222.745000', '201223.205000', '201223.665000', '201224.125000', '201224.585000', '201225.045000', '201225.505000', '201225.965000', '201226.425000', '201226.885000', '201227.345000', '201227.805000', '201228.265000', '201228.725000', '201229.185000', '201229.645000', '201230.105000', '201230.565000', '201231.025000', '201231.485000', '201231.945000', '201232.405000', '201232.865000', '201233.325000', '201233.785000', '201234.245000', '201234.705000', '201235.165000', '201235.625000', '201236.085000', '201236.545000', '201237.005000', '201237.465000', '201237.925000', '201238.385000', '201238.845000', '201239.305000', '201239.765000', '201240.225000', '201240.685000', '201241.145000', '201241.605000', '201242.065000', '201242.525000', '201242.985000', '201243.445000', '201243.905000', '201244.365000', '201244.825000', '201245.285000', '201245.745000', '201246.205000', '201246.665000', '201247.125000', '201247.585000', '201248.045000', '201248.505000', '201248.965000', '201249.425000', '201249.885000', '201250.345000', '201250.805000', '201251.265000', '201251.725000', '201252.185000', '201252.645000', '201253.105000', '201253.565000', '201254.025000', '201254.485000', '201254.945000', '201255.405000', '201255.865000', '201256.325000', '201256.785000', '201257.245000', '201257.705000', '201258.165000', '201258.625000', '201259.085000', '201259.545000', '201300.005000', '201300.465000', '201300.925000', '201301.385000', '201301.845000', '201302.305000', '201302.765000', '201303.225000', '201303.685000', '201304.145000', '201304.605000', '201305.065000', '201305.525000', '201305.985000', '201306.445000', '201306.905000', '201307.365000', '201307.825000', '201308.285000', '201308.745000', '201309.205000', '201309.665000', '201310.125000', '201310.585000', '201311.045000', '201311.505000', '201311.965000', '201312.425000', '201312.885000', '201313.345000', '201313.805000', '201314.265000', '201314.725000', '201315.185000', '201315.645000', '201316.105000', '201316.565000', '201317.025000', '201317.485000', '201317.945000', '201318.405000', '201318.865000', '201319.325000', '201319.785000', '201320.245000', '201320.705000', '201321.165000', '201321.625000', '201322.085000', '201322.545000', '201323.005000', '201323.465000', '201323.925000', '201324.385000', '201324.845000', '201325.305000', '201325.765000', '201326.225000', '201326.685000', '201327.145000', '201327.605000', '201328.065000', '201328.525000', '201328.985000', '201329.445000', '201329.905000', '201330.365000', '201330.825000', '201331.285000', '201331.745000', '201332.205000', '201332.665000', '201333.125000', '201333.585000', '201334.045000', '201334.505000', '201334.965000', '201335.425000', '201335.885000', '201336.345000', '201336.805000', '201337.265000', '201337.725000', '201338.185000', '201338.645000', '201339.105000', '201339.565000', '201340.025000', '201340.485000', '201340.945000', '201341.405000', '201341.865000', '201342.325000', '201342.785000', '201343.245000', '201343.705000', '201344.165000', '201344.625000', '201345.085000', '201345.545000', '201346.005000', '201346.465000', '201346.925000', '201347.385000', '201347.845000', '201348.305000', '201348.765000', '201349.225000', '201349.685000', '201350.145000', '201350.605000', '201351.065000', '201351.525000', '201351.985000', '201352.445000', '201352.905000', '201353.365000', '201353.825000', '201354.285000', '201354.745000', '201355.205000', '201355.665000', '201356.125000', '201356.585000', '201357.045000', '201357.505000', '201357.965000', '201358.425000', '201358.885000', '201359.345000', '201359.805000', '201400.265000', '201400.725000', '201401.185000', '201401.645000', '201402.105000', '201402.565000', '201403.025000', '201403.485000', '201403.945000', '201404.405000', '201404.865000', '201405.325000', '201405.785000', '201406.245000', '201406.705000', '201407.165000', '201407.625000', '201408.085000', '201408.545000', '201409.005000', '201409.465000', '201409.925000', '201410.385000', '201410.845000', '201411.305000', '201411.765000', '201412.225000', '201412.685000', '201413.145000', '201413.605000', '201414.065000', '201414.525000', '201414.985000', '201415.445000', '201415.905000', '201416.365000', '201416.825000', '201417.285000', '201417.745000', '201418.205000', '201418.665000', '201419.125000', '201419.585000', '201420.045000', '201420.505000', '201420.965000', '201421.425000', '201421.885000', '201422.345000', '201422.805000', '201423.265000', '201423.725000', '201424.185000', '201424.645000', '201425.105000', '201425.565000', '201426.025000', '201426.485000', '201426.945000', '201427.405000', '201427.865000', '201428.325000', '201428.785000', '201429.245000', '201429.705000', '201430.165000', '201430.625000', '201431.085000', '201431.545000', '201432.005000', '201432.465000', '201432.925000', '201433.385000', '201433.845000', '201434.305000', '201434.765000', '201435.225000', '201435.685000', '201436.145000', '201436.605000', '201437.065000', '201437.525000', '201437.985000', '201438.445000', '201438.905000', '201439.365000', '201439.825000', '201440.285000', '201440.745000', '201441.205000', '201441.665000', '201442.125000', '201442.585000', '201443.045000', '201443.505000', '201443.965000', '201444.425000', '201444.885000', '201445.345000', '201445.805000', '201446.265000', '201446.725000', '201447.185000', '201447.645000', '201448.105000', '201448.565000', '201449.025000', '201449.485000', '201449.945000', '201450.405000', '201450.865000', '201451.325000', '201451.785000', '201452.245000', '201452.705000', '201453.165000', '201453.625000', '201454.085000', '201454.545000', '201455.005000', '201455.465000', '201455.925000', '201456.385000', '201456.845000', '201457.305000', '201457.765000', '201458.225000', '201458.685000', '201459.145000', '201459.605000', '201500.065000', '201500.525000', '201500.985000', '201501.445000', '201501.905000', '201502.365000', '201502.825000', '201503.285000', '201503.745000', '201504.205000', '201504.665000', '201505.125000', '201505.585000', '201506.045000', '201506.505000', '201506.965000', '201507.425000', '201507.885000', '201508.345000', '201508.805000', '201509.265000', '201509.725000', '201510.185000', '201510.645000', '201511.105000', '201511.565000', '201512.025000', '201512.485000', '201512.945000', '201513.405000', '201513.865000', '201514.325000', '201514.785000', '201515.245000', '201515.705000', '201516.165000', '201516.625000', '201517.085000', '201517.545000', '201518.005000', '201518.465000', '201518.925000', '201519.385000', '201519.845000', '201520.305000', '201520.765000', '201521.225000', '201521.685000', '201522.145000', '201522.605000', '201523.065000', '201523.525000', '201523.985000', '201524.445000', '201524.905000', '201525.365000', '201525.825000', '201526.285000', '201526.745000', '201527.205000', '201527.665000', '201528.125000', '201528.585000', '201529.045000', '201529.505000', '201529.965000', '201530.425000', '201530.885000', '201531.345000', '201531.805000', '201532.265000', '201532.725000', '201533.185000', '201533.645000', '201534.105000', '201534.565000', '201535.025000', '201535.485000', '201535.945000', '201536.405000', '201536.865000', '201537.325000', '201537.785000', '201538.245000', '201538.705000', '201539.165000', '201539.625000', '201540.085000', '201540.545000', '201541.005000', '201541.465000', '201541.925000', '201542.385000', '201542.845000', '201543.305000', '201543.765000', '201544.225000', '201544.685000', '201545.145000', '201545.605000', '201546.065000', '201546.525000', '201546.985000', '201547.445000', '201547.905000', '201548.365000', '201548.825000', '201549.285000', '201549.745000', '201550.205000', '201550.665000', '201551.125000', '201551.585000', '201552.045000', '201552.505000', '201552.965000', '201553.425000', '201553.885000', '201554.345000', '201554.805000', '201555.265000', '201555.725000', '201556.185000', '201556.645000', '201557.105000', '201557.565000', '201558.025000', '201558.485000', '201558.945000', '201559.405000', '201559.865000', '201600.325000', '201600.785000', '201601.245000', '201601.705000', '201602.165000', '201602.625000', '201603.085000', '201603.545000', '201604.005000', '201604.465000', '201604.925000', '201605.385000', '201605.845000', '201606.305000', '201606.765000', '201607.225000', '201607.685000', '201608.145000', '201608.605000', '201609.065000', '201609.525000', '201609.985000', '201610.445000', '201610.905000', '201611.365000', '201611.825000', '201612.285000', '201612.745000', '201613.205000', '201613.665000', '201614.125000', '201614.585000', '201615.045000', '201615.505000', '201615.965000', '201616.425000', '201616.885000', '201617.345000', '201617.805000', '201618.265000', '201618.725000', '201619.185000', '201619.645000', '201620.105000', '201620.565000', '201621.025000', '201621.485000', '201621.945000', '201622.405000', '201622.865000', '201623.325000', '201623.785000', '201624.245000', '201624.705000', '201625.165000', '201625.625000', '201626.085000', '201626.545000', '201627.005000', '201627.465000', '201627.925000', '201628.385000', '201628.845000', '201629.305000', '201629.765000', '201630.225000', '201630.685000', '201631.145000', '201631.605000', '201632.065000', '201632.525000', '201632.985000', '201633.445000', '201633.905000', '201634.365000', '201634.825000', '201635.285000', '201635.745000', '201636.205000', '201636.665000', '201637.125000', '201637.585000', '201638.045000', '201638.505000', '201638.965000', '201639.425000', '201639.885000', '201640.345000', '201640.805000', '201641.265000', '201641.725000', '201642.185000', '201642.645000', '201643.105000', '201643.565000', '201644.025000', '201644.485000', '201644.945000', '201645.405000', '201645.865000', '201646.325000', '201646.785000', '201647.245000', '201647.705000', '201648.165000', '201648.625000', '201649.085000', '201649.545000', '201650.005000', '201650.465000', '201650.925000', '201651.385000', '201651.845000', '201652.305000', '201652.765000', '201653.225000', '201653.685000', '201654.145000', '201654.605000', '201655.065000', '201655.525000', '201655.985000', '201656.445000', '201656.905000', '201657.365000', '201657.825000', '201658.285000', '201658.745000', '201659.205000', '201659.665000', '201700.125000', '201700.585000', '201701.045000', '201701.505000', '201701.965000', '201702.425000', '201702.885000', '201703.345000', '201703.805000', '201704.265000', '201704.725000', '201705.185000', '201705.645000', '201706.105000', '201706.565000', '201707.025000', '201707.485000', '201707.945000', '201708.405000', '201708.865000', '201709.325000', '201709.785000', '201710.245000', '201710.705000', '201711.165000', '201711.625000', '201712.085000', '201712.545000', '201713.005000', '201713.465000'], 'ContentTime': ['200733.673000', '200733.676000', '200733.684000', '200733.687000', '200733.689000', '200733.692000', '200733.694000', '200733.697000', '200733.699000', '200733.702000', '200733.704000', '200733.707000', '200733.710000', '200733.712000', '200733.715000', '200733.717000', '200733.720000', '200733.722000', '200733.725000', '200733.727000', '200733.730000', '200733.732000', '200733.735000', '200733.737000', '200733.740000', '200733.749000', '200733.751000', '200733.754000', '200733.757000', '200733.759000', '200733.762000', '200733.764000', '200733.767000', '200733.770000', '200733.772000', '200753.646000', '200753.663000', '200753.666000', '200753.668000', '200753.671000', '200753.673000', '200753.676000', '200753.678000', '200753.681000', '200753.684000', '200753.686000', '200753.689000', '200753.691000', '200753.694000', '200753.696000', '200753.699000', '200753.701000', '200753.704000', '200753.706000', '200753.709000', '200753.718000', '200753.721000', '200753.723000', '200753.726000', '200753.728000', '200753.731000', '200753.733000', '200753.736000', '200753.739000', '200753.741000', '200753.744000', '200753.746000', '200753.749000', '200753.752000', '200753.754000', '200753.757000', '200753.759000', '200753.762000', '200753.764000', '200753.767000', '200753.769000', '200753.772000', '200753.775000', '200813.646000', '200813.649000', '200813.652000', '200813.654000', '200813.657000', '200813.659000', '200813.662000', '200813.665000', '200813.667000', '200813.670000', '200813.672000', '200813.675000', '200813.677000', '200813.680000', '200813.682000', '200813.685000', '200813.709000', '200813.712000', '200813.714000', '200813.717000', '200813.719000', '200813.722000', '200813.724000', '200813.727000', '200813.729000', '200813.732000', '200813.734000', '200813.737000', '200813.740000', '200813.742000', '200813.745000', '200813.747000', '200813.750000', '200813.752000', '200813.755000', '200813.757000', '200813.760000', '200813.763000', '200813.765000', '200813.768000', '200813.770000', '200813.773000', '200813.775000', '200813.778000', '200833.646000', '200833.649000', '200833.652000', '200833.654000', '200833.657000', '200833.660000', '200833.662000', '200833.665000', '200833.667000', '200833.670000', '200833.672000', '200833.675000', '200833.678000', '200833.680000', '200833.683000', '200833.685000', '200833.688000', '200833.690000', '200833.693000', '200833.695000', '200833.698000', '200833.701000', '200833.703000', '200833.706000', '200833.708000', '200833.711000', '200833.713000', '200833.716000', '200833.719000', '200833.721000', '200833.724000', '200833.726000', '200833.729000', '200833.732000', '200833.734000', '200833.737000', '200833.739000', '200833.742000', '200833.744000', '200833.747000', '200833.749000', '200833.754000', '200833.757000', '200853.646000', '200853.649000', '200853.651000', '200853.654000', '200853.656000', '200853.659000', '200853.661000', '200853.664000', '200853.666000', '200853.669000', '200853.671000', '200853.674000', '200853.677000', '200853.679000', '200853.682000', '200853.684000', '200853.687000', '200853.689000', '200853.692000', '200853.694000', '200853.697000', '200853.700000', '200853.702000', '200853.705000', '200853.707000', '200853.710000', '200853.712000', '200853.715000', '200853.717000', '200853.720000', '200853.722000', '200853.725000', '200853.728000', '200853.730000', '200853.733000', '200853.735000', '200853.738000', '200853.740000', '200853.743000', '200853.745000', '200853.748000', '200853.751000', '200853.753000', '200853.756000', '200913.646000', '200913.649000', '200913.652000', '200913.654000', '200913.657000', '200913.659000', '200913.662000', '200913.665000', '200913.667000', '200913.670000', '200913.672000', '200913.675000', '200913.677000', '200913.680000', '200913.683000', '200913.686000', '200913.689000', '200913.692000', '200913.694000', '200913.697000', '200913.700000', '200913.702000', '200913.705000', '200913.707000', '200913.710000', '200913.712000', '200913.715000', '200913.718000', '200913.720000', '200913.723000', '200913.725000', '200913.728000', '200913.731000', '200913.733000', '200913.736000', '200913.738000', '200913.741000', '200913.744000', '200913.746000', '200913.749000', '200913.751000', '200913.754000', '200913.756000', '200933.646000', '200933.649000', '200933.652000', '200933.655000', '200933.657000', '200933.660000', '200933.662000', '200933.665000', '200933.667000', '200933.670000', '200933.672000', '200933.675000', '200933.678000', '200933.680000', '200933.683000', '200933.685000', '200933.699000', '200933.702000', '200933.705000', '200933.707000', '200933.710000', '200933.712000', '200933.715000', '200933.717000', '200933.720000', '200933.722000', '200933.725000', '200933.727000', '200933.730000', '200933.733000', '200933.735000', '200933.738000', '200933.740000', '200933.743000', '200933.745000', '200933.748000', '200933.751000', '200933.753000', '200933.756000', '200933.758000', '200933.761000', '200933.763000', '200933.766000', '200933.769000', '200953.647000', '200953.650000', '200953.652000', '200953.655000', '200953.657000', '200953.660000', '200953.662000', '200953.665000', '200953.667000', '200953.670000', '200953.673000', '200953.675000', '200953.678000', '200953.680000', '200953.683000', '200953.685000', '200953.688000', '200953.691000', '200953.693000', '200953.696000', '200953.698000', '200953.701000', '200953.703000', '200953.706000', '200953.708000', '200953.711000', '200953.714000', '200953.716000', '200953.719000', '200953.721000', '200953.724000', '200953.726000', '200953.729000', '200953.731000', '200953.734000', '200953.737000', '200953.739000', '200953.742000', '200953.744000', '200953.747000', '200953.749000', '200953.752000', '200953.755000', '201013.646000', '201013.649000', '201013.652000', '201013.654000', '201013.657000', '201013.659000', '201013.662000', '201013.665000', '201013.667000', '201013.670000', '201013.672000', '201013.675000', '201013.677000', '201013.680000', '201013.682000', '201013.685000', '201013.688000', '201013.690000', '201013.693000', '201013.695000', '201013.698000', '201013.701000', '201013.703000', '201013.706000', '201013.708000', '201013.711000', '201013.713000', '201013.716000', '201013.718000', '201013.721000', '201013.724000', '201013.726000', '201013.729000', '201013.731000', '201013.734000', '201013.736000', '201013.739000', '201013.741000', '201013.744000', '201013.747000', '201013.749000', '201013.752000', '201013.754000', '201013.757000', '201033.647000', '201033.649000', '201033.652000', '201033.655000', '201033.657000', '201033.660000', '201033.662000', '201033.665000', '201033.667000', '201033.670000', '201033.672000', '201033.675000', '201033.677000', '201033.680000', '201033.683000', '201033.685000', '201033.688000', '201033.690000', '201033.693000', '201033.695000', '201033.698000', '201033.701000', '201033.703000', '201033.706000', '201033.708000', '201033.711000', '201033.713000', '201033.716000', '201033.718000', '201033.721000', '201033.724000', '201033.726000', '201033.729000', '201033.731000', '201033.734000', '201033.736000', '201033.739000', '201033.741000', '201033.744000', '201033.747000', '201033.749000', '201033.752000', '201033.754000', '201053.646000', '201053.649000', '201053.652000', '201053.654000', '201053.657000', '201053.660000', '201053.662000', '201053.665000', '201053.668000', '201053.670000', '201053.673000', '201053.676000', '201053.678000', '201053.681000', '201053.684000', '201053.686000', '201053.689000', '201053.692000', '201053.694000', '201053.697000', '201053.699000', '201053.702000', '201053.704000', '201053.707000', '201053.710000', '201053.712000', '201053.715000', '201053.717000', '201053.720000', '201053.723000', '201053.725000', '201053.728000', '201053.730000', '201053.733000', '201053.735000', '201053.738000', '201053.740000', '201053.743000', '201053.746000', '201053.748000', '201053.751000', '201053.783000', '201053.786000', '201113.645000', '201113.648000', '201113.651000', '201113.654000', '201113.656000', '201113.659000', '201113.661000', '201113.664000', '201113.666000', '201113.669000', '201113.672000', '201113.674000', '201113.677000', '201113.679000', '201113.682000', '201113.685000', '201113.687000', '201113.690000', '201113.692000', '201113.695000', '201113.697000', '201113.700000', '201113.703000', '201113.705000', '201113.708000', '201113.710000', '201113.713000', '201113.715000', '201113.718000', '201113.721000', '201113.723000', '201113.726000', '201113.728000', '201113.731000', '201113.733000', '201113.736000', '201113.738000', '201113.741000', '201113.743000', '201113.746000', '201113.749000', '201113.751000', '201113.754000', '201113.756000', '201133.646000', '201133.649000', '201133.652000', '201133.654000', '201133.657000', '201133.659000', '201133.662000', '201133.665000', '201133.667000', '201133.670000', '201133.672000', '201133.675000', '201133.677000', '201133.680000', '201133.683000', '201133.685000', '201133.688000', '201133.690000', '201133.693000', '201133.695000', '201133.698000', '201133.701000', '201133.703000', '201133.706000', '201133.708000', '201133.711000', '201133.713000', '201133.716000', '201133.719000', '201133.721000', '201133.724000', '201133.726000', '201133.729000', '201133.731000', '201133.734000', '201133.736000', '201133.739000', '201133.742000', '201133.744000', '201133.747000', '201133.749000', '201133.752000', '201133.754000', '201133.757000', '201153.647000', '201153.649000', '201153.652000', '201153.655000', '201153.657000', '201153.660000', '201153.662000', '201153.665000', '201153.667000', '201153.670000', '201153.672000', '201153.675000', '201153.678000', '201153.680000', '201153.683000', '201153.685000', '201153.688000', '201153.691000', '201153.693000', '201153.696000', '201153.698000', '201153.701000', '201153.704000', '201153.706000', '201153.709000', '201153.711000', '201153.714000', '201153.717000', '201153.719000', '201153.722000', '201153.724000', '201153.727000', '201153.729000', '201153.732000', '201153.734000', '201153.737000', '201153.740000', '201153.742000', '201153.745000', '201153.747000', '201153.750000', '201153.752000', '201153.755000', '201213.647000', '201213.650000', '201213.653000', '201213.655000', '201213.658000', '201213.660000', '201213.663000', '201213.666000', '201213.668000', '201213.671000', '201213.673000', '201213.676000', '201213.679000', '201213.681000', '201213.684000', '201213.686000', '201213.689000', '201213.691000', '201213.694000', '201213.696000', '201213.699000', '201213.702000', '201213.704000', '201213.707000', '201213.710000', '201213.712000', '201213.715000', '201213.718000', '201213.720000', '201213.723000', '201213.725000', '201213.728000', '201213.730000', '201213.733000', '201213.736000', '201213.738000', '201213.741000', '201213.743000', '201213.746000', '201213.749000', '201213.751000', '201213.754000', '201213.756000', '201213.759000', '201233.647000', '201233.650000', '201233.652000', '201233.655000', '201233.657000', '201233.660000', '201233.662000', '201233.665000', '201233.668000', '201233.670000', '201233.673000', '201233.675000', '201233.678000', '201233.680000', '201233.683000', '201233.686000', '201233.688000', '201233.691000', '201233.693000', '201233.696000', '201233.699000', '201233.701000', '201233.719000', '201233.722000', '201233.725000', '201233.727000', '201233.730000', '201233.732000', '201233.735000', '201233.738000', '201233.740000', '201233.743000', '201233.745000', '201233.748000', '201233.751000', '201233.753000', '201233.756000', '201233.758000', '201233.761000', '201233.764000', '201233.766000', '201233.769000', '201233.771000', '201253.646000', '201253.649000', '201253.652000', '201253.654000', '201253.657000', '201253.660000', '201253.662000', '201253.665000', '201253.667000', '201253.670000', '201253.672000', '201253.675000', '201253.678000', '201253.680000', '201253.683000', '201253.685000', '201253.688000', '201253.691000', '201253.693000', '201253.696000', '201253.698000', '201253.701000', '201253.703000', '201253.706000', '201253.709000', '201253.711000', '201253.714000', '201253.716000', '201253.719000', '201253.721000', '201253.724000', '201253.727000', '201253.729000', '201253.732000', '201253.734000', '201253.737000', '201253.740000', '201253.742000', '201253.745000', '201253.747000', '201253.750000', '201253.753000', '201253.755000', '201253.758000', '201313.647000', '201313.650000', '201313.652000', '201313.655000', '201313.657000', '201313.660000', '201313.662000', '201313.665000', '201313.668000', '201313.670000', '201313.673000', '201313.675000', '201313.678000', '201313.680000', '201313.683000', '201313.686000', '201313.688000', '201313.691000', '201313.693000', '201313.696000', '201313.698000', '201313.701000', '201313.704000', '201313.706000', '201313.709000', '201313.711000', '201313.714000', '201313.717000', '201313.719000', '201313.722000', '201313.724000', '201313.727000', '201313.730000', '201313.732000', '201313.735000', '201313.738000', '201313.740000', '201313.743000', '201313.745000', '201313.748000', '201313.751000', '201313.753000', '201313.756000', '201333.645000', '201333.648000', '201333.651000', '201333.653000', '201333.656000', '201333.659000', '201333.661000', '201333.664000', '201333.666000', '201333.669000', '201333.671000', '201333.674000', '201333.677000', '201333.679000', '201333.682000', '201333.684000', '201333.687000', '201333.691000', '201333.694000', '201333.697000', '201333.699000', '201333.702000', '201333.705000', '201333.707000', '201333.710000', '201333.712000', '201333.715000', '201333.717000', '201333.720000', '201333.723000', '201333.725000', '201333.728000', '201333.730000', '201333.733000', '201333.735000', '201333.738000', '201333.741000', '201333.743000', '201333.746000', '201333.748000', '201333.751000', '201333.754000', '201333.756000', '201353.647000', '201353.649000', '201353.652000', '201353.655000', '201353.657000', '201353.660000', '201353.662000', '201353.665000', '201353.668000', '201353.670000', '201353.673000', '201353.675000', '201353.678000', '201353.680000', '201353.683000', '201353.685000', '201353.688000', '201353.690000', '201353.693000', '201353.696000', '201353.698000', '201353.701000', '201353.703000', '201353.706000', '201353.709000', '201353.711000', '201353.714000', '201353.716000', '201353.719000', '201353.721000', '201353.724000', '201353.726000', '201353.729000', '201353.732000', '201353.744000', '201353.747000', '201353.750000', '201353.752000', '201353.755000', '201353.757000', '201353.760000', '201353.762000', '201353.765000', '201353.767000', '201413.647000', '201413.649000', '201413.652000', '201413.655000', '201413.657000', '201413.660000', '201413.663000', '201413.666000', '201413.669000', '201413.672000', '201413.674000', '201413.677000', '201413.679000', '201413.682000', '201413.684000', '201413.687000', '201413.690000', '201413.692000', '201413.695000', '201413.697000', '201413.700000', '201413.703000', '201413.705000', '201413.708000', '201413.710000', '201413.713000', '201413.716000', '201413.718000', '201413.721000', '201413.723000', '201413.726000', '201413.729000', '201413.731000', '201413.734000', '201413.736000', '201413.739000', '201413.741000', '201413.744000', '201413.747000', '201413.749000', '201413.752000', '201413.755000', '201413.757000', '201433.646000', '201433.649000', '201433.652000', '201433.654000', '201433.657000', '201433.660000', '201433.662000', '201433.665000', '201433.667000', '201433.670000', '201433.673000', '201433.675000', '201433.678000', '201433.680000', '201433.683000', '201433.686000', '201433.688000', '201433.691000', '201433.693000', '201433.696000', '201433.699000', '201433.701000', '201433.704000', '201433.706000', '201433.709000', '201433.711000', '201433.714000', '201433.716000', '201433.719000', '201433.722000', '201433.724000', '201433.727000', '201433.729000', '201433.732000', '201433.734000', '201433.737000', '201433.740000', '201433.742000', '201433.745000', '201433.747000', '201433.750000', '201433.753000', '201433.755000', '201433.758000', '201453.647000', '201453.649000', '201453.652000', '201453.655000', '201453.657000', '201453.660000', '201453.662000', '201453.665000', '201453.668000', '201453.670000', '201453.673000', '201453.675000', '201453.678000', '201453.681000', '201453.683000', '201453.686000', '201453.688000', '201453.691000', '201453.694000', '201453.696000', '201453.699000', '201453.701000', '201453.704000', '201453.706000', '201453.709000', '201453.712000', '201453.714000', '201453.717000', '201453.719000', '201453.722000', '201453.725000', '201453.727000', '201453.731000', '201453.734000', '201453.737000', '201453.739000', '201453.742000', '201453.744000', '201453.747000', '201453.750000', '201453.752000', '201453.755000', '201453.757000', '201513.646000', '201513.649000', '201513.652000', '201513.655000', '201513.657000', '201513.660000', '201513.662000', '201513.665000', '201513.667000', '201513.670000', '201513.673000', '201513.675000', '201513.678000', '201513.680000', '201513.683000', '201513.685000', '201513.688000', '201513.691000', '201513.693000', '201513.696000', '201513.698000', '201513.701000', '201513.704000', '201513.706000', '201513.709000', '201513.711000', '201513.714000', '201513.717000', '201513.719000', '201513.722000', '201513.730000', '201513.733000', '201513.736000', '201513.738000', '201513.741000', '201513.743000', '201513.746000', '201513.748000', '201513.751000', '201513.753000', '201513.756000', '201513.759000', '201513.762000', '201513.764000', '201533.647000', '201533.650000', '201533.652000', '201533.655000', '201533.657000', '201533.660000', '201533.662000', '201533.665000', '201533.668000', '201533.670000', '201533.673000', '201533.675000', '201533.678000', '201533.680000', '201533.688000', '201533.691000', '201533.694000', '201533.696000', '201533.699000', '201533.701000', '201533.704000', '201533.706000', '201533.709000', '201533.711000', '201533.714000', '201533.717000', '201533.719000', '201533.722000', '201533.725000', '201533.727000', '201533.730000', '201533.733000', '201533.735000', '201533.738000', '201533.740000', '201533.743000', '201533.745000', '201533.748000', '201533.750000', '201533.753000', '201533.756000', '201533.758000', '201533.761000', '201553.646000', '201553.649000', '201553.651000', '201553.654000', '201553.656000', '201553.659000', '201553.661000', '201553.664000', '201553.666000', '201553.669000', '201553.672000', '201553.674000', '201553.677000', '201553.679000', '201553.682000', '201553.684000', '201553.687000', '201553.690000', '201553.692000', '201553.695000', '201553.697000', '201553.700000', '201553.702000', '201553.705000', '201553.707000', '201553.710000', '201553.712000', '201553.715000', '201553.718000', '201553.720000', '201553.723000', '201553.725000', '201553.728000', '201553.730000', '201553.733000', '201553.736000', '201553.738000', '201553.741000', '201553.743000', '201553.746000', '201553.748000', '201553.751000', '201553.753000', '201553.756000', '201613.646000', '201613.649000', '201613.652000', '201613.654000', '201613.657000', '201613.660000', '201613.662000', '201613.665000', '201613.667000', '201613.670000', '201613.672000', '201613.675000', '201613.677000', '201613.680000', '201613.683000', '201613.685000', '201613.688000', '201613.690000', '201613.693000', '201613.696000', '201613.698000', '201613.701000', '201613.703000', '201613.706000', '201613.708000', '201613.711000', '201613.714000', '201613.716000', '201613.719000', '201613.721000', '201613.724000', '201613.727000', '201613.729000', '201613.732000', '201613.734000', '201613.737000', '201613.740000', '201613.742000', '201613.745000', '201613.747000', '201613.750000', '201613.753000', '201613.755000', '201633.646000', '201633.649000', '201633.652000', '201633.654000', '201633.657000', '201633.660000', '201633.662000', '201633.665000', '201633.667000', '201633.670000', '201633.672000', '201633.675000', '201633.677000', '201633.680000', '201633.683000', '201633.685000', '201633.688000', '201633.690000', '201633.693000', '201633.696000', '201633.698000', '201633.701000', '201633.703000', '201633.706000', '201633.708000', '201633.711000', '201633.713000', '201633.735000', '201633.737000', '201633.740000', '201633.742000', '201633.745000', '201633.748000', '201633.750000', '201633.753000', '201633.755000', '201633.758000', '201633.761000', '201633.763000', '201633.766000', '201633.768000', '201633.771000', '201633.774000', '201633.776000', '201653.647000', '201653.649000', '201653.652000', '201653.655000', '201653.657000', '201653.660000', '201653.662000', '201653.665000', '201653.667000', '201653.670000', '201653.673000', '201653.675000', '201653.678000', '201653.680000', '201653.683000', '201653.691000', '201653.694000', '201653.696000', '201653.699000', '201653.701000', '201653.704000', '201653.707000', '201653.709000', '201653.712000', '201653.714000', '201653.717000', '201653.719000', '201653.722000', '201653.725000', '201653.727000', '201653.730000', '201653.732000', '201653.735000', '201653.738000', '201653.741000', '201653.744000', '201653.747000', '201653.750000', '201653.752000', '201653.755000', '201653.757000', '201653.760000', '201653.762000', '201713.647000', '201713.650000', '201713.652000', '201713.655000', '201713.657000', '201713.660000', '201713.662000', '201713.665000', '201713.668000', '201713.670000', '201713.673000', '201713.675000', '201713.678000', '201713.680000', '201713.683000', '201713.686000', '201713.688000', '201713.691000', '201713.693000', '201713.696000', '201713.698000', '201713.701000', '201713.704000', '201713.706000', '201713.709000', '201713.711000', '201713.714000', '201713.717000', '201713.719000', '201713.722000', '201713.724000', '201713.727000', '201713.729000', '201713.732000', '201713.735000', '201713.737000', '201713.740000', '201713.742000', '201713.745000', '201713.748000', '201713.750000', '201713.753000', '201713.755000', '201713.758000', '201714.439000', '201714.442000'], 'InstanceCreationTime': ['200733.673000', '200733.676000', '200733.684000', '200733.687000', '200733.689000', '200733.692000', '200733.694000', '200733.697000', '200733.699000', '200733.702000', '200733.704000', '200733.707000', '200733.710000', '200733.712000', '200733.715000', '200733.717000', '200733.720000', '200733.722000', '200733.725000', '200733.727000', '200733.730000', '200733.732000', '200733.735000', '200733.737000', '200733.740000', '200733.749000', '200733.751000', '200733.754000', '200733.757000', '200733.759000', '200733.762000', '200733.764000', '200733.767000', '200733.770000', '200733.772000', '200753.646000', '200753.663000', '200753.666000', '200753.668000', '200753.671000', '200753.673000', '200753.676000', '200753.678000', '200753.681000', '200753.684000', '200753.686000', '200753.689000', '200753.691000', '200753.694000', '200753.696000', '200753.699000', '200753.701000', '200753.704000', '200753.706000', '200753.709000', '200753.718000', '200753.721000', '200753.723000', '200753.726000', '200753.728000', '200753.731000', '200753.733000', '200753.736000', '200753.739000', '200753.741000', '200753.744000', '200753.746000', '200753.749000', '200753.752000', '200753.754000', '200753.757000', '200753.759000', '200753.762000', '200753.764000', '200753.767000', '200753.769000', '200753.772000', '200753.775000', '200813.646000', '200813.649000', '200813.652000', '200813.654000', '200813.657000', '200813.659000', '200813.662000', '200813.665000', '200813.667000', '200813.670000', '200813.672000', '200813.675000', '200813.677000', '200813.680000', '200813.682000', '200813.685000', '200813.709000', '200813.712000', '200813.714000', '200813.717000', '200813.719000', '200813.722000', '200813.724000', '200813.727000', '200813.729000', '200813.732000', '200813.734000', '200813.737000', '200813.740000', '200813.742000', '200813.745000', '200813.747000', '200813.750000', '200813.752000', '200813.755000', '200813.757000', '200813.760000', '200813.763000', '200813.765000', '200813.768000', '200813.770000', '200813.773000', '200813.775000', '200813.778000', '200833.646000', '200833.649000', '200833.652000', '200833.654000', '200833.657000', '200833.660000', '200833.662000', '200833.665000', '200833.667000', '200833.670000', '200833.672000', '200833.675000', '200833.678000', '200833.680000', '200833.683000', '200833.685000', '200833.688000', '200833.690000', '200833.693000', '200833.695000', '200833.698000', '200833.701000', '200833.703000', '200833.706000', '200833.708000', '200833.711000', '200833.713000', '200833.716000', '200833.719000', '200833.721000', '200833.724000', '200833.726000', '200833.729000', '200833.732000', '200833.734000', '200833.737000', '200833.739000', '200833.742000', '200833.744000', '200833.747000', '200833.749000', '200833.754000', '200833.757000', '200853.646000', '200853.649000', '200853.651000', '200853.654000', '200853.656000', '200853.659000', '200853.661000', '200853.664000', '200853.666000', '200853.669000', '200853.671000', '200853.674000', '200853.677000', '200853.679000', '200853.682000', '200853.684000', '200853.687000', '200853.689000', '200853.692000', '200853.694000', '200853.697000', '200853.700000', '200853.702000', '200853.705000', '200853.707000', '200853.710000', '200853.712000', '200853.715000', '200853.717000', '200853.720000', '200853.722000', '200853.725000', '200853.728000', '200853.730000', '200853.733000', '200853.735000', '200853.738000', '200853.740000', '200853.743000', '200853.745000', '200853.748000', '200853.751000', '200853.753000', '200853.756000', '200913.646000', '200913.649000', '200913.652000', '200913.654000', '200913.657000', '200913.659000', '200913.662000', '200913.665000', '200913.667000', '200913.670000', '200913.672000', '200913.675000', '200913.677000', '200913.680000', '200913.683000', '200913.686000', '200913.689000', '200913.692000', '200913.694000', '200913.697000', '200913.700000', '200913.702000', '200913.705000', '200913.707000', '200913.710000', '200913.712000', '200913.715000', '200913.718000', '200913.720000', '200913.723000', '200913.725000', '200913.728000', '200913.731000', '200913.733000', '200913.736000', '200913.738000', '200913.741000', '200913.744000', '200913.746000', '200913.749000', '200913.751000', '200913.754000', '200913.756000', '200933.646000', '200933.649000', '200933.652000', '200933.655000', '200933.657000', '200933.660000', '200933.662000', '200933.665000', '200933.667000', '200933.670000', '200933.672000', '200933.675000', '200933.678000', '200933.680000', '200933.683000', '200933.685000', '200933.699000', '200933.702000', '200933.705000', '200933.707000', '200933.710000', '200933.712000', '200933.715000', '200933.717000', '200933.720000', '200933.722000', '200933.725000', '200933.727000', '200933.730000', '200933.733000', '200933.735000', '200933.738000', '200933.740000', '200933.743000', '200933.745000', '200933.748000', '200933.751000', '200933.753000', '200933.756000', '200933.758000', '200933.761000', '200933.763000', '200933.766000', '200933.769000', '200953.647000', '200953.650000', '200953.652000', '200953.655000', '200953.657000', '200953.660000', '200953.662000', '200953.665000', '200953.667000', '200953.670000', '200953.673000', '200953.675000', '200953.678000', '200953.680000', '200953.683000', '200953.685000', '200953.688000', '200953.691000', '200953.693000', '200953.696000', '200953.698000', '200953.701000', '200953.703000', '200953.706000', '200953.708000', '200953.711000', '200953.714000', '200953.716000', '200953.719000', '200953.721000', '200953.724000', '200953.726000', '200953.729000', '200953.731000', '200953.734000', '200953.737000', '200953.739000', '200953.742000', '200953.744000', '200953.747000', '200953.749000', '200953.752000', '200953.755000', '201013.646000', '201013.649000', '201013.652000', '201013.654000', '201013.657000', '201013.659000', '201013.662000', '201013.665000', '201013.667000', '201013.670000', '201013.672000', '201013.675000', '201013.677000', '201013.680000', '201013.682000', '201013.685000', '201013.688000', '201013.690000', '201013.693000', '201013.695000', '201013.698000', '201013.701000', '201013.703000', '201013.706000', '201013.708000', '201013.711000', '201013.713000', '201013.716000', '201013.718000', '201013.721000', '201013.724000', '201013.726000', '201013.729000', '201013.731000', '201013.734000', '201013.736000', '201013.739000', '201013.741000', '201013.744000', '201013.747000', '201013.749000', '201013.752000', '201013.754000', '201013.757000', '201033.647000', '201033.649000', '201033.652000', '201033.655000', '201033.657000', '201033.660000', '201033.662000', '201033.665000', '201033.667000', '201033.670000', '201033.672000', '201033.675000', '201033.677000', '201033.680000', '201033.683000', '201033.685000', '201033.688000', '201033.690000', '201033.693000', '201033.695000', '201033.698000', '201033.701000', '201033.703000', '201033.706000', '201033.708000', '201033.711000', '201033.713000', '201033.716000', '201033.718000', '201033.721000', '201033.724000', '201033.726000', '201033.729000', '201033.731000', '201033.734000', '201033.736000', '201033.739000', '201033.741000', '201033.744000', '201033.747000', '201033.749000', '201033.752000', '201033.754000', '201053.646000', '201053.649000', '201053.652000', '201053.654000', '201053.657000', '201053.660000', '201053.662000', '201053.665000', '201053.668000', '201053.670000', '201053.673000', '201053.676000', '201053.678000', '201053.681000', '201053.684000', '201053.686000', '201053.689000', '201053.692000', '201053.694000', '201053.697000', '201053.699000', '201053.702000', '201053.704000', '201053.707000', '201053.710000', '201053.712000', '201053.715000', '201053.717000', '201053.720000', '201053.723000', '201053.725000', '201053.728000', '201053.730000', '201053.733000', '201053.735000', '201053.738000', '201053.740000', '201053.743000', '201053.746000', '201053.748000', '201053.751000', '201053.783000', '201053.786000', '201113.645000', '201113.648000', '201113.651000', '201113.654000', '201113.656000', '201113.659000', '201113.661000', '201113.664000', '201113.666000', '201113.669000', '201113.672000', '201113.674000', '201113.677000', '201113.679000', '201113.682000', '201113.685000', '201113.687000', '201113.690000', '201113.692000', '201113.695000', '201113.697000', '201113.700000', '201113.703000', '201113.705000', '201113.708000', '201113.710000', '201113.713000', '201113.715000', '201113.718000', '201113.721000', '201113.723000', '201113.726000', '201113.728000', '201113.731000', '201113.733000', '201113.736000', '201113.738000', '201113.741000', '201113.743000', '201113.746000', '201113.749000', '201113.751000', '201113.754000', '201113.756000', '201133.646000', '201133.649000', '201133.652000', '201133.654000', '201133.657000', '201133.659000', '201133.662000', '201133.665000', '201133.667000', '201133.670000', '201133.672000', '201133.675000', '201133.677000', '201133.680000', '201133.683000', '201133.685000', '201133.688000', '201133.690000', '201133.693000', '201133.695000', '201133.698000', '201133.701000', '201133.703000', '201133.706000', '201133.708000', '201133.711000', '201133.713000', '201133.716000', '201133.719000', '201133.721000', '201133.724000', '201133.726000', '201133.729000', '201133.731000', '201133.734000', '201133.736000', '201133.739000', '201133.742000', '201133.744000', '201133.747000', '201133.749000', '201133.752000', '201133.754000', '201133.757000', '201153.647000', '201153.649000', '201153.652000', '201153.655000', '201153.657000', '201153.660000', '201153.662000', '201153.665000', '201153.667000', '201153.670000', '201153.672000', '201153.675000', '201153.678000', '201153.680000', '201153.683000', '201153.685000', '201153.688000', '201153.691000', '201153.693000', '201153.696000', '201153.698000', '201153.701000', '201153.704000', '201153.706000', '201153.709000', '201153.711000', '201153.714000', '201153.717000', '201153.719000', '201153.722000', '201153.724000', '201153.727000', '201153.729000', '201153.732000', '201153.734000', '201153.737000', '201153.740000', '201153.742000', '201153.745000', '201153.747000', '201153.750000', '201153.752000', '201153.755000', '201213.647000', '201213.650000', '201213.653000', '201213.655000', '201213.658000', '201213.660000', '201213.663000', '201213.666000', '201213.668000', '201213.671000', '201213.673000', '201213.676000', '201213.679000', '201213.681000', '201213.684000', '201213.686000', '201213.689000', '201213.691000', '201213.694000', '201213.696000', '201213.699000', '201213.702000', '201213.704000', '201213.707000', '201213.710000', '201213.712000', '201213.715000', '201213.718000', '201213.720000', '201213.723000', '201213.725000', '201213.728000', '201213.730000', '201213.733000', '201213.736000', '201213.738000', '201213.741000', '201213.743000', '201213.746000', '201213.749000', '201213.751000', '201213.754000', '201213.756000', '201213.759000', '201233.647000', '201233.650000', '201233.652000', '201233.655000', '201233.657000', '201233.660000', '201233.662000', '201233.665000', '201233.668000', '201233.670000', '201233.673000', '201233.675000', '201233.678000', '201233.680000', '201233.683000', '201233.686000', '201233.688000', '201233.691000', '201233.693000', '201233.696000', '201233.699000', '201233.701000', '201233.719000', '201233.722000', '201233.725000', '201233.727000', '201233.730000', '201233.732000', '201233.735000', '201233.738000', '201233.740000', '201233.743000', '201233.745000', '201233.748000', '201233.751000', '201233.753000', '201233.756000', '201233.758000', '201233.761000', '201233.764000', '201233.766000', '201233.769000', '201233.771000', '201253.646000', '201253.649000', '201253.652000', '201253.654000', '201253.657000', '201253.660000', '201253.662000', '201253.665000', '201253.667000', '201253.670000', '201253.672000', '201253.675000', '201253.678000', '201253.680000', '201253.683000', '201253.685000', '201253.688000', '201253.691000', '201253.693000', '201253.696000', '201253.698000', '201253.701000', '201253.703000', '201253.706000', '201253.709000', '201253.711000', '201253.714000', '201253.716000', '201253.719000', '201253.721000', '201253.724000', '201253.727000', '201253.729000', '201253.732000', '201253.734000', '201253.737000', '201253.740000', '201253.742000', '201253.745000', '201253.747000', '201253.750000', '201253.753000', '201253.755000', '201253.758000', '201313.647000', '201313.650000', '201313.652000', '201313.655000', '201313.657000', '201313.660000', '201313.662000', '201313.665000', '201313.668000', '201313.670000', '201313.673000', '201313.675000', '201313.678000', '201313.680000', '201313.683000', '201313.686000', '201313.688000', '201313.691000', '201313.693000', '201313.696000', '201313.698000', '201313.701000', '201313.704000', '201313.706000', '201313.709000', '201313.711000', '201313.714000', '201313.717000', '201313.719000', '201313.722000', '201313.724000', '201313.727000', '201313.730000', '201313.732000', '201313.735000', '201313.738000', '201313.740000', '201313.743000', '201313.745000', '201313.748000', '201313.751000', '201313.753000', '201313.756000', '201333.645000', '201333.648000', '201333.651000', '201333.653000', '201333.656000', '201333.659000', '201333.661000', '201333.664000', '201333.666000', '201333.669000', '201333.671000', '201333.674000', '201333.677000', '201333.679000', '201333.682000', '201333.684000', '201333.687000', '201333.691000', '201333.694000', '201333.697000', '201333.699000', '201333.702000', '201333.705000', '201333.707000', '201333.710000', '201333.712000', '201333.715000', '201333.717000', '201333.720000', '201333.723000', '201333.725000', '201333.728000', '201333.730000', '201333.733000', '201333.735000', '201333.738000', '201333.741000', '201333.743000', '201333.746000', '201333.748000', '201333.751000', '201333.754000', '201333.756000', '201353.647000', '201353.649000', '201353.652000', '201353.655000', '201353.657000', '201353.660000', '201353.662000', '201353.665000', '201353.668000', '201353.670000', '201353.673000', '201353.675000', '201353.678000', '201353.680000', '201353.683000', '201353.685000', '201353.688000', '201353.690000', '201353.693000', '201353.696000', '201353.698000', '201353.701000', '201353.703000', '201353.706000', '201353.709000', '201353.711000', '201353.714000', '201353.716000', '201353.719000', '201353.721000', '201353.724000', '201353.726000', '201353.729000', '201353.732000', '201353.744000', '201353.747000', '201353.750000', '201353.752000', '201353.755000', '201353.757000', '201353.760000', '201353.762000', '201353.765000', '201353.767000', '201413.647000', '201413.649000', '201413.652000', '201413.655000', '201413.657000', '201413.660000', '201413.663000', '201413.666000', '201413.669000', '201413.672000', '201413.674000', '201413.677000', '201413.679000', '201413.682000', '201413.684000', '201413.687000', '201413.690000', '201413.692000', '201413.695000', '201413.697000', '201413.700000', '201413.703000', '201413.705000', '201413.708000', '201413.710000', '201413.713000', '201413.716000', '201413.718000', '201413.721000', '201413.723000', '201413.726000', '201413.729000', '201413.731000', '201413.734000', '201413.736000', '201413.739000', '201413.741000', '201413.744000', '201413.747000', '201413.749000', '201413.752000', '201413.755000', '201413.757000', '201433.646000', '201433.649000', '201433.652000', '201433.654000', '201433.657000', '201433.660000', '201433.662000', '201433.665000', '201433.667000', '201433.670000', '201433.673000', '201433.675000', '201433.678000', '201433.680000', '201433.683000', '201433.686000', '201433.688000', '201433.691000', '201433.693000', '201433.696000', '201433.699000', '201433.701000', '201433.704000', '201433.706000', '201433.709000', '201433.711000', '201433.714000', '201433.716000', '201433.719000', '201433.722000', '201433.724000', '201433.727000', '201433.729000', '201433.732000', '201433.734000', '201433.737000', '201433.740000', '201433.742000', '201433.745000', '201433.747000', '201433.750000', '201433.753000', '201433.755000', '201433.758000', '201453.647000', '201453.649000', '201453.652000', '201453.655000', '201453.657000', '201453.660000', '201453.662000', '201453.665000', '201453.668000', '201453.670000', '201453.673000', '201453.675000', '201453.678000', '201453.681000', '201453.683000', '201453.686000', '201453.688000', '201453.691000', '201453.694000', '201453.696000', '201453.699000', '201453.701000', '201453.704000', '201453.706000', '201453.709000', '201453.712000', '201453.714000', '201453.717000', '201453.719000', '201453.722000', '201453.725000', '201453.727000', '201453.731000', '201453.734000', '201453.737000', '201453.739000', '201453.742000', '201453.744000', '201453.747000', '201453.750000', '201453.752000', '201453.755000', '201453.757000', '201513.646000', '201513.649000', '201513.652000', '201513.655000', '201513.657000', '201513.660000', '201513.662000', '201513.665000', '201513.667000', '201513.670000', '201513.673000', '201513.675000', '201513.678000', '201513.680000', '201513.683000', '201513.685000', '201513.688000', '201513.691000', '201513.693000', '201513.696000', '201513.698000', '201513.701000', '201513.704000', '201513.706000', '201513.709000', '201513.711000', '201513.714000', '201513.717000', '201513.719000', '201513.722000', '201513.730000', '201513.733000', '201513.736000', '201513.738000', '201513.741000', '201513.743000', '201513.746000', '201513.748000', '201513.751000', '201513.753000', '201513.756000', '201513.759000', '201513.762000', '201513.764000', '201533.647000', '201533.650000', '201533.652000', '201533.655000', '201533.657000', '201533.660000', '201533.662000', '201533.665000', '201533.668000', '201533.670000', '201533.673000', '201533.675000', '201533.678000', '201533.680000', '201533.688000', '201533.691000', '201533.694000', '201533.696000', '201533.699000', '201533.701000', '201533.704000', '201533.706000', '201533.709000', '201533.711000', '201533.714000', '201533.717000', '201533.719000', '201533.722000', '201533.725000', '201533.727000', '201533.730000', '201533.733000', '201533.735000', '201533.738000', '201533.740000', '201533.743000', '201533.745000', '201533.748000', '201533.750000', '201533.753000', '201533.756000', '201533.758000', '201533.761000', '201553.646000', '201553.649000', '201553.651000', '201553.654000', '201553.656000', '201553.659000', '201553.661000', '201553.664000', '201553.666000', '201553.669000', '201553.672000', '201553.674000', '201553.677000', '201553.679000', '201553.682000', '201553.684000', '201553.687000', '201553.690000', '201553.692000', '201553.695000', '201553.697000', '201553.700000', '201553.702000', '201553.705000', '201553.707000', '201553.710000', '201553.712000', '201553.715000', '201553.718000', '201553.720000', '201553.723000', '201553.725000', '201553.728000', '201553.730000', '201553.733000', '201553.736000', '201553.738000', '201553.741000', '201553.743000', '201553.746000', '201553.748000', '201553.751000', '201553.753000', '201553.756000', '201613.646000', '201613.649000', '201613.652000', '201613.654000', '201613.657000', '201613.660000', '201613.662000', '201613.665000', '201613.667000', '201613.670000', '201613.672000', '201613.675000', '201613.677000', '201613.680000', '201613.683000', '201613.685000', '201613.688000', '201613.690000', '201613.693000', '201613.696000', '201613.698000', '201613.701000', '201613.703000', '201613.706000', '201613.708000', '201613.711000', '201613.714000', '201613.716000', '201613.719000', '201613.721000', '201613.724000', '201613.727000', '201613.729000', '201613.732000', '201613.734000', '201613.737000', '201613.740000', '201613.742000', '201613.745000', '201613.747000', '201613.750000', '201613.753000', '201613.755000', '201633.646000', '201633.649000', '201633.652000', '201633.654000', '201633.657000', '201633.660000', '201633.662000', '201633.665000', '201633.667000', '201633.670000', '201633.672000', '201633.675000', '201633.677000', '201633.680000', '201633.683000', '201633.685000', '201633.688000', '201633.690000', '201633.693000', '201633.696000', '201633.698000', '201633.701000', '201633.703000', '201633.706000', '201633.708000', '201633.711000', '201633.713000', '201633.735000', '201633.737000', '201633.740000', '201633.742000', '201633.745000', '201633.748000', '201633.750000', '201633.753000', '201633.755000', '201633.758000', '201633.761000', '201633.763000', '201633.766000', '201633.768000', '201633.771000', '201633.774000', '201633.776000', '201653.647000', '201653.649000', '201653.652000', '201653.655000', '201653.657000', '201653.660000', '201653.662000', '201653.665000', '201653.667000', '201653.670000', '201653.673000', '201653.675000', '201653.678000', '201653.680000', '201653.683000', '201653.691000', '201653.694000', '201653.696000', '201653.699000', '201653.701000', '201653.704000', '201653.707000', '201653.709000', '201653.712000', '201653.714000', '201653.717000', '201653.719000', '201653.722000', '201653.725000', '201653.727000', '201653.730000', '201653.732000', '201653.735000', '201653.738000', '201653.741000', '201653.744000', '201653.747000', '201653.750000', '201653.752000', '201653.755000', '201653.757000', '201653.760000', '201653.762000', '201713.647000', '201713.650000', '201713.652000', '201713.655000', '201713.657000', '201713.660000', '201713.662000', '201713.665000', '201713.668000', '201713.670000', '201713.673000', '201713.675000', '201713.678000', '201713.680000', '201713.683000', '201713.686000', '201713.688000', '201713.691000', '201713.693000', '201713.696000', '201713.698000', '201713.701000', '201713.704000', '201713.706000', '201713.709000', '201713.711000', '201713.714000', '201713.717000', '201713.719000', '201713.722000', '201713.724000', '201713.727000', '201713.729000', '201713.732000', '201713.735000', '201713.737000', '201713.740000', '201713.742000', '201713.745000', '201713.748000', '201713.750000', '201713.753000', '201713.755000', '201713.758000', '201714.439000', '201714.442000'], '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], 'LargestImagePixelValue': [7381, 8796, 6847, 8241, 6804, 7809, 6565, 7505, 6201, 6752, 9050, 6970, 7615, 6682, 6827, 6988, 10456, 7338, 8651, 6538, 8896, 6592, 8961, 6960, 8076, 6489, 7883, 6628, 8112, 6868, 8398, 6299, 7608, 6872, 8066, 6305, 7596, 6425, 7511, 7385, 6877, 7247, 6816, 9425, 6986, 8673, 6538, 8197, 6372, 7612, 6585, 7478, 6323, 7308, 6724, 7958, 6679, 7447, 7118, 6931, 9585, 7073, 8981, 6635, 8059, 6613, 7715, 6712, 7148, 6250, 6913, 9641, 6771, 8599, 6868, 8276, 6491, 8122, 6891, 7679, 6595, 7702, 6611, 8087, 6659, 7709, 6005, 7526, 10169, 6861, 9105, 7039, 7991, 6632, 7541, 6739, 7910, 6432, 7098, 6324, 7316, 6311, 7972, 6676, 8031, 5939, 7422, 8725, 7109, 6286, 6958, 9886, 7080, 9328, 7210, 8703, 6614, 7798, 6987, 7635, 6502, 7598, 6179, 7080, 9953, 7113, 8667, 6895, 8172, 7161, 7533, 6669, 7396, 6959, 7099, 10127, 6715, 8103, 6397, 7602, 7081, 7830, 7041, 7438, 6554, 7458, 8399, 6798, 9293, 6527, 8354, 7128, 8408, 7016, 7546, 6588, 7171, 9592, 6828, 8720, 6703, 7649, 6621, 7371, 6512, 7373, 6421, 7245, 6105, 7583, 8506, 7106, 6085, 6894, 6085, 7657, 7082, 7253, 7181, 10640, 8296, 9209, 6347, 6948, 9681, 7003, 7891, 6511, 7297, 6251, 6922, 7088, 6720, 6067, 6789, 9249, 6913, 8856, 7095, 8168, 6572, 7679, 6173, 6960, 6099, 6785, 9690, 7060, 8640, 6906, 8271, 6696, 7491, 6603, 7261, 6569, 7555, 7056, 6939, 10083, 7259, 9276, 7005, 7865, 6829, 7023, 6599, 6896, 9091, 6942, 8214, 6956, 7143, 6018, 6833, 9326, 7039, 8123, 6813, 7647, 6869, 7549, 6482, 7184, 8841, 7020, 9183, 7121, 8207, 6223, 7358, 7150, 6770, 8726, 6771, 7693, 6281, 7111, 6281, 7009, 7361, 6879, 8609, 6950, 8295, 7011, 7508, 6164, 7249, 9552, 7218, 8066, 6780, 7125, 9504, 7084, 7898, 6875, 7047, 8200, 6993, 7795, 7001, 7072, 6377, 6873, 8372, 6794, 7483, 7038, 7398, 6701, 7135, 7617, 7336, 8280, 6836, 7609, 6333, 7199, 5934, 6834, 9080, 6815, 8167, 6915, 6919, 9460, 6920, 8328, 7198, 7153, 6231, 7112, 9242, 7247, 7681, 6968, 7261, 6506, 7092, 8247, 7012, 8013, 7073, 7540, 7234, 7090, 6534, 7129, 9555, 7425, 7776, 7298, 7631, 7164, 7310, 7311, 7165, 8795, 7279, 7808, 7158, 7322, 7021, 7234, 6015, 7267, 7997, 6900, 8219, 6799, 7785, 6905, 7424, 7134, 7277, 6430, 7098, 9496, 6980, 8795, 6832, 7845, 5938, 6744, 6152, 7091, 8875, 7369, 7758, 6870, 7647, 6133, 7234, 9773, 7265, 7581, 7201, 7295, 6533, 7490, 6535, 7112, 6061, 7125, 10110, 7359, 8229, 7201, 7976, 6680, 7791, 6244, 6968, 9663, 7441, 8657, 7428, 7431, 7116, 7406, 7141, 7718, 7117, 7460, 6010, 7362, 9840, 7039, 8233, 7062, 7888, 6731, 7432, 6939, 7294, 6941, 7866, 6665, 7321, 5836, 7036, 10096, 7231, 8463, 6962, 8577, 7414, 8236, 7163, 7570, 6252, 7346, 10443, 7001, 8333, 7212, 8338, 7154, 7910, 6646, 7409, 9135, 7054, 8718, 7554, 8159, 6984, 7332, 9590, 7144, 8229, 7136, 7601, 6759, 7328, 5734, 7124, 8865, 7488, 8056, 7669, 7514, 7300, 7759, 6940, 7732, 6651, 7256, 9869, 7365, 8529, 7436, 7079, 7846, 7062, 8913, 7273, 7696, 6587, 7044, 9384, 7189, 8437, 7319, 7184, 6306, 7167, 9630, 7375, 8026, 7097, 7386, 6202, 7224, 8811, 7360, 8045, 7067, 7709, 6099, 6821, 8062, 7090, 7873, 7168, 7189, 6999, 7468, 5924, 7279, 8922, 7192, 7900, 7188, 7419, 6533, 7020, 8431, 6839, 7912, 6547, 7489, 6340, 6879, 9089, 7072, 8333, 6984, 7083, 6221, 7125, 9183, 7470, 8561, 7350, 7692, 7109, 7479, 8309, 7428, 8710, 7256, 8389, 6605, 7516, 6995, 7363, 8691, 7337, 8263, 7496, 7458, 7367, 8165, 7256, 7725, 6982, 7561, 7066, 7923, 9873, 7772, 7888, 6868, 7736, 6649, 6823, 8261, 7521, 9669, 6603, 8627, 8297, 6844, 10067, 7202, 8160, 6669, 6726, 9075, 6899, 7478, 6741, 7450, 6258, 7217, 7825, 6888, 8007, 6596, 8448, 7072, 7687, 6487, 7644, 6186, 7769, 7454, 6862, 9520, 7126, 9095, 7330, 8520, 6909, 7428, 6233, 7162, 10204, 7306, 8770, 7099, 7796, 6369, 7251, 10162, 6976, 8112, 6701, 8515, 7098, 7932, 6489, 7418, 6271, 7264, 8690, 6962, 7369, 6836, 9607, 7242, 8153, 6549, 7787, 6607, 7109, 7626, 6760, 7306, 6619, 9073, 6948, 7988, 6473, 7264, 6275, 6937, 9429, 7337, 8343, 7285, 8150, 7171, 7662, 6231, 7057, 9380, 6831, 9166, 6870, 8370, 7091, 6987, 5935, 6818, 9226, 6820, 8509, 7094, 7792, 6524, 7493, 6359, 7093, 6920, 6767, 9610, 6664, 8428, 7090, 7946, 6848, 7519, 6673, 7666, 10010, 7041, 8312, 7080, 7665, 6878, 7502, 6699, 7130, 6078, 7122, 8365, 7035, 6135, 7082, 6225, 7565, 6725, 7550, 9757, 6984, 9291, 7386, 8540, 6753, 7902, 6758, 7232, 7384, 6834, 9343, 7207, 8159, 6883, 7089, 7368, 6913, 8630, 7160, 7478, 6818, 7466, 6754, 7373, 6439, 7095, 9905, 7090, 8528, 7336, 7307, 6047, 7221, 9154, 7411, 7898, 7155, 7303, 6682, 7239, 6282, 7203, 6236, 7074, 9358, 7567, 8927, 7347, 8120, 6538, 7210, 9606, 7076, 8431, 6999, 7590, 7210, 7644, 7203, 7026, 7252, 7742, 6751, 7510, 6685, 7302, 9907, 7315, 8728, 7159, 7122, 6131, 7074, 9809, 7390, 7900, 7211, 7741, 7145, 7404, 7236, 7264, 6889, 7314, 6954, 7498, 9733, 7164, 8779, 7513, 8326, 7013, 7136, 6974, 7572, 7509, 7292, 8555, 7325, 8712, 6828, 8193, 6691, 7050, 6276, 7053, 6434, 7265, 10445, 7202, 8189, 7368, 8381, 7083, 8182, 6924, 7168, 8782, 7249, 9439, 7729, 8148, 7419, 7555, 6155, 7843, 9373, 7363, 8078, 7008, 7609, 6888, 7157, 6564, 7314, 9487, 7460, 8966, 7193, 8064, 7168, 7701, 6893, 6998, 7035, 7800, 7364, 8143, 6648, 7249, 6574, 7114, 10084, 7127, 8210, 7248, 8330, 7415, 9020, 7513, 8991, 7258, 8036, 7235, 7131, 9517, 7284, 8550, 7706, 7836, 7399, 7310, 6926, 7323, 7704, 7383, 9574, 7217, 8946, 7294, 8063, 7296, 7209, 6439, 7140, 9197, 7034, 7553, 6874, 7099, 6480, 7452, 6625, 7447, 9057, 7257, 8090, 6753, 6893, 5844, 7321, 8805, 7175, 8142, 7182, 7439, 6552, 7408, 5977, 6812, 5800, 7198, 7145, 7174, 9814, 7424, 8852, 6902, 7692, 6418, 7410, 8395, 7143, 9030, 7396, 7773, 6679, 7088, 9627, 7400, 8275, 7342, 7433, 6318, 7202, 9073, 7021, 7854, 7254, 7740, 6770, 7255, 6054, 7299, 9670, 7121, 8651, 7160, 7475, 6285, 7457, 8498, 7024, 7819, 6754, 7187, 6057, 6967, 5808, 6977, 5858, 7102, 8267, 7580, 9078, 7378, 7855, 7294, 7728, 6218, 7552, 9571, 7189, 8877, 7323, 7879, 6852, 7378, 6071, 7463, 9589, 7099, 8091, 7351, 7324, 6649, 7242, 6252, 6974, 8960, 6931, 7820, 6728, 7415, 6321, 7258, 9322, 6868, 7958, 6870, 6958, 6158, 7239, 8219, 7269, 6430, 7460, 8624, 7470, 8558, 7289, 7953, 7179, 7431, 9795, 7748, 7933, 6845, 7387, 9148, 7438, 7730, 7084, 7094, 7047, 7340, 6317, 7368, 9721, 7325, 8689, 7009, 7665, 6300, 7299, 7057, 6983, 8744, 7037, 7028, 6860, 7212, 6382, 7295, 9725, 7058, 8642, 7075, 7496, 6395, 7111, 7887, 7517, 8891, 7142, 7966, 7262, 7437, 6994, 7353, 7585, 7667, 6930, 7633, 7243, 7741, 8596, 7202, 8053, 6596, 7499, 9600, 7432, 7794, 6883, 7301, 6705, 7317, 6910, 7324, 8964, 6945, 7246, 6493, 6961, 6170, 7301, 9105, 7278, 7826, 7327, 7999, 6910, 7499, 7859, 7360, 8787, 6810, 7528, 6624, 7063, 6424, 7270, 6940, 7607, 8842, 7455, 8177, 6743, 7437, 7038, 7245, 9008, 7199, 7604, 7202, 7361, 7190, 7208, 7401, 7696, 7138, 7429, 6650, 7557, 9600, 7561, 6157, 6529, 6650, 7415, 7507, 6358, 7209, 7161, 8508, 10635, 7618, 9689, 7617, 7863, 6272, 7332, 9449, 7297, 8098, 7445, 7140, 6530, 6885, 5738, 7291, 5799, 7337, 9568, 7270, 8433, 6931, 7320, 6308, 7620, 8970, 7084, 7568, 6061, 7269, 6746, 7194, 7833, 6875, 7683, 7289, 8690, 7414, 8175, 6830, 7822, 9947, 7315, 8218, 6601, 7461, 6300, 6928, 8888, 6535, 7618, 6170, 7188, 5904, 6797, 6102, 7497, 10109, 7202, 8741, 7087, 7664, 6146, 7600, 9679, 7336, 7940, 6631, 7321, 9831, 7286, 8143, 7066, 7519, 5997, 7295, 8761, 6973, 7499, 5887, 7328, 7464, 7311, 8490, 7462, 7715, 6859, 7195, 6307, 7303, 8879, 7335, 8505, 7562, 7823, 6541, 7770, 8812, 7350, 7957, 6708, 7312, 6110, 7687, 6018, 7577, 9499, 7388, 8325, 6581, 7525, 6285, 7454, 6102, 7489, 9292, 7594, 8450, 6691, 7806, 8799, 7423, 8536, 7099, 7321, 6286, 7457, 5988, 7567, 9064, 7076, 8001, 6430, 7570, 6028, 7333, 8576, 7124, 7349, 6781, 6983, 6900, 7438, 6810, 7708, 6264, 7985, 10173, 7233, 8230, 7504, 8193, 6274, 8994], 'WindowCenter': [3781.0, 3786.0, 3752.0, 3769.0, 3735.0, 3745.0, 3721.0, 3744.0, 3711.0, 3734.0, 3751.0, 3732.0, 3741.0, 3733.0, 3732.0, 3733.0, 3773.0, 3731.0, 3750.0, 3722.0, 3752.0, 3721.0, 3749.0, 3719.0, 3739.0, 3721.0, 3740.0, 3720.0, 3741.0, 3721.0, 3741.0, 3721.0, 3742.0, 3719.0, 3741.0, 3710.0, 3740.0, 3708.0, 3728.0, 3729.0, 3720.0, 3729.0, 3719.0, 3749.0, 3719.0, 3739.0, 3709.0, 3738.0, 3706.0, 3729.0, 3707.0, 3727.0, 3707.0, 3730.0, 3719.0, 3742.0, 3719.0, 3731.0, 3718.0, 3731.0, 3751.0, 3729.0, 3750.0, 3719.0, 3739.0, 3718.0, 3730.0, 3717.0, 3719.0, 3708.0, 3720.0, 3748.0, 3719.0, 3739.0, 3719.0, 3738.0, 3709.0, 3739.0, 3719.0, 3729.0, 3719.0, 3741.0, 3731.0, 3754.0, 3721.0, 3743.0, 3710.0, 3741.0, 3762.0, 3721.0, 3750.0, 3731.0, 3740.0, 3721.0, 3730.0, 3720.0, 3742.0, 3721.0, 3731.0, 3720.0, 3743.0, 3722.0, 3755.0, 3734.0, 3753.0, 3722.0, 3745.0, 3751.0, 3733.0, 3721.0, 3733.0, 3764.0, 3733.0, 3761.0, 3732.0, 3751.0, 3720.0, 3731.0, 3720.0, 3730.0, 3708.0, 3741.0, 3707.0, 3730.0, 3760.0, 3731.0, 3740.0, 3720.0, 3740.0, 3719.0, 3730.0, 3718.0, 3730.0, 3718.0, 3720.0, 3760.0, 3720.0, 3739.0, 3709.0, 3729.0, 3720.0, 3741.0, 3720.0, 3729.0, 3721.0, 3732.0, 3741.0, 3721.0, 3751.0, 3710.0, 3740.0, 3720.0, 3741.0, 3719.0, 3730.0, 3719.0, 3720.0, 3750.0, 3720.0, 3738.0, 3719.0, 3729.0, 3719.0, 3730.0, 3709.0, 3731.0, 3721.0, 3744.0, 3722.0, 3744.0, 3752.0, 3733.0, 3722.0, 3733.0, 3712.0, 3744.0, 3746.0, 3756.0, 3749.0, 3788.0, 3756.0, 3765.0, 3710.0, 3720.0, 3749.0, 3718.0, 3727.0, 3706.0, 3717.0, 3695.0, 3718.0, 3716.0, 3718.0, 3706.0, 3718.0, 3750.0, 3731.0, 3750.0, 3731.0, 3739.0, 3717.0, 3729.0, 3708.0, 3718.0, 3708.0, 3719.0, 3750.0, 3731.0, 3751.0, 3731.0, 3752.0, 3721.0, 3730.0, 3720.0, 3731.0, 3721.0, 3744.0, 3732.0, 3733.0, 3763.0, 3732.0, 3752.0, 3720.0, 3742.0, 3719.0, 3719.0, 3719.0, 3730.0, 3750.0, 3720.0, 3741.0, 3718.0, 3720.0, 3707.0, 3720.0, 3749.0, 3720.0, 3739.0, 3720.0, 3730.0, 3719.0, 3730.0, 3709.0, 3730.0, 3750.0, 3720.0, 3750.0, 3719.0, 3739.0, 3696.0, 3730.0, 3718.0, 3719.0, 3739.0, 3720.0, 3730.0, 3709.0, 3732.0, 3719.0, 3732.0, 3742.0, 3733.0, 3753.0, 3745.0, 3756.0, 3735.0, 3746.0, 3723.0, 3745.0, 3763.0, 3733.0, 3744.0, 3721.0, 3732.0, 3752.0, 3732.0, 3741.0, 3719.0, 3731.0, 3739.0, 3731.0, 3729.0, 3729.0, 3731.0, 3721.0, 3734.0, 3753.0, 3733.0, 3744.0, 3734.0, 3744.0, 3733.0, 3744.0, 3742.0, 3743.0, 3754.0, 3733.0, 3744.0, 3722.0, 3733.0, 3711.0, 3734.0, 3753.0, 3722.0, 3754.0, 3721.0, 3733.0, 3751.0, 3720.0, 3741.0, 3718.0, 3720.0, 3697.0, 3719.0, 3750.0, 3729.0, 3730.0, 3719.0, 3730.0, 3706.0, 3720.0, 3739.0, 3720.0, 3740.0, 3720.0, 3731.0, 3730.0, 3721.0, 3708.0, 3732.0, 3751.0, 3731.0, 3731.0, 3730.0, 3730.0, 3720.0, 3731.0, 3730.0, 3721.0, 3740.0, 3730.0, 3730.0, 3719.0, 3730.0, 3730.0, 3744.0, 3711.0, 3745.0, 3743.0, 3734.0, 3755.0, 3734.0, 3744.0, 3734.0, 3744.0, 3745.0, 3746.0, 3722.0, 3735.0, 3765.0, 3734.0, 3753.0, 3720.0, 3742.0, 3709.0, 3721.0, 3709.0, 3731.0, 3751.0, 3732.0, 3742.0, 3721.0, 3742.0, 3710.0, 3732.0, 3762.0, 3731.0, 3730.0, 3732.0, 3731.0, 3721.0, 3731.0, 3710.0, 3732.0, 3710.0, 3733.0, 3763.0, 3742.0, 3742.0, 3733.0, 3742.0, 3721.0, 3732.0, 3709.0, 3721.0, 3751.0, 3730.0, 3740.0, 3731.0, 3730.0, 3721.0, 3731.0, 3733.0, 3743.0, 3733.0, 3743.0, 3710.0, 3745.0, 3764.0, 3733.0, 3753.0, 3732.0, 3754.0, 3736.0, 3746.0, 3748.0, 3758.0, 3745.0, 3757.0, 3735.0, 3747.0, 3714.0, 3746.0, 3776.0, 3745.0, 3754.0, 3734.0, 3753.0, 3732.0, 3753.0, 3732.0, 3743.0, 3710.0, 3732.0, 3762.0, 3721.0, 3740.0, 3731.0, 3740.0, 3720.0, 3741.0, 3719.0, 3731.0, 3749.0, 3719.0, 3739.0, 3729.0, 3729.0, 3717.0, 3719.0, 3748.0, 3718.0, 3727.0, 3718.0, 3729.0, 3718.0, 3730.0, 3698.0, 3731.0, 3750.0, 3743.0, 3738.0, 3744.0, 3743.0, 3746.0, 3744.0, 3733.0, 3746.0, 3722.0, 3745.0, 3764.0, 3733.0, 3753.0, 3730.0, 3720.0, 3730.0, 3720.0, 3751.0, 3728.0, 3730.0, 3719.0, 3720.0, 3750.0, 3720.0, 3740.0, 3729.0, 3720.0, 3708.0, 3731.0, 3750.0, 3730.0, 3738.0, 3720.0, 3731.0, 3709.0, 3732.0, 3750.0, 3731.0, 3741.0, 3719.0, 3742.0, 3709.0, 3721.0, 3740.0, 3732.0, 3741.0, 3734.0, 3733.0, 3733.0, 3746.0, 3722.0, 3745.0, 3764.0, 3734.0, 3755.0, 3733.0, 3745.0, 3722.0, 3747.0, 3753.0, 3736.0, 3755.0, 3723.0, 3745.0, 3721.0, 3734.0, 3754.0, 3732.0, 3754.0, 3732.0, 3733.0, 3711.0, 3734.0, 3763.0, 3744.0, 3754.0, 3732.0, 3742.0, 3733.0, 3743.0, 3741.0, 3732.0, 3741.0, 3732.0, 3742.0, 3720.0, 3732.0, 3718.0, 3731.0, 3740.0, 3730.0, 3740.0, 3732.0, 3731.0, 3745.0, 3753.0, 3744.0, 3744.0, 3732.0, 3748.0, 3738.0, 3760.0, 3768.0, 3741.0, 3744.0, 3723.0, 3743.0, 3733.0, 3734.0, 3757.0, 3758.0, 3779.0, 3735.0, 3767.0, 3742.0, 3720.0, 3751.0, 3718.0, 3728.0, 3707.0, 3707.0, 3737.0, 3717.0, 3717.0, 3718.0, 3728.0, 3707.0, 3730.0, 3728.0, 3719.0, 3739.0, 3721.0, 3741.0, 3731.0, 3742.0, 3721.0, 3740.0, 3711.0, 3744.0, 3731.0, 3722.0, 3763.0, 3733.0, 3752.0, 3732.0, 3753.0, 3731.0, 3732.0, 3710.0, 3732.0, 3762.0, 3731.0, 3741.0, 3731.0, 3740.0, 3709.0, 3730.0, 3761.0, 3731.0, 3740.0, 3721.0, 3751.0, 3731.0, 3742.0, 3720.0, 3743.0, 3720.0, 3730.0, 3751.0, 3732.0, 3731.0, 3733.0, 3763.0, 3732.0, 3740.0, 3722.0, 3741.0, 3721.0, 3733.0, 3746.0, 3733.0, 3742.0, 3736.0, 3763.0, 3732.0, 3742.0, 3721.0, 3743.0, 3721.0, 3745.0, 3764.0, 3744.0, 3754.0, 3744.0, 3753.0, 3733.0, 3745.0, 3710.0, 3734.0, 3752.0, 3722.0, 3750.0, 3720.0, 3741.0, 3718.0, 3730.0, 3708.0, 3720.0, 3750.0, 3719.0, 3739.0, 3731.0, 3741.0, 3721.0, 3742.0, 3720.0, 3730.0, 3730.0, 3721.0, 3761.0, 3721.0, 3741.0, 3731.0, 3741.0, 3720.0, 3732.0, 3720.0, 3741.0, 3762.0, 3729.0, 3741.0, 3731.0, 3741.0, 3719.0, 3732.0, 3721.0, 3731.0, 3710.0, 3733.0, 3741.0, 3733.0, 3721.0, 3734.0, 3723.0, 3756.0, 3734.0, 3757.0, 3765.0, 3734.0, 3764.0, 3744.0, 3753.0, 3721.0, 3743.0, 3720.0, 3733.0, 3731.0, 3721.0, 3751.0, 3731.0, 3741.0, 3719.0, 3731.0, 3729.0, 3730.0, 3750.0, 3731.0, 3730.0, 3733.0, 3742.0, 3732.0, 3744.0, 3722.0, 3734.0, 3763.0, 3732.0, 3752.0, 3730.0, 3731.0, 3708.0, 3730.0, 3750.0, 3730.0, 3739.0, 3719.0, 3731.0, 3720.0, 3732.0, 3720.0, 3743.0, 3710.0, 3733.0, 3763.0, 3743.0, 3752.0, 3731.0, 3742.0, 3708.0, 3731.0, 3750.0, 3719.0, 3739.0, 3729.0, 3730.0, 3730.0, 3741.0, 3730.0, 3730.0, 3732.0, 3743.0, 3732.0, 3744.0, 3721.0, 3744.0, 3763.0, 3732.0, 3753.0, 3720.0, 3731.0, 3709.0, 3731.0, 3761.0, 3731.0, 3741.0, 3743.0, 3742.0, 3733.0, 3744.0, 3744.0, 3744.0, 3732.0, 3743.0, 3732.0, 3744.0, 3764.0, 3733.0, 3753.0, 3732.0, 3753.0, 3731.0, 3730.0, 3732.0, 3744.0, 3730.0, 3733.0, 3752.0, 3743.0, 3752.0, 3721.0, 3753.0, 3719.0, 3731.0, 3709.0, 3729.0, 3720.0, 3743.0, 3773.0, 3732.0, 3741.0, 3731.0, 3741.0, 3718.0, 3742.0, 3719.0, 3720.0, 3739.0, 3730.0, 3749.0, 3728.0, 3728.0, 3718.0, 3727.0, 3696.0, 3730.0, 3749.0, 3729.0, 3737.0, 3719.0, 3729.0, 3718.0, 3731.0, 3719.0, 3731.0, 3762.0, 3731.0, 3751.0, 3720.0, 3741.0, 3717.0, 3730.0, 3730.0, 3731.0, 3729.0, 3741.0, 3744.0, 3757.0, 3733.0, 3745.0, 3732.0, 3733.0, 3774.0, 3733.0, 3753.0, 3744.0, 3753.0, 3746.0, 3765.0, 3745.0, 3754.0, 3729.0, 3743.0, 3730.0, 3721.0, 3750.0, 3730.0, 3739.0, 3729.0, 3729.0, 3730.0, 3730.0, 3719.0, 3731.0, 3730.0, 3730.0, 3750.0, 3731.0, 3749.0, 3718.0, 3729.0, 3718.0, 3730.0, 3707.0, 3716.0, 3749.0, 3729.0, 3729.0, 3720.0, 3730.0, 3719.0, 3741.0, 3732.0, 3743.0, 3764.0, 3742.0, 3743.0, 3719.0, 3734.0, 3711.0, 3741.0, 3763.0, 3734.0, 3743.0, 3733.0, 3742.0, 3724.0, 3745.0, 3723.0, 3733.0, 3714.0, 3746.0, 3735.0, 3736.0, 3776.0, 3744.0, 3764.0, 3732.0, 3744.0, 3710.0, 3732.0, 3741.0, 3732.0, 3751.0, 3731.0, 3731.0, 3719.0, 3732.0, 3750.0, 3731.0, 3741.0, 3730.0, 3729.0, 3707.0, 3730.0, 3750.0, 3731.0, 3740.0, 3731.0, 3741.0, 3718.0, 3731.0, 3709.0, 3730.0, 3750.0, 3722.0, 3751.0, 3720.0, 3731.0, 3710.0, 3730.0, 3751.0, 3732.0, 3741.0, 3733.0, 3733.0, 3721.0, 3745.0, 3712.0, 3746.0, 3724.0, 3747.0, 3765.0, 3757.0, 3766.0, 3746.0, 3755.0, 3745.0, 3745.0, 3712.0, 3745.0, 3764.0, 3732.0, 3753.0, 3732.0, 3743.0, 3720.0, 3729.0, 3709.0, 3732.0, 3752.0, 3720.0, 3740.0, 3732.0, 3731.0, 3721.0, 3743.0, 3720.0, 3733.0, 3753.0, 3733.0, 3742.0, 3721.0, 3730.0, 3721.0, 3744.0, 3753.0, 3722.0, 3741.0, 3721.0, 3732.0, 3711.0, 3744.0, 3752.0, 3745.0, 3723.0, 3746.0, 3765.0, 3747.0, 3756.0, 3744.0, 3756.0, 3732.0, 3733.0, 3763.0, 3732.0, 3742.0, 3708.0, 3731.0, 3750.0, 3730.0, 3729.0, 3720.0, 3720.0, 3731.0, 3743.0, 3721.0, 3743.0, 3762.0, 3732.0, 3752.0, 3720.0, 3731.0, 3708.0, 3731.0, 3719.0, 3731.0, 3751.0, 3731.0, 3732.0, 3732.0, 3745.0, 3723.0, 3745.0, 3764.0, 3733.0, 3753.0, 3721.0, 3733.0, 3709.0, 3730.0, 3740.0, 3730.0, 3751.0, 3732.0, 3741.0, 3733.0, 3732.0, 3734.0, 3743.0, 3757.0, 3754.0, 3746.0, 3755.0, 3744.0, 3745.0, 3754.0, 3745.0, 3754.0, 3722.0, 3734.0, 3763.0, 3732.0, 3741.0, 3732.0, 3733.0, 3722.0, 3744.0, 3746.0, 3746.0, 3754.0, 3732.0, 3733.0, 3721.0, 3733.0, 3723.0, 3745.0, 3765.0, 3745.0, 3744.0, 3745.0, 3756.0, 3733.0, 3735.0, 3742.0, 3732.0, 3741.0, 3721.0, 3731.0, 3721.0, 3732.0, 3721.0, 3744.0, 3731.0, 3744.0, 3754.0, 3733.0, 3753.0, 3719.0, 3733.0, 3732.0, 3732.0, 3751.0, 3721.0, 3730.0, 3731.0, 3732.0, 3733.0, 3743.0, 3745.0, 3745.0, 3746.0, 3747.0, 3734.0, 3745.0, 3764.0, 3743.0, 3723.0, 3724.0, 3734.0, 3745.0, 3759.0, 3749.0, 3762.0, 3761.0, 3785.0, 3790.0, 3757.0, 3764.0, 3732.0, 3743.0, 3708.0, 3717.0, 3750.0, 3719.0, 3729.0, 3718.0, 3718.0, 3708.0, 3721.0, 3697.0, 3731.0, 3698.0, 3732.0, 3762.0, 3731.0, 3739.0, 3718.0, 3730.0, 3707.0, 3731.0, 3750.0, 3720.0, 3728.0, 3710.0, 3743.0, 3732.0, 3734.0, 3741.0, 3733.0, 3744.0, 3744.0, 3765.0, 3746.0, 3768.0, 3734.0, 3744.0, 3765.0, 3734.0, 3743.0, 3721.0, 3746.0, 3721.0, 3733.0, 3753.0, 3723.0, 3745.0, 3723.0, 3747.0, 3714.0, 3735.0, 3724.0, 3757.0, 3775.0, 3746.0, 3754.0, 3733.0, 3742.0, 3712.0, 3743.0, 3763.0, 3733.0, 3743.0, 3720.0, 3732.0, 3751.0, 3731.0, 3741.0, 3720.0, 3742.0, 3709.0, 3731.0, 3740.0, 3720.0, 3730.0, 3699.0, 3732.0, 3730.0, 3732.0, 3752.0, 3744.0, 3743.0, 3720.0, 3732.0, 3721.0, 3745.0, 3749.0, 3744.0, 3752.0, 3757.0, 3745.0, 3720.0, 3745.0, 3764.0, 3745.0, 3742.0, 3733.0, 3744.0, 3723.0, 3745.0, 3712.0, 3745.0, 3765.0, 3744.0, 3752.0, 3721.0, 3744.0, 3720.0, 3742.0, 3712.0, 3745.0, 3763.0, 3744.0, 3743.0, 3720.0, 3744.0, 3738.0, 3732.0, 3740.0, 3720.0, 3731.0, 3709.0, 3730.0, 3709.0, 3741.0, 3750.0, 3720.0, 3743.0, 3709.0, 3743.0, 3710.0, 3730.0, 3752.0, 3731.0, 3732.0, 3733.0, 3733.0, 3748.0, 3747.0, 3748.0, 3758.0, 3736.0, 3758.0, 3776.0, 3744.0, 3755.0, 3749.0, 3758.0, 3733.0, 3766.0], 'WindowWidth': [8528.0, 8523.0, 8470.0, 8487.0, 8434.0, 8445.0, 8408.0, 8441.0, 8395.0, 8427.0, 8444.0, 8421.0, 8431.0, 8424.0, 8422.0, 8424.0, 8474.0, 8418.0, 8441.0, 8407.0, 8445.0, 8405.0, 8438.0, 8398.0, 8426.0, 8404.0, 8429.0, 8404.0, 8431.0, 8405.0, 8432.0, 8406.0, 8434.0, 8400.0, 8431.0, 8387.0, 8430.0, 8384.0, 8411.0, 8411.0, 8402.0, 8412.0, 8400.0, 8437.0, 8399.0, 8425.0, 8384.0, 8421.0, 8378.0, 8412.0, 8380.0, 8408.0, 8380.0, 8414.0, 8399.0, 8433.0, 8399.0, 8418.0, 8397.0, 8418.0, 8442.0, 8413.0, 8440.0, 8399.0, 8424.0, 8396.0, 8414.0, 8393.0, 8399.0, 8382.0, 8400.0, 8436.0, 8399.0, 8423.0, 8398.0, 8423.0, 8384.0, 8423.0, 8397.0, 8411.0, 8400.0, 8432.0, 8420.0, 8452.0, 8405.0, 8438.0, 8390.0, 8432.0, 8459.0, 8405.0, 8441.0, 8416.0, 8426.0, 8404.0, 8416.0, 8402.0, 8433.0, 8404.0, 8419.0, 8404.0, 8438.0, 8410.0, 8455.0, 8426.0, 8455.0, 8410.0, 8443.0, 8445.0, 8424.0, 8406.0, 8425.0, 8465.0, 8424.0, 8459.0, 8421.0, 8443.0, 8402.0, 8419.0, 8399.0, 8414.0, 8383.0, 8431.0, 8381.0, 8416.0, 8453.0, 8416.0, 8427.0, 8401.0, 8428.0, 8398.0, 8415.0, 8395.0, 8415.0, 8396.0, 8400.0, 8452.0, 8400.0, 8424.0, 8387.0, 8412.0, 8401.0, 8430.0, 8401.0, 8415.0, 8403.0, 8422.0, 8429.0, 8404.0, 8442.0, 8390.0, 8427.0, 8402.0, 8428.0, 8398.0, 8415.0, 8397.0, 8401.0, 8438.0, 8399.0, 8422.0, 8396.0, 8411.0, 8399.0, 8415.0, 8385.0, 8418.0, 8403.0, 8439.0, 8407.0, 8440.0, 8448.0, 8424.0, 8408.0, 8423.0, 8393.0, 8441.0, 8448.0, 8462.0, 8457.0, 8507.0, 8459.0, 8469.0, 8386.0, 8399.0, 8434.0, 8391.0, 8402.0, 8374.0, 8391.0, 8358.0, 8393.0, 8388.0, 8394.0, 8378.0, 8399.0, 8440.0, 8418.0, 8441.0, 8417.0, 8425.0, 8394.0, 8412.0, 8381.0, 8397.0, 8382.0, 8399.0, 8441.0, 8417.0, 8443.0, 8417.0, 8446.0, 8405.0, 8418.0, 8400.0, 8418.0, 8403.0, 8439.0, 8419.0, 8424.0, 8461.0, 8420.0, 8445.0, 8400.0, 8432.0, 8396.0, 8398.0, 8397.0, 8414.0, 8439.0, 8400.0, 8429.0, 8396.0, 8401.0, 8379.0, 8402.0, 8437.0, 8400.0, 8425.0, 8401.0, 8415.0, 8397.0, 8415.0, 8384.0, 8416.0, 8439.0, 8401.0, 8438.0, 8397.0, 8424.0, 8364.0, 8414.0, 8395.0, 8398.0, 8423.0, 8400.0, 8413.0, 8386.0, 8419.0, 8399.0, 8422.0, 8433.0, 8426.0, 8451.0, 8445.0, 8459.0, 8429.0, 8445.0, 8411.0, 8443.0, 8464.0, 8424.0, 8437.0, 8403.0, 8420.0, 8444.0, 8418.0, 8430.0, 8397.0, 8416.0, 8425.0, 8416.0, 8412.0, 8412.0, 8418.0, 8404.0, 8428.0, 8449.0, 8425.0, 8438.0, 8425.0, 8440.0, 8426.0, 8443.0, 8436.0, 8439.0, 8453.0, 8425.0, 8439.0, 8408.0, 8424.0, 8391.0, 8426.0, 8450.0, 8407.0, 8451.0, 8403.0, 8422.0, 8442.0, 8401.0, 8428.0, 8396.0, 8400.0, 8366.0, 8397.0, 8438.0, 8411.0, 8412.0, 8397.0, 8414.0, 8378.0, 8402.0, 8423.0, 8401.0, 8427.0, 8401.0, 8416.0, 8413.0, 8403.0, 8383.0, 8419.0, 8443.0, 8417.0, 8416.0, 8415.0, 8416.0, 8400.0, 8418.0, 8412.0, 8403.0, 8427.0, 8414.0, 8413.0, 8400.0, 8415.0, 8417.0, 8440.0, 8393.0, 8441.0, 8437.0, 8429.0, 8456.0, 8426.0, 8439.0, 8426.0, 8441.0, 8443.0, 8446.0, 8409.0, 8430.0, 8466.0, 8426.0, 8450.0, 8400.0, 8431.0, 8385.0, 8402.0, 8385.0, 8417.0, 8442.0, 8419.0, 8433.0, 8404.0, 8434.0, 8389.0, 8421.0, 8458.0, 8416.0, 8414.0, 8419.0, 8418.0, 8403.0, 8419.0, 8388.0, 8422.0, 8389.0, 8424.0, 8462.0, 8433.0, 8433.0, 8422.0, 8434.0, 8403.0, 8421.0, 8385.0, 8404.0, 8441.0, 8413.0, 8427.0, 8414.0, 8413.0, 8403.0, 8418.0, 8422.0, 8436.0, 8422.0, 8438.0, 8390.0, 8442.0, 8463.0, 8423.0, 8449.0, 8422.0, 8454.0, 8435.0, 8447.0, 8455.0, 8467.0, 8445.0, 8462.0, 8431.0, 8449.0, 8402.0, 8447.0, 8483.0, 8442.0, 8453.0, 8427.0, 8451.0, 8420.0, 8449.0, 8418.0, 8435.0, 8388.0, 8421.0, 8457.0, 8403.0, 8427.0, 8418.0, 8428.0, 8400.0, 8429.0, 8396.0, 8416.0, 8436.0, 8397.0, 8422.0, 8408.0, 8411.0, 8389.0, 8396.0, 8432.0, 8394.0, 8404.0, 8395.0, 8411.0, 8394.0, 8414.0, 8370.0, 8419.0, 8442.0, 8437.0, 8426.0, 8439.0, 8438.0, 8446.0, 8442.0, 8425.0, 8447.0, 8408.0, 8442.0, 8465.0, 8420.0, 8449.0, 8413.0, 8401.0, 8411.0, 8401.0, 8441.0, 8408.0, 8413.0, 8395.0, 8401.0, 8439.0, 8401.0, 8426.0, 8410.0, 8401.0, 8382.0, 8417.0, 8440.0, 8412.0, 8423.0, 8400.0, 8417.0, 8383.0, 8418.0, 8440.0, 8417.0, 8431.0, 8399.0, 8433.0, 8385.0, 8405.0, 8427.0, 8422.0, 8433.0, 8425.0, 8425.0, 8426.0, 8446.0, 8410.0, 8445.0, 8466.0, 8429.0, 8455.0, 8427.0, 8445.0, 8407.0, 8448.0, 8450.0, 8434.0, 8457.0, 8411.0, 8440.0, 8405.0, 8425.0, 8451.0, 8421.0, 8451.0, 8420.0, 8424.0, 8394.0, 8428.0, 8464.0, 8439.0, 8451.0, 8421.0, 8434.0, 8422.0, 8439.0, 8431.0, 8421.0, 8430.0, 8420.0, 8434.0, 8400.0, 8419.0, 8395.0, 8417.0, 8427.0, 8414.0, 8428.0, 8419.0, 8419.0, 8443.0, 8451.0, 8439.0, 8439.0, 8423.0, 8449.0, 8436.0, 8468.0, 8474.0, 8431.0, 8435.0, 8407.0, 8436.0, 8425.0, 8429.0, 8462.0, 8468.0, 8495.0, 8429.0, 8474.0, 8432.0, 8400.0, 8440.0, 8393.0, 8407.0, 8375.0, 8378.0, 8415.0, 8391.0, 8390.0, 8394.0, 8408.0, 8379.0, 8413.0, 8407.0, 8400.0, 8425.0, 8405.0, 8429.0, 8416.0, 8433.0, 8402.0, 8429.0, 8392.0, 8440.0, 8418.0, 8408.0, 8461.0, 8423.0, 8446.0, 8419.0, 8449.0, 8416.0, 8421.0, 8387.0, 8420.0, 8457.0, 8417.0, 8428.0, 8417.0, 8427.0, 8385.0, 8416.0, 8456.0, 8415.0, 8428.0, 8404.0, 8443.0, 8417.0, 8433.0, 8403.0, 8438.0, 8403.0, 8416.0, 8443.0, 8422.0, 8419.0, 8425.0, 8463.0, 8422.0, 8431.0, 8406.0, 8433.0, 8403.0, 8423.0, 8441.0, 8423.0, 8435.0, 8432.0, 8465.0, 8422.0, 8436.0, 8405.0, 8437.0, 8407.0, 8444.0, 8466.0, 8441.0, 8453.0, 8441.0, 8451.0, 8426.0, 8442.0, 8390.0, 8426.0, 8446.0, 8407.0, 8442.0, 8401.0, 8430.0, 8395.0, 8415.0, 8382.0, 8401.0, 8439.0, 8400.0, 8424.0, 8416.0, 8431.0, 8407.0, 8435.0, 8401.0, 8417.0, 8415.0, 8405.0, 8457.0, 8404.0, 8429.0, 8416.0, 8429.0, 8402.0, 8420.0, 8401.0, 8433.0, 8458.0, 8413.0, 8430.0, 8419.0, 8431.0, 8400.0, 8421.0, 8404.0, 8418.0, 8389.0, 8423.0, 8432.0, 8422.0, 8406.0, 8427.0, 8411.0, 8461.0, 8428.0, 8462.0, 8468.0, 8427.0, 8465.0, 8439.0, 8450.0, 8405.0, 8435.0, 8402.0, 8422.0, 8417.0, 8405.0, 8444.0, 8415.0, 8429.0, 8397.0, 8417.0, 8411.0, 8415.0, 8441.0, 8417.0, 8416.0, 8424.0, 8435.0, 8422.0, 8441.0, 8408.0, 8426.0, 8462.0, 8420.0, 8446.0, 8415.0, 8417.0, 8382.0, 8415.0, 8440.0, 8414.0, 8425.0, 8399.0, 8417.0, 8402.0, 8422.0, 8402.0, 8436.0, 8390.0, 8424.0, 8462.0, 8435.0, 8445.0, 8417.0, 8433.0, 8382.0, 8415.0, 8437.0, 8397.0, 8424.0, 8413.0, 8413.0, 8414.0, 8430.0, 8415.0, 8416.0, 8421.0, 8437.0, 8421.0, 8442.0, 8405.0, 8440.0, 8462.0, 8419.0, 8447.0, 8399.0, 8417.0, 8384.0, 8416.0, 8454.0, 8418.0, 8429.0, 8436.0, 8434.0, 8423.0, 8440.0, 8439.0, 8441.0, 8423.0, 8439.0, 8421.0, 8441.0, 8465.0, 8424.0, 8450.0, 8421.0, 8450.0, 8418.0, 8417.0, 8420.0, 8439.0, 8416.0, 8423.0, 8447.0, 8436.0, 8446.0, 8405.0, 8448.0, 8398.0, 8416.0, 8386.0, 8415.0, 8403.0, 8437.0, 8474.0, 8420.0, 8430.0, 8419.0, 8431.0, 8395.0, 8432.0, 8396.0, 8402.0, 8423.0, 8412.0, 8436.0, 8408.0, 8407.0, 8393.0, 8408.0, 8363.0, 8413.0, 8436.0, 8412.0, 8420.0, 8398.0, 8413.0, 8395.0, 8417.0, 8398.0, 8419.0, 8458.0, 8418.0, 8442.0, 8399.0, 8430.0, 8394.0, 8416.0, 8412.0, 8417.0, 8414.0, 8432.0, 8440.0, 8463.0, 8425.0, 8442.0, 8422.0, 8425.0, 8478.0, 8424.0, 8449.0, 8440.0, 8451.0, 8444.0, 8468.0, 8441.0, 8452.0, 8414.0, 8435.0, 8412.0, 8402.0, 8438.0, 8413.0, 8423.0, 8410.0, 8411.0, 8414.0, 8415.0, 8397.0, 8418.0, 8414.0, 8415.0, 8439.0, 8416.0, 8437.0, 8395.0, 8410.0, 8392.0, 8414.0, 8378.0, 8392.0, 8436.0, 8411.0, 8411.0, 8402.0, 8416.0, 8401.0, 8435.0, 8422.0, 8438.0, 8464.0, 8435.0, 8437.0, 8400.0, 8424.0, 8391.0, 8434.0, 8464.0, 8427.0, 8438.0, 8425.0, 8437.0, 8413.0, 8444.0, 8411.0, 8426.0, 8399.0, 8445.0, 8428.0, 8431.0, 8482.0, 8440.0, 8465.0, 8420.0, 8438.0, 8387.0, 8420.0, 8428.0, 8418.0, 8443.0, 8415.0, 8416.0, 8398.0, 8419.0, 8440.0, 8417.0, 8428.0, 8412.0, 8411.0, 8379.0, 8414.0, 8438.0, 8416.0, 8426.0, 8416.0, 8429.0, 8397.0, 8419.0, 8384.0, 8415.0, 8440.0, 8404.0, 8444.0, 8400.0, 8416.0, 8386.0, 8415.0, 8443.0, 8420.0, 8432.0, 8423.0, 8424.0, 8407.0, 8443.0, 8397.0, 8446.0, 8415.0, 8450.0, 8472.0, 8462.0, 8473.0, 8444.0, 8455.0, 8442.0, 8443.0, 8394.0, 8441.0, 8463.0, 8420.0, 8447.0, 8419.0, 8435.0, 8401.0, 8412.0, 8385.0, 8418.0, 8444.0, 8401.0, 8426.0, 8418.0, 8417.0, 8403.0, 8437.0, 8403.0, 8422.0, 8448.0, 8422.0, 8435.0, 8404.0, 8417.0, 8403.0, 8440.0, 8448.0, 8408.0, 8431.0, 8405.0, 8421.0, 8391.0, 8439.0, 8447.0, 8442.0, 8410.0, 8446.0, 8470.0, 8447.0, 8458.0, 8439.0, 8457.0, 8419.0, 8421.0, 8461.0, 8417.0, 8432.0, 8381.0, 8415.0, 8440.0, 8413.0, 8411.0, 8399.0, 8400.0, 8418.0, 8436.0, 8404.0, 8437.0, 8459.0, 8422.0, 8444.0, 8401.0, 8417.0, 8381.0, 8416.0, 8398.0, 8418.0, 8444.0, 8418.0, 8420.0, 8423.0, 8442.0, 8411.0, 8442.0, 8464.0, 8423.0, 8448.0, 8402.0, 8421.0, 8384.0, 8413.0, 8426.0, 8415.0, 8444.0, 8419.0, 8430.0, 8421.0, 8421.0, 8427.0, 8438.0, 8463.0, 8456.0, 8448.0, 8459.0, 8441.0, 8442.0, 8452.0, 8443.0, 8454.0, 8406.0, 8425.0, 8460.0, 8421.0, 8430.0, 8419.0, 8423.0, 8405.0, 8437.0, 8447.0, 8445.0, 8452.0, 8422.0, 8424.0, 8406.0, 8424.0, 8412.0, 8444.0, 8469.0, 8444.0, 8440.0, 8444.0, 8458.0, 8423.0, 8428.0, 8431.0, 8420.0, 8431.0, 8404.0, 8418.0, 8403.0, 8420.0, 8404.0, 8439.0, 8418.0, 8438.0, 8451.0, 8423.0, 8450.0, 8399.0, 8421.0, 8419.0, 8420.0, 8443.0, 8403.0, 8414.0, 8415.0, 8419.0, 8422.0, 8437.0, 8443.0, 8442.0, 8445.0, 8450.0, 8425.0, 8441.0, 8465.0, 8436.0, 8410.0, 8414.0, 8428.0, 8446.0, 8469.0, 8457.0, 8480.0, 8474.0, 8512.0, 8509.0, 8461.0, 8466.0, 8417.0, 8434.0, 8380.0, 8393.0, 8437.0, 8395.0, 8408.0, 8393.0, 8393.0, 8381.0, 8401.0, 8367.0, 8416.0, 8371.0, 8420.0, 8458.0, 8418.0, 8426.0, 8395.0, 8414.0, 8378.0, 8416.0, 8439.0, 8399.0, 8411.0, 8387.0, 8437.0, 8422.0, 8427.0, 8433.0, 8427.0, 8441.0, 8444.0, 8470.0, 8446.0, 8477.0, 8426.0, 8440.0, 8467.0, 8425.0, 8435.0, 8404.0, 8447.0, 8404.0, 8422.0, 8450.0, 8412.0, 8441.0, 8414.0, 8448.0, 8402.0, 8431.0, 8416.0, 8464.0, 8483.0, 8443.0, 8452.0, 8421.0, 8434.0, 8393.0, 8436.0, 8461.0, 8420.0, 8433.0, 8401.0, 8420.0, 8442.0, 8415.0, 8427.0, 8398.0, 8436.0, 8384.0, 8415.0, 8426.0, 8399.0, 8414.0, 8371.0, 8419.0, 8413.0, 8421.0, 8447.0, 8438.0, 8438.0, 8404.0, 8421.0, 8404.0, 8440.0, 8440.0, 8438.0, 8445.0, 8462.0, 8443.0, 8403.0, 8443.0, 8466.0, 8442.0, 8434.0, 8425.0, 8440.0, 8410.0, 8443.0, 8395.0, 8442.0, 8467.0, 8440.0, 8448.0, 8405.0, 8439.0, 8402.0, 8435.0, 8393.0, 8441.0, 8461.0, 8438.0, 8435.0, 8400.0, 8438.0, 8423.0, 8417.0, 8425.0, 8399.0, 8416.0, 8384.0, 8412.0, 8385.0, 8430.0, 8441.0, 8402.0, 8434.0, 8385.0, 8435.0, 8387.0, 8416.0, 8446.0, 8419.0, 8421.0, 8425.0, 8425.0, 8451.0, 8449.0, 8453.0, 8465.0, 8434.0, 8466.0, 8483.0, 8440.0, 8457.0, 8453.0, 8462.0, 8427.0, 8471.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.0001043740340030912</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019870709505409583</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.32230328223512</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.176809317053364</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9792409894818254</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4516</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6972.4258</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07164016227001035</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.3091190108191654</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.428366822249735</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.306864945000054</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6846911178101576</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2935444039389927</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00837481</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01382342167198658</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025865165516734123</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1294</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.7475798313951003</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>31.0071</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.4939</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>130.5741</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305237.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>576.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>268.1709</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9133</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.3106</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2960.0007</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3148.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71307.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>942.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3927.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>840.0029</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.2603809479624</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> |