=== 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-0029 --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-0029",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
124 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-0029_ses-02_task-narratives_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0029_ses-02_task-narratives_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-02/func/sub-0029_ses-02_task-narratives_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>3cac2691182897020e73f9871e566a9c</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:46:26.240000</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.999199, -0.0339544, -0.0211742, 0.0357659, 0.995113, 0.0920324]</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-02_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.122104</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4134, -7795, -7204, 570, -35, -220, -27, 52]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>256.998</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>01766a5a-3f88-40a7-ac59-4b244a34c9e1||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.6807780265808105, 0.09595724940299988, -0.04845375195145607, 112.40705871582031], [0.09109728038311005, 2.669816732406616, 0.250333309173584, -93.83434295654297], [-0.05680886283516884, -0.24691632390022278, 2.6879332065582275, -24.729276657104492], [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, 1098]</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], 'AcquisitionTime': ['114626.240000', '114626.700000', '114627.160000', '114627.620000', '114628.080000', '114628.540000', '114629.000000', '114629.460000', '114629.920000', '114630.380000', '114630.840000', '114631.300000', '114631.760000', '114632.220000', '114632.680000', '114633.140000', '114633.600000', '114634.060000', '114634.520000', '114634.980000', '114635.440000', '114635.900000', '114636.360000', '114636.820000', '114637.280000', '114637.740000', '114638.200000', '114638.660000', '114639.120000', '114639.580000', '114640.040000', '114640.500000', '114640.960000', '114641.420000', '114641.880000', '114642.340000', '114642.800000', '114643.260000', '114643.720000', '114644.180000', '114644.640000', '114645.100000', '114645.560000', '114646.020000', '114646.480000', '114646.940000', '114647.400000', '114647.860000', '114648.320000', '114648.780000', '114649.240000', '114649.700000', '114650.160000', '114650.620000', '114651.080000', '114651.540000', '114652.000000', '114652.460000', '114652.920000', '114653.380000', '114653.840000', '114654.300000', '114654.760000', '114655.220000', '114655.680000', '114656.140000', '114656.600000', '114657.060000', '114657.520000', '114657.980000', '114658.440000', '114658.900000', '114659.360000', '114659.820000', '114700.280000', '114700.740000', '114701.200000', '114701.660000', '114702.120000', '114702.580000', '114703.040000', '114703.500000', '114703.960000', '114704.420000', '114704.880000', '114705.340000', '114705.800000', '114706.260000', '114706.720000', '114707.180000', '114707.640000', '114708.100000', '114708.560000', '114709.020000', '114709.480000', '114709.940000', '114710.400000', '114710.860000', '114711.320000', '114711.780000', '114712.240000', '114712.700000', '114713.160000', '114713.620000', '114714.080000', '114714.540000', '114715.000000', '114715.460000', '114715.920000', '114716.380000', '114716.840000', '114717.300000', '114717.760000', '114718.220000', '114718.680000', '114719.140000', '114719.600000', '114720.060000', '114720.520000', '114720.980000', '114721.440000', '114721.900000', '114722.360000', '114722.820000', '114723.280000', '114723.740000', '114724.200000', '114724.660000', '114725.120000', '114725.580000', '114726.040000', '114726.500000', '114726.960000', '114727.420000', '114727.880000', '114728.340000', '114728.800000', '114729.260000', '114729.720000', '114730.180000', '114730.640000', '114731.100000', '114731.560000', '114732.020000', '114732.480000', '114732.940000', '114733.400000', '114733.860000', '114734.320000', '114734.780000', '114735.240000', '114735.700000', '114736.160000', '114736.620000', '114737.080000', '114737.540000', '114738.000000', '114738.460000', '114738.920000', '114739.380000', '114739.840000', '114740.300000', '114740.760000', '114741.220000', '114741.680000', '114742.140000', '114742.600000', '114743.060000', '114743.520000', '114743.980000', '114744.440000', '114744.900000', '114745.360000', '114745.820000', '114746.280000', '114746.740000', '114747.200000', '114747.660000', '114748.120000', '114748.580000', '114749.040000', '114749.500000', '114749.960000', '114750.420000', '114750.880000', '114751.340000', '114751.800000', '114752.260000', '114752.720000', '114753.180000', '114753.640000', '114754.100000', '114754.560000', '114755.020000', '114755.480000', '114755.940000', '114756.400000', '114756.860000', '114757.320000', '114757.780000', '114758.240000', '114758.700000', '114759.160000', '114759.620000', '114800.080000', '114800.540000', '114801.000000', '114801.460000', '114801.920000', '114802.380000', '114802.840000', '114803.300000', '114803.760000', '114804.220000', '114804.680000', '114805.140000', '114805.600000', '114806.060000', '114806.520000', '114806.980000', '114807.440000', '114807.900000', '114808.360000', '114808.820000', '114809.280000', '114809.740000', '114810.200000', '114810.660000', '114811.120000', '114811.580000', '114812.040000', '114812.500000', '114812.960000', '114813.420000', '114813.880000', '114814.340000', '114814.800000', '114815.260000', '114815.720000', '114816.180000', '114816.640000', '114817.100000', '114817.560000', '114818.020000', '114818.480000', '114818.940000', '114819.400000', '114819.860000', '114820.320000', '114820.780000', '114821.240000', '114821.700000', '114822.160000', '114822.620000', '114823.080000', '114823.540000', '114824.000000', '114824.460000', '114824.920000', '114825.380000', '114825.840000', '114826.300000', '114826.760000', '114827.220000', '114827.680000', '114828.140000', '114828.600000', '114829.060000', '114829.520000', '114829.980000', '114830.440000', '114830.900000', '114831.360000', '114831.820000', '114832.280000', '114832.740000', '114833.200000', '114833.660000', '114834.120000', '114834.580000', '114835.040000', '114835.500000', '114835.960000', '114836.420000', '114836.880000', '114837.340000', '114837.800000', '114838.260000', '114838.720000', '114839.180000', '114839.640000', '114840.100000', '114840.560000', '114841.020000', '114841.480000', '114841.940000', '114842.400000', '114842.860000', '114843.320000', '114843.780000', '114844.240000', '114844.700000', '114845.160000', '114845.620000', '114846.080000', '114846.540000', '114847.000000', '114847.460000', '114847.920000', '114848.380000', '114848.840000', '114849.300000', '114849.760000', '114850.220000', '114850.680000', '114851.140000', '114851.600000', '114852.060000', '114852.520000', '114852.980000', '114853.440000', '114853.900000', '114854.360000', '114854.820000', '114855.280000', '114855.740000', '114856.200000', '114856.660000', '114857.120000', '114857.580000', '114858.040000', '114858.500000', '114858.960000', '114859.420000', '114859.880000', '114900.340000', '114900.800000', '114901.260000', '114901.720000', '114902.180000', '114902.640000', '114903.100000', '114903.560000', '114904.020000', '114904.480000', '114904.940000', '114905.400000', '114905.860000', '114906.320000', '114906.780000', '114907.240000', '114907.700000', '114908.160000', '114908.620000', '114909.080000', '114909.540000', '114910.000000', '114910.460000', '114910.920000', '114911.380000', '114911.840000', '114912.300000', '114912.760000', '114913.220000', '114913.680000', '114914.140000', '114914.600000', '114915.060000', '114915.520000', '114915.980000', '114916.440000', '114916.900000', '114917.360000', '114917.820000', '114918.280000', '114918.740000', '114919.200000', '114919.660000', '114920.120000', '114920.580000', '114921.040000', '114921.500000', '114921.960000', '114922.420000', '114922.880000', '114923.340000', '114923.800000', '114924.260000', '114924.720000', '114925.180000', '114925.640000', '114926.100000', '114926.560000', '114927.020000', '114927.480000', '114927.940000', '114928.400000', '114928.860000', '114929.320000', '114929.780000', '114930.240000', '114930.700000', '114931.160000', '114931.620000', '114932.080000', '114932.540000', '114933.000000', '114933.460000', '114933.920000', '114934.380000', '114934.840000', '114935.300000', '114935.760000', '114936.220000', '114936.680000', '114937.140000', '114937.600000', '114938.060000', '114938.520000', '114938.980000', '114939.440000', '114939.900000', '114940.360000', '114940.820000', '114941.280000', '114941.740000', '114942.200000', '114942.660000', '114943.120000', '114943.580000', '114944.040000', '114944.500000', '114944.960000', '114945.420000', '114945.880000', '114946.340000', '114946.800000', '114947.260000', '114947.720000', '114948.180000', '114948.640000', '114949.100000', '114949.560000', '114950.020000', '114950.480000', '114950.940000', '114951.400000', '114951.860000', '114952.320000', '114952.780000', '114953.240000', '114953.700000', '114954.160000', '114954.620000', '114955.080000', '114955.540000', '114956.000000', '114956.460000', '114956.920000', '114957.380000', '114957.840000', '114958.300000', '114958.760000', '114959.220000', '114959.680000', '115000.140000', '115000.600000', '115001.060000', '115001.520000', '115001.980000', '115002.440000', '115002.900000', '115003.360000', '115003.820000', '115004.280000', '115004.740000', '115005.200000', '115005.660000', '115006.120000', '115006.580000', '115007.040000', '115007.500000', '115007.960000', '115008.420000', '115008.880000', '115009.340000', '115009.800000', '115010.260000', '115010.720000', '115011.180000', '115011.640000', '115012.100000', '115012.560000', '115013.020000', '115013.480000', '115013.940000', '115014.400000', '115014.860000', '115015.320000', '115015.780000', '115016.240000', '115016.700000', '115017.160000', '115017.620000', '115018.080000', '115018.540000', '115019.000000', '115019.460000', '115019.920000', '115020.380000', '115020.840000', '115021.300000', '115021.760000', '115022.220000', '115022.680000', '115023.140000', '115023.600000', '115024.060000', '115024.520000', '115024.980000', '115025.440000', '115025.900000', '115026.360000', '115026.820000', '115027.280000', '115027.740000', '115028.200000', '115028.660000', '115029.120000', '115029.580000', '115030.040000', '115030.500000', '115030.960000', '115031.420000', '115031.880000', '115032.340000', '115032.800000', '115033.260000', '115033.720000', '115034.180000', '115034.640000', '115035.100000', '115035.560000', '115036.020000', '115036.480000', '115036.940000', '115037.400000', '115037.860000', '115038.320000', '115038.780000', '115039.240000', '115039.700000', '115040.160000', '115040.620000', '115041.080000', '115041.540000', '115042.000000', '115042.460000', '115042.920000', '115043.380000', '115043.840000', '115044.300000', '115044.760000', '115045.220000', '115045.680000', '115046.140000', '115046.600000', '115047.060000', '115047.520000', '115047.980000', '115048.440000', '115048.900000', '115049.360000', '115049.820000', '115050.280000', '115050.740000', '115051.200000', '115051.660000', '115052.120000', '115052.580000', '115053.040000', '115053.500000', '115053.960000', '115054.420000', '115054.880000', '115055.340000', '115055.800000', '115056.260000', '115056.720000', '115057.180000', '115057.640000', '115058.100000', '115058.560000', '115059.020000', '115059.480000', '115059.940000', '115100.400000', '115100.860000', '115101.320000', '115101.780000', '115102.240000', '115102.700000', '115103.160000', '115103.620000', '115104.080000', '115104.540000', '115105.000000', '115105.460000', '115105.920000', '115106.380000', '115106.840000', '115107.300000', '115107.760000', '115108.220000', '115108.680000', '115109.140000', '115109.600000', '115110.060000', '115110.520000', '115110.980000', '115111.440000', '115111.900000', '115112.360000', '115112.820000', '115113.280000', '115113.740000', '115114.200000', '115114.660000', '115115.120000', '115115.580000', '115116.040000', '115116.500000', '115116.960000', '115117.420000', '115117.880000', '115118.340000', '115118.800000', '115119.260000', '115119.720000', '115120.180000', '115120.640000', '115121.100000', '115121.560000', '115122.020000', '115122.480000', '115122.940000', '115123.400000', '115123.860000', '115124.320000', '115124.780000', '115125.240000', '115125.700000', '115126.160000', '115126.620000', '115127.080000', '115127.540000', '115128.000000', '115128.460000', '115128.920000', '115129.380000', '115129.840000', '115130.300000', '115130.760000', '115131.220000', '115131.680000', '115132.140000', '115132.600000', '115133.060000', '115133.520000', '115133.980000', '115134.440000', '115134.900000', '115135.360000', '115135.820000', '115136.280000', '115136.740000', '115137.200000', '115137.660000', '115138.120000', '115138.580000', '115139.040000', '115139.500000', '115139.960000', '115140.420000', '115140.880000', '115141.340000', '115141.800000', '115142.260000', '115142.720000', '115143.180000', '115143.640000', '115144.100000', '115144.560000', '115145.020000', '115145.480000', '115145.940000', '115146.400000', '115146.860000', '115147.320000', '115147.780000', '115148.240000', '115148.700000', '115149.160000', '115149.620000', '115150.080000', '115150.540000', '115151.000000', '115151.460000', '115151.920000', '115152.380000', '115152.840000', '115153.300000', '115153.760000', '115154.220000', '115154.680000', '115155.140000', '115155.600000', '115156.060000', '115156.520000', '115156.980000', '115157.440000', '115157.900000', '115158.360000', '115158.820000', '115159.280000', '115159.740000', '115200.200000', '115200.660000', '115201.120000', '115201.580000', '115202.040000', '115202.500000', '115202.960000', '115203.420000', '115203.880000', '115204.340000', '115204.800000', '115205.260000', '115205.720000', '115206.180000', '115206.640000', '115207.100000', '115207.560000', '115208.020000', '115208.480000', '115208.940000', '115209.400000', '115209.860000', '115210.320000', '115210.780000', '115211.240000', '115211.700000', '115212.160000', '115212.620000', '115213.080000', '115213.540000', '115214.000000', '115214.460000', '115214.920000', '115215.380000', '115215.840000', '115216.300000', '115216.760000', '115217.220000', '115217.680000', '115218.140000', '115218.600000', '115219.060000', '115219.520000', '115219.980000', '115220.440000', '115220.900000', '115221.360000', '115221.820000', '115222.280000', '115222.740000', '115223.200000', '115223.660000', '115224.120000', '115224.580000', '115225.040000', '115225.500000', '115225.960000', '115226.420000', '115226.880000', '115227.340000', '115227.800000', '115228.260000', '115228.720000', '115229.180000', '115229.640000', '115230.100000', '115230.560000', '115231.020000', '115231.480000', '115231.940000', '115232.400000', '115232.860000', '115233.320000', '115233.780000', '115234.240000', '115234.700000', '115235.160000', '115235.620000', '115236.080000', '115236.540000', '115237.000000', '115237.460000', '115237.920000', '115238.380000', '115238.840000', '115239.300000', '115239.760000', '115240.220000', '115240.680000', '115241.140000', '115241.600000', '115242.060000', '115242.520000', '115242.980000', '115243.440000', '115243.900000', '115244.360000', '115244.820000', '115245.280000', '115245.740000', '115246.200000', '115246.660000', '115247.120000', '115247.580000', '115248.040000', '115248.500000', '115248.960000', '115249.420000', '115249.880000', '115250.340000', '115250.800000', '115251.260000', '115251.720000', '115252.180000', '115252.640000', '115253.100000', '115253.560000', '115254.020000', '115254.480000', '115254.940000', '115255.400000', '115255.860000', '115256.320000', '115256.780000', '115257.240000', '115257.700000', '115258.160000', '115258.620000', '115259.080000', '115259.540000', '115300.000000', '115300.460000', '115300.920000', '115301.380000', '115301.840000', '115302.300000', '115302.760000', '115303.220000', '115303.680000', '115304.140000', '115304.600000', '115305.060000', '115305.520000', '115305.980000', '115306.440000', '115306.900000', '115307.360000', '115307.820000', '115308.280000', '115308.740000', '115309.200000', '115309.660000', '115310.120000', '115310.580000', '115311.040000', '115311.500000', '115311.960000', '115312.420000', '115312.880000', '115313.340000', '115313.800000', '115314.260000', '115314.720000', '115315.180000', '115315.640000', '115316.100000', '115316.560000', '115317.020000', '115317.480000', '115317.940000', '115318.400000', '115318.860000', '115319.320000', '115319.780000', '115320.240000', '115320.700000', '115321.160000', '115321.620000', '115322.080000', '115322.540000', '115323.000000', '115323.460000', '115323.920000', '115324.380000', '115324.840000', '115325.300000', '115325.760000', '115326.220000', '115326.680000', '115327.140000', '115327.600000', '115328.060000', '115328.520000', '115328.980000', '115329.440000', '115329.900000', '115330.360000', '115330.820000', '115331.280000', '115331.740000', '115332.200000', '115332.660000', '115333.120000', '115333.580000', '115334.040000', '115334.500000', '115334.960000', '115335.420000', '115335.880000', '115336.340000', '115336.800000', '115337.260000', '115337.720000', '115338.180000', '115338.640000', '115339.100000', '115339.560000', '115340.020000', '115340.480000', '115340.940000', '115341.400000', '115341.860000', '115342.320000', '115342.780000', '115343.240000', '115343.700000', '115344.160000', '115344.620000', '115345.080000', '115345.540000', '115346.000000', '115346.460000', '115346.920000', '115347.380000', '115347.840000', '115348.300000', '115348.760000', '115349.220000', '115349.680000', '115350.140000', '115350.600000', '115351.060000', '115351.520000', '115351.980000', '115352.440000', '115352.900000', '115353.360000', '115353.820000', '115354.280000', '115354.740000', '115355.200000', '115355.660000', '115356.120000', '115356.580000', '115357.040000', '115357.500000', '115357.960000', '115358.420000', '115358.880000', '115359.340000', '115359.800000', '115400.260000', '115400.720000', '115401.180000', '115401.640000', '115402.100000', '115402.560000', '115403.020000', '115403.480000', '115403.940000', '115404.400000', '115404.860000', '115405.320000', '115405.780000', '115406.240000', '115406.700000', '115407.160000', '115407.620000', '115408.080000', '115408.540000', '115409.000000', '115409.460000', '115409.920000', '115410.380000', '115410.840000', '115411.300000', '115411.760000', '115412.220000', '115412.680000', '115413.140000', '115413.600000', '115414.060000', '115414.520000', '115414.980000', '115415.440000', '115415.900000', '115416.360000', '115416.820000', '115417.280000', '115417.740000', '115418.200000', '115418.660000', '115419.120000', '115419.580000', '115420.040000', '115420.500000', '115420.960000', '115421.420000', '115421.880000', '115422.340000', '115422.800000', '115423.260000', '115423.720000', '115424.180000', '115424.640000', '115425.100000', '115425.560000', '115426.020000', '115426.480000', '115426.940000', '115427.400000', '115427.860000', '115428.320000', '115428.780000', '115429.240000', '115429.700000', '115430.160000', '115430.620000', '115431.080000', '115431.540000', '115432.000000', '115432.460000', '115432.920000', '115433.380000', '115433.840000', '115434.300000', '115434.760000', '115435.220000', '115435.680000', '115436.140000', '115436.600000', '115437.060000', '115437.520000', '115437.980000', '115438.440000', '115438.900000', '115439.360000', '115439.820000', '115440.280000', '115440.740000', '115441.200000', '115441.660000', '115442.120000', '115442.580000', '115443.040000', '115443.500000', '115443.960000', '115444.420000', '115444.880000', '115445.340000', '115445.800000', '115446.260000', '115446.720000', '115447.180000', '115447.640000', '115448.100000', '115448.560000', '115449.020000', '115449.480000', '115449.940000', '115450.400000', '115450.860000'], 'ContentTime': ['114638.681000', '114638.684000', '114638.687000', '114638.690000', '114638.695000', '114638.699000', '114638.702000', '114638.705000', '114638.708000', '114638.711000', '114638.714000', '114638.739000', '114638.753000', '114638.755000', '114638.758000', '114638.761000', '114638.764000', '114638.767000', '114638.770000', '114638.772000', '114638.775000', '114638.778000', '114638.781000', '114638.784000', '114658.647000', '114658.650000', '114658.653000', '114658.656000', '114658.659000', '114658.661000', '114658.664000', '114658.667000', '114658.670000', '114658.673000', '114658.675000', '114658.678000', '114658.681000', '114658.684000', '114658.687000', '114658.689000', '114658.692000', '114658.695000', '114658.698000', '114658.701000', '114658.704000', '114658.706000', '114658.709000', '114658.712000', '114658.715000', '114658.718000', '114658.720000', '114658.723000', '114658.726000', '114658.729000', '114658.732000', '114658.735000', '114658.738000', '114658.740000', '114658.743000', '114658.751000', '114658.754000', '114658.756000', '114658.759000', '114658.762000', '114658.765000', '114658.768000', '114658.771000', '114658.774000', '114718.647000', '114718.650000', '114718.653000', '114718.656000', '114718.659000', '114718.661000', '114718.664000', '114718.667000', '114718.670000', '114718.673000', '114718.675000', '114718.678000', '114718.681000', '114718.684000', '114718.687000', '114718.690000', '114718.692000', '114718.695000', '114718.698000', '114718.701000', '114718.704000', '114718.707000', '114718.710000', '114718.713000', '114718.716000', '114718.718000', '114718.721000', '114718.724000', '114718.741000', '114718.744000', '114718.747000', '114718.750000', '114718.753000', '114718.756000', '114718.759000', '114718.761000', '114718.764000', '114718.767000', '114718.770000', '114718.773000', '114718.776000', '114718.779000', '114718.782000', '114738.647000', '114738.650000', '114738.653000', '114738.656000', '114738.658000', '114738.661000', '114738.664000', '114738.667000', '114738.670000', '114738.672000', '114738.675000', '114738.678000', '114738.681000', '114738.684000', '114738.687000', '114738.689000', '114738.692000', '114738.695000', '114738.698000', '114738.701000', '114738.704000', '114738.706000', '114738.709000', '114738.712000', '114738.715000', '114738.718000', '114738.721000', '114738.724000', '114738.726000', '114738.730000', '114738.732000', '114738.735000', '114738.738000', '114738.741000', '114738.744000', '114738.746000', '114738.749000', '114738.752000', '114738.755000', '114738.758000', '114738.761000', '114738.764000', '114738.767000', '114738.769000', '114758.646000', '114758.649000', '114758.652000', '114758.655000', '114758.658000', '114758.660000', '114758.664000', '114758.668000', '114758.670000', '114758.673000', '114758.676000', '114758.679000', '114758.682000', '114758.685000', '114758.688000', '114758.690000', '114758.693000', '114758.696000', '114758.699000', '114758.702000', '114758.705000', '114758.707000', '114758.710000', '114758.713000', '114758.716000', '114758.719000', '114758.722000', '114758.725000', '114758.728000', '114758.731000', '114758.734000', '114758.737000', '114758.739000', '114758.742000', '114758.745000', '114758.748000', '114758.751000', '114758.754000', '114758.756000', '114758.759000', '114758.762000', '114758.765000', '114758.768000', '114818.647000', '114818.650000', '114818.653000', '114818.656000', '114818.658000', '114818.661000', '114818.664000', '114818.667000', '114818.670000', '114818.673000', '114818.675000', '114818.678000', '114818.681000', '114818.684000', '114818.687000', '114818.690000', '114818.693000', '114818.695000', '114818.698000', '114818.701000', '114818.704000', '114818.707000', '114818.710000', '114818.713000', '114818.715000', '114818.718000', '114818.721000', '114818.724000', '114818.727000', '114818.730000', '114818.732000', '114818.735000', '114818.738000', '114818.741000', '114818.744000', '114818.747000', '114818.750000', '114818.752000', '114818.755000', '114818.758000', '114818.761000', '114818.764000', '114818.767000', '114818.770000', '114838.647000', '114838.650000', '114838.653000', '114838.656000', '114838.659000', '114838.661000', '114838.664000', '114838.667000', '114838.670000', '114838.673000', '114838.676000', '114838.678000', '114838.681000', '114838.684000', '114838.687000', '114838.690000', '114838.693000', '114838.696000', '114838.699000', '114838.701000', '114838.704000', '114838.707000', '114838.710000', '114838.713000', '114838.716000', '114838.719000', '114838.722000', '114838.724000', '114838.727000', '114838.730000', '114838.733000', '114838.736000', '114838.739000', '114838.742000', '114838.745000', '114838.748000', '114838.750000', '114838.753000', '114838.757000', '114838.762000', '114838.765000', '114838.768000', '114838.771000', '114858.647000', '114858.650000', '114858.653000', '114858.656000', '114858.659000', '114858.662000', '114858.664000', '114858.667000', '114858.670000', '114858.673000', '114858.676000', '114858.679000', '114858.681000', '114858.684000', '114858.687000', '114858.690000', '114858.693000', '114858.696000', '114858.699000', '114858.701000', '114858.704000', '114858.707000', '114858.710000', '114858.713000', '114858.716000', '114858.719000', '114858.722000', '114858.724000', '114858.727000', '114858.730000', '114858.733000', '114858.736000', '114858.739000', '114858.742000', '114858.744000', '114858.747000', '114858.750000', '114858.753000', '114858.756000', '114858.759000', '114858.762000', '114858.764000', '114858.767000', '114858.770000', '114918.647000', '114918.650000', '114918.653000', '114918.656000', '114918.659000', '114918.662000', '114918.664000', '114918.667000', '114918.670000', '114918.673000', '114918.676000', '114918.679000', '114918.681000', '114918.684000', '114918.687000', '114918.690000', '114918.693000', '114918.696000', '114918.699000', '114918.703000', '114918.706000', '114918.709000', '114918.712000', '114918.715000', '114918.718000', '114918.721000', '114918.724000', '114918.726000', '114918.729000', '114918.732000', '114918.735000', '114918.738000', '114918.741000', '114918.743000', '114918.746000', '114918.749000', '114918.752000', '114918.755000', '114918.758000', '114918.772000', '114918.775000', '114918.778000', '114918.781000', '114938.647000', '114938.650000', '114938.653000', '114938.656000', '114938.658000', '114938.661000', '114938.664000', '114938.667000', '114938.670000', '114938.673000', '114938.676000', '114938.678000', '114938.681000', '114938.684000', '114938.687000', '114938.690000', '114938.693000', '114938.696000', '114938.698000', '114938.701000', '114938.704000', '114938.707000', '114938.710000', '114938.713000', '114938.715000', '114938.718000', '114938.721000', '114938.724000', '114938.727000', '114938.730000', '114938.733000', '114938.735000', '114938.738000', '114938.741000', '114938.744000', '114938.747000', '114938.750000', '114938.753000', '114938.756000', '114938.759000', '114938.761000', '114938.764000', '114938.767000', '114938.770000', '114958.647000', '114958.650000', '114958.653000', '114958.656000', '114958.659000', '114958.661000', '114958.664000', '114958.667000', '114958.670000', '114958.673000', '114958.676000', '114958.679000', '114958.682000', '114958.684000', '114958.687000', '114958.690000', '114958.693000', '114958.696000', '114958.699000', '114958.701000', '114958.704000', '114958.707000', '114958.710000', '114958.713000', '114958.716000', '114958.719000', '114958.721000', '114958.724000', '114958.727000', '114958.730000', '114958.733000', '114958.736000', '114958.738000', '114958.741000', '114958.744000', '114958.747000', '114958.750000', '114958.753000', '114958.756000', '114958.759000', '114958.762000', '114958.764000', '114958.767000', '115018.646000', '115018.649000', '115018.652000', '115018.655000', '115018.658000', '115018.661000', '115018.663000', '115018.666000', '115018.669000', '115018.672000', '115018.675000', '115018.678000', '115018.680000', '115018.683000', '115018.686000', '115018.689000', '115018.692000', '115018.695000', '115018.697000', '115018.700000', '115018.703000', '115018.706000', '115018.709000', '115018.712000', '115018.715000', '115018.718000', '115018.720000', '115018.723000', '115018.726000', '115018.729000', '115018.732000', '115018.735000', '115018.737000', '115018.740000', '115018.743000', '115018.746000', '115018.749000', '115018.752000', '115018.755000', '115018.758000', '115018.760000', '115018.763000', '115018.766000', '115018.769000', '115038.647000', '115038.650000', '115038.653000', '115038.656000', '115038.659000', '115038.661000', '115038.664000', '115038.667000', '115038.670000', '115038.673000', '115038.676000', '115038.679000', '115038.682000', '115038.684000', '115038.687000', '115038.690000', '115038.693000', '115038.696000', '115038.699000', '115038.702000', '115038.705000', '115038.707000', '115038.710000', '115038.713000', '115038.716000', '115038.719000', '115038.722000', '115038.725000', '115038.727000', '115038.730000', '115038.733000', '115038.736000', '115038.740000', '115038.743000', '115038.746000', '115038.749000', '115038.752000', '115038.755000', '115038.758000', '115038.761000', '115038.764000', '115038.767000', '115038.770000', '115058.647000', '115058.650000', '115058.653000', '115058.655000', '115058.658000', '115058.661000', '115058.664000', '115058.667000', '115058.670000', '115058.673000', '115058.676000', '115058.678000', '115058.681000', '115058.684000', '115058.687000', '115058.690000', '115058.693000', '115058.696000', '115058.698000', '115058.701000', '115058.704000', '115058.724000', '115058.726000', '115058.729000', '115058.732000', '115058.735000', '115058.738000', '115058.741000', '115058.743000', '115058.746000', '115058.749000', '115058.752000', '115058.755000', '115058.758000', '115058.760000', '115058.763000', '115058.766000', '115058.769000', '115058.772000', '115058.775000', '115058.778000', '115058.780000', '115058.783000', '115058.786000', '115118.647000', '115118.650000', '115118.653000', '115118.656000', '115118.659000', '115118.662000', '115118.665000', '115118.667000', '115118.670000', '115118.673000', '115118.676000', '115118.679000', '115118.682000', '115118.685000', '115118.688000', '115118.691000', '115118.694000', '115118.697000', '115118.700000', '115118.703000', '115118.705000', '115118.708000', '115118.711000', '115118.714000', '115118.717000', '115118.720000', '115118.723000', '115118.726000', '115118.728000', '115118.731000', '115118.734000', '115118.737000', '115118.740000', '115118.743000', '115118.746000', '115118.749000', '115118.752000', '115118.754000', '115118.757000', '115118.760000', '115118.763000', '115118.766000', '115118.769000', '115138.647000', '115138.650000', '115138.653000', '115138.656000', '115138.659000', '115138.661000', '115138.664000', '115138.667000', '115138.670000', '115138.673000', '115138.676000', '115138.678000', '115138.681000', '115138.684000', '115138.687000', '115138.690000', '115138.693000', '115138.695000', '115138.698000', '115138.701000', '115138.704000', '115138.707000', '115138.710000', '115138.713000', '115138.715000', '115138.718000', '115138.721000', '115138.724000', '115138.727000', '115138.730000', '115138.733000', '115138.735000', '115138.738000', '115138.741000', '115138.744000', '115138.747000', '115138.750000', '115138.752000', '115138.755000', '115138.758000', '115138.761000', '115138.764000', '115138.767000', '115138.770000', '115158.647000', '115158.650000', '115158.653000', '115158.656000', '115158.659000', '115158.662000', '115158.664000', '115158.667000', '115158.670000', '115158.673000', '115158.676000', '115158.678000', '115158.681000', '115158.684000', '115158.687000', '115158.690000', '115158.693000', '115158.696000', '115158.699000', '115158.701000', '115158.704000', '115158.707000', '115158.710000', '115158.713000', '115158.716000', '115158.719000', '115158.721000', '115158.724000', '115158.727000', '115158.730000', '115158.733000', '115158.736000', '115158.739000', '115158.741000', '115158.744000', '115158.747000', '115158.750000', '115158.753000', '115158.756000', '115158.758000', '115158.761000', '115158.764000', '115158.767000', '115218.646000', '115218.649000', '115218.652000', '115218.655000', '115218.658000', '115218.660000', '115218.663000', '115218.666000', '115218.669000', '115218.672000', '115218.675000', '115218.678000', '115218.680000', '115218.683000', '115218.686000', '115218.689000', '115218.692000', '115218.695000', '115218.698000', '115218.700000', '115218.703000', '115218.706000', '115218.709000', '115218.712000', '115218.715000', '115218.717000', '115218.720000', '115218.723000', '115218.726000', '115218.729000', '115218.732000', '115218.746000', '115218.749000', '115218.752000', '115218.755000', '115218.758000', '115218.761000', '115218.764000', '115218.767000', '115218.770000', '115218.773000', '115218.776000', '115218.779000', '115218.781000', '115238.646000', '115238.649000', '115238.652000', '115238.655000', '115238.658000', '115238.661000', '115238.663000', '115238.666000', '115238.669000', '115238.672000', '115238.675000', '115238.678000', '115238.680000', '115238.683000', '115238.686000', '115238.689000', '115238.692000', '115238.695000', '115238.699000', '115238.702000', '115238.705000', '115238.708000', '115238.710000', '115238.713000', '115238.716000', '115238.719000', '115238.722000', '115238.725000', '115238.728000', '115238.731000', '115238.734000', '115238.736000', '115238.739000', '115238.742000', '115238.745000', '115238.748000', '115238.751000', '115238.753000', '115238.756000', '115238.759000', '115238.762000', '115238.765000', '115238.768000', '115258.647000', '115258.651000', '115258.654000', '115258.657000', '115258.660000', '115258.662000', '115258.665000', '115258.668000', '115258.671000', '115258.674000', '115258.677000', '115258.680000', '115258.682000', '115258.685000', '115258.688000', '115258.691000', '115258.694000', '115258.697000', '115258.700000', '115258.703000', '115258.705000', '115258.708000', '115258.711000', '115258.714000', '115258.717000', '115258.720000', '115258.722000', '115258.725000', '115258.728000', '115258.731000', '115258.734000', '115258.737000', '115258.740000', '115258.742000', '115258.745000', '115258.748000', '115258.751000', '115258.754000', '115258.757000', '115258.760000', '115258.762000', '115258.765000', '115258.768000', '115318.647000', '115318.650000', '115318.653000', '115318.656000', '115318.659000', '115318.662000', '115318.664000', '115318.667000', '115318.670000', '115318.673000', '115318.676000', '115318.678000', '115318.681000', '115318.684000', '115318.687000', '115318.690000', '115318.693000', '115318.696000', '115318.699000', '115318.701000', '115318.704000', '115318.707000', '115318.710000', '115318.713000', '115318.716000', '115318.719000', '115318.722000', '115318.724000', '115318.727000', '115318.730000', '115318.733000', '115318.736000', '115318.739000', '115318.742000', '115318.744000', '115318.747000', '115318.750000', '115318.753000', '115318.756000', '115318.759000', '115318.761000', '115318.764000', '115318.767000', '115318.770000', '115338.647000', '115338.650000', '115338.653000', '115338.656000', '115338.659000', '115338.662000', '115338.665000', '115338.668000', '115338.671000', '115338.674000', '115338.676000', '115338.679000', '115338.682000', '115338.685000', '115338.688000', '115338.691000', '115338.694000', '115338.697000', '115338.699000', '115338.702000', '115338.705000', '115338.708000', '115338.711000', '115338.714000', '115338.716000', '115338.719000', '115338.722000', '115338.725000', '115338.728000', '115338.731000', '115338.734000', '115338.737000', '115338.740000', '115338.743000', '115338.745000', '115338.748000', '115338.751000', '115338.754000', '115338.757000', '115338.760000', '115338.763000', '115338.765000', '115338.778000', '115358.647000', '115358.650000', '115358.653000', '115358.656000', '115358.659000', '115358.661000', '115358.664000', '115358.667000', '115358.670000', '115358.673000', '115358.676000', '115358.678000', '115358.681000', '115358.684000', '115358.687000', '115358.690000', '115358.693000', '115358.696000', '115358.698000', '115358.701000', '115358.704000', '115358.707000', '115358.710000', '115358.713000', '115358.716000', '115358.718000', '115358.721000', '115358.724000', '115358.727000', '115358.730000', '115358.733000', '115358.736000', '115358.739000', '115358.741000', '115358.744000', '115358.747000', '115358.750000', '115358.753000', '115358.756000', '115358.758000', '115358.761000', '115358.764000', '115358.767000', '115358.770000', '115418.647000', '115418.650000', '115418.653000', '115418.656000', '115418.659000', '115418.662000', '115418.665000', '115418.667000', '115418.670000', '115418.673000', '115418.676000', '115418.679000', '115418.683000', '115418.686000', '115418.689000', '115418.691000', '115418.694000', '115418.697000', '115418.700000', '115418.703000', '115418.706000', '115418.709000', '115418.711000', '115418.714000', '115418.717000', '115418.720000', '115418.723000', '115418.726000', '115418.729000', '115418.732000', '115418.734000', '115418.737000', '115418.740000', '115418.743000', '115418.746000', '115418.749000', '115418.760000', '115418.763000', '115418.766000', '115418.768000', '115418.771000', '115418.774000', '115418.777000', '115438.646000', '115438.649000', '115438.652000', '115438.655000', '115438.657000', '115438.660000', '115438.663000', '115438.666000', '115438.669000', '115438.672000', '115438.674000', '115438.677000', '115438.680000', '115438.683000', '115438.687000', '115438.690000', '115438.692000', '115438.695000', '115438.698000', '115438.701000', '115438.704000', '115438.707000', '115438.710000', '115438.712000', '115438.715000', '115438.718000', '115438.721000', '115438.724000', '115438.727000', '115438.730000', '115438.733000', '115438.735000', '115438.738000', '115438.741000', '115438.744000', '115438.747000', '115438.750000', '115438.753000', '115438.755000', '115438.758000', '115438.761000', '115438.764000', '115438.767000', '115438.770000', '115452.311000', '115452.314000', '115452.317000', '115452.320000', '115452.323000', '115452.326000', '115452.329000', '115452.332000', '115452.335000', '115452.338000', '115452.341000', '115452.344000', '115452.347000', '115452.350000', '115452.353000', '115452.355000', '115452.359000', '115452.361000', '115452.364000', '115452.367000', '115452.370000', '115452.373000', '115452.376000', '115452.379000', '115452.382000', '115452.385000', '115452.388000', '115452.391000', '115452.394000', '115452.397000'], 'InstanceCreationTime': ['114638.681000', '114638.684000', '114638.687000', '114638.690000', '114638.695000', '114638.699000', '114638.702000', '114638.705000', '114638.708000', '114638.711000', '114638.714000', '114638.739000', '114638.753000', '114638.755000', '114638.758000', '114638.761000', '114638.764000', '114638.767000', '114638.770000', '114638.772000', '114638.775000', '114638.778000', '114638.781000', '114638.784000', '114658.647000', '114658.650000', '114658.653000', '114658.656000', '114658.659000', '114658.661000', '114658.664000', '114658.667000', '114658.670000', '114658.673000', '114658.675000', '114658.678000', '114658.681000', '114658.684000', '114658.687000', '114658.689000', '114658.692000', '114658.695000', '114658.698000', '114658.701000', '114658.704000', '114658.706000', '114658.709000', '114658.712000', '114658.715000', '114658.718000', '114658.720000', '114658.723000', '114658.726000', '114658.729000', '114658.732000', '114658.735000', '114658.738000', '114658.740000', '114658.743000', '114658.751000', '114658.754000', '114658.756000', '114658.759000', '114658.762000', '114658.765000', '114658.768000', '114658.771000', '114658.774000', '114718.647000', '114718.650000', '114718.653000', '114718.656000', '114718.659000', '114718.661000', '114718.664000', '114718.667000', '114718.670000', '114718.673000', '114718.675000', '114718.678000', '114718.681000', '114718.684000', '114718.687000', '114718.690000', '114718.692000', '114718.695000', '114718.698000', '114718.701000', '114718.704000', '114718.707000', '114718.710000', '114718.713000', '114718.716000', '114718.718000', '114718.721000', '114718.724000', '114718.741000', '114718.744000', '114718.747000', '114718.750000', '114718.753000', '114718.756000', '114718.759000', '114718.761000', '114718.764000', '114718.767000', '114718.770000', '114718.773000', '114718.776000', '114718.779000', '114718.782000', '114738.647000', '114738.650000', '114738.653000', '114738.656000', '114738.658000', '114738.661000', '114738.664000', '114738.667000', '114738.670000', '114738.672000', '114738.675000', '114738.678000', '114738.681000', '114738.684000', '114738.687000', '114738.689000', '114738.692000', '114738.695000', '114738.698000', '114738.701000', '114738.704000', '114738.706000', '114738.709000', '114738.712000', '114738.715000', '114738.718000', '114738.721000', '114738.724000', '114738.726000', '114738.730000', '114738.732000', '114738.735000', '114738.738000', '114738.741000', '114738.744000', '114738.746000', '114738.749000', '114738.752000', '114738.755000', '114738.758000', '114738.761000', '114738.764000', '114738.767000', '114738.769000', '114758.646000', '114758.649000', '114758.652000', '114758.655000', '114758.658000', '114758.660000', '114758.664000', '114758.668000', '114758.670000', '114758.673000', '114758.676000', '114758.679000', '114758.682000', '114758.685000', '114758.688000', '114758.690000', '114758.693000', '114758.696000', '114758.699000', '114758.702000', '114758.705000', '114758.707000', '114758.710000', '114758.713000', '114758.716000', '114758.719000', '114758.722000', '114758.725000', '114758.728000', '114758.731000', '114758.734000', '114758.737000', '114758.739000', '114758.742000', '114758.745000', '114758.748000', '114758.751000', '114758.754000', '114758.756000', '114758.759000', '114758.762000', '114758.765000', '114758.768000', '114818.647000', '114818.650000', '114818.653000', '114818.656000', '114818.658000', '114818.661000', '114818.664000', '114818.667000', '114818.670000', '114818.673000', '114818.675000', '114818.678000', '114818.681000', '114818.684000', '114818.687000', '114818.690000', '114818.693000', '114818.695000', '114818.698000', '114818.701000', '114818.704000', '114818.707000', '114818.710000', '114818.713000', '114818.715000', '114818.718000', '114818.721000', '114818.724000', '114818.727000', '114818.730000', '114818.732000', '114818.735000', '114818.738000', '114818.741000', '114818.744000', '114818.747000', '114818.750000', '114818.752000', '114818.755000', '114818.758000', '114818.761000', '114818.764000', '114818.767000', '114818.770000', '114838.647000', '114838.650000', '114838.653000', '114838.656000', '114838.659000', '114838.661000', '114838.664000', '114838.667000', '114838.670000', '114838.673000', '114838.676000', '114838.678000', '114838.681000', '114838.684000', '114838.687000', '114838.690000', '114838.693000', '114838.696000', '114838.699000', '114838.701000', '114838.704000', '114838.707000', '114838.710000', '114838.713000', '114838.716000', '114838.719000', '114838.722000', '114838.724000', '114838.727000', '114838.730000', '114838.733000', '114838.736000', '114838.739000', '114838.742000', '114838.745000', '114838.748000', '114838.750000', '114838.753000', '114838.757000', '114838.762000', '114838.765000', '114838.768000', '114838.771000', '114858.647000', '114858.650000', '114858.653000', '114858.656000', '114858.659000', '114858.662000', '114858.664000', '114858.667000', '114858.670000', '114858.673000', '114858.676000', '114858.679000', '114858.681000', '114858.684000', '114858.687000', '114858.690000', '114858.693000', '114858.696000', '114858.699000', '114858.701000', '114858.704000', '114858.707000', '114858.710000', '114858.713000', '114858.716000', '114858.719000', '114858.722000', '114858.724000', '114858.727000', '114858.730000', '114858.733000', '114858.736000', '114858.739000', '114858.742000', '114858.744000', '114858.747000', '114858.750000', '114858.753000', '114858.756000', '114858.759000', '114858.762000', '114858.764000', '114858.767000', '114858.770000', '114918.647000', '114918.650000', '114918.653000', '114918.656000', '114918.659000', '114918.662000', '114918.664000', '114918.667000', '114918.670000', '114918.673000', '114918.676000', '114918.679000', '114918.681000', '114918.684000', '114918.687000', '114918.690000', '114918.693000', '114918.696000', '114918.699000', '114918.703000', '114918.706000', '114918.709000', '114918.712000', '114918.715000', '114918.718000', '114918.721000', '114918.724000', '114918.726000', '114918.729000', '114918.732000', '114918.735000', '114918.738000', '114918.741000', '114918.743000', '114918.746000', '114918.749000', '114918.752000', '114918.755000', '114918.758000', '114918.772000', '114918.775000', '114918.778000', '114918.781000', '114938.647000', '114938.650000', '114938.653000', '114938.656000', '114938.658000', '114938.661000', '114938.664000', '114938.667000', '114938.670000', '114938.673000', '114938.676000', '114938.678000', '114938.681000', '114938.684000', '114938.687000', '114938.690000', '114938.693000', '114938.696000', '114938.698000', '114938.701000', '114938.704000', '114938.707000', '114938.710000', '114938.713000', '114938.715000', '114938.718000', '114938.721000', '114938.724000', '114938.727000', '114938.730000', '114938.733000', '114938.735000', '114938.738000', '114938.741000', '114938.744000', '114938.747000', '114938.750000', '114938.753000', '114938.756000', '114938.759000', '114938.761000', '114938.764000', '114938.767000', '114938.770000', '114958.647000', '114958.650000', '114958.653000', '114958.656000', '114958.659000', '114958.661000', '114958.664000', '114958.667000', '114958.670000', '114958.673000', '114958.676000', '114958.679000', '114958.682000', '114958.684000', '114958.687000', '114958.690000', '114958.693000', '114958.696000', '114958.699000', '114958.701000', '114958.704000', '114958.707000', '114958.710000', '114958.713000', '114958.716000', '114958.719000', '114958.721000', '114958.724000', '114958.727000', '114958.730000', '114958.733000', '114958.736000', '114958.738000', '114958.741000', '114958.744000', '114958.747000', '114958.750000', '114958.753000', '114958.756000', '114958.759000', '114958.762000', '114958.764000', '114958.767000', '115018.646000', '115018.649000', '115018.652000', '115018.655000', '115018.658000', '115018.661000', '115018.663000', '115018.666000', '115018.669000', '115018.672000', '115018.675000', '115018.678000', '115018.680000', '115018.683000', '115018.686000', '115018.689000', '115018.692000', '115018.695000', '115018.697000', '115018.700000', '115018.703000', '115018.706000', '115018.709000', '115018.712000', '115018.715000', '115018.718000', '115018.720000', '115018.723000', '115018.726000', '115018.729000', '115018.732000', '115018.735000', '115018.737000', '115018.740000', '115018.743000', '115018.746000', '115018.749000', '115018.752000', '115018.755000', '115018.758000', '115018.760000', '115018.763000', '115018.766000', '115018.769000', '115038.647000', '115038.650000', '115038.653000', '115038.656000', '115038.659000', '115038.661000', '115038.664000', '115038.667000', '115038.670000', '115038.673000', '115038.676000', '115038.679000', '115038.682000', '115038.684000', '115038.687000', '115038.690000', '115038.693000', '115038.696000', '115038.699000', '115038.702000', '115038.705000', '115038.707000', '115038.710000', '115038.713000', '115038.716000', '115038.719000', '115038.722000', '115038.725000', '115038.727000', '115038.730000', '115038.733000', '115038.736000', '115038.740000', '115038.743000', '115038.746000', '115038.749000', '115038.752000', '115038.755000', '115038.758000', '115038.761000', '115038.764000', '115038.767000', '115038.770000', '115058.647000', '115058.650000', '115058.653000', '115058.655000', '115058.658000', '115058.661000', '115058.664000', '115058.667000', '115058.670000', '115058.673000', '115058.676000', '115058.678000', '115058.681000', '115058.684000', '115058.687000', '115058.690000', '115058.693000', '115058.696000', '115058.698000', '115058.701000', '115058.704000', '115058.724000', '115058.726000', '115058.729000', '115058.732000', '115058.735000', '115058.738000', '115058.741000', '115058.743000', '115058.746000', '115058.749000', '115058.752000', '115058.755000', '115058.758000', '115058.760000', '115058.763000', '115058.766000', '115058.769000', '115058.772000', '115058.775000', '115058.778000', '115058.780000', '115058.783000', '115058.786000', '115118.647000', '115118.650000', '115118.653000', '115118.656000', '115118.659000', '115118.662000', '115118.665000', '115118.667000', '115118.670000', '115118.673000', '115118.676000', '115118.679000', '115118.682000', '115118.685000', '115118.688000', '115118.691000', '115118.694000', '115118.697000', '115118.700000', '115118.703000', '115118.705000', '115118.708000', '115118.711000', '115118.714000', '115118.717000', '115118.720000', '115118.723000', '115118.726000', '115118.728000', '115118.731000', '115118.734000', '115118.737000', '115118.740000', '115118.743000', '115118.746000', '115118.749000', '115118.752000', '115118.754000', '115118.757000', '115118.760000', '115118.763000', '115118.766000', '115118.769000', '115138.647000', '115138.650000', '115138.653000', '115138.656000', '115138.659000', '115138.661000', '115138.664000', '115138.667000', '115138.670000', '115138.673000', '115138.676000', '115138.678000', '115138.681000', '115138.684000', '115138.687000', '115138.690000', '115138.693000', '115138.695000', '115138.698000', '115138.701000', '115138.704000', '115138.707000', '115138.710000', '115138.713000', '115138.715000', '115138.718000', '115138.721000', '115138.724000', '115138.727000', '115138.730000', '115138.733000', '115138.735000', '115138.738000', '115138.741000', '115138.744000', '115138.747000', '115138.750000', '115138.752000', '115138.755000', '115138.758000', '115138.761000', '115138.764000', '115138.767000', '115138.770000', '115158.647000', '115158.650000', '115158.653000', '115158.656000', '115158.659000', '115158.662000', '115158.664000', '115158.667000', '115158.670000', '115158.673000', '115158.676000', '115158.678000', '115158.681000', '115158.684000', '115158.687000', '115158.690000', '115158.693000', '115158.696000', '115158.699000', '115158.701000', '115158.704000', '115158.707000', '115158.710000', '115158.713000', '115158.716000', '115158.719000', '115158.721000', '115158.724000', '115158.727000', '115158.730000', '115158.733000', '115158.736000', '115158.739000', '115158.741000', '115158.744000', '115158.747000', '115158.750000', '115158.753000', '115158.756000', '115158.758000', '115158.761000', '115158.764000', '115158.767000', '115218.646000', '115218.649000', '115218.652000', '115218.655000', '115218.658000', '115218.660000', '115218.663000', '115218.666000', '115218.669000', '115218.672000', '115218.675000', '115218.678000', '115218.680000', '115218.683000', '115218.686000', '115218.689000', '115218.692000', '115218.695000', '115218.698000', '115218.700000', '115218.703000', '115218.706000', '115218.709000', '115218.712000', '115218.715000', '115218.717000', '115218.720000', '115218.723000', '115218.726000', '115218.729000', '115218.732000', '115218.746000', '115218.749000', '115218.752000', '115218.755000', '115218.758000', '115218.761000', '115218.764000', '115218.767000', '115218.770000', '115218.773000', '115218.776000', '115218.779000', '115218.781000', '115238.646000', '115238.649000', '115238.652000', '115238.655000', '115238.658000', '115238.661000', '115238.663000', '115238.666000', '115238.669000', '115238.672000', '115238.675000', '115238.678000', '115238.680000', '115238.683000', '115238.686000', '115238.689000', '115238.692000', '115238.695000', '115238.699000', '115238.702000', '115238.705000', '115238.708000', '115238.710000', '115238.713000', '115238.716000', '115238.719000', '115238.722000', '115238.725000', '115238.728000', '115238.731000', '115238.734000', '115238.736000', '115238.739000', '115238.742000', '115238.745000', '115238.748000', '115238.751000', '115238.753000', '115238.756000', '115238.759000', '115238.762000', '115238.765000', '115238.768000', '115258.647000', '115258.651000', '115258.654000', '115258.657000', '115258.660000', '115258.662000', '115258.665000', '115258.668000', '115258.671000', '115258.674000', '115258.677000', '115258.680000', '115258.682000', '115258.685000', '115258.688000', '115258.691000', '115258.694000', '115258.697000', '115258.700000', '115258.703000', '115258.705000', '115258.708000', '115258.711000', '115258.714000', '115258.717000', '115258.720000', '115258.722000', '115258.725000', '115258.728000', '115258.731000', '115258.734000', '115258.737000', '115258.740000', '115258.742000', '115258.745000', '115258.748000', '115258.751000', '115258.754000', '115258.757000', '115258.760000', '115258.762000', '115258.765000', '115258.768000', '115318.647000', '115318.650000', '115318.653000', '115318.656000', '115318.659000', '115318.662000', '115318.664000', '115318.667000', '115318.670000', '115318.673000', '115318.676000', '115318.678000', '115318.681000', '115318.684000', '115318.687000', '115318.690000', '115318.693000', '115318.696000', '115318.699000', '115318.701000', '115318.704000', '115318.707000', '115318.710000', '115318.713000', '115318.716000', '115318.719000', '115318.722000', '115318.724000', '115318.727000', '115318.730000', '115318.733000', '115318.736000', '115318.739000', '115318.742000', '115318.744000', '115318.747000', '115318.750000', '115318.753000', '115318.756000', '115318.759000', '115318.761000', '115318.764000', '115318.767000', '115318.770000', '115338.647000', '115338.650000', '115338.653000', '115338.656000', '115338.659000', '115338.662000', '115338.665000', '115338.668000', '115338.671000', '115338.674000', '115338.676000', '115338.679000', '115338.682000', '115338.685000', '115338.688000', '115338.691000', '115338.694000', '115338.697000', '115338.699000', '115338.702000', '115338.705000', '115338.708000', '115338.711000', '115338.714000', '115338.716000', '115338.719000', '115338.722000', '115338.725000', '115338.728000', '115338.731000', '115338.734000', '115338.737000', '115338.740000', '115338.743000', '115338.745000', '115338.748000', '115338.751000', '115338.754000', '115338.757000', '115338.760000', '115338.763000', '115338.765000', '115338.778000', '115358.647000', '115358.650000', '115358.653000', '115358.656000', '115358.659000', '115358.661000', '115358.664000', '115358.667000', '115358.670000', '115358.673000', '115358.676000', '115358.678000', '115358.681000', '115358.684000', '115358.687000', '115358.690000', '115358.693000', '115358.696000', '115358.698000', '115358.701000', '115358.704000', '115358.707000', '115358.710000', '115358.713000', '115358.716000', '115358.718000', '115358.721000', '115358.724000', '115358.727000', '115358.730000', '115358.733000', '115358.736000', '115358.739000', '115358.741000', '115358.744000', '115358.747000', '115358.750000', '115358.753000', '115358.756000', '115358.758000', '115358.761000', '115358.764000', '115358.767000', '115358.770000', '115418.647000', '115418.650000', '115418.653000', '115418.656000', '115418.659000', '115418.662000', '115418.665000', '115418.667000', '115418.670000', '115418.673000', '115418.676000', '115418.679000', '115418.683000', '115418.686000', '115418.689000', '115418.691000', '115418.694000', '115418.697000', '115418.700000', '115418.703000', '115418.706000', '115418.709000', '115418.711000', '115418.714000', '115418.717000', '115418.720000', '115418.723000', '115418.726000', '115418.729000', '115418.732000', '115418.734000', '115418.737000', '115418.740000', '115418.743000', '115418.746000', '115418.749000', '115418.760000', '115418.763000', '115418.766000', '115418.768000', '115418.771000', '115418.774000', '115418.777000', '115438.646000', '115438.649000', '115438.652000', '115438.655000', '115438.657000', '115438.660000', '115438.663000', '115438.666000', '115438.669000', '115438.672000', '115438.674000', '115438.677000', '115438.680000', '115438.683000', '115438.687000', '115438.690000', '115438.692000', '115438.695000', '115438.698000', '115438.701000', '115438.704000', '115438.707000', '115438.710000', '115438.712000', '115438.715000', '115438.718000', '115438.721000', '115438.724000', '115438.727000', '115438.730000', '115438.733000', '115438.735000', '115438.738000', '115438.741000', '115438.744000', '115438.747000', '115438.750000', '115438.753000', '115438.755000', '115438.758000', '115438.761000', '115438.764000', '115438.767000', '115438.770000', '115452.311000', '115452.314000', '115452.317000', '115452.320000', '115452.323000', '115452.326000', '115452.329000', '115452.332000', '115452.335000', '115452.338000', '115452.341000', '115452.344000', '115452.347000', '115452.350000', '115452.353000', '115452.355000', '115452.359000', '115452.361000', '115452.364000', '115452.367000', '115452.370000', '115452.373000', '115452.376000', '115452.379000', '115452.382000', '115452.385000', '115452.388000', '115452.391000', '115452.394000', '115452.397000'], '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], 'LargestImagePixelValue': [9895, 19111, 10029, 15515, 9482, 14127, 9810, 12737, 9040, 10019, 8366, 10247, 8188, 9841, 9152, 9349, 12631, 9663, 12197, 9549, 12395, 9549, 11046, 9303, 10093, 9435, 10604, 9428, 10471, 8079, 10147, 8205, 10152, 8243, 9417, 12949, 8979, 8150, 8560, 8150, 9256, 11571, 8989, 10780, 8333, 9925, 9705, 12909, 9703, 13647, 9541, 11675, 9737, 11627, 9672, 12235, 8747, 10651, 9531, 11735, 10182, 13864, 8598, 10851, 9104, 11092, 9995, 14125, 9748, 12162, 9516, 11332, 10048, 12552, 8408, 10587, 8261, 8852, 8828, 9794, 9288, 14234, 9462, 8295, 9491, 8534, 10139, 17032, 10148, 13465, 9119, 11347, 8906, 11749, 8910, 9890, 9028, 8209, 9275, 8321, 9103, 10454, 9088, 8573, 9131, 8279, 9018, 8242, 9092, 8514, 9286, 7935, 9991, 7834, 10274, 8477, 10365, 7817, 10242, 8069, 10252, 10617, 9821, 8439, 9443, 7730, 9599, 8323, 10183, 17737, 9804, 12069, 9236, 9849, 8579, 9302, 8354, 8166, 8179, 8152, 9407, 8299, 10455, 8421, 10390, 7908, 10621, 8297, 10307, 8602, 10544, 7961, 10918, 7803, 10618, 8519, 9945, 14035, 9065, 14540, 9814, 15788, 10085, 13150, 8596, 10461, 9140, 8511, 11025, 10295, 13269, 10477, 15198, 10700, 15205, 10067, 13205, 9386, 10299, 14232, 9023, 9582, 9903, 9746, 10417, 11442, 9480, 9487, 9779, 9838, 9479, 10764, 9446, 10518, 9581, 10897, 9502, 12804, 9410, 11804, 9560, 12002, 9419, 12549, 9399, 11853, 9643, 12347, 9692, 13077, 10062, 14496, 9984, 14553, 10050, 14824, 10066, 14991, 9752, 15044, 9329, 13309, 8973, 10383, 8770, 9890, 17650, 10425, 17342, 10014, 14729, 10182, 13019, 9323, 9525, 8459, 8811, 7775, 8741, 7781, 9890, 12293, 9762, 11611, 9885, 10318, 8024, 9276, 7987, 9798, 15624, 9148, 11756, 9159, 10418, 9043, 9620, 7721, 9007, 7803, 9221, 7804, 9320, 8818, 8553, 8048, 8912, 9172, 9818, 15873, 9530, 13059, 9285, 12885, 9081, 12642, 9373, 11490, 9491, 11501, 10175, 12984, 9286, 14458, 9325, 14533, 8675, 11944, 8316, 10716, 8024, 9683, 7945, 9369, 14961, 9908, 18409, 9728, 14286, 9493, 12762, 10218, 10987, 8021, 9961, 7960, 9430, 8062, 9175, 12095, 9221, 11644, 9837, 9920, 9528, 11544, 9662, 11829, 9724, 10128, 9201, 10008, 8312, 9814, 8117, 9420, 7906, 9926, 11737, 10188, 18337, 9902, 14265, 10022, 11681, 8585, 9839, 10264, 8637, 9071, 10135, 10773, 9989, 11798, 9552, 11316, 8488, 9603, 7989, 9844, 10430, 10050, 13775, 9071, 9951, 8705, 9536, 7739, 9393, 8752, 8892, 8174, 8735, 9695, 9792, 15795, 9993, 13787, 9927, 12988, 9938, 12335, 8554, 10242, 8009, 9764, 8566, 9754, 7665, 9646, 8419, 9565, 7985, 9711, 10048, 10234, 19028, 9954, 15288, 10333, 14320, 10213, 13570, 10189, 13173, 10092, 11762, 9737, 10890, 8906, 10055, 8426, 9639, 7906, 9371, 7638, 9677, 7954, 9298, 8301, 10053, 7821, 9536, 10009, 10169, 17832, 9675, 14733, 9487, 12410, 9635, 11122, 9412, 9878, 9974, 10509, 9585, 11033, 8951, 10448, 9061, 10609, 8018, 9791, 8431, 9355, 8163, 9339, 8644, 10442, 18441, 9819, 14743, 9907, 12497, 10078, 11660, 9106, 10577, 8406, 10247, 8126, 10054, 8226, 9489, 12952, 10632, 15077, 10116, 12528, 9713, 11691, 9716, 9689, 9736, 10365, 8970, 10460, 8290, 10315, 8816, 10652, 8232, 10559, 7965, 10905, 7955, 10824, 7817, 10883, 9533, 10774, 11810, 10246, 14068, 10564, 18576, 10264, 15990, 9928, 14095, 9946, 13274, 10203, 11647, 10233, 10494, 9093, 10073, 8334, 10344, 8105, 10255, 8828, 10040, 8508, 9418, 11542, 10381, 15886, 10152, 15066, 10016, 11526, 8730, 9565, 8027, 9584, 7662, 9257, 7828, 8947, 7606, 8926, 8347, 9981, 13937, 9836, 11999, 9722, 12126, 9890, 12156, 10089, 11490, 8928, 10385, 8024, 9386, 15699, 9958, 15879, 9189, 12762, 8838, 10787, 8608, 9469, 7938, 9850, 8159, 10478, 7639, 9901, 18945, 9955, 14702, 9747, 12057, 7984, 9443, 7917, 8626, 9331, 8433, 9454, 9257, 11956, 8646, 11736, 8897, 10257, 9433, 10449, 9225, 10393, 7589, 10491, 8006, 9845, 7781, 9661, 7957, 9772, 8073, 9237, 7915, 9762, 11176, 9001, 16556, 9151, 14166, 10228, 17631, 9701, 15812, 9968, 13529, 10003, 12803, 9853, 11564, 9258, 10536, 9493, 10384, 8871, 10583, 9102, 11157, 9720, 11072, 10039, 11272, 9493, 11097, 10035, 12505, 9667, 13519, 9913, 15099, 9904, 13409, 9230, 10543, 8480, 9775, 8686, 9442, 8379, 8789, 8087, 8689, 8403, 10399, 13756, 10045, 12324, 9920, 10818, 8944, 9883, 8452, 9487, 7816, 9271, 8618, 8961, 8113, 9097, 8098, 9399, 9450, 8879, 7874, 8653, 10118, 10399, 11757, 8540, 9646, 10487, 12373, 9726, 12254, 10043, 11686, 10017, 12226, 9797, 11663, 10132, 11810, 9899, 11228, 9618, 10238, 9724, 10741, 9396, 11280, 8647, 11793, 8693, 10966, 8799, 11762, 9441, 13325, 9225, 13022, 7790, 13174, 10468, 11982, 8372, 8230, 8986, 9622, 11673, 9678, 13772, 9990, 14006, 9308, 11103, 12881, 9371, 9360, 8660, 9960, 10728, 13581, 9742, 8854, 9273, 8585, 9746, 10883, 9213, 10651, 9469, 10242, 9895, 11193, 9562, 11061, 8452, 10617, 8578, 10123, 7902, 10591, 8556, 10731, 7769, 9877, 7769, 10438, 8613, 9819, 7800, 8821, 10703, 10277, 16647, 10948, 14744, 10233, 14160, 10274, 12452, 10475, 10701, 9826, 10278, 9118, 10239, 8840, 9916, 8491, 9120, 10577, 9848, 14522, 10543, 15239, 10632, 12690, 10850, 12186, 10142, 10530, 8670, 9323, 12709, 9540, 12234, 10590, 13237, 10454, 11709, 10248, 10013, 10400, 10451, 10124, 10619, 10152, 9890, 10636, 10427, 9397, 10194, 9692, 10399, 8379, 9454, 12307, 8859, 8028, 9922, 11809, 11025, 14649, 10377, 11736, 10259, 11401, 10404, 10764, 10357, 10924, 10842, 10907, 9654, 11086, 9844, 10517, 8928, 9380, 8456, 9184, 8472, 8549, 9922, 10420, 14288, 9888, 11478, 10326, 9899, 9982, 9877, 8712, 9308, 8412, 8859, 7797, 9064, 8043, 9259, 8589, 8848, 7743, 9158, 7895, 9122, 8717, 8962, 7877, 9281, 10423, 9532, 12444, 9314, 15997, 10782, 18826, 11359, 15344, 10363, 13673, 10148, 12871, 10459, 13422, 9673, 10559, 8635, 10125, 8187, 9882, 8077, 9539, 8422, 9091, 9659, 9255, 11623, 10537, 13747, 9906, 10995, 8852, 10025, 8390, 9460, 8187, 9208, 7541, 9231, 7903, 8862, 7734, 9105, 10244, 10068, 16361, 10051, 13509, 10307, 11296, 8889, 10404, 19510, 10283, 16616, 9639, 9741, 8005, 8429, 8448, 9915, 11650, 9495, 10238, 9877, 10241, 8823, 9332, 12572, 10051, 10458, 10069, 11237, 9405, 10985, 8921, 9787, 9368, 10304, 9412, 10826, 10129, 10977, 9956, 11748, 8851, 12929, 15802, 11156, 13386, 10301, 17899, 10774, 16192, 10505, 14601, 10512, 12956, 9699, 10770, 8477, 9112, 12574, 10715, 13528, 10431, 11623, 10108, 10404, 8993, 9286, 8354, 8725, 8273, 8869, 10448, 10265, 12703, 9964, 10859, 10694, 10338, 9593, 9802, 10087, 9947, 10030, 10316, 8349, 9860, 8466, 9233, 14391, 10444, 16901, 10272, 13361, 10199, 11858, 9719, 9997, 9439, 10174, 8951, 9181, 8732, 9510, 7900, 9447, 7534, 9472, 7995, 10052, 17164, 9408, 14044, 9575, 12914, 9244, 12278, 8726, 10048, 7959, 9339, 7747, 8797, 8947, 8830, 9786, 8880, 9907, 9723, 12328, 9643, 11848, 9643, 11498, 9652, 11414, 9329, 10300, 9622, 9690, 9107, 10897, 9285, 11276, 9737, 11123, 9174, 10883, 8742, 11003, 8239, 10812, 8283, 9500, 8187, 10661, 18801, 10245, 14642, 9686, 12831, 9456, 11453, 9889, 10005, 9936, 10664, 10019, 11454, 10391, 11671, 8667, 10985, 8158, 9515, 9234, 10565, 18648, 10096, 14956, 9833, 14186, 9917, 12675, 9953, 11326, 10110, 9845, 9767, 10463, 9525, 9951, 9397, 9744, 8169, 9560, 8398, 9609, 7661, 9044], 'WindowCenter': [4266.0, 4300.0, 4236.0, 4262.0, 4221.0, 4249.0, 4219.0, 4240.0, 4210.0, 4207.0, 4188.0, 4218.0, 4187.0, 4219.0, 4208.0, 4207.0, 4228.0, 4207.0, 4225.0, 4207.0, 4227.0, 4208.0, 4216.0, 4198.0, 4207.0, 4208.0, 4217.0, 4211.0, 4220.0, 4189.0, 4219.0, 4198.0, 4219.0, 4198.0, 4209.0, 4240.0, 4198.0, 4186.0, 4199.0, 4187.0, 4210.0, 4229.0, 4211.0, 4219.0, 4200.0, 4220.0, 4220.0, 4241.0, 4220.0, 4240.0, 4211.0, 4230.0, 4209.0, 4228.0, 4221.0, 4238.0, 4210.0, 4219.0, 4220.0, 4240.0, 4220.0, 4249.0, 4200.0, 4228.0, 4209.0, 4230.0, 4221.0, 4251.0, 4209.0, 4239.0, 4210.0, 4228.0, 4219.0, 4239.0, 4200.0, 4218.0, 4199.0, 4209.0, 4208.0, 4219.0, 4210.0, 4249.0, 4208.0, 4198.0, 4208.0, 4196.0, 4219.0, 4260.0, 4219.0, 4238.0, 4199.0, 4215.0, 4196.0, 4227.0, 4197.0, 4207.0, 4196.0, 4186.0, 4197.0, 4188.0, 4210.0, 4217.0, 4196.0, 4197.0, 4197.0, 4185.0, 4198.0, 4188.0, 4198.0, 4196.0, 4207.0, 4186.0, 4209.0, 4188.0, 4220.0, 4198.0, 4219.0, 4189.0, 4218.0, 4188.0, 4219.0, 4219.0, 4207.0, 4187.0, 4207.0, 4187.0, 4206.0, 4197.0, 4220.0, 4260.0, 4219.0, 4228.0, 4209.0, 4218.0, 4208.0, 4221.0, 4211.0, 4198.0, 4200.0, 4200.0, 4221.0, 4211.0, 4231.0, 4199.0, 4221.0, 4199.0, 4229.0, 4210.0, 4230.0, 4199.0, 4229.0, 4200.0, 4230.0, 4188.0, 4231.0, 4200.0, 4219.0, 4250.0, 4209.0, 4250.0, 4220.0, 4259.0, 4221.0, 4239.0, 4198.0, 4219.0, 4209.0, 4211.0, 4229.0, 4231.0, 4252.0, 4232.0, 4250.0, 4221.0, 4249.0, 4208.0, 4239.0, 4208.0, 4217.0, 4235.0, 4197.0, 4195.0, 4205.0, 4205.0, 4217.0, 4227.0, 4207.0, 4206.0, 4219.0, 4218.0, 4221.0, 4229.0, 4221.0, 4229.0, 4222.0, 4231.0, 4221.0, 4253.0, 4222.0, 4241.0, 4221.0, 4240.0, 4211.0, 4241.0, 4221.0, 4230.0, 4220.0, 4240.0, 4221.0, 4239.0, 4220.0, 4250.0, 4220.0, 4250.0, 4220.0, 4249.0, 4208.0, 4248.0, 4220.0, 4249.0, 4198.0, 4237.0, 4197.0, 4207.0, 4185.0, 4208.0, 4259.0, 4206.0, 4246.0, 4205.0, 4236.0, 4204.0, 4224.0, 4208.0, 4205.0, 4185.0, 4196.0, 4175.0, 4196.0, 4175.0, 4207.0, 4229.0, 4220.0, 4228.0, 4217.0, 4218.0, 4186.0, 4207.0, 4187.0, 4218.0, 4248.0, 4207.0, 4226.0, 4208.0, 4217.0, 4209.0, 4218.0, 4188.0, 4209.0, 4199.0, 4219.0, 4202.0, 4221.0, 4209.0, 4210.0, 4200.0, 4221.0, 4220.0, 4231.0, 4272.0, 4221.0, 4250.0, 4221.0, 4240.0, 4223.0, 4249.0, 4221.0, 4229.0, 4222.0, 4224.0, 4220.0, 4252.0, 4221.0, 4250.0, 4209.0, 4250.0, 4198.0, 4230.0, 4198.0, 4218.0, 4186.0, 4207.0, 4186.0, 4207.0, 4248.0, 4218.0, 4269.0, 4207.0, 4236.0, 4207.0, 4226.0, 4217.0, 4218.0, 4186.0, 4206.0, 4185.0, 4208.0, 4186.0, 4207.0, 4229.0, 4208.0, 4216.0, 4207.0, 4207.0, 4207.0, 4227.0, 4219.0, 4228.0, 4209.0, 4218.0, 4209.0, 4218.0, 4200.0, 4218.0, 4188.0, 4208.0, 4199.0, 4220.0, 4228.0, 4220.0, 4270.0, 4217.0, 4237.0, 4207.0, 4227.0, 4198.0, 4207.0, 4217.0, 4197.0, 4195.0, 4208.0, 4216.0, 4208.0, 4227.0, 4209.0, 4217.0, 4197.0, 4206.0, 4189.0, 4218.0, 4218.0, 4207.0, 4239.0, 4207.0, 4207.0, 4196.0, 4205.0, 4189.0, 4220.0, 4209.0, 4209.0, 4199.0, 4209.0, 4208.0, 4220.0, 4260.0, 4220.0, 4238.0, 4219.0, 4238.0, 4208.0, 4239.0, 4198.0, 4218.0, 4186.0, 4207.0, 4196.0, 4207.0, 4186.0, 4218.0, 4197.0, 4209.0, 4188.0, 4218.0, 4217.0, 4219.0, 4271.0, 4221.0, 4249.0, 4218.0, 4237.0, 4218.0, 4238.0, 4220.0, 4237.0, 4217.0, 4226.0, 4208.0, 4216.0, 4196.0, 4208.0, 4197.0, 4207.0, 4185.0, 4208.0, 4187.0, 4207.0, 4188.0, 4208.0, 4197.0, 4218.0, 4187.0, 4208.0, 4220.0, 4219.0, 4259.0, 4208.0, 4249.0, 4208.0, 4237.0, 4220.0, 4227.0, 4208.0, 4207.0, 4219.0, 4218.0, 4220.0, 4230.0, 4209.0, 4218.0, 4208.0, 4218.0, 4199.0, 4220.0, 4197.0, 4209.0, 4196.0, 4208.0, 4198.0, 4219.0, 4272.0, 4219.0, 4248.0, 4209.0, 4228.0, 4207.0, 4226.0, 4207.0, 4216.0, 4186.0, 4217.0, 4186.0, 4207.0, 4197.0, 4209.0, 4237.0, 4216.0, 4249.0, 4217.0, 4229.0, 4208.0, 4226.0, 4208.0, 4206.0, 4208.0, 4218.0, 4208.0, 4229.0, 4199.0, 4219.0, 4209.0, 4230.0, 4200.0, 4230.0, 4201.0, 4229.0, 4200.0, 4230.0, 4189.0, 4231.0, 4220.0, 4229.0, 4230.0, 4220.0, 4239.0, 4218.0, 4269.0, 4219.0, 4247.0, 4208.0, 4237.0, 4207.0, 4237.0, 4217.0, 4216.0, 4217.0, 4216.0, 4198.0, 4207.0, 4199.0, 4217.0, 4189.0, 4217.0, 4198.0, 4219.0, 4198.0, 4208.0, 4227.0, 4218.0, 4248.0, 4218.0, 4247.0, 4220.0, 4217.0, 4196.0, 4207.0, 4186.0, 4205.0, 4188.0, 4207.0, 4189.0, 4209.0, 4189.0, 4212.0, 4199.0, 4221.0, 4251.0, 4220.0, 4230.0, 4220.0, 4240.0, 4220.0, 4239.0, 4220.0, 4230.0, 4208.0, 4219.0, 4188.0, 4210.0, 4259.0, 4218.0, 4248.0, 4207.0, 4237.0, 4197.0, 4217.0, 4209.0, 4208.0, 4190.0, 4218.0, 4201.0, 4221.0, 4188.0, 4218.0, 4272.0, 4220.0, 4250.0, 4207.0, 4227.0, 4188.0, 4207.0, 4187.0, 4209.0, 4208.0, 4198.0, 4208.0, 4209.0, 4228.0, 4210.0, 4239.0, 4209.0, 4218.0, 4220.0, 4230.0, 4223.0, 4231.0, 4190.0, 4228.0, 4199.0, 4220.0, 4189.0, 4221.0, 4201.0, 4221.0, 4198.0, 4220.0, 4199.0, 4221.0, 4241.0, 4211.0, 4261.0, 4210.0, 4249.0, 4220.0, 4272.0, 4222.0, 4259.0, 4218.0, 4239.0, 4208.0, 4237.0, 4218.0, 4227.0, 4208.0, 4217.0, 4207.0, 4217.0, 4197.0, 4218.0, 4211.0, 4217.0, 4208.0, 4217.0, 4220.0, 4228.0, 4210.0, 4217.0, 4209.0, 4239.0, 4221.0, 4239.0, 4208.0, 4247.0, 4208.0, 4237.0, 4196.0, 4217.0, 4196.0, 4206.0, 4184.0, 4205.0, 4184.0, 4196.0, 4184.0, 4196.0, 4186.0, 4218.0, 4237.0, 4207.0, 4228.0, 4208.0, 4216.0, 4198.0, 4207.0, 4187.0, 4207.0, 4188.0, 4209.0, 4197.0, 4197.0, 4188.0, 4209.0, 4189.0, 4221.0, 4209.0, 4209.0, 4200.0, 4202.0, 4220.0, 4231.0, 4229.0, 4211.0, 4221.0, 4231.0, 4240.0, 4223.0, 4240.0, 4221.0, 4229.0, 4219.0, 4240.0, 4220.0, 4230.0, 4220.0, 4229.0, 4220.0, 4229.0, 4210.0, 4220.0, 4220.0, 4230.0, 4210.0, 4230.0, 4200.0, 4230.0, 4200.0, 4229.0, 4199.0, 4228.0, 4210.0, 4240.0, 4210.0, 4239.0, 4187.0, 4238.0, 4219.0, 4228.0, 4199.0, 4199.0, 4210.0, 4219.0, 4240.0, 4219.0, 4250.0, 4218.0, 4251.0, 4210.0, 4229.0, 4237.0, 4207.0, 4194.0, 4196.0, 4206.0, 4228.0, 4238.0, 4207.0, 4197.0, 4209.0, 4196.0, 4220.0, 4230.0, 4221.0, 4230.0, 4223.0, 4222.0, 4222.0, 4232.0, 4224.0, 4232.0, 4201.0, 4231.0, 4200.0, 4220.0, 4201.0, 4231.0, 4210.0, 4230.0, 4191.0, 4221.0, 4200.0, 4232.0, 4210.0, 4220.0, 4189.0, 4211.0, 4230.0, 4221.0, 4262.0, 4231.0, 4249.0, 4220.0, 4251.0, 4222.0, 4239.0, 4220.0, 4219.0, 4218.0, 4219.0, 4210.0, 4218.0, 4199.0, 4220.0, 4198.0, 4211.0, 4218.0, 4220.0, 4249.0, 4219.0, 4250.0, 4219.0, 4227.0, 4218.0, 4227.0, 4209.0, 4218.0, 4197.0, 4209.0, 4226.0, 4208.0, 4226.0, 4217.0, 4227.0, 4218.0, 4228.0, 4206.0, 4205.0, 4217.0, 4217.0, 4219.0, 4217.0, 4218.0, 4208.0, 4218.0, 4218.0, 4209.0, 4218.0, 4208.0, 4219.0, 4201.0, 4219.0, 4228.0, 4199.0, 4187.0, 4220.0, 4228.0, 4220.0, 4251.0, 4219.0, 4229.0, 4219.0, 4228.0, 4219.0, 4219.0, 4219.0, 4219.0, 4230.0, 4230.0, 4221.0, 4219.0, 4206.0, 4217.0, 4199.0, 4206.0, 4198.0, 4208.0, 4197.0, 4209.0, 4218.0, 4219.0, 4250.0, 4220.0, 4229.0, 4219.0, 4209.0, 4218.0, 4208.0, 4211.0, 4209.0, 4199.0, 4209.0, 4189.0, 4209.0, 4201.0, 4211.0, 4211.0, 4211.0, 4201.0, 4223.0, 4214.0, 4224.0, 4211.0, 4213.0, 4202.0, 4223.0, 4233.0, 4223.0, 4243.0, 4224.0, 4264.0, 4232.0, 4274.0, 4233.0, 4251.0, 4221.0, 4250.0, 4220.0, 4238.0, 4221.0, 4238.0, 4209.0, 4218.0, 4198.0, 4217.0, 4197.0, 4218.0, 4188.0, 4208.0, 4198.0, 4210.0, 4207.0, 4209.0, 4227.0, 4220.0, 4239.0, 4209.0, 4218.0, 4200.0, 4207.0, 4198.0, 4207.0, 4197.0, 4208.0, 4200.0, 4209.0, 4198.0, 4211.0, 4190.0, 4223.0, 4231.0, 4233.0, 4263.0, 4220.0, 4238.0, 4218.0, 4229.0, 4197.0, 4218.0, 4270.0, 4217.0, 4257.0, 4207.0, 4206.0, 4185.0, 4196.0, 4197.0, 4219.0, 4227.0, 4209.0, 4219.0, 4221.0, 4219.0, 4209.0, 4222.0, 4240.0, 4209.0, 4219.0, 4220.0, 4229.0, 4211.0, 4229.0, 4211.0, 4221.0, 4223.0, 4232.0, 4224.0, 4232.0, 4232.0, 4232.0, 4222.0, 4242.0, 4225.0, 4254.0, 4262.0, 4231.0, 4240.0, 4231.0, 4284.0, 4231.0, 4259.0, 4220.0, 4250.0, 4219.0, 4239.0, 4208.0, 4218.0, 4197.0, 4209.0, 4229.0, 4217.0, 4237.0, 4218.0, 4216.0, 4206.0, 4217.0, 4209.0, 4207.0, 4187.0, 4198.0, 4198.0, 4198.0, 4219.0, 4220.0, 4240.0, 4218.0, 4218.0, 4219.0, 4219.0, 4220.0, 4219.0, 4220.0, 4218.0, 4220.0, 4231.0, 4200.0, 4221.0, 4199.0, 4221.0, 4249.0, 4231.0, 4260.0, 4219.0, 4238.0, 4221.0, 4229.0, 4210.0, 4218.0, 4223.0, 4220.0, 4211.0, 4220.0, 4212.0, 4221.0, 4214.0, 4234.0, 4201.0, 4223.0, 4202.0, 4233.0, 4276.0, 4222.0, 4249.0, 4221.0, 4240.0, 4221.0, 4240.0, 4211.0, 4218.0, 4201.0, 4208.0, 4188.0, 4211.0, 4210.0, 4211.0, 4218.0, 4210.0, 4218.0, 4220.0, 4241.0, 4222.0, 4240.0, 4221.0, 4231.0, 4221.0, 4229.0, 4222.0, 4220.0, 4221.0, 4219.0, 4211.0, 4230.0, 4223.0, 4241.0, 4222.0, 4230.0, 4220.0, 4230.0, 4210.0, 4233.0, 4200.0, 4230.0, 4199.0, 4219.0, 4198.0, 4230.0, 4272.0, 4220.0, 4250.0, 4209.0, 4238.0, 4220.0, 4230.0, 4222.0, 4219.0, 4221.0, 4231.0, 4222.0, 4242.0, 4234.0, 4242.0, 4210.0, 4231.0, 4190.0, 4209.0, 4208.0, 4220.0, 4271.0, 4220.0, 4250.0, 4209.0, 4239.0, 4209.0, 4228.0, 4220.0, 4228.0, 4219.0, 4208.0, 4233.0, 4231.0, 4209.0, 4207.0, 4209.0, 4207.0, 4200.0, 4219.0, 4198.0, 4208.0, 4186.0, 4209.0], 'WindowWidth': [9452.0, 9489.0, 9388.0, 9418.0, 9358.0, 9391.0, 9351.0, 9379.0, 9338.0, 9330.0, 9305.0, 9346.0, 9303.0, 9350.0, 9332.0, 9329.0, 9356.0, 9328.0, 9351.0, 9330.0, 9356.0, 9331.0, 9339.0, 9317.0, 9329.0, 9332.0, 9343.0, 9341.0, 9351.0, 9308.0, 9347.0, 9319.0, 9350.0, 9319.0, 9337.0, 9379.0, 9319.0, 9302.0, 9320.0, 9303.0, 9338.0, 9364.0, 9340.0, 9349.0, 9324.0, 9350.0, 9351.0, 9382.0, 9352.0, 9379.0, 9339.0, 9363.0, 9336.0, 9362.0, 9356.0, 9375.0, 9340.0, 9350.0, 9352.0, 9379.0, 9353.0, 9390.0, 9325.0, 9361.0, 9338.0, 9364.0, 9354.0, 9395.0, 9336.0, 9375.0, 9339.0, 9361.0, 9349.0, 9379.0, 9327.0, 9346.0, 9324.0, 9334.0, 9335.0, 9351.0, 9340.0, 9391.0, 9331.0, 9318.0, 9333.0, 9313.0, 9349.0, 9407.0, 9348.0, 9371.0, 9318.0, 9338.0, 9315.0, 9356.0, 9317.0, 9327.0, 9313.0, 9300.0, 9316.0, 9303.0, 9336.0, 9343.0, 9314.0, 9314.0, 9316.0, 9297.0, 9318.0, 9305.0, 9317.0, 9312.0, 9330.0, 9301.0, 9334.0, 9308.0, 9351.0, 9320.0, 9347.0, 9306.0, 9347.0, 9306.0, 9350.0, 9349.0, 9331.0, 9302.0, 9330.0, 9302.0, 9329.0, 9317.0, 9351.0, 9408.0, 9348.0, 9359.0, 9335.0, 9345.0, 9336.0, 9355.0, 9342.0, 9321.0, 9327.0, 9326.0, 9357.0, 9346.0, 9372.0, 9326.0, 9357.0, 9325.0, 9366.0, 9341.0, 9367.0, 9323.0, 9364.0, 9326.0, 9367.0, 9310.0, 9370.0, 9325.0, 9350.0, 9391.0, 9338.0, 9391.0, 9353.0, 9406.0, 9354.0, 9375.0, 9320.0, 9350.0, 9337.0, 9341.0, 9366.0, 9369.0, 9400.0, 9371.0, 9393.0, 9355.0, 9392.0, 9332.0, 9377.0, 9333.0, 9343.0, 9364.0, 9314.0, 9310.0, 9325.0, 9324.0, 9345.0, 9358.0, 9331.0, 9328.0, 9349.0, 9346.0, 9356.0, 9365.0, 9357.0, 9365.0, 9359.0, 9369.0, 9358.0, 9402.0, 9360.0, 9382.0, 9357.0, 9379.0, 9343.0, 9384.0, 9357.0, 9366.0, 9354.0, 9380.0, 9355.0, 9376.0, 9354.0, 9395.0, 9353.0, 9389.0, 9352.0, 9389.0, 9333.0, 9387.0, 9352.0, 9389.0, 9318.0, 9369.0, 9315.0, 9329.0, 9298.0, 9334.0, 9404.0, 9324.0, 9381.0, 9323.0, 9366.0, 9321.0, 9346.0, 9331.0, 9324.0, 9295.0, 9313.0, 9284.0, 9313.0, 9284.0, 9330.0, 9362.0, 9351.0, 9358.0, 9345.0, 9348.0, 9300.0, 9330.0, 9306.0, 9347.0, 9388.0, 9329.0, 9354.0, 9333.0, 9343.0, 9339.0, 9348.0, 9308.0, 9338.0, 9325.0, 9353.0, 9333.0, 9359.0, 9339.0, 9340.0, 9327.0, 9357.0, 9355.0, 9372.0, 9429.0, 9358.0, 9394.0, 9356.0, 9380.0, 9361.0, 9393.0, 9357.0, 9364.0, 9357.0, 9354.0, 9355.0, 9398.0, 9356.0, 9392.0, 9338.0, 9393.0, 9320.0, 9368.0, 9320.0, 9346.0, 9301.0, 9331.0, 9302.0, 9332.0, 9389.0, 9349.0, 9420.0, 9330.0, 9368.0, 9331.0, 9354.0, 9343.0, 9345.0, 9301.0, 9327.0, 9298.0, 9331.0, 9300.0, 9329.0, 9362.0, 9332.0, 9339.0, 9329.0, 9328.0, 9331.0, 9356.0, 9351.0, 9360.0, 9335.0, 9345.0, 9335.0, 9346.0, 9327.0, 9348.0, 9308.0, 9334.0, 9324.0, 9353.0, 9362.0, 9354.0, 9422.0, 9344.0, 9370.0, 9330.0, 9359.0, 9317.0, 9331.0, 9343.0, 9317.0, 9309.0, 9330.0, 9339.0, 9331.0, 9356.0, 9336.0, 9344.0, 9316.0, 9327.0, 9307.0, 9346.0, 9344.0, 9330.0, 9376.0, 9331.0, 9328.0, 9315.0, 9326.0, 9310.0, 9353.0, 9337.0, 9337.0, 9323.0, 9338.0, 9333.0, 9352.0, 9408.0, 9353.0, 9374.0, 9348.0, 9372.0, 9333.0, 9376.0, 9322.0, 9346.0, 9301.0, 9329.0, 9315.0, 9330.0, 9301.0, 9349.0, 9319.0, 9335.0, 9305.0, 9348.0, 9345.0, 9349.0, 9427.0, 9353.0, 9388.0, 9347.0, 9371.0, 9346.0, 9373.0, 9351.0, 9370.0, 9344.0, 9353.0, 9332.0, 9340.0, 9314.0, 9333.0, 9316.0, 9330.0, 9298.0, 9331.0, 9302.0, 9332.0, 9307.0, 9334.0, 9316.0, 9348.0, 9305.0, 9334.0, 9353.0, 9351.0, 9406.0, 9332.0, 9388.0, 9332.0, 9370.0, 9351.0, 9357.0, 9332.0, 9328.0, 9349.0, 9345.0, 9355.0, 9364.0, 9338.0, 9347.0, 9335.0, 9348.0, 9324.0, 9352.0, 9318.0, 9336.0, 9315.0, 9335.0, 9319.0, 9348.0, 9429.0, 9350.0, 9386.0, 9335.0, 9359.0, 9331.0, 9356.0, 9331.0, 9341.0, 9302.0, 9343.0, 9301.0, 9330.0, 9318.0, 9337.0, 9369.0, 9341.0, 9388.0, 9343.0, 9360.0, 9334.0, 9355.0, 9334.0, 9327.0, 9332.0, 9345.0, 9334.0, 9362.0, 9324.0, 9350.0, 9337.0, 9365.0, 9327.0, 9368.0, 9330.0, 9365.0, 9326.0, 9367.0, 9311.0, 9370.0, 9353.0, 9364.0, 9363.0, 9350.0, 9375.0, 9347.0, 9421.0, 9347.0, 9386.0, 9332.0, 9369.0, 9329.0, 9372.0, 9344.0, 9339.0, 9342.0, 9341.0, 9317.0, 9330.0, 9323.0, 9343.0, 9308.0, 9345.0, 9317.0, 9350.0, 9321.0, 9332.0, 9356.0, 9345.0, 9386.0, 9345.0, 9385.0, 9349.0, 9341.0, 9311.0, 9326.0, 9299.0, 9325.0, 9309.0, 9332.0, 9308.0, 9337.0, 9308.0, 9343.0, 9326.0, 9357.0, 9396.0, 9352.0, 9365.0, 9353.0, 9378.0, 9354.0, 9378.0, 9353.0, 9364.0, 9334.0, 9349.0, 9305.0, 9340.0, 9403.0, 9346.0, 9388.0, 9331.0, 9369.0, 9317.0, 9342.0, 9338.0, 9334.0, 9311.0, 9348.0, 9327.0, 9354.0, 9306.0, 9349.0, 9428.0, 9351.0, 9390.0, 9329.0, 9356.0, 9304.0, 9329.0, 9302.0, 9336.0, 9334.0, 9320.0, 9332.0, 9336.0, 9359.0, 9340.0, 9378.0, 9338.0, 9347.0, 9354.0, 9365.0, 9359.0, 9369.0, 9313.0, 9363.0, 9324.0, 9353.0, 9310.0, 9356.0, 9331.0, 9355.0, 9322.0, 9355.0, 9324.0, 9356.0, 9386.0, 9344.0, 9412.0, 9340.0, 9392.0, 9352.0, 9427.0, 9358.0, 9406.0, 9348.0, 9376.0, 9332.0, 9370.0, 9347.0, 9358.0, 9332.0, 9341.0, 9331.0, 9342.0, 9317.0, 9346.0, 9342.0, 9344.0, 9333.0, 9344.0, 9353.0, 9362.0, 9337.0, 9343.0, 9335.0, 9374.0, 9354.0, 9374.0, 9333.0, 9382.0, 9332.0, 9370.0, 9313.0, 9344.0, 9314.0, 9324.0, 9293.0, 9324.0, 9295.0, 9314.0, 9295.0, 9312.0, 9300.0, 9346.0, 9371.0, 9329.0, 9359.0, 9332.0, 9341.0, 9317.0, 9328.0, 9302.0, 9327.0, 9305.0, 9335.0, 9316.0, 9317.0, 9306.0, 9334.0, 9307.0, 9355.0, 9335.0, 9337.0, 9323.0, 9330.0, 9353.0, 9368.0, 9364.0, 9342.0, 9354.0, 9369.0, 9382.0, 9360.0, 9379.0, 9354.0, 9364.0, 9351.0, 9379.0, 9351.0, 9363.0, 9351.0, 9362.0, 9353.0, 9363.0, 9339.0, 9351.0, 9352.0, 9365.0, 9339.0, 9368.0, 9325.0, 9365.0, 9324.0, 9363.0, 9323.0, 9361.0, 9337.0, 9380.0, 9339.0, 9377.0, 9304.0, 9373.0, 9349.0, 9362.0, 9324.0, 9326.0, 9340.0, 9349.0, 9379.0, 9351.0, 9393.0, 9347.0, 9397.0, 9341.0, 9364.0, 9369.0, 9328.0, 9309.0, 9315.0, 9325.0, 9359.0, 9372.0, 9330.0, 9316.0, 9336.0, 9316.0, 9352.0, 9366.0, 9358.0, 9366.0, 9359.0, 9355.0, 9359.0, 9370.0, 9362.0, 9371.0, 9330.0, 9367.0, 9325.0, 9353.0, 9329.0, 9370.0, 9339.0, 9367.0, 9314.0, 9356.0, 9327.0, 9372.0, 9340.0, 9353.0, 9310.0, 9343.0, 9368.0, 9356.0, 9411.0, 9368.0, 9391.0, 9351.0, 9394.0, 9356.0, 9375.0, 9351.0, 9348.0, 9347.0, 9349.0, 9338.0, 9345.0, 9321.0, 9350.0, 9319.0, 9340.0, 9346.0, 9349.0, 9388.0, 9349.0, 9394.0, 9348.0, 9356.0, 9344.0, 9355.0, 9334.0, 9346.0, 9317.0, 9333.0, 9352.0, 9329.0, 9351.0, 9341.0, 9355.0, 9345.0, 9357.0, 9326.0, 9323.0, 9343.0, 9341.0, 9350.0, 9344.0, 9345.0, 9330.0, 9346.0, 9348.0, 9335.0, 9344.0, 9334.0, 9350.0, 9327.0, 9350.0, 9360.0, 9320.0, 9302.0, 9350.0, 9360.0, 9351.0, 9395.0, 9349.0, 9361.0, 9349.0, 9359.0, 9349.0, 9349.0, 9350.0, 9348.0, 9364.0, 9365.0, 9353.0, 9347.0, 9328.0, 9343.0, 9319.0, 9328.0, 9321.0, 9334.0, 9317.0, 9338.0, 9347.0, 9347.0, 9392.0, 9351.0, 9360.0, 9348.0, 9333.0, 9347.0, 9333.0, 9343.0, 9338.0, 9322.0, 9336.0, 9309.0, 9336.0, 9328.0, 9342.0, 9340.0, 9342.0, 9330.0, 9361.0, 9351.0, 9363.0, 9343.0, 9348.0, 9331.0, 9363.0, 9376.0, 9362.0, 9387.0, 9362.0, 9416.0, 9373.0, 9435.0, 9372.0, 9394.0, 9354.0, 9394.0, 9352.0, 9372.0, 9353.0, 9372.0, 9334.0, 9348.0, 9322.0, 9343.0, 9318.0, 9347.0, 9307.0, 9334.0, 9321.0, 9338.0, 9331.0, 9335.0, 9357.0, 9350.0, 9375.0, 9334.0, 9348.0, 9324.0, 9329.0, 9319.0, 9330.0, 9315.0, 9332.0, 9327.0, 9338.0, 9321.0, 9343.0, 9315.0, 9362.0, 9370.0, 9376.0, 9416.0, 9354.0, 9374.0, 9348.0, 9363.0, 9317.0, 9348.0, 9424.0, 9346.0, 9398.0, 9330.0, 9328.0, 9298.0, 9317.0, 9318.0, 9349.0, 9354.0, 9336.0, 9347.0, 9353.0, 9350.0, 9337.0, 9359.0, 9379.0, 9334.0, 9346.0, 9351.0, 9363.0, 9343.0, 9363.0, 9343.0, 9356.0, 9362.0, 9372.0, 9366.0, 9372.0, 9373.0, 9373.0, 9358.0, 9386.0, 9366.0, 9406.0, 9412.0, 9368.0, 9378.0, 9370.0, 9449.0, 9367.0, 9404.0, 9351.0, 9390.0, 9347.0, 9374.0, 9332.0, 9346.0, 9317.0, 9335.0, 9361.0, 9343.0, 9369.0, 9344.0, 9339.0, 9327.0, 9341.0, 9334.0, 9331.0, 9303.0, 9320.0, 9318.0, 9319.0, 9347.0, 9351.0, 9379.0, 9348.0, 9347.0, 9351.0, 9349.0, 9354.0, 9348.0, 9352.0, 9347.0, 9353.0, 9370.0, 9327.0, 9354.0, 9323.0, 9355.0, 9392.0, 9368.0, 9409.0, 9348.0, 9371.0, 9352.0, 9361.0, 9338.0, 9347.0, 9361.0, 9352.0, 9343.0, 9354.0, 9346.0, 9356.0, 9352.0, 9379.0, 9331.0, 9362.0, 9332.0, 9377.0, 9438.0, 9358.0, 9393.0, 9356.0, 9380.0, 9356.0, 9382.0, 9343.0, 9348.0, 9327.0, 9336.0, 9308.0, 9343.0, 9341.0, 9341.0, 9347.0, 9338.0, 9348.0, 9354.0, 9385.0, 9359.0, 9379.0, 9356.0, 9367.0, 9356.0, 9365.0, 9360.0, 9354.0, 9356.0, 9351.0, 9344.0, 9366.0, 9365.0, 9385.0, 9360.0, 9366.0, 9354.0, 9365.0, 9341.0, 9376.0, 9326.0, 9365.0, 9323.0, 9349.0, 9319.0, 9366.0, 9427.0, 9350.0, 9390.0, 9335.0, 9374.0, 9352.0, 9365.0, 9357.0, 9352.0, 9356.0, 9368.0, 9358.0, 9385.0, 9380.0, 9389.0, 9339.0, 9368.0, 9310.0, 9334.0, 9330.0, 9349.0, 9425.0, 9350.0, 9392.0, 9334.0, 9373.0, 9334.0, 9358.0, 9352.0, 9361.0, 9348.0, 9332.0, 9377.0, 9370.0, 9337.0, 9329.0, 9334.0, 9329.0, 9325.0, 9350.0, 9319.0, 9334.0, 9303.0, 9335.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.00043191780821917814</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02111007488584475</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.091759202276045</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.226130584542962</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9962349004936005</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4652</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5440.8799</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07406779027047652</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4550049214572383</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.363165398203201</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.730223480360945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2716258858075693</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00494831</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018267398700118065</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01856580376625061</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1095</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.8690008033826824</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>35.5339</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.8473</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.3915</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304314.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>833.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.9534</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2167</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.6682</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3440.6607</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3650.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72230.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1160.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4534.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>943.3895</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.272150590782985</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> |