=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0026 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0026",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
126 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
126 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0026_ses-02_task-narratives_acq-mb8_run-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-0026_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-0026_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-02/func/sub-0026_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>75d842cbad7e45cf7c3fbba3f0eb1994</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>09:45:14.947500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999467, 0.00376026, 0.0324222, -0.00523321, 0.998952, 0.0454657]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.134384</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>[4178, -7733, -7184, 557, -9, -35, 16, 31]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>300.137</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e2814a1b-347c-4def-90a0-1ce4a569c01e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68149733543396, -0.014040317386388779, 0.08698663860559464, 111.34471130371094], [-0.010088506154716015, 2.6801156997680664, 0.12315021455287933, -94.51126098632812], [0.08698641508817673, -0.12198126316070557, 2.695786952972412, -19.513805389404297], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 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': ['094514.947500', '094515.407500', '094515.867500', '094516.327500', '094516.787500', '094517.247500', '094517.707500', '094518.167500', '094518.627500', '094519.087500', '094519.547500', '094520.007500', '094520.467500', '094520.927500', '094521.387500', '094521.847500', '094522.307500', '094522.767500', '094523.227500', '094523.687500', '094524.147500', '094524.607500', '094525.067500', '094525.527500', '094525.987500', '094526.447500', '094526.907500', '094527.367500', '094527.827500', '094528.287500', '094528.747500', '094529.207500', '094529.667500', '094530.127500', '094530.587500', '094531.047500', '094531.507500', '094531.967500', '094532.427500', '094532.887500', '094533.347500', '094533.807500', '094534.267500', '094534.727500', '094535.187500', '094535.647500', '094536.107500', '094536.567500', '094537.027500', '094537.487500', '094537.947500', '094538.407500', '094538.867500', '094539.327500', '094539.787500', '094540.247500', '094540.707500', '094541.167500', '094541.627500', '094542.087500', '094542.547500', '094543.007500', '094543.467500', '094543.927500', '094544.387500', '094544.847500', '094545.307500', '094545.767500', '094546.227500', '094546.687500', '094547.147500', '094547.607500', '094548.067500', '094548.527500', '094548.987500', '094549.447500', '094549.907500', '094550.367500', '094550.827500', '094551.287500', '094551.747500', '094552.207500', '094552.667500', '094553.127500', '094553.587500', '094554.047500', '094554.507500', '094554.967500', '094555.427500', '094555.887500', '094556.347500', '094556.807500', '094557.267500', '094557.727500', '094558.187500', '094558.647500', '094559.107500', '094559.567500', '094600.027500', '094600.487500', '094600.947500', '094601.407500', '094601.867500', '094602.327500', '094602.787500', '094603.247500', '094603.707500', '094604.167500', '094604.627500', '094605.087500', '094605.547500', '094606.007500', '094606.467500', '094606.927500', '094607.387500', '094607.847500', '094608.307500', '094608.767500', '094609.227500', '094609.687500', '094610.147500', '094610.607500', '094611.067500', '094611.527500', '094611.987500', '094612.447500', '094612.907500', '094613.367500', '094613.827500', '094614.287500', '094614.747500', '094615.207500', '094615.667500', '094616.127500', '094616.587500', '094617.047500', '094617.507500', '094617.967500', '094618.427500', '094618.887500', '094619.347500', '094619.807500', '094620.267500', '094620.727500', '094621.187500', '094621.647500', '094622.107500', '094622.567500', '094623.027500', '094623.487500', '094623.947500', '094624.407500', '094624.867500', '094625.327500', '094625.787500', '094626.247500', '094626.707500', '094627.167500', '094627.627500', '094628.087500', '094628.547500', '094629.007500', '094629.467500', '094629.927500', '094630.387500', '094630.847500', '094631.307500', '094631.767500', '094632.227500', '094632.687500', '094633.147500', '094633.607500', '094634.067500', '094634.527500', '094634.987500', '094635.447500', '094635.907500', '094636.367500', '094636.827500', '094637.287500', '094637.747500', '094638.207500', '094638.667500', '094639.127500', '094639.587500', '094640.047500', '094640.507500', '094640.967500', '094641.427500', '094641.887500', '094642.347500', '094642.807500', '094643.267500', '094643.727500', '094644.187500', '094644.647500', '094645.107500', '094645.567500', '094646.027500', '094646.487500', '094646.947500', '094647.407500', '094647.867500', '094648.327500', '094648.787500', '094649.247500', '094649.707500', '094650.167500', '094650.627500', '094651.087500', '094651.547500', '094652.007500', '094652.467500', '094652.927500', '094653.387500', '094653.847500', '094654.307500', '094654.767500', '094655.227500', '094655.687500', '094656.147500', '094656.607500', '094657.067500', '094657.527500', '094657.987500', '094658.447500', '094658.907500', '094659.367500', '094659.827500', '094700.287500', '094700.747500', '094701.207500', '094701.667500', '094702.127500', '094702.587500', '094703.047500', '094703.507500', '094703.967500', '094704.427500', '094704.887500', '094705.347500', '094705.807500', '094706.267500', '094706.727500', '094707.187500', '094707.647500', '094708.107500', '094708.567500', '094709.027500', '094709.487500', '094709.947500', '094710.407500', '094710.867500', '094711.327500', '094711.787500', '094712.247500', '094712.707500', '094713.167500', '094713.627500', '094714.087500', '094714.547500', '094715.007500', '094715.467500', '094715.927500', '094716.387500', '094716.847500', '094717.307500', '094717.767500', '094718.227500', '094718.687500', '094719.147500', '094719.607500', '094720.067500', '094720.527500', '094720.987500', '094721.447500', '094721.907500', '094722.367500', '094722.827500', '094723.287500', '094723.747500', '094724.207500', '094724.667500', '094725.127500', '094725.587500', '094726.047500', '094726.507500', '094726.967500', '094727.427500', '094727.887500', '094728.347500', '094728.807500', '094729.267500', '094729.727500', '094730.187500', '094730.647500', '094731.107500', '094731.567500', '094732.027500', '094732.487500', '094732.947500', '094733.407500', '094733.867500', '094734.327500', '094734.787500', '094735.247500', '094735.707500', '094736.167500', '094736.627500', '094737.087500', '094737.547500', '094738.007500', '094738.467500', '094738.927500', '094739.387500', '094739.847500', '094740.307500', '094740.767500', '094741.227500', '094741.687500', '094742.147500', '094742.607500', '094743.067500', '094743.527500', '094743.987500', '094744.447500', '094744.907500', '094745.367500', '094745.827500', '094746.287500', '094746.747500', '094747.207500', '094747.667500', '094748.127500', '094748.587500', '094749.047500', '094749.507500', '094749.967500', '094750.427500', '094750.887500', '094751.347500', '094751.807500', '094752.267500', '094752.727500', '094753.187500', '094753.647500', '094754.107500', '094754.567500', '094755.027500', '094755.487500', '094755.947500', '094756.407500', '094756.867500', '094757.327500', '094757.787500', '094758.247500', '094758.707500', '094759.167500', '094759.627500', '094800.087500', '094800.547500', '094801.007500', '094801.467500', '094801.927500', '094802.387500', '094802.847500', '094803.307500', '094803.767500', '094804.227500', '094804.687500', '094805.147500', '094805.607500', '094806.067500', '094806.527500', '094806.987500', '094807.447500', '094807.907500', '094808.367500', '094808.827500', '094809.287500', '094809.747500', '094810.207500', '094810.667500', '094811.127500', '094811.587500', '094812.047500', '094812.507500', '094812.967500', '094813.427500', '094813.887500', '094814.347500', '094814.807500', '094815.267500', '094815.727500', '094816.187500', '094816.647500', '094817.107500', '094817.567500', '094818.027500', '094818.487500', '094818.947500', '094819.407500', '094819.867500', '094820.327500', '094820.787500', '094821.247500', '094821.707500', '094822.167500', '094822.627500', '094823.087500', '094823.547500', '094824.007500', '094824.467500', '094824.927500', '094825.387500', '094825.847500', '094826.307500', '094826.767500', '094827.227500', '094827.687500', '094828.147500', '094828.607500', '094829.067500', '094829.527500', '094829.987500', '094830.447500', '094830.907500', '094831.367500', '094831.827500', '094832.287500', '094832.747500', '094833.207500', '094833.667500', '094834.127500', '094834.587500', '094835.047500', '094835.507500', '094835.967500', '094836.427500', '094836.887500', '094837.347500', '094837.807500', '094838.267500', '094838.727500', '094839.187500', '094839.647500', '094840.107500', '094840.567500', '094841.027500', '094841.487500', '094841.947500', '094842.407500', '094842.867500', '094843.327500', '094843.787500', '094844.247500', '094844.707500', '094845.167500', '094845.627500', '094846.087500', '094846.547500', '094847.007500', '094847.467500', '094847.927500', '094848.387500', '094848.847500', '094849.307500', '094849.767500', '094850.227500', '094850.687500', '094851.147500', '094851.607500', '094852.067500', '094852.527500', '094852.987500', '094853.447500', '094853.907500', '094854.367500', '094854.827500', '094855.287500', '094855.747500', '094856.207500', '094856.667500', '094857.127500', '094857.587500', '094858.047500', '094858.507500', '094858.967500', '094859.427500', '094859.887500', '094900.347500', '094900.807500', '094901.267500', '094901.727500', '094902.187500', '094902.647500', '094903.107500', '094903.567500', '094904.027500', '094904.487500', '094904.947500', '094905.407500', '094905.867500', '094906.327500', '094906.787500', '094907.247500', '094907.707500', '094908.167500', '094908.627500', '094909.087500', '094909.547500', '094910.007500', '094910.467500', '094910.927500', '094911.387500', '094911.847500', '094912.307500', '094912.767500', '094913.227500', '094913.687500', '094914.147500', '094914.607500', '094915.067500', '094915.527500', '094915.987500', '094916.447500', '094916.907500', '094917.367500', '094917.827500', '094918.287500', '094918.747500', '094919.207500', '094919.667500', '094920.127500', '094920.587500', '094921.047500', '094921.507500', '094921.967500', '094922.427500', '094922.887500', '094923.347500', '094923.807500', '094924.267500', '094924.727500', '094925.187500', '094925.647500', '094926.107500', '094926.567500', '094927.027500', '094927.487500', '094927.947500', '094928.407500', '094928.867500', '094929.327500', '094929.787500', '094930.247500', '094930.707500', '094931.167500', '094931.627500', '094932.087500', '094932.547500', '094933.007500', '094933.467500', '094933.927500', '094934.387500', '094934.847500', '094935.307500', '094935.767500', '094936.227500', '094936.687500', '094937.147500', '094937.607500', '094938.067500', '094938.527500', '094938.987500', '094939.447500', '094939.907500', '094940.367500', '094940.827500', '094941.287500', '094941.747500', '094942.207500', '094942.667500', '094943.127500', '094943.587500', '094944.047500', '094944.507500', '094944.967500', '094945.427500', '094945.887500', '094946.347500', '094946.807500', '094947.267500', '094947.727500', '094948.187500', '094948.647500', '094949.107500', '094949.567500', '094950.027500', '094950.487500', '094950.947500', '094951.407500', '094951.867500', '094952.327500', '094952.787500', '094953.247500', '094953.707500', '094954.167500', '094954.627500', '094955.087500', '094955.547500', '094956.007500', '094956.467500', '094956.927500', '094957.387500', '094957.847500', '094958.307500', '094958.767500', '094959.227500', '094959.687500', '095000.147500', '095000.607500', '095001.067500', '095001.527500', '095001.987500', '095002.447500', '095002.907500', '095003.367500', '095003.827500', '095004.287500', '095004.747500', '095005.207500', '095005.667500', '095006.127500', '095006.587500', '095007.047500', '095007.507500', '095007.967500', '095008.427500', '095008.887500', '095009.347500', '095009.807500', '095010.267500', '095010.727500', '095011.187500', '095011.647500', '095012.107500', '095012.567500', '095013.027500', '095013.487500', '095013.947500', '095014.407500', '095014.867500', '095015.327500', '095015.787500', '095016.247500', '095016.707500', '095017.167500', '095017.627500', '095018.087500', '095018.547500', '095019.007500', '095019.467500', '095019.927500', '095020.387500', '095020.847500', '095021.307500', '095021.767500', '095022.227500', '095022.687500', '095023.147500', '095023.607500', '095024.067500', '095024.527500', '095024.987500', '095025.447500', '095025.907500', '095026.367500', '095026.827500', '095027.287500', '095027.747500', '095028.207500', '095028.667500', '095029.127500', '095029.587500', '095030.047500', '095030.507500', '095030.967500', '095031.427500', '095031.887500', '095032.347500', '095032.807500', '095033.267500', '095033.727500', '095034.187500', '095034.647500', '095035.107500', '095035.567500', '095036.027500', '095036.487500', '095036.947500', '095037.407500', '095037.867500', '095038.327500', '095038.787500', '095039.247500', '095039.707500', '095040.167500', '095040.627500', '095041.087500', '095041.547500', '095042.007500', '095042.467500', '095042.927500', '095043.387500', '095043.847500', '095044.307500', '095044.767500', '095045.227500', '095045.687500', '095046.147500', '095046.607500', '095047.067500', '095047.527500', '095047.987500', '095048.447500', '095048.907500', '095049.367500', '095049.827500', '095050.287500', '095050.747500', '095051.207500', '095051.667500', '095052.127500', '095052.587500', '095053.047500', '095053.507500', '095053.967500', '095054.427500', '095054.887500', '095055.347500', '095055.807500', '095056.267500', '095056.727500', '095057.187500', '095057.647500', '095058.107500', '095058.567500', '095059.027500', '095059.487500', '095059.947500', '095100.407500', '095100.867500', '095101.327500', '095101.787500', '095102.247500', '095102.707500', '095103.167500', '095103.627500', '095104.087500', '095104.547500', '095105.007500', '095105.467500', '095105.927500', '095106.387500', '095106.847500', '095107.307500', '095107.767500', '095108.227500', '095108.687500', '095109.147500', '095109.607500', '095110.067500', '095110.527500', '095110.987500', '095111.447500', '095111.907500', '095112.367500', '095112.827500', '095113.287500', '095113.747500', '095114.207500', '095114.667500', '095115.127500', '095115.587500', '095116.047500', '095116.507500', '095116.967500', '095117.427500', '095117.887500', '095118.347500', '095118.807500', '095119.267500', '095119.727500', '095120.187500', '095120.647500', '095121.107500', '095121.567500', '095122.027500', '095122.487500', '095122.947500', '095123.407500', '095123.867500', '095124.327500', '095124.787500', '095125.247500', '095125.707500', '095126.167500', '095126.627500', '095127.087500', '095127.547500', '095128.007500', '095128.467500', '095128.927500', '095129.387500', '095129.847500', '095130.307500', '095130.767500', '095131.227500', '095131.687500', '095132.147500', '095132.607500', '095133.067500', '095133.527500', '095133.987500', '095134.447500', '095134.907500', '095135.367500', '095135.827500', '095136.287500', '095136.747500', '095137.207500', '095137.667500', '095138.127500', '095138.587500', '095139.047500', '095139.507500', '095139.967500', '095140.427500', '095140.887500', '095141.347500', '095141.807500', '095142.267500', '095142.727500', '095143.187500', '095143.647500', '095144.107500', '095144.567500', '095145.027500', '095145.487500', '095145.947500', '095146.407500', '095146.867500', '095147.327500', '095147.787500', '095148.247500', '095148.707500', '095149.167500', '095149.627500', '095150.087500', '095150.547500', '095151.007500', '095151.467500', '095151.927500', '095152.387500', '095152.847500', '095153.307500', '095153.767500', '095154.227500', '095154.687500', '095155.147500', '095155.607500', '095156.067500', '095156.527500', '095156.987500', '095157.447500', '095157.907500', '095158.367500', '095158.827500', '095159.287500', '095159.747500', '095200.207500', '095200.667500', '095201.127500', '095201.587500', '095202.047500', '095202.507500', '095202.967500', '095203.427500', '095203.887500', '095204.347500', '095204.807500', '095205.267500', '095205.727500', '095206.187500', '095206.647500', '095207.107500', '095207.567500', '095208.027500', '095208.487500', '095208.947500', '095209.407500', '095209.867500', '095210.327500', '095210.787500', '095211.247500', '095211.707500', '095212.167500', '095212.627500', '095213.087500', '095213.547500', '095214.007500', '095214.467500', '095214.927500', '095215.387500', '095215.847500', '095216.307500', '095216.767500', '095217.227500', '095217.687500', '095218.147500', '095218.607500', '095219.067500', '095219.527500', '095219.987500', '095220.447500', '095220.907500', '095221.367500', '095221.827500', '095222.287500', '095222.747500', '095223.207500', '095223.667500', '095224.127500', '095224.587500', '095225.047500', '095225.507500', '095225.967500', '095226.427500', '095226.887500', '095227.347500', '095227.807500', '095228.267500', '095228.727500', '095229.187500', '095229.647500', '095230.107500', '095230.567500', '095231.027500', '095231.487500', '095231.947500', '095232.407500', '095232.867500', '095233.327500', '095233.787500', '095234.247500', '095234.707500', '095235.167500', '095235.627500', '095236.087500', '095236.547500', '095237.007500', '095237.467500', '095237.927500', '095238.387500', '095238.847500', '095239.307500', '095239.767500', '095240.227500', '095240.687500', '095241.147500', '095241.607500', '095242.067500', '095242.527500', '095242.987500', '095243.447500', '095243.907500', '095244.367500', '095244.827500', '095245.287500', '095245.747500', '095246.207500', '095246.667500', '095247.127500', '095247.587500', '095248.047500', '095248.507500', '095248.967500', '095249.427500', '095249.887500', '095250.347500', '095250.807500', '095251.267500', '095251.727500', '095252.187500', '095252.647500', '095253.107500', '095253.567500', '095254.027500', '095254.487500', '095254.947500', '095255.407500', '095255.867500', '095256.327500', '095256.787500', '095257.247500', '095257.707500', '095258.167500', '095258.627500', '095259.087500', '095259.547500', '095300.007500', '095300.467500', '095300.927500', '095301.387500', '095301.847500', '095302.307500', '095302.767500', '095303.227500', '095303.687500', '095304.147500', '095304.607500', '095305.067500', '095305.527500', '095305.987500', '095306.447500', '095306.907500', '095307.367500', '095307.827500', '095308.287500', '095308.747500', '095309.207500', '095309.667500', '095310.127500', '095310.587500', '095311.047500', '095311.507500', '095311.967500', '095312.427500', '095312.887500', '095313.347500', '095313.807500', '095314.267500', '095314.727500', '095315.187500', '095315.647500', '095316.107500', '095316.567500', '095317.027500', '095317.487500', '095317.947500', '095318.407500', '095318.867500', '095319.327500', '095319.787500', '095320.247500', '095320.707500', '095321.167500', '095321.627500', '095322.087500', '095322.547500', '095323.007500', '095323.467500', '095323.927500', '095324.387500', '095324.847500', '095325.307500', '095325.767500', '095326.227500', '095326.687500', '095327.147500', '095327.607500', '095328.067500', '095328.527500', '095328.987500', '095329.447500', '095329.907500', '095330.367500', '095330.827500', '095331.287500', '095331.747500', '095332.207500', '095332.667500', '095333.127500', '095333.587500', '095334.047500', '095334.507500', '095334.967500', '095335.427500', '095335.887500', '095336.347500', '095336.807500', '095337.267500', '095337.727500', '095338.187500', '095338.647500', '095339.107500', '095339.567500'], 'ContentTime': ['094538.679000', '094538.682000', '094538.685000', '094538.697000', '094538.700000', '094538.703000', '094538.706000', '094538.709000', '094538.712000', '094538.714000', '094538.717000', '094538.720000', '094538.723000', '094538.726000', '094538.729000', '094538.732000', '094538.735000', '094538.738000', '094538.740000', '094538.743000', '094538.753000', '094538.756000', '094538.759000', '094538.762000', '094538.765000', '094538.767000', '094538.770000', '094538.773000', '094538.776000', '094538.779000', '094538.782000', '094538.785000', '094538.787000', '094538.790000', '094538.793000', '094538.796000', '094538.799000', '094538.802000', '094538.804000', '094538.807000', '094538.810000', '094538.813000', '094538.817000', '094538.820000', '094538.822000', '094538.825000', '094538.828000', '094538.831000', '094538.834000', '094538.837000', '094558.647000', '094558.650000', '094558.653000', '094558.656000', '094558.658000', '094558.662000', '094558.665000', '094558.668000', '094558.671000', '094558.674000', '094558.677000', '094558.680000', '094558.683000', '094558.685000', '094558.688000', '094558.691000', '094558.694000', '094558.697000', '094558.700000', '094558.703000', '094558.705000', '094558.708000', '094558.711000', '094558.714000', '094558.717000', '094558.719000', '094558.722000', '094558.725000', '094558.728000', '094558.731000', '094558.734000', '094558.736000', '094558.739000', '094558.742000', '094558.745000', '094558.748000', '094558.751000', '094558.754000', '094558.766000', '094558.769000', '094558.797000', '094558.800000', '094558.803000', '094618.647000', '094618.650000', '094618.653000', '094618.656000', '094618.659000', '094618.662000', '094618.664000', '094618.667000', '094618.670000', '094618.673000', '094618.676000', '094618.679000', '094618.682000', '094618.684000', '094618.687000', '094618.690000', '094618.693000', '094618.696000', '094618.699000', '094618.702000', '094618.704000', '094618.707000', '094618.710000', '094618.713000', '094618.716000', '094618.719000', '094618.721000', '094618.724000', '094618.727000', '094618.730000', '094618.733000', '094618.736000', '094618.739000', '094618.741000', '094618.744000', '094618.747000', '094618.750000', '094618.753000', '094618.756000', '094618.759000', '094618.762000', '094618.764000', '094618.767000', '094618.770000', '094638.647000', '094638.650000', '094638.653000', '094638.669000', '094638.672000', '094638.676000', '094638.681000', '094638.684000', '094638.687000', '094638.689000', '094638.692000', '094638.695000', '094638.698000', '094638.701000', '094638.703000', '094638.706000', '094638.709000', '094638.712000', '094638.715000', '094638.718000', '094638.721000', '094638.732000', '094638.735000', '094638.738000', '094638.741000', '094638.744000', '094638.747000', '094638.749000', '094638.752000', '094638.755000', '094638.758000', '094638.761000', '094638.764000', '094638.767000', '094638.770000', '094638.773000', '094638.775000', '094638.778000', '094638.781000', '094638.784000', '094638.787000', '094638.790000', '094638.792000', '094658.647000', '094658.650000', '094658.653000', '094658.656000', '094658.659000', '094658.661000', '094658.664000', '094658.667000', '094658.670000', '094658.673000', '094658.676000', '094658.678000', '094658.681000', '094658.684000', '094658.687000', '094658.690000', '094658.693000', '094658.696000', '094658.699000', '094658.701000', '094658.704000', '094658.707000', '094658.710000', '094658.713000', '094658.716000', '094658.719000', '094658.722000', '094658.724000', '094658.727000', '094658.730000', '094658.739000', '094658.742000', '094658.745000', '094658.747000', '094658.750000', '094658.753000', '094658.756000', '094658.759000', '094658.762000', '094658.765000', '094658.767000', '094658.770000', '094658.773000', '094658.776000', '094718.646000', '094718.649000', '094718.652000', '094718.655000', '094718.658000', '094718.670000', '094718.672000', '094718.675000', '094718.678000', '094718.681000', '094718.684000', '094718.687000', '094718.689000', '094718.692000', '094718.695000', '094718.698000', '094718.701000', '094718.704000', '094718.707000', '094718.710000', '094718.713000', '094718.716000', '094718.718000', '094718.721000', '094718.724000', '094718.727000', '094718.730000', '094718.733000', '094718.736000', '094718.738000', '094718.741000', '094718.744000', '094718.747000', '094718.750000', '094718.753000', '094718.756000', '094718.758000', '094718.761000', '094718.764000', '094718.767000', '094718.830000', '094718.833000', '094718.836000', '094738.647000', '094738.650000', '094738.653000', '094738.656000', '094738.659000', '094738.662000', '094738.665000', '094738.668000', '094738.670000', '094738.673000', '094738.676000', '094738.679000', '094738.682000', '094738.685000', '094738.687000', '094738.690000', '094738.693000', '094738.696000', '094738.699000', '094738.702000', '094738.705000', '094738.707000', '094738.710000', '094738.713000', '094738.716000', '094738.719000', '094738.722000', '094738.725000', '094738.728000', '094738.730000', '094738.733000', '094738.736000', '094738.739000', '094738.742000', '094738.745000', '094738.748000', '094738.750000', '094738.753000', '094738.756000', '094738.759000', '094738.762000', '094738.765000', '094738.768000', '094738.794000', '094758.647000', '094758.650000', '094758.654000', '094758.657000', '094758.660000', '094758.663000', '094758.666000', '094758.668000', '094758.671000', '094758.674000', '094758.677000', '094758.680000', '094758.683000', '094758.686000', '094758.689000', '094758.692000', '094758.695000', '094758.697000', '094758.700000', '094758.703000', '094758.706000', '094758.710000', '094758.713000', '094758.716000', '094758.719000', '094758.722000', '094758.725000', '094758.728000', '094758.731000', '094758.734000', '094758.737000', '094758.740000', '094758.742000', '094758.745000', '094758.748000', '094758.751000', '094758.754000', '094758.757000', '094758.759000', '094758.762000', '094758.765000', '094758.768000', '094758.771000', '094818.647000', '094818.650000', '094818.653000', '094818.656000', '094818.659000', '094818.662000', '094818.664000', '094818.667000', '094818.670000', '094818.673000', '094818.676000', '094818.679000', '094818.681000', '094818.684000', '094818.687000', '094818.690000', '094818.693000', '094818.696000', '094818.699000', '094818.702000', '094818.704000', '094818.707000', '094818.710000', '094818.713000', '094818.716000', '094818.719000', '094818.722000', '094818.725000', '094818.728000', '094818.731000', '094818.733000', '094818.736000', '094818.739000', '094818.742000', '094818.745000', '094818.748000', '094818.750000', '094818.753000', '094818.756000', '094818.759000', '094818.762000', '094818.765000', '094818.768000', '094818.789000', '094838.647000', '094838.650000', '094838.653000', '094838.656000', '094838.659000', '094838.662000', '094838.665000', '094838.667000', '094838.670000', '094838.673000', '094838.676000', '094838.679000', '094838.682000', '094838.685000', '094838.688000', '094838.690000', '094838.693000', '094838.696000', '094838.699000', '094838.702000', '094838.705000', '094838.707000', '094838.710000', '094838.713000', '094838.716000', '094838.719000', '094838.722000', '094838.725000', '094838.728000', '094838.730000', '094838.733000', '094838.736000', '094838.741000', '094838.745000', '094838.748000', '094838.751000', '094838.754000', '094838.757000', '094838.760000', '094838.763000', '094838.765000', '094838.769000', '094838.838000', '094858.647000', '094858.650000', '094858.654000', '094858.657000', '094858.659000', '094858.662000', '094858.665000', '094858.668000', '094858.671000', '094858.674000', '094858.677000', '094858.679000', '094858.682000', '094858.685000', '094858.688000', '094858.691000', '094858.694000', '094858.697000', '094858.699000', '094858.702000', '094858.705000', '094858.708000', '094858.711000', '094858.714000', '094858.717000', '094858.720000', '094858.723000', '094858.725000', '094858.728000', '094858.731000', '094858.734000', '094858.737000', '094858.740000', '094858.743000', '094858.745000', '094858.748000', '094858.751000', '094858.754000', '094858.757000', '094858.760000', '094858.763000', '094858.766000', '094858.769000', '094858.771000', '094918.647000', '094918.650000', '094918.653000', '094918.656000', '094918.659000', '094918.662000', '094918.664000', '094918.667000', '094918.670000', '094918.673000', '094918.676000', '094918.679000', '094918.682000', '094918.685000', '094918.687000', '094918.692000', '094918.694000', '094918.697000', '094918.700000', '094918.703000', '094918.706000', '094918.709000', '094918.712000', '094918.715000', '094918.718000', '094918.721000', '094918.723000', '094918.726000', '094918.729000', '094918.732000', '094918.735000', '094918.738000', '094918.741000', '094918.743000', '094918.746000', '094918.749000', '094918.752000', '094918.755000', '094918.758000', '094918.761000', '094918.764000', '094918.767000', '094918.823000', '094938.646000', '094938.649000', '094938.652000', '094938.655000', '094938.658000', '094938.661000', '094938.663000', '094938.666000', '094938.669000', '094938.672000', '094938.690000', '094938.693000', '094938.696000', '094938.699000', '094938.702000', '094938.704000', '094938.707000', '094938.710000', '094938.713000', '094938.716000', '094938.719000', '094938.721000', '094938.724000', '094938.727000', '094938.730000', '094938.733000', '094938.736000', '094938.739000', '094938.742000', '094938.745000', '094938.747000', '094938.750000', '094938.753000', '094938.756000', '094938.759000', '094938.762000', '094938.765000', '094938.812000', '094938.815000', '094938.817000', '094938.820000', '094938.823000', '094938.826000', '094938.829000', '094958.647000', '094958.650000', '094958.653000', '094958.656000', '094958.659000', '094958.662000', '094958.664000', '094958.667000', '094958.670000', '094958.673000', '094958.676000', '094958.679000', '094958.682000', '094958.684000', '094958.687000', '094958.690000', '094958.693000', '094958.696000', '094958.699000', '094958.702000', '094958.704000', '094958.707000', '094958.710000', '094958.713000', '094958.716000', '094958.719000', '094958.722000', '094958.724000', '094958.727000', '094958.730000', '094958.733000', '094958.736000', '094958.739000', '094958.741000', '094958.744000', '094958.747000', '094958.750000', '094958.753000', '094958.756000', '094958.759000', '094958.762000', '094958.765000', '094958.767000', '095018.647000', '095018.650000', '095018.653000', '095018.656000', '095018.659000', '095018.661000', '095018.664000', '095018.667000', '095018.670000', '095018.673000', '095018.676000', '095018.679000', '095018.682000', '095018.684000', '095018.687000', '095018.690000', '095018.693000', '095018.696000', '095018.699000', '095018.701000', '095018.704000', '095018.707000', '095018.710000', '095018.713000', '095018.716000', '095018.719000', '095018.721000', '095018.724000', '095018.727000', '095018.730000', '095018.733000', '095018.736000', '095018.739000', '095018.742000', '095018.745000', '095018.748000', '095018.750000', '095018.756000', '095018.759000', '095018.762000', '095018.765000', '095018.768000', '095018.771000', '095018.774000', '095038.647000', '095038.650000', '095038.653000', '095038.656000', '095038.659000', '095038.662000', '095038.665000', '095038.667000', '095038.670000', '095038.673000', '095038.676000', '095038.679000', '095038.682000', '095038.685000', '095038.688000', '095038.690000', '095038.693000', '095038.696000', '095038.699000', '095038.702000', '095038.705000', '095038.708000', '095038.711000', '095038.714000', '095038.716000', '095038.719000', '095038.722000', '095038.725000', '095038.729000', '095038.732000', '095038.735000', '095038.738000', '095038.741000', '095038.744000', '095038.746000', '095038.749000', '095038.752000', '095038.755000', '095038.758000', '095038.761000', '095038.764000', '095038.767000', '095038.770000', '095058.647000', '095058.650000', '095058.653000', '095058.656000', '095058.659000', '095058.662000', '095058.665000', '095058.667000', '095058.670000', '095058.673000', '095058.676000', '095058.679000', '095058.682000', '095058.684000', '095058.687000', '095058.690000', '095058.693000', '095058.696000', '095058.699000', '095058.702000', '095058.705000', '095058.708000', '095058.710000', '095058.713000', '095058.716000', '095058.719000', '095058.722000', '095058.725000', '095058.728000', '095058.731000', '095058.734000', '095058.736000', '095058.739000', '095058.742000', '095058.745000', '095058.761000', '095058.764000', '095058.767000', '095058.808000', '095058.811000', '095058.814000', '095058.817000', '095058.820000', '095058.823000', '095118.647000', '095118.650000', '095118.653000', '095118.656000', '095118.659000', '095118.662000', '095118.665000', '095118.668000', '095118.670000', '095118.673000', '095118.676000', '095118.679000', '095118.682000', '095118.685000', '095118.687000', '095118.690000', '095118.693000', '095118.696000', '095118.699000', '095118.702000', '095118.705000', '095118.708000', '095118.711000', '095118.713000', '095118.716000', '095118.719000', '095118.722000', '095118.725000', '095118.728000', '095118.731000', '095118.733000', '095118.736000', '095118.739000', '095118.742000', '095118.745000', '095118.748000', '095118.751000', '095118.754000', '095118.756000', '095118.759000', '095118.764000', '095118.767000', '095118.818000', '095138.647000', '095138.650000', '095138.653000', '095138.656000', '095138.659000', '095138.662000', '095138.665000', '095138.667000', '095138.670000', '095138.673000', '095138.676000', '095138.679000', '095138.682000', '095138.685000', '095138.687000', '095138.690000', '095138.693000', '095138.696000', '095138.699000', '095138.702000', '095138.705000', '095138.707000', '095138.710000', '095138.713000', '095138.716000', '095138.719000', '095138.722000', '095138.725000', '095138.728000', '095138.731000', '095138.733000', '095138.736000', '095138.739000', '095138.742000', '095138.745000', '095138.748000', '095138.751000', '095138.753000', '095138.756000', '095138.759000', '095138.762000', '095138.765000', '095138.768000', '095138.868000', '095158.646000', '095158.649000', '095158.652000', '095158.655000', '095158.658000', '095158.661000', '095158.663000', '095158.666000', '095158.669000', '095158.672000', '095158.675000', '095158.678000', '095158.681000', '095158.683000', '095158.686000', '095158.689000', '095158.692000', '095158.695000', '095158.698000', '095158.701000', '095158.703000', '095158.706000', '095158.709000', '095158.712000', '095158.715000', '095158.718000', '095158.721000', '095158.724000', '095158.726000', '095158.729000', '095158.732000', '095158.735000', '095158.738000', '095158.741000', '095158.744000', '095158.747000', '095158.750000', '095158.752000', '095158.755000', '095158.758000', '095158.761000', '095158.764000', '095158.833000', '095218.647000', '095218.650000', '095218.653000', '095218.656000', '095218.659000', '095218.661000', '095218.664000', '095218.667000', '095218.670000', '095218.673000', '095218.676000', '095218.679000', '095218.681000', '095218.684000', '095218.687000', '095218.690000', '095218.693000', '095218.696000', '095218.699000', '095218.702000', '095218.704000', '095218.707000', '095218.710000', '095218.713000', '095218.716000', '095218.719000', '095218.721000', '095218.724000', '095218.727000', '095218.730000', '095218.733000', '095218.736000', '095218.739000', '095218.742000', '095218.745000', '095218.747000', '095218.750000', '095218.753000', '095218.756000', '095218.759000', '095218.762000', '095218.765000', '095218.768000', '095218.771000', '095238.647000', '095238.650000', '095238.653000', '095238.656000', '095238.659000', '095238.662000', '095238.664000', '095238.667000', '095238.670000', '095238.673000', '095238.676000', '095238.679000', '095238.682000', '095238.685000', '095238.687000', '095238.690000', '095238.693000', '095238.696000', '095238.699000', '095238.702000', '095238.705000', '095238.708000', '095238.710000', '095238.713000', '095238.716000', '095238.719000', '095238.722000', '095238.725000', '095238.727000', '095238.730000', '095238.733000', '095238.736000', '095238.739000', '095238.742000', '095238.745000', '095238.748000', '095238.750000', '095238.753000', '095238.756000', '095238.759000', '095238.762000', '095238.764000', '095238.767000', '095258.647000', '095258.650000', '095258.653000', '095258.656000', '095258.659000', '095258.661000', '095258.664000', '095258.667000', '095258.670000', '095258.673000', '095258.676000', '095258.679000', '095258.682000', '095258.684000', '095258.687000', '095258.690000', '095258.693000', '095258.696000', '095258.699000', '095258.702000', '095258.705000', '095258.707000', '095258.710000', '095258.713000', '095258.716000', '095258.719000', '095258.722000', '095258.725000', '095258.728000', '095258.730000', '095258.733000', '095258.736000', '095258.739000', '095258.742000', '095258.745000', '095258.748000', '095258.751000', '095258.754000', '095258.756000', '095258.759000', '095258.762000', '095258.765000', '095258.768000', '095258.771000', '095318.647000', '095318.650000', '095318.653000', '095318.656000', '095318.659000', '095318.662000', '095318.664000', '095318.667000', '095318.670000', '095318.673000', '095318.676000', '095318.679000', '095318.682000', '095318.685000', '095318.688000', '095318.690000', '095318.693000', '095318.696000', '095318.699000', '095318.702000', '095318.705000', '095318.707000', '095318.710000', '095318.713000', '095318.716000', '095318.719000', '095318.722000', '095318.725000', '095318.728000', '095318.731000', '095318.734000', '095318.736000', '095318.739000', '095318.742000', '095318.745000', '095318.748000', '095318.751000', '095318.754000', '095318.757000', '095318.759000', '095318.762000', '095318.765000', '095318.768000', '095338.647000', '095338.650000', '095338.653000', '095338.656000', '095338.659000', '095338.662000', '095338.665000', '095338.668000', '095338.671000', '095338.674000', '095338.677000', '095338.679000', '095338.682000', '095338.685000', '095338.688000', '095338.691000', '095338.694000', '095338.697000', '095338.700000', '095338.702000', '095338.705000', '095338.708000', '095338.711000', '095338.714000', '095338.717000', '095338.719000', '095338.722000', '095338.725000', '095338.728000', '095338.731000', '095338.734000', '095338.737000', '095338.740000', '095338.743000', '095338.745000', '095338.748000', '095338.751000', '095338.754000', '095338.757000', '095338.760000', '095338.763000', '095338.766000', '095338.778000', '095340.547000', '095340.551000', '095340.554000', '095340.557000', '095340.560000'], 'InstanceCreationTime': ['094538.679000', '094538.682000', '094538.685000', '094538.697000', '094538.700000', '094538.703000', '094538.706000', '094538.709000', '094538.712000', '094538.714000', '094538.717000', '094538.720000', '094538.723000', '094538.726000', '094538.729000', '094538.732000', '094538.735000', '094538.738000', '094538.740000', '094538.743000', '094538.753000', '094538.756000', '094538.759000', '094538.762000', '094538.765000', '094538.767000', '094538.770000', '094538.773000', '094538.776000', '094538.779000', '094538.782000', '094538.785000', '094538.787000', '094538.790000', '094538.793000', '094538.796000', '094538.799000', '094538.802000', '094538.804000', '094538.807000', '094538.810000', '094538.813000', '094538.817000', '094538.820000', '094538.822000', '094538.825000', '094538.828000', '094538.831000', '094538.834000', '094538.837000', '094558.647000', '094558.650000', '094558.653000', '094558.656000', '094558.658000', '094558.662000', '094558.665000', '094558.668000', '094558.671000', '094558.674000', '094558.677000', '094558.680000', '094558.683000', '094558.685000', '094558.688000', '094558.691000', '094558.694000', '094558.697000', '094558.700000', '094558.703000', '094558.705000', '094558.708000', '094558.711000', '094558.714000', '094558.717000', '094558.719000', '094558.722000', '094558.725000', '094558.728000', '094558.731000', '094558.734000', '094558.736000', '094558.739000', '094558.742000', '094558.745000', '094558.748000', '094558.751000', '094558.754000', '094558.766000', '094558.769000', '094558.797000', '094558.800000', '094558.803000', '094618.647000', '094618.650000', '094618.653000', '094618.656000', '094618.659000', '094618.662000', '094618.664000', '094618.667000', '094618.670000', '094618.673000', '094618.676000', '094618.679000', '094618.682000', '094618.684000', '094618.687000', '094618.690000', '094618.693000', '094618.696000', '094618.699000', '094618.702000', '094618.704000', '094618.707000', '094618.710000', '094618.713000', '094618.716000', '094618.719000', '094618.721000', '094618.724000', '094618.727000', '094618.730000', '094618.733000', '094618.736000', '094618.739000', '094618.741000', '094618.744000', '094618.747000', '094618.750000', '094618.753000', '094618.756000', '094618.759000', '094618.762000', '094618.764000', '094618.767000', '094618.770000', '094638.647000', '094638.650000', '094638.653000', '094638.669000', '094638.672000', '094638.676000', '094638.681000', '094638.684000', '094638.687000', '094638.689000', '094638.692000', '094638.695000', '094638.698000', '094638.701000', '094638.703000', '094638.706000', '094638.709000', '094638.712000', '094638.715000', '094638.718000', '094638.721000', '094638.732000', '094638.735000', '094638.738000', '094638.741000', '094638.744000', '094638.747000', '094638.749000', '094638.752000', '094638.755000', '094638.758000', '094638.761000', '094638.764000', '094638.767000', '094638.770000', '094638.773000', '094638.775000', '094638.778000', '094638.781000', '094638.784000', '094638.787000', '094638.790000', '094638.792000', '094658.647000', '094658.650000', '094658.653000', '094658.656000', '094658.659000', '094658.661000', '094658.664000', '094658.667000', '094658.670000', '094658.673000', '094658.676000', '094658.678000', '094658.681000', '094658.684000', '094658.687000', '094658.690000', '094658.693000', '094658.696000', '094658.699000', '094658.701000', '094658.704000', '094658.707000', '094658.710000', '094658.713000', '094658.716000', '094658.719000', '094658.722000', '094658.724000', '094658.727000', '094658.730000', '094658.739000', '094658.742000', '094658.745000', '094658.747000', '094658.750000', '094658.753000', '094658.756000', '094658.759000', '094658.762000', '094658.765000', '094658.767000', '094658.770000', '094658.773000', '094658.776000', '094718.646000', '094718.649000', '094718.652000', '094718.655000', '094718.658000', '094718.670000', '094718.672000', '094718.675000', '094718.678000', '094718.681000', '094718.684000', '094718.687000', '094718.689000', '094718.692000', '094718.695000', '094718.698000', '094718.701000', '094718.704000', '094718.707000', '094718.710000', '094718.713000', '094718.716000', '094718.718000', '094718.721000', '094718.724000', '094718.727000', '094718.730000', '094718.733000', '094718.736000', '094718.738000', '094718.741000', '094718.744000', '094718.747000', '094718.750000', '094718.753000', '094718.756000', '094718.758000', '094718.761000', '094718.764000', '094718.767000', '094718.830000', '094718.833000', '094718.836000', '094738.647000', '094738.650000', '094738.653000', '094738.656000', '094738.659000', '094738.662000', '094738.665000', '094738.668000', '094738.670000', '094738.673000', '094738.676000', '094738.679000', '094738.682000', '094738.685000', '094738.687000', '094738.690000', '094738.693000', '094738.696000', '094738.699000', '094738.702000', '094738.705000', '094738.707000', '094738.710000', '094738.713000', '094738.716000', '094738.719000', '094738.722000', '094738.725000', '094738.728000', '094738.730000', '094738.733000', '094738.736000', '094738.739000', '094738.742000', '094738.745000', '094738.748000', '094738.750000', '094738.753000', '094738.756000', '094738.759000', '094738.762000', '094738.765000', '094738.768000', '094738.794000', '094758.647000', '094758.650000', '094758.654000', '094758.657000', '094758.660000', '094758.663000', '094758.666000', '094758.668000', '094758.671000', '094758.674000', '094758.677000', '094758.680000', '094758.683000', '094758.686000', '094758.689000', '094758.692000', '094758.695000', '094758.697000', '094758.700000', '094758.703000', '094758.706000', '094758.710000', '094758.713000', '094758.716000', '094758.719000', '094758.722000', '094758.725000', '094758.728000', '094758.731000', '094758.734000', '094758.737000', '094758.740000', '094758.742000', '094758.745000', '094758.748000', '094758.751000', '094758.754000', '094758.757000', '094758.759000', '094758.762000', '094758.765000', '094758.768000', '094758.771000', '094818.647000', '094818.650000', '094818.653000', '094818.656000', '094818.659000', '094818.662000', '094818.664000', '094818.667000', '094818.670000', '094818.673000', '094818.676000', '094818.679000', '094818.681000', '094818.684000', '094818.687000', '094818.690000', '094818.693000', '094818.696000', '094818.699000', '094818.702000', '094818.704000', '094818.707000', '094818.710000', '094818.713000', '094818.716000', '094818.719000', '094818.722000', '094818.725000', '094818.728000', '094818.731000', '094818.733000', '094818.736000', '094818.739000', '094818.742000', '094818.745000', '094818.748000', '094818.750000', '094818.753000', '094818.756000', '094818.759000', '094818.762000', '094818.765000', '094818.768000', '094818.789000', '094838.647000', '094838.650000', '094838.653000', '094838.656000', '094838.659000', '094838.662000', '094838.665000', '094838.667000', '094838.670000', '094838.673000', '094838.676000', '094838.679000', '094838.682000', '094838.685000', '094838.688000', '094838.690000', '094838.693000', '094838.696000', '094838.699000', '094838.702000', '094838.705000', '094838.707000', '094838.710000', '094838.713000', '094838.716000', '094838.719000', '094838.722000', '094838.725000', '094838.728000', '094838.730000', '094838.733000', '094838.736000', '094838.741000', '094838.745000', '094838.748000', '094838.751000', '094838.754000', '094838.757000', '094838.760000', '094838.763000', '094838.765000', '094838.769000', '094838.838000', '094858.647000', '094858.650000', '094858.654000', '094858.657000', '094858.659000', '094858.662000', '094858.665000', '094858.668000', '094858.671000', '094858.674000', '094858.677000', '094858.679000', '094858.682000', '094858.685000', '094858.688000', '094858.691000', '094858.694000', '094858.697000', '094858.699000', '094858.702000', '094858.705000', '094858.708000', '094858.711000', '094858.714000', '094858.717000', '094858.720000', '094858.723000', '094858.725000', '094858.728000', '094858.731000', '094858.734000', '094858.737000', '094858.740000', '094858.743000', '094858.745000', '094858.748000', '094858.751000', '094858.754000', '094858.757000', '094858.760000', '094858.763000', '094858.766000', '094858.769000', '094858.771000', '094918.647000', '094918.650000', '094918.653000', '094918.656000', '094918.659000', '094918.662000', '094918.664000', '094918.667000', '094918.670000', '094918.673000', '094918.676000', '094918.679000', '094918.682000', '094918.685000', '094918.687000', '094918.692000', '094918.694000', '094918.697000', '094918.700000', '094918.703000', '094918.706000', '094918.709000', '094918.712000', '094918.715000', '094918.718000', '094918.721000', '094918.723000', '094918.726000', '094918.729000', '094918.732000', '094918.735000', '094918.738000', '094918.741000', '094918.743000', '094918.746000', '094918.749000', '094918.752000', '094918.755000', '094918.758000', '094918.761000', '094918.764000', '094918.767000', '094918.823000', '094938.646000', '094938.649000', '094938.652000', '094938.655000', '094938.658000', '094938.661000', '094938.663000', '094938.666000', '094938.669000', '094938.672000', '094938.690000', '094938.693000', '094938.696000', '094938.699000', '094938.702000', '094938.704000', '094938.707000', '094938.710000', '094938.713000', '094938.716000', '094938.719000', '094938.721000', '094938.724000', '094938.727000', '094938.730000', '094938.733000', '094938.736000', '094938.739000', '094938.742000', '094938.745000', '094938.747000', '094938.750000', '094938.753000', '094938.756000', '094938.759000', '094938.762000', '094938.765000', '094938.812000', '094938.815000', '094938.817000', '094938.820000', '094938.823000', '094938.826000', '094938.829000', '094958.647000', '094958.650000', '094958.653000', '094958.656000', '094958.659000', '094958.662000', '094958.664000', '094958.667000', '094958.670000', '094958.673000', '094958.676000', '094958.679000', '094958.682000', '094958.684000', '094958.687000', '094958.690000', '094958.693000', '094958.696000', '094958.699000', '094958.702000', '094958.704000', '094958.707000', '094958.710000', '094958.713000', '094958.716000', '094958.719000', '094958.722000', '094958.724000', '094958.727000', '094958.730000', '094958.733000', '094958.736000', '094958.739000', '094958.741000', '094958.744000', '094958.747000', '094958.750000', '094958.753000', '094958.756000', '094958.759000', '094958.762000', '094958.765000', '094958.767000', '095018.647000', '095018.650000', '095018.653000', '095018.656000', '095018.659000', '095018.661000', '095018.664000', '095018.667000', '095018.670000', '095018.673000', '095018.676000', '095018.679000', '095018.682000', '095018.684000', '095018.687000', '095018.690000', '095018.693000', '095018.696000', '095018.699000', '095018.701000', '095018.704000', '095018.707000', '095018.710000', '095018.713000', '095018.716000', '095018.719000', '095018.721000', '095018.724000', '095018.727000', '095018.730000', '095018.733000', '095018.736000', '095018.739000', '095018.742000', '095018.745000', '095018.748000', '095018.750000', '095018.756000', '095018.759000', '095018.762000', '095018.765000', '095018.768000', '095018.771000', '095018.774000', '095038.647000', '095038.650000', '095038.653000', '095038.656000', '095038.659000', '095038.662000', '095038.665000', '095038.667000', '095038.670000', '095038.673000', '095038.676000', '095038.679000', '095038.682000', '095038.685000', '095038.688000', '095038.690000', '095038.693000', '095038.696000', '095038.699000', '095038.702000', '095038.705000', '095038.708000', '095038.711000', '095038.714000', '095038.716000', '095038.719000', '095038.722000', '095038.725000', '095038.729000', '095038.732000', '095038.735000', '095038.738000', '095038.741000', '095038.744000', '095038.746000', '095038.749000', '095038.752000', '095038.755000', '095038.758000', '095038.761000', '095038.764000', '095038.767000', '095038.770000', '095058.647000', '095058.650000', '095058.653000', '095058.656000', '095058.659000', '095058.662000', '095058.665000', '095058.667000', '095058.670000', '095058.673000', '095058.676000', '095058.679000', '095058.682000', '095058.684000', '095058.687000', '095058.690000', '095058.693000', '095058.696000', '095058.699000', '095058.702000', '095058.705000', '095058.708000', '095058.710000', '095058.713000', '095058.716000', '095058.719000', '095058.722000', '095058.725000', '095058.728000', '095058.731000', '095058.734000', '095058.736000', '095058.739000', '095058.742000', '095058.745000', '095058.761000', '095058.764000', '095058.767000', '095058.808000', '095058.811000', '095058.814000', '095058.817000', '095058.820000', '095058.823000', '095118.647000', '095118.650000', '095118.653000', '095118.656000', '095118.659000', '095118.662000', '095118.665000', '095118.668000', '095118.670000', '095118.673000', '095118.676000', '095118.679000', '095118.682000', '095118.685000', '095118.687000', '095118.690000', '095118.693000', '095118.696000', '095118.699000', '095118.702000', '095118.705000', '095118.708000', '095118.711000', '095118.713000', '095118.716000', '095118.719000', '095118.722000', '095118.725000', '095118.728000', '095118.731000', '095118.733000', '095118.736000', '095118.739000', '095118.742000', '095118.745000', '095118.748000', '095118.751000', '095118.754000', '095118.756000', '095118.759000', '095118.764000', '095118.767000', '095118.818000', '095138.647000', '095138.650000', '095138.653000', '095138.656000', '095138.659000', '095138.662000', '095138.665000', '095138.667000', '095138.670000', '095138.673000', '095138.676000', '095138.679000', '095138.682000', '095138.685000', '095138.687000', '095138.690000', '095138.693000', '095138.696000', '095138.699000', '095138.702000', '095138.705000', '095138.707000', '095138.710000', '095138.713000', '095138.716000', '095138.719000', '095138.722000', '095138.725000', '095138.728000', '095138.731000', '095138.733000', '095138.736000', '095138.739000', '095138.742000', '095138.745000', '095138.748000', '095138.751000', '095138.753000', '095138.756000', '095138.759000', '095138.762000', '095138.765000', '095138.768000', '095138.868000', '095158.646000', '095158.649000', '095158.652000', '095158.655000', '095158.658000', '095158.661000', '095158.663000', '095158.666000', '095158.669000', '095158.672000', '095158.675000', '095158.678000', '095158.681000', '095158.683000', '095158.686000', '095158.689000', '095158.692000', '095158.695000', '095158.698000', '095158.701000', '095158.703000', '095158.706000', '095158.709000', '095158.712000', '095158.715000', '095158.718000', '095158.721000', '095158.724000', '095158.726000', '095158.729000', '095158.732000', '095158.735000', '095158.738000', '095158.741000', '095158.744000', '095158.747000', '095158.750000', '095158.752000', '095158.755000', '095158.758000', '095158.761000', '095158.764000', '095158.833000', '095218.647000', '095218.650000', '095218.653000', '095218.656000', '095218.659000', '095218.661000', '095218.664000', '095218.667000', '095218.670000', '095218.673000', '095218.676000', '095218.679000', '095218.681000', '095218.684000', '095218.687000', '095218.690000', '095218.693000', '095218.696000', '095218.699000', '095218.702000', '095218.704000', '095218.707000', '095218.710000', '095218.713000', '095218.716000', '095218.719000', '095218.721000', '095218.724000', '095218.727000', '095218.730000', '095218.733000', '095218.736000', '095218.739000', '095218.742000', '095218.745000', '095218.747000', '095218.750000', '095218.753000', '095218.756000', '095218.759000', '095218.762000', '095218.765000', '095218.768000', '095218.771000', '095238.647000', '095238.650000', '095238.653000', '095238.656000', '095238.659000', '095238.662000', '095238.664000', '095238.667000', '095238.670000', '095238.673000', '095238.676000', '095238.679000', '095238.682000', '095238.685000', '095238.687000', '095238.690000', '095238.693000', '095238.696000', '095238.699000', '095238.702000', '095238.705000', '095238.708000', '095238.710000', '095238.713000', '095238.716000', '095238.719000', '095238.722000', '095238.725000', '095238.727000', '095238.730000', '095238.733000', '095238.736000', '095238.739000', '095238.742000', '095238.745000', '095238.748000', '095238.750000', '095238.753000', '095238.756000', '095238.759000', '095238.762000', '095238.764000', '095238.767000', '095258.647000', '095258.650000', '095258.653000', '095258.656000', '095258.659000', '095258.661000', '095258.664000', '095258.667000', '095258.670000', '095258.673000', '095258.676000', '095258.679000', '095258.682000', '095258.684000', '095258.687000', '095258.690000', '095258.693000', '095258.696000', '095258.699000', '095258.702000', '095258.705000', '095258.707000', '095258.710000', '095258.713000', '095258.716000', '095258.719000', '095258.722000', '095258.725000', '095258.728000', '095258.730000', '095258.733000', '095258.736000', '095258.739000', '095258.742000', '095258.745000', '095258.748000', '095258.751000', '095258.754000', '095258.756000', '095258.759000', '095258.762000', '095258.765000', '095258.768000', '095258.771000', '095318.647000', '095318.650000', '095318.653000', '095318.656000', '095318.659000', '095318.662000', '095318.664000', '095318.667000', '095318.670000', '095318.673000', '095318.676000', '095318.679000', '095318.682000', '095318.685000', '095318.688000', '095318.690000', '095318.693000', '095318.696000', '095318.699000', '095318.702000', '095318.705000', '095318.707000', '095318.710000', '095318.713000', '095318.716000', '095318.719000', '095318.722000', '095318.725000', '095318.728000', '095318.731000', '095318.734000', '095318.736000', '095318.739000', '095318.742000', '095318.745000', '095318.748000', '095318.751000', '095318.754000', '095318.757000', '095318.759000', '095318.762000', '095318.765000', '095318.768000', '095338.647000', '095338.650000', '095338.653000', '095338.656000', '095338.659000', '095338.662000', '095338.665000', '095338.668000', '095338.671000', '095338.674000', '095338.677000', '095338.679000', '095338.682000', '095338.685000', '095338.688000', '095338.691000', '095338.694000', '095338.697000', '095338.700000', '095338.702000', '095338.705000', '095338.708000', '095338.711000', '095338.714000', '095338.717000', '095338.719000', '095338.722000', '095338.725000', '095338.728000', '095338.731000', '095338.734000', '095338.737000', '095338.740000', '095338.743000', '095338.745000', '095338.748000', '095338.751000', '095338.754000', '095338.757000', '095338.760000', '095338.763000', '095338.766000', '095338.778000', '095340.547000', '095340.551000', '095340.554000', '095340.557000', '095340.560000'], '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': [14792, 12981, 9337, 11011, 15049, 8754, 11109, 10804, 8351, 12674, 8345, 9809, 10394, 8471, 14809, 10646, 15463, 19297, 19144, 20236, 15678, 18392, 18716, 14880, 20774, 18317, 18056, 9577, 9673, 15750, 9767, 10515, 9606, 9799, 13571, 9088, 10379, 9367, 9938, 9580, 9176, 12018, 9228, 10181, 9281, 9901, 9598, 9335, 11564, 9956, 10319, 8680, 9354, 9541, 9610, 10187, 9011, 9959, 10945, 10096, 9664, 11060, 10493, 10253, 13560, 9657, 14411, 9218, 8942, 8703, 9408, 8425, 10372, 11269, 8915, 8910, 8733, 9144, 11323, 10352, 11273, 14778, 10269, 16222, 9926, 11299, 11576, 12971, 8965, 9336, 18520, 11703, 17799, 17818, 15608, 19221, 12909, 17918, 13865, 14198, 19958, 16419, 14217, 13623, 12474, 13549, 9900, 11497, 9421, 11166, 10676, 10172, 10573, 9915, 9572, 9797, 9545, 14952, 9706, 10493, 20834, 16022, 14260, 18361, 12086, 10284, 9098, 9053, 8235, 10137, 10666, 9452, 9362, 8472, 9807, 11467, 8916, 9543, 11338, 9630, 9790, 11300, 10022, 11816, 10029, 10760, 16448, 9857, 14279, 9252, 9527, 10685, 10058, 13457, 9176, 9705, 17996, 9989, 10582, 9207, 9795, 10410, 9720, 11191, 9477, 9531, 9594, 9754, 11713, 9713, 10067, 9059, 9738, 9873, 9276, 12639, 9872, 10092, 18844, 15422, 20095, 15076, 13622, 9817, 10054, 12389, 9771, 12141, 9701, 10021, 19305, 13293, 11552, 14521, 10377, 11679, 10640, 9883, 8612, 9045, 11335, 9567, 10016, 11158, 9690, 10963, 8864, 10353, 12976, 11052, 10671, 8432, 9406, 10778, 9216, 10402, 9269, 9225, 11098, 9850, 9829, 9218, 9667, 12386, 8529, 9764, 10224, 10036, 10880, 11805, 11840, 9669, 18868, 13215, 14470, 20342, 16037, 17204, 21063, 17809, 20140, 13816, 9970, 9200, 9620, 10811, 9924, 9800, 10661, 10353, 10229, 10951, 10021, 10073, 10051, 9856, 9400, 10382, 11547, 9708, 10000, 9536, 9763, 11681, 10062, 9783, 9432, 9426, 12414, 10131, 9997, 15273, 9649, 12870, 9565, 10133, 9723, 10238, 17466, 11816, 14610, 19655, 16769, 20630, 15924, 13919, 9905, 9698, 9487, 10076, 10328, 10307, 9824, 13871, 10847, 9622, 18446, 12233, 9714, 10868, 10020, 9888, 9517, 9334, 9983, 9782, 10258, 9798, 10041, 10750, 10288, 10502, 10010, 10724, 16648, 12534, 19040, 15451, 16268, 9642, 9790, 9118, 9686, 11636, 9918, 10060, 15846, 15783, 12539, 19282, 10697, 9683, 11744, 9703, 10995, 9650, 9778, 10439, 9823, 10615, 9332, 9816, 11470, 9652, 9942, 9074, 9496, 10096, 9352, 9896, 9616, 9743, 12552, 9521, 9646, 9163, 9638, 11027, 10404, 9575, 9486, 12459, 11331, 9488, 8841, 9809, 10746, 9544, 10301, 13770, 10118, 9628, 18942, 12423, 11745, 15027, 10587, 12005, 11662, 10845, 8727, 9952, 10150, 9664, 10034, 10185, 10849, 10572, 13967, 9987, 17293, 11269, 10114, 18310, 12700, 10677, 21489, 15678, 13347, 9306, 9746, 10539, 9688, 10121, 11333, 10156, 10569, 12521, 10122, 10141, 9660, 9730, 10973, 9991, 9867, 9881, 10402, 10349, 14295, 9694, 17002, 9363, 10081, 14876, 9946, 9818, 9684, 10030, 14803, 9769, 9920, 9429, 9948, 9566, 10672, 10421, 9499, 10114, 17135, 11901, 11235, 9973, 10027, 9711, 9995, 11120, 10299, 10303, 14148, 10048, 11031, 11898, 9812, 14459, 9467, 9605, 16447, 10071, 9942, 12954, 9629, 14680, 9896, 9838, 9421, 10709, 11522, 10049, 9490, 9407, 10025, 11624, 10086, 9568, 9039, 9812, 11926, 10063, 9168, 9400, 9691, 13204, 10205, 10207, 9378, 10571, 17616, 17167, 14232, 13095, 9792, 11089, 9633, 9834, 16080, 10558, 9837, 9695, 9641, 14141, 10766, 10504, 20069, 14350, 14677, 17850, 10325, 15465, 13277, 9776, 13647, 10324, 9556, 9644, 9729, 9502, 9453, 12076, 10158, 9982, 12619, 9956, 10549, 9560, 10593, 9258, 10046, 14269, 9969, 9895, 9042, 9583, 13078, 10026, 10682, 20729, 16104, 13496, 9570, 9628, 11103, 10199, 10023, 11462, 10173, 10742, 9688, 10692, 9316, 9975, 10844, 10112, 10091, 11085, 10685, 10926, 17359, 15467, 18527, 10235, 10099, 14786, 10722, 11394, 14829, 10033, 13977, 10266, 9663, 9353, 9527, 10282, 9977, 9806, 9056, 10411, 11433, 10396, 9616, 9674, 10011, 9672, 10960, 11788, 10859, 15568, 18326, 19213, 9163, 10027, 10199, 10739, 10184, 9925, 10786, 15029, 14112, 12026, 20973, 15394, 12744, 20547, 15304, 14516, 10158, 10389, 15777, 10931, 10422, 10718, 10197, 9890, 11174, 10127, 10774, 9919, 10088, 10197, 10214, 10251, 16179, 20557, 14568, 18077, 17156, 16158, 17274, 11293, 9396, 9108, 9439, 9200, 9916, 9917, 9876, 9608, 11181, 9694, 9906, 10358, 9641, 9949, 9712, 9518, 10452, 9430, 10262, 12134, 9235, 10260, 10372, 9702, 11753, 9596, 10243, 10103, 10435, 17856, 11509, 12119, 11449, 11266, 18176, 12160, 15824, 12497, 11222, 9325, 10250, 11117, 9851, 10109, 10081, 10675, 15302, 16416, 11196, 10111, 10059, 10034, 9472, 10073, 11465, 10541, 10632, 11620, 11101, 10771, 10854, 10465, 14953, 10113, 10477, 10431, 10355, 17207, 9919, 11702, 12973, 10729, 17959, 9516, 10390, 10055, 10359, 10862, 9781, 10923, 9258, 10174, 9094, 10328, 10127, 9446, 10415, 9886, 10964, 12427, 10905, 16715, 12424, 8741, 9927, 8799, 9885, 10709, 11714, 10397, 10504, 15730, 10326, 10740, 21089, 15010, 11739, 19563, 13121, 13105, 10854, 10801, 19958, 14003, 14963, 11700, 12446, 14092, 9911, 10057, 10081, 10231, 10360, 11695, 11628, 10311, 11560, 19980, 13212, 12202, 21075, 15471, 15927, 12787, 12005, 18069, 9728, 9827, 10402, 10795, 9715, 10509, 9750, 9728, 9833, 9599, 10545, 10186, 10288, 11566, 9939, 10280, 10321, 10499, 14643, 10231, 9797, 10807, 10318, 10451, 10591, 9237, 9754, 10253, 10498, 10207, 9858, 10735, 13252, 10294, 10290, 11285, 10196, 17210, 10249, 10469, 18214, 12150, 15846, 10695, 10335, 17468, 11465, 18366, 13847, 14565, 9990, 9923, 8858, 10147, 10765, 11231, 14975, 12034, 20145, 15375, 12066, 9277, 9320, 8982, 10194, 12248, 11198, 12174, 16787, 14129, 18064, 9094, 9821, 8459, 9837, 8712, 9777, 11958, 11128, 15362, 20705, 18955, 21758, 17521, 17292, 10884, 12291, 9562, 10444, 8533, 10220, 14206, 9303, 12221, 17408, 12855, 14186, 19402, 14444, 15191, 17021, 10810, 16189, 11530, 10579, 18291, 9564, 12087, 9711, 10431, 12575, 9815, 11210, 9444, 10850, 9394, 9472, 10923, 9197, 9894, 11100, 9470, 11074, 18918, 12617, 11335, 8742, 9161, 8314, 9869, 9546, 9770, 9529, 9807, 10197, 13619, 10332, 10507, 16605, 10795, 9663, 14147, 10652, 10264, 13525, 9143, 10374, 9504, 9536, 11160, 9487, 9601, 11106, 10075, 10828, 13520, 11163, 10313, 10407, 9648, 9198, 9700, 10327, 9581, 10000, 8100, 9339, 9414, 13169, 9814, 9352, 10895, 8571, 9316, 11197, 8476, 9227, 9408, 9071, 10822, 9245, 9195, 9029, 9422, 14822, 13278, 19571, 16221, 20973, 21139, 18331, 19568, 15018, 12139, 10931, 11653, 9955, 9997, 10427, 10189, 10712, 10322, 16355, 10890, 11674, 20243, 14409, 19490, 13729, 10436, 9448, 9730, 8739, 9524, 8345, 10566, 10695, 10102, 9600, 8989, 9772, 8474, 9220, 8390, 9707, 11137, 10270, 11991, 9445, 13112, 16563, 12721, 18501, 16627, 19338, 19518, 20401, 19129, 16572, 10242, 9527, 9519, 10270, 10319, 9418, 10106, 10604, 9248, 10003, 12465, 9984, 10212, 9030, 10223, 9292, 10104, 9689, 10073, 16295, 12928, 18833, 18861, 12277, 20580, 20511, 17519, 20504, 12295, 9978, 16309, 10208, 9956, 9777, 9934, 11220, 9884, 10056, 10429, 9748, 10124, 9709, 10169, 10706, 10895, 10401, 9605, 9903, 10172, 10126, 9808, 8857, 9874, 10774, 10337, 10375, 8886, 10421, 10273, 10484, 10483, 16105, 10723, 14200, 11989, 9399, 9956, 9458, 9566, 11724, 9411, 10755, 17189, 9013, 13244, 11273, 9875, 15770, 8735, 10002, 8992, 10129, 9628, 8986, 11619, 9127, 9868, 13504, 9739, 18333, 10670, 10749, 9465, 11306, 20691], 'WindowCenter': [4801.0, 4755.0, 4691.0, 4707.0, 4736.0, 4653.0, 4692.0, 4692.0, 4654.0, 4713.0, 4653.0, 4684.0, 4682.0, 4655.0, 4733.0, 4694.0, 4734.0, 4763.0, 4762.0, 4748.0, 4706.0, 4727.0, 4712.0, 4694.0, 4734.0, 4711.0, 4699.0, 4622.0, 4618.0, 4690.0, 4628.0, 4627.0, 4617.0, 4631.0, 4670.0, 4623.0, 4632.0, 4623.0, 4631.0, 4634.0, 4624.0, 4664.0, 4624.0, 4644.0, 4632.0, 4646.0, 4644.0, 4636.0, 4665.0, 4649.0, 4658.0, 4629.0, 4659.0, 4668.0, 4659.0, 4657.0, 4647.0, 4670.0, 4669.0, 4669.0, 4662.0, 4681.0, 4684.0, 4673.0, 4712.0, 4661.0, 4721.0, 4661.0, 4651.0, 4652.0, 4662.0, 4654.0, 4687.0, 4704.0, 4679.0, 4677.0, 4677.0, 4690.0, 4705.0, 4698.0, 4705.0, 4733.0, 4686.0, 4754.0, 4684.0, 4695.0, 4705.0, 4724.0, 4666.0, 4675.0, 4763.0, 4705.0, 4750.0, 4751.0, 4732.0, 4760.0, 4700.0, 4740.0, 4710.0, 4710.0, 4748.0, 4729.0, 4699.0, 4697.0, 4686.0, 4697.0, 4659.0, 4679.0, 4650.0, 4678.0, 4665.0, 4670.0, 4669.0, 4671.0, 4658.0, 4671.0, 4662.0, 4721.0, 4648.0, 4670.0, 4746.0, 4717.0, 4699.0, 4735.0, 4678.0, 4656.0, 4637.0, 4640.0, 4637.0, 4671.0, 4668.0, 4659.0, 4663.0, 4654.0, 4672.0, 4691.0, 4664.0, 4673.0, 4681.0, 4672.0, 4672.0, 4680.0, 4673.0, 4691.0, 4673.0, 4683.0, 4740.0, 4674.0, 4721.0, 4650.0, 4661.0, 4672.0, 4670.0, 4713.0, 4662.0, 4664.0, 4751.0, 4671.0, 4683.0, 4660.0, 4670.0, 4682.0, 4660.0, 4692.0, 4673.0, 4673.0, 4671.0, 4674.0, 4701.0, 4674.0, 4685.0, 4663.0, 4675.0, 4671.0, 4661.0, 4702.0, 4672.0, 4684.0, 4760.0, 4733.0, 4757.0, 4721.0, 4702.0, 4661.0, 4662.0, 4690.0, 4659.0, 4690.0, 4652.0, 4663.0, 4750.0, 4699.0, 4679.0, 4708.0, 4660.0, 4678.0, 4668.0, 4658.0, 4640.0, 4650.0, 4679.0, 4661.0, 4672.0, 4693.0, 4671.0, 4682.0, 4652.0, 4682.0, 4700.0, 4681.0, 4681.0, 4640.0, 4662.0, 4681.0, 4661.0, 4682.0, 4673.0, 4673.0, 4692.0, 4683.0, 4672.0, 4663.0, 4672.0, 4702.0, 4664.0, 4669.0, 4682.0, 4684.0, 4694.0, 4704.0, 4705.0, 4674.0, 4751.0, 4711.0, 4719.0, 4760.0, 4729.0, 4737.0, 4759.0, 4738.0, 4745.0, 4695.0, 4644.0, 4634.0, 4647.0, 4656.0, 4645.0, 4659.0, 4657.0, 4659.0, 4659.0, 4669.0, 4658.0, 4656.0, 4659.0, 4654.0, 4645.0, 4656.0, 4666.0, 4659.0, 4659.0, 4659.0, 4669.0, 4686.0, 4659.0, 4656.0, 4647.0, 4647.0, 4689.0, 4660.0, 4658.0, 4718.0, 4658.0, 4699.0, 4659.0, 4667.0, 4661.0, 4671.0, 4738.0, 4689.0, 4719.0, 4748.0, 4728.0, 4746.0, 4718.0, 4696.0, 4660.0, 4645.0, 4648.0, 4661.0, 4657.0, 4669.0, 4670.0, 4710.0, 4670.0, 4658.0, 4738.0, 4688.0, 4650.0, 4668.0, 4658.0, 4659.0, 4658.0, 4661.0, 4661.0, 4671.0, 4670.0, 4668.0, 4670.0, 4680.0, 4670.0, 4670.0, 4660.0, 4679.0, 4727.0, 4688.0, 4748.0, 4720.0, 4716.0, 4647.0, 4646.0, 4637.0, 4649.0, 4676.0, 4658.0, 4660.0, 4718.0, 4719.0, 4689.0, 4737.0, 4658.0, 4648.0, 4673.0, 4644.0, 4655.0, 4645.0, 4658.0, 4669.0, 4660.0, 4670.0, 4647.0, 4657.0, 4677.0, 4648.0, 4660.0, 4636.0, 4659.0, 4658.0, 4650.0, 4659.0, 4657.0, 4661.0, 4687.0, 4659.0, 4660.0, 4648.0, 4661.0, 4669.0, 4668.0, 4660.0, 4662.0, 4689.0, 4679.0, 4660.0, 4652.0, 4671.0, 4678.0, 4659.0, 4673.0, 4711.0, 4672.0, 4662.0, 4751.0, 4699.0, 4688.0, 4718.0, 4670.0, 4689.0, 4679.0, 4671.0, 4640.0, 4658.0, 4668.0, 4662.0, 4672.0, 4672.0, 4682.0, 4681.0, 4709.0, 4661.0, 4738.0, 4681.0, 4660.0, 4738.0, 4689.0, 4670.0, 4756.0, 4718.0, 4697.0, 4637.0, 4647.0, 4658.0, 4645.0, 4659.0, 4666.0, 4657.0, 4668.0, 4691.0, 4660.0, 4660.0, 4652.0, 4661.0, 4669.0, 4661.0, 4658.0, 4657.0, 4670.0, 4670.0, 4710.0, 4663.0, 4729.0, 4648.0, 4670.0, 4718.0, 4661.0, 4658.0, 4659.0, 4671.0, 4717.0, 4663.0, 4661.0, 4650.0, 4672.0, 4662.0, 4681.0, 4684.0, 4662.0, 4673.0, 4740.0, 4683.0, 4681.0, 4663.0, 4661.0, 4662.0, 4671.0, 4683.0, 4672.0, 4672.0, 4713.0, 4662.0, 4683.0, 4691.0, 4660.0, 4708.0, 4652.0, 4662.0, 4728.0, 4660.0, 4662.0, 4701.0, 4661.0, 4719.0, 4663.0, 4659.0, 4650.0, 4669.0, 4678.0, 4671.0, 4661.0, 4660.0, 4671.0, 4692.0, 4673.0, 4663.0, 4651.0, 4674.0, 4692.0, 4674.0, 4665.0, 4661.0, 4674.0, 4711.0, 4684.0, 4672.0, 4661.0, 4682.0, 4739.0, 4741.0, 4710.0, 4703.0, 4673.0, 4680.0, 4662.0, 4673.0, 4729.0, 4682.0, 4672.0, 4663.0, 4675.0, 4721.0, 4680.0, 4683.0, 4761.0, 4721.0, 4720.0, 4740.0, 4669.0, 4717.0, 4701.0, 4660.0, 4699.0, 4661.0, 4659.0, 4658.0, 4662.0, 4663.0, 4675.0, 4692.0, 4673.0, 4673.0, 4700.0, 4662.0, 4672.0, 4662.0, 4682.0, 4663.0, 4671.0, 4721.0, 4672.0, 4664.0, 4653.0, 4664.0, 4700.0, 4662.0, 4672.0, 4760.0, 4730.0, 4700.0, 4648.0, 4660.0, 4680.0, 4670.0, 4657.0, 4680.0, 4671.0, 4669.0, 4663.0, 4681.0, 4660.0, 4673.0, 4684.0, 4675.0, 4674.0, 4683.0, 4672.0, 4673.0, 4741.0, 4718.0, 4741.0, 4672.0, 4673.0, 4710.0, 4671.0, 4679.0, 4709.0, 4658.0, 4710.0, 4670.0, 4659.0, 4651.0, 4661.0, 4672.0, 4673.0, 4672.0, 4650.0, 4680.0, 4688.0, 4673.0, 4662.0, 4663.0, 4673.0, 4664.0, 4682.0, 4693.0, 4683.0, 4731.0, 4752.0, 4752.0, 4651.0, 4660.0, 4659.0, 4674.0, 4662.0, 4662.0, 4683.0, 4720.0, 4713.0, 4693.0, 4760.0, 4720.0, 4689.0, 4746.0, 4706.0, 4698.0, 4647.0, 4646.0, 4704.0, 4655.0, 4656.0, 4655.0, 4657.0, 4644.0, 4665.0, 4648.0, 4667.0, 4647.0, 4657.0, 4657.0, 4660.0, 4658.0, 4717.0, 4737.0, 4696.0, 4713.0, 4713.0, 4703.0, 4714.0, 4654.0, 4623.0, 4624.0, 4624.0, 4638.0, 4656.0, 4658.0, 4660.0, 4663.0, 4680.0, 4661.0, 4672.0, 4672.0, 4661.0, 4672.0, 4659.0, 4661.0, 4672.0, 4651.0, 4673.0, 4690.0, 4653.0, 4671.0, 4660.0, 4659.0, 4680.0, 4661.0, 4669.0, 4672.0, 4670.0, 4739.0, 4682.0, 4690.0, 4681.0, 4679.0, 4738.0, 4690.0, 4717.0, 4689.0, 4669.0, 4639.0, 4661.0, 4668.0, 4662.0, 4660.0, 4670.0, 4669.0, 4721.0, 4714.0, 4670.0, 4661.0, 4661.0, 4662.0, 4662.0, 4663.0, 4682.0, 4671.0, 4682.0, 4691.0, 4682.0, 4684.0, 4682.0, 4685.0, 4724.0, 4673.0, 4669.0, 4672.0, 4672.0, 4740.0, 4664.0, 4682.0, 4701.0, 4673.0, 4736.0, 4652.0, 4661.0, 4660.0, 4668.0, 4667.0, 4658.0, 4671.0, 4663.0, 4672.0, 4651.0, 4671.0, 4672.0, 4673.0, 4682.0, 4674.0, 4683.0, 4693.0, 4682.0, 4743.0, 4691.0, 4643.0, 4662.0, 4642.0, 4673.0, 4686.0, 4704.0, 4684.0, 4696.0, 4745.0, 4687.0, 4694.0, 4773.0, 4721.0, 4691.0, 4747.0, 4699.0, 4700.0, 4682.0, 4682.0, 4750.0, 4699.0, 4707.0, 4679.0, 4689.0, 4688.0, 4647.0, 4647.0, 4659.0, 4661.0, 4659.0, 4678.0, 4669.0, 4649.0, 4671.0, 4739.0, 4690.0, 4680.0, 4745.0, 4706.0, 4703.0, 4664.0, 4662.0, 4702.0, 4623.0, 4633.0, 4646.0, 4654.0, 4636.0, 4660.0, 4648.0, 4649.0, 4659.0, 4650.0, 4668.0, 4662.0, 4671.0, 4682.0, 4661.0, 4662.0, 4672.0, 4670.0, 4708.0, 4669.0, 4662.0, 4683.0, 4671.0, 4682.0, 4671.0, 4661.0, 4664.0, 4672.0, 4682.0, 4683.0, 4674.0, 4695.0, 4713.0, 4683.0, 4686.0, 4695.0, 4684.0, 4755.0, 4674.0, 4684.0, 4751.0, 4702.0, 4733.0, 4668.0, 4674.0, 4753.0, 4695.0, 4749.0, 4701.0, 4711.0, 4662.0, 4663.0, 4652.0, 4671.0, 4695.0, 4694.0, 4732.0, 4704.0, 4765.0, 4733.0, 4694.0, 4663.0, 4664.0, 4654.0, 4684.0, 4703.0, 4682.0, 4692.0, 4731.0, 4712.0, 4739.0, 4653.0, 4661.0, 4643.0, 4672.0, 4650.0, 4674.0, 4703.0, 4695.0, 4731.0, 4760.0, 4740.0, 4771.0, 4729.0, 4714.0, 4643.0, 4640.0, 4611.0, 4643.0, 4626.0, 4647.0, 4688.0, 4638.0, 4678.0, 4716.0, 4665.0, 4684.0, 4712.0, 4672.0, 4682.0, 4691.0, 4644.0, 4691.0, 4642.0, 4631.0, 4700.0, 4611.0, 4639.0, 4609.0, 4631.0, 4652.0, 4622.0, 4630.0, 4611.0, 4631.0, 4613.0, 4623.0, 4632.0, 4614.0, 4622.0, 4630.0, 4635.0, 4656.0, 4712.0, 4651.0, 4639.0, 4614.0, 4623.0, 4626.0, 4658.0, 4647.0, 4659.0, 4659.0, 4659.0, 4657.0, 4696.0, 4647.0, 4656.0, 4715.0, 4655.0, 4645.0, 4694.0, 4657.0, 4653.0, 4685.0, 4635.0, 4656.0, 4644.0, 4647.0, 4666.0, 4645.0, 4647.0, 4666.0, 4656.0, 4668.0, 4696.0, 4667.0, 4660.0, 4656.0, 4648.0, 4648.0, 4649.0, 4659.0, 4661.0, 4663.0, 4635.0, 4667.0, 4664.0, 4702.0, 4663.0, 4666.0, 4692.0, 4664.0, 4675.0, 4693.0, 4654.0, 4674.0, 4675.0, 4679.0, 4696.0, 4675.0, 4677.0, 4678.0, 4689.0, 4746.0, 4727.0, 4776.0, 4770.0, 4803.0, 4791.0, 4768.0, 4766.0, 4722.0, 4676.0, 4669.0, 4653.0, 4647.0, 4646.0, 4657.0, 4655.0, 4669.0, 4659.0, 4719.0, 4670.0, 4668.0, 4748.0, 4695.0, 4724.0, 4686.0, 4647.0, 4638.0, 4635.0, 4638.0, 4660.0, 4643.0, 4695.0, 4685.0, 4686.0, 4675.0, 4676.0, 4687.0, 4667.0, 4677.0, 4667.0, 4689.0, 4708.0, 4699.0, 4717.0, 4680.0, 4727.0, 4758.0, 4716.0, 4766.0, 4744.0, 4753.0, 4751.0, 4761.0, 4752.0, 4728.0, 4659.0, 4649.0, 4648.0, 4672.0, 4671.0, 4652.0, 4672.0, 4673.0, 4652.0, 4672.0, 4701.0, 4674.0, 4672.0, 4650.0, 4671.0, 4664.0, 4685.0, 4677.0, 4685.0, 4745.0, 4717.0, 4757.0, 4751.0, 4692.0, 4750.0, 4750.0, 4727.0, 4737.0, 4675.0, 4648.0, 4716.0, 4657.0, 4646.0, 4646.0, 4660.0, 4666.0, 4649.0, 4647.0, 4658.0, 4648.0, 4657.0, 4649.0, 4671.0, 4669.0, 4683.0, 4672.0, 4663.0, 4673.0, 4670.0, 4673.0, 4671.0, 4653.0, 4673.0, 4680.0, 4671.0, 4676.0, 4664.0, 4696.0, 4687.0, 4696.0, 4684.0, 4733.0, 4683.0, 4711.0, 4691.0, 4654.0, 4663.0, 4665.0, 4664.0, 4694.0, 4663.0, 4683.0, 4743.0, 4652.0, 4703.0, 4681.0, 4672.0, 4729.0, 4652.0, 4672.0, 4653.0, 4673.0, 4661.0, 4665.0, 4692.0, 4664.0, 4673.0, 4712.0, 4662.0, 4753.0, 4683.0, 4681.0, 4672.0, 4694.0, 4761.0], 'WindowWidth': [10470.0, 10391.0, 10293.0, 10307.0, 10341.0, 10226.0, 10279.0, 10275.0, 10228.0, 10304.0, 10225.0, 10267.0, 10263.0, 10229.0, 10333.0, 10280.0, 10336.0, 10377.0, 10371.0, 10346.0, 10281.0, 10309.0, 10282.0, 10260.0, 10319.0, 10279.0, 10260.0, 10156.0, 10150.0, 10245.0, 10162.0, 10160.0, 10147.0, 10169.0, 10221.0, 10161.0, 10173.0, 10161.0, 10171.0, 10176.0, 10163.0, 10217.0, 10165.0, 10190.0, 10176.0, 10198.0, 10193.0, 10185.0, 10222.0, 10205.0, 10217.0, 10179.0, 10225.0, 10239.0, 10225.0, 10217.0, 10205.0, 10238.0, 10237.0, 10239.0, 10233.0, 10258.0, 10264.0, 10249.0, 10302.0, 10230.0, 10310.0, 10231.0, 10216.0, 10219.0, 10234.0, 10225.0, 10274.0, 10296.0, 10269.0, 10265.0, 10266.0, 10285.0, 10303.0, 10292.0, 10299.0, 10331.0, 10271.0, 10363.0, 10267.0, 10283.0, 10296.0, 10322.0, 10246.0, 10257.0, 10375.0, 10294.0, 10354.0, 10354.0, 10328.0, 10365.0, 10282.0, 10337.0, 10294.0, 10293.0, 10346.0, 10315.0, 10274.0, 10271.0, 10256.0, 10271.0, 10221.0, 10248.0, 10211.0, 10244.0, 10226.0, 10240.0, 10237.0, 10243.0, 10222.0, 10245.0, 10233.0, 10310.0, 10209.0, 10238.0, 10342.0, 10297.0, 10273.0, 10319.0, 10244.0, 10214.0, 10192.0, 10197.0, 10192.0, 10242.0, 10236.0, 10227.0, 10236.0, 10227.0, 10250.0, 10271.0, 10238.0, 10250.0, 10259.0, 10247.0, 10247.0, 10255.0, 10247.0, 10270.0, 10248.0, 10262.0, 10338.0, 10252.0, 10311.0, 10216.0, 10230.0, 10244.0, 10241.0, 10303.0, 10233.0, 10237.0, 10352.0, 10245.0, 10261.0, 10229.0, 10243.0, 10258.0, 10229.0, 10274.0, 10250.0, 10250.0, 10245.0, 10251.0, 10286.0, 10253.0, 10268.0, 10237.0, 10256.0, 10247.0, 10233.0, 10288.0, 10247.0, 10266.0, 10366.0, 10328.0, 10360.0, 10311.0, 10284.0, 10229.0, 10230.0, 10265.0, 10223.0, 10265.0, 10216.0, 10232.0, 10349.0, 10277.0, 10251.0, 10288.0, 10226.0, 10247.0, 10234.0, 10223.0, 10200.0, 10215.0, 10249.0, 10230.0, 10246.0, 10277.0, 10244.0, 10259.0, 10218.0, 10261.0, 10281.0, 10257.0, 10257.0, 10202.0, 10233.0, 10259.0, 10233.0, 10264.0, 10252.0, 10251.0, 10274.0, 10265.0, 10249.0, 10236.0, 10246.0, 10288.0, 10238.0, 10239.0, 10260.0, 10266.0, 10281.0, 10295.0, 10297.0, 10254.0, 10356.0, 10295.0, 10308.0, 10370.0, 10317.0, 10327.0, 10364.0, 10330.0, 10334.0, 10266.0, 10197.0, 10183.0, 10202.0, 10210.0, 10198.0, 10221.0, 10219.0, 10222.0, 10224.0, 10238.0, 10221.0, 10217.0, 10220.0, 10210.0, 10198.0, 10215.0, 10228.0, 10223.0, 10225.0, 10225.0, 10239.0, 10257.0, 10223.0, 10218.0, 10207.0, 10206.0, 10262.0, 10224.0, 10220.0, 10302.0, 10221.0, 10277.0, 10224.0, 10232.0, 10227.0, 10243.0, 10330.0, 10263.0, 10305.0, 10342.0, 10316.0, 10342.0, 10300.0, 10269.0, 10222.0, 10201.0, 10208.0, 10227.0, 10219.0, 10237.0, 10242.0, 10296.0, 10238.0, 10223.0, 10331.0, 10261.0, 10209.0, 10230.0, 10218.0, 10220.0, 10221.0, 10228.0, 10228.0, 10242.0, 10241.0, 10238.0, 10240.0, 10253.0, 10239.0, 10240.0, 10225.0, 10251.0, 10315.0, 10260.0, 10342.0, 10305.0, 10295.0, 10203.0, 10200.0, 10190.0, 10208.0, 10242.0, 10219.0, 10224.0, 10303.0, 10302.0, 10262.0, 10326.0, 10220.0, 10205.0, 10234.0, 10196.0, 10210.0, 10197.0, 10218.0, 10235.0, 10225.0, 10238.0, 10206.0, 10219.0, 10245.0, 10208.0, 10223.0, 10189.0, 10223.0, 10221.0, 10213.0, 10224.0, 10218.0, 10228.0, 10260.0, 10224.0, 10225.0, 10207.0, 10228.0, 10237.0, 10234.0, 10227.0, 10233.0, 10264.0, 10249.0, 10228.0, 10218.0, 10243.0, 10249.0, 10224.0, 10247.0, 10297.0, 10244.0, 10232.0, 10351.0, 10277.0, 10262.0, 10300.0, 10237.0, 10263.0, 10249.0, 10240.0, 10198.0, 10221.0, 10235.0, 10231.0, 10245.0, 10246.0, 10259.0, 10259.0, 10295.0, 10231.0, 10331.0, 10253.0, 10224.0, 10328.0, 10260.0, 10235.0, 10354.0, 10299.0, 10269.0, 10190.0, 10205.0, 10217.0, 10200.0, 10220.0, 10229.0, 10218.0, 10235.0, 10267.0, 10225.0, 10226.0, 10215.0, 10228.0, 10235.0, 10226.0, 10220.0, 10217.0, 10238.0, 10240.0, 10294.0, 10233.0, 10318.0, 10207.0, 10239.0, 10301.0, 10226.0, 10221.0, 10222.0, 10240.0, 10300.0, 10231.0, 10228.0, 10213.0, 10244.0, 10230.0, 10255.0, 10261.0, 10230.0, 10246.0, 10335.0, 10258.0, 10253.0, 10231.0, 10227.0, 10230.0, 10241.0, 10259.0, 10245.0, 10245.0, 10300.0, 10231.0, 10259.0, 10267.0, 10226.0, 10287.0, 10214.0, 10228.0, 10316.0, 10226.0, 10229.0, 10282.0, 10229.0, 10305.0, 10232.0, 10224.0, 10213.0, 10237.0, 10248.0, 10243.0, 10229.0, 10227.0, 10244.0, 10272.0, 10246.0, 10233.0, 10215.0, 10250.0, 10271.0, 10249.0, 10239.0, 10231.0, 10252.0, 10300.0, 10264.0, 10245.0, 10229.0, 10259.0, 10334.0, 10337.0, 10295.0, 10285.0, 10248.0, 10256.0, 10230.0, 10248.0, 10320.0, 10257.0, 10247.0, 10235.0, 10253.0, 10312.0, 10254.0, 10261.0, 10366.0, 10310.0, 10308.0, 10333.0, 10237.0, 10298.0, 10279.0, 10223.0, 10275.0, 10225.0, 10224.0, 10224.0, 10230.0, 10234.0, 10252.0, 10272.0, 10247.0, 10249.0, 10281.0, 10230.0, 10244.0, 10230.0, 10258.0, 10233.0, 10243.0, 10310.0, 10246.0, 10235.0, 10220.0, 10234.0, 10281.0, 10230.0, 10242.0, 10366.0, 10320.0, 10279.0, 10208.0, 10226.0, 10251.0, 10238.0, 10219.0, 10253.0, 10240.0, 10236.0, 10232.0, 10257.0, 10228.0, 10248.0, 10263.0, 10252.0, 10249.0, 10258.0, 10243.0, 10246.0, 10336.0, 10303.0, 10336.0, 10242.0, 10246.0, 10292.0, 10238.0, 10248.0, 10289.0, 10221.0, 10290.0, 10238.0, 10224.0, 10215.0, 10232.0, 10245.0, 10246.0, 10244.0, 10213.0, 10255.0, 10262.0, 10246.0, 10232.0, 10233.0, 10246.0, 10235.0, 10261.0, 10274.0, 10260.0, 10323.0, 10353.0, 10352.0, 10212.0, 10223.0, 10222.0, 10244.0, 10228.0, 10228.0, 10259.0, 10309.0, 10297.0, 10272.0, 10363.0, 10304.0, 10262.0, 10337.0, 10278.0, 10267.0, 10197.0, 10197.0, 10273.0, 10208.0, 10210.0, 10210.0, 10215.0, 10192.0, 10220.0, 10202.0, 10229.0, 10203.0, 10217.0, 10216.0, 10222.0, 10216.0, 10299.0, 10327.0, 10263.0, 10284.0, 10282.0, 10269.0, 10285.0, 10201.0, 10161.0, 10163.0, 10164.0, 10189.0, 10214.0, 10218.0, 10226.0, 10234.0, 10253.0, 10228.0, 10245.0, 10244.0, 10229.0, 10244.0, 10224.0, 10228.0, 10243.0, 10214.0, 10247.0, 10266.0, 10219.0, 10241.0, 10226.0, 10224.0, 10252.0, 10227.0, 10238.0, 10241.0, 10239.0, 10332.0, 10255.0, 10267.0, 10255.0, 10249.0, 10327.0, 10263.0, 10298.0, 10262.0, 10232.0, 10193.0, 10225.0, 10232.0, 10226.0, 10225.0, 10237.0, 10237.0, 10309.0, 10293.0, 10232.0, 10224.0, 10226.0, 10228.0, 10230.0, 10231.0, 10256.0, 10241.0, 10258.0, 10270.0, 10259.0, 10264.0, 10259.0, 10265.0, 10317.0, 10245.0, 10236.0, 10243.0, 10243.0, 10335.0, 10233.0, 10256.0, 10279.0, 10242.0, 10323.0, 10214.0, 10224.0, 10224.0, 10233.0, 10230.0, 10220.0, 10241.0, 10231.0, 10242.0, 10214.0, 10241.0, 10242.0, 10246.0, 10259.0, 10252.0, 10261.0, 10274.0, 10257.0, 10344.0, 10270.0, 10207.0, 10231.0, 10203.0, 10248.0, 10270.0, 10292.0, 10267.0, 10284.0, 10353.0, 10272.0, 10280.0, 10388.0, 10310.0, 10269.0, 10341.0, 10276.0, 10278.0, 10257.0, 10257.0, 10349.0, 10274.0, 10284.0, 10248.0, 10260.0, 10255.0, 10200.0, 10199.0, 10218.0, 10224.0, 10219.0, 10244.0, 10235.0, 10207.0, 10238.0, 10332.0, 10260.0, 10247.0, 10333.0, 10276.0, 10269.0, 10215.0, 10210.0, 10263.0, 10159.0, 10170.0, 10195.0, 10204.0, 10183.0, 10221.0, 10203.0, 10208.0, 10220.0, 10208.0, 10232.0, 10226.0, 10239.0, 10254.0, 10226.0, 10228.0, 10245.0, 10238.0, 10287.0, 10238.0, 10231.0, 10258.0, 10242.0, 10257.0, 10241.0, 10228.0, 10236.0, 10245.0, 10259.0, 10262.0, 10250.0, 10281.0, 10305.0, 10263.0, 10270.0, 10280.0, 10265.0, 10362.0, 10250.0, 10264.0, 10350.0, 10284.0, 10326.0, 10236.0, 10248.0, 10355.0, 10280.0, 10351.0, 10280.0, 10293.0, 10230.0, 10233.0, 10216.0, 10241.0, 10281.0, 10279.0, 10329.0, 10291.0, 10378.0, 10329.0, 10276.0, 10236.0, 10237.0, 10222.0, 10263.0, 10288.0, 10258.0, 10271.0, 10323.0, 10298.0, 10331.0, 10218.0, 10227.0, 10206.0, 10243.0, 10212.0, 10248.0, 10289.0, 10281.0, 10326.0, 10366.0, 10335.0, 10383.0, 10316.0, 10285.0, 10185.0, 10173.0, 10139.0, 10185.0, 10171.0, 10203.0, 10255.0, 10190.0, 10245.0, 10295.0, 10220.0, 10246.0, 10282.0, 10221.0, 10238.0, 10246.0, 10187.0, 10249.0, 10182.0, 10168.0, 10263.0, 10140.0, 10174.0, 10135.0, 10166.0, 10195.0, 10153.0, 10164.0, 10138.0, 10167.0, 10144.0, 10159.0, 10171.0, 10149.0, 10158.0, 10165.0, 10182.0, 10210.0, 10285.0, 10193.0, 10176.0, 10149.0, 10164.0, 10174.0, 10220.0, 10205.0, 10222.0, 10224.0, 10221.0, 10218.0, 10268.0, 10202.0, 10212.0, 10290.0, 10209.0, 10196.0, 10261.0, 10213.0, 10206.0, 10248.0, 10183.0, 10211.0, 10193.0, 10201.0, 10225.0, 10196.0, 10201.0, 10226.0, 10214.0, 10231.0, 10267.0, 10230.0, 10222.0, 10213.0, 10205.0, 10207.0, 10207.0, 10221.0, 10226.0, 10230.0, 10198.0, 10246.0, 10240.0, 10289.0, 10233.0, 10241.0, 10277.0, 10240.0, 10255.0, 10276.0, 10226.0, 10253.0, 10255.0, 10264.0, 10286.0, 10258.0, 10262.0, 10268.0, 10285.0, 10355.0, 10329.0, 10399.0, 10395.0, 10448.0, 10432.0, 10385.0, 10379.0, 10309.0, 10239.0, 10230.0, 10197.0, 10198.0, 10196.0, 10212.0, 10210.0, 10232.0, 10219.0, 10302.0, 10234.0, 10230.0, 10343.0, 10260.0, 10300.0, 10250.0, 10197.0, 10187.0, 10180.0, 10189.0, 10224.0, 10204.0, 10280.0, 10266.0, 10269.0, 10253.0, 10257.0, 10271.0, 10246.0, 10260.0, 10246.0, 10278.0, 10304.0, 10291.0, 10316.0, 10266.0, 10328.0, 10370.0, 10310.0, 10382.0, 10344.0, 10355.0, 10349.0, 10365.0, 10352.0, 10313.0, 10218.0, 10206.0, 10203.0, 10240.0, 10240.0, 10215.0, 10242.0, 10244.0, 10217.0, 10243.0, 10282.0, 10248.0, 10240.0, 10209.0, 10241.0, 10235.0, 10264.0, 10259.0, 10267.0, 10352.0, 10312.0, 10366.0, 10347.0, 10266.0, 10349.0, 10344.0, 10309.0, 10323.0, 10234.0, 10202.0, 10289.0, 10212.0, 10196.0, 10197.0, 10220.0, 10226.0, 10203.0, 10198.0, 10214.0, 10203.0, 10214.0, 10206.0, 10239.0, 10234.0, 10257.0, 10242.0, 10232.0, 10246.0, 10240.0, 10245.0, 10241.0, 10215.0, 10245.0, 10249.0, 10239.0, 10253.0, 10236.0, 10282.0, 10270.0, 10281.0, 10263.0, 10327.0, 10256.0, 10291.0, 10264.0, 10218.0, 10229.0, 10236.0, 10236.0, 10274.0, 10233.0, 10260.0, 10340.0, 10217.0, 10285.0, 10251.0, 10243.0, 10317.0, 10216.0, 10243.0, 10219.0, 10246.0, 10229.0, 10236.0, 10271.0, 10235.0, 10247.0, 10295.0, 10230.0, 10355.0, 10259.0, 10254.0, 10243.0, 10277.0, 10370.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.0033105555555555553</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018392662641165756</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.74488951912492</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2692937804649054</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0580230808842304</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4926</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5351.3154</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07366713557418184</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.366120218579235</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.429249846902267</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3108382176325963</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.691992844908798</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.284918478165406</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.014783</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015248928219079971</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.034308042377233505</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1098</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.6708931657217323</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>16.9527</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.4584</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.743</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297744.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1170.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>461.2572</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.733</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>708.9079</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3847.8795</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4030.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78800.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1258.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5272.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1097.8185</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.25081110477913</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> |