=== 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-0026 --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-0026",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-02/func/sub-0026_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>3d63231ad52714d3a4439320c73ae463</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>09:54:22.237500</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_VE11C_LATEST_20160120</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.999467, 0.00376026, 0.0324222, -0.00523321, 0.998952, 0.0454657]</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.134487</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>[4178, -7733, -7184, 557, -9, -35, 16, 31]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>300.137</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7298e11b-36db-4e0a-be02-af55cd92594f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68149733543396, -0.014040317386388779, 0.08698663860559464, 111.34471130371094], [-0.010088506154716015, 2.6801156997680664, 0.12315021455287933, -94.51126098632812], [0.08698641508817673, -0.12198126316070557, 2.695786952972412, -19.513805389404297], [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': ['095422.237500', '095422.697500', '095423.157500', '095423.617500', '095424.077500', '095424.537500', '095424.997500', '095425.457500', '095425.917500', '095426.377500', '095426.837500', '095427.297500', '095427.757500', '095428.217500', '095428.677500', '095429.137500', '095429.597500', '095430.057500', '095430.517500', '095430.977500', '095431.437500', '095431.897500', '095432.357500', '095432.817500', '095433.277500', '095433.737500', '095434.197500', '095434.657500', '095435.117500', '095435.577500', '095436.037500', '095436.497500', '095436.957500', '095437.417500', '095437.877500', '095438.337500', '095438.797500', '095439.257500', '095439.717500', '095440.177500', '095440.637500', '095441.097500', '095441.557500', '095442.017500', '095442.477500', '095442.937500', '095443.397500', '095443.857500', '095444.317500', '095444.777500', '095445.237500', '095445.697500', '095446.157500', '095446.617500', '095447.077500', '095447.537500', '095447.997500', '095448.457500', '095448.917500', '095449.377500', '095449.837500', '095450.297500', '095450.757500', '095451.217500', '095451.677500', '095452.137500', '095452.597500', '095453.057500', '095453.517500', '095453.977500', '095454.437500', '095454.897500', '095455.357500', '095455.817500', '095456.277500', '095456.737500', '095457.197500', '095457.657500', '095458.117500', '095458.577500', '095459.037500', '095459.497500', '095459.957500', '095500.417500', '095500.877500', '095501.337500', '095501.797500', '095502.257500', '095502.717500', '095503.177500', '095503.637500', '095504.097500', '095504.557500', '095505.017500', '095505.477500', '095505.937500', '095506.397500', '095506.857500', '095507.317500', '095507.777500', '095508.237500', '095508.697500', '095509.157500', '095509.617500', '095510.077500', '095510.537500', '095510.997500', '095511.457500', '095511.917500', '095512.377500', '095512.837500', '095513.297500', '095513.757500', '095514.217500', '095514.677500', '095515.137500', '095515.597500', '095516.057500', '095516.517500', '095516.977500', '095517.437500', '095517.897500', '095518.357500', '095518.817500', '095519.277500', '095519.737500', '095520.197500', '095520.657500', '095521.117500', '095521.577500', '095522.037500', '095522.497500', '095522.957500', '095523.417500', '095523.877500', '095524.337500', '095524.797500', '095525.257500', '095525.717500', '095526.177500', '095526.637500', '095527.097500', '095527.557500', '095528.017500', '095528.477500', '095528.937500', '095529.397500', '095529.857500', '095530.317500', '095530.777500', '095531.237500', '095531.697500', '095532.157500', '095532.617500', '095533.077500', '095533.537500', '095533.997500', '095534.457500', '095534.917500', '095535.377500', '095535.837500', '095536.297500', '095536.757500', '095537.217500', '095537.677500', '095538.137500', '095538.597500', '095539.057500', '095539.517500', '095539.977500', '095540.437500', '095540.897500', '095541.357500', '095541.817500', '095542.277500', '095542.737500', '095543.197500', '095543.657500', '095544.117500', '095544.577500', '095545.037500', '095545.497500', '095545.957500', '095546.417500', '095546.877500', '095547.337500', '095547.797500', '095548.257500', '095548.717500', '095549.177500', '095549.637500', '095550.097500', '095550.557500', '095551.017500', '095551.477500', '095551.937500', '095552.397500', '095552.857500', '095553.317500', '095553.777500', '095554.237500', '095554.697500', '095555.157500', '095555.617500', '095556.077500', '095556.537500', '095556.997500', '095557.457500', '095557.917500', '095558.377500', '095558.837500', '095559.297500', '095559.757500', '095600.217500', '095600.677500', '095601.137500', '095601.597500', '095602.057500', '095602.517500', '095602.977500', '095603.437500', '095603.897500', '095604.357500', '095604.817500', '095605.277500', '095605.737500', '095606.197500', '095606.657500', '095607.117500', '095607.577500', '095608.037500', '095608.497500', '095608.957500', '095609.417500', '095609.877500', '095610.337500', '095610.797500', '095611.257500', '095611.717500', '095612.177500', '095612.637500', '095613.097500', '095613.557500', '095614.017500', '095614.477500', '095614.937500', '095615.397500', '095615.857500', '095616.317500', '095616.777500', '095617.237500', '095617.697500', '095618.157500', '095618.617500', '095619.077500', '095619.537500', '095619.997500', '095620.457500', '095620.917500', '095621.377500', '095621.837500', '095622.297500', '095622.757500', '095623.217500', '095623.677500', '095624.137500', '095624.597500', '095625.057500', '095625.517500', '095625.977500', '095626.437500', '095626.897500', '095627.357500', '095627.817500', '095628.277500', '095628.737500', '095629.197500', '095629.657500', '095630.117500', '095630.577500', '095631.037500', '095631.497500', '095631.957500', '095632.417500', '095632.877500', '095633.337500', '095633.797500', '095634.257500', '095634.717500', '095635.177500', '095635.637500', '095636.097500', '095636.557500', '095637.017500', '095637.477500', '095637.937500', '095638.397500', '095638.857500', '095639.317500', '095639.777500', '095640.237500', '095640.697500', '095641.157500', '095641.617500', '095642.077500', '095642.537500', '095642.997500', '095643.457500', '095643.917500', '095644.377500', '095644.837500', '095645.297500', '095645.757500', '095646.217500', '095646.677500', '095647.137500', '095647.597500', '095648.057500', '095648.517500', '095648.977500', '095649.437500', '095649.897500', '095650.357500', '095650.817500', '095651.277500', '095651.737500', '095652.197500', '095652.657500', '095653.117500', '095653.577500', '095654.037500', '095654.497500', '095654.957500', '095655.417500', '095655.877500', '095656.337500', '095656.797500', '095657.257500', '095657.717500', '095658.177500', '095658.637500', '095659.097500', '095659.557500', '095700.017500', '095700.477500', '095700.937500', '095701.397500', '095701.857500', '095702.317500', '095702.777500', '095703.237500', '095703.697500', '095704.157500', '095704.617500', '095705.077500', '095705.537500', '095705.997500', '095706.457500', '095706.917500', '095707.377500', '095707.837500', '095708.297500', '095708.757500', '095709.217500', '095709.677500', '095710.137500', '095710.597500', '095711.057500', '095711.517500', '095711.977500', '095712.437500', '095712.897500', '095713.357500', '095713.817500', '095714.277500', '095714.737500', '095715.197500', '095715.657500', '095716.117500', '095716.577500', '095717.037500', '095717.497500', '095717.957500', '095718.417500', '095718.877500', '095719.337500', '095719.797500', '095720.257500', '095720.717500', '095721.177500', '095721.637500', '095722.097500', '095722.557500', '095723.017500', '095723.477500', '095723.937500', '095724.397500', '095724.857500', '095725.317500', '095725.777500', '095726.237500', '095726.697500', '095727.157500', '095727.617500', '095728.077500', '095728.537500', '095728.997500', '095729.457500', '095729.917500', '095730.377500', '095730.837500', '095731.297500', '095731.757500', '095732.217500', '095732.677500', '095733.137500', '095733.597500', '095734.057500', '095734.517500', '095734.977500', '095735.437500', '095735.897500', '095736.357500', '095736.817500', '095737.277500', '095737.737500', '095738.197500', '095738.657500', '095739.117500', '095739.577500', '095740.037500', '095740.497500', '095740.957500', '095741.417500', '095741.877500', '095742.337500', '095742.797500', '095743.257500', '095743.717500', '095744.177500', '095744.637500', '095745.097500', '095745.557500', '095746.017500', '095746.477500', '095746.937500', '095747.397500', '095747.857500', '095748.317500', '095748.777500', '095749.237500', '095749.697500', '095750.157500', '095750.617500', '095751.077500', '095751.537500', '095751.997500', '095752.457500', '095752.917500', '095753.377500', '095753.837500', '095754.297500', '095754.757500', '095755.217500', '095755.677500', '095756.137500', '095756.597500', '095757.057500', '095757.517500', '095757.977500', '095758.437500', '095758.897500', '095759.357500', '095759.817500', '095800.277500', '095800.737500', '095801.197500', '095801.657500', '095802.117500', '095802.577500', '095803.037500', '095803.497500', '095803.957500', '095804.417500', '095804.877500', '095805.337500', '095805.797500', '095806.257500', '095806.717500', '095807.177500', '095807.637500', '095808.097500', '095808.557500', '095809.017500', '095809.477500', '095809.937500', '095810.397500', '095810.857500', '095811.317500', '095811.777500', '095812.237500', '095812.697500', '095813.157500', '095813.617500', '095814.077500', '095814.537500', '095814.997500', '095815.457500', '095815.917500', '095816.377500', '095816.837500', '095817.297500', '095817.757500', '095818.217500', '095818.677500', '095819.137500', '095819.597500', '095820.057500', '095820.517500', '095820.977500', '095821.437500', '095821.897500', '095822.357500', '095822.817500', '095823.277500', '095823.737500', '095824.197500', '095824.657500', '095825.117500', '095825.577500', '095826.037500', '095826.497500', '095826.957500', '095827.417500', '095827.877500', '095828.337500', '095828.797500', '095829.257500', '095829.717500', '095830.177500', '095830.637500', '095831.097500', '095831.557500', '095832.017500', '095832.477500', '095832.937500', '095833.397500', '095833.857500', '095834.317500', '095834.777500', '095835.237500', '095835.697500', '095836.157500', '095836.617500', '095837.077500', '095837.537500', '095837.997500', '095838.457500', '095838.917500', '095839.377500', '095839.837500', '095840.297500', '095840.757500', '095841.217500', '095841.677500', '095842.137500', '095842.597500', '095843.057500', '095843.517500', '095843.977500', '095844.437500', '095844.897500', '095845.357500', '095845.817500', '095846.277500', '095846.737500', '095847.197500', '095847.657500', '095848.117500', '095848.577500', '095849.037500', '095849.497500', '095849.957500', '095850.417500', '095850.877500', '095851.337500', '095851.797500', '095852.257500', '095852.717500', '095853.177500', '095853.637500', '095854.097500', '095854.557500', '095855.017500', '095855.477500', '095855.937500', '095856.397500', '095856.857500', '095857.317500', '095857.777500', '095858.237500', '095858.697500', '095859.157500', '095859.617500', '095900.077500', '095900.537500', '095900.997500', '095901.457500', '095901.917500', '095902.377500', '095902.837500', '095903.297500', '095903.757500', '095904.217500', '095904.677500', '095905.137500', '095905.597500', '095906.057500', '095906.517500', '095906.977500', '095907.437500', '095907.897500', '095908.357500', '095908.817500', '095909.277500', '095909.737500', '095910.197500', '095910.657500', '095911.117500', '095911.577500', '095912.037500', '095912.497500', '095912.957500', '095913.417500', '095913.877500', '095914.337500', '095914.797500', '095915.257500', '095915.717500', '095916.177500', '095916.637500', '095917.097500', '095917.557500', '095918.017500', '095918.477500', '095918.937500', '095919.397500', '095919.857500', '095920.317500', '095920.777500', '095921.237500', '095921.697500', '095922.157500', '095922.617500', '095923.077500', '095923.537500', '095923.997500', '095924.457500', '095924.917500', '095925.377500', '095925.837500', '095926.297500', '095926.757500', '095927.217500', '095927.677500', '095928.137500', '095928.597500', '095929.057500', '095929.517500', '095929.977500', '095930.437500', '095930.897500', '095931.357500', '095931.817500', '095932.277500', '095932.737500', '095933.197500', '095933.657500', '095934.117500', '095934.577500', '095935.037500', '095935.497500', '095935.957500', '095936.417500', '095936.877500', '095937.337500', '095937.797500', '095938.257500', '095938.717500', '095939.177500', '095939.637500', '095940.097500', '095940.557500', '095941.017500', '095941.477500', '095941.937500', '095942.397500', '095942.857500', '095943.317500', '095943.777500', '095944.237500', '095944.697500', '095945.157500', '095945.617500', '095946.077500', '095946.537500', '095946.997500', '095947.457500', '095947.917500', '095948.377500', '095948.837500', '095949.297500', '095949.757500', '095950.217500', '095950.677500', '095951.137500', '095951.597500', '095952.057500', '095952.517500', '095952.977500', '095953.437500', '095953.897500', '095954.357500', '095954.817500', '095955.277500', '095955.737500', '095956.197500', '095956.657500', '095957.117500', '095957.577500', '095958.037500', '095958.497500', '095958.957500', '095959.417500', '095959.877500', '100000.337500', '100000.797500', '100001.257500', '100001.717500', '100002.177500', '100002.637500', '100003.097500', '100003.557500', '100004.017500', '100004.477500', '100004.937500', '100005.397500', '100005.857500', '100006.317500', '100006.777500', '100007.237500', '100007.697500', '100008.157500', '100008.617500', '100009.077500', '100009.537500', '100009.997500', '100010.457500', '100010.917500', '100011.377500', '100011.837500', '100012.297500', '100012.757500', '100013.217500', '100013.677500', '100014.137500', '100014.597500', '100015.057500', '100015.517500', '100015.977500', '100016.437500', '100016.897500', '100017.357500', '100017.817500', '100018.277500', '100018.737500', '100019.197500', '100019.657500', '100020.117500', '100020.577500', '100021.037500', '100021.497500', '100021.957500', '100022.417500', '100022.877500', '100023.337500', '100023.797500', '100024.257500', '100024.717500', '100025.177500', '100025.637500', '100026.097500', '100026.557500', '100027.017500', '100027.477500', '100027.937500', '100028.397500', '100028.857500', '100029.317500', '100029.777500', '100030.237500', '100030.697500', '100031.157500', '100031.617500', '100032.077500', '100032.537500', '100032.997500', '100033.457500', '100033.917500', '100034.377500', '100034.837500', '100035.297500', '100035.757500', '100036.217500', '100036.677500', '100037.137500', '100037.597500', '100038.057500', '100038.517500', '100038.977500', '100039.437500', '100039.897500', '100040.357500', '100040.817500', '100041.277500', '100041.737500', '100042.197500', '100042.657500', '100043.117500', '100043.577500', '100044.037500', '100044.497500', '100044.957500', '100045.417500', '100045.877500', '100046.337500', '100046.797500', '100047.257500', '100047.717500', '100048.177500', '100048.637500', '100049.097500', '100049.557500', '100050.017500', '100050.477500', '100050.937500', '100051.397500', '100051.857500', '100052.317500', '100052.777500', '100053.237500', '100053.697500', '100054.157500', '100054.617500', '100055.077500', '100055.537500', '100055.997500', '100056.457500', '100056.917500', '100057.377500', '100057.837500', '100058.297500', '100058.757500', '100059.217500', '100059.677500', '100100.137500', '100100.597500', '100101.057500', '100101.517500', '100101.977500', '100102.437500', '100102.897500', '100103.357500', '100103.817500', '100104.277500', '100104.737500', '100105.197500', '100105.657500', '100106.117500', '100106.577500', '100107.037500', '100107.497500', '100107.957500', '100108.417500', '100108.877500', '100109.337500', '100109.797500', '100110.257500', '100110.717500', '100111.177500', '100111.637500', '100112.097500', '100112.557500', '100113.017500', '100113.477500', '100113.937500', '100114.397500', '100114.857500', '100115.317500', '100115.777500', '100116.237500', '100116.697500', '100117.157500', '100117.617500', '100118.077500', '100118.537500', '100118.997500', '100119.457500', '100119.917500', '100120.377500', '100120.837500', '100121.297500', '100121.757500', '100122.217500', '100122.677500', '100123.137500', '100123.597500', '100124.057500', '100124.517500', '100124.977500', '100125.437500', '100125.897500', '100126.357500', '100126.817500', '100127.277500', '100127.737500', '100128.197500', '100128.657500', '100129.117500', '100129.577500', '100130.037500', '100130.497500', '100130.957500', '100131.417500', '100131.877500', '100132.337500', '100132.797500', '100133.257500', '100133.717500', '100134.177500', '100134.637500', '100135.097500', '100135.557500', '100136.017500', '100136.477500', '100136.937500', '100137.397500', '100137.857500', '100138.317500', '100138.777500', '100139.237500', '100139.697500', '100140.157500', '100140.617500', '100141.077500', '100141.537500', '100141.997500', '100142.457500', '100142.917500', '100143.377500', '100143.837500', '100144.297500', '100144.757500', '100145.217500', '100145.677500', '100146.137500', '100146.597500', '100147.057500', '100147.517500', '100147.977500', '100148.437500', '100148.897500', '100149.357500', '100149.817500', '100150.277500', '100150.737500', '100151.197500', '100151.657500', '100152.117500', '100152.577500', '100153.037500', '100153.497500', '100153.957500', '100154.417500', '100154.877500', '100155.337500', '100155.797500', '100156.257500', '100156.717500', '100157.177500', '100157.637500', '100158.097500', '100158.557500', '100159.017500', '100159.477500', '100159.937500', '100200.397500', '100200.857500', '100201.317500', '100201.777500', '100202.237500', '100202.697500', '100203.157500', '100203.617500', '100204.077500', '100204.537500', '100204.997500', '100205.457500', '100205.917500', '100206.377500', '100206.837500', '100207.297500', '100207.757500', '100208.217500', '100208.677500', '100209.137500', '100209.597500', '100210.057500', '100210.517500', '100210.977500', '100211.437500', '100211.897500', '100212.357500', '100212.817500', '100213.277500', '100213.737500', '100214.197500', '100214.657500', '100215.117500', '100215.577500', '100216.037500', '100216.497500', '100216.957500', '100217.417500', '100217.877500', '100218.337500', '100218.797500', '100219.257500', '100219.717500', '100220.177500', '100220.637500', '100221.097500', '100221.557500', '100222.017500', '100222.477500', '100222.937500', '100223.397500', '100223.857500', '100224.317500', '100224.777500', '100225.237500', '100225.697500', '100226.157500', '100226.617500', '100227.077500', '100227.537500', '100227.997500', '100228.457500', '100228.917500', '100229.377500', '100229.837500', '100230.297500', '100230.757500', '100231.217500', '100231.677500', '100232.137500', '100232.597500', '100233.057500', '100233.517500', '100233.977500', '100234.437500', '100234.897500', '100235.357500', '100235.817500', '100236.277500', '100236.737500', '100237.197500', '100237.657500', '100238.117500', '100238.577500', '100239.037500', '100239.497500', '100239.957500', '100240.417500', '100240.877500', '100241.337500', '100241.797500', '100242.257500', '100242.717500', '100243.177500', '100243.637500', '100244.097500', '100244.557500', '100245.017500', '100245.477500', '100245.937500', '100246.397500', '100246.857500', '100247.317500', '100247.777500', '100248.237500', '100248.697500', '100249.157500', '100249.617500', '100250.077500', '100250.537500', '100250.997500', '100251.457500', '100251.917500', '100252.377500', '100252.837500', '100253.297500', '100253.757500', '100254.217500', '100254.677500', '100255.137500', '100255.597500', '100256.057500', '100256.517500', '100256.977500', '100257.437500', '100257.897500', '100258.357500', '100258.817500', '100259.277500', '100259.737500', '100300.197500', '100300.657500', '100301.117500', '100301.577500', '100302.037500', '100302.497500', '100302.957500', '100303.417500', '100303.877500', '100304.337500', '100304.797500', '100305.257500', '100305.717500', '100306.177500', '100306.637500', '100307.097500', '100307.557500', '100308.017500', '100308.477500', '100308.937500', '100309.397500', '100309.857500', '100310.317500', '100310.777500', '100311.237500', '100311.697500', '100312.157500', '100312.617500', '100313.077500', '100313.537500', '100313.997500', '100314.457500', '100314.917500', '100315.377500', '100315.837500', '100316.297500', '100316.757500', '100317.217500', '100317.677500', '100318.137500', '100318.597500', '100319.057500', '100319.517500', '100319.977500', '100320.437500', '100320.897500', '100321.357500', '100321.817500', '100322.277500', '100322.737500', '100323.197500', '100323.657500', '100324.117500', '100324.577500', '100325.037500', '100325.497500', '100325.957500', '100326.417500', '100326.877500', '100327.337500', '100327.797500', '100328.257500', '100328.717500', '100329.177500', '100329.637500', '100330.097500', '100330.557500', '100331.017500', '100331.477500', '100331.937500', '100332.397500', '100332.857500', '100333.317500', '100333.777500', '100334.237500', '100334.697500', '100335.157500', '100335.617500', '100336.077500', '100336.537500', '100336.997500', '100337.457500', '100337.917500', '100338.377500', '100338.837500', '100339.297500', '100339.757500', '100340.217500', '100340.677500', '100341.137500', '100341.597500', '100342.057500', '100342.517500', '100342.977500', '100343.437500', '100343.897500', '100344.357500', '100344.817500', '100345.277500', '100345.737500', '100346.197500', '100346.657500', '100347.117500', '100347.577500', '100348.037500', '100348.497500', '100348.957500', '100349.417500', '100349.877500', '100350.337500', '100350.797500', '100351.257500', '100351.717500', '100352.177500', '100352.637500', '100353.097500', '100353.557500', '100354.017500', '100354.477500', '100354.937500', '100355.397500', '100355.857500', '100356.317500', '100356.777500', '100357.237500', '100357.697500', '100358.157500', '100358.617500', '100359.077500', '100359.537500', '100359.997500', '100400.457500', '100400.917500', '100401.377500', '100401.837500', '100402.297500', '100402.757500', '100403.217500', '100403.677500', '100404.137500', '100404.597500', '100405.057500', '100405.517500', '100405.977500', '100406.437500', '100406.897500', '100407.357500', '100407.817500', '100408.277500', '100408.737500', '100409.197500', '100409.657500', '100410.117500', '100410.577500', '100411.037500', '100411.497500', '100411.957500', '100412.417500', '100412.877500', '100413.337500', '100413.797500', '100414.257500', '100414.717500', '100415.177500', '100415.637500', '100416.097500', '100416.557500', '100417.017500', '100417.477500', '100417.937500', '100418.397500', '100418.857500'], 'ContentTime': ['095438.538000', '095438.542000', '095438.545000', '095438.547000', '095438.550000', '095438.553000', '095438.556000', '095438.559000', '095438.562000', '095438.565000', '095438.567000', '095438.570000', '095438.573000', '095438.576000', '095438.585000', '095438.588000', '095438.591000', '095438.594000', '095438.596000', '095438.599000', '095438.602000', '095438.605000', '095438.608000', '095438.611000', '095438.613000', '095438.616000', '095438.619000', '095438.622000', '095438.625000', '095438.628000', '095438.631000', '095438.633000', '095438.636000', '095438.639000', '095458.504000', '095458.507000', '095458.510000', '095458.513000', '095458.515000', '095458.518000', '095458.528000', '095458.531000', '095458.534000', '095458.537000', '095458.540000', '095458.543000', '095458.545000', '095458.548000', '095458.551000', '095458.554000', '095458.557000', '095458.560000', '095458.562000', '095458.565000', '095458.568000', '095458.571000', '095458.574000', '095458.577000', '095458.580000', '095458.583000', '095458.585000', '095458.588000', '095458.591000', '095458.601000', '095458.604000', '095458.607000', '095458.610000', '095458.612000', '095458.615000', '095458.618000', '095458.621000', '095458.624000', '095458.627000', '095458.630000', '095458.632000', '095458.635000', '095458.638000', '095518.504000', '095518.507000', '095518.509000', '095518.512000', '095518.515000', '095518.518000', '095518.534000', '095518.537000', '095518.540000', '095518.542000', '095518.545000', '095518.548000', '095518.551000', '095518.554000', '095518.557000', '095518.559000', '095518.562000', '095518.565000', '095518.568000', '095518.571000', '095518.574000', '095518.577000', '095518.579000', '095518.582000', '095518.585000', '095518.588000', '095518.597000', '095518.600000', '095518.603000', '095518.606000', '095518.609000', '095518.611000', '095518.614000', '095518.617000', '095518.620000', '095518.623000', '095518.626000', '095518.628000', '095518.631000', '095518.634000', '095518.637000', '095518.640000', '095518.643000', '095518.646000', '095538.504000', '095538.507000', '095538.510000', '095538.512000', '095538.515000', '095538.518000', '095538.521000', '095538.524000', '095538.527000', '095538.530000', '095538.532000', '095538.535000', '095538.538000', '095538.541000', '095538.544000', '095538.547000', '095538.550000', '095538.552000', '095538.555000', '095538.558000', '095538.561000', '095538.564000', '095538.567000', '095538.570000', '095538.573000', '095538.575000', '095538.578000', '095538.581000', '095538.584000', '095538.587000', '095538.590000', '095538.592000', '095538.595000', '095538.598000', '095538.601000', '095538.604000', '095538.608000', '095538.611000', '095538.614000', '095538.616000', '095538.619000', '095538.622000', '095538.625000', '095558.504000', '095558.507000', '095558.510000', '095558.512000', '095558.515000', '095558.518000', '095558.521000', '095558.524000', '095558.527000', '095558.530000', '095558.532000', '095558.535000', '095558.538000', '095558.541000', '095558.544000', '095558.547000', '095558.550000', '095558.553000', '095558.555000', '095558.558000', '095558.561000', '095558.564000', '095558.567000', '095558.570000', '095558.573000', '095558.576000', '095558.578000', '095558.581000', '095558.584000', '095558.587000', '095558.590000', '095558.593000', '095558.596000', '095558.599000', '095558.601000', '095558.604000', '095558.607000', '095558.610000', '095558.613000', '095558.616000', '095558.618000', '095558.621000', '095558.624000', '095558.627000', '095618.504000', '095618.507000', '095618.510000', '095618.513000', '095618.515000', '095618.518000', '095618.521000', '095618.524000', '095618.527000', '095618.530000', '095618.533000', '095618.535000', '095618.538000', '095618.541000', '095618.544000', '095618.547000', '095618.550000', '095618.553000', '095618.556000', '095618.558000', '095618.561000', '095618.564000', '095618.567000', '095618.570000', '095618.573000', '095618.576000', '095618.578000', '095618.581000', '095618.584000', '095618.587000', '095618.590000', '095618.593000', '095618.596000', '095618.599000', '095618.601000', '095618.604000', '095618.607000', '095618.610000', '095618.613000', '095618.616000', '095618.618000', '095618.621000', '095618.624000', '095638.504000', '095638.515000', '095638.518000', '095638.521000', '095638.524000', '095638.527000', '095638.530000', '095638.533000', '095638.535000', '095638.538000', '095638.541000', '095638.544000', '095638.547000', '095638.550000', '095638.552000', '095638.555000', '095638.558000', '095638.561000', '095638.564000', '095638.567000', '095638.570000', '095638.572000', '095638.575000', '095638.578000', '095638.581000', '095638.584000', '095638.587000', '095638.589000', '095638.592000', '095638.595000', '095638.598000', '095638.601000', '095638.604000', '095638.607000', '095638.610000', '095638.612000', '095638.615000', '095638.618000', '095638.621000', '095638.624000', '095638.627000', '095638.629000', '095638.632000', '095658.504000', '095658.507000', '095658.510000', '095658.526000', '095658.529000', '095658.532000', '095658.535000', '095658.538000', '095658.541000', '095658.544000', '095658.546000', '095658.549000', '095658.552000', '095658.555000', '095658.558000', '095658.561000', '095658.564000', '095658.567000', '095658.570000', '095658.572000', '095658.575000', '095658.578000', '095658.581000', '095658.584000', '095658.587000', '095658.589000', '095658.592000', '095658.595000', '095658.598000', '095658.601000', '095658.604000', '095658.607000', '095658.610000', '095658.613000', '095658.615000', '095658.618000', '095658.621000', '095658.624000', '095658.627000', '095658.630000', '095658.632000', '095658.635000', '095658.638000', '095658.641000', '095718.504000', '095718.511000', '095718.514000', '095718.517000', '095718.520000', '095718.523000', '095718.526000', '095718.529000', '095718.531000', '095718.534000', '095718.537000', '095718.540000', '095718.543000', '095718.546000', '095718.549000', '095718.552000', '095718.554000', '095718.557000', '095718.560000', '095718.563000', '095718.566000', '095718.569000', '095718.572000', '095718.575000', '095718.577000', '095718.580000', '095718.583000', '095718.586000', '095718.589000', '095718.592000', '095718.595000', '095718.597000', '095718.600000', '095718.603000', '095718.606000', '095718.609000', '095718.612000', '095718.615000', '095718.618000', '095718.621000', '095718.623000', '095718.626000', '095718.629000', '095738.504000', '095738.507000', '095738.510000', '095738.513000', '095738.515000', '095738.518000', '095738.521000', '095738.524000', '095738.527000', '095738.530000', '095738.533000', '095738.536000', '095738.539000', '095738.541000', '095738.544000', '095738.547000', '095738.550000', '095738.553000', '095738.556000', '095738.559000', '095738.562000', '095738.564000', '095738.567000', '095738.570000', '095738.573000', '095738.576000', '095738.579000', '095738.582000', '095738.585000', '095738.588000', '095738.590000', '095738.593000', '095738.596000', '095738.599000', '095738.602000', '095738.605000', '095738.608000', '095738.611000', '095738.613000', '095738.616000', '095738.619000', '095738.622000', '095738.625000', '095738.628000', '095758.504000', '095758.507000', '095758.510000', '095758.513000', '095758.516000', '095758.519000', '095758.525000', '095758.528000', '095758.531000', '095758.533000', '095758.536000', '095758.539000', '095758.542000', '095758.545000', '095758.548000', '095758.551000', '095758.553000', '095758.556000', '095758.559000', '095758.562000', '095758.565000', '095758.568000', '095758.570000', '095758.573000', '095758.576000', '095758.579000', '095758.582000', '095758.585000', '095758.605000', '095758.608000', '095758.610000', '095758.613000', '095758.616000', '095758.619000', '095758.622000', '095758.625000', '095758.628000', '095758.630000', '095758.633000', '095758.636000', '095758.639000', '095758.642000', '095758.645000', '095818.504000', '095818.507000', '095818.510000', '095818.513000', '095818.516000', '095818.518000', '095818.521000', '095818.524000', '095818.527000', '095818.530000', '095818.533000', '095818.535000', '095818.538000', '095818.541000', '095818.544000', '095818.547000', '095818.550000', '095818.553000', '095818.556000', '095818.559000', '095818.561000', '095818.564000', '095818.567000', '095818.570000', '095818.573000', '095818.576000', '095818.578000', '095818.581000', '095818.584000', '095818.587000', '095818.590000', '095818.593000', '095818.596000', '095818.599000', '095818.602000', '095818.605000', '095818.607000', '095818.610000', '095818.613000', '095818.616000', '095818.619000', '095818.622000', '095818.636000', '095818.638000', '095838.504000', '095838.507000', '095838.510000', '095838.513000', '095838.515000', '095838.518000', '095838.521000', '095838.524000', '095838.527000', '095838.530000', '095838.533000', '095838.535000', '095838.538000', '095838.541000', '095838.544000', '095838.547000', '095838.550000', '095838.553000', '095838.556000', '095838.559000', '095838.562000', '095838.565000', '095838.568000', '095838.597000', '095838.599000', '095838.602000', '095838.605000', '095838.608000', '095838.611000', '095838.614000', '095838.617000', '095838.619000', '095838.622000', '095838.625000', '095838.628000', '095838.631000', '095838.634000', '095838.637000', '095838.639000', '095838.642000', '095838.645000', '095838.648000', '095838.651000', '095858.503000', '095858.506000', '095858.509000', '095858.512000', '095858.515000', '095858.518000', '095858.521000', '095858.524000', '095858.526000', '095858.529000', '095858.532000', '095858.535000', '095858.538000', '095858.541000', '095858.544000', '095858.547000', '095858.549000', '095858.552000', '095858.555000', '095858.558000', '095858.561000', '095858.564000', '095858.567000', '095858.569000', '095858.572000', '095858.575000', '095858.578000', '095858.581000', '095858.584000', '095858.587000', '095858.590000', '095858.592000', '095858.595000', '095858.598000', '095858.601000', '095858.604000', '095858.607000', '095858.609000', '095858.612000', '095858.615000', '095858.618000', '095858.621000', '095858.624000', '095858.627000', '095918.504000', '095918.507000', '095918.510000', '095918.513000', '095918.516000', '095918.518000', '095918.521000', '095918.524000', '095918.527000', '095918.530000', '095918.533000', '095918.536000', '095918.539000', '095918.542000', '095918.545000', '095918.547000', '095918.550000', '095918.553000', '095918.556000', '095918.560000', '095918.564000', '095918.567000', '095918.570000', '095918.573000', '095918.576000', '095918.578000', '095918.581000', '095918.584000', '095918.587000', '095918.590000', '095918.593000', '095918.596000', '095918.599000', '095918.601000', '095918.604000', '095918.607000', '095918.610000', '095918.613000', '095918.616000', '095918.618000', '095918.621000', '095918.624000', '095918.627000', '095938.504000', '095938.507000', '095938.510000', '095938.513000', '095938.515000', '095938.518000', '095938.521000', '095938.524000', '095938.527000', '095938.530000', '095938.533000', '095938.536000', '095938.538000', '095938.541000', '095938.544000', '095938.547000', '095938.550000', '095938.553000', '095938.556000', '095938.558000', '095938.561000', '095938.564000', '095938.567000', '095938.570000', '095938.573000', '095938.576000', '095938.579000', '095938.581000', '095938.584000', '095938.587000', '095938.590000', '095938.593000', '095938.596000', '095938.599000', '095938.601000', '095938.604000', '095938.607000', '095938.610000', '095938.613000', '095938.616000', '095938.619000', '095938.622000', '095938.624000', '095938.627000', '095958.504000', '095958.507000', '095958.510000', '095958.513000', '095958.515000', '095958.518000', '095958.521000', '095958.524000', '095958.540000', '095958.543000', '095958.546000', '095958.549000', '095958.552000', '095958.554000', '095958.566000', '095958.569000', '095958.572000', '095958.575000', '095958.578000', '095958.581000', '095958.584000', '095958.586000', '095958.589000', '095958.592000', '095958.595000', '095958.598000', '095958.601000', '095958.604000', '095958.606000', '095958.609000', '095958.612000', '095958.615000', '095958.618000', '095958.621000', '095958.624000', '095958.627000', '095958.629000', '095958.632000', '095958.635000', '095958.638000', '095958.641000', '095958.644000', '095958.647000', '100018.504000', '100018.507000', '100018.510000', '100018.513000', '100018.516000', '100018.519000', '100018.521000', '100018.525000', '100018.528000', '100018.531000', '100018.533000', '100018.536000', '100018.539000', '100018.542000', '100018.545000', '100018.548000', '100018.551000', '100018.554000', '100018.557000', '100018.560000', '100018.562000', '100018.565000', '100018.568000', '100018.571000', '100018.574000', '100018.577000', '100018.580000', '100018.583000', '100018.586000', '100018.589000', '100018.591000', '100018.594000', '100018.597000', '100018.600000', '100018.603000', '100018.606000', '100018.609000', '100018.612000', '100018.615000', '100018.617000', '100018.620000', '100018.623000', '100018.626000', '100018.629000', '100038.504000', '100038.507000', '100038.510000', '100038.513000', '100038.516000', '100038.519000', '100038.522000', '100038.526000', '100038.528000', '100038.531000', '100038.534000', '100038.537000', '100038.540000', '100038.543000', '100038.546000', '100038.549000', '100038.551000', '100038.554000', '100038.557000', '100038.560000', '100038.563000', '100038.566000', '100038.569000', '100038.571000', '100038.575000', '100038.578000', '100038.581000', '100038.584000', '100038.587000', '100038.590000', '100038.593000', '100038.596000', '100038.598000', '100038.601000', '100038.604000', '100038.607000', '100038.610000', '100038.613000', '100038.616000', '100038.618000', '100038.621000', '100038.624000', '100038.627000', '100058.504000', '100058.507000', '100058.510000', '100058.513000', '100058.516000', '100058.519000', '100058.522000', '100058.525000', '100058.528000', '100058.530000', '100058.533000', '100058.536000', '100058.539000', '100058.542000', '100058.545000', '100058.547000', '100058.550000', '100058.553000', '100058.556000', '100058.559000', '100058.562000', '100058.565000', '100058.568000', '100058.571000', '100058.574000', '100058.577000', '100058.580000', '100058.582000', '100058.585000', '100058.588000', '100058.591000', '100058.594000', '100058.597000', '100058.600000', '100058.602000', '100058.605000', '100058.608000', '100058.611000', '100058.614000', '100058.617000', '100058.620000', '100058.623000', '100058.625000', '100058.628000', '100118.503000', '100118.506000', '100118.509000', '100118.512000', '100118.515000', '100118.518000', '100118.520000', '100118.523000', '100118.526000', '100118.529000', '100118.532000', '100118.534000', '100118.537000', '100118.540000', '100118.543000', '100118.546000', '100118.549000', '100118.552000', '100118.555000', '100118.571000', '100118.574000', '100118.576000', '100118.579000', '100118.582000', '100118.585000', '100118.588000', '100118.591000', '100118.594000', '100118.596000', '100118.599000', '100118.602000', '100118.605000', '100118.608000', '100118.612000', '100118.615000', '100118.619000', '100118.621000', '100118.624000', '100118.627000', '100118.630000', '100118.633000', '100118.636000', '100118.639000', '100138.504000', '100138.507000', '100138.510000', '100138.513000', '100138.515000', '100138.518000', '100138.521000', '100138.524000', '100138.527000', '100138.530000', '100138.533000', '100138.535000', '100138.538000', '100138.541000', '100138.544000', '100138.547000', '100138.550000', '100138.553000', '100138.555000', '100138.558000', '100138.561000', '100138.564000', '100138.567000', '100138.570000', '100138.572000', '100138.575000', '100138.578000', '100138.581000', '100138.584000', '100138.587000', '100138.590000', '100138.593000', '100138.596000', '100138.599000', '100138.602000', '100138.605000', '100138.607000', '100138.610000', '100138.613000', '100138.616000', '100138.619000', '100138.622000', '100138.625000', '100138.628000', '100158.504000', '100158.507000', '100158.510000', '100158.513000', '100158.516000', '100158.519000', '100158.521000', '100158.524000', '100158.527000', '100158.530000', '100158.533000', '100158.536000', '100158.539000', '100158.541000', '100158.544000', '100158.547000', '100158.550000', '100158.553000', '100158.556000', '100158.559000', '100158.563000', '100158.565000', '100158.568000', '100158.571000', '100158.574000', '100158.577000', '100158.580000', '100158.583000', '100158.585000', '100158.588000', '100158.591000', '100158.594000', '100158.597000', '100158.600000', '100158.603000', '100158.605000', '100158.608000', '100158.611000', '100158.614000', '100158.617000', '100158.620000', '100158.623000', '100158.628000', '100218.504000', '100218.507000', '100218.510000', '100218.513000', '100218.516000', '100218.519000', '100218.521000', '100218.525000', '100218.528000', '100218.531000', '100218.534000', '100218.537000', '100218.540000', '100218.543000', '100218.546000', '100218.549000', '100218.551000', '100218.554000', '100218.557000', '100218.560000', '100218.563000', '100218.566000', '100218.569000', '100218.572000', '100218.574000', '100218.577000', '100218.580000', '100218.583000', '100218.586000', '100218.589000', '100218.592000', '100218.595000', '100218.597000', '100218.600000', '100218.603000', '100218.606000', '100218.609000', '100218.612000', '100218.615000', '100218.618000', '100218.620000', '100218.623000', '100218.626000', '100218.629000', '100238.504000', '100238.507000', '100238.510000', '100238.513000', '100238.516000', '100238.519000', '100238.521000', '100238.524000', '100238.527000', '100238.530000', '100238.533000', '100238.536000', '100238.539000', '100238.542000', '100238.544000', '100238.547000', '100238.558000', '100238.560000', '100238.563000', '100238.566000', '100238.569000', '100238.572000', '100238.575000', '100238.578000', '100238.580000', '100238.583000', '100238.586000', '100238.589000', '100238.592000', '100238.595000', '100238.598000', '100238.600000', '100238.603000', '100238.606000', '100238.609000', '100238.612000', '100238.615000', '100238.618000', '100238.621000', '100238.624000', '100238.626000', '100238.629000', '100238.632000', '100258.504000', '100258.507000', '100258.510000', '100258.513000', '100258.516000', '100258.519000', '100258.522000', '100258.524000', '100258.527000', '100258.530000', '100258.533000', '100258.536000', '100258.539000', '100258.542000', '100258.544000', '100258.547000', '100258.550000', '100258.553000', '100258.556000', '100258.559000', '100258.562000', '100258.565000', '100258.568000', '100258.571000', '100258.573000', '100258.576000', '100258.579000', '100258.582000', '100258.585000', '100258.588000', '100258.591000', '100258.594000', '100258.597000', '100258.600000', '100258.602000', '100258.605000', '100258.608000', '100258.611000', '100258.614000', '100258.617000', '100258.620000', '100258.623000', '100258.625000', '100258.628000', '100318.504000', '100318.507000', '100318.510000', '100318.513000', '100318.516000', '100318.519000', '100318.522000', '100318.524000', '100318.527000', '100318.530000', '100318.533000', '100318.536000', '100318.539000', '100318.542000', '100318.545000', '100318.547000', '100318.550000', '100318.553000', '100318.556000', '100318.559000', '100318.562000', '100318.565000', '100318.568000', '100318.570000', '100318.573000', '100318.576000', '100318.579000', '100318.582000', '100318.585000', '100318.588000', '100318.591000', '100318.594000', '100318.598000', '100318.601000', '100318.604000', '100318.607000', '100318.610000', '100318.613000', '100318.616000', '100318.619000', '100318.622000', '100318.624000', '100318.627000', '100338.503000', '100338.506000', '100338.509000', '100338.512000', '100338.515000', '100338.517000', '100338.520000', '100338.523000', '100338.526000', '100338.529000', '100338.532000', '100338.535000', '100338.538000', '100338.540000', '100338.543000', '100338.546000', '100338.549000', '100338.552000', '100338.555000', '100338.558000', '100338.561000', '100338.564000', '100338.566000', '100338.569000', '100338.572000', '100338.575000', '100338.578000', '100338.581000', '100338.584000', '100338.587000', '100338.590000', '100338.592000', '100338.595000', '100338.598000', '100338.601000', '100338.604000', '100338.607000', '100338.610000', '100338.612000', '100338.615000', '100338.618000', '100338.621000', '100338.624000', '100338.627000', '100358.504000', '100358.507000', '100358.510000', '100358.513000', '100358.516000', '100358.519000', '100358.522000', '100358.525000', '100358.527000', '100358.530000', '100358.533000', '100358.536000', '100358.554000', '100358.557000', '100358.560000', '100358.562000', '100358.565000', '100358.568000', '100358.571000', '100358.574000', '100358.577000', '100358.580000', '100358.583000', '100358.586000', '100358.588000', '100358.591000', '100358.594000', '100358.597000', '100358.600000', '100358.603000', '100358.606000', '100358.609000', '100358.611000', '100358.614000', '100358.617000', '100358.620000', '100358.623000', '100358.626000', '100358.629000', '100358.632000', '100358.634000', '100358.637000', '100358.640000', '100418.504000', '100418.507000', '100418.510000', '100418.513000', '100418.516000', '100418.519000', '100418.522000', '100418.524000', '100418.527000', '100418.530000', '100418.533000', '100418.536000', '100418.539000', '100418.542000', '100418.545000', '100418.547000', '100418.550000', '100418.553000', '100418.556000', '100418.559000', '100418.562000', '100418.565000', '100418.568000', '100418.571000', '100418.573000', '100418.576000', '100418.579000', '100418.582000', '100418.585000', '100418.588000', '100418.591000', '100418.594000', '100418.597000', '100418.599000', '100418.602000', '100418.605000', '100418.608000', '100418.611000', '100418.614000', '100418.617000', '100418.620000', '100418.623000', '100418.625000', '100418.628000', '100419.908000', '100419.912000', '100419.915000'], 'InstanceCreationTime': ['095438.538000', '095438.542000', '095438.545000', '095438.547000', '095438.550000', '095438.553000', '095438.556000', '095438.559000', '095438.562000', '095438.565000', '095438.567000', '095438.570000', '095438.573000', '095438.576000', '095438.585000', '095438.588000', '095438.591000', '095438.594000', '095438.596000', '095438.599000', '095438.602000', '095438.605000', '095438.608000', '095438.611000', '095438.613000', '095438.616000', '095438.619000', '095438.622000', '095438.625000', '095438.628000', '095438.631000', '095438.633000', '095438.636000', '095438.639000', '095458.504000', '095458.507000', '095458.510000', '095458.513000', '095458.515000', '095458.518000', '095458.528000', '095458.531000', '095458.534000', '095458.537000', '095458.540000', '095458.543000', '095458.545000', '095458.548000', '095458.551000', '095458.554000', '095458.557000', '095458.560000', '095458.562000', '095458.565000', '095458.568000', '095458.571000', '095458.574000', '095458.577000', '095458.580000', '095458.583000', '095458.585000', '095458.588000', '095458.591000', '095458.601000', '095458.604000', '095458.607000', '095458.610000', '095458.612000', '095458.615000', '095458.618000', '095458.621000', '095458.624000', '095458.627000', '095458.630000', '095458.632000', '095458.635000', '095458.638000', '095518.504000', '095518.507000', '095518.509000', '095518.512000', '095518.515000', '095518.518000', '095518.534000', '095518.537000', '095518.540000', '095518.542000', '095518.545000', '095518.548000', '095518.551000', '095518.554000', '095518.557000', '095518.559000', '095518.562000', '095518.565000', '095518.568000', '095518.571000', '095518.574000', '095518.577000', '095518.579000', '095518.582000', '095518.585000', '095518.588000', '095518.597000', '095518.600000', '095518.603000', '095518.606000', '095518.609000', '095518.611000', '095518.614000', '095518.617000', '095518.620000', '095518.623000', '095518.626000', '095518.628000', '095518.631000', '095518.634000', '095518.637000', '095518.640000', '095518.643000', '095518.646000', '095538.504000', '095538.507000', '095538.510000', '095538.512000', '095538.515000', '095538.518000', '095538.521000', '095538.524000', '095538.527000', '095538.530000', '095538.532000', '095538.535000', '095538.538000', '095538.541000', '095538.544000', '095538.547000', '095538.550000', '095538.552000', '095538.555000', '095538.558000', '095538.561000', '095538.564000', '095538.567000', '095538.570000', '095538.573000', '095538.575000', '095538.578000', '095538.581000', '095538.584000', '095538.587000', '095538.590000', '095538.592000', '095538.595000', '095538.598000', '095538.601000', '095538.604000', '095538.608000', '095538.611000', '095538.614000', '095538.616000', '095538.619000', '095538.622000', '095538.625000', '095558.504000', '095558.507000', '095558.510000', '095558.512000', '095558.515000', '095558.518000', '095558.521000', '095558.524000', '095558.527000', '095558.530000', '095558.532000', '095558.535000', '095558.538000', '095558.541000', '095558.544000', '095558.547000', '095558.550000', '095558.553000', '095558.555000', '095558.558000', '095558.561000', '095558.564000', '095558.567000', '095558.570000', '095558.573000', '095558.576000', '095558.578000', '095558.581000', '095558.584000', '095558.587000', '095558.590000', '095558.593000', '095558.596000', '095558.599000', '095558.601000', '095558.604000', '095558.607000', '095558.610000', '095558.613000', '095558.616000', '095558.618000', '095558.621000', '095558.624000', '095558.627000', '095618.504000', '095618.507000', '095618.510000', '095618.513000', '095618.515000', '095618.518000', '095618.521000', '095618.524000', '095618.527000', '095618.530000', '095618.533000', '095618.535000', '095618.538000', '095618.541000', '095618.544000', '095618.547000', '095618.550000', '095618.553000', '095618.556000', '095618.558000', '095618.561000', '095618.564000', '095618.567000', '095618.570000', '095618.573000', '095618.576000', '095618.578000', '095618.581000', '095618.584000', '095618.587000', '095618.590000', '095618.593000', '095618.596000', '095618.599000', '095618.601000', '095618.604000', '095618.607000', '095618.610000', '095618.613000', '095618.616000', '095618.618000', '095618.621000', '095618.624000', '095638.504000', '095638.515000', '095638.518000', '095638.521000', '095638.524000', '095638.527000', '095638.530000', '095638.533000', '095638.535000', '095638.538000', '095638.541000', '095638.544000', '095638.547000', '095638.550000', '095638.552000', '095638.555000', '095638.558000', '095638.561000', '095638.564000', '095638.567000', '095638.570000', '095638.572000', '095638.575000', '095638.578000', '095638.581000', '095638.584000', '095638.587000', '095638.589000', '095638.592000', '095638.595000', '095638.598000', '095638.601000', '095638.604000', '095638.607000', '095638.610000', '095638.612000', '095638.615000', '095638.618000', '095638.621000', '095638.624000', '095638.627000', '095638.629000', '095638.632000', '095658.504000', '095658.507000', '095658.510000', '095658.526000', '095658.529000', '095658.532000', '095658.535000', '095658.538000', '095658.541000', '095658.544000', '095658.546000', '095658.549000', '095658.552000', '095658.555000', '095658.558000', '095658.561000', '095658.564000', '095658.567000', '095658.570000', '095658.572000', '095658.575000', '095658.578000', '095658.581000', '095658.584000', '095658.587000', '095658.589000', '095658.592000', '095658.595000', '095658.598000', '095658.601000', '095658.604000', '095658.607000', '095658.610000', '095658.613000', '095658.615000', '095658.618000', '095658.621000', '095658.624000', '095658.627000', '095658.630000', '095658.632000', '095658.635000', '095658.638000', '095658.641000', '095718.504000', '095718.511000', '095718.514000', '095718.517000', '095718.520000', '095718.523000', '095718.526000', '095718.529000', '095718.531000', '095718.534000', '095718.537000', '095718.540000', '095718.543000', '095718.546000', '095718.549000', '095718.552000', '095718.554000', '095718.557000', '095718.560000', '095718.563000', '095718.566000', '095718.569000', '095718.572000', '095718.575000', '095718.577000', '095718.580000', '095718.583000', '095718.586000', '095718.589000', '095718.592000', '095718.595000', '095718.597000', '095718.600000', '095718.603000', '095718.606000', '095718.609000', '095718.612000', '095718.615000', '095718.618000', '095718.621000', '095718.623000', '095718.626000', '095718.629000', '095738.504000', '095738.507000', '095738.510000', '095738.513000', '095738.515000', '095738.518000', '095738.521000', '095738.524000', '095738.527000', '095738.530000', '095738.533000', '095738.536000', '095738.539000', '095738.541000', '095738.544000', '095738.547000', '095738.550000', '095738.553000', '095738.556000', '095738.559000', '095738.562000', '095738.564000', '095738.567000', '095738.570000', '095738.573000', '095738.576000', '095738.579000', '095738.582000', '095738.585000', '095738.588000', '095738.590000', '095738.593000', '095738.596000', '095738.599000', '095738.602000', '095738.605000', '095738.608000', '095738.611000', '095738.613000', '095738.616000', '095738.619000', '095738.622000', '095738.625000', '095738.628000', '095758.504000', '095758.507000', '095758.510000', '095758.513000', '095758.516000', '095758.519000', '095758.525000', '095758.528000', '095758.531000', '095758.533000', '095758.536000', '095758.539000', '095758.542000', '095758.545000', '095758.548000', '095758.551000', '095758.553000', '095758.556000', '095758.559000', '095758.562000', '095758.565000', '095758.568000', '095758.570000', '095758.573000', '095758.576000', '095758.579000', '095758.582000', '095758.585000', '095758.605000', '095758.608000', '095758.610000', '095758.613000', '095758.616000', '095758.619000', '095758.622000', '095758.625000', '095758.628000', '095758.630000', '095758.633000', '095758.636000', '095758.639000', '095758.642000', '095758.645000', '095818.504000', '095818.507000', '095818.510000', '095818.513000', '095818.516000', '095818.518000', '095818.521000', '095818.524000', '095818.527000', '095818.530000', '095818.533000', '095818.535000', '095818.538000', '095818.541000', '095818.544000', '095818.547000', '095818.550000', '095818.553000', '095818.556000', '095818.559000', '095818.561000', '095818.564000', '095818.567000', '095818.570000', '095818.573000', '095818.576000', '095818.578000', '095818.581000', '095818.584000', '095818.587000', '095818.590000', '095818.593000', '095818.596000', '095818.599000', '095818.602000', '095818.605000', '095818.607000', '095818.610000', '095818.613000', '095818.616000', '095818.619000', '095818.622000', '095818.636000', '095818.638000', '095838.504000', '095838.507000', '095838.510000', '095838.513000', '095838.515000', '095838.518000', '095838.521000', '095838.524000', '095838.527000', '095838.530000', '095838.533000', '095838.535000', '095838.538000', '095838.541000', '095838.544000', '095838.547000', '095838.550000', '095838.553000', '095838.556000', '095838.559000', '095838.562000', '095838.565000', '095838.568000', '095838.597000', '095838.599000', '095838.602000', '095838.605000', '095838.608000', '095838.611000', '095838.614000', '095838.617000', '095838.619000', '095838.622000', '095838.625000', '095838.628000', '095838.631000', '095838.634000', '095838.637000', '095838.639000', '095838.642000', '095838.645000', '095838.648000', '095838.651000', '095858.503000', '095858.506000', '095858.509000', '095858.512000', '095858.515000', '095858.518000', '095858.521000', '095858.524000', '095858.526000', '095858.529000', '095858.532000', '095858.535000', '095858.538000', '095858.541000', '095858.544000', '095858.547000', '095858.549000', '095858.552000', '095858.555000', '095858.558000', '095858.561000', '095858.564000', '095858.567000', '095858.569000', '095858.572000', '095858.575000', '095858.578000', '095858.581000', '095858.584000', '095858.587000', '095858.590000', '095858.592000', '095858.595000', '095858.598000', '095858.601000', '095858.604000', '095858.607000', '095858.609000', '095858.612000', '095858.615000', '095858.618000', '095858.621000', '095858.624000', '095858.627000', '095918.504000', '095918.507000', '095918.510000', '095918.513000', '095918.516000', '095918.518000', '095918.521000', '095918.524000', '095918.527000', '095918.530000', '095918.533000', '095918.536000', '095918.539000', '095918.542000', '095918.545000', '095918.547000', '095918.550000', '095918.553000', '095918.556000', '095918.560000', '095918.564000', '095918.567000', '095918.570000', '095918.573000', '095918.576000', '095918.578000', '095918.581000', '095918.584000', '095918.587000', '095918.590000', '095918.593000', '095918.596000', '095918.599000', '095918.601000', '095918.604000', '095918.607000', '095918.610000', '095918.613000', '095918.616000', '095918.618000', '095918.621000', '095918.624000', '095918.627000', '095938.504000', '095938.507000', '095938.510000', '095938.513000', '095938.515000', '095938.518000', '095938.521000', '095938.524000', '095938.527000', '095938.530000', '095938.533000', '095938.536000', '095938.538000', '095938.541000', '095938.544000', '095938.547000', '095938.550000', '095938.553000', '095938.556000', '095938.558000', '095938.561000', '095938.564000', '095938.567000', '095938.570000', '095938.573000', '095938.576000', '095938.579000', '095938.581000', '095938.584000', '095938.587000', '095938.590000', '095938.593000', '095938.596000', '095938.599000', '095938.601000', '095938.604000', '095938.607000', '095938.610000', '095938.613000', '095938.616000', '095938.619000', '095938.622000', '095938.624000', '095938.627000', '095958.504000', '095958.507000', '095958.510000', '095958.513000', '095958.515000', '095958.518000', '095958.521000', '095958.524000', '095958.540000', '095958.543000', '095958.546000', '095958.549000', '095958.552000', '095958.554000', '095958.566000', '095958.569000', '095958.572000', '095958.575000', '095958.578000', '095958.581000', '095958.584000', '095958.586000', '095958.589000', '095958.592000', '095958.595000', '095958.598000', '095958.601000', '095958.604000', '095958.606000', '095958.609000', '095958.612000', '095958.615000', '095958.618000', '095958.621000', '095958.624000', '095958.627000', '095958.629000', '095958.632000', '095958.635000', '095958.638000', '095958.641000', '095958.644000', '095958.647000', '100018.504000', '100018.507000', '100018.510000', '100018.513000', '100018.516000', '100018.519000', '100018.521000', '100018.525000', '100018.528000', '100018.531000', '100018.533000', '100018.536000', '100018.539000', '100018.542000', '100018.545000', '100018.548000', '100018.551000', '100018.554000', '100018.557000', '100018.560000', '100018.562000', '100018.565000', '100018.568000', '100018.571000', '100018.574000', '100018.577000', '100018.580000', '100018.583000', '100018.586000', '100018.589000', '100018.591000', '100018.594000', '100018.597000', '100018.600000', '100018.603000', '100018.606000', '100018.609000', '100018.612000', '100018.615000', '100018.617000', '100018.620000', '100018.623000', '100018.626000', '100018.629000', '100038.504000', '100038.507000', '100038.510000', '100038.513000', '100038.516000', '100038.519000', '100038.522000', '100038.526000', '100038.528000', '100038.531000', '100038.534000', '100038.537000', '100038.540000', '100038.543000', '100038.546000', '100038.549000', '100038.551000', '100038.554000', '100038.557000', '100038.560000', '100038.563000', '100038.566000', '100038.569000', '100038.571000', '100038.575000', '100038.578000', '100038.581000', '100038.584000', '100038.587000', '100038.590000', '100038.593000', '100038.596000', '100038.598000', '100038.601000', '100038.604000', '100038.607000', '100038.610000', '100038.613000', '100038.616000', '100038.618000', '100038.621000', '100038.624000', '100038.627000', '100058.504000', '100058.507000', '100058.510000', '100058.513000', '100058.516000', '100058.519000', '100058.522000', '100058.525000', '100058.528000', '100058.530000', '100058.533000', '100058.536000', '100058.539000', '100058.542000', '100058.545000', '100058.547000', '100058.550000', '100058.553000', '100058.556000', '100058.559000', '100058.562000', '100058.565000', '100058.568000', '100058.571000', '100058.574000', '100058.577000', '100058.580000', '100058.582000', '100058.585000', '100058.588000', '100058.591000', '100058.594000', '100058.597000', '100058.600000', '100058.602000', '100058.605000', '100058.608000', '100058.611000', '100058.614000', '100058.617000', '100058.620000', '100058.623000', '100058.625000', '100058.628000', '100118.503000', '100118.506000', '100118.509000', '100118.512000', '100118.515000', '100118.518000', '100118.520000', '100118.523000', '100118.526000', '100118.529000', '100118.532000', '100118.534000', '100118.537000', '100118.540000', '100118.543000', '100118.546000', '100118.549000', '100118.552000', '100118.555000', '100118.571000', '100118.574000', '100118.576000', '100118.579000', '100118.582000', '100118.585000', '100118.588000', '100118.591000', '100118.594000', '100118.596000', '100118.599000', '100118.602000', '100118.605000', '100118.608000', '100118.612000', '100118.615000', '100118.619000', '100118.621000', '100118.624000', '100118.627000', '100118.630000', '100118.633000', '100118.636000', '100118.639000', '100138.504000', '100138.507000', '100138.510000', '100138.513000', '100138.515000', '100138.518000', '100138.521000', '100138.524000', '100138.527000', '100138.530000', '100138.533000', '100138.535000', '100138.538000', '100138.541000', '100138.544000', '100138.547000', '100138.550000', '100138.553000', '100138.555000', '100138.558000', '100138.561000', '100138.564000', '100138.567000', '100138.570000', '100138.572000', '100138.575000', '100138.578000', '100138.581000', '100138.584000', '100138.587000', '100138.590000', '100138.593000', '100138.596000', '100138.599000', '100138.602000', '100138.605000', '100138.607000', '100138.610000', '100138.613000', '100138.616000', '100138.619000', '100138.622000', '100138.625000', '100138.628000', '100158.504000', '100158.507000', '100158.510000', '100158.513000', '100158.516000', '100158.519000', '100158.521000', '100158.524000', '100158.527000', '100158.530000', '100158.533000', '100158.536000', '100158.539000', '100158.541000', '100158.544000', '100158.547000', '100158.550000', '100158.553000', '100158.556000', '100158.559000', '100158.563000', '100158.565000', '100158.568000', '100158.571000', '100158.574000', '100158.577000', '100158.580000', '100158.583000', '100158.585000', '100158.588000', '100158.591000', '100158.594000', '100158.597000', '100158.600000', '100158.603000', '100158.605000', '100158.608000', '100158.611000', '100158.614000', '100158.617000', '100158.620000', '100158.623000', '100158.628000', '100218.504000', '100218.507000', '100218.510000', '100218.513000', '100218.516000', '100218.519000', '100218.521000', '100218.525000', '100218.528000', '100218.531000', '100218.534000', '100218.537000', '100218.540000', '100218.543000', '100218.546000', '100218.549000', '100218.551000', '100218.554000', '100218.557000', '100218.560000', '100218.563000', '100218.566000', '100218.569000', '100218.572000', '100218.574000', '100218.577000', '100218.580000', '100218.583000', '100218.586000', '100218.589000', '100218.592000', '100218.595000', '100218.597000', '100218.600000', '100218.603000', '100218.606000', '100218.609000', '100218.612000', '100218.615000', '100218.618000', '100218.620000', '100218.623000', '100218.626000', '100218.629000', '100238.504000', '100238.507000', '100238.510000', '100238.513000', '100238.516000', '100238.519000', '100238.521000', '100238.524000', '100238.527000', '100238.530000', '100238.533000', '100238.536000', '100238.539000', '100238.542000', '100238.544000', '100238.547000', '100238.558000', '100238.560000', '100238.563000', '100238.566000', '100238.569000', '100238.572000', '100238.575000', '100238.578000', '100238.580000', '100238.583000', '100238.586000', '100238.589000', '100238.592000', '100238.595000', '100238.598000', '100238.600000', '100238.603000', '100238.606000', '100238.609000', '100238.612000', '100238.615000', '100238.618000', '100238.621000', '100238.624000', '100238.626000', '100238.629000', '100238.632000', '100258.504000', '100258.507000', '100258.510000', '100258.513000', '100258.516000', '100258.519000', '100258.522000', '100258.524000', '100258.527000', '100258.530000', '100258.533000', '100258.536000', '100258.539000', '100258.542000', '100258.544000', '100258.547000', '100258.550000', '100258.553000', '100258.556000', '100258.559000', '100258.562000', '100258.565000', '100258.568000', '100258.571000', '100258.573000', '100258.576000', '100258.579000', '100258.582000', '100258.585000', '100258.588000', '100258.591000', '100258.594000', '100258.597000', '100258.600000', '100258.602000', '100258.605000', '100258.608000', '100258.611000', '100258.614000', '100258.617000', '100258.620000', '100258.623000', '100258.625000', '100258.628000', '100318.504000', '100318.507000', '100318.510000', '100318.513000', '100318.516000', '100318.519000', '100318.522000', '100318.524000', '100318.527000', '100318.530000', '100318.533000', '100318.536000', '100318.539000', '100318.542000', '100318.545000', '100318.547000', '100318.550000', '100318.553000', '100318.556000', '100318.559000', '100318.562000', '100318.565000', '100318.568000', '100318.570000', '100318.573000', '100318.576000', '100318.579000', '100318.582000', '100318.585000', '100318.588000', '100318.591000', '100318.594000', '100318.598000', '100318.601000', '100318.604000', '100318.607000', '100318.610000', '100318.613000', '100318.616000', '100318.619000', '100318.622000', '100318.624000', '100318.627000', '100338.503000', '100338.506000', '100338.509000', '100338.512000', '100338.515000', '100338.517000', '100338.520000', '100338.523000', '100338.526000', '100338.529000', '100338.532000', '100338.535000', '100338.538000', '100338.540000', '100338.543000', '100338.546000', '100338.549000', '100338.552000', '100338.555000', '100338.558000', '100338.561000', '100338.564000', '100338.566000', '100338.569000', '100338.572000', '100338.575000', '100338.578000', '100338.581000', '100338.584000', '100338.587000', '100338.590000', '100338.592000', '100338.595000', '100338.598000', '100338.601000', '100338.604000', '100338.607000', '100338.610000', '100338.612000', '100338.615000', '100338.618000', '100338.621000', '100338.624000', '100338.627000', '100358.504000', '100358.507000', '100358.510000', '100358.513000', '100358.516000', '100358.519000', '100358.522000', '100358.525000', '100358.527000', '100358.530000', '100358.533000', '100358.536000', '100358.554000', '100358.557000', '100358.560000', '100358.562000', '100358.565000', '100358.568000', '100358.571000', '100358.574000', '100358.577000', '100358.580000', '100358.583000', '100358.586000', '100358.588000', '100358.591000', '100358.594000', '100358.597000', '100358.600000', '100358.603000', '100358.606000', '100358.609000', '100358.611000', '100358.614000', '100358.617000', '100358.620000', '100358.623000', '100358.626000', '100358.629000', '100358.632000', '100358.634000', '100358.637000', '100358.640000', '100418.504000', '100418.507000', '100418.510000', '100418.513000', '100418.516000', '100418.519000', '100418.522000', '100418.524000', '100418.527000', '100418.530000', '100418.533000', '100418.536000', '100418.539000', '100418.542000', '100418.545000', '100418.547000', '100418.550000', '100418.553000', '100418.556000', '100418.559000', '100418.562000', '100418.565000', '100418.568000', '100418.571000', '100418.573000', '100418.576000', '100418.579000', '100418.582000', '100418.585000', '100418.588000', '100418.591000', '100418.594000', '100418.597000', '100418.599000', '100418.602000', '100418.605000', '100418.608000', '100418.611000', '100418.614000', '100418.617000', '100418.620000', '100418.623000', '100418.625000', '100418.628000', '100419.908000', '100419.912000', '100419.915000'], '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': [18891, 14519, 20115, 19657, 12104, 8653, 8444, 8440, 9172, 9336, 8830, 9942, 11842, 9019, 10060, 9408, 10069, 11663, 10001, 10303, 9563, 13234, 14922, 14878, 20121, 19242, 20114, 19588, 13246, 20493, 17164, 15243, 14241, 10514, 17359, 10260, 10783, 16514, 10451, 11944, 10302, 10784, 9717, 10704, 9348, 9823, 10572, 10493, 10878, 11126, 9930, 10598, 10690, 10937, 11663, 9833, 10615, 10315, 10882, 10676, 9919, 10742, 9824, 10338, 10665, 9584, 9444, 9360, 10327, 9678, 9836, 10595, 10043, 10532, 9647, 10483, 13390, 10400, 10775, 9737, 10285, 9163, 10288, 9138, 9927, 9646, 9814, 10512, 12067, 10296, 12291, 9479, 10594, 16705, 10312, 12914, 17796, 13150, 19534, 11591, 11775, 17020, 10973, 19834, 15863, 13250, 14850, 10723, 13855, 14236, 12129, 19313, 10517, 12016, 17073, 11370, 18452, 10214, 10853, 19867, 13741, 11136, 11096, 11153, 12675, 9754, 10736, 9631, 10519, 10731, 9811, 10893, 9600, 10167, 10728, 10174, 11218, 12064, 9704, 10817, 10163, 10903, 9688, 10052, 10821, 10242, 10188, 10000, 9189, 10454, 10894, 10009, 10722, 12941, 12474, 8710, 9881, 8712, 10081, 9770, 11735, 10186, 8924, 10274, 10925, 10952, 16846, 15274, 16038, 11282, 10879, 20507, 15181, 19227, 20146, 14734, 19969, 16961, 12240, 21379, 16008, 12795, 9891, 10811, 10375, 9900, 10341, 9019, 10268, 10379, 9914, 10431, 10417, 9705, 10536, 9958, 10066, 10086, 10648, 10804, 11636, 9672, 11200, 13636, 10599, 11065, 10731, 10001, 9136, 10052, 9985, 10570, 10302, 11399, 11374, 10311, 11601, 8886, 10428, 14454, 10779, 10672, 9635, 10476, 13275, 9876, 10614, 9719, 11539, 13939, 11015, 20313, 14857, 14628, 9372, 10427, 14353, 10182, 11146, 19972, 14179, 16265, 12781, 10686, 19733, 15336, 10857, 13053, 10324, 10719, 10085, 10493, 9227, 10310, 10759, 10030, 10720, 10495, 10483, 11117, 10894, 10774, 16912, 14575, 11020, 12730, 10407, 10569, 9969, 10704, 13443, 10047, 10703, 15731, 10046, 10744, 14636, 10304, 11104, 12090, 10044, 10046, 10249, 10601, 10276, 9688, 10568, 10198, 10397, 8888, 9489, 10195, 10317, 10491, 11626, 10371, 12248, 16395, 18978, 9555, 10358, 10672, 9177, 10505, 14304, 12079, 10893, 19832, 15470, 11911, 11446, 10313, 10993, 10428, 10868, 13221, 9918, 11352, 13034, 10773, 16464, 9943, 11200, 19582, 15110, 14916, 12233, 10953, 20133, 14746, 12941, 14142, 11390, 14632, 10473, 11221, 18669, 11030, 10839, 10995, 10792, 11470, 10365, 10088, 9723, 10576, 11021, 10066, 10360, 11070, 9907, 10599, 9074, 10221, 10104, 10247, 10975, 11165, 9410, 10261, 10554, 10348, 10345, 9108, 10570, 8678, 10601, 10585, 8894, 10200, 13723, 8930, 10418, 16294, 10324, 9928, 15647, 10642, 10593, 10242, 10662, 12772, 11693, 10582, 8861, 9986, 10104, 10134, 12426, 9340, 10453, 14579, 11139, 12527, 20091, 15718, 18300, 19585, 17057, 15539, 10187, 10079, 9082, 10884, 10820, 10276, 12467, 19755, 14395, 18878, 19582, 13576, 15567, 20067, 13400, 14241, 16622, 11083, 11950, 9957, 11380, 12573, 10953, 10465, 9990, 11033, 12109, 10117, 11577, 9136, 11039, 10651, 9724, 10624, 12356, 9477, 11175, 10230, 10432, 10965, 9744, 10823, 9225, 10043, 8587, 9659, 9755, 8822, 10156, 12507, 9964, 10357, 12037, 9798, 10608, 8971, 10109, 10835, 9549, 10614, 15505, 10908, 16129, 9567, 10204, 13094, 10057, 17004, 10642, 11823, 20003, 14779, 17602, 9567, 10850, 17637, 11654, 16653, 9422, 10778, 19991, 15072, 14005, 12393, 10801, 16536, 10785, 10581, 14361, 10069, 9848, 9347, 10218, 9578, 9634, 10185, 9402, 10103, 11120, 9874, 9804, 10112, 10384, 11279, 9754, 10342, 9929, 10141, 15701, 11052, 10258, 12727, 11121, 19953, 17177, 13584, 10078, 10445, 11504, 9387, 10692, 14794, 9926, 10648, 9661, 10835, 14815, 9455, 10782, 11014, 10691, 10712, 9983, 10436, 10396, 11188, 12427, 11190, 11498, 10401, 11132, 19153, 14881, 11679, 18948, 14459, 12832, 17666, 11582, 15638, 10820, 10982, 17457, 10764, 10263, 10075, 10708, 10253, 10598, 10276, 9793, 10466, 13295, 11721, 10854, 8690, 10773, 10690, 9927, 10377, 13447, 9514, 10928, 12828, 10334, 11450, 10139, 9786, 10558, 10714, 10780, 10746, 9678, 9378, 8745, 10583, 8521, 9631, 10942, 10016, 10092, 11733, 13605, 10369, 11775, 9573, 10715, 15503, 9999, 10179, 10854, 10598, 15215, 10322, 11432, 10861, 11053, 14591, 11155, 14943, 10468, 16565, 10797, 18281, 19839, 20193, 20333, 16058, 12721, 9801, 10065, 10600, 10737, 12258, 9684, 10334, 14647, 11274, 11161, 17184, 10822, 12189, 9588, 10032, 9312, 10424, 9507, 9782, 10189, 10330, 10359, 13394, 10211, 10481, 9962, 10263, 12348, 13402, 10276, 16869, 10945, 11106, 17064, 11530, 13705, 9542, 10559, 9133, 10141, 10851, 9231, 9491, 9460, 9978, 12963, 9769, 14608, 17553, 21239, 18678, 11593, 8603, 9614, 9723, 8862, 10162, 13230, 9619, 10284, 13986, 10380, 10655, 16209, 11845, 11835, 10552, 10750, 18947, 13694, 15389, 17985, 13231, 20244, 14430, 14454, 19068, 15191, 18398, 10607, 11632, 10334, 11174, 9458, 10844, 12950, 10393, 11182, 16680, 10535, 10345, 10281, 10782, 9210, 10597, 10196, 10281, 10513, 11095, 10394, 10759, 10331, 10356, 9426, 10690, 10932, 9803, 10503, 10239, 10197, 10860, 11486, 10251, 13945, 9963, 10291, 9567, 10420, 11134, 9607, 10434, 9824, 9778, 10457, 9976, 10321, 10088, 9384, 10153, 10581, 10314, 9432, 9779, 10725, 8894, 10810, 9554, 10401, 12197, 9938, 11232, 9284, 11486, 10668, 10621, 9165, 10603, 14313, 9546, 10469, 17875, 12441, 19657, 19137, 14482, 19037, 10211, 11863, 11109, 11022, 19538, 11624, 12315, 11075, 10956, 13841, 9968, 10351, 9209, 10379, 11224, 10042, 10785, 16639, 10081, 11906, 19623, 13570, 18234, 12318, 10696, 19979, 13025, 10650, 12536, 10653, 11110, 10000, 10482, 17896, 10472, 10826, 16043, 10170, 10248, 10369, 10633, 10339, 10093, 9856, 9994, 10751, 9232, 9857, 10348, 9311, 10865, 9571, 10086, 10290, 9724, 10085, 9309, 10674, 12320, 10609, 10366, 11120, 10138, 15098, 17123, 14530, 12851, 9973, 11079, 9964, 11071, 19723, 13444, 11702, 9539, 10479, 9555, 10508, 11960, 10118, 10583, 15881, 10566, 14838, 10356, 10512, 16597, 10384, 12990, 10211, 10368, 12101, 10596, 11131, 9888, 15118, 15654, 15009, 9446, 10270, 10334, 10566, 10713, 12497, 10540, 13821, 20777, 14834, 16234, 13280, 10476, 19323, 17465, 12025, 20381, 12740, 10794, 18082, 11905, 11425, 10045, 11027, 9223, 10509, 10597, 10615, 11145, 14386, 12269, 11300, 11905, 10214, 11006, 9601, 10507, 10839, 12836, 10472, 10645, 10270, 10703, 11128, 9959, 10117, 10945, 9973, 10371, 10741, 10200, 9636, 9248, 10676, 10864, 10387, 10512, 12969, 10030, 10453, 14687, 10025, 10174, 10021, 10441, 11581, 10121, 10394, 8987, 9968, 10507, 9552, 11343, 11086, 10207, 11389, 12163, 17808, 16302, 10140, 10007, 10216, 10005, 9865, 10435, 9882, 10076, 12535, 14436, 16155, 20155, 13785, 16183, 9645, 10491, 15154, 10211, 20063, 20274, 18503, 20704, 16053, 16218, 16738, 15425, 20413, 14321, 13338, 9871, 11012, 15778, 10739, 11653, 10027, 10622, 14651, 10593, 10548, 9519, 10825, 9297, 10596, 10290, 10007, 9606, 10209, 10128, 9116, 10041, 9973, 10028, 10405, 10489, 11077, 9772, 10848, 15656, 15693, 18309, 11353, 9655, 9191, 11148, 9783, 10186, 10411, 9529, 10102, 10143, 9707, 12362, 13504, 11925, 17968, 14976, 14991, 10230, 10392, 19133, 15034, 18630, 17024, 16922, 20943, 17336, 14001, 14895, 12351, 15210, 10431, 10317, 10140, 10587, 10589, 10803, 13527, 10451, 10550, 10858, 10574, 14129, 10581, 10049, 10766, 10924, 11169, 10435, 11070, 10063, 10090, 10522, 10618, 10608, 10909, 12099, 10935, 10318, 9978, 9953, 9612, 10377, 11121, 10105, 10931, 13339, 10219, 13372, 15019, 13805, 19630, 15937, 12375, 10330, 10554, 10209, 10617, 12122, 10033, 10583, 12643, 10632, 16093, 10308, 10465, 10336, 11062, 15885, 10581, 11795, 18718, 12872, 18164, 10575, 11053, 16211, 10971, 10546, 10158, 10816, 9314, 10350, 10955, 10427, 10684, 8934, 10238, 10919, 9953, 11154, 10627, 10889, 9612, 9927, 9155, 9632, 10023, 8796, 10141, 12439, 13111, 10072, 10642, 9550, 10422, 15477, 11012, 11248, 17186, 10740, 13239, 9857, 10775, 18133, 12408, 12029, 10169, 10835, 19070, 14430, 12886, 17725, 11213, 13393, 16496, 10681, 17241, 10304, 11355, 9365, 11128, 11053, 9736, 11035, 12699, 10554, 10317, 9615, 9693, 9756, 10605, 10829, 9794, 9738, 10333, 10855, 12877, 10316, 12725, 9598, 9839, 8697, 9873, 11197, 9812, 10220, 14811, 18928, 13852, 17723, 10293, 10647, 18437, 11607, 10900, 15739, 10846, 11739, 9400, 10279, 9516, 10981, 10192, 10138, 10411, 9716, 11043, 10073, 10700, 12973, 9929, 11211, 16374, 10775, 14360, 14254, 12142, 13993, 10557, 11580, 9743, 10462, 10153, 10729, 11567, 10161, 11111, 14694, 10151, 14613, 9473, 10171, 17349, 11973, 9668, 9177, 9992, 10726, 9896, 10727, 9893, 9961, 10226, 9592, 9459, 9219, 9636, 8505, 9997, 12656, 10897, 10021, 13406, 9482, 9806, 14138, 9683, 12002, 9123, 9982, 16495, 10620, 15693, 9935, 10139, 19473, 14183, 14995, 10791, 10544, 20056, 16164, 12758, 18414, 10054, 11590, 16715, 10089, 11355, 9724, 10528, 11165, 9560, 9218, 9769, 10209, 9573, 9400, 9960, 9794, 9715, 8625, 9310, 11613, 8500, 9879], 'WindowCenter': [4794.0, 4739.0, 4776.0, 4763.0, 4690.0, 4652.0, 4641.0, 4641.0, 4673.0, 4661.0, 4661.0, 4674.0, 4702.0, 4664.0, 4684.0, 4675.0, 4687.0, 4704.0, 4685.0, 4683.0, 4674.0, 4713.0, 4720.0, 4733.0, 4751.0, 4750.0, 4749.0, 4736.0, 4685.0, 4734.0, 4702.0, 4691.0, 4680.0, 4641.0, 4700.0, 4640.0, 4642.0, 4700.0, 4640.0, 4649.0, 4630.0, 4651.0, 4631.0, 4642.0, 4621.0, 4644.0, 4640.0, 4642.0, 4653.0, 4651.0, 4644.0, 4653.0, 4653.0, 4654.0, 4661.0, 4644.0, 4653.0, 4644.0, 4664.0, 4654.0, 4656.0, 4665.0, 4656.0, 4666.0, 4668.0, 4658.0, 4658.0, 4651.0, 4669.0, 4659.0, 4670.0, 4681.0, 4671.0, 4681.0, 4660.0, 4682.0, 4711.0, 4681.0, 4679.0, 4672.0, 4671.0, 4662.0, 4682.0, 4663.0, 4683.0, 4672.0, 4683.0, 4695.0, 4714.0, 4686.0, 4714.0, 4675.0, 4694.0, 4743.0, 4672.0, 4702.0, 4748.0, 4711.0, 4750.0, 4690.0, 4690.0, 4738.0, 4682.0, 4748.0, 4730.0, 4699.0, 4707.0, 4668.0, 4698.0, 4707.0, 4689.0, 4736.0, 4668.0, 4688.0, 4725.0, 4676.0, 4734.0, 4656.0, 4666.0, 4735.0, 4694.0, 4665.0, 4665.0, 4667.0, 4674.0, 4646.0, 4656.0, 4646.0, 4664.0, 4666.0, 4656.0, 4666.0, 4647.0, 4668.0, 4665.0, 4657.0, 4678.0, 4689.0, 4648.0, 4667.0, 4658.0, 4669.0, 4648.0, 4658.0, 4669.0, 4668.0, 4669.0, 4659.0, 4648.0, 4669.0, 4678.0, 4660.0, 4682.0, 4701.0, 4689.0, 4649.0, 4670.0, 4650.0, 4682.0, 4666.0, 4704.0, 4694.0, 4676.0, 4685.0, 4695.0, 4693.0, 4745.0, 4732.0, 4730.0, 4681.0, 4680.0, 4757.0, 4718.0, 4750.0, 4748.0, 4707.0, 4738.0, 4716.0, 4674.0, 4733.0, 4703.0, 4672.0, 4633.0, 4653.0, 4641.0, 4642.0, 4656.0, 4635.0, 4656.0, 4656.0, 4646.0, 4656.0, 4655.0, 4646.0, 4668.0, 4648.0, 4658.0, 4658.0, 4655.0, 4667.0, 4666.0, 4645.0, 4677.0, 4707.0, 4668.0, 4667.0, 4667.0, 4659.0, 4647.0, 4660.0, 4657.0, 4668.0, 4669.0, 4681.0, 4679.0, 4670.0, 4679.0, 4649.0, 4681.0, 4708.0, 4679.0, 4670.0, 4659.0, 4669.0, 4697.0, 4671.0, 4671.0, 4660.0, 4693.0, 4710.0, 4679.0, 4760.0, 4719.0, 4709.0, 4649.0, 4671.0, 4708.0, 4659.0, 4670.0, 4738.0, 4697.0, 4716.0, 4686.0, 4657.0, 4733.0, 4704.0, 4655.0, 4685.0, 4645.0, 4654.0, 4655.0, 4656.0, 4634.0, 4656.0, 4665.0, 4657.0, 4668.0, 4659.0, 4656.0, 4664.0, 4655.0, 4655.0, 4714.0, 4694.0, 4656.0, 4675.0, 4653.0, 4653.0, 4645.0, 4656.0, 4684.0, 4658.0, 4658.0, 4704.0, 4646.0, 4667.0, 4703.0, 4657.0, 4666.0, 4676.0, 4657.0, 4657.0, 4658.0, 4667.0, 4657.0, 4660.0, 4681.0, 4669.0, 4673.0, 4650.0, 4673.0, 4671.0, 4682.0, 4683.0, 4693.0, 4672.0, 4703.0, 4742.0, 4752.0, 4665.0, 4682.0, 4670.0, 4662.0, 4681.0, 4710.0, 4688.0, 4679.0, 4749.0, 4730.0, 4689.0, 4679.0, 4671.0, 4669.0, 4667.0, 4669.0, 4697.0, 4661.0, 4678.0, 4698.0, 4670.0, 4720.0, 4657.0, 4667.0, 4736.0, 4706.0, 4704.0, 4674.0, 4654.0, 4734.0, 4694.0, 4673.0, 4683.0, 4664.0, 4683.0, 4642.0, 4653.0, 4721.0, 4642.0, 4643.0, 4652.0, 4652.0, 4651.0, 4645.0, 4645.0, 4635.0, 4656.0, 4655.0, 4646.0, 4658.0, 4666.0, 4657.0, 4669.0, 4636.0, 4657.0, 4657.0, 4658.0, 4670.0, 4668.0, 4651.0, 4671.0, 4671.0, 4673.0, 4672.0, 4664.0, 4682.0, 4654.0, 4683.0, 4682.0, 4663.0, 4686.0, 4724.0, 4663.0, 4685.0, 4744.0, 4683.0, 4673.0, 4730.0, 4683.0, 4693.0, 4684.0, 4683.0, 4713.0, 4704.0, 4682.0, 4665.0, 4673.0, 4683.0, 4683.0, 4711.0, 4674.0, 4695.0, 4734.0, 4696.0, 4704.0, 4764.0, 4721.0, 4738.0, 4750.0, 4728.0, 4717.0, 4658.0, 4659.0, 4649.0, 4681.0, 4681.0, 4672.0, 4701.0, 4759.0, 4710.0, 4750.0, 4737.0, 4685.0, 4704.0, 4734.0, 4684.0, 4693.0, 4702.0, 4652.0, 4664.0, 4642.0, 4664.0, 4673.0, 4655.0, 4653.0, 4642.0, 4664.0, 4672.0, 4645.0, 4663.0, 4635.0, 4665.0, 4656.0, 4645.0, 4655.0, 4675.0, 4646.0, 4668.0, 4658.0, 4667.0, 4667.0, 4645.0, 4665.0, 4648.0, 4659.0, 4639.0, 4659.0, 4659.0, 4653.0, 4682.0, 4701.0, 4673.0, 4672.0, 4703.0, 4675.0, 4684.0, 4664.0, 4672.0, 4681.0, 4661.0, 4682.0, 4731.0, 4681.0, 4731.0, 4674.0, 4673.0, 4711.0, 4673.0, 4730.0, 4669.0, 4689.0, 4750.0, 4711.0, 4740.0, 4661.0, 4681.0, 4741.0, 4680.0, 4727.0, 4646.0, 4667.0, 4736.0, 4706.0, 4695.0, 4676.0, 4666.0, 4715.0, 4657.0, 4657.0, 4696.0, 4647.0, 4646.0, 4648.0, 4670.0, 4658.0, 4659.0, 4672.0, 4660.0, 4671.0, 4678.0, 4672.0, 4672.0, 4672.0, 4672.0, 4681.0, 4664.0, 4671.0, 4673.0, 4674.0, 4731.0, 4688.0, 4671.0, 4700.0, 4692.0, 4762.0, 4741.0, 4698.0, 4660.0, 4669.0, 4678.0, 4648.0, 4669.0, 4707.0, 4660.0, 4671.0, 4658.0, 4679.0, 4708.0, 4658.0, 4680.0, 4668.0, 4670.0, 4669.0, 4659.0, 4670.0, 4660.0, 4682.0, 4689.0, 4681.0, 4680.0, 4669.0, 4667.0, 4740.0, 4706.0, 4676.0, 4726.0, 4696.0, 4686.0, 4716.0, 4664.0, 4705.0, 4654.0, 4655.0, 4723.0, 4656.0, 4645.0, 4646.0, 4655.0, 4644.0, 4655.0, 4659.0, 4646.0, 4657.0, 4697.0, 4677.0, 4668.0, 4628.0, 4668.0, 4657.0, 4657.0, 4656.0, 4698.0, 4650.0, 4669.0, 4687.0, 4660.0, 4677.0, 4656.0, 4658.0, 4667.0, 4667.0, 4668.0, 4670.0, 4651.0, 4651.0, 4652.0, 4682.0, 4651.0, 4671.0, 4684.0, 4672.0, 4683.0, 4704.0, 4713.0, 4674.0, 4693.0, 4673.0, 4683.0, 4718.0, 4669.0, 4670.0, 4680.0, 4684.0, 4731.0, 4672.0, 4693.0, 4682.0, 4678.0, 4718.0, 4681.0, 4719.0, 4672.0, 4729.0, 4682.0, 4741.0, 4748.0, 4750.0, 4749.0, 4719.0, 4688.0, 4648.0, 4647.0, 4658.0, 4670.0, 4678.0, 4649.0, 4670.0, 4706.0, 4679.0, 4680.0, 4726.0, 4667.0, 4676.0, 4646.0, 4646.0, 4636.0, 4669.0, 4658.0, 4673.0, 4671.0, 4671.0, 4673.0, 4700.0, 4662.0, 4670.0, 4649.0, 4660.0, 4688.0, 4698.0, 4658.0, 4718.0, 4669.0, 4669.0, 4727.0, 4678.0, 4696.0, 4647.0, 4668.0, 4648.0, 4658.0, 4668.0, 4649.0, 4661.0, 4650.0, 4672.0, 4701.0, 4663.0, 4711.0, 4744.0, 4779.0, 4754.0, 4682.0, 4641.0, 4663.0, 4659.0, 4654.0, 4682.0, 4712.0, 4674.0, 4684.0, 4724.0, 4684.0, 4681.0, 4730.0, 4691.0, 4691.0, 4670.0, 4671.0, 4742.0, 4699.0, 4720.0, 4728.0, 4690.0, 4736.0, 4698.0, 4699.0, 4736.0, 4707.0, 4715.0, 4644.0, 4653.0, 4645.0, 4654.0, 4636.0, 4657.0, 4675.0, 4646.0, 4656.0, 4702.0, 4644.0, 4644.0, 4646.0, 4656.0, 4636.0, 4655.0, 4657.0, 4659.0, 4659.0, 4668.0, 4659.0, 4669.0, 4659.0, 4659.0, 4651.0, 4672.0, 4670.0, 4660.0, 4671.0, 4659.0, 4660.0, 4672.0, 4681.0, 4671.0, 4711.0, 4661.0, 4661.0, 4651.0, 4671.0, 4681.0, 4661.0, 4673.0, 4662.0, 4673.0, 4682.0, 4673.0, 4674.0, 4672.0, 4666.0, 4676.0, 4682.0, 4687.0, 4665.0, 4676.0, 4695.0, 4666.0, 4697.0, 4675.0, 4688.0, 4707.0, 4676.0, 4696.0, 4677.0, 4692.0, 4696.0, 4698.0, 4677.0, 4697.0, 4737.0, 4675.0, 4687.0, 4754.0, 4704.0, 4765.0, 4753.0, 4725.0, 4752.0, 4673.0, 4691.0, 4681.0, 4682.0, 4750.0, 4680.0, 4692.0, 4680.0, 4672.0, 4701.0, 4662.0, 4671.0, 4652.0, 4672.0, 4681.0, 4660.0, 4683.0, 4730.0, 4672.0, 4682.0, 4750.0, 4699.0, 4727.0, 4679.0, 4659.0, 4736.0, 4688.0, 4658.0, 4678.0, 4668.0, 4667.0, 4648.0, 4658.0, 4726.0, 4658.0, 4669.0, 4718.0, 4658.0, 4658.0, 4660.0, 4669.0, 4659.0, 4672.0, 4658.0, 4663.0, 4681.0, 4661.0, 4674.0, 4671.0, 4662.0, 4696.0, 4673.0, 4686.0, 4675.0, 4676.0, 4684.0, 4665.0, 4684.0, 4705.0, 4684.0, 4674.0, 4693.0, 4675.0, 4734.0, 4742.0, 4723.0, 4702.0, 4672.0, 4682.0, 4661.0, 4682.0, 4752.0, 4713.0, 4682.0, 4661.0, 4682.0, 4660.0, 4674.0, 4695.0, 4674.0, 4671.0, 4720.0, 4673.0, 4722.0, 4671.0, 4673.0, 4729.0, 4671.0, 4700.0, 4664.0, 4672.0, 4691.0, 4671.0, 4682.0, 4663.0, 4720.0, 4723.0, 4723.0, 4663.0, 4672.0, 4660.0, 4672.0, 4672.0, 4693.0, 4669.0, 4701.0, 4751.0, 4711.0, 4718.0, 4688.0, 4659.0, 4724.0, 4713.0, 4666.0, 4736.0, 4676.0, 4657.0, 4726.0, 4667.0, 4666.0, 4646.0, 4656.0, 4635.0, 4655.0, 4655.0, 4654.0, 4667.0, 4698.0, 4678.0, 4667.0, 4667.0, 4647.0, 4656.0, 4636.0, 4647.0, 4656.0, 4676.0, 4657.0, 4655.0, 4648.0, 4658.0, 4667.0, 4646.0, 4657.0, 4656.0, 4648.0, 4659.0, 4668.0, 4660.0, 4660.0, 4650.0, 4672.0, 4671.0, 4660.0, 4672.0, 4690.0, 4660.0, 4673.0, 4708.0, 4662.0, 4661.0, 4662.0, 4673.0, 4680.0, 4673.0, 4670.0, 4653.0, 4673.0, 4683.0, 4672.0, 4692.0, 4705.0, 4687.0, 4695.0, 4707.0, 4755.0, 4748.0, 4675.0, 4675.0, 4684.0, 4672.0, 4674.0, 4695.0, 4686.0, 4686.0, 4718.0, 4735.0, 4732.0, 4762.0, 4712.0, 4731.0, 4650.0, 4671.0, 4710.0, 4661.0, 4751.0, 4751.0, 4740.0, 4749.0, 4719.0, 4705.0, 4705.0, 4694.0, 4723.0, 4683.0, 4674.0, 4633.0, 4645.0, 4692.0, 4643.0, 4653.0, 4633.0, 4644.0, 4680.0, 4633.0, 4631.0, 4624.0, 4642.0, 4623.0, 4644.0, 4632.0, 4647.0, 4636.0, 4646.0, 4656.0, 4639.0, 4660.0, 4659.0, 4661.0, 4670.0, 4680.0, 4691.0, 4675.0, 4684.0, 4732.0, 4735.0, 4744.0, 4684.0, 4652.0, 4649.0, 4681.0, 4660.0, 4675.0, 4684.0, 4678.0, 4688.0, 4688.0, 4676.0, 4706.0, 4727.0, 4695.0, 4744.0, 4724.0, 4722.0, 4662.0, 4664.0, 4751.0, 4723.0, 4743.0, 4729.0, 4731.0, 4739.0, 4716.0, 4687.0, 4694.0, 4667.0, 4695.0, 4646.0, 4647.0, 4649.0, 4658.0, 4658.0, 4669.0, 4688.0, 4658.0, 4656.0, 4658.0, 4659.0, 4687.0, 4657.0, 4647.0, 4658.0, 4668.0, 4669.0, 4659.0, 4669.0, 4659.0, 4660.0, 4670.0, 4684.0, 4684.0, 4682.0, 4693.0, 4684.0, 4674.0, 4664.0, 4664.0, 4662.0, 4674.0, 4683.0, 4675.0, 4684.0, 4705.0, 4675.0, 4714.0, 4725.0, 4715.0, 4752.0, 4733.0, 4689.0, 4660.0, 4671.0, 4659.0, 4671.0, 4692.0, 4663.0, 4672.0, 4692.0, 4672.0, 4721.0, 4659.0, 4672.0, 4658.0, 4671.0, 4720.0, 4660.0, 4679.0, 4740.0, 4691.0, 4728.0, 4659.0, 4670.0, 4718.0, 4669.0, 4658.0, 4658.0, 4670.0, 4652.0, 4660.0, 4671.0, 4672.0, 4671.0, 4652.0, 4673.0, 4680.0, 4663.0, 4680.0, 4672.0, 4674.0, 4663.0, 4676.0, 4665.0, 4674.0, 4676.0, 4655.0, 4685.0, 4707.0, 4716.0, 4677.0, 4684.0, 4663.0, 4684.0, 4723.0, 4684.0, 4684.0, 4741.0, 4685.0, 4702.0, 4662.0, 4684.0, 4741.0, 4702.0, 4690.0, 4661.0, 4682.0, 4738.0, 4708.0, 4690.0, 4729.0, 4670.0, 4697.0, 4719.0, 4659.0, 4726.0, 4660.0, 4667.0, 4649.0, 4668.0, 4668.0, 4652.0, 4682.0, 4689.0, 4671.0, 4660.0, 4661.0, 4660.0, 4650.0, 4673.0, 4671.0, 4674.0, 4663.0, 4673.0, 4694.0, 4714.0, 4675.0, 4703.0, 4664.0, 4664.0, 4642.0, 4673.0, 4684.0, 4662.0, 4674.0, 4725.0, 4753.0, 4714.0, 4741.0, 4662.0, 4673.0, 4739.0, 4679.0, 4669.0, 4721.0, 4672.0, 4680.0, 4652.0, 4672.0, 4663.0, 4683.0, 4672.0, 4672.0, 4673.0, 4663.0, 4684.0, 4666.0, 4672.0, 4702.0, 4663.0, 4684.0, 4731.0, 4684.0, 4723.0, 4725.0, 4695.0, 4710.0, 4674.0, 4682.0, 4663.0, 4670.0, 4660.0, 4683.0, 4681.0, 4671.0, 4681.0, 4712.0, 4672.0, 4710.0, 4652.0, 4661.0, 4740.0, 4682.0, 4651.0, 4639.0, 4661.0, 4669.0, 4662.0, 4682.0, 4673.0, 4662.0, 4663.0, 4663.0, 4652.0, 4653.0, 4663.0, 4644.0, 4673.0, 4705.0, 4686.0, 4666.0, 4703.0, 4662.0, 4675.0, 4713.0, 4664.0, 4689.0, 4650.0, 4662.0, 4732.0, 4672.0, 4722.0, 4662.0, 4671.0, 4749.0, 4701.0, 4710.0, 4659.0, 4658.0, 4739.0, 4707.0, 4676.0, 4724.0, 4648.0, 4666.0, 4715.0, 4648.0, 4657.0, 4636.0, 4669.0, 4668.0, 4645.0, 4638.0, 4658.0, 4659.0, 4658.0, 4661.0, 4672.0, 4673.0, 4678.0, 4653.0, 4664.0, 4691.0, 4654.0, 4673.0], 'WindowWidth': [10445.0, 10351.0, 10398.0, 10369.0, 10265.0, 10218.0, 10200.0, 10203.0, 10249.0, 10230.0, 10227.0, 10248.0, 10282.0, 10237.0, 10264.0, 10253.0, 10273.0, 10294.0, 10267.0, 10262.0, 10248.0, 10302.0, 10307.0, 10328.0, 10359.0, 10348.0, 10342.0, 10319.0, 10247.0, 10316.0, 10265.0, 10248.0, 10232.0, 10179.0, 10259.0, 10178.0, 10183.0, 10259.0, 10178.0, 10190.0, 10166.0, 10195.0, 10168.0, 10183.0, 10157.0, 10188.0, 10180.0, 10185.0, 10201.0, 10199.0, 10190.0, 10200.0, 10200.0, 10203.0, 10212.0, 10190.0, 10202.0, 10190.0, 10220.0, 10208.0, 10212.0, 10222.0, 10211.0, 10226.0, 10232.0, 10218.0, 10219.0, 10211.0, 10234.0, 10220.0, 10237.0, 10253.0, 10240.0, 10254.0, 10225.0, 10255.0, 10295.0, 10255.0, 10251.0, 10244.0, 10240.0, 10230.0, 10257.0, 10233.0, 10262.0, 10245.0, 10262.0, 10280.0, 10304.0, 10268.0, 10306.0, 10253.0, 10279.0, 10343.0, 10243.0, 10283.0, 10342.0, 10293.0, 10348.0, 10265.0, 10266.0, 10327.0, 10255.0, 10344.0, 10316.0, 10274.0, 10283.0, 10231.0, 10271.0, 10283.0, 10260.0, 10322.0, 10229.0, 10257.0, 10305.0, 10239.0, 10317.0, 10210.0, 10223.0, 10320.0, 10260.0, 10221.0, 10221.0, 10225.0, 10232.0, 10196.0, 10209.0, 10197.0, 10220.0, 10224.0, 10212.0, 10227.0, 10200.0, 10231.0, 10223.0, 10213.0, 10244.0, 10262.0, 10203.0, 10227.0, 10218.0, 10232.0, 10205.0, 10220.0, 10235.0, 10233.0, 10234.0, 10220.0, 10203.0, 10235.0, 10247.0, 10223.0, 10256.0, 10284.0, 10262.0, 10210.0, 10240.0, 10211.0, 10255.0, 10229.0, 10287.0, 10278.0, 10256.0, 10269.0, 10280.0, 10275.0, 10350.0, 10324.0, 10319.0, 10252.0, 10248.0, 10355.0, 10298.0, 10345.0, 10340.0, 10281.0, 10327.0, 10288.0, 10231.0, 10314.0, 10268.0, 10223.0, 10170.0, 10198.0, 10182.0, 10185.0, 10207.0, 10182.0, 10209.0, 10209.0, 10196.0, 10211.0, 10208.0, 10198.0, 10231.0, 10202.0, 10215.0, 10214.0, 10208.0, 10228.0, 10223.0, 10196.0, 10241.0, 10284.0, 10229.0, 10225.0, 10229.0, 10219.0, 10202.0, 10222.0, 10215.0, 10230.0, 10235.0, 10252.0, 10249.0, 10238.0, 10246.0, 10207.0, 10251.0, 10287.0, 10246.0, 10236.0, 10221.0, 10235.0, 10269.0, 10238.0, 10237.0, 10224.0, 10272.0, 10292.0, 10248.0, 10359.0, 10302.0, 10285.0, 10205.0, 10237.0, 10283.0, 10216.0, 10234.0, 10327.0, 10267.0, 10292.0, 10250.0, 10213.0, 10313.0, 10272.0, 10206.0, 10244.0, 10191.0, 10206.0, 10207.0, 10210.0, 10180.0, 10211.0, 10223.0, 10215.0, 10227.0, 10215.0, 10209.0, 10218.0, 10206.0, 10206.0, 10287.0, 10257.0, 10209.0, 10232.0, 10202.0, 10202.0, 10193.0, 10209.0, 10246.0, 10215.0, 10214.0, 10274.0, 10198.0, 10227.0, 10272.0, 10212.0, 10224.0, 10237.0, 10213.0, 10214.0, 10216.0, 10228.0, 10216.0, 10223.0, 10253.0, 10234.0, 10245.0, 10211.0, 10245.0, 10241.0, 10256.0, 10261.0, 10274.0, 10245.0, 10288.0, 10341.0, 10355.0, 10238.0, 10257.0, 10237.0, 10227.0, 10252.0, 10292.0, 10258.0, 10248.0, 10347.0, 10320.0, 10263.0, 10248.0, 10236.0, 10232.0, 10227.0, 10233.0, 10270.0, 10223.0, 10246.0, 10273.0, 10235.0, 10302.0, 10214.0, 10227.0, 10320.0, 10276.0, 10273.0, 10230.0, 10204.0, 10314.0, 10257.0, 10229.0, 10241.0, 10215.0, 10239.0, 10182.0, 10198.0, 10289.0, 10183.0, 10185.0, 10197.0, 10199.0, 10197.0, 10191.0, 10191.0, 10178.0, 10208.0, 10205.0, 10195.0, 10214.0, 10225.0, 10212.0, 10232.0, 10183.0, 10213.0, 10213.0, 10215.0, 10234.0, 10230.0, 10210.0, 10237.0, 10239.0, 10246.0, 10242.0, 10234.0, 10259.0, 10221.0, 10260.0, 10259.0, 10234.0, 10267.0, 10316.0, 10234.0, 10265.0, 10345.0, 10260.0, 10246.0, 10321.0, 10260.0, 10274.0, 10265.0, 10260.0, 10303.0, 10289.0, 10259.0, 10239.0, 10248.0, 10262.0, 10262.0, 10298.0, 10250.0, 10281.0, 10335.0, 10281.0, 10291.0, 10376.0, 10307.0, 10329.0, 10348.0, 10314.0, 10295.0, 10217.0, 10220.0, 10208.0, 10254.0, 10253.0, 10241.0, 10284.0, 10360.0, 10290.0, 10346.0, 10322.0, 10248.0, 10272.0, 10312.0, 10241.0, 10255.0, 10265.0, 10199.0, 10217.0, 10186.0, 10217.0, 10228.0, 10205.0, 10201.0, 10186.0, 10218.0, 10227.0, 10193.0, 10217.0, 10182.0, 10222.0, 10210.0, 10194.0, 10207.0, 10234.0, 10196.0, 10227.0, 10215.0, 10225.0, 10227.0, 10195.0, 10222.0, 10202.0, 10218.0, 10191.0, 10223.0, 10224.0, 10218.0, 10256.0, 10280.0, 10244.0, 10245.0, 10286.0, 10249.0, 10260.0, 10234.0, 10243.0, 10254.0, 10225.0, 10256.0, 10320.0, 10255.0, 10322.0, 10249.0, 10247.0, 10295.0, 10243.0, 10318.0, 10234.0, 10261.0, 10348.0, 10292.0, 10331.0, 10224.0, 10251.0, 10332.0, 10247.0, 10308.0, 10199.0, 10227.0, 10323.0, 10278.0, 10263.0, 10235.0, 10223.0, 10289.0, 10210.0, 10210.0, 10263.0, 10198.0, 10196.0, 10203.0, 10235.0, 10217.0, 10221.0, 10239.0, 10222.0, 10239.0, 10247.0, 10243.0, 10242.0, 10242.0, 10243.0, 10254.0, 10232.0, 10241.0, 10246.0, 10247.0, 10322.0, 10260.0, 10240.0, 10278.0, 10270.0, 10368.0, 10336.0, 10273.0, 10223.0, 10233.0, 10243.0, 10204.0, 10234.0, 10284.0, 10221.0, 10238.0, 10218.0, 10247.0, 10285.0, 10218.0, 10248.0, 10230.0, 10234.0, 10232.0, 10221.0, 10237.0, 10222.0, 10254.0, 10261.0, 10251.0, 10250.0, 10231.0, 10228.0, 10331.0, 10278.0, 10237.0, 10306.0, 10261.0, 10250.0, 10288.0, 10217.0, 10273.0, 10204.0, 10206.0, 10297.0, 10208.0, 10193.0, 10194.0, 10207.0, 10191.0, 10208.0, 10216.0, 10197.0, 10212.0, 10268.0, 10240.0, 10229.0, 10176.0, 10229.0, 10212.0, 10212.0, 10212.0, 10269.0, 10207.0, 10231.0, 10255.0, 10221.0, 10241.0, 10211.0, 10215.0, 10228.0, 10229.0, 10230.0, 10235.0, 10209.0, 10211.0, 10215.0, 10255.0, 10214.0, 10243.0, 10263.0, 10245.0, 10259.0, 10290.0, 10301.0, 10248.0, 10273.0, 10247.0, 10258.0, 10301.0, 10233.0, 10236.0, 10252.0, 10260.0, 10322.0, 10244.0, 10272.0, 10252.0, 10241.0, 10300.0, 10251.0, 10303.0, 10239.0, 10318.0, 10253.0, 10336.0, 10340.0, 10347.0, 10341.0, 10299.0, 10255.0, 10201.0, 10200.0, 10215.0, 10232.0, 10243.0, 10205.0, 10234.0, 10281.0, 10245.0, 10248.0, 10306.0, 10225.0, 10236.0, 10194.0, 10195.0, 10182.0, 10233.0, 10219.0, 10244.0, 10241.0, 10238.0, 10243.0, 10277.0, 10227.0, 10236.0, 10203.0, 10220.0, 10256.0, 10268.0, 10215.0, 10297.0, 10230.0, 10231.0, 10307.0, 10242.0, 10263.0, 10199.0, 10227.0, 10201.0, 10215.0, 10229.0, 10204.0, 10223.0, 10208.0, 10240.0, 10281.0, 10229.0, 10293.0, 10340.0, 10405.0, 10357.0, 10256.0, 10197.0, 10230.0, 10220.0, 10219.0, 10257.0, 10297.0, 10248.0, 10263.0, 10318.0, 10262.0, 10256.0, 10321.0, 10264.0, 10264.0, 10234.0, 10236.0, 10335.0, 10271.0, 10300.0, 10310.0, 10260.0, 10324.0, 10267.0, 10268.0, 10317.0, 10278.0, 10285.0, 10188.0, 10199.0, 10189.0, 10202.0, 10179.0, 10208.0, 10232.0, 10193.0, 10207.0, 10266.0, 10187.0, 10187.0, 10192.0, 10206.0, 10181.0, 10205.0, 10209.0, 10216.0, 10217.0, 10228.0, 10219.0, 10231.0, 10218.0, 10217.0, 10208.0, 10240.0, 10234.0, 10222.0, 10236.0, 10220.0, 10220.0, 10238.0, 10249.0, 10237.0, 10290.0, 10223.0, 10223.0, 10208.0, 10237.0, 10250.0, 10224.0, 10242.0, 10226.0, 10243.0, 10256.0, 10244.0, 10248.0, 10242.0, 10238.0, 10250.0, 10258.0, 10268.0, 10237.0, 10253.0, 10278.0, 10239.0, 10284.0, 10253.0, 10271.0, 10296.0, 10254.0, 10281.0, 10257.0, 10272.0, 10282.0, 10285.0, 10259.0, 10285.0, 10340.0, 10252.0, 10269.0, 10357.0, 10288.0, 10375.0, 10354.0, 10316.0, 10350.0, 10243.0, 10264.0, 10250.0, 10253.0, 10348.0, 10251.0, 10266.0, 10248.0, 10240.0, 10277.0, 10227.0, 10238.0, 10214.0, 10241.0, 10252.0, 10223.0, 10256.0, 10316.0, 10239.0, 10253.0, 10343.0, 10272.0, 10310.0, 10243.0, 10217.0, 10322.0, 10254.0, 10214.0, 10240.0, 10229.0, 10226.0, 10200.0, 10216.0, 10306.0, 10216.0, 10230.0, 10295.0, 10215.0, 10215.0, 10221.0, 10232.0, 10218.0, 10238.0, 10217.0, 10229.0, 10253.0, 10226.0, 10247.0, 10240.0, 10229.0, 10278.0, 10246.0, 10265.0, 10251.0, 10253.0, 10263.0, 10236.0, 10263.0, 10292.0, 10262.0, 10248.0, 10273.0, 10250.0, 10328.0, 10337.0, 10311.0, 10281.0, 10241.0, 10256.0, 10224.0, 10254.0, 10350.0, 10295.0, 10254.0, 10225.0, 10255.0, 10224.0, 10245.0, 10277.0, 10245.0, 10240.0, 10303.0, 10242.0, 10307.0, 10239.0, 10243.0, 10313.0, 10238.0, 10276.0, 10229.0, 10239.0, 10263.0, 10237.0, 10255.0, 10229.0, 10305.0, 10309.0, 10311.0, 10228.0, 10240.0, 10224.0, 10239.0, 10239.0, 10267.0, 10233.0, 10280.0, 10350.0, 10290.0, 10298.0, 10253.0, 10216.0, 10300.0, 10283.0, 10221.0, 10318.0, 10233.0, 10210.0, 10302.0, 10224.0, 10222.0, 10195.0, 10209.0, 10178.0, 10205.0, 10206.0, 10203.0, 10224.0, 10269.0, 10240.0, 10224.0, 10223.0, 10197.0, 10207.0, 10179.0, 10195.0, 10207.0, 10234.0, 10211.0, 10206.0, 10198.0, 10214.0, 10226.0, 10196.0, 10212.0, 10209.0, 10202.0, 10219.0, 10231.0, 10222.0, 10223.0, 10208.0, 10240.0, 10237.0, 10222.0, 10239.0, 10262.0, 10222.0, 10242.0, 10286.0, 10226.0, 10224.0, 10224.0, 10243.0, 10251.0, 10243.0, 10238.0, 10218.0, 10245.0, 10257.0, 10242.0, 10272.0, 10294.0, 10270.0, 10280.0, 10299.0, 10364.0, 10352.0, 10250.0, 10250.0, 10260.0, 10242.0, 10247.0, 10279.0, 10267.0, 10268.0, 10316.0, 10335.0, 10327.0, 10366.0, 10294.0, 10317.0, 10207.0, 10235.0, 10286.0, 10222.0, 10351.0, 10347.0, 10331.0, 10343.0, 10296.0, 10275.0, 10272.0, 10256.0, 10297.0, 10238.0, 10227.0, 10169.0, 10188.0, 10249.0, 10185.0, 10199.0, 10170.0, 10187.0, 10229.0, 10167.0, 10163.0, 10157.0, 10182.0, 10157.0, 10186.0, 10168.0, 10195.0, 10180.0, 10194.0, 10209.0, 10189.0, 10220.0, 10217.0, 10223.0, 10235.0, 10250.0, 10269.0, 10253.0, 10262.0, 10329.0, 10336.0, 10342.0, 10260.0, 10212.0, 10205.0, 10249.0, 10219.0, 10248.0, 10262.0, 10258.0, 10274.0, 10271.0, 10254.0, 10295.0, 10323.0, 10276.0, 10342.0, 10313.0, 10308.0, 10226.0, 10230.0, 10347.0, 10308.0, 10339.0, 10312.0, 10316.0, 10328.0, 10289.0, 10250.0, 10255.0, 10220.0, 10256.0, 10192.0, 10196.0, 10202.0, 10214.0, 10213.0, 10230.0, 10256.0, 10213.0, 10209.0, 10212.0, 10214.0, 10251.0, 10212.0, 10198.0, 10214.0, 10227.0, 10230.0, 10216.0, 10230.0, 10217.0, 10219.0, 10235.0, 10262.0, 10261.0, 10256.0, 10273.0, 10261.0, 10246.0, 10233.0, 10231.0, 10229.0, 10247.0, 10257.0, 10247.0, 10261.0, 10288.0, 10247.0, 10301.0, 10315.0, 10302.0, 10352.0, 10322.0, 10260.0, 10218.0, 10235.0, 10219.0, 10237.0, 10268.0, 10230.0, 10242.0, 10266.0, 10238.0, 10307.0, 10218.0, 10240.0, 10214.0, 10233.0, 10300.0, 10221.0, 10245.0, 10326.0, 10260.0, 10310.0, 10216.0, 10234.0, 10295.0, 10230.0, 10214.0, 10213.0, 10231.0, 10209.0, 10220.0, 10236.0, 10238.0, 10236.0, 10213.0, 10244.0, 10251.0, 10229.0, 10249.0, 10240.0, 10247.0, 10232.0, 10253.0, 10236.0, 10248.0, 10251.0, 10223.0, 10265.0, 10297.0, 10308.0, 10253.0, 10262.0, 10233.0, 10260.0, 10313.0, 10259.0, 10259.0, 10334.0, 10261.0, 10282.0, 10227.0, 10259.0, 10336.0, 10281.0, 10265.0, 10225.0, 10254.0, 10327.0, 10284.0, 10262.0, 10310.0, 10232.0, 10270.0, 10298.0, 10217.0, 10305.0, 10218.0, 10227.0, 10204.0, 10229.0, 10227.0, 10211.0, 10253.0, 10261.0, 10235.0, 10220.0, 10223.0, 10221.0, 10207.0, 10241.0, 10238.0, 10246.0, 10231.0, 10243.0, 10276.0, 10303.0, 10249.0, 10283.0, 10232.0, 10233.0, 10202.0, 10244.0, 10259.0, 10228.0, 10248.0, 10319.0, 10354.0, 10298.0, 10333.0, 10226.0, 10241.0, 10329.0, 10246.0, 10231.0, 10303.0, 10239.0, 10248.0, 10212.0, 10240.0, 10228.0, 10257.0, 10242.0, 10242.0, 10243.0, 10229.0, 10257.0, 10235.0, 10241.0, 10282.0, 10228.0, 10256.0, 10321.0, 10261.0, 10313.0, 10316.0, 10274.0, 10287.0, 10243.0, 10255.0, 10228.0, 10235.0, 10221.0, 10254.0, 10251.0, 10238.0, 10252.0, 10293.0, 10240.0, 10289.0, 10210.0, 10223.0, 10333.0, 10252.0, 10209.0, 10190.0, 10221.0, 10234.0, 10227.0, 10255.0, 10244.0, 10228.0, 10228.0, 10229.0, 10212.0, 10214.0, 10229.0, 10205.0, 10243.0, 10289.0, 10263.0, 10236.0, 10281.0, 10226.0, 10252.0, 10300.0, 10231.0, 10262.0, 10209.0, 10228.0, 10320.0, 10241.0, 10310.0, 10227.0, 10239.0, 10345.0, 10277.0, 10288.0, 10217.0, 10215.0, 10330.0, 10278.0, 10237.0, 10300.0, 10198.0, 10223.0, 10288.0, 10199.0, 10209.0, 10180.0, 10232.0, 10228.0, 10196.0, 10187.0, 10215.0, 10219.0, 10218.0, 10227.0, 10241.0, 10244.0, 10261.0, 10221.0, 10236.0, 10269.0, 10220.0, 10247.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.0013179121725731895</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01907730348228043</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.374547815682334</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2263839846183497</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0046084858134163</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4938</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5165.1812</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08062174794747899</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.078582434514638</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4146988606783073</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.293692763495921</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.684363117817978</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.266040700721022</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0120605</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01567261666059494</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.032579269260168076</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1298</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.7195730878342363</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>16.8962</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.7072</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.5088</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298079.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1187.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>464.2578</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8045</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>703.085</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3853.6495</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4035.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78465.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1299.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5244.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1084.795</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.76023382158019</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> |